@charset "UTF-8";
/**
 * px単位の数値をrem単位に変換する関数
 * @param {Number} $pixels - 変換したいpx値（単位なし）
 * @return {String} rem単位の計算結果
 */
.wrap-main-visual {
  overflow: hidden;
}

.main-visual {
  margin-top: 88px;
  padding: 140px 0 70px;
}
@media (max-width: 768px) {
  .main-visual {
    margin-top: 57px;
    padding: 40px 0 40px;
  }
}
.main-visual .main-visual-content {
  text-align: center;
}
.main-visual .main-visual-page-ttl {
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .main-visual .main-visual-page-ttl {
    margin: 0 auto 20px;
  }
}
.main-visual .main-visual-page-ttl svg {
  height: auto;
  width: 421px;
}
@media (max-width: 768px) {
  .main-visual .main-visual-page-ttl svg {
    width: 211px;
  }
}
.main-visual .main-visual-page-ttl.is-animated path {
  opacity: 0;
  animation-name: appearFromBottom;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: forwards;
}
.main-visual .main-visual-page-ttl.is-animated path:nth-of-type(1) {
  animation-delay: 0.65s;
}
.main-visual .main-visual-page-ttl.is-animated path:nth-of-type(2) {
  animation-delay: 0.6s;
}
.main-visual .main-visual-page-ttl.is-animated path:nth-of-type(3) {
  animation-delay: 0.55s;
}
.main-visual .main-visual-page-ttl.is-animated path:nth-of-type(4) {
  animation-delay: 0.5s;
}
.main-visual .main-visual-page-ttl.is-animated path:nth-of-type(5) {
  animation-delay: 0.45s;
}
.main-visual .main-visual-page-ttl.is-animated path:nth-of-type(6) {
  animation-delay: 0.4s;
}
.main-visual .main-visual-page-ttl.is-animated path:nth-of-type(7) {
  animation-delay: 0.35s;
}
.main-visual .main-visual-page-ttl .gradient {
  display: inline-block;
  color: transparent;
  background: radial-gradient(115.93% 682.89% at 110.76% 246.14%, #072059 50.96%, #ec6b5e 74.04%, #3777bb 89.42%);
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  font-size: 10rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .main-visual .main-visual-page-ttl .gradient {
    font-size: 5rem;
  }
}
.main-visual .main-visual-page-ttl img {
  width: 100%;
}
.main-visual .main-visual-page-sub-ttl {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .main-visual .main-visual-page-sub-ttl {
    font-size: 1.6rem;
  }
}

.page-sub-nav {
  width: min(98%, 1492px);
  margin-inline: auto;
  padding: 40px 20px 0;
  border-top: 1px solid #ddd;
}
@media (max-width: 768px) {
  .page-sub-nav {
    width: calc(100% - 40px);
    padding: 26px 20px;
  }
}
.page-sub-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 70px;
}
@media (max-width: 768px) {
  .page-sub-nav ul {
    flex-direction: column;
    gap: 17px 0;
  }
}
.page-sub-nav ul li {
  position: relative;
  color: #919294;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.64px;
}
@media (max-width: 768px) {
  .page-sub-nav ul li {
    font-size: 1.4rem;
    padding-top: 0;
    padding-bottom: 17px;
    border-bottom: 1px solid #ddd;
  }
}
.page-sub-nav ul li a {
  padding-right: 30px;
}
.page-sub-nav ul li a::after {
  content: "";
  position: absolute;
  background: -webkit-image-set(url("../img/page/nav_item.png") 1x, url("../img/page/nav_item@2x.png") 2x) no-repeat;
  background: image-set(url("../img/page/nav_item.png") 1x, url("../img/page/nav_item@2x.png") 2x) no-repeat;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .page-sub-nav ul li a::after {
    top: 31%;
  }
}

#feature .sec-inner {
  padding: 200px 0 100px;
  position: relative;
}
@media (max-width: 768px) {
  #feature .sec-inner {
    padding: 80px 0 60px;
  }
}
#feature .sec-inner::before {
  background: linear-gradient(0deg, rgba(9, 139, 235, 0.5) 0%, rgb(9, 139, 235) 100%);
  border-radius: 0 10px 10px 0;
  content: "";
  display: block;
  height: calc(100% - 300px);
  position: absolute;
  left: 0;
  top: 200px;
  width: 34%;
  z-index: -1;
}
@media (max-width: 1140px) {
  #feature .sec-inner::before {
    display: none;
  }
}
#feature .title.sp {
  display: none;
}
@media (max-width: 1140px) {
  #feature .title.sp {
    display: block;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 4px;
    color: #1F3F7F;
  }
}
#feature .content-width {
  margin-inline: auto;
  padding: 0 20px;
  width: min(100%, 1500px);
}
#feature .content-width .feature-container {
  align-items: center;
  -moz-column-gap: 130px;
       column-gap: 130px;
  display: flex;
}
@media (max-width: 1140px) {
  #feature .content-width .feature-container {
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
  }
}
@media (max-width: 1140px) {
  #feature .content-width .image-box {
    position: relative;
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 1140px) {
  #feature .content-width .image-box::before {
    background: linear-gradient(0deg, rgba(9, 139, 235, 0.5) 0%, rgb(9, 139, 235) 100%);
    border-radius: 0 10px 10px 0;
    content: "";
    display: block;
    height: calc(100% + 60px);
    position: absolute;
    left: -68px;
    top: -30px;
    width: 275px;
    z-index: -1;
  }
}
#feature .title h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4px;
  color: #1F3F7F;
}
#feature .title h2 span {
  font-size: 6.1rem;
  font-weight: 600;
  letter-spacing: 2.24px;
  line-height: 1;
  background: linear-gradient(270deg, #072059 0%, #098BEB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#feature .feature-contents .feature-logo {
  margin-top: 60px;
}
#feature .feature-contents .feature-logo img {
  max-width: 428px;
  width: 100%;
}
#feature .feature-contents .feature-description-contents {
  margin-top: 50px;
}
#feature .feature-contents .feature-description-contents .title {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
}
#feature .feature-contents .feature-description-contents .title span {
  display: inline-block;
  background: rgb(9, 139, 235);
  padding: 3px 10px;
  border-radius: 3px;
}
#feature .feature-contents .feature-description-contents .sub-title {
  margin-top: 20px;
  font-size: 1.6rem;
  padding-bottom: 5px;
  font-weight: 700;
  border-bottom: 1px solid;
  color: #098BEB;
  display: inline-block;
}
#feature .feature-contents .feature-description-contents p {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.64px;
  margin-block: 0;
  padding-block: 0;
  margin-top: 40px;
  width: 596px;
}

