@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400&display=swap");
/*-------------共通-------------*/
html {
  font-size: 62.5%;
}

/*1rem = 10px*/
body {
  font-family: "小塚ゴシック Pro", "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

h1,
.maru {
  color: #4d4d4d;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

h2 {
  color: #4d4d4d;
}

body,
h1 {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:active {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
  color: #333;
}

h1 {
  font-size: 4.6rem;
}

h2 {
  font-size: 2.4rem;
}

p {
  font-size: 1.4rem;
}

li {
  font-size: 1.4rem;
}

.small {
  font-size: 1.4rem;
}

@media all and (min-width: 601px) {
  .sp {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .pc {
    display: none;
  }
}
/*-------------共通-------------*/
.h_contact_link {
  z-index: 500;
  width: 67px;
  position: fixed;
  right: 67px;
  top: 5px;
  display: block;
  cursor: pointer;
}
.h_contact_link img {
  width: 100%;
}

/* ハンバーガーメニュー ここから*/
/*ドロワー*/
.l-drawer {
  position: relative;
}
.l-drawer__checkbox {
  display: none;
}
.l-drawer__icon {
  cursor: pointer;
  display: block;
  width: 57px;
  height: 57px;
  position: fixed;
  right: 5px;
  top: 5px;
  background: #d6ffb9;
}
.l-drawer__icon-parts,
.l-drawer__icon-parts:before,
.l-drawer__icon-parts:after {
  background-color: #000;
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.l-drawer__icon-parts:before,
.l-drawer__icon-parts:after {
  content: " ";
}
.l-drawer__icon-parts:before {
  top: 7px;
}
@-moz-document url-prefix() {
  .l-drawer__icon-parts:before {
    top: 8px;
  }
}
.l-drawer__icon-parts:after {
  top: -13px;
}
.l-drawer__icon p {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  font-size: 1.1rem;
  font-feature-settings: "palt";
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 1;
}
@media all and (-ms-high-contrast: none) {
  .l-drawer__icon p {
    bottom: -2px;
  }
}
.l-drawer__overlay {
  background: #000;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}
.l-drawer__menu {
  background: white;
  max-width: 100%;
  width: 320px;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -320px;
}
.l-drawer__menu ul {
  margin-top: 100px;
}
.l-drawer__menu ul li {
  padding: 10px 20px;
  border-bottom: solid 1px #89c13f;
}
.l-drawer__menu ul li:last-child {
  border-bottom: none;
}
.l-drawer__menu ul li:hover {
  background-color: #89c138;
}
.l-drawer__menu ul li span {
  padding-right: 5px;
}
.l-drawer__menu ul li span img {
  width: 15px;
}
.l-drawer__menu ul li a {
  display: block;
}
.l-drawer__menu ul li a:hover {
  color: white;
}
@media all and (min-width: 702px) {
  .l-drawer__menu ul li .button {
    display: none;
  }
}
@media all and (max-width: 702px) {
  .l-drawer__menu ul li .button {
    display: block;
    text-align: center;
  }
  .l-drawer__icon-parts:before {
    top: 13px;
  }
}
.l-drawer__icon {
  z-index: 4;
}
.l-drawer__menu {
  z-index: 3;
}
.l-drawer__overlay {
  z-index: 2;
}
.l-drawer__checkbox:checked ~ nav ul label {
  pointer-events: auto;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.3;
  pointer-events: auto;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
  right: 0;
}
.l-drawer__icon-parts,
.l-drawer__icon-parts:after,
.l-drawer__icon-parts:before,
.l-drawer__overlay,
.l-drawer__menu {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

/* ハンバーガーメニュー ここまで*/
.head {
  width: 100%;
  height: 70px;
  position: static;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
}
.head h1 {
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1;
  padding-left: 20px;
}
@media all and (min-width: 1200px) {
  .head h1 {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 600px) {
  .head h1 {
    font-size: 3.2vw;
    padding-left: 10px;
  }
}
.head > a {
  padding-right: 140px;
  padding-top: 5px;
}
@media all and (max-width: 702px) {
  .head > a {
    display: none;
  }
}

.mainv {
  background-size: cover;
  background-position: top center;
  position: relative;
  height: 60vh;
  margin-bottom: 75px;
}
@media all and (max-width: 600px) {
  .mainv {
    height: 40vh;
  }
}
.mainv > div {
  width: 50%;
  max-width: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 600px) {
  .mainv > div {
    width: 90%;
  }
}
.mainv > div > div > div {
  background-color: rgba(255, 255, 255, 0.9);
}
.mainv > div > div > div > h1 img {
  width: 90%;
  margin-left: 5%;
  padding: 20px 30px 0px 30px;
}
.mainv > div > div > div > p {
  text-align: center;
  font-size: 4vw;
  color: #4d4d4d;
  padding-bottom: 20px;
  z-index: 100;
}
@media all and (min-width: 1355px) {
  .mainv > div > div > div > p {
    font-size: 4.5rem;
  }
}
@media all and (max-width: 600px) {
  .mainv > div > div > div > p {
    font-size: 6.5vw;
  }
}
.mainv > img {
  position: absolute;
  width: 25%;
  right: 50%;
  margin-top: 40vh;
  transform: translate(170%, -30px);
}
@media all and (min-width: 1200px) {
  .mainv > img {
    width: 300px;
    right: 50%;
    transform: translate(500px, -40px);
  }
}
@media all and (max-width: 600px) {
  .mainv > img {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .mainv {
    margin-bottom: 0;
  }
}

.fluffy {
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% {
    padding-top: 0px;
  }
  50% {
    padding-top: 10px;
  }
  100% {
    padding-top: 0px;
  }
}
main {
  max-width: 1200px;
  margin: auto;
}
main .txt_01 {
  width: 80%;
  margin: 70px 10%;
  padding: 20px 0;
  position: relative;
}

@media all and (max-width: 600px) {
  main .txt_01 {
    width: 90%;
    margin: 20px 5%;
    padding: 10px 10px;
  }
}
main .txt_01 li {
  font-weight: bold;
  color: #f48a9d;
  line-height: 1.8;
  position: relative;
  margin: 0 auto;
}

main .txt_01 .txt_01_list1 {
  font-size: 2.8rem;
  text-align: center;
  border-bottom: 2px solid #f48a9d;
  width: 17em;
}

@media all and (max-width: 600px) {
  main .txt_01 .txt_01_list1 {
    font-size: 2.5rem;
    width: 13em;
  }
}

@media all and (max-width: 480px) {
  main .txt_01 .txt_01_list1 {
    font-size: 1.8rem;
    line-height: 1.5;
    width: 16em;
  }
}

main .txt_01 .txt_01_list2 {
  margin-top: 20px;
  margin-bottom: 15px;
}

main .txt_01 .txt_01_list3 {
  margin-bottom: 15px;
}

@media all and (max-width: 480px) {
  main .txt_01 .txt_01_list2 {
    margin-top: 15px;
    margin-bottom: 8px;
  }
  main .txt_01 .txt_01_list3 {
    margin-bottom: 8px;
  }
}

main .txt_01 .txt_01_list2,
.txt_01 .txt_01_list3,
.txt_01 .txt_01_list4 {
  font-size: 2.3rem;
  padding-left: 106px;
}

@media all and (max-width: 600px) {
  main .txt_01 .txt_01_list2,
  .txt_01 .txt_01_list3,
  .txt_01 .txt_01_list4 {
    font-size: 2rem;
    padding-left: 110px;
  }
}

@media all and (max-width: 480px) {
  main .txt_01 .txt_01_list2,
  .txt_01 .txt_01_list3,
  .txt_01 .txt_01_list4 {
    font-size: 1.4rem;
    padding-left: 40px;
  }
}

main .txt_01 li:nth-child(2)::before {
  background: url(/recruit/02/assets/images/icon_check_02.svg) no-repeat 0 0;
  content: "";
  position: absolute;
  display: block;
  width: 31px;
  height: 20px;
  left: 72px;
  top: 10px;
}

main .txt_01 li:nth-child(3)::before {
  background: url(/recruit/02/assets/images/icon_check_02.svg) no-repeat 0 0;
  content: "";
  position: absolute;
  display: block;
  width: 31px;
  height: 20px;
  left: 44px;
  top: 10px;
}

main .txt_01 li:nth-child(4)::before {
  background: url(/recruit/02/assets/images/icon_check_02.svg) no-repeat 0 0;
  content: "";
  position: absolute;
  display: block;
  width: 31px;
  height: 20px;
  left: 72px;
  top: 10px;
}

main .txt_01 li.main_ttl {
  visibility: visible;
  animation-duration: 8s;
  animation-name: fadeIn;
  width: 21em;
}

@media all and (max-width: 480px) {
  main .txt_01 li.main_ttl {
    width: 18em;
  }
}

main .txt_01 li.main_ttl:before {
  left: 76px;
}

@media all and (max-width: 600px) {
  main .txt_01 li.main_ttl:before {
    left: 80px;
    top: 6px;
  }
}

@media all and (max-width: 480px) {
  main .txt_01 li.main_ttl:before {
    left: 20px;
    top: 7px;
    width: 13px;
  }
}

main .txt_01 span {
  font-size: 1.7rem;
  line-height: 0.6;
}

@media all and (max-width: 600px) {
  main .txt_01 span {
    font-size: 1rem;
  }
}

main .txt_01 img {
  width: 110px;
  position: absolute;
  right: 80px;
  bottom: 0;
}

@media all and (max-width: 900px) {
  main .txt_01 img {
    right: -30px;
  }
}

@media all and (max-width: 600px) {
  main .txt_01 img {
    width: 50px;
    right: 0;
  }
}

@media all and (max-width: 480px) {
  main .txt_01 img {
    right: 5px;
  }
}

main .map_top {
  width: 55%;
  margin: 100px auto;
}

main .map_top img {
  width: 100%;
}

@media all and (max-width: 900px) {
  main .map_top {
    width: 80%;
  }
}

@media all and (max-width: 480px) {
  main .map_top {
    padding: 10px 0;
    margin: 30px auto 20px;
  }
}

main .link {
  margin-top: 80px;
}
main .link a {
  text-align: center;
  width: 310px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  margin: 30px auto 20px;
  background-color: #f48a9d;
  display: block;
  background: #f48a9d;
  background: -moz-linear-gradient(top, #f48a9d 72%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f48a9d 72%, #ffffff 100%);
  background: linear-gradient(to bottom, #f48a9d 72%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48a9d', endColorstr='#ffffff',GradientType=0 );
  border-radius: 30px;
  font-size: 16px;
  border: 1px solid #ccc;
  position: relative;
  text-decoration: none;
  transition: opacity 0.4s ease-out;
}
main .link a:hover {
  opacity: 0.7;
}
main .link a:after {
  content: "";
  background: url(../../../../common/images/arrow_01.svg);
  background-repeat: repeat;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 21px;
  right: 10px;
  border: none;
  background-repeat: no-repeat;
}
@media all and (max-width: 420px) {
  main .link {
    margin-top: 40px;
  }
  main .link a {
    width: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 12px;
  }
  main .link a:after {
    width: 10px;
    height: 10px;
    top: 15px;
    right: 8px;
  }
}
main .btn_list {
  display: flex;
  width: 75%;
  margin: 0 auto;
  justify-content: space-between;
}
@media all and (max-width: 600px) {
  main .btn_list {
    width: 90%;
  }
}
main .btn_list li {
  position: relative;
  width: 23%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
main .btn_list .shiny-btn {
  text-decoration: none;
  border-radius: 30px;
  color: #fff;
  background-color: #f48a9d;
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
@media all and (max-width: 600px) {
  main .btn_list .shiny-btn {
    width: 100%;
    height: 8vw;
    line-height: 8vw;
    margin-top: 0;
  }
}
main .btn_list .shiny-btn:hover {
  opacity: 0.8;
}
main .btn_list .shiny-btn span {
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
  font-size: 24px;
}
@media all and (max-width: 600px) {
  main .btn_list .shiny-btn span {
    line-height: 8vw;
    font-size: 3.2vw;
  }
}
main .btn_list .shiny-btn span:after {
  content: "\025b6";
  position: absolute;
  right: 28px;
}
@media all and (max-width: 600px) {
  main .btn_list .shiny-btn span:after {
    right: 1vw;
    font-size: 2vw;
  }
}
main .btn_list .shiny-btn:after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@media all and (min-width: 768px) and (max-width: 1120px) {
  main .btn_list_01 .shiny-btn span {
    font-size: 2vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1120px) {
  main .btn_list_01 .shiny-btn span:after {
    right: 1vw;
  }
}
main .conditions .btn_list {
  display: block;
  width: auto;
  margin: 30px auto;
}
main .conditions .btn_list li {
  width: 27%;
}
main .conditions .btn_list li + li {
  margin-top: 15px;
}
@media all and (max-width: 600px) {
  main .conditions .btn_list li + li {
    margin-top: 4px;
  }
}
main .shin {
  position: absolute;
}
main .shiny-::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
main > .top_text {
  width: 80%;
  font-size: 3.8vw;
  line-height: 1.2;
  text-align: center;
  background-color: #f0ffe5;
  margin: 70px 10%;
  padding: 20px 0;
  border-radius: 15px;
  box-shadow: #89c13f -12px 9px;
}
@media all and (min-width: 1250px) {
  main > .top_text {
    font-size: 4rem;
  }
}
@media all and (max-width: 600px) {
  main > .top_text {
    width: 90%;
    margin: 20px 5%;
    padding: 10px 10px;
    box-shadow: #89c13f -4px 3px;
  }
}
main > a img {
  width: 80%;
  margin-left: 10%;
}
@media all and (max-width: 600px) {
  main > a img {
    width: 90%;
    margin: 10px 5%;
  }
}
main section {
  text-align: center;
}
main section h2 {
  width: 60%;
  margin-left: 20%;
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 400;
  border-bottom: 1px dotted #000;
  margin-top: 200px;
  padding-right: 50px;
  padding-bottom: 23px;
}
@media all and (max-width: 900px) {
  main section h2 {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 710px) {
  main section h2 {
    width: 90%;
    margin-left: 5%;
    font-size: 2.6rem;
    padding-right: 10px;
    margin-top: 150px;
  }
}
@media all and (max-width: 600px) {
  main section h2 {
    margin-top: 120px;
  }
}
main section h2 img {
  padding: 0 5px 0 10px;
}
main section.support {
  margin-top: -100px;
  background-image: url(../images/serif_1_v5.png);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 92% 30px;
  position: relative;
}
main section.support .character {
  width: 82px;
  position: absolute;
  top: 100px;
  right: 3%;
}
@media all and (max-width: 900px) {
  main section.support .character {
    width: 80px;
    top: 90px;
    right: 3%;
  }
}
@media all and (max-width: 750px) {
  main section.support .character {
    right: 15%;
  }
}
@media all and (max-width: 680px) {
  main section.support .character {
    right: 12%;
  }
}
@media all and (max-width: 600px) {
  main section.support .character {
    width: 50px;
    top: 54px;
    right: 20%;
  }
}
@media all and (max-width: 500px) {
  main section.support .character {
    right: 10%;
  }
}
@media all and (max-width: 375px) {
  main section.support .character {
    right: 5%;
  }
}
main section.support h2 {
  padding-top: 200px;
}
@media all and (max-width: 900px) {
  main section.support {
    background-position: 92% 5px;
  }
}
@media all and (max-width: 750px) {
  main section.support {
    background-position: center 5px;
    background-size: 500px;
  }
  main section.support h2 {
    padding-top: 280px;
  }
}
@media all and (max-width: 600px) {
  main section.support {
    background-size: 300px;
  }
  main section.support h2 {
    padding-top: 170px;
  }
}
main section.support ul {
  text-align: left;
  margin-top: 100px;
}
@media all and (max-width: 750px) {
  main section.support ul {
    margin-top: 0px;
  }
}
main section.support ul li {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-start;
  background-image: url(../images/bg.svg);
  background-size: 20px;
  margin-top: 150px;
  padding: 0 0 20px 0;
}
main section.support ul li > div:first-child {
  position: relative;
  width: 40%;
}
main section.support ul li > div:first-child img:first-child {
  position: absolute;
  width: 40%;
  z-index: 100;
}
main section.support ul li > div:first-child img:last-child {
  width: 100%;
}
@media all and (max-width: 750px) {
  main section.support ul li {
    display: block;
    margin-top: 50px;
  }
  main section.support ul li > div:first-child {
    position: relative;
    width: 90%;
    margin-left: 5%;
  }
  main section.support ul li > div:first-child img:first-child {
    display: none;
  }
  main section.support ul li > div:first-child img:last-child {
    padding-top: 20px;
  }
}
main section.support ul li > div:last-child {
  padding: 0 20px;
  width: 60%;
}
main section.support ul li > div:last-child h3 {
  font-size: 4rem;
  color: #4d4d4d;
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
main section.support ul li > div:last-child img {
  width: 150px;
  z-index: -10;
  position: absolute;
  top: -90px;
}
main section.support ul li > div:last-child .txt_02 {
  margin-top: 60px;
}
@media all and (max-width: 600px) {
  main section.support ul li > div:last-child .txt_02 {
    margin-top: 0px;
  }
}
main section.support ul li h4 {
  font-weight: bold;
}
main section.support ul li > div:last-child p {
  line-height: 1.5;
}

main section.support .kukiin_map {
  display: flex;
  width: 50%;
}

@media all and (max-width: 600px) {
  main section.support .kukiin_map {
    flex-direction: column;
    width: 90%;
    margin: 0 auto 75px;
  }
}

main section.support ul li > div:last-child img.map {
  position: relative;
  top: 50px;
  width: 100%;
  margin-right: 10px;
}

@media all and (max-width: 370px) {
  main section.support ul li > div:last-child img.map {
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 750px) {
  main section.support ul li > div:last-child {
    width: 100%;
    padding: 0 0;
  }
  main section.support ul li > div:last-child h3 {
    font-size: 2.6rem;
    font-weight: bold;
    padding: 0 10px 0 10px;
  }
  main section.support ul li > div:last-child p {
    padding: 0 10px 0 10px;
  }
}
main section.support ul li:nth-child(1) > div {
  transform: translate(0, -15%);
}
main section.support ul li:nth-child(1) > div:first-child img:first-child {
  top: 70%;
  left: 20%;
}
@media all and (max-width: 750px) {
  main section.support ul li:nth-child(1) > div {
    transform: translate(0, 0);
  }
  main section.support ul li:nth-child(1) > div:first-child img:first-child {
    top: 0;
    left: 0;
  }
}
main section.support ul li:nth-child(2) {
  flex-flow: row-reverse;
}
main section.support ul li:nth-child(2) > div {
  transform: translate(0, -12.5%);
}
main section.support ul li:nth-child(2) > div:nth-child(2) {
  margin-top: 45px;
}
main section.support ul li:nth-child(2) > div:first-child img:first-child {
  top: 70%;
  left: -20%;
}
@media all and (max-width: 750px) {
  main section.support ul li:nth-child(2) > div {
    transform: translate(0, 0);
  }
  main section.support ul li:nth-child(2) > div:first-child img:first-child {
    top: 0;
    left: 0;
  }
}
main section.support ul li:nth-child(3) > div {
  transform: translate(0, -20%);
}
main section.support ul li:nth-child(3) > div:first-child img:first-child {
  top: 70%;
  left: 80%;
}
@media all and (max-width: 750px) {
  main section.support ul li:nth-child(3) > div {
    transform: translate(0, 0);
  }
  main section.support ul li:nth-child(3) > div:first-child img:first-child {
    top: 0;
    left: 0;
  }
}
main section.support ul li:nth-child(4) {
  flex-flow: row-reverse;
}
main section.support ul li:nth-child(4) > div {
  transform: translate(0, -45%);
}
main section.support ul li:nth-child(4) > div:first-child img:first-child {
  top: 70%;
  left: -20%;
}
@media all and (max-width: 750px) {
  main section.support ul li:nth-child(4) > div {
    transform: translate(0, 0);
  }
  main section.support ul li:nth-child(4) > div:first-child img:first-child {
    top: 0;
    left: 0;
  }
}
main section.conditions {
  position: relative;
  background-image: url(../images/illust_3_v2.png);
  background-repeat: no-repeat;
  background-size: 365px;
  background-position: 95% 90%;
}
@media all and (max-width: 850px) {
  main section.conditions {
    background-size: 280px;
    background-position: 95% 100%;
  }
}
@media all and (max-width: 500px) {
  main section.conditions {
    background-size: 230px;
  }
}
@media all and (max-width: 380px) {
  main section.conditions {
    background-size: 140px;
  }
}
main section.conditions h2 span img.orange {
  position: absolute;
  right: 27%;
  top: 10px;
  width: 120px;
  z-index: -100;
}
main section.conditions > div {
  padding-left: 100px;
  max-width: 80%;
  margin: auto;
  margin-top: 50px;
  text-align: left;
  font-size: 1.4rem;
}
main section.conditions > div > div {
  margin-top: 50px;
  position: relative;
}
main section.conditions > div > div:nth-child(2) {
  margin-top: 60px;
}
@media all and (max-width: 950px) {
  main section.conditions > div > div:nth-child(2) {
    margin-top: 100px;
  }
}
main section.conditions > div > div .serif {
  position: absolute;
  height: 50px;
  top: -20px;
}
@media all and (-ms-high-contrast: none) {
  main section.conditions > div > div .serif {
    top: -50px;
  }
}
main section.conditions > div > div .serif_2 {
  left: 100px;
  top: -30px;
}
main section.conditions > div > div .serif_3 {
  left: 230px;
}
main section.conditions > div > div .serif_oiwai {
  left: 320px;
}
main section.conditions > div > div .serif_4 {
  left: 300px;
}
main section.conditions > div > div .serif_5 {
  left: 410px;
  top: 10px;
}
main section.conditions > div > div .serif_5-2 {
  left: 540px;
  top: 10px;
}
main section.conditions > div > div .serif_6 {
  left: 230px;
}
main section.conditions > div > div .serif_tmi {
  left: 180px;
  top: -40px;
}
@media all and (max-width: 950px) {
  main section.conditions > div > div {
    margin-top: 100px;
  }
  main section.conditions > div > div .serif {
    position: absolute;
    height: 50px;
    top: -70px;
    left: 20px;
  }
  main section.conditions > div > div .serif_oiwai {
    left: 110px;
  }
  main section.conditions > div > div .serif_5-2 {
    left: 150px;
  }
}
@media all and (max-width: 600px) {
  main section.conditions > div > div:first-child {
    margin-top: 30px;
  }
}
@media all and (max-width: 850px) {
  main section.conditions > div {
    padding-left: 0;
  }
}
@media all and (max-width: 750px) {
  main section.conditions > div {
    max-width: 100%;
    padding: 0 10px 0 10px;
  }
}
main section.conditions > div h3 {
  font-size: 1.4rem;
  font-weight: bold;
}
main section.conditions > div h3:first-child {
  margin-top: 0;
}
main section.conditions > div .joukin {
  margin-top: 10px;
}
main section.conditions > div .joukin2 {
  margin-top: 15px;
}
main section.conditions > div .nichikin {
  padding-top: 10px;
}
main section.conditions > div table tr th {
  font-weight: bold;
  padding-right: 30px;
}
main section.conditions > div .oncall {
  padding-top: 10px;
}
main section.conditions > div ul {
  padding-top: 0px;
  margin-top: 10px;
}
main section.conditions > div .tiikibetsu {
  margin-top: 5px;
}
main section.conditions > div .tiikibetsu .my-parts {
  display: inline-block;
  width: auto;
  position: relative;
}
main section.conditions > div .tiikibetsu .my-parts span::before,
main section.conditions > div .tiikibetsu .my-parts span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22%;
  height: 7%;
  margin: -1% 0 0 -54.5%;
  background: #e91e63;
}
main section.conditions > div .tiikibetsu .my-parts span::before {
  transform: rotate(-45deg);
}
main section.conditions > div .tiikibetsu .my-parts span::after {
  transform: rotate(45deg);
}
main section.conditions > div .tiikibetsu th,
main section.conditions > div .tiikibetsu td {
  padding-right: 5px;
}
main section.conditions > div .tiikibetsu .tiiki {
  text-align: left;
  padding-right: 20px;
}
main section.conditions > div .tiiki_txt_01 {
  line-height: 1.6;
  margin-top: 10px;
}
main section.conditions > div img.pink {
  position: absolute;
  width: 100px;
  left: 12%;
  bottom: -30px;
  z-index: -100;
}
main section.special {
  background-image: url(../images/wr_circle.svg);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: 50% 100px;
}
main section.special > h3 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: normal;
  padding: 0 10px;
  margin: 50px 0;
  color: #4d4d4d;
}
@media all and (max-width: 600px) {
  main section.special > h3 {
    font-size: 3.8vh;
  }
}
main section.special p {
  max-width: 600px;
  text-align: left;
  margin: auto;
  padding: 0 10px;
}
main section.graf ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  flex-wrap: wrap;
}
main section.graf ul li {
  width: 40%;
  margin-top: 50px;
}
@media all and (max-width: 600px) {
  main section.graf ul li {
    width: 100%;
    padding: 0 10px;
  }
}
main section.graf ul li h3 {
  color: #4d4d4d;
  font-size: 2.8rem;
  font-weight: normal;
  margin: 0;
}
main section.graf ul li img {
  width: 100%;
}
main section.graf ul li p {
  text-align: left;
  line-height: 1.5;
}
main section.cta {
  margin-top: 150px;
  width: 80%;
  margin-left: 10%;
  background-color: #f2ffe7;
  border-radius: 15px;
}
@media all and (max-width: 600px) {
  main section.cta {
    width: 95%;
    margin-left: 2.5%;
  }
}
main section.cta h3 {
  color: #4d4d4d;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  padding: 30px 10px 20px 10px;
  line-height: 1.2;
}
main section.cta .logo {
  background-color: #fff;
  border-radius: 15px;
  width: 80%;
  margin-left: 10%;
}
main section.cta .logo img {
  width: 100%;
  padding: 10px 70px;
}
@media all and (max-width: 600px) {
  main section.cta h3 {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  main section.cta .logo {
    width: 90%;
    margin-left: 5%;
  }
  main section.cta .logo img {
    padding: 10px 20px;
  }
}
main section.cta .button {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding: 30px 0;
}
main section.cta .button a {
  max-width: 300px;
  min-width: 200px;
  width: 30%;
}
@media all and (max-width: 600px) {
  main section.cta .button a {
    width: 70%;
  }
}
main section.cta .button a img {
  width: 100%;
}
main section.cta .button a:first-child {
  margin-right: 50px;
}
@media all and (max-width: 600px) {
  main section.cta .button {
    display: block;
    width: 70%;
    margin-left: 15%;
  }
  main section.cta .button a img:last-child {
    margin-top: 10px;
  }
}
main section.grow {
  padding-top: 100px;
  background-image: url(../images/wr_circle.svg);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: 50% 150px;
}
main section.grow > h3 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: normal;
  padding: 0 10px;
  margin: 50px 0;
  color: #4d4d4d;
}
@media all and (max-width: 600px) {
  main section.grow > h3 {
    font-size: 3.8vh;
  }
}
main section.grow p {
  max-width: 600px;
  text-align: left;
  margin: auto;
  padding: 0 10px;
}
main section.schedule h2 {
  width: 80%;
  margin-left: 10%;
  padding-right: 10px;
}
main section.schedule h2 img {
  padding: 0 20px 0 10px;
}
main section.schedule ul {
  margin-top: 50px;
}
main section.schedule ul li {
  margin-top: 10px;
}
main section.schedule ul li:nth-child(odd) img {
  width: 80%;
}
main section.schedule ul li:nth-child(even) img {
  width: 100px;
}
main section.schedule ul li:nth-child(1),
main section.schedule ul li:nth-child(5),
main section.schedule ul li:nth-child(9) {
  text-align: left;
  margin-left: 5%;
}
main section.schedule ul li:nth-child(3),
main section.schedule ul li:nth-child(7) {
  text-align: right;
  margin-right: 5%;
}
@media all and (max-width: 600px) {
  main section.schedule ul li:nth-child(odd) img {
    width: 95%;
  }
  main section.schedule ul li:nth-child(even) img {
    width: 50px;
  }
  main section.schedule ul li:nth-child(1),
  main section.schedule ul li:nth-child(5),
  main section.schedule ul li:nth-child(9) {
    text-align: left;
    margin-left: 0%;
  }
  main section.schedule ul li:nth-child(3),
  main section.schedule ul li:nth-child(7) {
    text-align: right;
    margin-right: 0%;
  }
}
main section.schedule > div {
  border: solid 1px black;
  max-width: 550px;
  width: 90%;
  margin: 50px auto;
}
main section.schedule > div p {
  padding: 20px 30px;
  text-align: left;
}
main section.staff > p {
  text-align: left;
  margin-top: 20px;
  display: inline-block;
}
@media all and (max-width: 600px) {
  main section.staff > p {
    padding: 0 10px;
  }
}
main section.staff .staff_box {
  margin-top: 20px;
}
@media all and (max-width: 600px) {
  main section.staff .staff_box img {
    max-width: 100%;
  }
}
main section.staff ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  flex-wrap: wrap;
}
main section.staff ul li {
  width: 32%;
  margin-left: 0.5%;
}
@media all and (max-width: 600px) {
  main section.staff ul li {
    width: 90%;
    margin-left: 5%;
  }
}
main section.staff ul li.staff_text {
  margin-top: 50px;
  border-radius: 30px;
  text-align: left;
  padding: 0 15px 15px 15px;
}
@media all and (min-width: 601px) {
  main section.staff ul li.staff_text.low {
    margin-top: 20px;
  }
}
main section.staff ul li.staff_text .staff_title {
  background-color: #8ec442;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  height: 40px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
}
main section.staff ul li.staff_text .blank {
  height: 40px;
}
@media all and (max-width: 600px) {
  main section.staff ul li.staff_text .blank {
    height: 0;
  }
}
main section.staff ul li.staff_text h3 {
  border-bottom: 1px solid #8ec442;
  border-left: 5px solid #8ec442;
  padding-left: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
}
main section.staff ul li.staff_text .mt {
  margin-top: 20px;
}
main section.staff .staff_deteil {
  overflow: hidden;
}
main section.staff .staff_deteil .img {
  width: 30%;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
}
main section.staff .staff_deteil .txt {
  float: right;
  width: 66%;
}
main section.ask {
  text-align: center;
}
main section.ask ul {
  width: 80%;
  max-width: 600px;
  margin: 25px auto 0 auto;
}
main section.ask ul li {
  color: #4d4d4d;
  line-height: 3;
  text-align: left;
}
main section.ask ul li img {
  position: absolute;
  width: 30px;
  margin-right: 5px;
  transform: translate(0, 1.5rem);
}
main section.ask ul li img:first-child {
  z-index: 100;
}
main section.ask ul li p {
  padding-left: 33px;
  font-size: 2rem;
  line-height: 1.2;
  display: inline-block;
  margin-top: 20px;
  text-align: left;
}
main section.ask ul li.line {
  background-position: 0 15px;
}
main section.ask ul li span {
  font-size: 1.4rem;
}
main section.ask > p.copy {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
  padding: 0 10px;
}
main section.greeting {
  margin-top: 100px;
}
main section.greeting img {
  max-width: 100%;
}
main section.greeting h2 {
  margin: 0;
  width: 80%;
  margin: 50px 10%;
  font-size: 2.3vw;
  line-height: 1.5;
  text-align: left;
  background-color: #f0ffe5;
  padding: 30px 20px;
  border-radius: 15px;
  border: none;
  box-shadow: #89c13f -12px 9px;
}
@media all and (min-width: 1300px) {
  main section.greeting h2 {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 600px) {
  main section.greeting h2 {
    width: 96%;
    margin: 20px 2%;
    font-size: 1.4rem;
    box-shadow: #89c13f -4px 3px;
  }
}
main section.greeting > p {
  text-align: left;
  width: 80%;
  margin-left: 10%;
}
@media all and (max-width: 600px) {
  main section.greeting > p {
    width: 100%;
    margin: 20px 0;
    padding: 0 10px;
    line-height: 1.5;
  }
}
main section.greeting > ul {
  width: 80%;
  margin-left: 10%;
  text-align: left;
  margin-top: 50px;
}
@media all and (max-width: 600px) {
  main section.greeting > ul {
    width: 96%;
    margin-left: 2%;
  }
}
main section.greeting p.tar {
  text-align: right;
  margin-top: 50px;
}
main section.contact > p {
  margin-top: 20px;
}
main section.contact .pink {
  position: relative;
}
main section.contact .pink img {
  position: absolute;
  width: 200px;
  left: -155px;
  top: -70px;
  z-index: -100;
}
main section.contact form {
  width: 50%;
  margin: auto;
  margin-top: 50px;
  text-align: left;
}
@media all and (max-width: 600px) {
  main section.contact form {
    width: 90%;
  }
}
main section.contact form dt,
main section.contact form dl {
  font-size: 1.4rem;
}
main section.contact form dt {
  margin-top: 30px;
}
main section.contact form dd.form_w input {
  width: 45%;
}
main section.contact form dd.form_w input:last-child {
  margin-left: 5%;
}
main section.contact form select {
  height: 3.6rem;
}

main section.contact form #clinic p {
  width: 100%;
}
main section.contact form #clinic ul {
  display: flex;
  flex-wrap: wrap;
}
main section.contact form #clinic ul li:not(:last-child) {
  padding-right: 6px;
}
main section.contact form #clinic input {
  width: 16px;
}

main section.contact form label,
main section.contact form input,
main section.contact form textarea,
main section.contact form p {
  width: 100%;
}
main section.contact form input {
  border: none;
  border-bottom: solid 1px gray;
}
main section.contact form textarea {
  border-top: solid 1px gray;
  margin-top: 10px;
  height: 150px;
}
main section.contact form p.tac {
  text-align: center;
}
main section.contact form p.tac span > input {
  width: 195px;
  height: 45px;
  border: 0;
  background-image: url(../images/send.svg);
  background-size: contain;
}
main section.gallery {
  position: relative;
}
main section.gallery h2 span.orange img {
  position: absolute;
  right: 200px;
  width: 200px;
  z-index: -100;
}
main section.gallery p {
  text-align: left;
  width: 80%;
  margin-left: 10%;
  margin-top: 20px;
}
@media all and (max-width: 600px) {
  main section.gallery p {
    width: 96%;
    margin-left: 2%;
  }
}
main section.gallery figure {
  margin: 0;
  width: 100%;
}
main section.gallery figure img {
  width: 100%;
}
main section.gallery figure figcaption {
  line-height: 0.5;
  font-size: 80%;
  padding-bottom: 10px;
}
main section.gallery figure figcaption.tal {
  text-align: left;
}
main section.gallery figure figcaption.tar {
  text-align: right;
}
main section.gallery li.db {
  display: block;
}
main section.gallery .gallery_box {
  display: none;
}

main section.gallery .gallery_pic {
  display: none;
}
main section.gallery div > ul {
  width: 80%;
  margin-left: 10%;
}
@media all and (max-width: 600px) {
  main section.gallery div > ul {
    width: 96%;
    margin-left: 2%;
  }
}
main section.gallery div > ul > li {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}
main section.gallery div > ul > li > ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}
main section.gallery div > ul > li > ul li {
  width: 100%;
}
main section.gallery .mr {
  margin-right: 25px;
}
@media all and (max-width: 600px) {
  main section.gallery .mr {
    margin-right: 5px;
  }
}
main section.gallery .ml {
  margin-left: 25px;
}
@media all and (max-width: 600px) {
  main section.gallery .ml {
    margin-left: 5px;
  }
}
main .about {
  position: relative;
}
main .about h2 span.orange img {
  position: absolute;
  right: 200px;
  width: 200px;
  z-index: -100;
}
main .about > div {
  padding-left: 85px;
  max-width: 50%;
  margin: auto;
  margin-top: 50px;
  text-align: left;
  font-size: 1.4rem;
}
@media all and (max-width: 900px) {
  main .about > div {
    padding-left: 0;
  }
}
@media all and (max-width: 700px) {
  main .about > div {
    max-width: 100%;
    padding: 0 10px 0 10px;
  }
}
main .about > div h3 {
  font-size: 1.4rem;
  font-weight: bold;
}
main .about > div h3:first-child {
  margin-top: 0;
}
main .about > div table {
  width: 100%;
  table-layout: fixed;
}
main .about > div table tr th {
  font-weight: bold;
  padding-top: 5px;
  padding-left: 30px;
  width: 30%;
}
main .about > div table tr td {
  padding-top: 5px;
  padding-left: 30px;
  width: 70%;
}
main .about > div ul {
  padding-top: 0px;
}

footer {
  width: 100%;
  /* margin-top: 100px; */
  background-color: #e7ffc5;
  text-align: center;
}
footer img {
  max-width: 500px;
  width: 80%;
  display: inline-block;
  margin-top: 50px;
}
footer p:last-child {
  margin-top: 50px;
}

.desc {
  margin-top: 95px !important;
  margin-bottom: 50px;
}
.desc h4 {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
@media all and (max-width: 700px) {
  .desc {
    margin-bottom: 28px;
  }
  .desc h4 {
    padding-left: 10px;
  }
}
.note {
  margin-top: 25px;
}

.mv_box .mv {
  margin-top: 20px;
}
.mv_box .mv.img_ishi {
  background-image: url(/common/images/interview/shain_ishi.jpg);
}
.mv_box .mv.img_jimubu {
  background-image: url(/common/images/interview/shain_jimubu.jpg);
}
.mv_box .mv.img_soumuka {
  background-image: url(/common/images/interview/shain_soumuka.jpg);
}
.mv_box .mv.img_kangobu {
  background-image: url(/common/images/interview/shain_kangobu.jpg);
}
.mv_box .mv.img_chiiki {
  background-image: url(/common/images/interview/shain_chiiki.jpg);
}
.mv_box .mv.img_ijika {
  background-image: url(/common/images/interview/shain_ijika.jpg);
}
@media (min-width: 481px) {
  .mv_box {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .interview {
    margin: 20px auto 50px !important;
    width: 1000px;
  }
}
@media (max-width: 480px) {
  .mv_box #breadcrumb {
    padding: 0 20px;
  }
  .interview {
    padding: 0 20px;
    margin: 20px 0 50px 0 !important;
  }
  .interview_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .interview_department {
    width: 100%;
    padding: 10px 0 10px 10px;
    margin-bottom: 25px !important;
  }
  .interview_department p {
    font-size: 18px;
    gap: 4px;
  }
  .interview_department p span.department_sub_info {
    font-size: 14px;
  }
  footer {
    margin-top: 30px;
  }
}
