@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

@font-face {
  font-family: "gen";
  src: url("../font/GenJyuuGothic-P-Bold.woff2") format("woff2"), url("../font/GenJyuuGothic-P-Medium.woff2") format("woff2"), url("../font/GenJyuuGothic-P-Normal.woff2") format("woff2"), url("../font/GenJyuuGothic-P-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: min(10px, 0.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.444;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  body.is-open {
    position: fixed;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body.is-open {
    position: static;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.gen {
  font-family: "gen", sans-serif;
}

.l-container {
  max-width: 124rem;
  padding-inline: 2rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-inline: 2.75rem;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 6rem;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-top: 2rem;
  }
}
.l-header__inner {
  max-width: 192rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 5.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-inline: 2rem;
  }
}
.l-header__logoGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.2rem;
}
@media screen and (max-width: 767px) {
  .l-header__logoGroup {
    gap: 1.2rem;
  }
}
.l-header__logoLink {
  display: block;
  max-width: 15rem;
}
@media screen and (max-width: 767px) {
  .l-header__logoLink {
    max-width: 6.45rem;
  }
}
.l-header__logoImg {
  width: 100%;
}
.l-header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-header__text {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
.l-header__hamBox {
  max-width: 1920px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-header__hamBox {
    pointer-events: auto;
  }
}

.l-sectionBg, .l-sectionBg--pink, .l-sectionBg--green {
  position: relative;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .l-sectionBg, .l-sectionBg--pink, .l-sectionBg--green {
    padding-bottom: 14.6rem;
  }
}
.l-sectionBg::before, .l-sectionBg--pink::before, .l-sectionBg--green::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 25%;
  height: 100%;
  z-index: -1;
  background-color: #B7D9F2;
}
@media screen and (max-width: 767px) {
  .l-sectionBg::before, .l-sectionBg--pink::before, .l-sectionBg--green::before {
    max-width: 26.6666666667vw;
  }
}
.l-sectionBg--green::before {
  background-color: #D7F0C3;
}
.l-sectionBg--pink::before {
  background-color: #FFC3B1;
}

.l-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11.5rem;
}
@media screen and (max-width: 767px) {
  .l-col {
    margin-top: 6rem;
  }
}
.l-col:nth-child(odd) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-col:nth-child(odd) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-col + .l-col {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .l-col + .l-col {
    margin-top: 7rem;
  }
}

