@charset "UTF-8";
@font-face {
  font-family: "futura";
  src: url("fonts/Futura-Normal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
pre,
blockquote {
  margin: unset;
  padding: unset;
  font-feature-settings: "pkna";
}

button,
input,
label {
  line-height: 1.1;
}

p,
span,
summary {
  line-height: 1.5;
  margin: unset;
  padding: unset;
  font-weight: unset;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.5;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: -1px;
}

img,
input[type=image] {
  max-width: 100%;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  border: 0;
  margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

summary {
  list-style: none !important;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
  background: #66BED5;
  -webkit-font-smoothing: antialiased;
  /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox on MacOS */
}
@media screen and (max-width: 780px) {
  html {
    overflow-x: hidden;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 780px;
  text-align: left;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "A P-OTF A1Gothic Std", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  word-break: break-all;
  line-height: 1.85;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 780.1px) {
  body {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  body {
    overflow-x: hidden;
    font-size: 3.75vw;
  }
}

li {
  list-style-type: none;
}

table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

th {
  text-align: left;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}
@media screen and (min-width: 780.1px) {
  a {
    cursor: pointer;
  }
}

iframe {
  border: 0;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  display: revert;
}

html {
  scroll-behavior: smooth;
}

.js_fadeup {
  opacity: 0;
}
.js_fadeup.is-active {
  animation: fadeup 0.4s ease-in-out;
  opacity: 1;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(min(2.5641025641vw, 20px));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js_fadeup.is-active .fadeup_delayed {
  animation: fadeup 0.8s ease-in-out;
  opacity: 1;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(min(2.5641025641vw, 20px));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeup_delayed {
  opacity: 0;
}

#fv.fv {
  position: relative;
  width: 100%;
  height: min(230.7692307692vw, 1800px);
  background: linear-gradient(310deg, #CCEFFC 0%, #D4F0FE 100%);
}
#fv.fv .link {
  position: absolute;
  top: min(57.0512820513vw, 445px);
  right: 0;
  width: min(49.8717948718vw, 389px);
  height: min(14.1025641026vw, 110px);
}
#fv.fv .inner {
  padding: min(8.9743589744vw, 70px) min(5.1282051282vw, 40px);
}
#fv.fv .inner .note {
  color: #0e5e83;
  font-size: min(2.8205128205vw, 22px);
  font-weight: 400;
}
#fv.fv .inner .cta_title {
  margin-top: min(7.6923076923vw, 60px);
  text-align: center;
  font-size: min(4.8717948718vw, 38px);
}
#fv.fv .inner .cta_title span {
  font-size: min(6.1538461538vw, 48px);
}
#fv.fv .inner .cta {
  font-size: min(5.1282051282vw, 40px);
  border-radius: min(8.9743589744vw, 70px);
  width: min(89.7435897436vw, 700px);
  height: min(16.6666666667vw, 130px);
  letter-spacing: -2px;
  padding: min(4.4871794872vw, 35px) min(3.8461538462vw, 30px) min(4.4871794872vw, 35px) min(5.1282051282vw, 40px);
}
@media screen and (max-width: 780px) {
  #fv.fv .inner .cta {
    letter-spacing: -0.2564102564vw;
  }
}
#fv.fv .inner .cta svg:first-of-type {
  width: min(6.6666666667vw, 52px);
  height: min(7.9487179487vw, 62px);
  margin-right: min(1.2820512821vw, 10px);
}
#fv.fv .inner .cta svg:last-of-type {
  margin-left: auto;
  width: min(1.9230769231vw, 15px);
  height: min(3.2051282051vw, 25px);
}
#fv.fv .inner .btn {
  margin: min(7.6923076923vw, 60px) auto;
  font-size: min(3.5897435897vw, 28px);
  width: min(79.4871794872vw, 620px);
  height: min(10.2564102564vw, 80px);
  border-radius: min(0.641025641vw, 5px);
  background: #1E5087;
  color: #fff;
  font-weight: 700;
  padding: min(2.5641025641vw, 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#fv.fv .inner .btn svg {
  margin-left: min(3.8461538462vw, 30px);
  width: min(1.4102564103vw, 11px);
  height: min(2.3076923077vw, 18px);
}

.fv_middle {
  width: 100%;
  background: linear-gradient(310deg, #CCEFFC 0%, #D4F0FE 100%);
}
.fv_middle .inner {
  padding: min(5.1282051282vw, 40px) min(5.1282051282vw, 40px) min(23.0769230769vw, 180px);
}
.fv_middle .inner .note {
  font-size: min(2.8205128205vw, 22px);
  font-weight: 400;
  color: #09415B;
}
.fv_middle .inner .cta_title {
  margin-top: min(7.6923076923vw, 60px);
  text-align: center;
  font-size: min(4.8717948718vw, 38px);
}
.fv_middle .inner .cta_title span {
  font-size: min(6.1538461538vw, 48px);
}
.fv_middle .inner .cta {
  font-size: min(5.1282051282vw, 40px);
  border-radius: min(8.9743589744vw, 70px);
  width: min(89.7435897436vw, 700px);
  height: min(16.6666666667vw, 130px);
  letter-spacing: -2px;
  padding: min(4.4871794872vw, 35px) min(3.8461538462vw, 30px) min(4.4871794872vw, 35px) min(5.1282051282vw, 40px);
}
@media screen and (max-width: 780px) {
  .fv_middle .inner .cta {
    letter-spacing: -0.2564102564vw;
  }
}
.fv_middle .inner .cta svg:first-of-type {
  width: min(6.6666666667vw, 52px);
  height: min(7.9487179487vw, 62px);
  margin-right: min(1.2820512821vw, 10px);
}
.fv_middle .inner .cta svg:last-of-type {
  margin-left: auto;
  width: min(1.9230769231vw, 15px);
  height: min(3.2051282051vw, 25px);
}
.fv_middle .inner .btn {
  margin: min(7.6923076923vw, 60px) auto;
  font-size: min(3.5897435897vw, 28px);
  width: min(79.4871794872vw, 620px);
  height: min(10.2564102564vw, 80px);
  border-radius: min(0.641025641vw, 5px);
  background: #1E5087;
  color: #fff;
  font-weight: 700;
  padding: min(2.5641025641vw, 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}

#leading.leading {
  margin-top: -9%;
  position: relative;
  background: url(/lp02/ibiki/assets/img/leading/bg_leading.webp) top/contain no-repeat;
  background-size: 100%;
  padding: min(19.2307692308vw, 150px) 0 min(12.8205128205vw, 100px);
  height: min(262.1794871795vw, 2045px);
}
#leading.leading .title {
  text-align: center;
  position: relative;
  width: min(66.0256410256vw, 515px);
  margin-inline: auto;
}
#leading.leading .title:after {
  position: absolute;
  content: "";
  width: min(5.5128205128vw, 43px);
  height: min(5.3846153846vw, 42px);
  top: -10px;
  left: -35px;
  background: url(/lp02/ibiki/assets/img/leading/figure_ttl_leading.webp) center/contain no-repeat;
}
@media screen and (max-width: 780px) {
  #leading.leading .title:after {
    top: -1.2820512821vw;
    left: -4.4871794872vw;
  }
}
#leading.leading .title h2 {
  color: #0e5e83;
  font-size: min(7.6923076923vw, 60px);
  font-weight: 700;
  letter-spacing: 4%;
}
#leading.leading .title h2 span {
  background: linear-gradient(180deg, #1383b3 0%, #08394F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: min(10.2564102564vw, 80px);
}
#leading.leading .container {
  margin-top: min(10.2564102564vw, 80px);
}
#leading.leading .container .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: min(34.6153846154vw, 270px);
}
#leading.leading .container .item:nth-of-type(odd) {
  margin-right: auto;
}
#leading.leading .container .item:nth-of-type(even) {
  margin-left: auto;
}
#leading.leading .container .item:not(:first-of-type) {
  margin-top: min(10.2564102564vw, 80px);
}
#leading.leading .container .item:nth-of-type(1), #leading.leading .container .item:nth-of-type(2) {
  width: min(96.1538461538vw, 750px);
}
#leading.leading .container .item:nth-of-type(3) {
  width: min(93.5897435897vw, 730px);
}
#leading.leading .container .item:nth-of-type(4) {
  width: min(87.1794871795vw, 680px);
}
#leading.leading .container .item p {
  text-align: left;
  font-size: min(4.2307692308vw, 33px);
  font-weight: 500;
}
#leading.leading .container .item p span {
  font-size: min(5.1282051282vw, 40px);
  font-weight: 700;
  color: #0e5e83;
}
#leading.leading .container .item img {
  width: auto;
  margin: 0;
}
#leading.leading .last {
  margin-top: min(16.6666666667vw, 130px);
  font-size: min(7.6923076923vw, 60px);
  font-weight: 700;
  background: linear-gradient(180deg, #1383b3 0%, #08394F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-align: center;
  position: relative;
  letter-spacing: 8%;
}
#leading.leading .last:after {
  position: absolute;
  content: "";
  width: min(44.4871794872vw, 347px);
  height: min(0.2564102564vw, 2px);
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #0A4863;
}

