@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_common.scss */
* {
  box-sizing: border-box;
}

/* line 4, ../sass/_common.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 9, ../sass/_common.scss */
.container {
  max-width: 1024px;
  width: calc(100% - 50px);
  margin-inline: auto;
}

/* line 14, ../sass/_common.scss */
html {
  scroll-behavior: smooth;
}

/* line 17, ../sass/_common.scss */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  /* line 23, ../sass/_common.scss */
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  /* line 28, ../sass/_common.scss */
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  /* line 33, ../sass/_common.scss */
  .lg {
    display: none !important;
  }
}

@media screen and (min-width: 578px) {
  /* line 38, ../sass/_common.scss */
  .sm {
    display: none !important;
  }
}

/* line 43, ../sass/_common.scss */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
/* line 49, ../sass/_common.scss */
header .wrapper {
  padding: 24px 30px;
}
/* line 51, ../sass/_common.scss */
header .wrapper nav {
  display: flex;
}
/* line 53, ../sass/_common.scss */
header .wrapper nav > a {
  display: block;
  width: 300px;
}
@media screen and (max-width: 768px) {
  /* line 53, ../sass/_common.scss */
  header .wrapper nav > a {
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  /* line 53, ../sass/_common.scss */
  header .wrapper nav > a {
    width: 200px;
  }
}
/* line 63, ../sass/_common.scss */
header .wrapper nav ul {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 680px) {
  /* line 63, ../sass/_common.scss */
  header .wrapper nav ul {
    display: none;
  }
}
/* line 69, ../sass/_common.scss */
header .wrapper nav ul li {
  width: 200px;
  margin-left: 22px;
}
@media screen and (max-width: 1080px) {
  /* line 69, ../sass/_common.scss */
  header .wrapper nav ul li {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  /* line 69, ../sass/_common.scss */
  header .wrapper nav ul li {
    width: 130px;
  }
}
/* line 78, ../sass/_common.scss */
header .wrapper nav ul li a {
  display: block;
  position: relative;
}
/* line 81, ../sass/_common.scss */
header .wrapper nav ul li a .hvr {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  left: 0;
  top: 0;
}
/* line 89, ../sass/_common.scss */
header .wrapper nav ul li a:hover .hvr {
  opacity: 1;
}

/* line 99, ../sass/_common.scss */
footer {
  background: #e7f7f8;
}
/* line 101, ../sass/_common.scss */
footer .notice {
  padding-top: 20px;
  font-size: 14px;
  color: #0ba1c4;
  text-align: center;
}
/* line 107, ../sass/_common.scss */
footer .top-footer {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 225px;
}
@media screen and (max-width: 768px) {
  /* line 107, ../sass/_common.scss */
  footer .top-footer {
    margin-top: 50px;
    padding-bottom: 180px;
  }
}
/* line 115, ../sass/_common.scss */
footer .top-footer a {
  display: inline-block;
  max-width: 740px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  /* line 115, ../sass/_common.scss */
  footer .top-footer a {
    width: 100vw;
    margin-left: -25px;
  }
}
/* line 123, ../sass/_common.scss */
footer .top-footer a:hover {
  opacity: 0.7;
}
/* line 128, ../sass/_common.scss */
footer .bottom-footer {
  background-color: #0ba1c4;
  border-radius: 50px 50px 0 0;
}
/* line 131, ../sass/_common.scss */
footer .bottom-footer .bg-wh {
  background: #fff;
  padding: 50px 62px 56px;
  margin-bottom: -117px;
  transform: translate(0px, -117px);
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  /* line 131, ../sass/_common.scss */
  footer .bottom-footer .bg-wh {
    padding: 50px 22.5px 56px;
  }
}
/* line 140, ../sass/_common.scss */
footer .bottom-footer .bg-wh > p {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0ba1c4;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
/* line 148, ../sass/_common.scss */
footer .bottom-footer .bg-wh h2 {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 148, ../sass/_common.scss */
  footer .bottom-footer .bg-wh h2 {
    font-size: 24px;
    line-height: calc(40 / 24);
  }
}
/* line 160, ../sass/_common.scss */
footer .bottom-footer__link {
  display: flex;
  justify-content: space-between;
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  /* line 160, ../sass/_common.scss */
  footer .bottom-footer__link {
    display: block;
    margin-top: 60px;
  }
}
/* line 168, ../sass/_common.scss */
footer .bottom-footer__link > div {
  padding: 68px 38px 32px;
  text-align: center;
  border: 2px solid #0ba1c4;
  background-color: #e7f7f8;
  width: calc((100% - 40px) / 2);
  border-radius: 14px;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) {
  /* line 168, ../sass/_common.scss */
  footer .bottom-footer__link > div {
    padding: 68px 18px 32px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  /* line 168, ../sass/_common.scss */
  footer .bottom-footer__link > div {
    width: 100%;
    padding: 50px 1px 32px;
  }
}
/* line 185, ../sass/_common.scss */
footer .bottom-footer__link > div > .icon {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  /* line 185, ../sass/_common.scss */
  footer .bottom-footer__link > div > .icon {
    width: 65px;
  }
}
/* line 195, ../sass/_common.scss */
footer .bottom-footer__link > div h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  /* line 195, ../sass/_common.scss */
  footer .bottom-footer__link > div h3 {
    font-size: 20px;
  }
}
/* line 203, ../sass/_common.scss */
footer .bottom-footer__link > div p:not(.btn) {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(30 / 16);
  margin-top: 25px;
}
@media screen and (max-width: 1080px) {
  /* line 203, ../sass/_common.scss */
  footer .bottom-footer__link > div p:not(.btn) {
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: -0.04em;
  }
}
/* line 214, ../sass/_common.scss */
footer .bottom-footer__link > div .btn {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  /* line 214, ../sass/_common.scss */
  footer .bottom-footer__link > div .btn {
    max-width: 230px;
    margin-inline: auto;
    margin-top: 16px;
  }
}
/* line 221, ../sass/_common.scss */
footer .bottom-footer__link > div .btn a {
  display: block;
  position: relative;
}
/* line 224, ../sass/_common.scss */
footer .bottom-footer__link > div .btn a .hvr {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  left: 0;
  top: 0;
}
/* line 232, ../sass/_common.scss */
footer .bottom-footer__link > div .btn a:hover .hvr {
  opacity: 1;
}
/* line 240, ../sass/_common.scss */
footer .bottom-footer__link .line h3 {
  color: #06c755;
}
@media screen and (max-width: 768px) {
  /* line 244, ../sass/_common.scss */
  footer .bottom-footer__link .panph {
    margin-top: 50px;
  }
}
/* line 248, ../sass/_common.scss */
footer .bottom-footer__link .panph h3 {
  color: #006ea0;
}
/* line 254, ../sass/_common.scss */
footer .address {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  /* line 254, ../sass/_common.scss */
  footer .address {
    display: block;
    text-align: center;
  }
}
/* line 263, ../sass/_common.scss */
footer .address img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  /* line 263, ../sass/_common.scss */
  footer .address img {
    width: 250px;
  }
}
/* line 269, ../sass/_common.scss */
footer .address p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 25px;
  margin-left: 30px;
  border-left: 2px solid #fff;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  /* line 269, ../sass/_common.scss */
  footer .address p {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 12px;
    margin-top: 4px;
  }
}
/* line 287, ../sass/_common.scss */
footer .copy-right {
  text-align: center;
  padding: 16px 0 24px;
  background: #fff;
  font-weight: 500;
  line-height: calc(20 / 12);
}
@media screen and (max-width: 768px) {
  /* line 287, ../sass/_common.scss */
  footer .copy-right {
    font-size: 12px;
  }
}

/* line 299, ../sass/_common.scss */
.bottom-nav {
  display: none;
}
@media screen and (max-width: 680px) {
  /* line 299, ../sass/_common.scss */
  .bottom-nav {
    position: fixed;
    width: 100%;
    bottom: -1px;
    left: 0;
    display: flex;
    z-index: 100;
    transition: 0.3s;
    transform: translate(0, 100%);
  }
  /* line 310, ../sass/_common.scss */
  .bottom-nav.on {
    transform: translate(0, 0);
  }
  /* line 313, ../sass/_common.scss */
  .bottom-nav li {
    line-height: 0;
    width: 50%;
  }
  /* line 316, ../sass/_common.scss */
  .bottom-nav li a {
    display: block;
  }
  /* line 318, ../sass/_common.scss */
  .bottom-nav li a img {
    width: calc(100% + 1px);
    max-width: initial;
  }
}

/* line 327, ../sass/_common.scss */
.fade {
  opacity: 0;
  transform: translate(0, 14px);
  transition: 0.6s;
}
/* line 331, ../sass/_common.scss */
.fade.on {
  opacity: 1;
  transform: translate(0, 0);
}

/* line 337, ../sass/_common.scss */
.fade2 {
  opacity: 0;
  transform: translate(0, 14px);
  transition: 1s;
  filter: blur(3px);
}
/* line 342, ../sass/_common.scss */
.fade2.on {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0);
}