@media (max-width: 1140px) {
  #feature .feature-contents .title.pc {
    display: none;
  }
  #feature .title h2 {
    font-size: 2.8rem;
  }
  #feature .title h2 span {
    font-size: 3.4rem;
  }
  #feature .feature-contents .feature-logo {
    margin-top: 0;
    width: 75%;
  }
  #feature .feature-contents .feature-description-contents {
    margin-top: 20px;
  }
  #feature .feature-contents .feature-description-contents .title {
    font-size: 1.6rem;
  }
  #feature .feature-contents .feature-description-contents .sub-title {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  #feature .feature-contents .feature-description-contents p {
    width: 100%;
    margin-top: 45px;
  }
}
#feature-02 .sec-inner {
  background: linear-gradient(0deg, rgba(249, 251, 255, 0.8) 0%, rgba(195, 221, 247, 0.3) 100%);
  border-radius: 10px;
  margin: 0 20px;
  padding: 100px 20px;
}
@media (max-width: 768px) {
  #feature-02 .sec-inner {
    padding: 40px 20px 60px;
  }
}
#feature-02 .sec-inner .content-box {
  background: #fff;
  border-radius: 10px;
  max-width: 1452px;
  padding: 70px;
  margin: 0 auto;
}
#feature-02 .sec-inner .content-box ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 110px;
}
#feature-02 .sec-inner .content-box ul li {
  width: 364px;
  position: relative;
  box-sizing: border-box;
}
#feature-02 .sec-inner .content-box ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -55px;
  width: 1px;
  height: 100%;
  background: #ddd;
}
#feature-02 .sec-inner .content-box ul li:last-child::after {
  display: none;
}
#feature-02 .sec-inner .content-box ul li .image-box {
  max-width: 364px;
  width: 100%;
  max-height: 248px;
  line-height: 1;
}
#feature-02 .sec-inner .content-box ul li img {
  width: 100%;
  border-radius: 10px;
}
#feature-02 .sec-inner .content-box ul li .point-contents {
  width: 100%;
  margin-top: 24px;
}
#feature-02 .sec-inner .content-box ul li .point-contents .number {
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  display: flex;
  position: relative;
}
#feature-02 .sec-inner .content-box ul li .point-contents .number::after {
  background-color: #1f3f7f;
  content: "";
  display: block;
  height: 1px;
  width: 100px;
}
#feature-02 .sec-inner .content-box ul li .point-contents .number span {
  background: linear-gradient(90deg, rgb(9, 139, 235) 0%, rgb(7, 32, 89) 100%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  min-width: 60px;
  padding: 5px 4px 3px;
  text-align: center;
}
#feature-02 .sec-inner .content-box ul li .point-contents h3 {
  background: linear-gradient(90deg, rgb(9, 139, 235) 0%, rgb(7, 32, 89) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.73;
  margin-top: 34px;
}
@media (max-width: 768px) {
  #feature-02 .sec-inner .content-box ul li .point-contents h3 {
    font-size: 2.2rem;
  }
}
#feature-02 .sec-inner .content-box ul li .point-contents .text-box {
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.064em;
}
@media (max-width: 768px) {
  #feature-02 .sec-inner .content-box ul li .point-contents .text-box {
    margin-top: 18px;
  }
}
#feature-02 .sec-inner .content-box ul li .point-contents .text-box p {
  line-height: 2.25;
}
@media (max-width: 768px) {
  #feature-02 .sec-inner .content-box ul li .point-contents .text-box p {
    font-size: 1.6rem;
  }
}
#feature-02 .sec-inner .btn-contents {
  margin: 100px auto 0;
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 90px;
  align-items: center;
}
#feature-02 .sec-inner .btn-contents a.btn_01 {
  align-items: center;
  background: linear-gradient(270deg, #072059 0%, #098BEB 100%);
  border-radius: 48px;
  display: flex;
  justify-content: center;
  min-width: 368px;
  overflow: hidden;
  padding: 23px 0;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
}
#feature-02 .sec-inner .btn-contents a.btn_01 img {
  display: inline-block;
  padding-left: 8px;
}
#feature-02 .sec-inner .btn-contents a.btn_01 .min {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #feature-02 .sec-inner .btn-contents a.btn_01 {
    margin-inline: auto;
    min-width: unset;
    padding: 18px 0;
  }
}
#feature-02 .sec-inner .btn-contents a.btn_01:hover {
  opacity: 0.8;
}
#feature-02 .sec-inner .btn-contents a.btn_01 span {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media (max-width: 768px) {
  #feature-02 .sec-inner .btn-contents a.btn_01 span {
    font-size: 1.8rem;
  }
}
#feature-02 .sec-inner .btn-contents a.btn_02 {
  align-items: center;
  background: linear-gradient(276deg, #072059 0%, #EC6B5E 100%);
  border-radius: 48px;
  display: flex;
  justify-content: center;
  min-width: 368px;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
}
@media (max-width: 768px) {
  #feature-02 .sec-inner .btn-contents a.btn_02 {
    margin-inline: auto;
    min-width: unset;
    padding: 22px 0;
  }
}
#feature-02 .sec-inner .btn-contents a.btn_02:hover {
  opacity: 0.8;
}
#feature-02 .sec-inner .btn-contents a.btn_02 span {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #feature-02 .sec-inner .btn-contents a.btn_02 span {
    font-size: 1.8rem;
  }
}
#feature-02 .feature-02-item .image-box {
  width: 100%;
  max-width: 364px;
  height: auto;
}
#feature-02 .feature-02-item .image-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#feature-02 .feature-02-item .image-box .swiper {
  width: 100%;
  max-width: 364px;
  height: auto;
}
#feature-02 .feature-02-item .image-box .swiper-slide {
  width: 100% !important;
}

