@charset "utf-8";

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light;tab-size:2;scrollbar-gutter:stable}:where(html:has(dialog:modal[open])){overflow:clip}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(button){all:unset}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(a){color:inherit;text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg,video){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem);text-wrap:balance}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(dialog){border:none;background:none;inset:unset;max-width:unset;max-height:unset}:where(dialog:not([open])){display:none!important}:where(:focus-visible){outline:3px solid CanvasText;box-shadow:0 0 0 5px Canvas;outline-offset:1px}:where(:focus-visible,:target){scroll-margin-block:8vh}:where(.visually-hidden:not(:focus-within,:active)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}

:root {
  --mainColor: #e47482;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  color: #292929;
  line-height: 1.72;
  background: #ccc;
}

a {
  transition: .3s;
}

main{
  margin-top: 120px;
}

a:hover {
  opacity: .8;
}

.sp_01{
  display: none;
}

.all {
  max-width: 1200px;
  margin: auto;
  padding-top: 51px;
  background: #fff;
}

@media (max-width: 768px) {
  .all {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .sp {
    display: none;
  }
  .sp_01{
    display: block;
  }
  main{
    margin-top: 60px;
  }
}

.deco_title {
  border-bottom: solid 3px #dbd2c1;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
}

.deco_title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #688dc7;
  bottom: -3px;
  width: 20%;
}

.list_disc {
  list-style-type: disc;
}

/*-- MV --------------------------------------------*/

.mv {
  max-width: 1154px;
  margin: auto;
}

@media (max-width: 768px) {
  .mv {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/*-- content1 --------------------------------------------*/

.content1Box {
  display: flex;
  align-items: center;
  max-width: 1154px;
  margin: auto auto 120px;
  padding-top: 117px;
}

.content1_left {
  max-width: 432px;
}

.content1_right {
  padding-left: 2em;
  font-size: 16px;
  width: calc(1154px - 432px);
}

.content1_right ol {
  list-style: decimal;
  margin-left: 2em;
}

.content1_right h2 {
  font-size: 3.9rem;
  margin-bottom: 38px;
  word-break: break-all;
}

@media (max-width: 768px) {
  .content1Box {
    flex-direction: column;
    padding-top: 30px;
    margin: auto auto 2em;
  }
  .content1_left {
    width: 90%;
    margin-bottom: 2em;
  }
  .content1_right {
    width: 90%;
    padding-left: 0;
  }
  .content1_right h2 {
    font-size: 3rem;
    margin-bottom: .5em;
  }
}

.content1_right h2 span {
  color: #688cc8;
}

/*-- about --------------------------------------------*/

.about {
  padding-top: 65px;
  padding-bottom: 95px;
}

.about h2 {
  margin-bottom: 76px;
}

.heading-28 {
  font-size: 3.4rem;
  letter-spacing: .04em;
  text-align: center;
}

.heading-28::before {
  font-weight: normal;
  color: #688cc8;
  display: block;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: .02em;
  content: attr(data-label);
}

.aboutBox {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .aboutBox {
    flex-direction: column;
    max-width: 90%;
    margin: auto;
  }
}

.about_left {
  max-width: 611px;
}

.about_left p {
  margin-bottom: 2em;
}

.about_right {
  max-width: 355px;
}

.about_link a {
  background: #f4f6fb;
  color: #292929;
  text-decoration: none;
  border: 1px solid #292929;
  border-radius: 20px;
  line-height: 42px;
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 39px;
}

.aboutOverview{
  margin: 0 auto;
  padding-top: 95px;
}
.aboutOverview img{
  margin: 0 auto;
  max-width: 450px;
  width: 90%;
}

@media (max-width: 768px) {
  .about_link a {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.4rem;
  }
  .about_link {
    margin-bottom: 2em;
  }
  .aboutOverview{
    padding-top: 30px;
  }
}

/*-- medical --------------------------------------------*/
.medical {
  background: #f7f5f1;
  padding-top: 65px;
}

.medical h2 {
  margin-bottom: 82px;
}

.medicalBox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.medical dl {
  width: calc(90% / 3);
  max-width: 312px;
  margin-bottom: 83px;
}

@media (max-width: 768px) {
  .medical dl {
    width: 90%;
  }
}

.medical dt {
  font-weight: bold;
  font-size: 2.2rem;
}

.medical dd img {
  margin-bottom: 1em;
}

.medical dd a {
  background: #fff;
  color: #292929;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #292929;
  border-radius: 20px;
  line-height: 42px;
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 1em;
}


/*-- cta --------------------------------------------*/
.cta {
  background: url(img/cta_background.png) repeat-y;
  max-width: 1200px;
  height: 386px;
  padding-top: 59px;
  padding-bottom: 48px;
}

.cta h2 {
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(104, 140, 200, 1);
  text-align: center;
  margin-bottom: 45px;
}

.cta ul {
  display: flex;
  justify-content: space-around;
  width: 921px;
  margin: auto;
}

@media (max-width: 768px) {
  .cta {
    width: 100%;
    height: auto;
  }
  .cta ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
  }
  .cta li:first-child {
    margin-bottom: 1em;
  }
  .cta li {
    width: 90%;
  }
}

/*-- access --------------------------------------------*/

.access {
  padding-top: 73px;
  padding-bottom: 80px;
  background: #f4f6fb;
}

.access h2 {
  margin-bottom: 49px;
}

.access h3 {
  font-size: 3rem;
  border-bottom: 1px solid #292929;
  margin-bottom: .5em;
}

.access h3 small {
  display: block;
  font-size: 1.8rem;
}

.access h3 {
  font-size: 2.2rem;
  padding-bottom: 1em;
}

.accessBox {
  display: flex;
  justify-content: space-around;
  max-width: 1028px;
  margin: auto;
}

@media (max-width: 768px) {
  .accessBox {
    max-width: 90%;
    flex-direction: column;
  }
  .accessBox iframe {
    max-width: 320px;
    margin-top: 1em;
  }
}

.accessBox_left {
  padding-right: 3em;
}

.accessBox_rightBox {
  display: flex;
  flex-direction: row;
  margin-top: 2em;
  max-width: 537px;
  gap: 0;
}
@media (max-width: 768px) {
  .accessBox_rightBox {
    flex-direction: column;
    gap: 10px;
  }
}

.accessBox_rightBox h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.accessBox_rightBox h4 img {
  margin-right: .5em;
}

.accessBox_rightBox div {
  width: 50%;
}

.accessBox_rightBox dd {
  font-size: 1.5rem;
}

/*-- info --------------------------------------------*/

.info {
  max-width: 1070px;
  margin: 98px auto auto;
  padding-bottom: 132px;
}

@media (max-width: 768px) {
  .info {
    margin: 44.5px auto auto;
  }
}

.infoBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 768px) {
  .infoBox {
    flex-direction: column;
  }
}