/* line 2, ../sass/_content.scss */
.mv {
  max-height: 100vh;
  width: 100%;
  aspect-ratio: 26 / 15;
  background-image: url(../images/mv.webp?2025);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  min-height: 620px;
}
@media screen and (max-width: 1180px) {
  /* line 2, ../sass/_content.scss */
  .mv {
    aspect-ratio: 25 / 20;
  }
}
@media screen and (max-width: 980px) {
  /* line 2, ../sass/_content.scss */
  .mv {
    aspect-ratio: 25 / 24;
  }
}
@media screen and (max-width: 980px) {
  /* line 2, ../sass/_content.scss */
  .mv {
    aspect-ratio: initial;
    height: 62vh;
  }
}
@media screen and (max-width: 575px) {
  /* line 2, ../sass/_content.scss */
  .mv {
    background-image: url(../images/mv-sp.webp?2025);
    height: initial;
    aspect-ratio: 375 / 510;
    min-height: initial;
  }
}
/* line 32, ../sass/_content.scss */
.mv .copy {
  font-size: 84px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  font-family: "Cormorant", serif;
  line-height: calc(95 / 84);
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 32, ../sass/_content.scss */
  .mv .copy {
    font-size: 45px;
  }
}
/* line 44, ../sass/_content.scss */
.mv .copy-ja {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-top: 38px;
  margin-bottom: 170px;
  font-weight: 600;
}
@media screen and (min-width: 2080px) {
  /* line 44, ../sass/_content.scss */
  .mv .copy-ja {
    margin-bottom: 420px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 44, ../sass/_content.scss */
  .mv .copy-ja {
    margin-bottom: 18%;
  }
}
@media screen and (max-width: 1180px) {
  /* line 44, ../sass/_content.scss */
  .mv .copy-ja {
    margin-bottom: 16%;
  }
}
@media screen and (max-width: 980px) {
  /* line 44, ../sass/_content.scss */
  .mv .copy-ja {
    margin-bottom: 24%;
  }
}
@media screen and (max-width: 768px) {
  /* line 44, ../sass/_content.scss */
  .mv .copy-ja {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 18px;
    margin-bottom: 33%;
  }
}
/* line 73, ../sass/_content.scss */
.mv .label {
  max-width: 1024px;
  width: calc(100% - 50px);
  margin-inline: auto;
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translate(-50%, 0);
}

/* line 83, ../sass/_content.scss */
.information {
  background: #e7f7f8;
  padding: 82px 0 188px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  /* line 83, ../sass/_content.scss */
  .information {
    padding: 36px 0 140px;
  }
}
/* line 91, ../sass/_content.scss */
.information .container > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  /* line 91, ../sass/_content.scss */
  .information .container > ul {
    display: block;
  }
}
/* line 97, ../sass/_content.scss */
.information .container > ul > li {
  width: calc((100% - 19px) / 3);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* line 97, ../sass/_content.scss */
  .information .container > ul > li {
    width: 100%;
    margin-top: 16px;
  }
  /* line 105, ../sass/_content.scss */
  .information .container > ul > li:first-of-type {
    margin-top: 0;
  }
}
/* line 109, ../sass/_content.scss */
.information .container > ul > li .header {
  display: flex;
  background: #0ba1c4;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 9px 20px;
}
/* line 116, ../sass/_content.scss */
.information .container > ul > li .header a {
  display: inline-block;
  margin-left: auto;
}
/* line 119, ../sass/_content.scss */
.information .container > ul > li .header a img {
  width: 30px;
}
@media screen and (max-width: 1080px) {
  /* line 119, ../sass/_content.scss */
  .information .container > ul > li .header a img {
    width: 20px;
  }
}
/* line 126, ../sass/_content.scss */
.information .container > ul > li .header h2 {
  display: flex;
  align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 1080px) {
  /* line 126, ../sass/_content.scss */
  .information .container > ul > li .header h2 {
    font-size: 16px;
  }
}
/* line 133, ../sass/_content.scss */
.information .container > ul > li .header h2 img {
  width: 50px;
  margin-left: 10px;
}
/* line 137, ../sass/_content.scss */
.information .container > ul > li .header h2 span {
  font-size: 12px;
  margin-bottom: 10px;
}
/* line 143, ../sass/_content.scss */
.information .container > ul > li .content {
  padding: 20px 18px;
}
/* line 145, ../sass/_content.scss */
.information .container > ul > li .content h3 {
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  /* line 145, ../sass/_content.scss */
  .information .container > ul > li .content h3 {
    font-size: 16px;
  }
}
/* line 155, ../sass/_content.scss */
.information .container > ul > li .content h3:first-of-type {
  margin-top: 0;
}
/* line 158, ../sass/_content.scss */
.information .container > ul > li .content h3 span:not(.sup) {
  color: #0ba1c4;
  font-size: 12px;
  margin-right: 5px;
}
/* line 163, ../sass/_content.scss */
.information .container > ul > li .content h3 .sup {
  font-size: 12px;
  margin-bottom: 10px;
}
/* line 167, ../sass/_content.scss */
.information .container > ul > li .content h3 img {
  width: 38px;
  margin-left: 6px;
}
/* line 172, ../sass/_content.scss */
.information .container > ul > li .content ul {
  margin-top: 5px;
  padding-left: 18px;
}
/* line 176, ../sass/_content.scss */
.information .container > ul > li .content ul li {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  /* line 176, ../sass/_content.scss */
  .information .container > ul > li .content ul li {
    font-size: 12px;
  }
}
/* line 186, ../sass/_content.scss */
.information .container > ul > li .content ul li span {
  font-size: 10px;
}
/* line 189, ../sass/_content.scss */
.information .container > ul > li .content ul li img {
  width: 38px;
  margin-left: 6px;
  margin-right: 4px;
}
/* line 199, ../sass/_content.scss */
.information .container .notice {
  font-size: 12px;
  text-align: center;
  color: #0ba1c4;
  font-weight: 500;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  /* line 199, ../sass/_content.scss */
  .information .container .notice {
    text-align: left;
    line-height: calc(20 / 12);
  }
}
/* line 210, ../sass/_content.scss */
.information .container .btn {
  text-align: center;
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  /* line 210, ../sass/_content.scss */
  .information .container .btn {
    display: none;
  }
}
/* line 216, ../sass/_content.scss */
.information .container .btn span {
  display: inline-block;
  max-width: 530px;
  width: 100%;
  cursor: pointer;
  position: relative;
}
/* line 222, ../sass/_content.scss */
.information .container .btn span .hvr {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  left: 0;
  top: 0;
}
/* line 230, ../sass/_content.scss */
.information .container .btn span:hover .hvr {
  opacity: 1;
}