#mechanism.mechanism {
  margin-top: -16%;
  background: url(/lp02/ibiki/assets/img/mechanism/bg_mechanism.webp) top/cover no-repeat;
  background-size: 100%;
  padding: min(23.7179487179vw, 185px) min(5.1282051282vw, 40px) min(32.0512820513vw, 250px);
}
#mechanism.mechanism .title {
  text-align: center;
}
#mechanism.mechanism .title h2 {
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: min(6.4102564103vw, 50px);
  color: #0e5e83;
  font-weight: 900;
}
#mechanism.mechanism .title h2 span:nth-of-type(1) {
  font-size: min(9.8717948718vw, 77px);
  background: linear-gradient(145deg, #5ACCFF 0%, #00A6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  filter: drop-shadow(min(0.2564102564vw, 2px) min(0.1282051282vw, 1px) min(0.1282051282vw, 1px) #fff);
}
#mechanism.mechanism .title h2 span:nth-of-type(2) {
  font-size: min(7.6923076923vw, 60px);
}
#mechanism.mechanism .item {
  background: #fff;
  width: 100%;
  border-radius: min(1.2820512821vw, 10px);
  box-shadow: min(0.5128205128vw, 4px) min(0.5128205128vw, 4px) min(0.5128205128vw, 4px) rgba(17, 166, 232, 0.3);
}
#mechanism.mechanism .item[data-num="01"] {
  margin-top: min(8.9743589744vw, 70px);
  padding: min(10.2564102564vw, 80px) min(3.8461538462vw, 30px) min(7.6923076923vw, 60px);
}
#mechanism.mechanism .item[data-num="01"] h3 {
  font-weight: 900;
  display: flex;
  flex-direction: column;
}
#mechanism.mechanism .item[data-num="01"] h3 img {
  width: min(29.4871794872vw, 230px);
  margin-inline: auto;
  margin-bottom: min(2.5641025641vw, 20px);
}
#mechanism.mechanism .item[data-num="01"] .container {
  margin-top: min(7.6923076923vw, 60px);
}
#mechanism.mechanism .item[data-num="01"] .container .title {
  width: min(61.5384615385vw, 480px);
  margin-inline: auto;
}
#mechanism.mechanism .item[data-num="01"] .container .title p {
  font-size: min(5.1282051282vw, 40px);
  color: #127CAA;
  font-weight: 900;
}
#mechanism.mechanism .item[data-num="01"] .container .title svg {
  margin-top: min(1.2820512821vw, 10px);
  width: min(61.5384615385vw, 480px);
}
#mechanism.mechanism .item[data-num="01"] .container img {
  margin-top: min(6.4102564103vw, 50px);
}
#mechanism.mechanism .item[data-num="01"] .container .txt_wrapper {
  margin-top: min(2.5641025641vw, 20px);
  display: flex;
  justify-content: space-between;
}
#mechanism.mechanism .item[data-num="01"] .container .txt_wrapper p {
  text-align: center;
  font-size: min(3.3333333333vw, 26px);
  font-weight: 500;
  width: min(33.3333333333vw, 260px);
}
#mechanism.mechanism .item[data-num="01"] .container .txt_wrapper p:first-of-type {
  margin-top: min(1.2820512821vw, 10px);
}
#mechanism.mechanism .item[data-num="02"] {
  margin-top: min(7.6923076923vw, 60px);
  padding: min(7.6923076923vw, 60px) 0 min(10.2564102564vw, 80px);
}
#mechanism.mechanism .item[data-num="02"] h3 {
  font-weight: 700;
}
#mechanism.mechanism .item[data-num="02"] h3 .fs_s {
  font-size: min(5.1282051282vw, 40px);
}
#mechanism.mechanism .item[data-num="02"] h3 .fs_s:last-of-type {
  color: #1E5087;
}
#mechanism.mechanism .item[data-num="02"] h3 .fs_m {
  font-size: min(6.4102564103vw, 50px);
  font-weight: 900;
  background: linear-gradient(#FFDC3C, #FFDC3C) no-repeat;
  background-size: 100% min(2.0512820513vw, 16px);
  background-position: 0 85%;
  padding: 0 min(0.641025641vw, 5px);
  color: #1E5087;
}
#mechanism.mechanism .item[data-num="02"] h3 .fs_l,
#mechanism.mechanism .item[data-num="02"] h3 .fs_xl {
  font-family: "DIN2014", "din-2014", sans-serif;
  color: #11A6E8;
  letter-spacing: min(0.3846153846vw, 3px);
}
#mechanism.mechanism .item[data-num="02"] h3 .fs_l {
  font-size: min(8.9743589744vw, 70px);
}
#mechanism.mechanism .item[data-num="02"] h3 .fs_xl {
  font-size: min(14.1025641026vw, 110px);
  padding-left: min(0.641025641vw, 5px);
}
#mechanism.mechanism .item[data-num="02"] img {
  width: min(83.3333333333vw, 650px);
  margin-top: min(5.1282051282vw, 40px);
}
#mechanism.mechanism .item[data-num="02"] p {
  width: min(83.3333333333vw, 650px);
  margin-top: min(5.1282051282vw, 40px);
  margin-inline: auto;
  color: #386494;
  font-size: min(2.8205128205vw, 22px);
  font-weight: 400;
  text-align: center;
}
#mechanism.mechanism .item h3 {
  text-align: center;
  color: #0e5e83;
  font-size: min(7.6923076923vw, 60px);
}

