@charset "UTF-8";
html body main {
  background-image: url("../../images/glafil/sec1-bg-1-pc.webp");
  background-repeat: no-repeat;
  background-position: center top;
}
@media (1921px <= width) {
  html body main {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 991px) {
  html body main {
    background-image: url("../../images/glafil/mv-bg-md.webp");
    background-size: 100% auto;
    position: relative;
    z-index: 0;
  }
  html body main::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(117, 221, 246, 0.5) 15%, #00C0EF 100%);
    width: 50%;
    height: 282px;
    height: 36.71875vw;
    top: 390px;
    top: 50.78125vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0 auto auto;
    z-index: -1;
  }
}
@media screen and (max-width: 575px) {
  html body main {
    background-image: url("../../images/glafil/mv-bg-sp.webp");
    background-size: 100% auto;
    position: relative;
    z-index: 0;
  }
  html body main::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(117, 221, 246, 0.5) 15%, #00C0EF 100%);
    width: 100%;
    height: 390px;
    height: 104vw;
    top: 260px;
    top: 69.3333333333vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto auto auto;
    z-index: -1;
  }
}
html body .sec1 {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  html body .sec1 {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 {
    padding-top: 30px;
  }
}
html body .sec1::after {
  content: "";
  position: absolute;
  background-color: #00C0EF;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 1500px;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body .sec1::after {
    top: 570px;
    top: 74.21875vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1::after {
    top: 480px;
    top: 71.964017991vw;
  }
}
@media screen and (max-width: 575px) {
  html body .sec1::after {
    top: 540px;
    top: 144vw;
  }
}
html body .sec1 .h1-ttl-wrap {
  display: grid;
  place-content: center;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  html body .sec1 .h1-ttl-wrap {
    margin-bottom: 36px;
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 .h1-ttl-wrap {
    margin-bottom: 30px;
  }
}
html body .sec1 .h1-ttl-wrap p {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3125;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  html body .sec1 .h1-ttl-wrap p {
    font-size: 32px;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 .h1-ttl-wrap p {
    font-size: 14px;
    line-height: 1.1428571429;
    margin-bottom: 6px;
  }
}
html body .sec1 .h1-ttl-wrap h1 {
  font-weight: 700;
  font-size: 166px;
  letter-spacing: 0.05em;
  display: grid;
  margin-bottom: 0px;
}
@media screen and (max-width: 1199px) {
  html body .sec1 .h1-ttl-wrap h1 {
    font-size: 166px;
    font-size: 13.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 .h1-ttl-wrap h1 {
    font-size: 69px;
  }
}
@media screen and (max-width: 380px) {
  html body .sec1 .h1-ttl-wrap h1 {
    font-size: 69px;
    font-size: 18.4vw;
  }
}
html body .sec1 .h1-ttl-wrap h1 span.registered {
  font-size: 0.5em;
  vertical-align: super;
}
html body .sec1 .h1-ttl-wrap h1 span.h1-sub {
  display: block;
  font-size: 50px;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
  padding: 0 96px;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1199px) {
  html body .sec1 .h1-ttl-wrap h1 span.h1-sub {
    font-size: 50px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 .h1-ttl-wrap h1 span.h1-sub {
    font-size: 21px;
    margin-top: 0;
  }
}
@media screen and (max-width: 380px) {
  html body .sec1 .h1-ttl-wrap h1 span.h1-sub {
    font-size: 21px;
    font-size: 5.6vw;
  }
}
html body .sec1 .h1-ttl-wrap h1 span.h1-sub::before, html body .sec1 .h1-ttl-wrap h1 span.h1-sub::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 2px;
  background-color: #0C204B;
}
@media screen and (max-width: 767px) {
  html body .sec1 .h1-ttl-wrap h1 span.h1-sub::before, html body .sec1 .h1-ttl-wrap h1 span.h1-sub::after {
    width: 30px;
  }
}
html body .sec1 .h1-ttl-wrap h1 span.h1-sub::before {
  left: 0;
}
html body .sec1 .h1-ttl-wrap h1 span.h1-sub::after {
  right: 0;
}
html body .sec1 .contents-list-wrapper {
  background-color: rgba(62, 97, 163, 0.9);
  place-content: center;
  padding: 1rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  html body .sec1 .contents-list-wrapper {
    height: 1084px;
  }
}
@media screen and (max-width: 991px) {
  html body .sec1 .contents-list-wrapper {
    padding: 35px 1rem;
    max-width: 470px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 .contents-list-wrapper {
    grid-template-columns: 1fr;
    padding: 25px 1rem;
  }
}
html body .sec1 .contents-list-wrapper::before {
  content: "";
  position: absolute;
  background-image: url("../../images/glafil/sec1-bg-2.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1362px;
  height: 1084px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body .sec1 .contents-list-wrapper::before {
    width: 669px;
    width: 87.109375vw;
    height: 532px;
    height: 69.2708333333vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 .contents-list-wrapper::before {
    content: none;
  }
}
html body .sec1 .contents-list-wrapper h2.h2-ttl-2 {
  width: fit-content;
  margin-inline: auto;
  color: #fff !important;
}
@media screen and (max-width: 991px) {
  html body .sec1 .contents-list-wrapper h2.h2-ttl-2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 .contents-list-wrapper h2.h2-ttl-2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  html body .sec1 .contents-list-wrapper h2.h2-ttl-2 {
    width: 100%;
  }
}
html body .sec1 .contents-list-wrapper h2.h2-ttl-2::after {
  background-color: #fff !important;
}
html body .sec1 .contents-list-wrapper h2.h2-ttl-2 span {
  width: 100%;
  height: 66px;
  display: grid;
  place-content: center;
  background-color: #CB3993;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  html body .sec1 .contents-list-wrapper h2.h2-ttl-2 span {
    height: 40px;
    font-size: 16px;
    margin-bottom: 14px;
  }
}
html body .sec1 .contents-list-wrapper .contents-list {
  max-width: 830px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  html body .sec1 .contents-list-wrapper .contents-list {
    max-width: 380px;
  }
  html body .sec1 .contents-list-wrapper .contents-list:not(:last-child) dd {
    margin-bottom: 40px;
  }
}
html body .sec1 .contents-list-wrapper .contents-list + .contents-list {
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  html body .sec1 .contents-list-wrapper .contents-list + .contents-list {
    margin-top: 0;
  }
}
html body .sec1 .contents-list-wrapper .contents-list dl {
  color: #fff;
}
html body .sec1 .contents-list-wrapper .contents-list dl dt {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.875;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media (width <= 1100px) {
  html body .sec1 .contents-list-wrapper .contents-list dl dt {
    font-size: 24px;
    font-size: 2.1818181818vw;
  }
}
@media screen and (max-width: 991px) {
  html body .sec1 .contents-list-wrapper .contents-list dl dt {
    font-size: 21px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  html body .sec1 .contents-list-wrapper .contents-list dl dt::before {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0 auto auto;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 .contents-list-wrapper .contents-list dl dt {
    font-size: 16px;
  }
  html body .sec1 .contents-list-wrapper .contents-list dl dt::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 380px) {
  html body .sec1 .contents-list-wrapper .contents-list dl dt {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
html body .sec1 .contents-list-wrapper .contents-list dl dt::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
  margin-left: 25px;
}
@media screen and (max-width: 991px) {
  html body .sec1 .contents-list-wrapper .contents-list dl dt::after {
    content: none;
  }
}
html body .sec1 .contents-list-wrapper .contents-list dl dt img {
  display: grid;
  padding-top: 2px;
  aspect-ratio: 89/24;
  width: 89px;
  margin-right: 6px;
}
@media (width <= 1100px) {
  html body .sec1 .contents-list-wrapper .contents-list dl dt img {
    width: 89px;
    width: 8.0909090909vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 .contents-list-wrapper .contents-list dl dt img {
    width: 52px;
  }
}
html body .sec1 .contents-list-wrapper .contents-list dl dt span {
  display: block;
}
@media screen and (max-width: 991px) {
  html body .sec1 .contents-list-wrapper .contents-list dl dt span {
    padding-right: 30px;
    cursor: pointer;
  }
  html body .sec1 .contents-list-wrapper .contents-list dl dt span::before, html body .sec1 .contents-list-wrapper .contents-list dl dt span::after {
    content: "";
    transition: 0.3s all ease;
    position: absolute;
    background-color: #2A5796;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
    z-index: -1;
  }
  html body .sec1 .contents-list-wrapper .contents-list dl dt span::before {
    width: 2px;
    height: 15px;
    right: 12.5px;
  }
  html body .sec1 .contents-list-wrapper .contents-list dl dt span::after {
    width: 15px;
    height: 2px;
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 .contents-list-wrapper .contents-list dl dt span::before {
    height: 11px;
    right: 8.8px;
  }
  html body .sec1 .contents-list-wrapper .contents-list dl dt span::after {
    width: 11px;
    right: 4.3px;
  }
}
html body .sec1 .contents-list-wrapper .contents-list dl dt.active_dt span::before {
  transform: rotate(90deg);
}
html body .sec1 .contents-list-wrapper .contents-list dl dt.active_dt span::after {
  content: none;
}
html body .sec1 .contents-list-wrapper .contents-list dl dd {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
}
@media (width <= 1100px) {
  html body .sec1 .contents-list-wrapper .contents-list dl dd {
    font-size: 18px;
    font-size: 1.6363636364vw;
  }
}
@media screen and (max-width: 991px) {
  html body .sec1 .contents-list-wrapper .contents-list dl dd {
    font-size: 16px;
    display: none;
  }
}
@media screen and (max-width: 380px) {
  html body .sec1 .contents-list-wrapper .contents-list dl dd {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
html body .sec2 {
  margin-top: -1px;
  padding-top: 305px;
  background: linear-gradient(to bottom, #00C0EF 0%, #D6B8F4 60%, #FFFFFF 100%);
  position: relative;
}
@media screen and (max-width: 1199px) {
  html body .sec2 {
    padding-top: 305px;
    padding-top: 23.4615384615vw;
  }
}
@media screen and (max-width: 991px) {
  html body .sec2 {
    padding-top: 0;
  }
}
html body .sec2 > figure {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  html body .sec2 > figure {
    display: none;
  }
}
html body .sec2 .btn-wrap {
  max-width: calc(700px + 2rem);
  width: 100%;
  padding: 0 1rem;
  margin-inline: auto;
  margin-bottom: 135px;
  display: grid;
  gap: 40px;
}
@media (992px <= width <= 1200px) {
  html body .sec2 .btn-wrap {
    padding-top: 100px;
    padding-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  html body .sec2 .btn-wrap {
    max-width: calc(350px + 2rem);
    margin-bottom: 50px;
    gap: 20px;
  }
}
html body .sec2 .btn-wrap .page_link-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  html body .sec2 .btn-wrap .page_link-wrap {
    gap: 10px;
  }
}
html body .sec2 .btn-wrap .page_link-wrap > .btn-page_link:only-child {
  grid-column: 1/-1;
  justify-self: center;
}
html body .sec2 .contents-list-wrapper .contents-list {
  background-color: #fff;
  border-radius: 10px;
  padding: 100px 1rem 85px;
}
@media screen and (max-width: 991px) {
  html body .sec2 .contents-list-wrapper .contents-list {
    padding: 45px 1rem 50px;
  }
}
@media screen and (min-width: 992px) {
  html body .sec2 .contents-list-wrapper .contents-list + .contents-list {
    margin-top: 90px;
  }
}
@media screen and (max-width: 991px) {
  html body .sec2 .contents-list-wrapper .contents-list + .contents-list {
    margin-top: 40px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list > p {
  text-align: center;
  font-size: 26px;
  line-height: 1.9230769231;
}
@media screen and (max-width: 991px) {
  html body .sec2 .contents-list-wrapper .contents-list > p {
    font-size: 14px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list .box-wrap {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
html body .sec2 .contents-list-wrapper .contents-list:first-child > p {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child > p {
    margin-bottom: 35px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:first-child h3 {
  background: var(--bg, #eee);
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media (width <= 1100px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child h3 {
    font-size: 24px;
    font-size: 2.1818181818vw;
  }
}
@media screen and (max-width: 991px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child h3 {
    display: grid;
    place-content: center;
    grid-template-columns: 1fr;
    background-color: transparent;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child h3 {
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 380px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child h3 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 992px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child h3 span.h3-ttl {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 991px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child h3 span.h3-ttl {
    background: var(--bg, #eee);
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child h3 span.h3-ttl {
    flex-direction: column;
    justify-content: center;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:first-child h3 span.small {
  font-size: 20px;
}
@media (width <= 1100px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child h3 span.small {
    font-size: 20px;
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child h3 span.small {
    display: block;
    font-size: 18px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:first-child h3 span.h3-txt {
  font-size: 16px;
  line-height: 2.7777777778;
  margin-left: 1em;
  margin-bottom: 0px;
}
@media (width <= 1100px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child h3 span.h3-txt {
    font-size: 16px;
    font-size: 1.4545454545vw;
  }
}
@media screen and (min-width: 992px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child h3 span.h3-txt {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 991px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child h3 span.h3-txt {
    color: var(--sp-text, #333);
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child h3 span.h3-txt {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
@media screen and (min-width: 992px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child .box-wrap .box + .box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child .box-wrap .box + .box {
    margin-top: 40px;
  }
}
@media screen and (min-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child .box-wrap .box .box-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child .box-wrap .box .box-inner {
    max-width: 314px;
    width: 100%;
    margin-inline: auto;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:first-child .box-wrap .box figure img {
  aspect-ratio: 313/170;
  width: 100%;
  object-fit: cover;
}
html body .sec2 .contents-list-wrapper .contents-list:first-child .box-wrap .box figure figcaption {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child .box-wrap .box figure figcaption {
    font-size: 16px;
    font-size: 1.3333333333vw;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:first-child .box-wrap .box figure figcaption span {
  margin-right: 1rem;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child .box-wrap .box figure figcaption span {
    font-size: 20px;
    font-size: 1.6666666667vw;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap {
    flex-direction: column;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap a {
  width: 228px;
  height: 228px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 40px 1rem;
  color: #fff;
  align-items: center;
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap a {
    max-width: 310px;
    width: 100%;
    margin-inline: auto;
    height: 130px;
    padding: 1rem;
    flex-direction: row;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #7F99EF 0%, #8C59AC 100%);
  transition: opacity 0.3s ease;
  z-index: 0;
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #00397B 0%, #00397B 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap a:hover::after {
  opacity: 1;
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap a:hover::before {
  opacity: 0;
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap a dl {
  font-weight: 700;
  line-height: 1.1666666667;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap a dl {
    width: 70%;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap a dl dt {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap a dl dd {
  font-size: 24px;
  letter-spacing: 0.1em;
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap a dl dd span {
  display: block;
  font-size: 14px;
  margin-top: 3px;
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap a figure {
  margin-top: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap a figure {
    margin-top: 0;
    width: 30%;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap a figure img {
  aspect-ratio: 54/68;
  width: 54px;
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(3) > p {
  margin-bottom: 20px;
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(3) dl {
  max-width: 700px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(3) dl {
    margin-bottom: 20px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(3) dl dt {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #033D72;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.15;
  text-align: center;
  display: grid;
  place-content: center;
  position: absolute;
}
@media screen and (min-width: 992px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(3) dl dt {
    top: -40%;
    left: -50px;
  }
}
@media screen and (max-width: 991px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(3) dl dt {
    top: -40%;
    left: -1rem;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(3) dl dt {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    font-size: 16px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(3) dl dd {
  width: 100%;
  height: 60px;
  background-color: #D7E0EB;
  display: grid;
  place-content: center;
  color: #033D72;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(3) dl dd {
    font-size: 26px;
    font-size: 2.6236125126vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(3) dl dd {
    height: 80px;
    width: calc(100% - 40px);
    margin-inline: auto 0;
    font-size: 16px;
    line-height: 1.875;
    padding-left: 30px;
  }
}
@media screen and (min-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(3) .box-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 313px));
    gap: 30px;
    justify-content: center;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(3) .box-wrap .box {
  max-width: 313px;
  width: 100%;
  margin-inline: auto;
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(3) .box-wrap .box iframe {
  aspect-ratio: 313/200;
  width: 100%;
  height: auto;
}
html body .sec-case {
  background-image: url("../../images/glafil/sec3-bg-pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 575px) {
  html body .sec-case {
    background-image: url("../../images/glafil/sec3-bg-sp.webp");
  }
}
@media screen and (min-width: 767px) {
  html body .sec-case .contents-list-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 350px));
    gap: 30px 25px;
    justify-content: center;
  }
}
html body .sec-case .contents-list-wrapper .contents-list {
  background-color: #fff;
}
html body .sec-case .contents-list-wrapper .contents-list figure {
  aspect-ratio: 350/190;
}
html body .sec-case .contents-list-wrapper .contents-list figure a {
  transition: 0.3s all ease;
}
html body .sec-case .contents-list-wrapper .contents-list figure a:hover {
  opacity: 0.6;
}
html body .sec-case .contents-list-wrapper .contents-list figure img {
  width: 100%;
  height: auto;
}
html body .sec-case .contents-list-wrapper .contents-list .tag-wrap {
  background-color: #F4F4F4;
  padding: 5px 2px;
  height: auto;
}
html body .sec-case .contents-list-wrapper .contents-list .tag-wrap ul li {
  width: 80px;
  display: inline-block;
  margin: 2.5px 0.5px;
}
html body .sec-case .contents-list-wrapper .contents-list .tag-wrap ul li a {
  transition: 0.3s all ease;
  width: 100%;
  height: 20px;
  display: grid;
  place-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: -0.05em;
}
html body .sec-case .contents-list-wrapper .contents-list .tag-wrap ul li a:hover {
  opacity: 0.6;
}
html body .sec-case .contents-list-wrapper .contents-list .box-contents {
  padding: 10px 10px;
}
html body .sec-case .contents-list-wrapper .contents-list .box-contents > a {
  transition: 0.3s all ease;
}
html body .sec-case .contents-list-wrapper .contents-list .box-contents > a:hover {
  opacity: 0.6;
}
html body .sec-case .contents-list-wrapper .contents-list .box-contents dl,
html body .sec-case .contents-list-wrapper .contents-list .box-contents p {
  margin-bottom: 5px;
}
html body .sec-case .contents-list-wrapper .contents-list .box-contents dt,
html body .sec-case .contents-list-wrapper .contents-list .box-contents dd,
html body .sec-case .contents-list-wrapper .contents-list .box-contents p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
html body .sec-case .contents-list-wrapper .contents-list .box-contents dl dt {
  padding: 2px 10px 2px 5px;
  border: 1px solid #0C204B;
  border-right: none;
  margin-bottom: 5px;
  width: fit-content;
  position: relative;
  z-index: 0;
}
html body .sec-case .contents-list-wrapper .contents-list .box-contents dl dt::before {
  content: "";
  position: absolute;
  background-color: #0C204B;
  width: 15px;
  height: 1px;
  transform: rotate(60deg);
  top: 6px;
  bottom: 0;
  left: 0;
  right: -11px;
  margin: 0 0 auto auto;
  z-index: -1;
}
html body .sec-case .contents-list-wrapper .contents-list .box-contents dl dt::after {
  content: "";
  position: absolute;
  background-color: #0C204B;
  width: 14px;
  height: 1px;
  transform: rotate(-60deg);
  top: 0;
  bottom: 5px;
  left: 0;
  right: -10px;
  margin: auto 0 0 auto;
  z-index: -1;
}
html body .sec-case .btn-350-blue {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  html body .sec-case .btn-350-blue {
    margin-top: 30px;
  }
}
html body .sec-case .btn-350-blue a {
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  html body .sec-case .btn-350-blue a {
    font-size: 18px;
  }
}
@media screen and (min-width: 767px) {
  html body .sec-case .btn-350-blue a::after {
    right: 15px;
  }
  html body .sec-case .btn-350-blue a:hover::after {
    right: 10px;
  }
}
html body .sec4 h2.h2-ttl-2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  html body .sec4 h2.h2-ttl-2 {
    margin-bottom: 40px;
  }
}
html body .sec4 .tab-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  html body .sec4 .tab-container {
    margin-bottom: 20px;
  }
}
html body .sec4 .tab-container .tab {
  background-color: #D9C4F5;
  width: 100%;
  height: 120px;
  display: grid;
  place-content: center;
  color: #8B60B3;
  font-weight: 700;
  font-size: 30px;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media screen and (max-width: 991px) {
  html body .sec4 .tab-container .tab {
    height: 50px;
    font-size: 30px;
    font-size: 3.0272452069vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec4 .tab-container .tab {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  html body .sec4 .tab-container .tab {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
html body .sec4 .tab-container .tab.active {
  background-color: #8B60B3;
  color: #fff;
}
html body .sec4 .tab-container .tab:hover {
  background-color: #8B60B3;
  color: #fff;
}
@media screen and (max-width: 991px) {
  html body .sec4 .content-container .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-left: 1px solid #707070;
  }
  html body .sec4 .content-container .table-scroll table {
    min-width: 1100px;
    margin-left: -1px;
  }
  html body .sec4 .content-container .table-scroll table th:first-child {
    position: sticky;
    border-right: none;
    left: -1px;
    z-index: 2;
  }
  html body .sec4 .content-container .table-scroll table th:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #707070;
    pointer-events: none;
  }
  html body .sec4 .content-container .table-scroll table thead th:first-child {
    z-index: 3;
    background-color: #8B60B3;
    color: #fff;
  }
  html body .sec4 .content-container .table-scroll table thead th:first-child::after {
    background-color: #fff;
  }
}
html body .sec4 .content-container .table-scroll:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body .sec4 .content-container .table-scroll:not(:last-child) {
    margin-bottom: 25px;
  }
}
html body .sec4 .content-container .table-scroll + ul li {
  font-size: 14px;
  line-height: 1.5;
}
html body .sec4 .content-container table {
  width: 100%;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 991px) {
  html body .sec4 .content-container table tbody tr:nth-child(odd) th:first-child {
    background-color: #F4EFFC;
  }
  html body .sec4 .content-container table tbody tr:nth-child(even) th:first-child {
    background-color: #fff;
  }
}
html body .sec4 .content-container table th,
html body .sec4 .content-container table td {
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  html body .sec4 .content-container table th,
  html body .sec4 .content-container table td {
    font-size: 14px;
  }
}
html body .sec4 .content-container table thead tr th {
  background-color: #8B60B3;
  color: #fff;
  border-right: 1px solid #fff;
}
html body .sec4 .content-container table thead tr th:last-child {
  border-right-color: #707070;
}
html body .sec4 .content-container table thead td {
  background-color: #fff;
}
html body .sec4 .content-container table tbody tr:nth-child(odd) th,
html body .sec4 .content-container table tbody tr:nth-child(odd) td {
  background-color: #F4EFFC;
}
html body .sec4 .content-container table tbody tr:nth-child(even) th,
html body .sec4 .content-container table tbody tr:nth-child(even) td {
  background-color: #fff;
}
html body .sec4 .content {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .sec4 .content:last-child table {
    min-width: 600px;
  }
}
html body .sec4 .content.show {
  display: block;
}
html body .sec4 .contents-list-wrapper .contents-list.contents-list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  html body .sec4 .contents-list-wrapper .contents-list.contents-list {
    margin-top: 30px;
  }
}
html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .ttl-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .ttl-wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .ttl-wrap img {
    width: 70px;
  }
}
html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .ttl-wrap p {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2777777778;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .ttl-wrap p {
    font-size: 18px;
  }
}
@media screen and (max-width: 380px) {
  html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .ttl-wrap p {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .box-acd-sp {
  margin-bottom: 20px;
}
html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .box-acd-sp dt {
  border-bottom: 1px solid #0C204B;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .box-acd-sp dt {
    cursor: pointer;
    background-color: #0C204B;
    color: #fff;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    height: 50px;
    display: grid;
    place-content: center;
    font-size: 16px;
    position: relative;
    z-index: 0;
  }
  html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .box-acd-sp dt::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 20px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 33px;
    margin: auto 0 auto auto;
    z-index: -1;
    transition: 0.3s;
  }
  html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .box-acd-sp dt::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 42px;
    margin: auto 0 auto auto;
    z-index: -1;
    transition: 0.3s;
  }
  html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .box-acd-sp dt.active_dt::before {
    display: none;
  }
  html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .box-acd-sp dt.active_dt::after {
    transform: rotate(90deg);
  }
}
html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .box-acd-sp dd {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  html body .sec4 .contents-list-wrapper .contents-list .block-2-3 .box-acd-sp dd {
    display: none;
    background-color: #fff;
    border: 1px solid #0C204B;
    padding: 1rem 1rem;
  }
}
html body .sec4 .contents-list-wrapper .contents-list .block-2-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  html body .sec4 .contents-list-wrapper .contents-list .block-2-4 {
    grid-template-columns: 1fr;
  }
}
html body .sec4 .contents-list-wrapper .contents-list .block-2-4 dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
}
@media screen and (max-width: 767px) {
  html body .sec4 .contents-list-wrapper .contents-list .block-2-4 dl {
    grid-template-columns: 50px 1fr;
  }
}
html body .sec4 .contents-list-wrapper .contents-list .block-2-4 dl dt {
  background-color: #0C204B;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html body .sec4 .contents-list-wrapper .contents-list .block-2-4 dl dt {
    font-size: 12px;
  }
}
html body .sec4 .contents-list-wrapper .contents-list .block-2-4 dl dd {
  background-color: #fff;
  border: 1px solid #0C204B;
  padding: 25px 35px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html body .sec4 .contents-list-wrapper .contents-list .block-2-4 dl dd {
    padding: 1rem;
  }
}
html body .sec4 .contents-list-wrapper .contents-list .block-2-4 dl dd h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  html body .sec4 .contents-list-wrapper .contents-list .block-2-4 dl dd h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
html body .sec4 .contents-list-wrapper .contents-list .block-2-4 dl dd p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body .sec4 .contents-list-wrapper .contents-list .block-2-4 dl dd p {
    font-size: 12px;
  }
}
html body .sec4 .contents-list-wrapper .contents-list .block-2-4 dl dd p a {
  color: #0C88ED;
  text-decoration: underline;
}
html body .sec4 .contents-list-wrapper .contents-list .block-2-4 dl dd p a:hover {
  text-decoration: none;
}
html body .sec4 .btn-350-blue {
  margin-top: 140px;
}
@media screen and (max-width: 991px) {
  html body .sec4 .btn-350-blue {
    margin-top: 70px;
  }
}
html body .contents .sp-sld .slick-prev,
html body .contents .sp-sld .slick-next {
  width: 14px;
  height: 45px;
  z-index: 2;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  top: 30%;
}
html body .contents .sp-sld .slick-prev::before,
html body .contents .sp-sld .slick-next::before {
  content: "";
}
html body .contents .sp-sld {
  /* 前へ */
}
html body .contents .sp-sld .slick-prev {
  position: absolute;
  left: -10px;
  background: url("../../images/common/arw-prev-1.svg") no-repeat center/contain;
}
html body .contents .sp-sld {
  /* 次へ */
}
html body .contents .sp-sld .slick-next {
  position: absolute;
  right: -10px;
  background: url("../../images/common/arw-next-1.svg") no-repeat center/contain;
}
html body .contents .sp-sld .slick-track {
  display: flex;
}
html body .contents .sp-sld .slick-slide {
  height: auto !important;
}
html body .contents .sp-sld .slick-slide > div {
  height: 100%;
}

/*# sourceMappingURL=glafil.css.map */