.c-hamburger {
  min-width: 0.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  margin-top: 6.4rem;
  margin-right: 6rem;
  z-index: 40;
  pointer-events: auto;
  /* ナビゲーションのスタイル */
  /* is-open クラスがついたときの動作 */
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    margin-top: 1.8rem;
    margin-right: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .c-hamburger:hover {
    opacity: 0.6;
  }
}
.c-hamburger__barBox {
  display: block;
  width: 5.6rem;
  height: 4.8rem;
  margin: 0.5rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-hamburger__barBox {
    width: 2.4rem;
    height: 2rem;
  }
}
.c-hamburger__bar {
  display: block;
  width: 100%;
  height: 0.3rem;
  background: #F5A200;
  position: absolute;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 767px) {
  .c-hamburger__bar {
    height: 1.64px;
  }
}
.c-hamburger__bar:nth-child(1) {
  top: 0;
}
.c-hamburger__bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-hamburger__bar:nth-child(3) {
  bottom: 0;
}
.c-hamburger.is-open .c-hamburger__bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(1.6rem, 1.6rem);
          transform: rotate(45deg) translate(1.6rem, 1.6rem);
}
@media screen and (max-width: 767px) {
  .c-hamburger.is-open .c-hamburger__bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(0.7rem, 0.6rem);
            transform: rotate(45deg) translate(0.7rem, 0.6rem);
  }
}
.c-hamburger.is-open .c-hamburger__bar:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-open .c-hamburger__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(1.6rem, -1.6rem);
          transform: rotate(-45deg) translate(1.6rem, -1.6rem);
}
@media screen and (max-width: 767px) {
  .c-hamburger.is-open .c-hamburger__bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(0.7rem, -0.6rem);
            transform: rotate(-45deg) translate(0.7rem, -0.6rem);
  }
}
.c-hamburger__barText {
  margin-top: 2.2rem;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #F5A200;
}
@media screen and (max-width: 767px) {
  .c-hamburger__barText {
    margin-top: 0.3rem;
    font-size: 1.043rem;
  }
}
.c-hamburger__nav {
  padding-top: min(25rem, 25vh);
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .c-hamburger__nav {
    padding-top: 10rem;
    max-width: 100%;
  }
}
.c-hamburger__navList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-hamburger__navItem {
  margin: 1em 0;
}
.c-hamburger__navItem:last-child {
  margin-top: 3em;
  padding-bottom: 2em;
}
.c-hamburger__navLink {
  display: inline-block;
  color: #F5A200;
  font-size: 2.2rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  .c-hamburger__navLink {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .c-hamburger__navLink:hover {
    opacity: 0.7;
  }
}
.c-hamburger__nav.is-open {
  right: 0;
}

.c-btn--heightSmall .c-btn__link {
  min-height: min(6.4rem, 5vw);
}
@media screen and (max-width: 767px) {
  .c-btn--heightSmall .c-btn__link {
    min-height: 4rem;
  }
}
@media screen and (max-width: 1600px) {
  .c-btn--heightSmall .c-btn__text {
    font-size: max(2rem, 1.3888888889vw);
  }
}
.c-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 6.4rem;
  border-radius: 6rem;
  background-color: #F0503C;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    min-height: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn__link:hover {
    opacity: 0.7;
  }
}
.c-btn__text {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 2rem;
    letter-spacing: 0;
  }
}

.c-head, .c-head--message, .c-head--assistant, .c-head--hygienist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding-block: 8rem 4rem;
  text-align: center;
  padding-inline: 1.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-head, .c-head--message, .c-head--assistant, .c-head--hygienist {
    padding-block: 3.5rem 2.2rem;
  }
}
.c-head--hygienist .c-head__jp {
  color: #50B478;
}
.c-head--assistant .c-head__jp {
  color: #FA6F84;
}
@media screen and (max-width: 767px) {
  .c-head--assistant .c-head__en {
    font-size: 5.8rem;
  }
}
.c-head--message {
  position: relative;
}
.c-head--message::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}
.c-head--message .c-head__jp {
  color: #F5A200;
}
@media screen and (max-width: 767px) {
  .c-head--message .c-head__en {
    font-size: 4.6rem;
    margin-top: 3rem;
  }
}
.c-head__jp {
  display: inline-block;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #008CC8;
}
@media screen and (max-width: 767px) {
  .c-head__jp {
    font-size: 3rem;
    line-height: 1.7333333333;
  }
}
.c-head__en {
  margin-top: 1.6rem;
  display: inline-block;
  font-size: 11.8rem;
  font-weight: bold;
  line-height: 1.1153846154;
  letter-spacing: 0;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .c-head__en {
    margin-top: 1.2rem;
    font-size: 5.6rem;
    line-height: 1.1166666667;
  }
}
.c-head__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: min(19rem, 9.8958333333vw);
  margin-top: -2.8rem;
  padding-top: 7rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-head__wrap {
    margin: 0;
    padding: 0;
    position: relative;
  }
}
.c-head__svgBox {
  max-width: 11rem;
  width: 100%;
  margin-left: 7.5rem;
  margin-top: 16.2rem;
}
@media screen and (max-width: 767px) {
  .c-head__svgBox {
    max-width: 5.53rem;
    position: absolute;
    margin: 0;
    top: 7.4rem;
    right: 0.2rem;
  }
}
.c-head__svgBox svg {
  max-width: 11rem;
  stroke: #F5A200;
}
@media screen and (max-width: 767px) {
  .c-head__svgBox svg {
    max-width: 5.53rem;
  }
}

