@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, 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 {
  border: 0;
  font: inherit;
  font-size: 0.6944444444vw;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 767px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, 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 {
    font-size: 2.6666666667vw;
  }
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

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

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  color: #252525;
  opacity: 0;
}
body.loaded {
  opacity: 1;
}

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

.note-show {
  display: none;
}
@media (max-width: 1440px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1440px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 767px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

body, html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
  display: none;
}

/* head 内の早めに読み込まれる CSS に追加してください */
.wow {
  visibility: hidden;
}

.wow.animated {
  visibility: visible;
}

.fv {
  position: relative;
  z-index: 3;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  transition: all 2s ease;
  transform: translate3d(0, 0, 0);
  will-change: transform, width;
  left: 0;
}
@media (min-width: 768px) {
  .fv {
    min-height: 70rem;
    max-height: 92rem;
  }
  .fv.loaded {
    left: -50%;
    padding-left: 50%;
  }
}
@media (max-width: 767px) {
  .fv {
    height: 40rem;
  }
}
.fv video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fv__inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(49, 71, 171, 0.4);
  transition: all 2s ease;
  transform: translate3d(0, 0, 0);
  will-change: transform, width;
  padding-left: 0;
}
.fv__inner .copy1 {
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: normal;
  transition: all 2s;
  color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-block-start: none;
  margin-block-end: none;
}
@media (max-width: 767px) {
  .fv__inner .copy1 {
    font-size: 3rem;
  }
}
.fv__inner .copy {
  margin-top: 2rem;
  transition: all 2s;
}
.fv__inner .copy img {
  width: 38.5rem;
  display: block;
}
@media (max-width: 767px) {
  .fv__inner .copy img {
    width: 20rem;
  }
}
@media (min-width: 768px) {
  .fv.loaded .fv__inner {
    padding-left: 50%;
  }
  .fv.loaded .fv__inner .copy1 {
    font-size: 5rem;
  }
  .fv.loaded .fv__inner .copy {
    margin-top: 2rem;
    transform: scale(0.9);
  }
}