@media (max-width: 1140px) {
  #feature-02 .sec-inner {
    margin: 0;
  }
  #feature-02 .sec-inner .content-box {
    background: unset;
    padding: 0px;
  }
  #feature-02 .sec-inner .content-box ul {
    gap: 30px;
    flex-direction: column;
  }
  #feature-02 .sec-inner .content-box ul li {
    width: 100%;
    padding: 20px 20px 40px;
    background: #fff;
    border-radius: 20px;
  }
  #feature-02 .sec-inner .content-box ul li::after {
    content: none;
  }
  #feature-02 .sec-inner .content-box ul li .image-box {
    max-width: unset;
    max-height: unset;
  }
  #feature-02 .feature-02-item .image-box .swiper {
    max-width: unset;
  }
  #feature-02 .sec-inner .btn-contents {
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: 60px;
  }
  #feature-02 .sec-inner .btn-contents a.btn_01,
  #feature-02 .sec-inner .btn-contents a.btn_02 {
    width: 278px;
  }
}
#method {
  position: relative;
  overflow: hidden;
}
#method .sec-inner {
  padding: 160px 0;
}
#method .content-width {
  margin-inline: auto;
  width: min(100%, 1492px);
  padding: 0 20px;
}
#method .title {
  text-align: center;
}
#method .title h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  background: linear-gradient(270deg, #072059 0%, #098BEB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
#method .title h3 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 72px;
}
#method .method-cards {
  position: relative;
  margin-top: 110px;
  display: flex;
  justify-content: center;
  gap: 140px;
  flex-wrap: wrap;
  z-index: 0;
  padding-bottom: 80px;
}
#method .method-cards::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 295px;
  background: linear-gradient(0deg, #7CC1F4 0%, #098BEB 100%);
  border-radius: 2px;
  z-index: -1;
}
#method .method-cards .card {
  text-align: center;
}
#method .method-cards .card img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
#method .method-cards .card .label {
  margin: 0 auto;
  margin-top: 24px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: center;
  width: 228px;
  background-color: #fff;
  color: #1F3F7F;
  padding: 4px 0;
}
#method .method-contents-wrapper {
  margin-top: 160px;
}
@media (max-width: 768px) {
  #method .method-contents-wrapper {
    margin-top: 80px;
  }
}
#method .method-contents-wrapper .method-content {
  padding: 100px 98px;
  border-radius: 10px;
  background: linear-gradient(360deg, #FAFBFF 0%, #EDF5FD 100%);
}
#method .method-contents-wrapper .method-content .title {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #method .method-contents-wrapper .method-content .title {
    margin-bottom: 60px;
  }
}
#method .method-contents-wrapper .method-content .title h2 {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  #method .method-contents-wrapper .method-content .title h2 {
    font-size: 2.4rem;
  }
}
#method .method-contents-wrapper .method-content .title .title-sub {
  background: #1F3F7F;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  max-width: 128px;
  text-align: center;
  width: 100%;
  margin: 0 auto 40px;
  letter-spacing: 0.04em;
  padding: 2px 0;
  border-radius: 3px;
}
@media (max-width: 768px) {
  #method .method-contents-wrapper .method-content .title .title-sub {
    font-size: 1.4rem;
    max-width: 68px;
    margin: 0 auto 15px;
  }
}
#method .method-contents-wrapper .method-content .flow-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#method .method-contents-wrapper .method-content .flow-list li {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 56px 70px;
  position: relative;
  height: 230px;
}
#method .method-contents-wrapper .method-content .flow-list li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  width: 40px;
  height: 0;
  border-top: 2px solid #098BEB;
  margin-top: 28px;
}
#method .method-contents-wrapper .method-content .flow-list li:last-child::after {
  display: none;
}
#method .method-contents-wrapper .method-content .flow-list li .flow-num {
  position: absolute;
  top: -21px;
  left: -10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 4px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  width: 69px;
  height: 69px;
  background: linear-gradient(270deg, #1F3F7F 0%, #224EA7 100%);
  border-radius: 50%;
  padding-top: 4px;
}
#method .method-contents-wrapper .method-content .flow-list li .flow-num .min {
  font-size: 1.1rem;
  font-weight: 400;
}
#method .method-contents-wrapper .method-content .flow-list li .icon {
  position: absolute;
  left: 100px;
  width: 158px;
  text-align: center;
}
#method .method-contents-wrapper .method-content .flow-list li .icon img {
  width: auto;
  height: auto;
}
#method .method-contents-wrapper .method-content .flow-list li .text {
  display: flex;
  align-items: center;
  min-width: 0;
  width: calc(100% - 250px);
  margin-left: 250px;
  -moz-column-gap: 16%;
       column-gap: 16%;
}
#method .method-contents-wrapper .method-content .flow-list li .text h4 {
  min-width: 206px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.73;
  letter-spacing: 0.04em;
  color: #1F3F7F;
}
#method .method-contents-wrapper .method-content .flow-list li .text p {
  flex-grow: 1;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.04em;
}
#method .method-contents-wrapper .method-content .flow-list li.flow-item01 .icon img {
  padding-right: 30px;
}
#method .btn-contents {
  margin: 100px auto 0;
  text-align: center;
}
#method .btn-contents a {
  align-items: center;
  background: linear-gradient(276deg, #072059 0%, #EC6B5E 100%);
  border: none;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  max-width: 368px;
  min-width: 368px;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #method .btn-contents a {
    margin-inline: auto;
    min-width: unset;
    width: 278px;
    padding: 22px 0;
  }
}
#method .btn-contents a span {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #method .btn-contents a span {
    font-size: 1.8rem;
  }
}

#method::after {
  background: linear-gradient(0deg, rgba(9, 139, 235, 0.5) 0%, rgb(9, 139, 235) 100%);
  border-radius: 10px 0 0 10px;
  content: "";
  display: block;
  height: 773px;
  position: absolute;
  right: -190px;
  bottom: 270px;
  width: 567px;
  z-index: -1;
}

