@charset "UTF-8";
/* --- top --- */
.pc {
  display: block;
}
.sp {
  display: none;
}

h1, h2, h3 {
  font: 300 3.7rem "fot-tsukuaoldmin-pr6n","serif";
}
h2 {
  font-size: 4.3rem;
}
h3 {
  font-size: 3.3rem;
  line-height: 1.5em;
}
section {
  width: 100%;
}
.container {
  padding-top: 60px;
}
.section2_wrap, .section4_wrap, .section5_wrap, .section6_wrap, .section7_wrap, .section8_wrap, .section11_wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.section9_wrap, .section10_wrap {
  max-width: 1060px;
  margin: 0 auto;
}

#section1 {
  position: relative;
  width: 100%;
  height: 0;
  background-image: url('../images/top/kv.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: calc((630 / 1280) * 100vw);
  }
#section1 h1 {
  position: absolute;
  bottom: calc((145 / 1280) * 100vw);
  right: calc((70 / 1280) * 100vw);
  font-size: calc((37 / 1280) * 100vw);
  line-height: 1.19em;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.3em;
}
#section1 span {
  display: inline-block;
  padding: 0 0.3em;
  background: #fff;
  opacity: 0.8;
}

#section2 {
  text-align: center;
  padding: 9.4em 0 15.3em;
}
#section2 figure {
  position: relative;
}
#section2 figure::after {
  position: absolute;
  content: "";
  background: url("../images/top/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: -75%;
  width: 100vw;
  height: 100vw;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}

#section2 p {
  font: 300 1.8rem "source-han-sans-japanese","sans-serif";
  line-height: 2em;
}
#section2 figure {
  margin: 2em auto 0;
  width: calc((420 / 1280) * 100vw);
  max-width: 420px;
}

#section3 .section3_wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; /* 26年更新ume */
  column-gap: 3.9em;
}
#section3 figure {
  width: calc((780 / 1280) * 100vw);
  flex-shrink: 0;
}
#section3 .section3_wrap div {
  width: calc((340 / 1280) * 100vw);
  min-width: 300px;
  flex-shrink: 0;
}
/* 26年更新ume */
#section3 .section3_wrap .section3__sub-txtbox {
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 5.5em auto 0;
  text-align: center;
}
#section3 .section3__sub-txtbox h3 {
  white-space: nowrap;
}
#section3 .section3__sub-txtbox p {
  width: calc((620 / 1280) * 100vw);
  max-width: 620px;
  min-width: 0;
  margin: 0 auto;
  padding-bottom: 0;
  text-align: left;
}
#section3 p {
  padding: 2.4em 0;
  font: 300 1.6rem "source-han-sans-japanese","sans-serif";
  line-height: 2em;
}

#section4, #section6, #section8 {
  margin: 14.3em 0;
}
#section4 h3, #section6 h3, #section8 h3 {
  text-align: center;
}
#section4 ul, #section6 ul, #section8 ul {
  padding: 6.25em 0 0.75em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: calc((35 / 1280) * 100vw);
  row-gap: calc((35 / 1280)* 100vw);
}
#section4 li, #section6 li {
  width: calc((510 / 1280) * 100vw);
  max-width: 510px;
}
#section4 figure, #section6 figure, #section8 figure {
  position: relative;
  overflow: hidden;
}
#section4 figure img, #section6 figure img {
  display: block;
}
#section4 figure img, #section6 figure img, #section8 figure img {
  transition:0.5s;
  width:100%;
}
#section4 figure:hover, #section6 figure:hover, #section8 figure:hover {
  transition: 0.5s;
  opacity: 0.7;
}
#section4 figcaption, #section6 figcaption, #section8 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((80 / 1280) * 100vw);
  max-height: 80px;
  background: #14195a;
  opacity: 0.9;
}
#section4 span, #section6 span, #section8 span {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: calc((22 / 1280) * 100vw);
  font-size: 2.6rem;
  color: #fff;
}
#section4 span::after, #section6 span::after, #section8 span::after {
  position: absolute;
  top: 50%;
  right: calc((18 / 1280) * 100vw);
  content: "";
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 0.4em;
  height: 0.4em;
  transition: all 0.5s;
}
#section4 p, #section6 p, #section8 p {
  margin-top: 0.75em;
  line-height: 1.5em;
}