.info_link_ichiran {
  background: #f4f6fb;
  border: 1px solid #292929;
  border-radius: 20px;
  text-align: center;
  margin-top: 77px;
  line-height: 42px;
}

.info_link_innaikeiji {
  background: #688cc8;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  margin-top: 29px;
  line-height: 42px;
}

.infoBox_left {
  width: 207px;
}

.infoBox_left li a {
  text-decoration: none;
  text-align: center;
  display: block;
}

.infoBox_right li {
  border-bottom: 1px solid #292929;
  max-width: 768px;
}

.infoBox_right li span {
  color: #688cc8;
}

@media (max-width: 768px) {
  .infoBox_right {
    margin-top: 2em;
  }
  .infoBox_right li {
    max-width: 90%;
    margin: auto;
  }
  .infoBox_right li span {
    display: block;
  }
}

.infoBox_right li a {
  margin-left: 1em;
  text-decoration: none;
  padding-top: .5em;
  padding-bottom: .5em;
}

.infoBox_right li {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .infoBox_right li {
    flex-direction: column;
    align-items: flex-start;
  }
}
/*-- incho --------------------------------------------*/

.incho {
  background: #f7f5f1;
  padding-top: 67px;
  padding-bottom: 77px;
}

.inchoBox {
  display: flex;
  max-width: 824px;
  margin: 64px auto auto;
}

.incho dt {
  font-size: 1.7rem;
  color: #688cc8;
}

.incho dd {
  font-size: 1.7rem;
  margin-bottom: 1em;
}

.incho_right {
  padding-left: 100px;
}

@media (max-width: 768px) {
  .inchoBox {
    flex-direction: column;
    max-width: 90%;
  }
  .incho_right {
    padding-left: 0;
  }
}

.aisatsu_title {
  display: flex;
  justify-content: center;
}

.modal-2__wrap input {
  display: none;
}

.modal-2__open-label,
.modal-2__close-label {
  cursor: pointer;
}