@media (max-width: 1045px) {
  #method .method-cards {
    flex-direction: column;
    gap: 55px;
    margin-top: 60px;
    padding-top: 50px;
  }
  #method .method-cards .card .label {
    border: 2px solid #098BEB;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 8px 0;
  }
  #method .method-cards::before {
    height: 100%;
    left: 0;
    width: 109%;
    border-radius: 0 10px 10px 0;
  }
  #method .method-cards .card {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1140px) {
  #method::after {
    content: none;
  }
  #method .method-contents-wrapper .method-content {
    padding: 60px 40px 20px;
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
  }
  #method .method-contents-wrapper .method-content .flow-list li .flow-num {
    top: -10px;
    left: -10px;
  }
  #method .method-contents-wrapper .method-content .flow-list {
    gap: 40px;
  }
  #method .method-contents-wrapper .method-content .flow-list li .icon {
    position: relative;
    left: 0;
  }
  #method .method-contents-wrapper .method-content .flow-list li .text {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  #method .method-contents-wrapper .method-content .flow-list li .text h4 {
    min-width: unset;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #method .method-contents-wrapper .method-content .flow-list li {
    flex-direction: column;
    padding: 30px 10px 40px;
    justify-content: center;
    height: auto;
  }
  #method .method-contents-wrapper .method-content .flow-list li::after {
    width: 30px;
    margin-top: 20px;
  }
  #method .method-contents-wrapper .method-content .flow-list li .text p {
    margin-left: 0;
  }
  #method .btn-contents {
    margin-top: 40px;
  }
  #method .sec-inner {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  #method .title h2 {
    font-size: 2.8rem;
  }
  #method .title h3 {
    margin-top: 50px;
  }
  #method .title h3 span {
    font-size: 1.4rem;
    margin-top: 15px;
    display: block;
  }
  #method .method-contents-wrapper .method-content .flow-list li .text p span {
    color: #098BEB;
  }
}
#scene {
  background: url("../img/page/scene_bg.jpg") no-repeat;
  border-radius: 20px;
  width: calc(100% - 40px);
  margin-inline: auto;
  background-size: 100% 100%;
}
#scene .sec-inner {
  padding: 120px 0 100px;
}
@media (max-width: 768px) {
  #scene .sec-inner {
    padding: 60px 0;
  }
}
#scene .content-width {
  margin-inline: auto;
}
#scene .title {
  text-align: center;
}
#scene .title h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  background: linear-gradient(270deg, #072059 0%, #098BEB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
  display: inline-block;
}
#scene .title h3 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 50px;
}
#scene .scene-icons {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  #scene .scene-icons {
    margin-top: 60px;
  }
}
#scene .scene-icons .icon-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 80px;
}
#scene .scene-icons .icon-list li {
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
#scene .scene-icons .icon-list li .image-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
  min-height: 67px;
}
@media (min-width: 768px) {
  #scene .scene-icons .icon-list li .image-box {
    min-height: 111px;
  }
}
@media (max-width: 768px) {
  #scene .scene-icons .icon-list li .image-box {
    margin-bottom: 10px;
  }
}
#scene .scene-icons .icon-list li .image-box img {
  height: auto;
}
#scene .scene-icons .icon-list li p {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #1F3F7F;
}
#scene .scene-icons .btn-wrap .btn {
  display: inline-block;
  background: linear-gradient(90deg, #098BEB 0%, #072059 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 30px 0;
  width: 368px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
#scene .scene-icons .btn-wrap .btn:hover {
  opacity: 0.8;
}
#scene .scene-icons .btn-wrap .btn span {
  padding-right: 33px;
  position: relative;
}
#scene .scene-icons .btn-wrap .btn span::after {
  content: "";
  background: url("../img/page/vector.png") no-repeat;
  width: 25px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1045px) {
  #scene {
    width: 100%;
    background: url("../img/page/scene_bg_sp.png") no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  #scene .content-width {
    padding: 0 20px;
  }
  #scene .scene-icons .icon-list {
    gap: 18px 0%;
    justify-content: space-between;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  #scene .scene-icons .icon-list li {
    width: calc((100% - 18px) / 2);
    height: auto;
    aspect-ratio: 1/1;
  }
  #scene .scene-icons .icon-list li p {
    font-size: 1.8rem;
  }
  #scene .scene-icons .btn-wrap .btn {
    font-size: 2rem;
    width: 278px;
    padding: 21px 0;
  }
}
@media (max-width: 768px) {
  #scene .title h2 {
    font-size: 2.8rem;
  }
  #scene .title h3 {
    margin-top: 35px;
    text-align: left;
  }
}
#future-election {
  position: relative;
}
#future-election .sec-inner {
  padding: 240px 0 160px;
}
#future-election .content-width {
  margin-inline: auto;
  width: min(100%, 1324px);
  padding: 0 20px;
}
#future-election .content-box {
  display: flex;
  gap: 98px;
  align-items: center;
}
#future-election .content-box .text-box {
  width: 40%;
}
#future-election .content-box .text-box h2 {
  background: linear-gradient(90deg, rgb(9, 139, 235) 0%, rgb(7, 32, 89) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 5.4rem;
  letter-spacing: 0.04em;
}
#future-election .content-box .text-box p {
  margin-top: 46px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.04em;
}
#future-election .btn-wrap {
  margin: 100px auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  #future-election .btn-wrap {
    margin: 60px auto 0;
  }
}
#future-election .btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 368px;
  min-width: 368px;
  padding: 30px 0;
  margin: 0 auto;
  border-radius: 48px;
  background: linear-gradient(276deg, #072059 0%, #EC6B5E 100%);
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
  z-index: 1;
}
@media (max-width: 768px) {
  #future-election .btn-wrap a {
    margin-inline: auto;
    min-width: unset;
    padding: 22px 0;
    width: 278px;
  }
}
#future-election .btn-wrap a span {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #future-election .btn-wrap a span {
    font-size: 1.8rem;
  }
}

#future-election::before {
  background: linear-gradient(0deg, rgba(9, 139, 235, 0.5) 0%, rgb(9, 139, 235) 100%);
  border-radius: 0 10px 10px 0;
  content: "";
  display: block;
  height: 469px;
  position: absolute;
  left: 0;
  top: 175px;
  width: 34%;
  z-index: -1;
}

#future-election::after {
  background: linear-gradient(0deg, rgba(9, 139, 235, 0.5) 0%, rgb(9, 139, 235) 100%);
  border-radius: 10px 0 0 10px;
  content: "";
  display: block;
  height: 180px;
  position: absolute;
  right: 0;
  bottom: -85px;
  width: 24%;
  z-index: -1;
}