#relation.relation .title {
  height: min(34.2307692308vw, 267px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: center/contain no-repeat url(/lp02/ibiki/assets/img/relation/bg_ttl_relation.webp);
}
#relation.relation .title h2 {
  font-size: min(7.6923076923vw, 60px);
  font-weight: 700;
  background: linear-gradient(0deg, #1C80C3 0%, #28739E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
#relation.relation .title h2 span:not(:nth-of-type(3)) {
  font-size: min(11.5384615385vw, 90px);
}
#relation.relation .title h2 span:nth-of-type(2) {
  background: linear-gradient(120deg, #0057AD 0%, #17BEDF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  padding: 0 min(1.0256410256vw, 8px);
}
#relation.relation .title h2 span:nth-of-type(3) {
  background: linear-gradient(0deg, #1F7DBA 0%, #1B6C9A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
#relation.relation .lead_txt {
  width: min(79.4871794872vw, 620px);
  margin-top: min(7.6923076923vw, 60px);
  margin-inline: auto;
  color: #1F8DBC;
  font-size: min(4.1025641026vw, 32px);
  font-weight: 700;
}
#relation.relation .container {
  margin-top: min(15.3846153846vw, 120px);
}
#relation.relation .container .item {
  text-align: left;
}
#relation.relation .container .item:nth-of-type(1) {
  background: top/contain no-repeat url(/lp02/ibiki/assets/img/relation/relation_01.webp);
}
#relation.relation .container .item:nth-of-type(2) {
  background: top/contain no-repeat url(/lp02/ibiki/assets/img/relation/relation_02.webp);
}
#relation.relation .container .item:nth-of-type(3) {
  background: top/contain no-repeat url(/lp02/ibiki/assets/img/relation/relation_03.webp);
}
#relation.relation .container .item:nth-of-type(1) {
  height: min(77.0512820513vw, 601px);
}
#relation.relation .container .item:nth-of-type(1) .txt_wrapper {
  margin-right: min(6.4102564103vw, 50px);
  margin-left: auto;
}
#relation.relation .container .item:nth-of-type(1) .txt_wrapper p {
  margin-top: min(3.8461538462vw, 30px);
}
#relation.relation .container .item:nth-of-type(2) {
  margin-top: min(12.8205128205vw, 100px);
  height: min(54.2307692308vw, 423px);
}
#relation.relation .container .item:nth-of-type(2) .txt_wrapper {
  margin-left: min(6.4102564103vw, 50px);
  margin-right: auto;
}
#relation.relation .container .item:nth-of-type(2) .txt_wrapper p {
  margin-top: min(2.5641025641vw, 20px);
}
#relation.relation .container .item:nth-of-type(3) {
  margin-top: min(15.3846153846vw, 120px);
  height: min(81.5384615385vw, 636px);
}
#relation.relation .container .item:nth-of-type(3) .txt_wrapper {
  margin-right: min(6.4102564103vw, 50px);
  margin-left: auto;
}
#relation.relation .container .item:nth-of-type(3) .txt_wrapper p {
  margin-top: min(2.5641025641vw, 20px);
}
#relation.relation .container .item .txt_wrapper {
  padding-top: min(10.2564102564vw, 80px);
  width: min(51.9230769231vw, 405px);
}
#relation.relation .container .item .txt_wrapper h3 {
  color: #09415B;
  font-size: min(6.4102564103vw, 50px);
  font-weight: 900;
  line-height: 1.5;
}
#relation.relation .container .item .txt_wrapper p {
  font-size: min(3.5897435897vw, 28px);
  font-weight: 500;
}
#relation.relation .bottom {
  background: top/contain no-repeat url(/lp02/ibiki/assets/img/relation/bg_relation_bottom.webp);
  height: min(152.6923076923vw, 1191px);
  padding: min(47.4358974359vw, 370px) 0 0;
  margin-top: min(8.9743589744vw, 70px);
}
#relation.relation .bottom .txt {
  width: min(79.4871794872vw, 620px);
  height: min(26.9230769231vw, 210px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  border-radius: min(1.2820512821vw, 10px);
  box-shadow: 0px min(0.5128205128vw, 4px) min(0.5128205128vw, 4px) rgba(0, 0, 0, 0.25), 0 0 min(0.8974358974vw, 7px) min(0.5128205128vw, 4px) rgba(140, 190, 214, 0.7);
  color: #09415B;
  font-size: min(3.8461538462vw, 30px);
  font-weight: 700;
  padding: min(5.1282051282vw, 40px) min(6.4102564103vw, 50px);
  background: #fff;
}
#relation.relation .bottom h3 {
  margin-top: min(10.2564102564vw, 80px);
  width: min(83.0769230769vw, 648px);
  height: min(65.7692307692vw, 513px);
  margin-inline: auto;
  background: bottom/contain no-repeat url(/lp02/ibiki/assets/img/relation/bg_ttl_relation_bottom.webp);
  text-align: center;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: min(7.6923076923vw, 60px);
  line-height: 1.2;
  font-weight: 700;
  color: #09415B;
}
#relation.relation .bottom h3 img {
  width: min(29.4871794872vw, 230px);
  margin-bottom: min(3.8461538462vw, 30px);
  display: block;
}
#relation.relation .bottom h3 span {
  background: linear-gradient(145deg, #2366B1 0%, #15B2DA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-weight: 900;
}
#relation.relation .bottom h3 .fs_m {
  font-size: min(10.2564102564vw, 80px);
}
#relation.relation .bottom h3 .fs_l {
  font-size: min(11.5384615385vw, 90px);
}
#relation.relation .bottom h3 .fs_xl {
  font-size: min(12.8205128205vw, 100px);
}
#relation.relation .fv_middle {
  margin-top: -2%;
}