#section5 {
}
#section5 div {
  display: inline-block;
}
#section5 .section5_wrap {
  position: relative;
  display: block;
}
#section5 .section5_wrap::before {
  content: "";
  display: block;
  padding-top: calc(100% * 850 / 1280);
}
#section5 .section5_wrap::after {
  position: absolute;
  content: "";
  background: url("../images/top/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: -30%;
  width: 100vw;
  height: 100vw;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}
#section5 p {
  padding-top: 2.4em;
  width: calc((340 / 1280) * 100vw);
  font: 300 1.6rem "source-han-sans-japanese","sans-serif";
  line-height: 2em;
}
#section5 figure {
  position: relative;
  display: inline-block;
  width: calc((311 / 1280) * 100vw);
  max-width: 311px;
}
#section5 figcaption {
  position: absolute;
  left: 50%;
  width: 100%;
}
#section5 dt {
  font: 300 2.8rem "fot-tsukuaoldmin-pr6n","sans-serif";
}
#section5 dd {
  font: 300 1.6rem "source-han-sans-japanese","sans-serif";
  line-height: 1.8em;
}
#section5 .section5-h3-wrap {
  position: absolute;
  top: calc((110 / 1280) * 100%);
  left: calc((283 / 1280) * 100%);
}
#section5 .section5-dinner-wrap {
  position: absolute;
  top: 0;
  right: calc((209 / 1280) * 100%);
}
#section5 .section5-hospital-wrap {
  position: absolute;
  top: calc((490 / 1280) * 100%);
  right: calc((432 / 1280) * 100%);
}
#section5 .section5-lesson-wrap {
  position: absolute;
  bottom: calc((180 / 1280) * 100%);
  left: calc((202 / 1280) * 100%);
}

#section7 {
  position: relative;
}
#section7 .section7_wrap {
  position: relative;
}
#section7 .section7_wrap::after {
  position: absolute;
  content: "";
  background: url("../images/top/bg3.png");
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: -20%;
  width: 100vw;
  height: 100vw;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}
#section7 .section7-h3-wrap {
  position: absolute;
  left: calc((165 / 1280) * 100vw);
}
#section7 p {
  padding-top: 2.4em;
  width: calc((320 / 1280) * 100vw);
  font: 300 1.6rem "source-han-sans-japanese","sans-serif";
  line-height: 2em;
}
#section7 figure {
  width: calc((690 / 1280) * 100vw);
  padding-top: 18.75em;
  margin: 0 auto;
}

#section8 li {
  width: calc((510 / 1280) * 100vw);
  max-width: 510px;
}
#section8 figcaption {
  height: calc((114 / 1280) * 100vw);
}
#section8 span {
  line-height: 1.5em;
}

#section9 {
  background: #f0f1ec;
}
#section9 {
  padding: 5.6em 0;
}
#section9 h3,  #section10 h3, #section11 h3 {
  text-align: center;
}
#section9 ul {
  display: flex;
  column-gap: 1em;
}
#section9 li {
  display: flex;
  width: 33%;
}
#section9 dl {
  display: flex;
  row-gap: 1em;
  justify-content: center;
  flex-direction: column;
  padding: 6.25em 0 3.125em;
}
#section9 dl > div {
  width: calc((335 / 1280) * 100vw);
  display: flex;
  flex-direction: column;
  row-gap: 0.75em;
}
#section9 dt {
  position: relative;
  padding: 2em 1.875em 2em 3.25em;
  min-height: 153px;
  font: 600 1.8rem "hiragino-kaku-gothic-pron","sans-serif";
  background: transparent linear-gradient(317deg, #fae8ac 0%, #fce699 100%) 0% 0% no-repeat;
  border-radius: 30px;
}
#section9 dt::before {
  position: absolute;
  top: calc((10 / 1280) * 100vw);
  left: calc((10 / 1280) * 100vw);
  content: "Q.";
  font: 400 3.8rem "ltc- oni-175", serif;
  color: #fff;
}
#section9 dd {
  position: relative;
  padding: 1.56em 2em 1.56em 3.25em;
  height: calc((174 / 1280) * 100vw);
  min-height: 220px;
  background: transparent linear-gradient(328deg, #c5d4b2 0%, #bce3ac 100%) 0% 0% no-repeat;
  font-size: 1.8rem;
  border-radius: 30px;
  line-height: 1.5em;
}
#section9 dd::before {
  position: absolute;
  top: calc((10 / 1280) * 100vw);
  left: calc((10 / 1280) * 100vw);
  content: "A.";
  font: 400 3.8rem "ltc-bodoni-175", serif;
  color: #fff;
}