.c-mainTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  letter-spacing: 0;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mainTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-left: 0;
  }
}
.c-mainTitle__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20rem;
  margin-top: 3.2rem;
  padding-top: 7rem;
}
@media screen and (max-width: 1440px) {
  .c-mainTitle__wrap {
    padding-left: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mainTitle__wrap {
    padding-top: 3.4rem;
    padding-left: 0;
    margin-left: 0;
    margin-top: 1.4rem;
  }
}
.c-mainTitle__en {
  font-size: 6.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-mainTitle__en {
    font-size: 3.4rem;
    letter-spacing: 0.05em;
  }
}
.c-mainTitle__jp {
  margin-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-mainTitle__jp {
    margin-left: 0;
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
.c-mainTitle__svgBox, .c-mainTitle__svgBox--pink, .c-mainTitle__svgBox--green {
  max-width: 11rem;
  width: 100%;
  margin-left: 10.5rem;
  margin-top: -3.8rem;
}
@media screen and (max-width: 767px) {
  .c-mainTitle__svgBox, .c-mainTitle__svgBox--pink, .c-mainTitle__svgBox--green {
    max-width: 5.53rem;
    position: absolute;
    margin: 0;
    top: -5.5rem;
    right: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-mainTitle__svgBox, .c-mainTitle__svgBox--pink, .c-mainTitle__svgBox--green {
    top: -2.5rem;
  }
}
.c-mainTitle__svgBox svg, .c-mainTitle__svgBox--pink svg, .c-mainTitle__svgBox--green svg {
  max-width: 11rem;
  stroke: #008CC8;
}
@media screen and (max-width: 767px) {
  .c-mainTitle__svgBox svg, .c-mainTitle__svgBox--pink svg, .c-mainTitle__svgBox--green svg {
    max-width: 5.53rem;
  }
}
.c-mainTitle__svgBox--green svg {
  stroke: #50B478;
}
.c-mainTitle__svgBox--pink svg {
  stroke: #FA6F84;
}

.c-col, .c-col--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 155.7rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .c-col, .c-col--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    overflow: hidden;
  }
}
.p-hygienist .c-col .c-col__title, .p-hygienist .c-col--reverse .c-col__title {
  color: #50B478;
}
.p-hygienist .c-col .c-col__title::before, .p-hygienist .c-col--reverse .c-col__title::before {
  background-image: url(../img/icon_faq--green.svg);
}
.p-assistant .c-col .c-col__title, .p-assistant .c-col--reverse .c-col__title {
  color: #FA6F84;
}
.p-assistant .c-col .c-col__title::before, .p-assistant .c-col--reverse .c-col__title::before {
  background-image: url(../img/icon_faq--pink.svg);
}
.c-col--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 2rem;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .c-col--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-left: 0;
  }
}
.c-col--reverse .c-col__heading {
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .c-col--reverse .c-col__heading {
    padding: 0 0 1rem 0;
  }
}
.c-col--reverse .c-col__heading::after {
  left: unset;
  right: -8rem;
  width: calc(100% + 2rem);
}
@media screen and (max-width: 767px) {
  .c-col--reverse .c-col__heading::after {
    right: unset;
    width: 100%;
  }
}
.c-col--reverse .c-col__contentsArea {
  padding-top: 6.5rem;
  margin-left: max(-10rem, -5.2083333333vw);
  padding-left: 2rem;
}
@media screen and (max-width: 1640px) {
  .c-col--reverse .c-col__contentsArea {
    margin-left: 2rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-col--reverse .c-col__contentsArea {
    margin: 4rem 0 0 2.2rem;
    padding: 2.1rem 0 3.4rem 2.2rem;
  }
}
.c-col--reverse .c-col__listWrap {
  padding-inline: 9.8rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-col--reverse .c-col__listWrap {
    padding-inline: 0;
    padding: 1.4rem 1.4rem 0 2.8rem;
  }
}
.c-col__imgArea {
  width: 100%;
  max-width: 90rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1640px) {
  .c-col__imgArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.c-col__img {
  width: 100%;
}
.c-col__contentsArea {
  max-width: 74rem;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-col__contentsArea {
    margin: 4rem 0 0 2.2rem;
    padding: 2.1rem 0 3.4rem 2.2rem;
  }
}
.c-col__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 1.2rem;
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  .c-col__heading {
    font-size: 2.4rem;
    padding: 0 0 1rem 0;
  }
}
.c-col__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.281rem;
  background: #F7931E;
}
.c-col__headingSub {
  margin-left: 2.6rem;
  font-size: 0.467em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-col__headingSub {
    margin-left: 1.8rem;
  }
}
.c-col__listWrap {
  padding-top: 2rem;
  padding-left: 15rem;
}
@media screen and (max-width: 767px) {
  .c-col__listWrap {
    padding: 1.4rem 1.4rem 0 2.8rem;
  }
}
.c-col__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-col__list + .c-col__list {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-col__list + .c-col__list {
    margin-top: 1rem;
  }
}
.c-col__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  color: #008CC8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-col__title {
    font-size: 1.92rem;
    white-space: nowrap;
  }
}
.c-col__title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -4rem;
  display: block;
  width: 3.2rem;
  aspect-ratio: 32/55;
  background: url(../img/icon_faq--blue.svg) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-col__title::before {
    width: 2.5rem;
    left: -3.2rem;
  }
}
.c-col__text {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-col__text {
    font-size: 1.4rem;
  }
}