@media (max-width: 768px) {
  #future-election .sec-inner {
    padding: 80px 0;
  }
  #future-election .content-box {
    flex-direction: column-reverse;
  }
  #future-election .content-box .text-box {
    width: 100%;
  }
  #future-election .content-box .text-box h2 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1;
  }
  #future-election::before {
    content: none;
  }
  #future-election::after {
    content: none;
  }
  #future-election .image-box {
    position: relative;
  }
  #future-election .image-box::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -12%;
    width: 35%;
    height: 100%;
    background: linear-gradient(0deg, rgba(9, 139, 235, 0.5) 0%, rgb(9, 139, 235) 100%);
    border-radius: 0 10px 10px 0;
    z-index: -1;
  }
  #future-election .image-box img {
    border-radius: 10px;
  }
}
#faq {
  position: relative;
}
#faq .sec-inner {
  padding: 120px 0 80px;
}
#faq .content-width {
  margin-inline: auto;
  width: min(100%, 1156px);
  padding: 0 20px;
}
#faq .title {
  margin-bottom: 120px;
  text-align: center;
}
#faq h2 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.08em;
  background: linear-gradient(270deg, #072059 0%, #098BEB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
  display: inline-block;
}
#faq .content-box {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#faq .content-box li + li {
  border-top: 1px solid #DDDDDD;
}
#faq .content-box li {
  padding-top: 60px;
  padding-bottom: 60px;
}
#faq .content-box li .question {
  padding-left: 60px;
  position: relative;
  color: #1F3F7F;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
#faq .content-box li .question::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "Q";
  position: absolute;
  left: 0;
  top: -1px;
  color: #fff;
  font-family: "Akshar", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(270deg, #173267 0%, #224EA7 100%);
}
#faq .content-box li .answer {
  padding-left: 60px;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.04em;
}
#faq .content-box li .answer::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "A";
  position: absolute;
  left: 0;
  top: -1px;
  color: #fff;
  font-family: "Akshar", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(90deg, #7CC1F4 0%, #098BEB 100%);
  text-align: center;
}

#faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 231px;
  background: linear-gradient(180deg, #EDF5FD 0%, #ffffff 100%);
  z-index: -2;
}

@media (max-width: 768px) {
  #faq .sec-inner {
    padding: 60px 0 0;
  }
  #faq h2 {
    font-size: 3.6rem;
  }
  #faq .title {
    margin-bottom: 69px;
  }
  #faq .content-box li {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.side-nav {
  position: fixed;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 100;
}

.side-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}

.side-nav li {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
}

.side-nav a {
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #919294;
  text-decoration: none;
  transition: color 0.3s ease;
}

.side-nav a::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: transparent;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}

.side-nav a.active {
  color: #098BEB;
}

.side-nav a.active::after {
  background-color: #098BEB;
}

@media (max-width: 1140px) {
  .side-nav {
    display: none;
  }
}
body#company .main-visual .main-visual-page-ttl svg {
  width: 516px;
}
@media (max-width: 768px) {
  body#company .main-visual .main-visual-page-ttl svg {
    width: 259px;
  }
}

body#company section .sec-inner {
  padding: 110px 0;
}
@media (max-width: 768px) {
  body#company section .sec-inner {
    padding: 80px 0;
  }
}
body#company section .content-width {
  margin-inline: auto;
  width: min(100%, 1156px);
  padding: 0 20px;
}
body#company section .section-title {
  text-align: center;
}
body#company section .section-title .slug {
  display: inline-block;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 14px;
  color: #1F3F7F;
  border-bottom: 2px solid #1F3F7F;
}
@media (max-width: 768px) {
  body#company section .section-title .slug {
    font-size: 1.2rem;
  }
}
body#company section .section-title h2 {
  margin-top: 40px;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.08;
  letter-spacing: 0.04em;
  text-align: center;
}
body#company section .section-title h2 .gradient {
  background: linear-gradient(90deg, rgb(9, 139, 235) 0%, rgb(7, 32, 89) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media (max-width: 768px) {
  body#company section .section-title h2 {
    font-size: 2.8rem;
    margin-top: 30px;
  }
}

body#company #outline .sec-inner {
  padding-top: 200px;
}
@media (max-width: 768px) {
  body#company #outline .sec-inner {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
body#company #outline .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}
body#company #outline .content-box .image-box {
  position: relative;
  top: 20px;
}
@media (max-width: 768px) {
  body#company #outline .content-box .image-box {
    width: 190px;
    margin: 0 auto;
    top: 0;
  }
}
body#company #outline .content-box .image-box::before {
  content: "";
  position: absolute;
  left: -226px;
  top: -70px;
  width: 400px;
  height: 400px;
  background: linear-gradient(0deg, rgba(9, 139, 235, 0.5) 0%, rgb(9, 139, 235) 100%);
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 768px) {
  body#company #outline .content-box .image-box::before {
    width: 200px;
    height: 200px;
    top: -35px;
    left: -110px;
  }
}
@media (max-width: 768px) {
  body#company #outline .content-box .image-box img {
    width: 190px;
  }
}
body#company #outline .content-box .text-box dl {
  max-width: 498px;
  margin: 0 auto;
}
body#company #outline .content-box .info-row {
  display: flex;
  gap: 4px;
}
body#company #outline .content-box .info-row dt {
  max-width: 100px;
  width: 100%;
  color: #1F3F7F;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.04em;
  padding: 35px 0;
  border-top: 2px solid #1F3F7F;
}
body#company #outline .content-box .info-row dd {
  margin: 0;
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.04em;
  color: #2F3134;
  padding: 35px 0;
  border-top: 1px solid #DDDDDD;
  width: 394px;
  padding-left: 50px;
}
body#company #outline .content-box .info-row dd ol {
  margin: 0;
}
body#company #outline .content-box .info-border {
  display: none;
}