#type.type {
  background: url(/lp02/ibiki/assets/img/type/bg_type.webp) top/cover no-repeat;
  background-size: 100%;
  padding: min(13.4615384615vw, 105px) min(5.1282051282vw, 40px) min(25.641025641vw, 200px);
}
#type.type .top_title {
  text-align: center;
  position: relative;
  width: min(73.7179487179vw, 575px);
  margin-inline: auto;
}
#type.type .top_title:after {
  position: absolute;
  content: "";
  width: min(9.358974359vw, 73px);
  height: min(10vw, 78px);
  top: -40px;
  right: -10px;
  background: url(/lp02/ibiki/assets/img/type/ttl_type.svg) center/contain no-repeat;
}
@media screen and (max-width: 780px) {
  #type.type .top_title:after {
    top: -5.1282051282vw;
    right: -1.2820512821vw;
  }
}
#type.type .top_title h2 {
  color: #0e5e83;
  font-size: min(6.4102564103vw, 50px);
  font-weight: 900;
}
#type.type .top_title h2 .gradient {
  background: linear-gradient(180deg, #0e5e83 0%, #579ABA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: min(12.8205128205vw, 100px);
}
#type.type .top_title h2 .fs_l {
  font-size: min(17.9487179487vw, 140px);
  font-family: "DIN2014", "din-2014", sans-serif;
  line-height: 1;
}
#type.type .container {
  margin-top: min(11.5384615385vw, 90px);
}
#type.type .container .item {
  text-align: center;
  padding: min(3.2051282051vw, 25px) min(8.9743589744vw, 70px) min(6.4102564103vw, 50px);
}
#type.type .container .item:nth-of-type(1) {
  background: top/contain no-repeat url(/lp02/ibiki/assets/img/type/type_01.webp);
}
#type.type .container .item:nth-of-type(2) {
  background: top/contain no-repeat url(/lp02/ibiki/assets/img/type/type_02.webp);
}
#type.type .container .item:nth-of-type(3) {
  background: top/contain no-repeat url(/lp02/ibiki/assets/img/type/type_03.webp);
}
#type.type .container .item:not(:first-of-type) {
  margin-top: min(10.2564102564vw, 80px);
}
#type.type .container .item:nth-of-type(1) .list p:nth-of-type(2) {
  margin-top: min(3.8461538462vw, 30px);
}
#type.type .container .item:nth-of-type(1) .txt {
  margin-top: min(11.5384615385vw, 90px);
  width: min(69.8717948718vw, 545px);
  margin-inline: auto;
}
#type.type .container .item:nth-of-type(2) .txt {
  margin-top: min(8.9743589744vw, 70px);
}
#type.type .container .item:nth-of-type(3) .list {
  margin-top: min(6.4102564103vw, 50px);
}
#type.type .container .item:nth-of-type(3) .txt {
  margin-top: min(8.3333333333vw, 65px);
}
#type.type .container .item .num {
  color: #0e5e83;
  font-size: min(5.1282051282vw, 40px);
  font-family: "DIN2014", "din-2014", sans-serif;
  line-height: 1;
  font-weight: 700;
}
#type.type .container .item h3 {
  margin-top: min(5.1282051282vw, 40px);
  color: #0e5e83;
  font-size: min(5.1282051282vw, 40px);
  font-weight: 900;
}
#type.type .container .item h3 span {
  font-size: min(7.6923076923vw, 60px);
}
#type.type .container .item .list {
  text-align: left;
  width: min(44.8717948718vw, 350px);
  margin-top: min(7.6923076923vw, 60px);
  margin-right: auto;
}
#type.type .container .item .list .title {
  display: inline-block;
  padding: min(1.2820512821vw, 10px) min(3.8461538462vw, 30px);
  width: min(35.8974358974vw, 280px);
  text-align: center;
  line-height: 1;
  font-size: min(3.0769230769vw, 24px);
  font-weight: 700;
  color: #fff;
  background: #127eac;
  border-radius: min(2.5641025641vw, 20px);
}
#type.type .container .item .list p:not(.title) {
  line-height: 1;
  margin-top: min(2.5641025641vw, 20px);
  padding-left: min(1.9230769231vw, 15px);
  display: flex;
  align-items: center;
  color: #127eac;
  font-size: min(3.5897435897vw, 28px);
  font-weight: 700;
}
#type.type .container .item .list p:not(.title) svg {
  width: min(3.8461538462vw, 30px);
  height: min(3.8461538462vw, 30px);
  margin-right: min(1.2820512821vw, 10px);
}
#type.type .container .item .txt {
  text-align: left;
  font-size: min(3.5897435897vw, 28px);
  font-weight: 500;
}

#risk.risk {
  margin-top: -10%;
  background: url(/lp02/ibiki/assets/img/risk/bg_risk.webp) top/cover no-repeat;
  background-size: 100%;
  height: min(303.9743589744vw, 2371px);
}
#risk.risk .title {
  padding-top: min(11.5384615385vw, 90px);
  width: min(89.7435897436vw, 700px);
  margin-inline: auto;
  text-align: center;
}
#risk.risk .title h2 {
  font-size: min(6.4102564103vw, 50px);
  line-height: 1.2;
  font-weight: 900;
  color: #09415B;
}
#risk.risk .title h2 img {
  width: min(37.3076923077vw, 291px);
  margin-bottom: min(3.8461538462vw, 30px);
  display: block;
}
#risk.risk .title h2 span {
  background: linear-gradient(0deg, #1383b3 0%, #08394F 100%);
  font-size: min(8.9743589744vw, 70px);
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  width: 100%;
  letter-spacing: 8%;
  height: min(12.8205128205vw, 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(2.5641025641vw, 20px) 0;
}
#risk.risk .figure {
  display: block;
  width: min(84.6153846154vw, 660px);
  margin-top: min(6.4102564103vw, 50px);
  margin-inline: auto;
}
#risk.risk h3 {
  width: min(89.7435897436vw, 700px);
  margin-top: min(5.1282051282vw, 40px);
  margin-right: auto;
}
#risk.risk .txt {
  width: min(79.4871794872vw, 620px);
  margin-top: min(8.9743589744vw, 70px);
  margin-inline: auto;
  font-size: min(3.5897435897vw, 28px);
  font-weight: 500;
}
#risk.risk .note {
  font-size: min(2.5641025641vw, 20px);
  width: min(79.4871794872vw, 620px);
  margin-top: min(7.6923076923vw, 60px);
  margin-inline: auto;
  font-weight: 500;
}
#risk.risk .note a {
  color: #333;
}
#risk.risk .last {
  font-size: min(7.0512820513vw, 55px);
  margin-top: min(17.9487179487vw, 140px);
  margin-left: min(37.8205128205vw, 295px);
  display: inline-block;
  font-weight: 700;
  background: linear-gradient(0deg, #1383b3 0%, #08394F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

#recommend.recommend {
  margin-top: -12%;
}
#recommend.recommend .title {
  width: min(80.1282051282vw, 625px);
  height: min(40.7692307692vw, 318px);
  margin-top: min(21.7948717949vw, 170px);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: center/contain no-repeat url(/lp02/ibiki/assets/img/recommend/bg_ttl_recommend.webp);
}
#recommend.recommend .title h2 {
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: min(7.6923076923vw, 60px);
  line-height: 1.2;
  font-weight: 900;
}
#recommend.recommend .title h2 span:not(:nth-of-type(2)) {
  background: linear-gradient(145deg, #2366B1 0%, #15B2DA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
#recommend.recommend .title h2 span:nth-of-type(2) {
  background: linear-gradient(125deg, #2366B1 0%, #15B2DA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: min(11.5384615385vw, 90px);
  padding-right: min(1.2820512821vw, 10px);
  font-weight: 700;
}
#recommend.recommend .txt {
  width: min(79.4871794872vw, 620px);
  margin-top: min(10.2564102564vw, 80px);
  margin-inline: auto;
  font-size: min(3.5897435897vw, 28px);
  font-weight: 500;
}
#recommend.recommend .txt span {
  font-size: min(2.5641025641vw, 20px);
}
#recommend.recommend .figure {
  display: block;
  width: min(89.7435897436vw, 700px);
  margin-top: min(8.9743589744vw, 70px);
}
#recommend.recommend .figure_note {
  font-size: min(2.5641025641vw, 20px);
  width: min(89.7435897436vw, 700px);
  margin-top: min(1.2820512821vw, 10px);
  margin-inline: auto;
  text-align: right;
  color: #6F91A1;
  font-weight: 500;
}
#recommend.recommend .fv_middle {
  margin-top: min(3.2051282051vw, 25px);
}

