@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
input[type="submit"], input[type="text"], select, textarea, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul, li {
  list-style: none;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  color: #333333;
}
#header {
  position: absolute;
  width: 90%;
  z-index: 99;
}
section {
  line-height: 0;
}
.t-center {
  text-align: center;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-logo {
  text-align: center;
  margin: 10px 0 0 61px;
}
.hamb {
  position: fixed;
  cursor: pointer;
  background-color: #4b8bd8;
  z-index: 300;
  right: 0;
  top: 76px;
  width: 130px;
  height: 130px;
  transform: translate(-15%, -50%);
}
.black-bg ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 45%;
  top: 55%;
  transform: translate(-50%, -50%);
}
.black-bg ul li {
  text-align: left;
  padding: 20px 0;
}
.black-bg ul li a {
  color: #333333;
  font-size: 23px;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
.line {
  position: absolute;
  left: 30%;
  width: 55px;
  height: 2px;
  background-color: #FFF;
  top: 30%;
}
.line:nth-child(2) {
  top: 40%;
  left: 30%;
}
.line:nth-child(3) {
  top: 50%;
  left: 30%;
}
.hamb-text {
  position: absolute;
  left: 25%;
  top: 55%;
  font-size: 23px;
  color: #ffffff;
}
.black-bg {
  position: fixed;
  background: #daf6ff;
  top: 0;
  right: -450px;
  width: 450px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.black-bg.open {
  opacity: 1;
  visibility: visible;
  right: 0;
}
#hamb.active .line {
  background-color: #ffffff;
}
/*アニメーション*/
.black-bg {
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
}
#hamb.active .line:nth-child(1) {
  transform: translateY(9px) translateX(0) rotate(45deg);
}
#hamb.active .line:nth-child(2) {
  opacity: 0;
  background: #FFF;
}
#hamb.active .line:nth-child(3) {
  transform: translateY(-20px) translateX(0) rotate(-45deg);
}
.animation {
  transition: all .6s;
}
.h-tel {
    width: 390px;
    padding: 3px 0;
    background-image: url(../img/h_tel-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: -82px 55px 0 90px;
}
.tel {
  font-size: 27px;
  color: #333333;
  letter-spacing: 4px;
}
.icon-tel {
  content: url("../img/icon-tel.png");
  height: 26px;
  margin-right: 15px;
}
.main {
  background-image: url("../img/main.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  aspect-ratio: 16 / 7.9;
}
.main-form {
  position: absolute;
  bottom: 4%;
  left: 35%;
}
.form-bunner {
  max-width: 1650px;
  height: 594px;
  width: 95%;
  margin: 50px auto 0;
  background-image: url("../img/form-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 30px;
}
.form-bunner_inner {
  height: 357px;
  padding-top: 150px;
  background-image: url("../img/form-bunner.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-bunner_inner img {
  width: 522px;
  height: 148px;
  margin: 0 40px;
}
.h2-ttl {
  max-width: 1410px;
  width: 90%;
  margin: 190px auto 70px;
  text-align: center;
}
.ja {
  font-size: max(3.2vw, 38px);
  margin-top: 30px;
  border-bottom: dotted 2px #333333;
}
.feature img {
  max-width: 1920px;
  width: 100%;
}
.concept img {
  max-width: 1920px;
  width: 100%;
}
.interview {
  margin-bottom: 100px;
}
.interview img {
  max-width: 1920px;
  width: 100%;
}
.h3-ttl {
  max-width: 1407px;
  width: 100%;
  margin: 65px auto 0;
  padding: 9px 0;
  text-align: center;
  background-image: url("../img/ttl-band.jpg");
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: max(2.6vw, 30px)
}
.recruit-tbl {
  max-width: 1015px;
  width: 95%;
  margin: 70px auto 100px;
  ;
  border-collapse: collapse;
  border: solid 1px #333333;
}
.recruit-tbl th {
  background: #00bdf0;
  border: solid 1px #333333;
  color: #fff;
  padding: 30px;
  width: 20%;
}
.recruit-tbl td {
  border: solid 1px #333333;
  padding: 30px 50px;
  width: 80%;
}
.clinic {
  margin-top: 230px;
  padding: 22% 0 7%;
  ;
  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
  background-image: url("../img/clinic-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.clinic-box {
  max-width: 1160px;
  width: 90%;
  height: 560px;
  margin: -30% auto 0;
}
.clinic-logo {
  max-width: 587px;
  width: 80%;
  margin: 70px auto;
}
.clinic-flex {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.clinic-left {
  width: 45%;
  text-align: center;
}
.clinic-left p {
  margin-bottom: 50px;
  line-height: 2;
}
.clinic-right {
  width: 52%;
  font-size: 20px;
  line-height: 1.6;
}
.clinic-tbl {
  display: block;
  border-collapse: collapse;
  border: solid 1px #0766a5;
  background-color: #ffffff;
  padding: 10px;
  margin: 50px 0 15px;
}
.clinic-tbl thead {
  border-bottom: 1px solid #0766a5;
}
.clinic-tbl th, .clinic-tbl td {
  padding: 10px 20px;
  text-align: center;
  font-weight: normal;
}
.clinic-tbl td {
  color: #4b8bd8;
}
.clinic-tbl .tbl-black {
  color: #333333;
}
.application-form {
  background-image: url("../img/polkadots-bg.png");
  background-repeat: repeat-y;
  padding: 70px 0 100px;
}
.application-form_inner {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #ffffff;
}
input[type="text"], input[type="file"], textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 480px;
  transition: 0.8s;
  border-radius: 0;
}
input[type="text"]:focus, textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
textarea[name="content"] {
  display: inline-block;
  max-width: 100%;
  height: 200px;
}
input::placeholder, textarea::placeholder {
  color: #ccc;
}
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-table {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
  line-height: 2;
  border: solid 1px #d7d7d7;
}
.form-table th, .form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
}
.form-table th {
  background: #0766a5;
  color: #ffffff;
  padding-left: 50px;
  position: relative;
  text-align: left;
  width: 300px;
  vertical-align: top;
}
.form-table span {
  background-color: #ff0000;
  color: #ffffff;
  padding: 0 5px;
  margin-left: 30px;
}
.application-form_btn {
  text-align: center;
}
.application-form_btn input {
  width: 250px;
  padding: 20px 0;
  margin-top: 50px;
  text-align: center;
  background-color: #0766a5;
  color: #ffffff;
  font-size: 21px;
}
.application-form_btn input:hover {
  opacity: 0.8;
}
.privacy {
  border: solid 1px #000000;
  padding: 20px 0;
  text-align: center;
  max-width: 800px;
  width: 95%;
  line-height: 2;
  margin: 80px auto;
  font-weight: bold;
}
.privacy ul {
  text-align: left;
  padding: 30px 100px;
}
.privacy li {
  list-style: disc;
}
.map {
  line-height: 0;
}
.official-bunner {
  padding: 60px 0;
  text-align: center;
  background-color: #eaeaea;
}
.copyright {
  padding: 20px 0;
  text-align: center;
}
#page_top {
  position: fixed;
  right: 35px;
  bottom: 65px;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 1536px) {
  .form-bunner_inner {
    width: 90%;
    margin: 0 auto;
    height: 278px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
  .h2-ttl {
    margin-top: 100px;
  }
  .h2-ttl img {
    height: 80px;
  }
  .h-logo {
    margin: 10px;
  }
  h1 img {
    width: 280px;
  }
  .recruitment {
    width: 200px;
  }
  .hamb {
    width: 80px;
    height: 80px;
    top: 0;
    transform: none;
  }
  .line {
    left: 18%;
    top: 20%;
  }
  .line:nth-child(2) {
    top: 33%;
    left: 18%;
  }
  .line:nth-child(3) {
    top: 46%;
    left: 18%;
  }
  #hamb.active .line:nth-child(3) {
    transform: translateY(-12px) translateX(0) rotate(-45deg);
  }
  .hamb-text {
    font-size: 16px;
    left: 22%;
  }
  .h-tel {
    padding: 6px 0;
    font-size: 18px;
    margin: -54px 81px 0 0;
  }
  .tel {
    font-size: 24px;
  }
  .main-form img {
    width: 145px;
  }
  .main-form {
    left: 34%;
  }
  .form-bunner_inner img {
    width: 89%;
    height: auto;
    margin: 0 20px 50px;
    ;
  }
  .form-bunner {
    background-size: cover;
    height: auto;
    padding-top: 0;
  }
  .form-bunner_inner {
    height: auto;
    padding-top: 170px;
  }
  .clinic-left {
    width: 28%;
    line-height: 1.5;
  }
  .clinic-right {
    width: 70%;
  }
  .clinic-box {
    margin-top: -35%;
  }
}
@media screen and (max-width: 820px) {
  .main-form img {
    width: 115px;
  }
  h1 img {
    width: 230px;
  }
  .h-tel {
    display: none;
  }
  .clinic-flex {
    display: block;
  }
  .clinic-left {
    width: 50%;
    margin: 0 auto;
  }
  .clinic-right {
    width: 91%;
    margin: 0 auto;
  }
  .form-table th, .form-table td {
    display: block;
    width: 100%;
    border-bottom: none;
    box-sizing: border-box;
  }
  input[type="text"], input[type="file"], textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .official-bunner img {
    width: 80%;
  }
  .form-bunner_inner {
    padding-top: 140px;
  }
  .clinic-box {
    margin-top: -40%;
  }
}
@media screen and (max-width: 640px) {
  .recruit-tbl {
    width: 95%;
  }
  .recruit-tbl th, .recruit-tbl td {
    border-bottom: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .recruit-tbl td {
    padding: 15px 30px
  }
}
@media screen and (max-width: 425px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .main {
    background-image: url("../img/sp/main.jpg");
    background-size: cover;
    background-position: center;
    aspect-ratio: 8.2 / 18;
  }
  .hamb {
    width: 65px;
    height: 65px;
    top: 8px;
    right: 8px;
  }
  .hamb-text {
    font-size: 10px;
    left: 28%;
  }
  .line {
    width: 25px;
    left: 33%;
  }
  .line:nth-child(2) {
    left: 33%;
  }
  .line:nth-child(3) {
    left: 33%;
  }
  #hamb.active .line:nth-child(1) {
    transform: translateY(5px) translateX(0) rotate(45deg);
  }
  .black-bg {
    width: 200px;
  }
  .black-bg ul {
    width: 100%;
    left: 65%;
    top: 45%;
  }
  .black-bg ul li a {
    font-size: 16px;
  }
  h1 img {
    width: 210px;
  }
  .recruitment {
    width: 150px;
    margin-top: -10px;
  }
  .main-form img {
    width: 180px;
  }
  .main-form {
    left: auto;
    right: 1%;
    bottom: 3%;
  }
  .form-bunner {
    background-image: url("../img/sp/form-bunner.jpg");
    width: 100%;
    background-size: contain;
  }
  .form-bunner_inner {
    background-image: none;
    display: block;
    padding-top: 0;
    text-align: center;
    padding: 220px 0 95px;
    width: 100%;
  }
  .form-bunner_inner img {
    margin: 5px 0;
    width: 80%;
  }
  .h2-ttl {
    margin: 50px auto;
  }
  .h2-ttl img {
    height: 50px;
  }
  .ja {
    margin-top: 0;
  }
  .js-scrollable img {
    width: 1300px;
  }
  .interview {
    margin-bottom: 50px;
  }
  .clinic {
    margin-top: 120px;
  }
  .clinic-box {
    height: 260px;
  }
  .clinic-left {
    width: 90%;
  }
  .clinic-right {
    font-size: 16px;
  }
  .clinic-tbl th, .clinic-tbl td {
    padding: 5px;
  }
  .privacy {
    padding: 20px 0;
  }
  .privacy ul {
    padding: 30px;
  }
  .recruit-tbl th {
    padding: 20px;
  }
  .official-bunner img {
    width: 90%;
  }
  #page_top {
    right: 15px;
    bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .main-form img {
    width: 140px;
  }
  .form-bunner_inner {
    padding: 210px 0 81px;
  }
  .ja {
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  .main-form img {
    width: 130px;
  }
  .form-bunner_inner {
    padding: 180px 0 60px;
  }
  .ja {
    font-size: 26px;
  }
}