@media (max-width: 1045px) {
  body#company #outline .content-box {
    flex-direction: column-reverse;
    gap: 75px;
    margin-top: 60px;
  }
  body#company #outline .content-box .text-box {
    width: 100%;
  }
  body#company #outline .content-box .text-box dl {
    max-width: 100%;
  }
  body#company #outline .content-box .info-row {
    flex-direction: column;
    gap: 0;
  }
  body#company #outline .content-box .info-row dt {
    padding-top: 25px;
    padding-bottom: 0;
    border-top: none;
    max-width: unset;
    width: 100%;
  }
  body#company #outline .content-box .info-row dd {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 25px;
    border-top: none;
    width: 100%;
  }
  body#company #outline .content-box .info-border {
    display: flex;
    height: 1.5px;
    align-items: center;
  }
  body#company #outline .content-box .info-border::before,
  body#company #outline .content-box .info-border::after {
    content: "";
    display: block;
  }
  body#company #outline .content-box .info-border::before {
    width: 14.16%;
    height: 1.5px;
    background-color: #1F3F7F;
    margin-right: 4px;
  }
  body#company #outline .content-box .info-border::after {
    flex-grow: 1;
    height: 1px;
    background-color: #DDDDDD;
  }
}
body#company #location .sec-inner {
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  body#company #location .sec-inner {
    padding-bottom: 80px;
  }
}
body#company #location .content-box {
  margin-top: 120px;
}
@media (max-width: 768px) {
  body#company #location .content-box {
    margin-top: 60px;
  }
}
body#company #location .content-box .content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  body#company #location .content-box .content {
    flex-direction: column;
  }
}
body#company #location .content-box .content .text-box .info-border {
  display: flex;
  height: 1.5px;
  align-items: center;
}
body#company #location .content-box .content .text-box .info-border::before, body#company #location .content-box .content .text-box .info-border::after {
  content: "";
  display: block;
}
body#company #location .content-box .content .text-box .info-border::before {
  width: 100px;
  height: 1.5px;
  background-color: #1F3F7F;
  margin-right: 4px;
}
body#company #location .content-box .content .text-box .info-border::after {
  width: 394px;
  flex-grow: 1;
  height: 1px;
  background-color: #DDDDDD;
}
body#company #location .content-box .content .text-box .title {
  padding-top: 50px;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.2rem;
  letter-spacing: 0.04em;
  color: #1F3F7F;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body#company #location .content-box .content .text-box .title {
    padding-top: 40px;
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
body#company #location .content-box .content .text-box .address {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
}
body#company #location .content-box .content .text-box .num-flex {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
body#company #location .content-box .content .text-box .num-flex .tel,
body#company #location .content-box .content .text-box .num-flex .fax {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  font-family: "Inter", sans-serif;
}
body#company #location .content-box .content .text-box .num-flex .tel span,
body#company #location .content-box .content .text-box .num-flex .fax span {
  color: #1F3F7F;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
}
body#company #location .content-box .content .map-box {
  max-width: 498px;
  width: 100%;
}
@media (max-width: 1140px) {
  body#company #location .content-box .content .map-box {
    margin: 50px auto 0;
  }
}
body#company #location .content-box .content .map-box .map-iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 63.45%;
}
body#company #location .content-box .content .map-box .map-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
body#company #location .content-box .content + .content {
  margin-top: 80px;
}

body#company #group {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  body#company #group .sec-inner {
    padding: 150px 0 90px;
  }
}
body#company #group .content-box {
  margin-top: 120px;
}
@media (max-width: 768px) {
  body#company #group .content-box {
    margin-top: 60px;
  }
}
body#company #group .contents .info-border {
  display: flex;
  height: 1.5px;
  align-items: center;
}
body#company #group .contents .info-border::before, body#company #group .contents .info-border::after {
  content: "";
  display: block;
}
body#company #group .contents .info-border::before {
  width: 100px;
  height: 1.5px;
  background-color: #1F3F7F;
  margin-right: 4px;
}
body#company #group .contents .info-border::after {
  flex-grow: 1;
  height: 1px;
  background-color: #DDDDDD;
}
body#company #group .contents .content {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#company #group .contents .content .text-box .title {
  color: #1F3F7F;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 4.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body#company #group .contents .content .text-box .title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
body#company #group .contents .content .text-box .address {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
}
body#company #group .contents .content .text-box .num-flex {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
body#company #group .contents .content .text-box .num-flex .tel,
body#company #group .contents .content .text-box .num-flex .fax {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  font-family: "Inter", sans-serif;
}
body#company #group .contents .content .text-box .num-flex .tel span,
body#company #group .contents .content .text-box .num-flex .fax span {
  color: #1F3F7F;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
}
body#company #group .contents .content .text-box .info {
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  margin-top: 40px;
}
@media (max-width: 768px) {
  body#company #group .contents .content .text-box .info {
    margin-top: 15px;
  }
}
body#company #group .contents .content .text-box .info span {
  color: #fff;
  background-color: #1F3F7F;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 3px 6px 5px;
  text-align: center;
  margin-right: 18px;
}
@media (max-width: 768px) {
  body#company #group .contents .content .text-box .info span {
    display: block;
    width: 20%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
body#company #group .contents .content .image-box {
  margin-right: 56px;
  min-width: 385px;
  text-align: center;
}
body#company #group .contents + .contents {
  margin-top: 120px;
}
@media (max-width: 768px) {
  body#company #group .contents + .contents {
    margin-top: 80px;
  }
}

body#company #group::before {
  content: "";
  position: absolute;
  right: -118px;
  top: 100px;
  width: 424px;
  height: 155px;
  background: linear-gradient(0deg, rgba(9, 139, 235, 0.5) 0%, rgb(9, 139, 235) 100%);
  border-radius: 10px 0 0 10px;
  z-index: -1;
}
@media (max-width: 768px) {
  body#company #group::before {
    right: -73px;
    top: 35px;
    width: 212px;
    height: 78px;
  }
}

body#company #group::after {
  content: "";
  position: absolute;
  right: 306px;
  top: 30px;
  width: 70px;
  height: 70px;
  background: linear-gradient(0deg, rgba(9, 139, 235, 0.5) 0%, rgb(9, 139, 235) 100%);
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 768px) {
  body#company #group::after {
    width: 35px;
    height: 35px;
    top: 0;
    right: 140px;
  }
}

@media (max-width: 1045px) {
  body#company #group .contents .content {
    flex-direction: column;
    gap: 50px;
    padding-top: 25px;
  }
  body#company #group .contents .content .text-box {
    width: 100%;
  }
  body#company #group .contents .content .image-box {
    margin-right: 0;
    min-width: initial;
  }
}
body#company #alliance {
  position: relative;
}
@media (max-width: 768px) {
  body#company #alliance {
    overflow: hidden;
  }
}
body#company #alliance .sec-inner {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  body#company #alliance .sec-inner {
    padding: 125px 0 40px;
  }
}
body#company #alliance .content-box {
  margin-top: 120px;
}
@media (max-width: 768px) {
  body#company #alliance .content-box {
    margin-top: 60px;
  }
}
body#company #alliance .contents .info-border {
  display: flex;
  height: 1.5px;
  align-items: center;
}
body#company #alliance .contents .info-border::before, body#company #alliance .contents .info-border::after {
  content: "";
  display: block;
}
body#company #alliance .contents .info-border::before {
  width: 100px;
  height: 1.5px;
  background-color: #1F3F7F;
  margin-right: 4px;
}
body#company #alliance .contents .info-border::after {
  flex-grow: 1;
  height: 1px;
  background-color: #DDDDDD;
}
body#company #alliance .contents .content {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#company #alliance .contents .content .text-box .title {
  color: #1F3F7F;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 4.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body#company #alliance .contents .content .text-box .title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