#reason.reason {
  margin-top: -14%;
  padding: min(21.7948717949vw, 170px) min(5.1282051282vw, 40px) min(15.3846153846vw, 120px);
  background: url(/lp02/ibiki/assets/img/reason/bg_reason.webp) top/cover no-repeat;
  background-size: 100%;
}
#reason.reason .title {
  width: min(89.7435897436vw, 700px);
  text-align: center;
  margin-inline: auto;
}
#reason.reason .title h2 {
  color: #127eac;
  font-size: min(5.1282051282vw, 40px);
  line-height: 1.5;
  font-weight: 700;
}
#reason.reason .title h2 span {
  font-size: min(11.5384615385vw, 90px);
  background: linear-gradient(125deg, #127eac 0%, #15B2DA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
#reason.reason .title svg {
  width: min(89.7435897436vw, 700px);
  margin-top: min(1.2820512821vw, 10px);
}
#reason.reason .point {
  padding-top: min(8.9743589744vw, 70px);
  text-align: center;
}
#reason.reason .point .num {
  font-size: min(8.9743589744vw, 70px);
  font-family: "DIN2014", "din-2014", sans-serif;
  color: #09415B;
  font-weight: 700;
  line-height: 1;
}
#reason.reason .point[data-num="01"] h3 {
  width: min(77.9487179487vw, 608px);
  margin-inline: auto;
}
#reason.reason .point[data-num="01"] .figure {
  margin-top: min(7.0512820513vw, 55px);
}
#reason.reason .point[data-num="01"] .effect {
  margin-top: min(3.8461538462vw, 30px);
  width: min(83.3333333333vw, 650px);
  margin-inline: auto;
}
#reason.reason .point[data-num="01"] .effect .types_wrapper {
  margin-top: min(3.8461538462vw, 30px);
  display: flex;
  width: min(83.3333333333vw, 650px);
  margin-inline: auto;
  justify-content: space-between;
}
#reason.reason .point[data-num="01"] .effect .types_wrapper .type {
  background: #09415B;
  width: min(26.9230769231vw, 210px);
  height: min(14.1025641026vw, 110px);
  border-radius: min(1.2820512821vw, 10px);
  font-size: min(4.1025641026vw, 32px);
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
#reason.reason .point[data-num="01"] .effect .types_wrapper .type .fs_s {
  font-size: min(2.5641025641vw, 20px);
}
#reason.reason .point[data-num="01"] .effect .types_wrapper .type .fs_m {
  font-size: min(3.0769230769vw, 24px);
}
#reason.reason .point[data-num="01"] .effect .types_wrapper .type:nth-of-type(2) {
  font-size: min(3.8461538462vw, 30px);
}
#reason.reason .point[data-num="01"] .effect h4 {
  text-align: center;
  font-size: min(4.8717948718vw, 38px);
  color: #09415B;
  font-weight: 900;
  line-height: 1;
}
#reason.reason .point[data-num="01"] .effect h4 span {
  font-size: min(7.6923076923vw, 60px);
  background: linear-gradient(125deg, #14A3CD 0%, #0575A5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  letter-spacing: min(0.5128205128vw, 4px);
  padding-right: min(0.641025641vw, 5px);
}
#reason.reason .point[data-num="01"] .effect img:last-of-type {
  margin-top: min(3.8461538462vw, 30px);
}
#reason.reason .point:not([data-num="01"]) {
  margin-top: min(12.8205128205vw, 100px);
  border-top: min(0.3846153846vw, 3px) dashed #086691;
}
#reason.reason .point:not([data-num="01"]) h3 {
  margin-top: min(3.8461538462vw, 30px);
  font-size: min(6.4102564103vw, 50px);
  color: #09415B;
  font-weight: 700;
  line-height: 1.2;
}
#reason.reason .point:not([data-num="01"]) h3 .marker {
  background: linear-gradient(90deg, #FFE452 0%, #FFDA38 100%);
  background-repeat: repeat-x;
  background-size: 100% min(2.8205128205vw, 22px);
  background-position: 0 90%;
  padding: 0 min(0.641025641vw, 5px);
}
#reason.reason .point:not([data-num="01"]) h3 .fs_s {
  font-size: min(2.5641025641vw, 20px);
}
#reason.reason .point:not([data-num="01"]) h3 .fs_m {
  font-size: min(4.8717948718vw, 38px);
}
#reason.reason .point:not([data-num="01"]) h3 .fs_l {
  font-size: min(8.7179487179vw, 68px);
}
#reason.reason .point:not([data-num="01"]) .txt {
  margin-top: min(6.4102564103vw, 50px);
  font-size: min(3.5897435897vw, 28px);
  width: min(79.4871794872vw, 620px);
  margin-inline: auto;
  text-align: left;
  font-weight: 500;
}
#reason.reason .point:not([data-num="01"]) .note {
  margin-top: min(2.5641025641vw, 20px);
  font-size: min(2.5641025641vw, 20px);
  width: min(78.8461538462vw, 615px);
  margin-inline: auto;
  text-align: left;
  font-weight: 400;
}
#reason.reason .introduction {
  margin-top: min(12.8205128205vw, 100px);
  width: 100%;
  background: #FFF9FA;
  border-radius: min(1.2820512821vw, 10px);
  box-shadow: 0 min(0.5128205128vw, 4px) min(0.5128205128vw, 4px) rgba(0, 0, 0, 0.25);
  padding: min(8.9743589744vw, 70px) min(5.1282051282vw, 40px) min(10.2564102564vw, 80px);
}
#reason.reason .introduction h3 {
  width: min(57.6923076923vw, 450px);
  margin-inline: auto;
  font-size: min(5.7692307692vw, 45px);
  font-weight: 900;
  color: #E63074;
  text-align: center;
  line-height: 1;
}
#reason.reason .introduction h3 span {
  font-size: min(8.9743589744vw, 70px);
}
#reason.reason .introduction p:first-of-type {
  margin-top: min(3.8461538462vw, 30px);
  font-size: min(3.5897435897vw, 28px);
  text-align: left;
  font-weight: 500;
}
#reason.reason .introduction .figure {
  margin-top: min(5.1282051282vw, 40px);
}
#reason.reason .introduction .container {
  margin-top: min(5.1282051282vw, 40px);
  width: min(67.0512820513vw, 523px);
  height: min(28.5897435897vw, 223px);
  background: center/cover no-repeat url(/lp02/ibiki/assets/img/reason/bg_case.svg);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#reason.reason .introduction .container .case_num {
  color: #E63074;
  text-align: center;
  font-size: min(4.1025641026vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
#reason.reason .introduction .container .case_num:after {
  position: absolute;
  font-size: min(2.1794871795vw, 17px);
  font-weight: 400;
}
#reason.reason .introduction .container .case_num span {
  line-height: 1;
}
#reason.reason .introduction .container .case_num .num {
  font-family: "DIN2014", "din-2014", sans-serif;
  color: #E63074;
  font-size: min(15.3846153846vw, 120px);
  font-weight: 700;
  letter-spacing: 1%;
}
#reason.reason .introduction .container .case_num .fs_l {
  font-size: min(5.1282051282vw, 40px);
}
#reason.reason .introduction .container .case_num .fs_s {
  font-size: min(2.5641025641vw, 20px);
  font-weight: 400;
}
#reason.reason .introduction .note {
  margin-top: min(2.5641025641vw, 20px);
  font-size: min(2.5641025641vw, 20px);
  text-align: center;
  font-weight: 400;
}