#section10 {
  padding: 14.375em 0;
}
#section10 .section10_wrap ul {
  padding: 6.25em 0 3.125em;
}
#section10 ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.22em;
  justify-content: flex-start;
}
#section10 li {
  width: 23.8%;
  margin-right: 1.6%;
  border: #ccc 1px solid;
}
#section10 li:nth-of-type(4) {
  margin-right: 0;
}
#section10 ul a {
  display: inline-block;
  background: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#section10 ul a:hover {
  background: #dddde2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#section11 {
  margin-bottom: 23em;
}

/* --- ニュースピックアップ カルーセル --- */
#section11 .feature_list {
  margin-top: 6.25em;
  margin-right: -20px;
  margin-left: -20px;
}
#section11 .feature_list .slick-slide {
  padding: 20px;
}
#section11 .feature_list .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: -6px;
  width: 42px;
  height: 40px;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  box-shadow: 0 0 3px 1px transparent;
  outline: none;
  z-index: 101;
  transition: .4s;
}
#section11 .feature_list .slick-arrow.slick-disabled {
  opacity: .3;
  cursor: default;
}
#section11 .feature_list .slick-arrow.slick-prev {
  left: 50%;
  -ms-transform: translateX(-300%);
  transform: translateX(-300%);
}
#section11 .feature_list .slick-arrow.slick-next {
  right: 50%;
  -ms-transform: translateX(300%);
  transform: translateX(300%);
}
#section11 .feature_list .slick-dots {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#section11 .feature_list .slick-dots li {
  display: inline-block;
  margin-right: 20px;
}
#section11 .feature_list .slick-dots li:last-child {
  margin-right: 0;
}
#section11 .feature_list .slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e6e4e1;
  outline: none;
  text-indent: -999px;
  overflow: hidden;
  vertical-align: middle;
}
#section11 .feature_list .slick-dots .slick-active button {
  background-color: #14195a;
}

/* --- ボタン --- */
.hearingaid-button-wrap {
  display: flex;
  justify-content: center;
}
.hearingaid-button {
  position: relative;
  display: inline-block;
  padding: 0.3em 4.5em;
  background: #161b59;
  border: #161b59 2px solid;
  border-radius: 2em;
  font-size: 2.0rem;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
.hearingaid-button:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.5s;
  z-index: -1;
}
.hearingaid-button::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 0.6em;
  height: 0.6em;
  transition: all 0.5s;
}
.hearingaid-button:hover {
  color: #161b59;
}
.hearingaid-button:hover::before {
  transform: translateX(0);
}
.hearingaid-button:hover::after {
  right: 1em;
  border-top: solid 2px #161b59;
  border-right: solid 2px #161b59;
}

/* --- 来店予約 --- */
.hearingaid-referral {
  width: calc((1060 / 1280) * 100vw);
  max-width: 1060px;
  margin: 0 auto;
}
.hearingaid-referral p {
  margin-bottom: 2.3em;
  font: 600 1.37em "hiragino-kaku-gothic-pron","sans-serif";
  color: #161b59;
}
.hearingaid-referral .hearingaid-button-wrap {
  column-gap: 2em;
}
.hearingaid-referral .hearingaid-button {
  padding: 0.3em 0em;
  width: calc((366 / 1280) * 100vw);
  max-width: 366px;
}