body#company #alliance .contents .content .text-box .address {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
}
body#company #alliance .contents .content .text-box .num-flex {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
body#company #alliance .contents .content .text-box .num-flex .tel,
body#company #alliance .contents .content .text-box .num-flex .fax {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  font-family: "Inter", sans-serif;
}
body#company #alliance .contents .content .text-box .num-flex .tel span,
body#company #alliance .contents .content .text-box .num-flex .fax span {
  color: #1F3F7F;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
}
body#company #alliance .contents .content .text-box .info {
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  margin-top: 40px;
}
@media (max-width: 768px) {
  body#company #alliance .contents .content .text-box .info {
    margin-top: 15px;
  }
}
body#company #alliance .contents .content .text-box .info span {
  color: #fff;
  background-color: #1F3F7F;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 3px 6px 5px;
  text-align: center;
  margin-right: 18px;
}
@media (max-width: 768px) {
  body#company #alliance .contents .content .text-box .info span {
    display: block;
    width: 20%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
body#company #alliance .contents .content .image-box {
  margin-right: 22px;
}
@media (max-width: 768px) {
  body#company #alliance .contents .content .image-box img {
    width: 253px;
  }
}
body#company #alliance .contents + .contents {
  margin-top: 120px;
}
@media (max-width: 768px) {
  body#company #alliance .contents + .contents {
    margin-top: 80px;
  }
}

body#company #alliance::before {
  content: "";
  background: url("../img/page/alliance_item.png") no-repeat;
  position: absolute;
  width: 362px;
  height: 152px;
  top: 100px;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  body#company #alliance::before {
    width: 182px;
    height: 76px;
    top: 0px;
    left: -30px;
    background-size: contain;
  }
}

@media (max-width: 1045px) {
  body#company #alliance .contents .content {
    flex-direction: column;
    gap: 50px;
    padding-top: 25px;
  }
  body#company #alliance.contents .content .text-box {
    width: 100%;
  }
  body#company #alliance .contents .content .image-box {
    margin-right: 0;
  }
}
body#contact section.contact-form-section {
  margin-top: 88px;
}
@media (max-width: 768px) {
  body#contact section.contact-form-section {
    margin-top: 57px;
  }
}
body#contact section.contact-form-section .sec-inner {
  padding: 140px 0 80px;
}
@media (max-width: 768px) {
  body#contact section.contact-form-section .sec-inner {
    padding: 40px 0;
  }
}
body#contact section.contact-form-section .content-width {
  margin-inline: auto;
  width: min(100%, 1156px);
  padding: 0 20px;
}
body#contact section.contact-form-section h1 {
  text-align: center;
}
body#contact section.contact-form-section h1 .title-gradient {
  background: linear-gradient(90deg, #098BEB 0%, #072059 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 6rem;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 768px) {
  body#contact section.contact-form-section h1 .title-gradient {
    font-size: 3rem;
  }
}
body#contact section.contact-form-section .subtitle {
  font-weight: 700;
  font-size: 2rem;
  line-height: 5.4rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  body#contact section.contact-form-section .subtitle {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
}
body#contact section.contact-form-section .section-divider {
  margin: 5rem auto;
  border: none;
  border-top: 1px solid #DDDDDD;
  width: 100%;
}
@media (max-width: 768px) {
  body#contact section.contact-form-section .section-divider {
    margin: 4rem auto 5rem;
  }
}
body#contact section.contact-form-section .form-description p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.04em;
  text-align: left;
}
body#contact section.contact-form-section .contact-form {
  margin-top: 100px;
}
body#contact section.contact-form-section .contact-form .form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 60px;
}
@media (max-width: 768px) {
  body#contact section.contact-form-section .contact-form .form-grid {
    padding-bottom: 30px;
  }
}
body#contact section.contact-form-section .contact-form .form-group {
  flex: 1 1 calc(50% - 30px);
  display: flex;
  flex-direction: column;
}
body#contact section.contact-form-section .contact-form .form-group.full {
  flex: 1 1 100%;
}
body#contact section.contact-form-section .contact-form .form-group label {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
}
body#contact section.contact-form-section .contact-form .form-group label .required-label {
  display: inline-block;
  background-color: #098BEB;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  padding: 3px 6px 4px;
  margin-left: 8px;
  border-radius: 50px;
}
body#contact section.contact-form-section .contact-form .form-group label .optional-label {
  display: inline-block;
  background-color: #6c757d;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  padding: 3px 6px 4px;
  margin-left: 8px;
  border-radius: 50px;
}
body#contact section.contact-form-section .contact-form .form-group input[type=text],
body#contact section.contact-form-section .contact-form .form-group input[type=email],
body#contact section.contact-form-section .contact-form .form-group input[type=tel],
body#contact section.contact-form-section .contact-form .form-group textarea {
  background-color: #edf1f5;
  border: none;
  border-radius: 4px;
  padding: 1.8rem 1.6rem;
  font-size: 1.6rem;
  color: #333;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
}
body#contact section.contact-form-section .contact-form .form-group input[type=text]::-moz-placeholder, body#contact section.contact-form-section .contact-form .form-group input[type=email]::-moz-placeholder, body#contact section.contact-form-section .contact-form .form-group input[type=tel]::-moz-placeholder, body#contact section.contact-form-section .contact-form .form-group textarea::-moz-placeholder {
  color: #919294;
}
body#contact section.contact-form-section .contact-form .form-group input[type=text]::placeholder,
body#contact section.contact-form-section .contact-form .form-group input[type=email]::placeholder,
body#contact section.contact-form-section .contact-form .form-group input[type=tel]::placeholder,
body#contact section.contact-form-section .contact-form .form-group textarea::placeholder {
  color: #919294;
}
body#contact section.contact-form-section .contact-form .form-group textarea {
  height: 160px;
  resize: none;
}
body#contact section.contact-form-section .contact-form .form-group .form-error {
  margin-top: 8px;
  font-size: 1.4rem;
  color: #e53935;
  display: none;
}
body#contact section.contact-form-section .contact-form .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  body#contact section.contact-form-section .contact-form .checkbox-group {
    flex-direction: column;
  }
}
body#contact section.contact-form-section .contact-form .checkbox-group label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2F3134;
  cursor: pointer;
  margin-bottom: 0;
}
body#contact section.contact-form-section .contact-form .checkbox-group label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background-color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
body#contact section.contact-form-section .contact-form .checkbox-group label input[type=checkbox]:checked {
  background-color: #1F3F7F;
  border-color: #1F3F7F;
}
body#contact section.contact-form-section .contact-form .checkbox-group label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 4px;
  width: 8px;
  height: 15px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