#flow.flow {
  padding: min(3.8461538462vw, 30px) 0 0;
}
#flow.flow .title {
  width: min(79.4871794872vw, 620px);
  text-align: center;
  margin-inline: auto;
}
#flow.flow .title h2 {
  color: #0e5e83;
  font-size: min(7.6923076923vw, 60px);
  line-height: 1.5;
}
#flow.flow .title svg {
  width: min(79.4871794872vw, 620px);
  margin-top: min(1.2820512821vw, 10px);
}
#flow.flow .swiper-parent {
  transition: transform 0.4s;
  margin-top: min(12.8205128205vw, 100px);
  padding-bottom: min(8.3333333333vw, 65px);
  width: 100%;
  position: relative;
  overflow: hidden;
}
#flow.flow .swiper-parent .swiper-slide {
  width: min(89.7435897436vw, 700px) !important;
  height: min(110.7692307692vw, 864px);
  margin: 0 min(5.1282051282vw, 40px);
  padding: 0 min(5.1282051282vw, 40px);
}
#flow.flow .swiper-parent .swiper-slide:nth-of-type(1) {
  background: center/contain no-repeat url(/lp02/ibiki/assets/img/flow/flow_01.webp);
}
#flow.flow .swiper-parent .swiper-slide:nth-of-type(2) {
  background: center/contain no-repeat url(/lp02/ibiki/assets/img/flow/flow_02.webp);
}
#flow.flow .swiper-parent .swiper-slide:nth-of-type(3) {
  background: center/contain no-repeat url(/lp02/ibiki/assets/img/flow/flow_03.webp);
}
#flow.flow .swiper-parent .swiper-slide:nth-of-type(4) {
  background: center/contain no-repeat url(/lp02/ibiki/assets/img/flow/flow_04.webp);
}
#flow.flow .swiper-parent .swiper-slide .title {
  text-align: center;
  margin-top: min(14.1025641026vw, 110px);
  font-size: min(5.8974358974vw, 46px);
  font-weight: 700;
  color: #127eac;
}
#flow.flow .swiper-parent .swiper-slide .txt {
  margin-top: min(60.2564102564vw, 470px);
  font-size: min(3.5897435897vw, 28px);
  font-weight: 500;
}
#flow.flow .swiper-parent .swiper-button-prev,
#flow.flow .swiper-parent .swiper-button-next {
  width: min(1.2820512821vw, 10px);
  height: min(2.6923076923vw, 21px);
}
#flow.flow .swiper-parent .swiper-button-prev:after,
#flow.flow .swiper-parent .swiper-button-next:after {
  display: none;
}
#flow.flow .swiper-parent .swiper-button-prev {
  left: min(1.9230769231vw, 15px);
  transform: scaleX(-1);
}
#flow.flow .swiper-parent .swiper-button-next {
  right: min(1.9230769231vw, 15px);
}
#flow.flow .swiper-parent .swiper-button-disabled {
  display: none;
}
#flow.flow .swiper-parent .swiper-pagination {
  top: unset !important;
  bottom: 0;
}
#flow.flow .swiper-parent .swiper-pagination .swiper-pagination-bullet {
  width: min(2.0512820513vw, 16px);
  height: min(2.0512820513vw, 16px);
  background: #9CC4D6;
  margin: unset;
  opacity: unset;
}
#flow.flow .swiper-parent .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #127eac;
}
#flow.flow .swiper-parent .swiper-pagination .swiper-pagination-bullet:not(:first-of-type) {
  margin-left: min(2.5641025641vw, 20px);
}