.c-program, .c-program--assistant, .c-program--hygienist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14.5rem;
  margin-left: 1.6rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .c-program, .c-program--assistant, .c-program--hygienist {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-inline: 2.2rem 1rem;
    margin-top: 7.6rem;
    margin-left: 0;
  }
}
.c-program__imgBox {
  max-width: 122.64rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-program__imgBox {
    max-width: 35.55rem;
  }
}
.c-program__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-flow, .c-flow--assistant, .c-flow--hygienist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8rem;
  margin-left: 1.6rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .c-flow, .c-flow--assistant, .c-flow--hygienist {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-inline: 2.2rem 1rem;
    margin-top: 15rem;
    margin-left: 0;
  }
}
.c-flow__imgBox {
  max-width: 122.64rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flow__imgBox {
    max-width: 30.4rem;
  }
}
.c-flow__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-income, .c-income--assistant, .c-income--hygienist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8rem;
  margin-left: 1.6rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .c-income, .c-income--assistant, .c-income--hygienist {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-inline: 2.2rem 1rem;
    margin-top: 10rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-income--hygienist {
    padding-bottom: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-income--assistant {
    padding-bottom: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-income--assistant .c-income__textWrap01 {
    top: 23.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-income--assistant .c-income__textWrap02 {
    top: 39.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-income--assistant .c-income__textWrap03 {
    top: 56.2rem;
  }
}
.c-income__imgBox {
  max-width: 122.64rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-income__imgBox {
    max-width: 30.4rem;
    position: relative;
  }
}
.c-income__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-income__textWrap01, .c-income__textWrap02, .c-income__textWrap03 {
    width: 27rem;
    position: absolute;
    left: 6rem;
    border: 0.114rem solid #000;
    padding: 0.8rem;
    background-color: #fff;
  }
  .c-income__textWrap01::before, .c-income__textWrap02::before, .c-income__textWrap03::before {
    content: "詳細を表示する";
    position: absolute;
    bottom: calc(100% + 0.4rem);
    right: 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-income__textWrap01::after, .c-income__textWrap02::after, .c-income__textWrap03::after {
    content: "";
    position: absolute;
    top: -0.9rem;
    left: 7rem;
    width: 1.5rem;
    height: 1.1rem;
    background: url(../img/icon_triangle.svg) center center/cover no-repeat;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-income__text {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 767px) {
  .c-income__textWrap01 {
    top: 22.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-income__textWrap02 {
    top: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .c-income__textWrap03 {
    top: 53.3rem;
  }
}

.c-recruitment, .c-recruitment--assistant, .c-recruitment--hygienist {
  max-width: 84.88rem;
  border: max(0.141rem, 1.41px) solid #CCE8F4;
  background-color: #fff;
  margin-top: 14.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-recruitment, .c-recruitment--assistant, .c-recruitment--hygienist {
    margin-inline: 2.2rem;
    margin-top: 7.6rem;
  }
}
.c-recruitment--hygienist {
  border: max(0.141rem, 1.41px) solid #D7F0C3;
}
.c-recruitment--hygienist .c-recruitment__title {
  background-color: #D7F0C3;
}
.c-recruitment--assistant {
  border: max(0.141rem, 1.41px) solid #FFC3B1;
}
.c-recruitment--assistant .c-recruitment__title {
  background-color: #FFC3B1;
}
.c-recruitment__inner {
  padding: 5.6rem 6.6rem;
}
@media screen and (max-width: 767px) {
  .c-recruitment__inner {
    padding: 2.2rem 1.4rem;
  }
}
.c-recruitment__heading {
  margin-inline: auto;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-recruitment__heading {
    font-size: 2.5rem;
    line-height: 1.44;
  }
}
.c-recruitment__contents {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .c-recruitment__contents {
    margin-top: 2.6rem;
  }
}
.c-recruitment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-recruitment__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
}
.c-recruitment__list + .c-recruitment__list {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-recruitment__list + .c-recruitment__list {
    margin-top: 1.4rem;
  }
}
.c-recruitment__title {
  width: 100%;
  max-width: 15rem;
  min-height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #CCE8F4;
}
@media screen and (max-width: 767px) {
  .c-recruitment__title {
    max-width: 100%;
    min-height: 3rem;
  }
}
.c-recruitment__text, .c-recruitment__text--spLeft {
  margin-block: auto;
  padding-block: 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-recruitment__text, .c-recruitment__text--spLeft {
    text-align: center;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-recruitment__text--spLeft {
    text-align: left;
  }
}

.c-city {
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem #F5A200;
          box-shadow: 0.2rem 0.2rem 0.2rem #F5A200;
}
@media screen and (max-width: 767px) {
  .c-city {
    margin-inline: auto;
  }
}
.c-city__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-city__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.c-city__text {
  margin-top: 0.3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5em;
  margin-right: -0.8rem;
}
.c-city__imgBox {
  width: 100%;
  max-width: 24rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-city__imgBox {
    max-width: 21.4rem;
  }
}
.c-city__img {
  width: 100%;
}

.c-address {
  position: relative;
  margin-left: 2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-address::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.6rem;
  width: 0.362rem;
  height: 100%;
  background-color: #F5A200;
}
.c-address__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}
.c-address__address {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-address__address {
    margin-top: 0.4rem;
  }
}

.c-map {
  margin-top: 1.8rem;
}
.c-map__imgBox {
  max-width: 39.6rem;
  width: 100%;
}
.c-map__img {
  width: 100%;
}
.c-map__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-map__footer {
    margin-top: 2rem;
    padding-inline: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-map__footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .c-map__footerLink:hover {
    opacity: 0.7;
  }
}
.c-map__phoneBox {
  width: 4.835rem;
  aspect-ratio: 1/1;
}
.c-map__phone {
  width: 100%;
}
.c-map__tel {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
}
.c-map__snsLink {
  display: block;
  width: 3rem;
  aspect-ratio: 1/1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .c-map__snsLink:hover {
    opacity: 0.7;
  }
}
.c-map__snsImg {
  width: 100%;
}

.u-separate {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* u-none
----------------------------------------------------------------- */
.u-none--SP {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-none--SP {
    display: none !important;
  }
}
.u-none--PC {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-none--PC {
    display: block !important;
  }
}
.u-none--inlineSP {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .u-none--inlineSP {
    display: none !important;
  }
}
.u-none--inlinePC {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-none--inlinePC {
    display: inline !important;
  }
}
.u-none--flexSP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-none--flexSP {
    display: none;
  }
}
.u-none--flexPC {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-none--flexPC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}