/* --- TAB&SP--- */
@media screen and (max-width: 1000px) {
  body .contant-edt-elements-wrap section h3 {
    font-size: 3.0rem;
    line-height: 1.5em;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 3.0rem;
    line-height: 1.5em;
  }
  .section2_wrap, .section4_wrap, .section5_wrap, .section6_wrap, .section8_wrap, .section9_wrap, .section11_wrap {
  max-width: 414px;
  margin: 0 auto;
  }
  .section7_wrap, .section9_wrap, .section10_wrap, .section11_wrap {
    max-width: 100%;
  }

  #section1 {
    background-image: url('../images/top/kv_sp.png');
    background-size: cover;
    background-position: center center;
    height: calc((460 / 414) * 100vw);
  }
  #section1 h1 {
    bottom: calc((18 / 414) * 100vw);
    right: calc((63 / 414) * 100vw);
    row-gap: 0.46em;
    font-size: 2.8rem;
    line-height: 1.4em;
  }
  #section1 span {
    padding: 0 0.3em;
  }

  #section2 {
    text-align: center;
    padding: 7.26em 0 6.46em;
  }

  #section2 p {
  margin-top: 2.8em;
  font-size: 1.5rem;
  }
  #section2 figure {
    width: calc((330 / 414) * 100vw);
  }
  #section2 figure::after {
    top: 0;
  }
  #section3 .section3_wrap {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 3.53em;
  }
  #section3 figure {
    width: calc((400 / 414) * 100vw);
    max-width: 800px;
  }
  #section3 .section3_wrap > div {
    width: calc((347 / 414) * 100vw);
    max-width: 570px;
    margin: 0 auto;
  }
/* 26年更新ume */
#section3 .section3_wrap .section3__sub-txtbox {
  width: calc((347 / 414) * 100vw);
  max-width: 570px;
  margin-top: 0;
  text-align: left;
}

#section3 .section3__sub-txtbox h3 {
  white-space: normal;
}