.modal-2__open-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 42;
  margin:0 auto;
  /* padding: .8em 2em; */
  border: none;
  border-radius: 20px;
  background-color: #fff;
  color: #292929;
  font-weight: 600;
  font-size: 1em;
  border: 1px solid #292929;
}

.modal-2__open-label:hover {
  background-color: #688cc8;
  color: #fff;
  /* outline: 1px solid #292929; */
}

.modal-2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-2__open-input:checked + label + input + .modal-2 {
  display: block;
  animation: modal-2-animation .6s;
}

.modal-2__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 650px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}

.modal-2__close-label {
  background-color: #777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.6;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.3em;
}

.modal-2__content {
  max-height: 50vh;
  overflow-y: auto;
  padding: 39px 45px 40px;
}

.modal-2__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

@keyframes modal-2-animation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@media only screen and (max-width: 520px) {
  .modal-2__open-label {
      max-width: 90%;
      padding: .94em 2.1em .94em 2.6em;
  }

  .modal-2__close-label {
      top: -17px;
      right: -4%;
  }

  .modal-2__content-wrap {
      width: 90vw;
  }

  .modal-2__content {
      padding: 33px 21px 35px;
      max-width: 100%;
  }
}

.modal-2__content h2 {
  border-bottom: solid 3px #dbd2c1;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 2.2rem;
}

.modal-2__content h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #688dc7;
  bottom: -3px;
  width: 20%;
}

.aisatsu {
  margin-top: 1em;
  background: #f7f5f1;
  font-size: 1.7rem;
  padding: 1em;
}

.aisatsu p {
  margin-bottom: 1em;
}

/*-- recruit --------------------------------------------*/

.recruit {
  padding-top: 56px;
  padding-bottom: 98px;
  max-width: 1040px;
  margin: auto;
}

.recruit h2 {
  margin-bottom: 72px;
}

.recruit h3 {
  color: #688cc8;
}

.recruitBox {
  display: flex;
  gap: 10%;
}
.recruitBox a{
  text-decoration: none;
}

.recruit_right {
  padding-left: 3em;
}

@media (max-width: 768px) {
  .recruit {
    width: 90%;
  }
  .recruitBox {
    flex-direction: column;
  }
  .recruit_right {
    padding-left: 1em;
  }
}

.recruit_right h3 {
  margin-bottom: 2em;
  font-size: 2.4rem;
}

.sns {
  display: flex;
  justify-content: space-between;
  margin: 3em auto 0;
  max-width: 300px;
}
.sns li{
  text-align: center;
}

/* 採用アカウント */
.sns_recruitment{
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin: 40px 0 0 0;
  background: #688cc8;
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 15px 0;
}
.sns_recruitment a{
  display: block;
  width: 100%;
}
.sns_recruitment span{
  padding-left: 60px;
  position: relative;
  color: #fff;
}
.sns_recruitment span::after{
  content: "";
  position: absolute;
  background-image: url(../common/img/instagram_white.png);
  background-size: cover;
  background-repeat: none;
  top: -9px;
  left: 0;
  width: 34px ;
  height: 34px;
}
@media (max-width: 768px) {
  .sns_recruitment{
    margin: 30px 0 0 0;
  }
}


/*-- footer --------------------------------------------*/
.footer {
  padding-top: 52px;
  background: #f4f6fb;
}

.footer a {
  text-decoration: none;
}

.footer h2 {
  border-bottom: solid 3px #dbd2c1;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 2.2rem;
}

.footer h2 small {
  display: block;
}

.footer h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #688dc7;
  bottom: -3px;
  width: 20%;
}

.footerBox {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 3em;
}

.footer strong {
  color: #688cc8;
}

.footer ul {
  list-style-type: disc;
}

.footer_left {
  max-width: 460px;
}

.footer_left h2 {
  font-size: 3.2rem;
  margin-bottom: 1em;
  text-align: left;
}

.footer_left h2 small {
  font-size: 2.2rem;
}

.footer_center {
  width: 400px;
}

.copy {
  font-size: 1.4rem;
  text-align: center;
  color: #aaa;
  display: block;
}

@media (max-width: 768px) {
  .footerBox {
    flex-direction: column;
  }
  .footer_left {
    max-width: 90%;
    margin: auto auto 1em;
  }
  .footer_center {
    width: 90%;
    margin: auto auto 1em;
  }
  .footer_right {
    display: none;
  }
  .footer_right a {
    width: 100%;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .footer_right li {
    width: 100%;
  }
}