body#contact section.contact-form-section .contact-form h3 {
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 20px;
}
body#contact section.contact-form-section .contact-form .privacy-policy {
  margin-top: 20px;
}
body#contact section.contact-form-section .contact-form .privacy-policy .privacy-policy-scroll {
  height: 227px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  color: #000;
}
body#contact section.contact-form-section .contact-form .privacy-policy .privacy-policy-scroll p {
  margin-bottom: 1.6rem;
}
body#contact section.contact-form-section .contact-form .privacy-policy .privacy-policy-scroll ul {
  margin-bottom: 1.6rem;
}
body#contact section.contact-form-section .contact-form .privacy-policy .privacy-policy-scroll ul li {
  margin-bottom: 0.8rem;
  text-indent: -1em;
  padding-left: 1em;
}
body#contact section.contact-form-section .contact-form .privacy-policy .privacy-policy-scroll ul li::before {
  content: "・";
}
body#contact section.contact-form-section .contact-form .consent-box {
  display: flex;
  justify-content: center;
  text-align: center;
}
body#contact section.contact-form-section .contact-form .consent-box .consent-checkbox {
  display: flex;
  align-items: center;
  margin-top: 70px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #2F3134;
  cursor: pointer;
}
body#contact section.contact-form-section .contact-form .consent-box .consent-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background-color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
body#contact section.contact-form-section .contact-form .consent-box .consent-checkbox input[type=checkbox]:checked {
  background-color: #1F3F7F;
  border-color: #1F3F7F;
}
body#contact section.contact-form-section .contact-form .consent-box .consent-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 4px;
  width: 8px;
  height: 15px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
body#contact section.contact-form-section .contact-form .submit-button {
  margin-top: 70px;
  text-align: center;
}
body#contact section.contact-form-section .contact-form .submit-button button {
  display: inline-block;
  padding: 14.5px 95px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  background: linear-gradient(270deg, #ea615f 0%, #003063 100%);
  transition: opacity 0.3s;
}
body#contact section.contact-form-section .contact-form .submit-button button:hover {
  opacity: 0.8;
}
body#contact footer {
  border-top: 1px solid #DDDDDD;
}

body#thanks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body#thanks main {
  margin-top: 88px;
}
@media (max-width: 768px) {
  body#thanks main {
    margin-top: 57px;
  }
}
body#thanks section .sec-inner {
  padding: 140px 0 80px;
}
@media (max-width: 768px) {
  body#thanks section .sec-inner {
    padding: 40px 0;
  }
}
body#thanks section .content-width {
  margin-inline: auto;
  width: min(100%, 1156px);
  padding: 0 20px;
}
body#thanks section h2 {
  text-align: center;
}
body#thanks section h2 span {
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 4.2rem;
  letter-spacing: 0.04em;
  background: linear-gradient(270deg, #072059 0%, #098BEB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  display: inline-block;
}
@media (max-width: 768px) {
  body#thanks section h2 span {
    font-size: 2.2rem;
  }
}
body#thanks section hr {
  margin: 70px auto;
  border: none;
  border-top: 1px solid #DDDDDD;
  width: 100%;
}
@media (max-width: 768px) {
  body#thanks section hr {
    margin: 60px auto;
  }
}
body#thanks section p {
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.04em;
  text-align: center;
  color: #2F3134;
}
@media (max-width: 768px) {
  body#thanks section p {
    text-align: left;
  }
}
body#thanks footer {
  border-top: 1px solid #DDDDDD;
  margin-top: auto;
  padding-bottom: 0;
}

body#security main,
body#privacy main {
  margin-top: 88px;
}
@media (max-width: 768px) {
  body#security main,
  body#privacy main {
    margin-top: 57px;
  }
}
body#security section .sec-inner,
body#privacy section .sec-inner {
  padding: 140px 0 80px;
}
@media (max-width: 768px) {
  body#security section .sec-inner,
  body#privacy section .sec-inner {
    padding: 40px 0;
  }
}
body#security section .content-width,
body#privacy section .content-width {
  margin-inline: auto;
  width: min(100%, 1156px);
  padding: 0 20px;
}
body#security section .content-box + .content-box,
body#privacy section .content-box + .content-box {
  margin-top: 70px;
}
@media (max-width: 768px) {
  body#security section .content-box + .content-box,
  body#privacy section .content-box + .content-box {
    margin-top: 60px;
  }
}
body#security section h2,
body#privacy section h2 {
  text-align: center;
}
body#security section h2 span,
body#privacy section h2 span {
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 4.2rem;
  letter-spacing: 0.04em;
  background: linear-gradient(270deg, #072059 0%, #098BEB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  display: inline-block;
}
@media (max-width: 768px) {
  body#security section h2 span,
  body#privacy section h2 span {
    font-size: 2.4rem;
  }
}
body#security section hr,
body#privacy section hr {
  margin: 70px auto;
  border: none;
  border-top: 1px solid #DDDDDD;
  width: 100%;
}
@media (max-width: 768px) {
  body#security section hr,
  body#privacy section hr {
    margin: 40px auto 50px;
  }
}
body#security section h3,
body#privacy section h3 {
  color: #34457D;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body#security section h3,
  body#privacy section h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
body#security section h4,
body#privacy section h4 {
  color: #34457D;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body#security section h4,
  body#privacy section h4 {
    margin-bottom: 20px;
  }
}
body#security section p,
body#privacy section p {
  font-size: 1.6rem;
  line-height: 1.75;
}
body#security section p.l-lh,
body#privacy section p.l-lh {
  line-height: 2.25;
}
body#security section p + p,
body#privacy section p + p {
  margin-top: 30px;
}
body#security section ul li,
body#privacy section ul li {
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
}
body#security section ul li::before,
body#privacy section ul li::before {
  content: "・";
}
body#security section ul + p,
body#privacy section ul + p {
  margin-top: 30px;
}/*# sourceMappingURL=page.css.map */