@keyframes circlemove {
  0% {
    bottom: 5rem;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes circlemoveSp {
  0% {
    bottom: 2.7rem;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.fv-wrapper {
  position: relative;
}
.fv-wrapper .sv {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-size: contain;
}
@media (min-width: 768px) {
  .fv-wrapper .sv {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .fv-wrapper .sv {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 4rem;
  }
}
.fv-wrapper .sv h2 {
  text-align: center;
  font-size: 6rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4.3rem;
}
@media (max-width: 767px) {
  .fv-wrapper .sv h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.fv-wrapper .sv ul li {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2em;
}
@media (max-width: 767px) {
  .fv-wrapper .sv ul li {
    font-size: 1.4rem;
  }
}
.fv-wrapper .sv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../img/sv-bg.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .fv-wrapper .sv::before {
    top: unset;
    bottom: 0;
    height: 45%;
  }
}
.fv-wrapper .sv__inner {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .fv-wrapper .sv__inner {
    padding-bottom: 14rem;
  }
}
.fv-wrapper .sv__inner .scroll {
  width: 11rem;
  position: absolute;
  bottom: 0;
  right: calc(50% - 5.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .fv-wrapper .sv__inner .scroll {
    width: 7rem;
    right: calc(50% - 3.5rem);
  }
}
.fv-wrapper .sv__inner .scroll img {
  width: 100%;
}
.fv-wrapper .sv__inner .scroll .scroll-bar {
  display: block;
  height: 5.5rem;
  width: 0.2rem;
  background-color: #273775;
}
@media (max-width: 767px) {
  .fv-wrapper .sv__inner .scroll .scroll-bar {
    height: 3rem;
  }
}
.fv-wrapper .sv__inner .scroll .scroll-bar::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #273775;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 0.5rem);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@media (max-width: 767px) {
  .fv-wrapper .sv__inner .scroll .scroll-bar::before {
    width: 0.6rem;
    height: 0.6rem;
    left: calc(50% - 0.3rem);
    animation: circlemoveSp 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
}

.newsSec {
  padding-top: 8.4rem;
  padding-bottom: 16rem;
  background: #D1F0FF;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .newsSec {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    padding-bottom: 12rem;
  }
}
.newsSec__inner {
  max-width: 108rem;
  margin: auto;
  display: flex;
}
@media (max-width: 767px) {
  .newsSec__inner {
    flex-direction: column;
  }
}
.newsSec__inner .ttl {
  flex-shrink: 0;
}
.newsSec__inner .ttl h2 {
  padding-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  line-height: normal;
}
.newsSec__inner .ttl h2::after {
  content: "";
  width: 9rem;
  height: 0.1rem;
  background-color: #252525;
  left: 0;
  position: absolute;
  bottom: 0.7rem;
}
.newsSec__inner .ttl h6 {
  color: #273775;
  font-weight: bold;
  font-family: "Philosopher", sans-serif;
  font-size: 2rem;
  line-height: normal;
  padding-left: 0.3rem;
}
.newsSec__inner ul {
  padding-left: 8.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .newsSec__inner ul {
    padding-left: 0;
    margin-top: 4rem;
  }
}
.newsSec__inner ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
  color: #252525;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .newsSec__inner ul li a {
    align-items: flex-end;
  }
}
.newsSec__inner ul li a .news-about {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.newsSec__inner ul li a .news-about time {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
  letter-spacing: 0.03em;
}
.newsSec__inner ul li a .news-about .cat {
  border: 1px solid #252525;
  display: flex;
  height: 1.9rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 400;
  background-color: #fff;
  border-radius: 99px;
  margin-left: 8rem;
}
.newsSec__inner ul li a .news-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .newsSec__inner ul li a .news-ttl {
    padding-right: 1rem;
  }
}
.newsSec__inner ul li a img {
  width: 3.7rem;
  transition: all 0.3s;
}
.newsSec__inner ul li a:hover {
  opacity: 0.7;
}
.newsSec__inner ul li a:hover img {
  transform: rotate(360deg);
}
.newsSec__inner ul li:first-child a {
  padding-top: 1rem;
}

.aboutSec {
  padding-top: 13.5rem;
  padding-bottom: 30rem;
  background-color: #fff;
  background-image: url(../../img/bg.webp);
  background-size: contain;
  position: sticky;
  top: -30rem;
  z-index: 3;
  border-radius: 8rem 8rem 0 0;
  margin-top: -6rem;
}
@media (max-width: 767px) {
  .aboutSec {
    padding-top: 8rem;
    padding-bottom: 12rem;
    top: 0rem;
    background-image: url(../../img/bg-sp.webp);
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 4rem 4rem 0 0;
  }
}
.aboutSec__inner {
  max-width: 108rem;
  margin: auto;
  display: flex;
}
.aboutSec__inner .ttl {
  flex-shrink: 0;
  margin-bottom: 4rem;
}
.aboutSec__inner .ttl h2 {
  padding-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  line-height: normal;
}
.aboutSec__inner .ttl h2::after {
  content: "";
  width: 9rem;
  height: 0.1rem;
  background-color: #252525;
  left: 0;
  position: absolute;
  bottom: 0.7rem;
}
.aboutSec__inner .ttl h6 {
  color: #273775;
  font-weight: bold;
  font-family: "Philosopher", sans-serif;
  font-size: 2rem;
  line-height: normal;
  padding-left: 0.3rem;
}
.aboutSec__inner .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .aboutSec__inner .flex {
    flex-direction: column;
  }
}
.aboutSec__inner .img-col {
  padding-right: 10rem;
  position: sticky;
  top: 10rem;
}
@media (max-width: 767px) {
  .aboutSec__inner .img-col {
    position: static;
    padding-right: 0;
    width: 100%;
  }
}
.aboutSec__inner .img-col .img-wrapper {
  width: 40rem;
  position: relative;
}
@media (max-width: 767px) {
  .aboutSec__inner .img-col .img-wrapper {
    width: 100%;
  }
}
.aboutSec__inner .img-col .img-wrapper img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.aboutSec__inner .img-col .img-wrapper img.active {
  opacity: 1;
}
.aboutSec__inner .txt-col {
  width: 100%;
}
.aboutSec__inner .txt-col .sp-img {
  margin-bottom: 2rem;
}
.aboutSec__inner .txt-col .sp-img img {
  width: 100%;
}
.aboutSec__inner .txt-col h6 {
  line-height: normal;
  font-weight: 700;
  font-size: 2.8rem;
  color: #273775;
  margin-bottom: 3rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .aboutSec__inner .txt-col h6 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.aboutSec__inner .txt-col p {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.03em;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .aboutSec__inner .txt-col p {
    font-size: 1.4rem;
  }
}
.aboutSec__inner .txt-col li {
  border-bottom: 1px solid #252525;
  padding-top: 4rem;
  cursor: pointer;
}
.aboutSec__inner .txt-col li:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .aboutSec__inner .txt-col li:hover h6 {
    color: #1ba2e6;
  }
}

.caseSec {
  padding-top: 13.5rem;
  padding-bottom: 10rem;
  background: linear-gradient(180deg, #D1F0FF 0%, #D8FFFF 100%);
  position: sticky;
  top: 0;
  z-index: 3;
  border-radius: 8rem 8rem 0 0;
  margin-top: -6rem;
}
@media (max-width: 767px) {
  .caseSec {
    margin-top: -3rem;
    border-radius: 4rem 4rem 0 0;
    padding-top: 8rem;
    padding-bottom: 2rem;
    position: relative;
  }
}
.caseSec .ttl {
  flex-shrink: 0;
  margin-bottom: 6rem;
  padding-left: 18rem;
}
@media (max-width: 767px) {
  .caseSec .ttl {
    padding-left: 2rem;
    margin-bottom: 4rem;
  }
}
.caseSec .ttl h2 {
  padding-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  line-height: normal;
}
.caseSec .ttl h2::after {
  content: "";
  width: 9rem;
  height: 0.1rem;
  background-color: #252525;
  left: 0;
  position: absolute;
  bottom: 0.7rem;
}
.caseSec .ttl h6 {
  color: #273775;
  font-weight: bold;
  font-family: "Philosopher", sans-serif;
  font-size: 2rem;
  line-height: normal;
  padding-left: 0.3rem;
}
.caseSec .swiper {
  margin-bottom: 10rem;
  padding-left: 18rem;
}
.caseSec .swiper .swiper-button-next, .caseSec .swiper .swiper-button-prev {
  width: 6rem;
  height: 6rem;
  top: 55%;
}
.caseSec .swiper .swiper-button-next::after, .caseSec .swiper .swiper-button-prev::after {
  display: none;
}
.caseSec .swiper .swiper-button-next img, .caseSec .swiper .swiper-button-prev img {
  width: 100%;
}
@media (max-width: 767px) {
  .caseSec .swiper .swiper-button-next, .caseSec .swiper .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .caseSec .swiper {
    padding-left: 0;
  }
}
.caseSec .swiper .swiper-slide {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.caseSec .swiper .swiper-slide img {
  width: 100%;
  height: 19rem;
  object-fit: cover;
}
.caseSec .swiper .swiper-slide .txt-wrapper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 44%, #FFF 100%);
  padding-top: 8rem;
  margin-top: -6rem;
  position: relative;
  z-index: 2;
  padding-left: 1.6rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.caseSec .swiper .swiper-slide .txt-wrapper .about {
  margin-bottom: 0.5rem;
}
.caseSec .swiper .swiper-slide .txt-wrapper .about .cat {
  height: 2rem;
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border: 1px solid #CBCBCB;
  padding-right: 1.3rem;
  padding-left: 2.2rem;
}
.caseSec .swiper .swiper-slide .txt-wrapper .about .cat span {
  font-size: 1em;
  position: relative;
}
.caseSec .swiper .swiper-slide .txt-wrapper .about .cat span::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #F7BF65;
  position: absolute;
  left: -1.2rem;
  top: 0;
}
.caseSec .swiper .swiper-slide .txt-wrapper .about .cat.cat2 span::before {
  background-color: #73C1E3;
}
.caseSec .swiper .swiper-slide .txt-wrapper .about .cat.cat3 span::before {
  background-color: #FF9498;
}
.caseSec .swiper .swiper-slide .txt-wrapper .case-ttl {
  margin-bottom: 1.2rem;
}
.caseSec .swiper .swiper-slide .txt-wrapper .case-ttl p {
  font-size: 1.4rem;
  line-height: 1.71em;
  letter-spacing: 0.03em;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.caseSec .swiper .swiper-slide .txt-wrapper .link-wrapper {
  display: flex;
  justify-content: flex-end;
}
.caseSec .swiper .swiper-slide .txt-wrapper .link-wrapper a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2em;
  color: #252525;
  display: flex;
  align-items: center;
}
.caseSec .swiper .swiper-slide .txt-wrapper .link-wrapper a span {
  margin-left: 0.2rem;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #252525;
  position: relative;
}
.caseSec .swiper .swiper-slide .txt-wrapper .link-wrapper a span::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #252525;
  position: absolute;
  left: calc(50% - 0.2rem);
  top: calc(50% - 0.2rem);
  border-radius: 50%;
  transition: all 0.3s;
}
.caseSec .swiper .swiper-slide .txt-wrapper .link-wrapper a:hover span::before {
  transform: scale(1.4);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 5rem 10rem;
}
@media (max-width: 767px) {
  .modal__inner {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 30rem;
  }
}
.modal__inner .close-wrapper {
  text-align: right;
  position: absolute;
  right: 1.4rem;
  top: 1.4rem;
}
.modal__inner .close-wrapper .close {
  cursor: pointer;
}
.modal__inner .close-wrapper .close img {
  width: 2.6rem;
  height: auto;
}
@media (max-width: 767px) {
  .modal__inner .close-wrapper .close img {
    width: 2rem;
  }
}

.case-modal .modal__inner {
  width: 88.2rem;
  height: 90vh;
  padding: 6rem 0rem;
}
@media (max-width: 767px) {
  .case-modal .modal__inner {
    height: 100%;
    max-height: 60vh;
    width: 90vw;
    padding: 4rem 0;
  }
}
.case-modal .modal__inner .modal-content {
  height: 100%;
  overflow: scroll;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 767px) {
  .case-modal .modal__inner .modal-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.case-modal .modal__inner .modal-content img {
  width: 100%;
}
.case-modal .modal__inner .modal-content .about {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .case-modal .modal__inner .modal-content .about {
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.case-modal .modal__inner .modal-content .about .cat {
  height: 3.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border: 1px solid #CBCBCB;
  padding-right: 1.4rem;
  padding-left: 3.5rem;
}
@media (max-width: 767px) {
  .case-modal .modal__inner .modal-content .about .cat {
    height: 2rem;
    font-size: 1rem;
    letter-spacing: 0.03em;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    border: 1px solid #CBCBCB;
    padding-right: 1.3rem;
    padding-left: 2.2rem;
  }
}
.case-modal .modal__inner .modal-content .about .cat span {
  font-size: 1em;
  position: relative;
}
.case-modal .modal__inner .modal-content .about .cat span::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #F7BF65;
  position: absolute;
  left: -2.2rem;
  top: 0;
}
@media (max-width: 767px) {
  .case-modal .modal__inner .modal-content .about .cat span::before {
    width: 1rem;
    height: 1rem;
    left: -1.2rem;
  }
}
.case-modal .modal__inner .modal-content .about .cat.cat2 span::before {
  background-color: #73C1E3;
}
.case-modal .modal__inner .modal-content .about .cat.cat3 span::before {
  background-color: #FF9498;
}
.case-modal .modal__inner .modal-content .case-ttl {
  margin-bottom: 1.4rem;
}
.case-modal .modal__inner .modal-content .case-ttl p {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: normal;
}
@media (max-width: 767px) {
  .case-modal .modal__inner .modal-content .case-ttl p {
    font-size: 2rem;
  }
}
.case-modal .modal__inner .modal-content .desc p {
  font-size: 1.8rem;
  line-height: 1.8333em;
  font-weight: 500;
  word-break: break-all;
}
.case-modal .modal__inner .modal-content .desc p a {
  font-size: 1em;
}
@media (max-width: 767px) {
  .case-modal .modal__inner .modal-content .desc p {
    font-size: 1.4rem;
  }
}

.companySec {
  padding-top: 13.5rem;
  padding-bottom: 10rem;
  background: #C7ECFF;
  position: sticky;
  top: -120rem;
  z-index: 4;
  border-radius: 8rem 8rem 0 0;
  margin-top: -6rem;
}
@media (max-width: 767px) {
  .companySec {
    margin-top: -3rem;
    border-radius: 4rem 4rem 0 0;
    padding-top: 8rem;
    padding-bottom: 12rem;
    top: 0rem;
    position: relative;
  }
}
.companySec .ttl {
  flex-shrink: 0;
  margin-bottom: 6rem;
  padding-left: 18rem;
}
@media (max-width: 767px) {
  .companySec .ttl {
    padding-left: 2rem;
    margin-bottom: 4rem;
  }
}
.companySec .ttl h2 {
  padding-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  line-height: normal;
}
.companySec .ttl h2::after {
  content: "";
  width: 9rem;
  height: 0.1rem;
  background-color: #252525;
  left: 0;
  position: absolute;
  bottom: 0.7rem;
}
.companySec .ttl h6 {
  color: #273775;
  font-weight: bold;
  font-family: "Philosopher", sans-serif;
  font-size: 2rem;
  line-height: normal;
  padding-left: 0.3rem;
}
.companySec .wrap {
  max-width: 78rem;
  margin: auto;
}
@media (max-width: 767px) {
  .companySec .wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.companySec .wrap h3 {
  text-align: center;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .companySec .wrap h3 {
    padding-bottom: 4rem;
  }
}
.companySec .wrap h3 span {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  position: relative;
  font-weight: 700;
}
.companySec .wrap h3 span::after {
  content: "";
  width: 9rem;
  height: 0.1rem;
  position: absolute;
  left: calc(50% - 4.5rem);
  bottom: -1rem;
  background-color: #252525;
}
.companySec .wrap .greeting {
  display: flex;
  align-items: flex-end;
  padding-bottom: 9rem;
}
@media (max-width: 767px) {
  .companySec .wrap .greeting {
    flex-direction: column-reverse;
  }
}
.companySec .wrap .greeting .left {
  width: 57%;
  margin-right: -8%;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .companySec .wrap .greeting .left {
    width: 100%;
    margin-right: 0;
    padding-top: 3rem;
    margin-bottom: 0;
  }
}
.companySec .wrap .greeting .left .desc {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media (max-width: 767px) {
  .companySec .wrap .greeting .left .desc {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.companySec .wrap .greeting .left .desc .p1 {
  font-weight: 500;
  line-height: 1.8333em;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .companySec .wrap .greeting .left .desc .p1 {
    font-size: 1.6rem;
  }
}
.companySec .wrap .greeting .left .desc .signature {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8333em;
}
.companySec .wrap .greeting .left .desc .signature span {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-size: 1em;
}
.companySec .wrap .greeting .right {
  width: 51%;
}
@media (max-width: 767px) {
  .companySec .wrap .greeting .right {
    width: 100%;
  }
}
.companySec .wrap .greeting .right img {
  width: 100%;
}
.companySec .wrap table {
  width: 100%;
}
.companySec .wrap table th {
  width: 15rem;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .companySec .wrap table th {
    width: 12rem;
    font-size: 1.8rem;
  }
}
.companySec .wrap table tr {
  border-bottom: 1px solid #252525;
}
.companySec .wrap table th, .companySec .wrap table td {
  padding-bottom: 1.1rem;
  font-weight: 500;
  padding-top: 2rem;
  line-height: normal;
  letter-spacing: 0.03em;
}
.companySec .wrap table td {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .companySec .wrap table td {
    font-size: 1.6rem;
  }
}
.companySec .wrap table td span {
  font-size: 1em;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
}
.companySec .wrap table td a {
  font-size: 1em;
  color: #252525;
  text-decoration: none;
}

.recruitSec {
  padding-top: 13.5rem;
  padding-bottom: 10rem;
  background-color: #fff;
  background-image: url(../../img/bg.webp);
  background-size: contain;
  position: sticky;
  top: -50rem;
  z-index: 4;
  border-radius: 8rem 8rem 0 0;
  margin-top: -6rem;
}
@media (max-width: 767px) {
  .recruitSec {
    background-image: url(../../img/bg-sp.webp);
    margin-top: -3rem;
    border-radius: 4rem 4rem 0 0;
    padding-top: 8rem;
    padding-bottom: 12rem;
    padding-left: 2rem;
    padding-right: 2rem;
    top: 0rem;
    position: relative;
  }
}
.recruitSec .ttl {
  flex-shrink: 0;
  margin-bottom: 6rem;
  padding-left: 18rem;
}
@media (max-width: 767px) {
  .recruitSec .ttl {
    padding-left: 2rem;
    margin-bottom: 4rem;
  }
}
.recruitSec .ttl h2 {
  padding-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  line-height: normal;
}
.recruitSec .ttl h2::after {
  content: "";
  width: 9rem;
  height: 0.1rem;
  background-color: #252525;
  left: 0;
  position: absolute;
  bottom: 0.7rem;
}
.recruitSec .ttl h6 {
  color: #273775;
  font-weight: bold;
  font-family: "Philosopher", sans-serif;
  font-size: 2rem;
  line-height: normal;
  padding-left: 0.3rem;
}
.recruitSec ul {
  max-width: 108rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .recruitSec ul {
    flex-direction: column;
  }
}
.recruitSec ul li {
  width: calc(50% - 2.2rem);
  margin-right: 4.4rem;
  margin-bottom: 2.6rem;
  height: 24.2rem;
}
.recruitSec ul li:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .recruitSec ul li {
    height: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.recruitSec ul li .li-inner {
  display: flex;
  height: 100%;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1.6rem;
  color: #252525;
}
@media (max-width: 767px) {
  .recruitSec ul li .li-inner {
    flex-direction: column;
    align-items: center;
  }
}
.recruitSec ul li .img-wrapper {
  width: 24rem;
  flex-shrink: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .recruitSec ul li .img-wrapper {
    width: 100%;
    height: 20rem;
  }
}
.recruitSec ul li .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .recruitSec ul li .img-wrapper img {
    object-position: top center;
  }
}
.recruitSec ul li .txt-wrapper {
  padding-top: 3rem;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}
@media (max-width: 767px) {
  .recruitSec ul li .txt-wrapper {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
.recruitSec ul li .txt-wrapper h4 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: normal;
  margin-bottom: 1.1rem;
}
.recruitSec ul li .txt-wrapper .desc {
  font-size: 1.6rem;
  line-height: 1.56em;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-bottom: 1.1rem;
  height: 9.98rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.recruitSec ul li .txt-wrapper .more-btn {
  display: flex;
  justify-content: center;
}
.recruitSec ul li .txt-wrapper .more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 4.5rem;
  border: 1px solid #273775;
  border-radius: 9.9rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #273775;
  position: relative;
  transition: all 0.3s;
}
.recruitSec ul li .txt-wrapper .more-btn a::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #273775;
  position: absolute;
  right: 1.4rem;
  top: calc(50% - 0.35rem);
  transition: all 0.3s;
}
.recruitSec ul li .txt-wrapper .more-btn a:hover {
  opacity: 0.7;
}
.recruitSec ul li .txt-wrapper .more-btn a:hover::before {
  transform: scale(1.2);
}

.modal2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
}
.modal2.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.modal2__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 5rem 10rem;
}
@media (max-width: 767px) {
  .modal2__inner {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 30rem;
  }
}
.modal2__inner .close-wrapper {
  text-align: right;
  position: absolute;
  right: 1.4rem;
  top: 1.4rem;
}
.modal2__inner .close-wrapper .close {
  cursor: pointer;
}
.modal2__inner .close-wrapper .close img {
  width: 2.6rem;
  height: auto;
}
@media (max-width: 767px) {
  .modal2__inner .close-wrapper .close img {
    width: 2rem;
  }
}

.recruit-modal .modal__inner {
  width: 88.2rem;
  height: 90vh;
  padding: 6rem 0rem;
}
@media (max-width: 767px) {
  .recruit-modal .modal__inner {
    height: 100%;
    max-height: 90vh;
    width: 90vw;
    padding: 4rem 0;
  }
}
.recruit-modal .modal__inner .modal-content {
  height: 100%;
  overflow: scroll;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 767px) {
  .recruit-modal .modal__inner .modal-content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
  }
}
.recruit-modal .modal__inner .modal-content h2 {
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: normal;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .recruit-modal .modal__inner .modal-content h2 {
    font-size: 2.4rem;
  }
}
.recruit-modal .modal__inner .modal-content h2::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  border-radius: 50%;
  background-color: #273775;
  left: 0;
  top: calc(50% - 0.4rem);
}
.recruit-modal .modal__inner .modal-content table {
  width: 100%;
}
.recruit-modal .modal__inner .modal-content table th {
  width: 15rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #273775;
  letter-spacing: 0.03em;
  line-height: normal;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .recruit-modal .modal__inner .modal-content table th {
    width: 10rem;
    font-size: 1.8rem;
  }
}
.recruit-modal .modal__inner .modal-content table td {
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: normal;
  font-weight: 500;
}
@media (max-width: 767px) {
  .recruit-modal .modal__inner .modal-content table td {
    font-size: 1.6rem;
  }
}
.recruit-modal .modal__inner .modal-content table th, .recruit-modal .modal__inner .modal-content table td {
  padding-top: 2rem;
  padding-bottom: 2.4rem;
}
.recruit-modal .modal__inner .modal-content table tr {
  border-bottom: 1px solid #252525;
}

.contactSec {
  padding-top: 16rem;
  background-color: #273775;
  position: relative;
  top: 0rem;
  z-index: 4;
  border-radius: 8rem 8rem 0 0;
  margin-top: -6rem;
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .contactSec {
    margin-top: -3rem;
    border-radius: 4rem 4rem 0 0;
    padding-top: 6rem;
    padding-bottom: 12rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contactSec .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 7.4rem;
}
@media (max-width: 767px) {
  .contactSec .ttl {
    padding-bottom: 6rem;
  }
}
.contactSec .ttl h2 {
  padding-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  color: white;
  line-height: normal;
}
.contactSec .ttl h2::after {
  content: "";
  width: 9rem;
  height: 0.1rem;
  background-color: white;
  left: calc(50% - 4.5rem);
  position: absolute;
  bottom: 0.7rem;
}
.contactSec .ttl h6 {
  color: white;
  font-weight: bold;
  font-family: "Philosopher", sans-serif;
  font-size: 2rem;
  line-height: normal;
  padding-left: 0.3rem;
}
.contactSec .content {
  max-width: 78rem;
  margin: auto;
  background-color: #F2F2F2;
  padding: 8rem 4rem;
}
@media (max-width: 767px) {
  .contactSec .content {
    padding: 4rem 2rem;
  }
}
.contactSec .content .wrap {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .contactSec .content .wrap {
    margin-bottom: 2rem;
  }
}
.contactSec .content .wrap2 {
  margin-bottom: 6.4rem;
}
.contactSec .content .form-ttl {
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  align-items: center;
  margin-bottom: 1rem;
}
.contactSec .content .form-ttl span {
  background-color: #A5031A;
  color: white;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  margin-left: 0.8rem;
}
.contactSec .content input[type=text], .contactSec .content input[type=email], .contactSec .content input[type=tel] {
  width: 100%;
  height: 5rem;
  padding-left: 1rem;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.6rem;
  border: 1px solid #252525;
  border-radius: 0.2rem;
  font-weight: 500;
  background-color: #fff;
  letter-spacing: 0.03em;
}
.contactSec .content input[type=text]::placeholder, .contactSec .content input[type=email]::placeholder, .contactSec .content input[type=tel]::placeholder {
  color: #929292;
}
.contactSec .content .radio-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contactSec .content .radio-wrapper label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-right: 1.4rem;
}
.contactSec .content .radio-wrapper label span {
  font-size: 1em;
}
@media (max-width: 767px) {
  .contactSec .content .radio-wrapper label span {
    position: relative;
    top: -0.2rem;
  }
}
@media (max-width: 767px) {
  .contactSec .content .radio-wrapper label {
    margin-bottom: 1rem;
  }
}
.contactSec .content .radio-wrapper .wpcf7-list-item {
  margin: 0;
}
.contactSec .content .radio-wrapper input[type=radio] {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -0.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactSec .content .radio-wrapper input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #000;
  content: "";
}
.contactSec .content textarea {
  background-color: #fff;
  padding: 0.8rem 1rem;
  line-height: normal;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  width: 100%;
  resize: none;
  height: 20rem;
  font-family: "Zen Kaku Gothic New", serif;
  border-radius: 2px;
  border: 1px solid #252525;
  font-weight: 500;
}
.contactSec .content .submit-wrapper {
  display: flex;
  justify-content: center;
}
.contactSec .content .submit-wrapper input {
  width: 40rem;
  height: 6rem;
  background-color: #1ba2e6;
  color: white;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "Zen Kaku Gothic New", serif;
  border: none;
  cursor: pointer;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.contactSec .wpcf7-spinner {
  position: absolute;
}
.contactSec .wpcf7-not-valid-tip {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.contactSec .wpcf7-response-output {
  padding: 1rem;
  font-size: 1.4rem;
  line-height: normal;
}

footer {
  padding-top: 3rem;
  position: relative;
  z-index: 10;
  background-color: #fff;
  background-image: url(../../img/footer-bg.webp);
  background-size: contain;
}
@media (max-width: 767px) {
  footer {
    background-image: url(../../img/bg-sp.webp);
    background-size: cover;
  }
}
footer .footer__inner {
  padding-bottom: 3.5rem;
  display: flex;
  justify-content: space-between;
  padding-left: 8rem;
  padding-right: 7.6rem;
}
@media (max-width: 767px) {
  footer .footer__inner {
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    align-items: center;
  }
}
footer .footer__inner ul {
  display: flex;
  justify-content: flex-end;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  footer .footer__inner ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .footer__inner ul li {
  font-size: 1.8rem;
  margin-left: 4rem;
}
@media (max-width: 767px) {
  footer .footer__inner ul li {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}
footer .footer__inner ul li a {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #252525;
  transition: all 0.3s;
}
footer .footer__inner ul li a:hover {
  opacity: 0.7;
}
footer .logo {
  transition: all 0.3s;
}
footer .logo img {
  height: 10rem;
}
footer .logo:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  footer .left {
    text-align: center;
  }
}
footer .left p {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: normal;
}
footer .left p a {
  font-size: 1em;
  color: #252525;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  footer .left p {
    font-size: 1.5rem;
  }
}
footer .left .p1 {
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  footer .left p {
    text-align: center;
  }
}
footer .footer-bottom {
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1ba2e6;
}
footer .footer-bottom p {
  color: white;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: "Philosopher", sans-serif;
}

header {
  z-index: 99;
  position: fixed;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2.5px);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  header {
    background: rgba(255, 255, 255, 0.6);
    padding-right: 20px;
  }
}
header img {
  height: 10rem;
}
@media (max-width: 767px) {
  header img {
    height: 5rem;
  }
}
header ul {
  display: flex;
}
header ul li {
  margin-right: 5rem;
}
@media (max-width: 767px) {
  header ul li {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
header ul li a {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #252525;
  transition: all 0.3s;
}
header ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  header ul li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  header ul {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2.5px);
    flex-direction: column;
    align-items: center;
    padding-top: 20rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
  }
  header ul.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
header .hamburger {
  z-index: 100;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}
header .hamburger span {
  width: 30px;
  height: 2px;
  border-radius: 10px;
  background-color: #252525;
  margin-bottom: 5px;
  transition: all 0.3s;
}
header .hamburger.active .sp1 {
  transform: rotate(45deg);
  margin-bottom: -9px;
}
header .hamburger.active .sp2 {
  opacity: 0;
}
header .hamburger.active .sp3 {
  transform: rotate(-45deg);
  margin-bottom: -9px;
}
header .hamburger .sp3 {
  margin-bottom: 0;
}
header.scrolled {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
header.scrolled2 {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.single-fv {
  padding-top: 20rem;
  padding-bottom: 9.5rem;
  background-image: url(../../img/single-fv.webp);
  background-size: cover;
}
@media (max-width: 767px) {
  .single-fv {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
}
.single-fv .ttl {
  padding-left: 21.4rem;
}
@media (max-width: 767px) {
  .single-fv .ttl {
    padding-left: 2rem;
  }
}
.single-fv .ttl h1 {
  padding-bottom: 3.6rem;
  color: white;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  line-height: normal;
}
@media (max-width: 767px) {
  .single-fv .ttl h1 {
    font-size: 3rem;
    padding-bottom: 2rem;
  }
}
.single-fv .ttl h1::after {
  content: "";
  width: 9rem;
  height: 0.2rem;
  left: 0;
  position: absolute;
  bottom: 1.8rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .single-fv .ttl h1::after {
    bottom: 1rem;
  }
}
.single-fv .ttl h6 {
  color: white;
  font-weight: bold;
  font-family: "Philosopher", sans-serif;
  font-size: 3.6rem;
  line-height: normal;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  .single-fv .ttl h6 {
    font-size: 2rem;
    padding-left: 0.3rem;
  }
}

.singleSec {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .singleSec {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.singleSec__inner {
  max-width: 102rem;
  margin: auto;
}
.singleSec__inner .singleAbout time {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 1.8rem;
  line-height: normal;
}
@media (max-width: 767px) {
  .singleSec__inner .singleAbout time {
    font-size: 1.4rem;
  }
}
.singleSec__inner .singleAbout h2 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: normal;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #252525;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .singleSec__inner .singleAbout h2 {
    font-size: 2.4rem;
  }
}
.singleSec__inner .content-wrapper .thumb {
  max-width: 81.6rem;
  margin: auto;
  padding-top: 5rem;
}
.singleSec__inner .content-wrapper .thumb img {
  width: 100%;
}
.singleSec__inner .content-wrapper .content {
  padding-top: 4.4rem;
}
.singleSec__inner .content-wrapper .content {
  padding-bottom: 1.4rem;
}
.singleSec__inner .content-wrapper .content h1 {
  line-height: normal;
  font-size: 2.2rem;
  font-weight: bold;
  padding-top: 1.7rem;
  border-radius: 10px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .singleSec__inner .content-wrapper .content h1 {
    font-size: 2.2rem;
    padding-top: 1rem;
    margin-bottom: 3rem;
  }
}
.singleSec__inner .content-wrapper .content h2 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.8rem;
  line-height: normal;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .singleSec__inner .content-wrapper .content h2 {
    font-size: 2rem;
    padding-bottom: 0.7rem;
    margin-bottom: 2rem;
  }
}
.singleSec__inner .content-wrapper .content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #CFCFCF;
}
.singleSec__inner .content-wrapper .content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 11rem;
  height: 0.1rem;
  background-color: #273775;
}
.singleSec__inner .content-wrapper .content h3, .singleSec__inner .content-wrapper .content h4, .singleSec__inner .content-wrapper .content h5, .singleSec__inner .content-wrapper .content h6 {
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: normal;
}
@media (max-width: 767px) {
  .singleSec__inner .content-wrapper .content h3, .singleSec__inner .content-wrapper .content h4, .singleSec__inner .content-wrapper .content h5, .singleSec__inner .content-wrapper .content h6 {
    margin-bottom: 1rem;
  }
}
.singleSec__inner .content-wrapper .content h3 {
  font-size: 1.9rem;
}
.singleSec__inner .content-wrapper .content h4 {
  font-size: 1.8rem;
}
.singleSec__inner .content-wrapper .content h5 {
  font-size: 1.7rem;
}
.singleSec__inner .content-wrapper .content h6 {
  font-size: 1.6rem;
}
.singleSec__inner .content-wrapper .content img {
  width: 100%;
  margin-bottom: 4rem;
}
.singleSec__inner .content-wrapper .content p {
  font-size: 1.5rem;
  line-height: 2em;
  margin-bottom: 4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .singleSec__inner .content-wrapper .content p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
}
.singleSec__inner .content-wrapper .content p * {
  font-size: 1em;
  letter-spacing: 0.04em;
}
.singleSec__inner .content-wrapper .content ul, .singleSec__inner .content-wrapper .content ol {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .singleSec__inner .content-wrapper .content ul, .singleSec__inner .content-wrapper .content ol {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.singleSec__inner .content-wrapper .content ol {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
}
.singleSec__inner .content-wrapper .content ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 1.7em;
}
.singleSec__inner .content-wrapper .content ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 1.7rem;
  height: 1.7rem;
  background-color: #273775;
  color: white;
  border-radius: 50%;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .singleSec__inner .content-wrapper .content ol li::before {
    font-size: 1rem;
    top: 0.4rem;
  }
}
.singleSec__inner .content-wrapper .content li {
  font-size: 1.5rem;
  line-height: 2.5em;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .singleSec__inner .content-wrapper .content li {
    font-size: 1.2rem;
    line-height: 2em;
  }
}
.singleSec__inner .content-wrapper .content ul li {
  position: relative;
  padding-left: 1em;
}
.singleSec__inner .content-wrapper .content ul li::before {
  content: "・";
  left: 0;
  top: 0;
  position: absolute;
}
.singleSec__inner .content-wrapper .content a {
  text-decoration: underline;
  color: #273775;
}
.singleSec__inner .content-wrapper .content i {
  font-style: italic;
}
.singleSec__inner .content-wrapper .content b, .singleSec__inner .content-wrapper .content strong {
  font-weight: bold;
}
.singleSec__inner .content-wrapper .content .wp-block-embed-youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 700/450;
}
.singleSec__inner .content-wrapper .content img {
  width: 100%;
}

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