/* line 238, ../sass/_content.scss */
.point {
  background: #fff;
  padding: 72px 0 160px;
  position: relative;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  /* line 238, ../sass/_content.scss */
  .point {
    padding: 36px 0 80px;
    border-radius: 25px 25px 0 0;
  }
}
/* line 251, ../sass/_content.scss */
.point:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 280px;
  background: #e7f6f9;
}
/* line 261, ../sass/_content.scss */
.point-image {
  width: 680px;
  position: absolute;
  right: -160px;
  top: -140px;
  max-width: 800px;
}
@media screen and (max-width: 1280px) {
  /* line 261, ../sass/_content.scss */
  .point-image {
    top: -80px;
    max-width: 66%;
  }
}
@media screen and (max-width: 980px) {
  /* line 261, ../sass/_content.scss */
  .point-image {
    top: -45px;
    max-width: 67.5%;
  }
}
@media screen and (max-width: 768px) {
  /* line 261, ../sass/_content.scss */
  .point-image {
    width: calc(100% - 25px);
    margin-left: auto;
    display: block;
    margin-top: -77px;
    z-index: 1;
    top: 0;
    position: relative;
    max-width: initial;
    right: initial;
  }
}
/* line 287, ../sass/_content.scss */
.point h2 {
  font-size: 135px;
  font-weight: 700;
  color: #e7f7f8;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  /* line 287, ../sass/_content.scss */
  .point h2 {
    font-size: 105px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 287, ../sass/_content.scss */
  .point h2 {
    font-size: 75px;
  }
}
@media screen and (max-width: 768px) {
  /* line 287, ../sass/_content.scss */
  .point h2 {
    text-align: left;
    font-size: 50px;
    line-height: calc(55 / 50);
    margin-left: 25px;
    z-index: 2;
  }
}
/* line 308, ../sass/_content.scss */
.point .container {
  margin-top: 88px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  /* line 308, ../sass/_content.scss */
  .point .container {
    margin-top: 48px;
  }
}
@media screen and (max-width: 980px) {
  /* line 308, ../sass/_content.scss */
  .point .container {
    margin-top: 18px;
  }
}
/* line 318, ../sass/_content.scss */
.point .container .summary > h3 {
  font-size: 36px;
  font-weight: 700;
  color: #0ba1c4;
  line-height: calc(55 / 36);
}
@media screen and (max-width: 980px) {
  /* line 318, ../sass/_content.scss */
  .point .container .summary > h3 {
    font-size: 24px;
  }
}
/* line 326, ../sass/_content.scss */
.point .container .summary > h3 span {
  background: linear-gradient(transparent 70%, #f0d741 70%);
}
/* line 330, ../sass/_content.scss */
.point .container .summary p {
  margin-top: 40px;
  max-width: 450px;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(30 / 16);
}
@media screen and (max-width: 980px) {
  /* line 330, ../sass/_content.scss */
  .point .container .summary p {
    width: 50%;
    padding-right: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 330, ../sass/_content.scss */
  .point .container .summary p {
    width: 100%;
    max-width: initial;
    padding-right: 0;
  }
}
/* line 348, ../sass/_content.scss */
.point .container ol {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  /* line 348, ../sass/_content.scss */
  .point .container ol {
    margin-top: 150px;
  }
}
@media screen and (max-width: 880px) {
  /* line 348, ../sass/_content.scss */
  .point .container ol {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  /* line 348, ../sass/_content.scss */
  .point .container ol {
    display: block;
    margin-top: 50px;
  }
}
/* line 362, ../sass/_content.scss */
.point .container ol > li {
  width: calc((100% - 19px) / 3);
  background: #0ba1c4;
  border-radius: 10px;
  padding: 94px 25px 50px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 362, ../sass/_content.scss */
  .point .container ol > li {
    width: 100%;
    margin-top: 40px;
    padding: 60px 25px 36px;
  }
}
/* line 374, ../sass/_content.scss */
.point .container ol > li:before {
  font-size: 60px;
  font-weight: 700;
  color: #85d0e2;
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 25px;
  top: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  /* line 374, ../sass/_content.scss */
  .point .container ol > li:before {
    font-size: 48px;
  }
}
/* line 387, ../sass/_content.scss */
.point .container ol > li h3 {
  font-size: 28px;
  line-height: calc(45 / 28);
  padding-bottom: 59px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #fff;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  /* line 387, ../sass/_content.scss */
  .point .container ol > li h3 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
/* line 400, ../sass/_content.scss */
.point .container ol > li h3:before {
  content: "”";
  font-size: 70px;
  font-weight: 700;
  color: #e7f7f8;
  position: absolute;
  right: 0;
  bottom: -53px;
  line-height: 1;
  background: #0ba1c4;
  display: inline-block;
  padding-left: 10px;
}
/* line 414, ../sass/_content.scss */
.point .container ol > li p {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(30 / 16);
}
@media screen and (max-width: 1080px) {
  /* line 414, ../sass/_content.scss */
  .point .container ol > li p {
    font-size: 14px;
  }
}
/* line 424, ../sass/_content.scss */
.point .container ol > li:nth-of-type(1):before {
  content: "01";
}
/* line 428, ../sass/_content.scss */
.point .container ol > li:nth-of-type(2) {
  top: 50px;
}
/* line 431, ../sass/_content.scss */
.point .container ol > li:nth-of-type(2):before {
  content: "02";
}
@media screen and (max-width: 768px) {
  /* line 428, ../sass/_content.scss */
  .point .container ol > li:nth-of-type(2) {
    top: initial;
  }
}
/* line 439, ../sass/_content.scss */
.point .container ol > li:last-of-type:before {
  content: "03";
}
/* line 442, ../sass/_content.scss */
.point .container ol > li:last-of-type h3 {
  padding-bottom: 14px;
}

/* line 451, ../sass/_content.scss */
.faculty {
  position: relative;
}
/* line 453, ../sass/_content.scss */
.faculty .container {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 20vh;
  margin-top: -85vh;
}
/* line 460, ../sass/_content.scss */
.faculty .mi {
  margin-inline: 0.3em;
}
/* line 463, ../sass/_content.scss */
.faculty .trigger {
  display: block;
  height: 20px;
}
/* line 467, ../sass/_content.scss */
.faculty .bg {
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  opacity: 0;
  transition: 1.5s;
}
/* line 474, ../sass/_content.scss */
.faculty .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(63, 63, 63, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 1s;
}
/* line 485, ../sass/_content.scss */
.faculty .bg.on {
  opacity: 1;
}
/* line 489, ../sass/_content.scss */
.faculty .bg.bg-on:before {
  opacity: 1;
}
/* line 494, ../sass/_content.scss */
.faculty .top {
  padding: 148px 0;
  position: relative;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  /* line 494, ../sass/_content.scss */
  .faculty .top {
    padding: 122px 0 95px;
  }
}
/* line 502, ../sass/_content.scss */
.faculty .top.on {
  opacity: 1;
}
/* line 505, ../sass/_content.scss */
.faculty .top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(((100vw - 1024px) / 2) * -1);
  width: calc(700px - 140px + (100vw - 1024px) / 2);
  height: 100%;
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 1074px) {
  /* line 505, ../sass/_content.scss */
  .faculty .top:before {
    left: -25px;
    width: calc(725px);
  }
}
@media screen and (max-width: 768px) {
  /* line 505, ../sass/_content.scss */
  .faculty .top:before {
    width: calc(100% + 25px);
  }
}
/* line 522, ../sass/_content.scss */
.faculty .top .title-en {
  position: absolute;
  left: calc(((100vw - 1024px) / 2) * -1);
  top: 70px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  padding-left: calc((100vw - 1024px) / 2 - 80px);
  width: calc(700px - 140px + (100vw - 1024px) / 2 - 80px);
}
@media screen and (max-width: 1074px) {
  /* line 522, ../sass/_content.scss */
  .faculty .top .title-en {
    left: -25px;
    width: calc(725px - 80px);
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  /* line 522, ../sass/_content.scss */
  .faculty .top .title-en {
    left: -25px;
    width: 100%;
    padding-left: 25px;
    top: 30px;
    font-size: 14px;
  }
}
/* line 547, ../sass/_content.scss */
.faculty .top .header {
  position: relative;
}
/* line 549, ../sass/_content.scss */
.faculty .top .header h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  /* line 549, ../sass/_content.scss */
  .faculty .top .header h2 {
    font-size: 28px;
  }
}
/* line 559, ../sass/_content.scss */
.faculty .top .header img {
  width: 90px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  /* line 559, ../sass/_content.scss */
  .faculty .top .header img {
    width: 60px;
  }
}
/* line 567, ../sass/_content.scss */
.faculty .top .content {
  position: relative;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  /* line 567, ../sass/_content.scss */
  .faculty .top .content {
    margin-top: 32px;
  }
}
/* line 573, ../sass/_content.scss */
.faculty .top .content h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin-top: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  /* line 573, ../sass/_content.scss */
  .faculty .top .content h3 {
    font-size: 18px;
    margin-top: 18px;
  }
}
/* line 585, ../sass/_content.scss */
.faculty .top .content h3:first-of-type {
  margin-top: 0;
}
/* line 588, ../sass/_content.scss */
.faculty .top .content h3 img {
  width: 50px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  /* line 588, ../sass/_content.scss */
  .faculty .top .content h3 img {
    width: 30px;
    margin-left: 4px;
  }
}
/* line 596, ../sass/_content.scss */
.faculty .top .content h3 span {
  font-size: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  /* line 596, ../sass/_content.scss */
  .faculty .top .content h3 span {
    font-size: 12px;
    margin-right: 4px;
  }
}
/* line 604, ../sass/_content.scss */
.faculty .top .content h3 a {
  margin-left: 8px;
}
/* line 606, ../sass/_content.scss */
.faculty .top .content h3 a img {
  margin-left: 0;
  width: 30px;
}
@media screen and (max-width: 768px) {
  /* line 606, ../sass/_content.scss */
  .faculty .top .content h3 a img {
    width: 25px;
  }
}
/* line 615, ../sass/_content.scss */
.faculty .top .content ul {
  margin-top: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  /* line 615, ../sass/_content.scss */
  .faculty .top .content ul {
    margin-top: 10px;
    padding-left: 17px;
  }
}
/* line 622, ../sass/_content.scss */
.faculty .top .content ul li {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 622, ../sass/_content.scss */
  .faculty .top .content ul li {
    font-size: 14px;
    margin-top: 12px;
  }
}
/* line 635, ../sass/_content.scss */
.faculty .top .content ul li:first-of-type {
  margin-top: 0;
}
/* line 638, ../sass/_content.scss */
.faculty .top .content ul li > img {
  width: 38px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  /* line 638, ../sass/_content.scss */
  .faculty .top .content ul li > img {
    width: 30px;
  }
}
/* line 645, ../sass/_content.scss */
.faculty .top .content ul li a {
  margin-left: 8px;
}
/* line 647, ../sass/_content.scss */
.faculty .top .content ul li a img {
  width: 30px;
}
@media screen and (max-width: 768px) {
  /* line 647, ../sass/_content.scss */
  .faculty .top .content ul li a img {
    width: 25px;
  }
}
/* line 658, ../sass/_content.scss */
.faculty .description {
  color: #fff;
  max-width: 600px;
  width: 100%;
  margin-top: 96px;
  opacity: 0;
  transition: 1s;
}
/* line 665, ../sass/_content.scss */
.faculty .description.on {
  opacity: 1;
}
/* line 668, ../sass/_content.scss */
.faculty .description h3 {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  /* line 668, ../sass/_content.scss */
  .faculty .description h3 {
    font-size: 20px;
  }
}
/* line 674, ../sass/_content.scss */
.faculty .description h3 + p {
  font-weight: 700;
  margin-top: 30px;
  font-size: 16px;
  line-height: calc(30 / 16);
}
@media screen and (max-width: 768px) {
  /* line 674, ../sass/_content.scss */
  .faculty .description h3 + p {
    font-size: 14px;
    margin-top: 20px;
  }
}
/* line 686, ../sass/_content.scss */
.faculty .description ul {
  margin-top: 76px;
}
/* line 688, ../sass/_content.scss */
.faculty .description ul li {
  background: #fff;
  display: flex;
  align-items: flex-start;
  padding: 22px 0 28px 22px;
  border-radius: 9px;
  margin-top: 56px;
  border: 2px solid #000;
  position: relative;
}
/* line 697, ../sass/_content.scss */
.faculty .description ul li:before {
  content: "";
  width: 65px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon-pickup.webp?2025);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-30%, -30%);
}
@media screen and (max-width: 680px) {
  /* line 688, ../sass/_content.scss */
  .faculty .description ul li {
    display: block;
    margin-top: 28px;
  }
}
/* line 716, ../sass/_content.scss */
.faculty .description ul li:first-of-type {
  margin-top: 0;
}
/* line 719, ../sass/_content.scss */
.faculty .description ul li > img {
  width: 220px;
}
@media screen and (max-width: 680px) {
  /* line 719, ../sass/_content.scss */
  .faculty .description ul li > img {
    margin-inline: auto;
    transform: translate(-12.5px, 0);
  }
  /* line 724, ../sass/_content.scss */
  .faculty .description ul li > img.sp {
    display: block;
  }
}
/* line 729, ../sass/_content.scss */
.faculty .description ul li > div {
  padding-left: 32px;
  color: #000;
  width: calc(100% - 220px);
}
@media screen and (max-width: 680px) {
  /* line 729, ../sass/_content.scss */
  .faculty .description ul li > div {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
/* line 738, ../sass/_content.scss */
.faculty .description ul li > div .label {
  width: 100%;
  border-bottom: 2px solid;
  line-height: 1;
  display: inline-block;
}
/* line 743, ../sass/_content.scss */
.faculty .description ul li > div .label span {
  background: #000;
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 6px 7px;
}
/* line 752, ../sass/_content.scss */
.faculty .description ul li > div h4 {
  margin-top: 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 680px) {
  /* line 752, ../sass/_content.scss */
  .faculty .description ul li > div h4 {
    font-size: 18px;
    margin-top: 18px;
  }
}
/* line 761, ../sass/_content.scss */
.faculty .description ul li > div h4 + p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 680px) {
  /* line 761, ../sass/_content.scss */
  .faculty .description ul li > div h4 + p {
    font-size: 12px;
    margin-top: 10px;
  }
}
/* line 772, ../sass/_content.scss */
.faculty .description ul li > div .copy {
  margin-top: 26px;
  font-size: 14px;
  padding: 5px 4px;
  display: inline-block;
}
/* line 777, ../sass/_content.scss */
.faculty .description ul li > div .copy + h4 {
  margin-top: 10px;
}
/* line 782, ../sass/_content.scss */
.faculty .description ul li .btn-modal {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: block;
  cursor: pointer;
}
/* line 788, ../sass/_content.scss */
.faculty .description ul li .btn-modal img {
  width: 40px;
}
@media screen and (max-width: 680px) {
  /* line 788, ../sass/_content.scss */
  .faculty .description ul li .btn-modal img {
    width: 30px;
  }
}
/* line 793, ../sass/_content.scss */
.faculty .description ul li .btn-modal img.hvr {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
/* line 802, ../sass/_content.scss */
.faculty .description ul li .btn-modal:hover img.hvr {
  opacity: 1;
}
/* line 811, ../sass/_content.scss */
.faculty.faculty01 .bg {
  background-image: url(../images/bg-01-rand.jpg?2025.12);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 680px) {
  /* line 811, ../sass/_content.scss */
  .faculty.faculty01 .bg {
    background-image: url(../images/bg-01.jpg?2025.12);
    background-position: center;
  }
}
/* line 823, ../sass/_content.scss */
.faculty.faculty01 .top:before {
  background: rgba(232, 55, 67, 0.7);
}
/* line 829, ../sass/_content.scss */
.faculty.faculty01 ul li:nth-of-type(1) {
  border-color: #e83743;
}
/* line 831, ../sass/_content.scss */
.faculty.faculty01 ul li:nth-of-type(1) .label {
  border-color: #e83743;
}
/* line 833, ../sass/_content.scss */
.faculty.faculty01 ul li:nth-of-type(1) .label span {
  background: #e83743;
}
/* line 837, ../sass/_content.scss */
.faculty.faculty01 ul li:nth-of-type(1) h4 {
  color: #e83743;
}
/* line 845, ../sass/_content.scss */
.faculty.faculty02 .bg {
  background-image: url(../images/bg-02-rand.jpg?2025.12);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 680px) {
  /* line 845, ../sass/_content.scss */
  .faculty.faculty02 .bg {
    background-image: url(../images/bg-02.jpg?2025.12);
    background-position: center;
  }
}
/* line 856, ../sass/_content.scss */
.faculty.faculty02 .top:before {
  background: rgba(67, 177, 73, 0.7);
}
/* line 862, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(1) {
  border-color: #43b149;
}
/* line 864, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(1) .label {
  border-color: #43b149;
}
/* line 866, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(1) .label span {
  background: #43b149;
}
/* line 870, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(1) h4 {
  color: #43b149;
}
/* line 873, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(1) .copy {
  background: #e3f3e4;
}
/* line 877, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(2) {
  border-color: #c94f8e;
}
/* line 879, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(2) .label {
  border-color: #c94f8e;
}
/* line 881, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(2) .label span {
  background: #c94f8e;
}
/* line 885, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(2) h4 {
  color: #c94f8e;
}
/* line 888, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(2) .copy {
  background: #f7e5ee;
}
/* line 892, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(3) {
  border-color: #ed6d34;
}
/* line 894, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(3) .label {
  border-color: #ed6d34;
}
/* line 896, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(3) .label span {
  background: #ed6d34;
}
/* line 900, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(3) h4 {
  color: #ed6d34;
}
/* line 903, ../sass/_content.scss */
.faculty.faculty02 ul li:nth-of-type(3) .copy {
  background: #fce9e1;
}
/* line 911, ../sass/_content.scss */
.faculty.faculty03 .bg {
  background-image: url(../images/bg-03-rand.jpg?2025.12);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 680px) {
  /* line 911, ../sass/_content.scss */
  .faculty.faculty03 .bg {
    background-image: url(../images/bg-03.jpg?2025.12);
    background-position: center;
  }
}
/* line 923, ../sass/_content.scss */
.faculty.faculty03 .top:before {
  background: rgba(0, 121, 195, 0.7);
}
/* line 929, ../sass/_content.scss */
.faculty.faculty03 ul li:nth-of-type(1) {
  border-color: #0079c3;
}
/* line 931, ../sass/_content.scss */
.faculty.faculty03 ul li:nth-of-type(1) .label {
  border-color: #0079c3;
}
/* line 933, ../sass/_content.scss */
.faculty.faculty03 ul li:nth-of-type(1) .label span {
  background: #0079c3;
}
/* line 937, ../sass/_content.scss */
.faculty.faculty03 ul li:nth-of-type(1) h4 {
  color: #0079c3;
}

/* line 946, ../sass/_content.scss */
.modal {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  max-width: 1024px;
  width: calc(100% - 50px);
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 14px;
  border: 2px solid;
}
/* line 953, ../sass/_content.scss */
.modal:before {
  width: 22px;
  aspect-ratio: 1/1;
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/close.webp?2025);
  background-size: contain;
  right: 0;
  top: -30px;
  pointer-events: none;
  cursor: pointer;
}
/* line 966, ../sass/_content.scss */
.modal .overflow {
  overflow: auto;
  max-height: 70vh;
  padding: 46px;
}
@media screen and (max-width: 768px) {
  /* line 966, ../sass/_content.scss */
  .modal .overflow {
    padding: 32px 25px;
  }
}
/* line 974, ../sass/_content.scss */
.modal.on {
  opacity: 1;
  pointer-events: initial;
}
/* line 985, ../sass/_content.scss */
.modal .wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
}
@media screen and (max-width: 680px) {
  /* line 985, ../sass/_content.scss */
  .modal .wrapper {
    flex-wrap: wrap;
  }
}
/* line 992, ../sass/_content.scss */
.modal .wrapper:first-of-type {
  margin-top: 0;
}
/* line 995, ../sass/_content.scss */
.modal .wrapper img {
  width: 330px;
}
@media screen and (max-width: 680px) {
  /* line 995, ../sass/_content.scss */
  .modal .wrapper img {
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
}
/* line 1003, ../sass/_content.scss */
.modal .wrapper > div {
  width: calc(100% - 330px);
  padding-left: 40px;
}
@media screen and (max-width: 680px) {
  /* line 1003, ../sass/_content.scss */
  .modal .wrapper > div {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
}
/* line 1011, ../sass/_content.scss */
.modal .wrapper > div h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 2px solid;
  padding-left: 86px;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 1011, ../sass/_content.scss */
  .modal .wrapper > div h2 {
    font-size: 18px;
    padding-left: 76px;
  }
}
/* line 1024, ../sass/_content.scss */
.modal .wrapper > div h2:before {
  content: "";
  width: 65px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon-pickup.webp?2025);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  transform: translate(0, -50%);
}
/* line 1039, ../sass/_content.scss */
.modal .wrapper > div h2 span {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 768px) {
  /* line 1039, ../sass/_content.scss */
  .modal .wrapper > div h2 span {
    font-size: 14px;
    display: block;
    margin-top: 4px;
    margin-left: -6px;
  }
}
/* line 1051, ../sass/_content.scss */
.modal .wrapper > div > p {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(30 / 16);
}
/* line 1056, ../sass/_content.scss */
.modal .wrapper > div .feature {
  padding: 24px 20px;
  margin-top: 20px;
  border-radius: 9px;
  letter-spacing: 0;
}
/* line 1061, ../sass/_content.scss */
.modal .wrapper > div .feature h3 {
  font-size: 16px;
  font-weight: 700;
}
/* line 1065, ../sass/_content.scss */
.modal .wrapper > div .feature p {
  font-size: 14px;
  font-weight: 700;
  line-height: calc(26 / 14);
  margin-top: 20px;
}
/* line 1074, ../sass/_content.scss */
.modal.modal-01 {
  border-color: #e83743;
}
/* line 1078, ../sass/_content.scss */
.modal.modal-01 .wrapper > div h2 {
  color: #e83743;
  border-color: #e83743;
}
/* line 1082, ../sass/_content.scss */
.modal.modal-01 .wrapper > div .feature {
  background: #fbe1e3;
}
/* line 1084, ../sass/_content.scss */
.modal.modal-01 .wrapper > div .feature h3 {
  color: #e83743;
}
/* line 1091, ../sass/_content.scss */
.modal.modal-02 {
  border-color: #43b149;
}
/* line 1095, ../sass/_content.scss */
.modal.modal-02 .wrapper > div h2 {
  color: #43b149;
  border-color: #43b149;
}
/* line 1099, ../sass/_content.scss */
.modal.modal-02 .wrapper > div .feature {
  background: #e3f3e4;
}
/* line 1101, ../sass/_content.scss */
.modal.modal-02 .wrapper > div .feature h3 {
  color: #43b149;
}
/* line 1108, ../sass/_content.scss */
.modal.modal-03 {
  border-color: #c94f8e;
}
/* line 1112, ../sass/_content.scss */
.modal.modal-03 .wrapper > div h2 {
  color: #c94f8e;
  border-color: #c94f8e;
}
/* line 1116, ../sass/_content.scss */
.modal.modal-03 .wrapper > div .feature {
  background: #f7e5ee;
}
/* line 1118, ../sass/_content.scss */
.modal.modal-03 .wrapper > div .feature h3 {
  color: #c94f8e;
}
/* line 1125, ../sass/_content.scss */
.modal.modal-04 {
  border-color: #ed6d34;
}
/* line 1129, ../sass/_content.scss */
.modal.modal-04 .wrapper > div h2 {
  color: #ed6d34;
  border-color: #ed6d34;
}
/* line 1133, ../sass/_content.scss */
.modal.modal-04 .wrapper > div .feature {
  background: #fce9e1;
}
/* line 1135, ../sass/_content.scss */
.modal.modal-04 .wrapper > div .feature h3 {
  color: #ed6d34;
}
/* line 1142, ../sass/_content.scss */
.modal.modal-05 {
  border-color: #0079c3;
}
/* line 1146, ../sass/_content.scss */
.modal.modal-05 .wrapper > div h2 {
  color: #0079c3;
  border-color: #0079c3;
}
/* line 1150, ../sass/_content.scss */
.modal.modal-05 .wrapper > div .feature {
  background: #d9ebf6;
}
/* line 1152, ../sass/_content.scss */
.modal.modal-05 .wrapper > div .feature h3 {
  color: #0079c3;
}
/* line 1159, ../sass/_content.scss */
.modal.modal-06 {
  border: none;
  border-radius: initial;
}
/* line 1160, ../sass/_content.scss */
.modal.modal-06 .overflow {
  height: auto;
  max-height: initial;
}

/* line 1169, ../sass/_content.scss */
.modal-overlay {
  pointer-events: none;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(63, 63, 63, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  /* opacity: 0; */
  transition: 0.5s;
  z-index: 3;
  top: 0;
  left: 0;
  z-index: 11;
}

/* line 1185, ../sass/_content.scss */
.modal-on {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
/* line 1189, ../sass/_content.scss */
.modal-on .modal-overlay {
  pointer-events: initial;
  opacity: 1;
}