#faq.faq {
  margin-top: min(25.641025641vw, 200px);
  padding: 0 min(5.1282051282vw, 40px) min(25.641025641vw, 200px);
}
#faq.faq .title {
  width: min(54.7435897436vw, 427px);
  text-align: center;
  margin-inline: auto;
}
#faq.faq .title h2 {
  color: #0e5e83;
  font-size: min(7.6923076923vw, 60px);
}
#faq.faq .title svg {
  width: min(54.7435897436vw, 427px);
  margin-top: min(1.2820512821vw, 10px);
}
#faq.faq .container {
  margin-top: min(10.2564102564vw, 80px);
}
#faq.faq .container details {
  list-style: none;
  background: #fff;
  border-radius: min(1.2820512821vw, 10px);
  box-shadow: 0 min(0.5128205128vw, 4px) min(0.5128205128vw, 4px) rgba(0, 0, 0, 0.25);
  padding: 0 min(3.8461538462vw, 30px);
}
#faq.faq .container details:not(:first-of-type) {
  margin-top: min(3.8461538462vw, 30px);
}
#faq.faq .container details summary {
  color: #1383b3;
  min-height: min(18.5897435897vw, 145px);
  font-size: min(3.5897435897vw, 28px);
  position: relative;
  padding-left: min(12.8205128205vw, 100px);
  padding-right: min(6.4102564103vw, 50px);
  font-weight: 700;
  display: flex;
  align-items: center;
}
#faq.faq .container details summary .icon {
  background: #1383b3;
  color: #fff;
}
@media screen and (min-width: 780.1px) {
  #faq.faq .container details summary {
    cursor: pointer;
  }
}
#faq.faq .container details summary:before, #faq.faq .container details summary:after {
  position: absolute;
  content: "";
  width: min(3.0769230769vw, 24px);
  height: min(0.3846153846vw, 3px);
  background: #1383b3;
  top: min(8.9743589744vw, 70px);
  border-radius: min(0.3846153846vw, 3px);
  right: 0;
  transition: transform 0.4s;
}
#faq.faq .container details summary:before {
  transform: rotate(90deg);
}
#faq.faq .container details .content_inner {
  min-height: min(19.2307692308vw, 150px);
  border-top: min(0.2564102564vw, 2px) dashed #1383b3;
  padding-top: min(3.8461538462vw, 30px);
  font-size: min(3.5897435897vw, 28px);
  padding-left: min(12.8205128205vw, 100px);
  padding-right: min(3.8461538462vw, 30px);
  padding-bottom: min(5.1282051282vw, 40px);
  position: relative;
  font-weight: 500;
}
#faq.faq .container details .content_inner .txt_wrapper {
  display: flex;
  align-items: center;
  min-height: min(10.2564102564vw, 80px);
}
#faq.faq .container details .content_inner .icon {
  background: #E7F7FE;
  color: #1383b3;
}
#faq.faq .container details .icon {
  position: absolute;
  left: 0;
  font-size: min(5.7692307692vw, 45px);
  border-radius: 100%;
  font-family: "DIN2014", "din-2014", sans-serif;
  width: min(10.2564102564vw, 80px);
  height: min(10.2564102564vw, 80px);
  display: grid;
  place-content: center;
  font-weight: 700;
}
#faq.faq .container details.is-opened summary:before {
  transform: rotate(360deg);
}

#clinics.clinics {
  position: relative;
  padding-top: min(15.3846153846vw, 120px);
  margin-top: -14%;
}
#clinics.clinics .title {
  margin-inline: auto;
  width: min(91.5384615385vw, 714px);
  height: min(27.9487179487vw, 218px);
  background: center/contain no-repeat url(/lp02/ibiki/assets/img/clinics/bg_ttl_clinics.webp);
  text-align: center;
}
#clinics.clinics .title h2 {
  font-size: min(6.4102564103vw, 50px);
  font-weight: 700;
  line-height: 1.5;
  color: #2366B1;
}
#clinics.clinics .title h2 span {
  font-size: min(8.9743589744vw, 70px);
  background: linear-gradient(125deg, #2366B1 0%, #15B2DA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
#clinics.clinics .container {
  margin-inline: auto;
  width: min(79.4871794872vw, 620px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#clinics.clinics .container details {
  width: calc((100% - min(2.5641025641vw, 20px)) / 2);
  position: relative;
}
#clinics.clinics .container details:nth-of-type(n+3) {
  margin-top: min(2.5641025641vw, 20px);
}
#clinics.clinics .container details .clinic_card {
  width: 100%;
  text-align: center;
  padding: min(3.2051282051vw, 25px);
  background: #fff;
  border-radius: min(1.2820512821vw, 10px);
  box-shadow: 0 min(0.5128205128vw, 4px) min(0.5128205128vw, 4px) rgba(0, 0, 0, 0.25);
  color: #1383b3;
}
@media screen and (min-width: 780.1px) {
  #clinics.clinics .container details .clinic_card {
    cursor: pointer;
  }
}
#clinics.clinics .container details .clinic_card .clinic_name {
  font-size: min(4.1025641026vw, 32px);
  font-weight: 700;
}
#clinics.clinics .container details .clinic_card .clinic_access {
  font-size: min(3.0769230769vw, 24px);
  font-weight: 500;
}
#clinics.clinics .container details.is-opened .clinic_card {
  background: #1383b3;
  box-shadow: unset;
}
#clinics.clinics .container details.is-opened .clinic_card .clinic_name,
#clinics.clinics .container details.is-opened .clinic_card .clinic_access {
  color: #fff;
}
#clinics.clinics .container details .clinic-inner {
  width: min(79.4871794872vw, 620px);
  margin-top: min(3.0769230769vw, 24px);
  background: #fff;
  padding: min(5.1282051282vw, 40px);
  position: relative;
  z-index: 2;
  border-radius: min(1.2820512821vw, 10px);
  box-shadow: 0 min(0.5128205128vw, 4px) min(0.5128205128vw, 4px) rgba(0, 0, 0, 0.25);
}
#clinics.clinics .container details .clinic-inner h3 {
  font-size: min(5.1282051282vw, 40px);
  color: #1383b3;
  text-align: center;
  font-weight: 700;
}
#clinics.clinics .container details .clinic-inner .notice {
  border-radius: min(1.2820512821vw, 10px);
  background: #F2FDFF;
  margin-top: min(2.5641025641vw, 20px);
  padding: min(3.8461538462vw, 30px) min(5.1282051282vw, 40px) min(5.1282051282vw, 40px);
}
#clinics.clinics .container details .clinic-inner .notice .notice_title {
  font-size: min(3.5897435897vw, 28px);
  font-weight: 700;
  color: #1383b3;
  text-align: center;
}
#clinics.clinics .container details .clinic-inner .notice .txt {
  margin-top: min(2.5641025641vw, 20px);
  font-size: min(3.0769230769vw, 24px);
  font-weight: 500;
}
#clinics.clinics .container details .clinic-inner .notice img {
  border-radius: min(1.2820512821vw, 10px);
  margin-top: min(3.8461538462vw, 30px);
}
#clinics.clinics .container details .clinic-inner .table {
  margin-top: min(3.8461538462vw, 30px);
  border-radius: min(3.2051282051vw, 25px);
  border: min(0.2564102564vw, 2px) solid #1383b3;
  background: #FFF;
  overflow: hidden;
}
#clinics.clinics .container details .clinic-inner .table .tr {
  display: grid;
  grid-template-columns: min(24.2307692308vw, 189px) min(44.7435897436vw, 349px);
}
#clinics.clinics .container details .clinic-inner .table .tr:not(:first-of-type) .th {
  border-top: min(0.2564102564vw, 2px) solid #fff;
}
#clinics.clinics .container details .clinic-inner .table .tr:not(:first-of-type) .td {
  border-top: min(0.2564102564vw, 2px) solid #1383b3;
}
#clinics.clinics .container details .clinic-inner .table .th,
#clinics.clinics .container details .clinic-inner .table .td {
  padding: min(2.5641025641vw, 20px) min(3.8461538462vw, 30px);
  font-size: min(3.0769230769vw, 24px);
  font-weight: 500;
}
#clinics.clinics .container details .clinic-inner .table .th {
  text-align: center;
  background: #1383b3;
  color: #fff;
  display: grid;
  place-content: center;
}
#clinics.clinics .container details .clinic-inner .table .td {
  color: #1383b3;
}
#clinics.clinics .container details .clinic-inner iframe {
  margin-top: min(3.8461538462vw, 30px);
  border-radius: min(3.2051282051vw, 25px);
  width: 100%;
  height: min(38.4615384615vw, 300px);
}
#clinics.clinics .container details .clinic-inner .buttons_container {
  margin-top: min(3.8461538462vw, 30px);
  display: flex;
  justify-content: space-between;
}
#clinics.clinics .container details .clinic-inner .buttons_container a:first-of-type {
  display: grid;
  place-content: center;
  color: #fff;
  background: #1383b3;
  font-weight: 700;
  width: min(26.9230769231vw, 210px);
  height: min(8.9743589744vw, 70px);
  font-size: min(3.3333333333vw, 26px);
  border-radius: min(5.1282051282vw, 40px);
}
#clinics.clinics .container details .clinic-inner .buttons_container .cta {
  font-size: min(3.0769230769vw, 24px);
  border-radius: min(5.1282051282vw, 40px);
  width: min(40.3846153846vw, 315px);
  height: min(8.9743589744vw, 70px);
  text-align: center;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 780px) {
  #clinics.clinics .container details .clinic-inner .buttons_container .cta {
    letter-spacing: -0.1923076923vw;
  }
}
#clinics.clinics .container details .clinic-inner .buttons_container .cta svg {
  fill: none;
  width: min(1.2820512821vw, 10px);
  height: min(2.0512820513vw, 16px);
  margin-left: min(1.2820512821vw, 10px);
}
#clinics.clinics .container details .clinic-inner .doctor_content {
  margin-top: min(5.1282051282vw, 40px);
  font-weight: 500;
}
#clinics.clinics .container details .clinic-inner .doctor_content .name {
  display: flex;
}
#clinics.clinics .container details .clinic-inner .doctor_content .name span {
  font-size: min(3.0769230769vw, 24px);
}
#clinics.clinics .container details .clinic-inner .doctor_content .name img {
  margin-left: min(2.5641025641vw, 20px);
  width: 30%;
}
#clinics.clinics .container details .clinic-inner .doctor_content .history {
  margin-top: min(2.5641025641vw, 20px);
  font-size: min(3.0769230769vw, 24px);
  line-height: 1.5;
}
#clinics.clinics .container details:nth-of-type(even) .clinic-inner {
  margin-left: -107%;
}