#section3 .section3__sub-txtbox p {
  width: 100%;
  max-width: none;
}
/* ここまで */
  #section3 p {
    padding: 2em 0;
  }
  #section4, #section6, #section8 {
    margin: 10.2em 0;
  }
  #section4 ul, #section6 ul, #section8 ul {
    display: flex;
    padding: 2.46em 0 0.75em;
    flex-direction: column;
    align-items: center;
    align-content: center;
    row-gap: 3.33em;
  }
  #section4 li, #section6 li {
    width: calc((347 / 414) * 100vw);
    max-width: 600px;
  }
  #section4 figcaption, #section6 figcaption, #section8 figcaption {
    height: calc((54 / 414) * 100vw);
    max-height: 30%;
  }
  #section4 span, #section6 span, #section8 span {
    font-size: min(calc((18 / 414) * 100vw), 1.5em);
    padding-left: calc((15 / 414) * 100vw);
  }
  #section4 span::after, #section6 span::after, #section8 span::after {
    width: 0.5em;
    height: 0.5em;
    right: calc((11 / 414) * 100vw);
  }
  #section4 p, #section6 p, #section8 p {
    margin-top: 0.46em;
  }
  #section5 .section5_wrap {
    max-width: 700px;
  }
  #section5 .section5_wrap::before {
    padding-top: 1500px;
  }
  #section5 .section5_wrap::after {
    top: -10%;
  }
  #section5 .section5-h3-wrap {
    top: 0;
    left: calc((33 / 414) * 100vw);
  }
  #section5 p {
    padding-top: 2em;
    width: calc((347 / 414) * 100vw);
    max-width: 347px;
  }
  #section5 figure {
    width: calc((311 / 414) * 100vw);
    max-width: 311px;
  }
  #section5 .section5-dinner-wrap {
    width: calc((311 / 414) * 100vw);
    max-width: 311px;
    top: calc((225 / 1500) * 100%);
    left: calc((15 / 414) * 100vw);
    right: auto;
  }
  #section5 .section5-hospital-wrap {
    width: calc((311 / 414) * 100vw);
    max-width: 311px;
    top: calc((680 / 1500) * 100%);
    right: calc((15 / 414) * 100vw);
    left: auto;
  }
  #section5 .section5-lesson-wrap {
    width: calc((311 / 414) * 100vw);
    max-width: 311px;
    top: calc((1140 / 1500) * 100%);
    left: calc((15 / 414) * 100vw);
    right: auto;
  }
  #section5 figcaption {
    right: -20%;
    left: auto;
    width: calc((205 / 414) * 100vw);
    max-width: 195px;
  }
  #section5 .section5-hospital-wrap figcaption {
    right: 0;
  }
  #section5 dt {
    font-size: 2.6rem;
  }
  #section5 dd {
    font-size: 1.6rem;
  }
  #section6 {
    margin: 13em 0;
  }
  #section7 .section7-h3-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: calc((364 / 414) * 100vw);
  }
  #section7 .section7-h3-wrap {
    word-break: keep-all;
  }
  #section7 .section7_wrap::after {
    top: -46%;
  }
  #section7 p {
    padding-top: 2em;
    width: 100%;
    word-break: break-all;
  }
  #section7 figure {
    width: calc((348 / 414) * 100vw);
    padding-top: 15em;
  }
  #section8 li {
    width: calc((236 / 414) * 100vw);
  }
  #section9 ul {
    flex-wrap: wrap;
    row-gap: 3em;
    padding: 2.46em 0 0.75em
  }
  #section9 li {
    flex-direction: column;
    width: 100%;
  }
  #section9 dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1em;
    padding: 0;
  }
  #section9 dl > div {
    width: calc((345 / 414) * 100vw);
    max-width: 70%;
    display: flex;
    flex-direction: column;
    row-gap: 0.75em;
  }
  #section9 dt {
    padding: 1.88em 1.88em 1.88em 3.33em;
    width: 100%;
    max-width: 600px;
  }
  #section9 dt::before, #section9 dd::before {
    top: calc((10 / 414) * 100vw);
    left: calc((10 / 414) * 100vw);
    font-size: 2.6rem;
  }
  #section9 dd {
    position: relative;
    padding: 1.27em 1.88em 1.27em 3.33em;
    width: 100%;
    max-width: 600px;
    height: calc((178 / 414) * 100vw);
    max-height: 178px;
  }
  #section10 {
    padding: 9.66em 0;
  }
  #section10 ul {
    column-gap: 1.22em;
    row-gap: 1.22em;
    justify-content: center;
  }
  #section10 li {
    width: calc((167 / 414) * 100vw);
    margin-right: 0;
  }
  #section10 div {
    padding: 4em 0;
  }
  #section11 {
    margin-bottom: 12.1em;
  }

  #section11 .feature_list {
    margin-top: 5.3em;
    margin-left: 0;
    margin-right: 0;
  }
  #section11 .feature_list .slick-slide {
    padding: 10px;
  }
  #section11 .feature_list .slick-arrow.slick-prev {
    left: 0;
    -ms-transform: none;
    transform: none;
  }
  #section11 .feature_list .slick-arrow.slick-next {
    right: 0;
    -ms-transform: none;
    transform: none;
  }

  .hearingaid-button-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 4.13em;
    row-gap: 3.06em;
    line-height: 1.73em;
  }
  .hearingaid-button {
    padding: 1em 0;
    font-size: 2.0rem;
    border-radius: 2.66em;
    width: calc((349 / 414) * 100vw);
  }
  .hearingaid-referral {
    width: 100%;
  }
  .hearingaid-referral p {
    font-size: 2.2rem;
  }
  .hearingaid-referral > div {
    padding: 7em 0;
  }
  .hearingaid-referral .hearingaid-button {
    width: calc((349 / 414) * 100vw);
    max-width: 60%;
    padding: 1em 0;
  }



}
.mod-boxLink01-item figure {
	width: 100%;
  height: auto;
  aspect-ratio: 55 / 37;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-boxLink01-item figure img {
	width: 100%;
	height: 100%;
  object-fit: cover;
}

/* 26年追加 */
/* スライダー全体のサイズ設定 */
.main-slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* 画像の比率を保ちつつエリアを埋める */
}

/* 矢印やドットの色 */
.swiper-button-next, .swiper-button-prev {
  color: #000; /* 矢印の色 */
}

.swiper-pagination-bullet-active {
  background: #000; /* アクティブなドットの色 */
}