#info.info {
  padding: min(12.8205128205vw, 100px) min(10.2564102564vw, 80px) min(7.6923076923vw, 60px);
  color: #09415B;
  text-align: center;
  background: #ecfbff;
}
#info.info h2 {
  font-size: min(5.1282051282vw, 40px);
  font-weight: 700;
  line-height: 1.5;
}
#info.info h3 {
  text-align: left;
  margin-top: min(5.1282051282vw, 40px);
  font-size: min(3.5897435897vw, 28px);
  font-weight: 700;
}
#info.info h3 ~ p {
  text-align: left;
  margin-top: min(2.5641025641vw, 20px);
  font-size: min(3.0769230769vw, 24px);
  padding-left: min(5.1282051282vw, 40px);
  font-weight: 500;
}
#info.info h3 ~ p span {
  display: inline-block;
  padding-left: min(2.8205128205vw, 22px);
}
#info.info .note {
  font-size: min(2.5641025641vw, 20px);
  margin-top: min(3.8461538462vw, 30px);
  padding: unset;
  font-weight: 400;
}
#info.info a {
  margin-top: min(10.2564102564vw, 80px);
  margin-inline: auto;
  font-size: min(3.5897435897vw, 28px);
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid #09415B;
}

header {
  width: 100%;
  height: min(15.3846153846vw, 120px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: min(2.8205128205vw, 22px) min(5.1282051282vw, 40px);
  box-shadow: 0 min(0.2564102564vw, 2px) min(0.3846153846vw, 3px) 0 rgba(0, 83, 125, 0.11);
}
header img {
  margin: unset;
  width: min(32.0512820513vw, 250px);
  height: min(4.8717948718vw, 38px);
}
header .cta_title {
  display: none;
}
header .cta {
  font-size: min(3.0769230769vw, 24px);
  border-radius: min(5.1282051282vw, 40px);
  width: min(41.0256410256vw, 320px);
  height: min(9.6153846154vw, 75px);
  letter-spacing: -1.5px;
}
@media screen and (max-width: 780px) {
  header .cta {
    letter-spacing: -0.1923076923vw;
  }
}
header .cta span {
  display: none;
}
header .cta svg:first-of-type {
  width: min(4.6153846154vw, 36px);
  height: min(5.3846153846vw, 42px);
  margin-right: min(0.641025641vw, 5px);
}
header .cta svg:last-of-type {
  display: none;
}

footer {
  width: 100%;
  height: min(48.7179487179vw, 380px);
  padding: min(6.4102564103vw, 50px) 0 0;
  background: #09415B;
  text-align: center;
}
footer p {
  color: #fff;
  font-size: min(3.0769230769vw, 24px);
  font-weight: 500;
}

.cta,
.cta_title {
  color: #0097DB;
  font-weight: 900;
}

.cta {
  background: #FFE045;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.cta svg:first-of-type {
  fill: #0097DB;
}

.floating {
  width: min(100%, 780px);
  height: min(32.0512820513vw, 250px);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(min(1.9230769231vw, 15px));
          backdrop-filter: blur(min(1.9230769231vw, 15px));
  padding: min(2.5641025641vw, 20px) min(5.1282051282vw, 40px) min(3.8461538462vw, 30px);
  position: fixed;
  bottom: 0;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}
.floating.active {
  opacity: 1;
  z-index: 200;
  pointer-events: revert;
}
.floating .cta_title {
  font-size: min(4.8717948718vw, 38px);
}
.floating .cta_title span {
  font-size: min(6.1538461538vw, 48px);
}
.floating .cta {
  font-size: min(5.1282051282vw, 40px);
  border-radius: min(8.9743589744vw, 70px);
  width: min(89.7435897436vw, 700px);
  height: min(16.6666666667vw, 130px);
  letter-spacing: -2px;
  padding: min(4.4871794872vw, 35px) min(3.8461538462vw, 30px) min(4.4871794872vw, 35px) min(5.1282051282vw, 40px);
}
@media screen and (max-width: 780px) {
  .floating .cta {
    letter-spacing: -0.2564102564vw;
  }
}
.floating .cta svg:first-of-type {
  width: min(6.6666666667vw, 52px);
  height: min(7.9487179487vw, 62px);
  margin-right: min(1.2820512821vw, 10px);
}
.floating .cta svg:last-of-type {
  margin-left: auto;
  width: min(1.9230769231vw, 15px);
  height: min(3.2051282051vw, 25px);
}

.section_container_middle {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(235, 248, 254, 0.9) 18%, rgba(207, 240, 255, 0.8) 55%, #1383b3 100%);
}

.section_container_bottom {
  background: url(/lp02/ibiki/assets/img/bg_bottom.webp) top/cover no-repeat;
  background-size: 100%;
}/*# sourceMappingURL=style.css.map */