@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.01em;
}

html {
  font-size: 16px;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Arial", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

html,
body {
  overflow-x: hidden;
}

main {
  position: relative;
  z-index: 1;
}

h1,
h2,
h3 {
  line-height: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Arial", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}

a,
picture {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
@media (any-hover: hover) {
  a:hover:not(.section-btn, .contact-btn, .service__item, .cta__item a:hover, .needs__item, .press-archive__item, .business__item,
  .cta__item picture:hover),
  picture:hover:not(.section-btn, .contact-btn, .service__item, .cta__item a:hover, .needs__item, .press-archive__item, .business__item,
  .cta__item picture:hover) {
    opacity: 0.7;
  }
}

dt {
  font-weight: 400;
}

.show-pc {
  display: block !important;
}
@media screen and (width < 768px) {
  .show-pc {
    display: none !important;
  }
}

.show-sp {
  display: none !important;
}
@media screen and (width < 768px) {
  .show-sp {
    display: block !important;
  }
}

.show-tab {
  display: none !important;
}
@media screen and (width < 993px) {
  .show-tab {
    display: block !important;
  }
}

@media screen and (width < 375px) {
  .hide-xs {
    display: none;
  }
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.section-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width < 768px) {
  .section-btn-area {
    gap: 24px;
  }
}

.contact-btn--blue, .article .wp-block-group .wp-block-buttons .wp-block-button:last-of-type a, .confirm-btn--blue, .contact-btn--black, .article .wp-block-group .wp-block-buttons .wp-block-button:first-of-type a, .confirm-btn--black {
  width: 158px;
  height: 35px;
  border-radius: 17.5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FFF;
  padding: 8px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.contact-btn--blue::after, .article .wp-block-group .wp-block-buttons .wp-block-button:last-of-type a::after, .confirm-btn--blue::after, .contact-btn--black::after, .article .wp-block-group .wp-block-buttons .wp-block-button:first-of-type a::after, .confirm-btn--black::after {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
@media (any-hover: hover) {
  .contact-btn--blue:hover::after, .article .wp-block-group .wp-block-buttons .wp-block-button:last-of-type a:hover::after, .confirm-btn--blue:hover::after, .contact-btn--black:hover::after, .article .wp-block-group .wp-block-buttons .wp-block-button:first-of-type a:hover::after, .confirm-btn--black:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.contact-btn__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 14px;
}
.contact-btn--black, .article .wp-block-group .wp-block-buttons .wp-block-button:first-of-type a, .confirm-btn--black {
  background: #0B0A0A;
  border: 1px solid #0B0A0A;
}
@media (any-hover: hover) {
  .contact-btn--black:hover, .article .wp-block-group .wp-block-buttons .wp-block-button:first-of-type a:hover, .confirm-btn--black:hover {
    color: #0B0A0A;
  }
}
.contact-btn--blue, .article .wp-block-group .wp-block-buttons .wp-block-button:last-of-type a, .confirm-btn--blue {
  background: #0553DD;
  border: 1px solid #0553DD;
}
@media (any-hover: hover) {
  .contact-btn--blue:hover, .article .wp-block-group .wp-block-buttons .wp-block-button:last-of-type a:hover, .confirm-btn--blue:hover {
    color: #0553DD;
  }
}

.link-btn, .section-btn {
  z-index: 1;
  overflow: hidden;
}
.link-btn::after, .section-btn::after {
  background: #0553DD;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
@media (any-hover: hover) {
  .link-btn:hover p, .section-btn:hover p {
    color: #FFF;
  }
  .link-btn:hover::after, .section-btn:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .link-btn:hover .btn-arrow span, .section-btn:hover .btn-arrow span,
  .link-btn:hover .btn-arrow span.arrow::before,
  .section-btn:hover .btn-arrow span.arrow::before,
  .link-btn:hover .btn-arrow span.arrow::after,
  .section-btn:hover .btn-arrow span.arrow::after {
    background: #FFF;
  }
}

.section-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 199px;
  height: 51px;
  border-radius: 25.5px;
  border: 1px solid #0553DD;
  text-align: center;
  position: absolute;
  font-size: 14px;
}
@media screen and (width < 768px) {
  .section-btn {
    width: 200px;
    height: 50px;
  }
}
.section-btn .btn-arrow {
  position: absolute;
  right: 44px;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-btn .btn-arrow span {
  background: #0553DD;
}
.section-btn .btn-arrow span:first-of-type {
  width: 26px;
  height: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scaleY(0.5) translateX(-50%);
          transform: scaleY(0.5) translateX(-50%);
}
.section-btn .btn-arrow span.arrow::before {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  top: -2.5px;
  right: -1px;
  background: #0553DD;
}
.section-btn .btn-arrow span.arrow::after {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  position: absolute;
  top: 2.5px;
  right: -1px;
  background: #0553DD;
}
.section-btn .btn-arrow span {
  background: #1A4591;
}
.section-btn--blue {
  background: linear-gradient(91deg, #286ADF -1.3%, #163979 112.94%);
}
.section-btn--blue p {
  position: absolute;
  left: 47px;
  color: #FFF;
}
.section-btn--blue .btn-arrow span,
.section-btn--blue .btn-arrow span.arrow::before,
.section-btn--blue .btn-arrow span.arrow::after {
  background: #FFF;
}
.section-btn--blue::after {
  background: #FFF;
}
@media (any-hover: hover) {
  .section-btn--blue:hover p {
    color: #1A4591;
  }
  .section-btn--blue:hover .btn-arrow span,
  .section-btn--blue:hover .btn-arrow span.arrow::before,
  .section-btn--blue:hover .btn-arrow span.arrow::after {
    background: #1A4591;
  }
}
.section-btn--white {
  background: #FFF;
}
.section-btn--white p {
  position: absolute;
  left: 3.2638888889vw;
  color: #1A4591;
}
.section-btn--white .btn-arrow span,
.section-btn--white .btn-arrow span.arrow::before,
.section-btn--white .btn-arrow span.arrow::after {
  background: #1A4591;
}
.section-btn--white::after {
  background: linear-gradient(91deg, #286ADF -1.3%, #163979 112.94%);
}
@media (any-hover: hover) {
  .section-btn--white:hover p {
    color: #FFF;
  }
  .section-btn--white:hover .btn-arrow span,
  .section-btn--white:hover .btn-arrow span.arrow::before,
  .section-btn--white:hover .btn-arrow span.arrow::after {
    background: #FFF;
  }
}

.link-btn {
  width: 56px;
  height: 20px;
  border-radius: 13px;
  border: 1px solid #0553DD;
  background: #FFF;
  position: absolute;
}
@media screen and (width < 768px) {
  .link-btn {
    width: 44px;
    height: 15px;
  }
}
.link-btn .btn-arrow span {
  background: #0553DD;
}
.link-btn .btn-arrow span:first-of-type {
  width: 26px;
  height: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scaleY(0.5) translateX(-50%);
          transform: scaleY(0.5) translateX(-50%);
}
.link-btn .btn-arrow span.arrow::before {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  top: -2.5px;
  right: -1px;
  background: #0553DD;
}
.link-btn .btn-arrow span.arrow::after {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  position: absolute;
  top: 2.5px;
  right: -1px;
  background: #0553DD;
}
.link-btn--small {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background: #B4B7BC;
  position: relative;
  display: inline-block;
}
.link-btn--small::before, .link-btn--small::after {
  content: "";
  /* 疑似要素に指定必須 */
  width: 4px;
  /* 線の長さを指定 */
  height: 1px;
  /* 線の幅を指定 */
  display: inline-block;
  /* インラインブロックにする */
  /* 線を角丸にする */
  background: #FFF;
  /* 線の色を指定 */
  position: absolute;
  /* 相対位置に指定 */
  right: 6px;
  /* 右から10pxの位置に配置 */
}
.link-btn--small::before {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.link-btn--small::after {
  bottom: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page-heading {
  margin-top: 150px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 14px;
  /* パンくずリスト */
}
.single .page-heading {
  margin-top: 159px;
}
@media screen and (width < 768px) {
  .page-heading {
    margin-top: 83px;
    padding-bottom: 18px;
  }
}
.page-heading__inner {
  width: min(76.3888888889vw, 1100px);
  margin: 0 auto;
}
.w1280 .page-heading__inner, .page-heading__inner.w1280 {
  width: min(88.8888888889vw, 1280px);
}
@media screen and (width < 768px) {
  .page-heading__inner {
    width: 89.3333333333vw;
  }
}
.single .page-heading__inner {
  max-width: max(55.4166666667vw, 550px);
}
.single .page-heading__inner h1 {
  margin-left: 0;
  padding-top: 6px;
}
@media screen and (width < 768px) {
  .single .page-heading__inner {
    max-width: 89.3333333333vw;
  }
}
.page-heading h1,
.page-heading .title {
  vertical-align: middle;
  font-weight: 700;
  background: linear-gradient(91deg, #286ADF -1.3%, #163979 112.94%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.01em;
  font-size: max(2.7777777778vw, 32px);
}
.page-heading h1:not(.page-heading h1.page-fixed,
.page-heading .title.page-fixed),
.page-heading .title:not(.page-heading h1.page-fixed,
.page-heading .title.page-fixed) {
  margin-left: 3px;
}
@media screen and (width > 1440px) {
  .page-heading h1,
  .page-heading .title {
    font-size: 40px;
  }
}
@media screen and (width < 768px) {
  .page-heading h1,
  .page-heading .title {
    font-size: 28px;
  }
}
.page-heading .breadcrumb {
  margin: 4.0972222222vw 0 0 3px;
}
@media screen and (width < 768px) {
  .page-heading .breadcrumb {
    margin-top: 15px;
  }
}
.page-heading .breadcrumb ul {
  list-style: none;
}
.page-heading .breadcrumb li {
  display: inline;
  color: #9A9A9A;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Arial", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.page-heading .breadcrumb li a {
  color: inherit;
  text-decoration: none;
}
.page-heading .breadcrumb li + li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.7em;
  margin: 10px;
  vertical-align: middle;
}

.category {
  padding-top: 3.8888888889vw;
}
@media screen and (width < 768px) {
  .category {
    padding-top: 40px;
  }
}
.category__inner {
  width: min(76.3888888889vw, 1100px);
  margin: 0 auto;
}
.w1280 .category__inner, .category__inner.w1280 {
  width: min(88.8888888889vw, 1280px);
}
@media screen and (width < 768px) {
  .category__inner {
    width: 89.3333333333vw;
  }
}
.w1280 .category__inner {
  width: min(88.8888888889vw, 1280px);
}
.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (width < 768px) {
  .category__list {
    gap: 18px 15px;
  }
}
.category .materials__list {
  margin-top: 0;
}
.category__item {
  position: relative;
  width: max(16.6666666667vw, 150px);
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F4F4F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.category__item.selected {
  background: #0553DD;
  border-color: #0553DD;
  color: #FFF;
}
.category__item.selected p {
  color: #FFF;
}
@media screen and (width < 768px) {
  .category__item {
    width: 42.6666666667vw;
  }
}
@media screen and (width < 375px) {
  .category__item {
    width: 130px;
  }
}
.category__item i {
  position: absolute;
  left: 22px;
}
@media screen and (width < 375px) {
  .category__item i {
    left: 12px;
  }
}
.category__item p {
  color: #0553DD;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
}
@media screen and (width < 375px) {
  .category__item p {
    font-size: 12px;
  }
}
.category__item.aboutus-cat p {
  margin-left: 36px;
}
@media screen and (width > 1440px) {
  .category__item.aboutus-cat p {
    margin: 0 auto;
  }
}
@media (any-hover: hover) {
  .category__item:hover {
    background: #0553DD;
    opacity: 1 !important;
  }
  .category__item:hover p,
  .category__item:hover i {
    color: #FFF;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  margin: 2.0138888889vw auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width < 768px) {
  .pagination {
    margin-top: 10px;
  }
}
.pagination p {
  color: #9A9A9A;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #9A9A9A;
  background: #FFF;
  text-align: center;
  font-family: "League Spartan", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 2.83;
}
.pagination .next p,
.pagination .prev p {
  width: 52px;
  text-transform: capitalize;
}
.pagination .next p i,
.pagination .prev p i {
  font-size: 8px;
  line-height: 4.25;
}
.pagination .prev p {
  margin-right: 5px;
}
.pagination .next p {
  margin-left: 5px;
}
.pagination.page-materials-pg {
  margin: 3.6111111111vw auto 8.3333333333vw;
}
@media screen and (width < 768px) {
  .pagination.page-materials-pg {
    margin: 70px 0 110px;
  }
}
.pagination .current p {
  background: #0553DD;
  border-color: #0553DD;
  color: #FFF;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-404 {
  padding-top: 50px;
  padding-bottom: 70px;
}
.page-404__inner {
  width: min(76.3888888889vw, 1100px);
  margin: 0 auto;
}
.w1280 .page-404__inner, .page-404__inner.w1280 {
  width: min(88.8888888889vw, 1280px);
}
@media screen and (width < 768px) {
  .page-404__inner {
    width: 89.3333333333vw;
  }
}

.header {
  height: 79px;
  padding: 16px 2.2222222222vw 16px 2.7777777778vw;
  /* Safari */
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #FFF;
  width: 100%;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.header.fixed {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (width < 768px) {
  .header {
    height: 53px;
    padding: 10px 20px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__logo img {
  width: min(9.7222222222vw, 140px);
  height: min(3.3333333333vw, 48px);
}
@media screen and (width < 768px) {
  .header__logo img {
    width: 100px;
    height: 34px;
  }
}
.header__nav--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(0.9722222222vw, 12px);
  font-weight: 500;
  margin-top: 4px;
  position: relative;
}
@media screen and (width > 1440px) {
  .header__nav--pc {
    font-size: 14px;
  }
}
@media screen and (width < 768px) {
  .header__nav--pc {
    display: none;
  }
}
.header__nav--pc span {
  margin-left: 3.6805555556vw;
  width: 1px;
  height: 32px;
/*   background: #1D1A1A; */
} 
@media screen and (width < 1296px) {
  .header__nav--pc span {
    margin-left: 26px;
  }
}
.header__nav--pc .contact-btn__area {
  margin-left: 26px;
}
.header__nav--pc .menu-item-has-children {
  cursor: pointer;
}
.header__nav--pc .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav--pc .menu-item-has-children > a::after {
  content: "▶";
  color: #0553DD;
  margin-left: 5px;
  font-size: 0.7em;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.header__nav--pc .menu-item-has-children .sub-menu {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  padding: 0;
  margin: 0;
  width: 21.5277777778vw;
  background: #FFF;
  color: #0A2148;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header__nav--pc .menu-item-has-children .sub-menu li {
  padding: 10px;
  font-size: max(0.9722222222vw, 12px);
  font-weight: 500;
  line-height: normal;
}
@media screen and (width > 1440px) {
  .header__nav--pc .menu-item-has-children .sub-menu li {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .header__nav--pc .menu-item-has-children .sub-menu li:hover {
    background: #E5E9ED;
  }
}
.header__nav--pc .menu-item-has-children .sub-menu li a {
  display: block;
}
@media (any-hover: hover) {
  .header__nav--pc .menu-item-has-children:hover > a::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header__nav--pc .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0416666667vw 2.1527777778vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__nav-list a {
  word-break: break-all;
}
.header__nav--sp {
  display: none;
}
@media screen and (width < 768px) {
  .header__nav--sp {
    display: block;
    text-align: center;
  }
}
.header__nav--sp .menu-btn {
  width: 28px;
  height: 12px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  top: 20px;
  right: 31px;
  z-index: 99;
}
.header__nav--sp .menu-btn span {
  display: inline-block;
  width: 28px;
  height: 0;
  border: 1px solid #1A4591;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* アニメーションの設定 */
  position: absolute;
  left: 11px;
}
.header__nav--sp .menu-btn span:nth-of-type(1) {
  top: 0px;
}
.header__nav--sp .menu-btn span:nth-of-type(2) {
  top: 6px;
}
.header__nav--sp .menu-btn span:nth-of-type(3) {
  top: 12px;
}
.header__nav--sp .menu-btn.active span:nth-of-type(1) {
  top: 0px;
  -webkit-transform: translateY(6px) rotate(-25deg);
          transform: translateY(6px) rotate(-25deg);
}
.header__nav--sp .menu-btn.active span:nth-of-type(2) {
  opacity: 0;
  /* 真ん中の線は透過 */
}
.header__nav--sp .menu-btn.active span:nth-of-type(3) {
  top: 11px;
  -webkit-transform: translateY(-6px) rotate(25deg);
          transform: translateY(-6px) rotate(25deg);
}
.header__menu {
  /* Safari */
  position: -webkit-fixed;
  position: fixed;
  z-index: 10;
  top: 52px;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #FFF;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 30px 20px;
  overflow: auto;
}
.header__menu.panelactive {
  right: 0;
  z-index: 2;
}
.header__nav-list--sp {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 89.3333333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__nav-list--sp:nth-of-type(2) {
  margin-bottom: 65px;
}
.header__nav-list--sp li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: 1px solid #E1E1E1;
}
.header__nav-list--sp li a {
  color: #222;
  font-size: 14px;
  font-weight: 500;
}
.header__nav-list--sp li:not(:has(.sub-menu)) {
  padding: 25px 0;
}
.header__nav-list--sp .menu-contact--black {
  background: #0B0A0A;
  border: 1px solid #0B0A0A;
}
.header__nav-list--sp .menu-contact--black a {
  color: #FFF;
}
.header__nav-list--sp .menu-contact--blue {
  background: #0553DD;
  border: 1px solid #0553DD;
}
.header__nav-list--sp .menu-contact--blue a {
  color: #FFF;
}
.header__nav-list--sp .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 25px 0;
}
.header__nav-list--sp .menu-item-has-children > a::after {
  content: "▶";
  color: #0553DD;
  margin-left: 5px;
  font-size: 0.7em;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.header__nav-list--sp .menu-item-has-children > a.open {
  background: #F4F8FC;
}
.header__nav-list--sp .menu-item-has-children > a.open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header__nav-list--sp .menu-item-has-children > a.open .sub-menu {
  background: #FFF;
}
.header__nav-list--sp .menu-item-has-children .sub-menu {
  display: none;
}
.header__nav-list--sp .menu-item-has-children .sub-menu li {
  text-align: left;
  padding: 9px 10px;
}
.header__nav-list--sp .menu-item-has-children .sub-menu li a {
  color: #0A2148;
  line-height: normal;
}
@media (any-hover: none) {
  .header__nav-list--sp .menu-item-has-children .sub-menu li:hover {
    background: #E5E9ED;
  }
}

.first-view {
  margin-top: 79px;
  overflow: hidden;
  position: relative;
}
.first-view__inner {
  width: 100%;
  position: relative;
  height: min(36.875vw, 531px);
}
@media screen and (width > 1440px) {
  .first-view__inner {
    width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (width < 768px) {
  .first-view {
    margin-top: 28vw;
    height: 114.4vw;
  }
}

/* テキストのブロックとして扱いやすく */
.first-view__text-block {
	padding-top: min(10.9722222222vw, 158px);
	padding-left: min(5.6944444444vw, 82px);
}
@media screen and (width < 768px) {
  .first-view__text-block {
	padding-top: 0;
	padding-left: 5.3333333333vw;
  }
}

/* 折り返し追加 */
.first-view__sp-br {
	display: none;
}
@media screen and (width < 768px) {
  .first-view__sp-br {
	display: block;
  }
}

.first-view h1 {
  background-image: linear-gradient(91deg, #286ADF -1.3%, #163979 112.94%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 3.4375vw;
  font-weight: 600;
  line-height: 1.5;
/*   position: absolute; */
/*   top: min(10.9722222222vw, 158px); */
/*   left: min(5.6944444444vw, 82px); */
/*   width: min(52.9861111111vw, 883px); */
}
@media screen and (width > 1440px) {
  .first-view h1 {
    font-size: 49.5px;
  }
}
@media screen and (width < 768px) {
  .first-view h1 {
    font-size: min(7.4666666667vw, 36px);
/*     top: 0; */
/*     left: 5.3333333333vw; */
    line-height: 1.6;
/*     width: 67.7333333333vw; */
  }
}

.first-view h2 {
  font-size: max(1.1111111111vw, 12px);
  font-weight: 600;
/*   position: absolute; */
/*   top: min(22.7083333333vw, 327px); */
/*   left: min(5.9027777778vw, 85px); */
	margin-top: min(3.7333333333vw, 22px);
  line-height: normal;
}
@media screen and (width > 1440px) {
  .first-view h2 {
    font-size: 16px;
  }
}
@media screen and (width < 768px) {
  .first-view h2 {
    font-size: min(3.7333333333vw, 22px);
/*     top: min(41.3333333333vw, 203px); */
/*     left: 5.3333333333vw; */
    width: 86.1333333333vw;
/* 	   width: 66.7333333333vw; */
	  
  }
}
.first-view img {
  position: absolute;
}
.first-view img:first-of-type {
  top: min(3.2638888889vw, 47px);
  right: 0;
  z-index: 1;
  width: min(28.3333333333vw, 408px);
  height: min(30.625vw, 441px);
}
@media screen and (width < 768px) {
  .first-view img:first-of-type {
    top: 45.6vw;
    right: -10.6666666667vw;
    width: 46.4vw;
    height: 46.4vw;
  }
}
.first-view img:last-of-type {
  bottom: min(-2.2916666667vw, -33px);
  right: min(17.1527777778vw, 247px);
  z-index: 2;
  mix-blend-mode: multiply;
  width: min(19.9305555556vw, 287px);
  height: min(22.9861111111vw, 331px);
}
@media screen and (width < 768px) {
  .first-view img:last-of-type {
/*     top: 57.3333333333vw; */
	top: 60.3333333333vw;
    right: 22.9333333333vw;
    width: auto;
    height: 34.6666666667vw;
  }
}
.first-view .corp-text {
  overflow: hidden;
  position: absolute;
  bottom: -2.7777777778vw;
  left: 10px;
  width: 100%;
}
@media screen and (width < 768px) {
  .first-view .corp-text {
    left: 0;
  }
}
.first-view .corp-text p {
  color: #F6F5F5;
  text-align: left;
  font-size: 11.1111111111vw;
  font-weight: 300;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  font-family: "Arial", sans-serif;
  white-space: nowrap;
}
@media screen and (width > 1440px) {
  .first-view .corp-text p {
    font-size: 160px;
    text-align: center;
  }
}
@media screen and (width < 768px) {
  .first-view .corp-text p {
    font-size: 123px;
  }
}

.footer {
  position: relative;
}
.footer__contact {
  padding-top: 5.5555555556vw;
  background-image: url("../img/footer-contact_bg1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (width < 768px) {
  .footer__contact {
    padding-top: 78px;
  }
}
.footer__contact .contact__inner {
  padding-bottom: 7.6388888889vw;
}
.footer__contact .contact__inner > :not(.cta) {
  padding-left: 5.4166666667vw;
}
.footer__contact .contact__inner > p {
  margin-top: 2.5694444444vw;
  line-height: 1.5;
}
@media screen and (width > 1440px) {
  .footer__contact .contact__inner {
    width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (width < 768px) {
  .footer__contact .contact__inner {
    margin: 0 20px;
    padding-bottom: 18.6666666667vw;
  }
  .footer__contact .contact__inner > :not(.cta) {
    padding-left: 0;
  }
  .footer__contact .contact__inner > p {
    margin-top: 35px;
  }
}
.footer__contact .contact__title h2,
.footer__contact .contact__title p.section-title {
  color: #9A9A9A;
  font-family: "Arial", sans-serif;
  font-size: min(3.8888888889vw, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  letter-spacing: 0.01em;
}
@media screen and (width < 768px) {
  .footer__contact .contact__title h2,
  .footer__contact .contact__title p.section-title {
    font-size: 40px;
  }
  .footer__contact .contact__title h2 img,
  .footer__contact .contact__title p.section-title img {
    height: 16px;
    width: auto;
  }
}
.footer__contact .contact__title p:not(.section-title) {
  margin-top: 7px;
  margin-left: 34px;
  color: #1A4591;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .footer__contact .contact__title p:not(.section-title) {
    margin-top: -0.8vw;
    margin-left: 27px;
    font-size: 14px;
  }
}
.footer__contact .contact__title h2 {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.001em;
}
.footer__contact .cta {
  margin-left: -9px;
  margin-top: 3.4027777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5694444444vw;
}
@media screen and (width < 768px) {
  .footer__contact .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-top: 10.1333333333vw;
    gap: 4vw;
  }
}
.footer__contact .cta__item {
  width: min(38.8888888889vw, 560px);
  height: min(18.6111111111vw, 268px);
  border-radius: 10px;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
@media screen and (width < 768px) {
  .footer__contact .cta__item {
    width: 100%;
    width: min(89.3333333333vw, 500px);
    margin: 0 auto;
    height: 220px;
  }
}
.footer__contact .cta__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
}
.footer__contact .cta__item-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.footer__contact .cta__item-inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .footer__contact .cta__item-inner:hover::after {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (width < 768px) {
  .footer__contact .cta__item:first-of-type h3 {
    left: 0;
  }
}
.footer__contact .cta__item:first-of-type::after {
  background: radial-gradient(50% 50% at 50% 50%, #3285F9 0%, #0553DD 100%);
  mix-blend-mode: multiply;
}
.footer__contact .cta__item:first-of-type .cta__item-inner::after {
  background-image: url("../img/footer-contact_bg3.webp");
}
.footer__contact .cta__item:last-of-type::after {
  background: radial-gradient(50% 50% at 50% 50%, #646567 0%, #0A2148 100%);
  mix-blend-mode: multiply;
}
.footer__contact .cta__item:last-of-type .cta__item-inner::after {
  background-image: url("../img/footer-contact_bg2.webp");
}
.footer__contact .cta__item a {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media screen and (width < 768px) {
  .footer__contact .cta__item a {
    padding: 0 4vw 0 6.9333333333vw;
  }
}
.footer__contact .cta__item h3,
.footer__contact .cta__item p.item-title {
  font-size: max(1.9444444444vw, 20px);
  position: absolute;
  top: 2.6388888889vw;
  left: 1.9444444444vw;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media screen and (width > 1440px) {
  .footer__contact .cta__item h3,
  .footer__contact .cta__item p.item-title {
    font-size: 28px;
  }
}
@media screen and (width < 768px) {
  .footer__contact .cta__item h3,
  .footer__contact .cta__item p.item-title {
    position: relative;
    top: 36px;
    left: 0;
  }
}
.footer__contact .cta__item p:not(.item-title) {
  position: absolute;
  top: max(5.6944444444vw, 60px);
  left: 2.0833333333vw;
  line-height: normal;
}
@media screen and (width < 768px) {
  .footer__contact .cta__item p:not(.item-title) {
    position: relative;
    top: 56px;
    left: 0;
    font-size: 14px;
  }
}
.footer__contact .cta__item .link-btn {
  border-color: #FFF;
  right: 24px;
  bottom: 24px;
  height: 23px;
}
.footer__contact .cta__item .link-btn .btn-arrow span {
  background: #0553DD;
}
.footer__contact .cta__item .link-btn .btn-arrow span:first-of-type {
  width: 26px;
  height: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scaleY(0.5) translateX(-50%);
          transform: scaleY(0.5) translateX(-50%);
}
.footer__contact .cta__item .link-btn .btn-arrow span.arrow::before {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  top: -2.5px;
  right: -1px;
  background: #0553DD;
}
.footer__contact .cta__item .link-btn .btn-arrow span.arrow::after {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  position: absolute;
  top: 2.5px;
  right: -1px;
  background: #0553DD;
}
.footer__contact .cta__item .link-btn::after {
  background: #0553DD;
}
@media screen and (width < 768px) {
  .footer__contact .cta__item .link-btn {
    width: 56px;
  }
}
@media (any-hover: hover) {
  .footer__contact .cta__item:hover .link-btn::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .footer__contact .cta__item:hover .link-btn .btn-arrow span,
  .footer__contact .cta__item:hover .link-btn .btn-arrow span.arrow::before,
  .footer__contact .cta__item:hover .link-btn .btn-arrow span.arrow::after {
    background: #FFF;
  }
}
.footer__nav {
  width: min(76.3888888889vw, 1100px);
  margin: 0 auto;
}
.w1280 .footer__nav, .footer__nav.w1280 {
  width: min(88.8888888889vw, 1280px);
}
@media screen and (width < 768px) {
  .footer__nav {
    width: 89.3333333333vw;
  }
}
.footer__nav {
  margin: min(7.5694444444vw, 109px) auto min(7.6388888889vw, 110px);
}
@media screen and (width < 768px) {
  .footer__nav {
    margin: 54px auto 151px 27px;
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(5.5902777778vw, 80.5px);
  margin-left: -64px;
  flex-wrap: wrap
}
@media screen and (width < 768px) {
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
    margin-left: 0;
  }
}
.footer__nav-list > li > a {
  color: #0553DD;
  font-weight: 700;
  width: 100%;
}
.footer__nav-list li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (width < 1296px) {
  .footer__nav-list li {
    width: auto;
  }
}
.footer .menu-item-has-children .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-left: 14px;
  margin-top: 16px;
  font-size: 14px;
  position: relative;
  border-left: 2px solid #B7CEE0;
}
.footer .menu-item-has-children .sub-menu::before {
  position: absolute;
  content: "";
  height: 9px;
  top: 0;
  left: -1.5px;
  border-left: 2px solid #0553DD;
}
@media screen and (width < 768px) {
  .footer .menu-item-has-children .sub-menu {
    padding-left: 16px;
  }
}
.footer .sns-link {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  right: 79px;
  bottom: 72px;
}
@media screen and (width < 768px) {
  .footer .sns-link {
    gap: 34px;
    bottom: 94px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.footer__bar {
  display: inline-block;
  width: 100%;
  height: 32px;
  background: #333;
  text-align: center;
}
.footer__bar p {
  color: #FFF;
  font-family: "Inter", sans-serif;
  line-height: 2;
}
@media screen and (width < 768px) {
  .footer__bar p {
    font-size: 14px;
  }
}

.service {
  background: #F4F4F5;
  position: relative;
}
.service__inner {
  padding: min(11.4583333333vw, 165px) min(9.7916666667vw, 141px) min(14.2361111111vw, 205px) min(5.4861111111vw, 79px);
  position: relative;
}
@media screen and (width > 1440px) {
  .service__inner {
    width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (width < 768px) {
  .service__inner {
    padding-top: 17.0666666667vw;
    padding-bottom: 41.3333333333vw;
    padding-right: 0;
  }
}
.service__title {
  width: 100%;
}
.service__title h2,
.service__title p.section-title {
  color: #9A9A9A;
  font-family: "Arial", sans-serif;
  font-size: min(3.8888888889vw, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  letter-spacing: 0.01em;
}
@media screen and (width < 768px) {
  .service__title h2,
  .service__title p.section-title {
    font-size: 40px;
  }
  .service__title h2 img,
  .service__title p.section-title img {
    height: 16px;
    width: auto;
  }
}
.service__title p:not(.section-title) {
  margin-top: 7px;
  margin-left: 34px;
  color: #1A4591;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .service__title p:not(.section-title) {
    margin-top: -0.8vw;
    margin-left: 27px;
    font-size: 14px;
  }
}
@media screen and (width < 768px) {
  .service__title {
    margin-bottom: 98.9333333333vw;
  }
}
.service__content {
  overflow: hidden;
}
.service__content > h3 {
  margin-top: 43px;
  font-size: max(2.2222222222vw, 24px);
  font-weight: 500;
  letter-spacing: 0.005em;
  background-color: #F4F4F5;
}
@media screen and (width > 1440px) {
  .service__content > h3 {
    font-size: 32px;
  }
}
@media screen and (width < 768px) {
  .service__content > h3 {
    margin-top: 0;
  }
}
.service__content .service-img {
  position: absolute;
  top: 11.1111111111vw;
  bottom: auto;
  right: min(15.5555555556vw, 224px);
  border-radius: 10px;
  width: min(34.5833333333vw, 498px);
  height: min(30.2083333333vw, 435px);
}
@media screen and (width < 850px) {
  .service__content .service-img {
    right: 40px;
  }
}
@media screen and (width < 768px) {
  .service__content .service-img {
    width: 87.2vw;
    height: auto;
    top: min(45.3333333333vw, 240px);
    right: auto;
  }
}
.service .service-fig {
  position: absolute;
  top: min(25.4166666667vw, 366px);
  right: 0;
  mix-blend-mode: multiply;
  height: min(18.5416666667vw, 267px);
  z-index: 1;
}
@media screen and (width < 768px) {
  .service .service-fig {
    top: 59.7333333333vw;
    height: 25.0666666667vw;
  }
}
.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: absolute;
  bottom: -10vw;
  z-index: 1;
}
@media screen and (width > 1440px) {
  .service__list {
    bottom: -144px;
  }
}
@media screen and (width < 768px) {
  .service__list {
    gap: 22px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    bottom: -36vw;
  }
}
.service__item {
  width: min(21.1805555556vw, 305px);
  height: min(15.4861111111vw, 223px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  border-radius: 13px;
  -webkit-filter: drop-shadow(0 0 20px rgba(157, 180, 199, 0.16));
          filter: drop-shadow(0 0 20px rgba(157, 180, 199, 0.16));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (width < 768px) {
  .service__item {
    width: 42.9333333333vw;
    height: 31.4666666667vw;
  }
}
.service__item .item-footer {
  position: absolute;
  bottom: 0;
  width: min(21.1805555556vw, 305px);
  height: 52px;
  border-radius: 0 0 8px 8px;
  opacity: 0.7;
  background: #FFF;
}
@media screen and (width < 768px) {
  .service__item .item-footer {
    width: 42.9333333333vw;
    height: 50px;
  }
}
.service__item h3 {
  position: absolute;
  left: 16px;
  bottom: min(0.9722222222vw, 14px);
  font-size: max(1.3888888889vw, 14px);
  font-weight: 500;
  width: 201px;
  letter-spacing: 0.005em;
}
@media screen and (width > 1440px) {
  .service__item h3 {
    font-size: 20px;
  }
}
@media screen and (width < 1296px) {
  .service__item h3 {
    width: 10.4166666667vw;
  }
}
@media screen and (width < 768px) {
  .service__item h3 {
    width: 24.5333333333vw;
    bottom: 13px;
  }
}
@media screen and (width < 375px) {
  .service__item h3 {
    font-size: 3.7333333333vw;
  }
}
.service__item:nth-of-type(1) {
  background-image: url("../img/top-service_pd1.webp");
}
.service__item:nth-of-type(2) {
  background-image: url("../img/top-service_pd2.webp");
}
.service__item:nth-of-type(3) {
  margin-left: -6px;
  background-image: url("../img/top-service_pd3.webp");
}
@media screen and (width < 768px) {
  .service__item:nth-of-type(3) {
    margin-left: 0;
  }
}
.service__item:nth-of-type(4) {
  margin-left: -6px;
  background-image: url("../img/top-service_pd4.webp");
}
@media screen and (width < 768px) {
  .service__item:nth-of-type(4) {
    margin-left: 0;
  }
}
.service__item .link-btn {
  right: 16px;
  bottom: 14px;
}
@media screen and (width < 768px) {
  .service__item .link-btn {
    right: 13px;
  }
  .service__item .link-btn .btn-arrow span:first-of-type {
    width: 20px;
  }
}
@media screen and (width < 375px) {
  .service__item .link-btn {
    width: 11.7333333333vw;
  }
}
@media (any-hover: hover) {
  .service__item:hover .link-btn::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .service__item:hover .link-btn .btn-arrow span,
  .service__item:hover .link-btn .btn-arrow span.arrow::before,
  .service__item:hover .link-btn .btn-arrow span.arrow::after {
    background: #FFF;
  }
}
.service__text {
  margin-top: 34px;
  width: max(32.8472222222vw, 340px);
  line-height: 2;
  font-weight: 500;
}
@media screen and (width > 1440px) {
  .service__text {
    width: 422px;
  }
}
@media screen and (width < 768px) {
  .service__text {
    margin-top: 8.2666666667vw;
    width: min(90.6666666667vw, 400px);
  }
}
.service__text a {
  color: #3285F9;
  margin-left: -4px;
}
.service .section-btn {
  bottom: max(-21.484375vw, -230px);
  right: min(5.5555555556vw, 80px);
}
@media screen and (width > 1440px) {
  .service .section-btn {
    bottom: -230px;
  }
}
@media screen and (width < 768px) {
  .service .section-btn {
    bottom: -59.2vw;
    right: 20px;
  }
}

.second-service {
  padding-top: 120px;
}
.second-service .service__content {
  overflow: visible;
}

.second-service .service__inner {
  padding-left: min(8.4861111111vw, 100px);
  margin-bottom: -270px;
}

.second-service .service__content .service-img {
  right: min(4.255556vw, 224px);
}

@media screen and (width > 1440px) {
  .second-service .service__text {
    width: 680px;
  }
}
@media (max-width: 768px) {
  .second-service {
    padding-top: 260px;
  }
  .second-service .service__title {
    margin-bottom: 85.933333vw;
  }
  .second-service .service__inner {
    padding: min(11.4583333333vw, 165px) min(7.7916666667vw, 141px) min(18.2361111111vw, 205px) min(5.4861111111vw, 79px);
  }
  .second-service .service__content .service-img {
    top: min(38.333333vw, 240px);
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    right: auto;
  }
}
.intro {
  position: relative;
  padding: min(6.25vw, 90px) 0 min(9.2361111111vw, 133px);
  height: min(39.0625vw, 409px);
}
@media screen and (width < 768px) {
  .intro {
    padding: 64px 0 0;
    margin-bottom: 167px;
  }
}
.intro__inner {
  width: min(76.3888888889vw, 1100px);
  margin: 0 auto;
}
.w1280 .intro__inner, .intro__inner.w1280 {
  width: min(88.8888888889vw, 1280px);
}
@media screen and (width < 768px) {
  .intro__inner {
    width: 89.3333333333vw;
  }
}
.intro__inner h2 {
  color: #333;
  font-size: max(2.2222222222vw, 24px);
  font-weight: 500;
  letter-spacing: 0.001em;
}
@media screen and (width > 1440px) {
  .intro__inner h2 {
    font-size: 32px;
  }
}
.intro__inner > p {
  margin-top: 1.5972222222vw;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.001em;
}
@media screen and (width < 768px) {
  .intro__inner > p {
    margin-top: 20px;
    font-size: 14px;
    width: 88.2666666667vw;
  }
}
.intro__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (width < 768px) {
  .intro__img img {
    width: 86.6666666667vw;
    height: auto;
  }
}
.intro .section-btn {
  margin-top: 2.9166666667vw;
}
@media screen and (width < 768px) {
  .intro .section-btn {
    margin-top: 39px;
    position: absolute;
    right: 20px;
  }
}

.business {
  padding: min(5.8333333333vw, 84px) 0 min(16.4583333333vw, 237px);
  background-image: url("../img/service-business_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (width < 768px) {
  .business {
    padding: 17.0666666667vw 0;
  }
}
.business__inner {
  width: min(76.3888888889vw, 1100px);
  margin: 0 auto;
}
.w1280 .business__inner, .business__inner.w1280 {
  width: min(88.8888888889vw, 1280px);
}
@media screen and (width < 768px) {
  .business__inner {
    width: 89.3333333333vw;
  }
}
.business__inner h2 {
  color: #333;
  font-size: max(2.2222222222vw, 24px);
  font-weight: 600;
  letter-spacing: 0.001em;
}
@media screen and (width > 1440px) {
  .business__inner h2 {
    font-size: 32px;
  }
}
@media screen and (width < 768px) {
  .business__inner h2 {
    font-weight: 500;
  }
}
.business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.9166666667vw, 42px) min(1.8055555556vw, 26px);
  margin-top: 3.4027777778vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width < 768px) {
  .business__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 31px;
    margin-top: 22px;
  }
}
.business__item {
  width: min(37.2916666667vw, 537px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
  border-radius: 10px;
}
.business__item > img {
  border-radius: 11px;
}
.business__item .link-btn {
  height: 23px;
}
.business__item .btn-arrow span {
  background: #0553DD;
}
.business__item .btn-arrow span:first-of-type {
  width: 26px;
  height: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scaleY(0.5) translateX(-50%);
          transform: scaleY(0.5) translateX(-50%);
}
.business__item .btn-arrow span.arrow::before {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  top: -2.5px;
  right: -1px;
  background: #0553DD;
}
.business__item .btn-arrow span.arrow::after {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  position: absolute;
  top: 2.5px;
  right: -1px;
  background: #0553DD;
}
@media (any-hover: hover) {
  .business__item:hover .link-btn::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .business__item:hover .btn-arrow span,
  .business__item:hover .btn-arrow span.arrow::before,
  .business__item:hover .btn-arrow span.arrow::after {
    background: #FFF;
  }
}
.business__item > img {
  width: min(37.2916666667vw, 537px);
  height: min(22.5694444444vw, 325px);
}
@media screen and (width < 768px) {
  .business__item {
    width: 100%;
    height: min(108.8vw, 490px);
  }
  .business__item > img {
    width: 89.3333333333vw;
    height: min(53.3333333333vw, 300px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (width < 375px) {
  .business__item {
    height: 408px;
  }
}
.business .item__content {
  margin: min(1.5972222222vw, 23px) min(3.1944444444vw, 46px) min(5.0694444444vw, 73px) min(3.3333333333vw, 48px);
  border-left: 2px solid #B7CEE0;
  position: relative;
}
.business .item__content::before {
  position: absolute;
  content: "";
  height: 19px;
  top: 0;
  left: -1.5px;
  border-left: 2px solid #0553DD;
}
.business .item__content .text {
  color: #333;
  padding-left: 24px;
  height: 190px;
}
@media screen and (width < 768px) {
  .business .item__content .text {
    height: 160px;
  }
}
.business .item__content .text h3 {
  font-size: max(1.9444444444vw, 20px);
  font-weight: 500;
  letter-spacing: 0.001em;
  line-height: 1;
  margin-top: 7px;
}
@media screen and (width > 1440px) {
  .business .item__content .text h3 {
    font-size: 28px;
  }
}
.business .item__content .text > p {
  margin-top: 1.5972222222vw;
  line-height: 1.5;
  letter-spacing: 0.001em;
}
@media screen and (width < 768px) {
  .business .item__content {
    margin: 25px 25px 60px 25px;
  }
  .business .item__content .text > p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.business .item__content .text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.business .link-btn {
  right: 3.125vw;
  bottom: 2.7083333333vw;
}
.business .link-btn span {
  background: #0553DD;
}
.business .link-btn span:first-of-type {
  width: 26px;
  height: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scaleY(0.5) translateX(-50%);
          transform: scaleY(0.5) translateX(-50%);
}
.business .link-btn span.arrow::before {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  top: -2.5px;
  right: -1px;
  background: #0553DD;
}
.business .link-btn span.arrow::after {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  position: absolute;
  top: 2.5px;
  right: -1px;
  background: #0553DD;
}
@media screen and (width < 768px) {
  .business .link-btn {
    right: 6.4vw;
    bottom: 6.4vw;
    width: 56px;
  }
}

.page-business .leading {
  width: min(76.3888888889vw, 1100px);
  margin: 0 auto;
}
.w1280 .page-business .leading, .page-business .leading.w1280 {
  width: min(88.8888888889vw, 1280px);
}
@media screen and (width < 768px) {
  .page-business .leading {
    width: 89.3333333333vw;
  }
}
.page-business .leading__inner {
  width: max(55.4166666667vw, 550px);
  margin: 0;
}
.page-business .leading__inner h2,
.page-business .leading__inner h3 {
  letter-spacing: 0.001em;
}
@media screen and (width > 1440px) {
  .page-business .leading__inner {
    width: 798px;
  }
}
@media screen and (width < 768px) {
  .page-business .leading__inner {
    max-width: 89.3333333333vw;
  }
}
.page-business .leading .article {
  padding: 0;
}
.page-business .leading .article h2 {
  margin-top: 32px;
}
.page-business .leading .more-article {
  margin-top: 27px;
  color: #0553DD;
  display: inline-block;
}
.page-business .product {
  padding-top: min(3.4722222222vw, 50px);
}
.page-business .product h2 {
  margin-top: 12px;
  vertical-align: middle;
  font-weight: 700;
  background: linear-gradient(91deg, #286ADF -1.3%, #163979 112.94%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.01em;
  font-size: max(2.7777777778vw, 32px);
}
.page-business .product h2:not(.page-business .product h2.page-fixed) {
  margin-left: 3px;
}
@media screen and (width > 1440px) {
  .page-business .product h2 {
    font-size: 40px;
  }
}
@media screen and (width < 768px) {
  .page-business .product h2 {
    font-size: 28px;
  }
}
.page-business .needs {
  padding-top: 0;
}
@media screen and (width < 768px) {
  .page-business .needs {
    padding-top: 40px;
  }
}
.page-business .needs h2 {
  margin-top: 12px;
  margin-left: auto !important;
  width: min(76.3888888889vw, 1100px);
  margin: 0 auto;
}
.w1280 .page-business .needs h2, .page-business .needs h2.w1280 {
  width: min(88.8888888889vw, 1280px);
}
@media screen and (width < 768px) {
  .page-business .needs h2 {
    width: 89.3333333333vw;
  }
}
.page-business .needs h2 {
  vertical-align: middle;
  font-weight: 700;
  background: linear-gradient(91deg, #286ADF -1.3%, #163979 112.94%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.01em;
  font-size: max(2.7777777778vw, 32px);
}
.page-business .needs h2:not(.page-business .needs h2.page-fixed) {
  margin-left: 3px;
}
@media screen and (width > 1440px) {
  .page-business .needs h2 {
    font-size: 40px;
  }
}
@media screen and (width < 768px) {
  .page-business .needs h2 {
    font-size: 28px;
  }
}
.page-business .needs__inner--lower {
  margin-top: min(7.1527777778vw, 103px);
}
.page-business .article {
  border: none;
}
.page-business > .article {
  padding-top: 46px;
}
@media screen and (width < 768px) {
  .page-business > .article {
    padding-top: 0;
  }
}

.aboutus {
  padding-top: 22.5vw;
  padding-bottom: 2.8472222222vw;
  position: relative;
  overflow: hidden;
}
@media screen and (width < 768px) {
  .aboutus {
    margin-top: 70.1333333333vw;
  }
}
.aboutus__inner {
  position: relative;
  z-index: 0;
}
@media screen and (width > 1440px) {
  .aboutus__inner {
    width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (width < 768px) {
  .aboutus__inner {
    margin: 0 20px;
  }
}
.aboutus__fig {
  position: absolute;
  z-index: 1;
  mix-blend-mode: multiply;
}
.aboutus__fig:nth-of-type(1) {
  top: 15.9722222222vw;
  left: -1.7361111111vw;
}
@media screen and (width < 768px) {
  .aboutus__fig:nth-of-type(1) {
    top: 14.6666666667vw;
    left: 33.8666666667vw;
    height: 6.6666666667vw;
  }
}
.aboutus__fig:nth-of-type(2) {
  top: 31.9444444444vw;
  left: calc(50% + 30px);
  display: block;
}
@media screen and (width < 768px) {
  .aboutus__fig:nth-of-type(2) {
    display: none;
  }
}
.aboutus__fig:nth-of-type(3) {
  top: 24.3055555556vw;
  right: -1.0416666667vw;
}
@media screen and (width < 768px) {
  .aboutus__fig:nth-of-type(3) {
    top: 3.7333333333vw;
    height: 7.2vw;
  }
}
.aboutus__title {
  margin-left: 5.4861111111vw;
}
.aboutus__title h2,
.aboutus__title p.section-title {
  color: #9A9A9A;
  font-family: "Arial", sans-serif;
  font-size: min(3.8888888889vw, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  letter-spacing: 0.01em;
}
@media screen and (width < 768px) {
  .aboutus__title h2,
  .aboutus__title p.section-title {
    font-size: 40px;
  }
  .aboutus__title h2 img,
  .aboutus__title p.section-title img {
    height: 16px;
    width: auto;
  }
}
.aboutus__title p:not(.section-title) {
  margin-top: 7px;
  margin-left: 34px;
  color: #1A4591;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .aboutus__title p:not(.section-title) {
    margin-top: -0.8vw;
    margin-left: 27px;
    font-size: 14px;
  }
}
.aboutus__title h2 {
  gap: 11px;
}
.aboutus__title p {
  margin-left: 30px;
}
@media screen and (width < 768px) {
  .aboutus__title {
    margin-left: 0;
  }
}
.aboutus__content {
  margin-left: 4.1666666667vw;
  position: relative;
  z-index: 1;
}
@media screen and (width < 768px) {
  .aboutus__content {
    margin-left: 0;
  }
}
.aboutus__content h3 {
  margin-top: 45px;
  margin-left: 21px;
  font-size: max(2.2222222222vw, 24px);
  font-weight: 500;
  letter-spacing: 0.01em;
  width: 48.1770833333vw;
}
@media screen and (width > 1440px) {
  .aboutus__content h3 {
    font-size: 32px;
  }
}
@media screen and (width < 768px) {
  .aboutus__content h3 {
    width: 100%;
    margin-top: 49px;
    margin-left: 0;
  }
}
.aboutus__text {
  margin-top: 34px;
  margin-left: 1.1805555556vw;
  width: 46.3194444444vw;
  line-height: 2;
  font-weight: 400;
}
@media screen and (width < 768px) {
  .aboutus__text {
    margin-left: 3px;
    margin-top: 37px;
    width: 100%;
  }
}
.aboutus__img {
  position: absolute;
  top: min(20.4166666667vw, 294px);
  right: 0;
  z-index: -1;
}
@media screen and (width < 768px) {
  .aboutus__img {
    top: 0;
    right: -20px;
  }
  .aboutus__img img {
    width: 95.4666666667vw;
    height: 55.7333333333vw;
  }
}
.aboutus .section-btn {
  top: min(15.5555555556vw, 224px);
  right: min(5.5555555556vw, 80px);
}
@media screen and (width < 768px) {
  .aboutus .section-btn {
    top: 460px;
    right: 0;
  }
}
.aboutus__list {
  margin: 81px auto 0;
  padding: min(3.8888888889vw, 56px);
  border-radius: 20px;
  background: #ECF1F5;
  -webkit-box-shadow: 0 0 20px 0 rgba(157, 180, 199, 0.16);
          box-shadow: 0 0 20px 0 rgba(157, 180, 199, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.3888888889vw, 20px);
  width: min(97.2222222222vw, 1400px);
  min-height: min(40.9027777778vw, 589px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width < 768px) {
  .aboutus__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 60px;
    padding: 52px 26px 49px;
    margin-top: 44.8vw;
  }
}
.aboutus__item {
  width: min(19.6527777778vw, 283px);
}
@media screen and (width < 768px) {
  .aboutus__item {
    width: 100%;
  }
}
.aboutus__item .icon-section {
  width: 135px;
  height: 135px;
  position: relative;
  background-color: #FFF;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .aboutus__item .icon-section {
    width: 135px;
    height: 135px;
  }
}
.aboutus__item .icon-section img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aboutus__item:first-of-type {
  margin-left: -7px;
}
@media screen and (width < 768px) {
  .aboutus__item:first-of-type {
    margin-left: auto;
  }
  .aboutus__item:first-of-type .icon-section {
    margin-left: auto;
  }
}
.aboutus__item h3 {
  margin-top: min(2.2916666667vw, 340px);
  color: #004EA2;
  font-size: max(1.6666666667vw, 18px);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (width > 1440px) {
  .aboutus__item h3 {
    font-size: 24px;
  }
}
@media screen and (width < 768px) {
  .aboutus__item h3 {
    width: 100%;
    margin-top: 4vw;
  }
}
.aboutus__item p {
  margin-top: min(2.0833333333vw, 30px);
  color: #333;
  font-weight: 500;
  line-height: 2;
}
@media screen and (width < 768px) {
  .aboutus__item p {
    font-size: 14px;
    margin-top: 25px;
  }
}
.aboutus__item:nth-of-type(1) p {
  margin-left: 5px;
}
@media screen and (width < 768px) {
  .aboutus__item:nth-of-type(1) p {
    margin-left: 0;
  }
}

.strength, .company, .product, .overseas {
  margin-top: min(5.9722222222vw, 86px);
  padding-bottom: min(9.7222222222vw, 140px);
}
@media screen and (width < 768px) {
  .strength, .company, .product, .overseas {
    margin-top: 60px;
    padding-bottom: 63px;
  }
}
.strength__inner, .company__inner, .product__inner, .overseas__inner {
  color: #222;
  width: min(76.3888888889vw, 1100px);
  margin: 0 auto;
}
.w1280 .strength__inner, .w1280 .company__inner, .w1280 .product__inner, .w1280 .overseas__inner, .strength__inner.w1280, .w1280.company__inner, .w1280.product__inner, .w1280.overseas__inner {
  width: min(88.8888888889vw, 1280px);
}
@media screen and (width < 768px) {
  .strength__inner, .company__inner, .product__inner, .overseas__inner {
    width: 89.3333333333vw;
  }
}
.strength__inner > p, .company__inner > p, .product__inner > p, .overseas__inner > p {
  margin-top: 40px;
  line-height: 1.5;
  letter-spacing: 0.001em;
}
@media screen and (width < 768px) {
  .strength__inner > p, .company__inner > p, .product__inner > p, .overseas__inner > p {
    margin-top: 24px;
    margin-left: 5px;
  }
}
.strength h2, .company h2, .product h2, .overseas h2 {
  font-size: max(2.2222222222vw, 24px);
  font-weight: 500;
  letter-spacing: 0.001em;
}
@media screen and (width > 1440px) {
  .strength h2, .company h2, .product h2, .overseas h2 {
    font-size: 32px;
  }
}
@media screen and (width < 768px) {
  .strength h2, .company h2, .product h2, .overseas h2 {
    margin-left: 8px;
  }
}
.strength .strength__img, .company .strength__img, .product .strength__img, .overseas .strength__img {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width < 768px) {
  .strength .strength__img, .company .strength__img, .product .strength__img, .overseas .strength__img {
    margin-top: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.strength .strength__img img, .company .strength__img img, .product .strength__img img, .overseas .strength__img img {
  width: min(25.4861111111vw, 367px);
  height: min(24.9305555556vw, 359px);
}
@media screen and (width < 768px) {
  .strength .strength__img img, .company .strength__img img, .product .strength__img img, .overseas .strength__img img {
    width: 167px;
    height: 164px;
    border-radius: 0;
  }
}
@media screen and (width < 375px) {
  .strength .strength__img img, .company .strength__img img, .product .strength__img img, .overseas .strength__img img {
    width: 44.5333333333vw;
    height: 43.7333333333vw;
  }
}
.strength .strength__img img:first-of-type, .company .strength__img img:first-of-type, .product .strength__img img:first-of-type, .overseas .strength__img img:first-of-type {
  border-radius: 10px 0 0 10px;
}
@media screen and (width < 768px) {
  .strength .strength__img img:first-of-type, .company .strength__img img:first-of-type, .product .strength__img img:first-of-type, .overseas .strength__img img:first-of-type {
    border-radius: 0;
  }
}
.strength .strength__img img:last-of-type, .company .strength__img img:last-of-type, .product .strength__img img:last-of-type, .overseas .strength__img img:last-of-type {
  border-radius: 0 10px 10px 0;
}
@media screen and (width < 768px) {
  .strength .strength__img img:last-of-type, .company .strength__img img:last-of-type, .product .strength__img img:last-of-type, .overseas .strength__img img:last-of-type {
    width: 334px;
    border-radius: 0;
  }
}

.overseas {
  margin-top: 0;
  padding: min(6.875vw, 99px) 0 min(6.9444444444vw, 100px);
  background: #F4F4F5;
  position: relative;
}
@media screen and (width < 768px) {
  .overseas {
    padding: 60px 0 0;
    height: min(172vw, 555px);
  }
}
@media screen and (width < 375px) {
  .overseas {
    height: 555px;
  }
}
.overseas__inner > p {
  margin-top: 3.5416666667vw;
  width: max(26.5972222222vw, 280px);
}
@media screen and (width > 1440px) {
  .overseas__inner > p {
    width: 383px;
  }
}
@media screen and (width < 768px) {
  .overseas__inner > p {
    margin-top: 32px;
    width: min(87.7333333333vw, 529px);
  }
}
.overseas .section-btn {
  margin-top: min(3.4722222222vw, 50px);
  position: relative;
  left: min(11.9444444444vw, 172px);
  right: auto;
}
@media screen and (width < 768px) {
  .overseas .section-btn {
    position: absolute;
    left: auto;
    right: 4.8vw;
    margin-top: 25px;
  }
}
.overseas img {
  position: absolute;
  border-radius: 11px;
}
.overseas img:first-of-type {
  inset: min(-1.7361111111vw, -25px) 11.8055555556vw auto auto;
  width: min(37.2916666667vw, 537px);
  height: min(22.5vw, 324px);
}
@media screen and (width > 1440px) {
  .overseas img:first-of-type {
    right: 17.7083333333vw;
  }
}
@media screen and (width < 768px) {
  .overseas img:first-of-type {
    inset: auto auto 108px 5.3333333333vw;
    width: min(56.2666666667vw, 359px);
    height: min(33.8666666667vw, 216px);
  }
}
.overseas img:last-of-type {
  right: 5.4166666667vw;
  bottom: min(-2.0138888889vw, -29px);
  width: min(26.5277777778vw, 382px);
  height: min(15.9722222222vw, 230px);
}
@media screen and (width > 1440px) {
  .overseas img:last-of-type {
    right: 12.9166666667vw;
  }
}
@media screen and (width < 993px) {
  .overseas img:last-of-type {
    bottom: 7.8125vw;
  }
}
@media screen and (width < 768px) {
  .overseas img:last-of-type {
    left: 60vw;
    bottom: 14.4vw;
    width: min(39.7333333333vw, 253px);
    height: min(24vw, 153px);
  }
}

.product {
  margin-top: 0;
  padding: min(9.6527777778vw, 139px) 0 min(4.5138888889vw, 65px);
}
@media screen and (width < 768px) {
  .product {
    padding: 21.6vw 0 0;
  }
}
.product__inner {
  position: relative;
}
.product .materials__list {
  margin-top: min(3.5416666667vw, 51px);
}
@media screen and (width < 768px) {
  .product .materials__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 31px;
  }
}
.product .materials__item {
  width: min(24.3055555556vw, 350px);
  height: min(17.7777777778vw, 256px);
}
@media screen and (width < 768px) {
  .product .materials__item {
    width: min(89.3333333333vw, 500px);
    height: 50.6666666667vw;
    margin: 0 auto;
  }
}
.product .section-btn {
  margin-top: 31px;
  position: absolute;
  right: 0;
}
@media screen and (width < 768px) {
  .product .section-btn {
    margin-top: 40px;
  }
}

.company {
  padding: min(4.0972222222vw, 59px) 0 min(9.0277777778vw, 130px);
}
@media screen and (width < 768px) {
  .company {
    padding: 110px 0;
  }
}
.company__inner h2 {
  text-align: center;
}
@media screen and (width < 768px) {
  .company__inner h2 {
    text-align: left;
    margin-left: 0;
  }
}
.company__body {
/*   width: min(54.5833333333vw, 786px); */
  margin: min(2.9166666667vw, 42px) auto 0;
}
@media screen and (width < 768px) {
  .company__body {
    width: 100%;
  }
}
.company__body dl {
  padding: min(1.4583333333vw, 21px) 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../img/company_bar.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (width < 768px) {
  .company__body dl {
	gap: 6px;
    padding: 22px 0;
  }
  .company__body dl:nth-of-type(n+6) {
    padding: 23px 0;
  }
}
@media screen and (width < 430px) {
  .company__body dl {
	gap: 12px;
	}
}

.company__body dt {
  width: 12.7%;
  padding-left: 9px;
  font-weight: 600;
  color: #333;
}
@media screen and (width < 768px) {
  .company__body dt {
    width: 32.8%;
    vertical-align: text-top;
  }
}
.company__body dd {
  width: 87.3%;
  padding-left: 35px;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .company__body dd {
    width: 67.2%;
    padding-left: 0;
    font-size: 14px;
  }
}

.needs {
  padding-top: min(5.5555555556vw, 80px);
  position: relative;
}
@media screen and (width < 768px) {
  .needs {
    padding-top: 90px;
  }
}
.needs__inner {
  padding: 0 min(5.4861111111vw, 79px);
  position: relative;
}
@media screen and (width > 1440px) {
  .needs__inner {
    width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (width < 768px) {
  .needs__inner {
    padding-left: 0;
    padding-right: 0;
    margin: 0 19px;
  }
}
.needs__inner--lower {
  margin-top: min(12.2222222222vw, 176px);
  height: 100%;
  background: #F4F4F5;
  position: relative;
  padding: 0 min(5.5555555556vw, 80px) min(1.0416666667vw, 15px);
}
@media screen and (width < 768px) {
  .needs__inner--lower {
    padding-top: 54px;
    padding-bottom: 54px;
    margin-top: 66.4vw;
  }
}
.needs__title h2,
.needs__title p.section-title {
  color: #9A9A9A;
  font-family: "Arial", sans-serif;
  font-size: min(3.8888888889vw, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  letter-spacing: 0.01em;
}
@media screen and (width < 768px) {
  .needs__title h2,
  .needs__title p.section-title {
    font-size: 40px;
  }
  .needs__title h2 img,
  .needs__title p.section-title img {
    height: 16px;
    width: auto;
  }
}
.needs__title p:not(.section-title) {
  margin-top: 7px;
  margin-left: 34px;
  color: #1A4591;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .needs__title p:not(.section-title) {
    margin-top: -0.8vw;
    margin-left: 27px;
    font-size: 14px;
  }
}
.needs__content {
  position: relative;
}
.needs__content h3 {
  margin-top: 41px;
  font-size: max(2.2222222222vw, 24px);
  font-weight: 500;
  letter-spacing: 0.005em;
  width: 48.1770833333vw;
  line-height: normal;
}
@media screen and (width > 1440px) {
  .needs__content h3 {
    font-size: 32px;
  }
}
@media screen and (width < 768px) {
  .needs__content h3 {
    width: 100%;
    margin-top: 49px;
  }
}
.needs__text {
  margin-top: 24px;
  line-height: 2;
  font-weight: 500;
  width: 47.9166666667vw;
}
@media screen and (width < 768px) {
  .needs__text {
    margin-top: 32px;
    width: 100%;
  }
}
.needs__img {
  position: absolute;
  border-radius: 10px;
}
.needs__img:nth-of-type(1) {
  left: calc(50% + 68px);
  top: min(6.6666666667vw, 96px);
  width: min(18.9583333333vw, 273px);
  height: min(12.7083333333vw, 183px);
}
@media screen and (width < 768px) {
  .needs__img:nth-of-type(1) {
    left: 0;
    top: auto;
    bottom: -49.8666666667vw;
    width: 36.8vw;
    height: 24.5333333333vw;
  }
}
.needs__img:nth-of-type(2) {
  top: min(-1.6666666667vw, -24px);
  bottom: auto;
  right: 0;
  width: min(23.8888888889vw, 344px);
  height: min(16.6666666667vw, 240px);
}
@media screen and (width < 768px) {
  .needs__img:nth-of-type(2) {
    top: auto;
    bottom: -41.8666666667vw;
    right: 4px;
    width: 47.4666666667vw;
    height: 32.2666666667vw;
  }
}
.needs__fig {
  position: absolute;
  right: 0;
  top: min(17.8472222222vw, 257px);
  mix-blend-mode: multiply;
  height: min(9.6527777778vw, 139px);
}
@media screen and (width < 768px) {
  .needs__fig {
    top: 506px;
    right: 27px;
    height: 18.6666666667vw;
  }
}
.needs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.7361111111vw, 25px) min(1.25vw, 18px);
  position: relative;
  top: min(-3.6111111111vw, -52px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: min(88.9583333333vw, 1281px);
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .needs__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    top: 0;
  }
}
.needs__item {
  width: min(43.75vw, 630px);
  height: min(9.0972222222vw, 131px);
  -webkit-box-shadow: 0 4px 20px 0 rgba(75, 82, 96, 0.1);
          box-shadow: 0 4px 20px 0 rgba(75, 82, 96, 0.1);
  background: #FFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(2.5vw, 36px) min(2.1527777778vw, 31px) min(2.3611111111vw, 34px);
}
@media screen and (width < 768px) {
  .needs__item {
    width: 100%;
    height: 128px;
    padding: 8.5333333333vw 4.5333333333vw 7.2vw 4vw;
  }
}
.needs__item--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.needs__item--left p {
  color: #0A2148;
  font-size: max(1.3888888889vw, 14px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.005em;
  padding-right: 18px;
}
@media screen and (width > 1440px) {
  .needs__item--left p {
    font-size: 20px;
  }
}
@media screen and (width < 768px) {
  .needs__item--left p {
    padding-right: 0;
    width: 53.8666666667vw;
    font-size: 16px;
  }
}
@media screen and (width < 768px) {
  .needs__item--left {
    gap: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.needs__item--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.875vw, 27px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.needs__item--right span {
  display: inline-block;
  width: 1px;
  height: 48px;
  background: #D9D9D9;
}
@media screen and (width < 768px) {
  .needs__item--right span {
    height: 64px;
  }
}
.needs__item--right .link-btn {
  position: relative;
  height: 23px;
}
.needs__item--right .link-btn .btn-arrow span {
  background: #0553DD;
}
.needs__item--right .link-btn .btn-arrow span:first-of-type {
  width: 26px;
  height: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scaleY(0.5) translateX(-50%);
          transform: scaleY(0.5) translateX(-50%);
}
.needs__item--right .link-btn .btn-arrow span.arrow::before {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  top: -2.5px;
  right: -1px;
  background: #0553DD;
}
.needs__item--right .link-btn .btn-arrow span.arrow::after {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  position: absolute;
  top: 2.5px;
  right: -1px;
  background: #0553DD;
}
@media screen and (width < 768px) {
  .needs__item--right .link-btn {
    width: 56px;
  }
}
@media (any-hover: hover) {
  .needs__item:hover .link-btn::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .needs__item:hover .link-btn .btn-arrow span,
  .needs__item:hover .link-btn .btn-arrow span.arrow::before,
  .needs__item:hover .link-btn .btn-arrow span.arrow::after {
    background: #FFF;
  }
}

.materials {
  padding: min(7.9861111111vw, 115px) min(5.7638888889vw, 83px) min(13.2638888889vw, 191px);
  position: relative;
}
@media screen and (width < 768px) {
  .materials {
    padding: 17.0666666667vw 0 34.1333333333vw;
  }
}
.materials__inner {
  position: relative;
}
@media screen and (width > 1440px) {
  .materials__inner {
    width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (width < 768px) {
  .materials__inner {
    margin: 0 20px;
  }
}
.materials__title h2,
.materials__title p.section-title {
  color: #9A9A9A;
  font-family: "Arial", sans-serif;
  font-size: min(3.8888888889vw, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  letter-spacing: 0.01em;
}
@media screen and (width < 768px) {
  .materials__title h2,
  .materials__title p.section-title {
    font-size: 40px;
  }
  .materials__title h2 img,
  .materials__title p.section-title img {
    height: 16px;
    width: auto;
  }
}
.materials__title p:not(.section-title) {
  margin-top: 7px;
  margin-left: 34px;
  color: #1A4591;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .materials__title p:not(.section-title) {
    margin-top: -0.8vw;
    margin-left: 27px;
    font-size: 14px;
  }
}
.materials__title p {
  margin-top: 0;
  margin-left: 41px;
}
@media screen and (width < 768px) {
  .materials__title p {
    margin-left: 31px;
  }
}
.materials__fig {
  position: absolute;
  right: 0;
  mix-blend-mode: multiply;
}
.materials__fig:nth-of-type(1) {
  right: 11.6666666667vw;
  top: 6.5277777778vw;
  height: 8.9583333333vw;
}
@media screen and (width < 768px) {
  .materials__fig:nth-of-type(1) {
    top: 126px;
    right: 18.9333333333vw;
    height: 13.6vw;
  }
}
.materials__fig:nth-of-type(2) {
  top: 6.5972222222vw;
  right: 0;
  height: 18.8194444444vw;
}
@media screen and (width < 768px) {
  .materials__fig:nth-of-type(2) {
    top: 126px;
    height: 28.5333333333vw;
    right: 0;
  }
}
.materials__list, .materials-cat__list {
  margin-top: min(5.9027777778vw, 85px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (width < 768px) {
  .materials__list, .materials-cat__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 16.8vw;
  }
}
.materials__item, .materials-cat__item {
  width: min(28.1944444444vw, 406px);
  height: min(20.625vw, 297px);
  -webkit-filter: drop-shadow(0 0 20px rgba(157, 180, 199, 0.16));
          filter: drop-shadow(0 0 20px rgba(157, 180, 199, 0.16));
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
@media screen and (width < 768px) {
  .materials__item, .materials-cat__item {
    width: min(89.3333333333vw, 500px);
    height: 50.6666666667vw;
    margin: 0 auto;
  }
}
.materials__item .materials__img, .materials-cat__item .materials__img {
  width: min(20.8333333333vw, 300px);
  height: min(17.7777777778vw, 256px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width < 768px) {
  .materials__item .materials__img, .materials-cat__item .materials__img {
    width: min(89.3333333333vw, 500px);
    height: 50.6666666667vw;
  }
}
.materials__item .label, .materials-cat__item .label {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.9;
  background: #FFF;
  text-align: center;
  font-size: max(1.3888888889vw, 16px);
  color: #333;
  font-weight: 500;
  line-height: 2.7;
  letter-spacing: 0.1em;
}
@media screen and (width > 1440px) {
  .materials__item .label, .materials-cat__item .label {
    font-size: 20px;
  }
}
.materials__item .label img, .materials-cat__item .label img {
  vertical-align: middle;
  margin-right: 13px;
}
.materials__item:nth-of-type(2) .materials__img, .materials-cat__item:nth-of-type(2) .materials__img {
  margin-right: 10px;
}
.materials-cat__list {
  margin-top: 0;
}
@media screen and (width < 768px) {
  .materials-cat__list {
    gap: 10px;
    margin-top: 0;
  }
}
.materials-cat__item {
  width: min(20.8333333333vw, 300px);
  height: min(13.8888888889vw, 200px);
}
.materials-cat__item .materials__img {
  height: min(10.4166666667vw, 150px);
}
.materials-cat__item.selected::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-color: #464646;
}
@media screen and (width < 768px) {
  .materials-cat__item.selected::before {
    background-color: transparent;
  }
  .materials-cat__item.selected .img-box {
    position: relative;
  }
  .materials-cat__item.selected .img-box::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background-color: #464646;
    border-radius: 5px;
  }
  .materials-cat__item.selected .link-btn {
    background: #0553DD;
  }
  .materials-cat__item.selected .link-btn .btn-arrow span,
  .materials-cat__item.selected .link-btn .btn-arrow span.arrow::before,
  .materials-cat__item.selected .link-btn .btn-arrow span.arrow::after {
    background: #FFF;
  }
}
@media screen and (width < 768px) {
  .materials-cat__item {
    width: min(89.3333333333vw, 500px);
    height: 80px;
    padding: 12px 75px 12px 18px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .materials-cat__item .materials__img {
    width: min(29.3333333333vw, 110px);
    height: min(14.9333333333vw, 56px);
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .materials-cat__item .label {
    position: relative;
    bottom: auto;
    background: none;
    opacity: 1;
    text-align: left;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .materials-cat__item:nth-of-type(2) .materials__img {
    margin-right: 0;
  }
  .materials-cat__item:nth-of-type(3) .label {
    padding-left: 0;
  }
  .materials-cat__item .link-btn {
    width: 56px;
    height: 23px;
    right: 4vw;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media screen and (width < 375px) {
  .materials-cat__item .label {
    font-size: 14px;
  }
}
.materials__banner {
  display: block;
  margin-top: 59px;
  -webkit-filter: drop-shadow(0px 0px 20.987px rgba(157, 180, 199, 0.16));
          filter: drop-shadow(0px 0px 20.987px rgba(157, 180, 199, 0.16));
}
.materials__banner img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.materials .section-btn {
  margin-top: 40px;
  right: 0;
}

.page-materials {
  margin-top: min(2.8472222222vw, 41px);
  background-image: url("../img/service-business_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: min(5.5555555556vw, 80px) 0 min(6.4583333333vw, 93px);
}
@media screen and (width < 768px) {
  .page-materials {
    margin-top: 48px;
    padding-top: 57px;
  }
}
.page-materials__inner {
  width: min(88.8888888889vw, 1280px);
  width: min(76.3888888889vw, 1100px);
  margin: 0 auto;
}
.w1280 .page-materials__inner, .page-materials__inner.w1280 {
  width: min(88.8888888889vw, 1280px);
}
@media screen and (width < 768px) {
  .page-materials__inner {
    width: 89.3333333333vw;
  }
}
.page-materials__inner h2 {
  color: #333;
  font-size: max(1.9444444444vw, 20px);
  font-weight: 500;
  letter-spacing: 0.001em;
}
@media screen and (width > 1440px) {
  .page-materials__inner h2 {
    font-size: 28px;
  }
}
.page-materials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (width < 768px) {
  .page-materials__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.page-materials__item {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
  border-radius: 10px;
}
.page-materials__item > img {
  border-radius: 11px;
}
.page-materials__item .link-btn {
  height: 23px;
}
.page-materials__item .btn-arrow span {
  background: #0553DD;
}
.page-materials__item .btn-arrow span:first-of-type {
  width: 26px;
  height: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scaleY(0.5) translateX(-50%);
          transform: scaleY(0.5) translateX(-50%);
}
.page-materials__item .btn-arrow span.arrow::before {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  top: -2.5px;
  right: -1px;
  background: #0553DD;
}
.page-materials__item .btn-arrow span.arrow::after {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  position: absolute;
  top: 2.5px;
  right: -1px;
  background: #0553DD;
}
@media (any-hover: hover) {
  .page-materials__item:hover .link-btn::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .page-materials__item:hover .btn-arrow span,
  .page-materials__item:hover .btn-arrow span.arrow::before,
  .page-materials__item:hover .btn-arrow span.arrow::after {
    background: #FFF;
  }
}
@media screen and (width < 768px) {
  .page-materials__item {
    width: 100%;
    height: 450px;
    padding: 24px 22px 52px;
  }
}
.page-materials__item > img {
  width: 300px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width < 768px) {
  .page-materials__item > img {
    width: min(77.3333333333vw, 290px);
    height: min(50.1333333333vw, 188px);
  }
}
.page-materials__content {
  margin: 25px 24px 71px;
  margin: min(1.5972222222vw, 23px) min(3.1944444444vw, 46px) min(5.0694444444vw, 73px) min(3.3333333333vw, 48px);
  border-left: 2px solid #B7CEE0;
  position: relative;
}
.page-materials__content::before {
  position: absolute;
  content: "";
  height: 19px;
  top: 0;
  left: -1.5px;
  border-left: 2px solid #0553DD;
}
.page-materials__content .text {
  color: #333;
  padding-left: 24px;
  height: 190px;
}
@media screen and (width < 768px) {
  .page-materials__content .text {
    height: 160px;
  }
}
.page-materials__content .text h3 {
  font-size: max(1.9444444444vw, 20px);
  font-weight: 500;
  letter-spacing: 0.001em;
  line-height: 1;
  margin-top: 7px;
}
@media screen and (width > 1440px) {
  .page-materials__content .text h3 {
    font-size: 28px;
  }
}
.page-materials__content .text > p {
  margin-top: 1.5972222222vw;
  line-height: 1.5;
  letter-spacing: 0.001em;
}
@media screen and (width < 768px) {
  .page-materials__content {
    margin: 25px 25px 60px 25px;
  }
  .page-materials__content .text > p {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (width < 768px) {
  .page-materials__content {
    margin: 18px 0 0 8px;
  }
}
.page-materials__content .text {
  padding-left: 14px;
}
.page-materials__content .text h3 {
  font-size: 20px;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-materials__content .text > p {
  font-size: 14px;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (width < 768px) {
  .page-materials__content .text h3 {
    font-size: 18px;
  }
  .page-materials__content .text > p {
    -webkit-line-clamp: 3;
  }
}
.page-materials__content .text .tag-area {
  margin-top: 22px;
  padding-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width < 768px) {
  .page-materials__content .text .tag-area {
    margin-top: 11px;
  }
}
.page-materials__content .text .tag {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  width: 106px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #333;
  line-height: 1.5;
  color: #FFF;
}
@media screen and (width > 1440px) {
  .page-materials__content .text .tag {
    font-size: 12px;
  }
}
.page-materials__content .text .tag-news {
  background: #6B7786;
}
.page-materials__content .text .tag-transaction, .page-materials__content .text .tag-housou {
  background: #004EA2;
}
.page-materials__content .text .tag-genryo {
  background: #47A200;
}
.page-materials__content .text .tag-zaikei, .page-materials__content .text .tag-release {
  background: #333;
}
.page-materials__content .text .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
  line-height: normal;
}
.page-materials .link-btn {
  right: 24px;
  bottom: 23px;
  width: 48px;
}
@media screen and (width < 768px) {
  .page-materials .link-btn {
    right: 36px;
    bottom: 24px;
  }
}

.materials-service {
  padding-top: min(6.6666666667vw, 96px);
  padding-bottom: min(11.9444444444vw, 172px);
}
.materials-service .service__list {
  position: relative;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.materials-needs {
  margin-bottom: min(9.0277777778vw, 130px);
}
.materials-needs .needs__inner--lower {
  margin-top: 0;
}

.press-room {
  padding-top: min(7.3611111111vw, 106px);
  padding-bottom: min(10.7638888889vw, 155px);
  background-image: url("../img/top-press_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px 20px 0 0;
}
@media screen and (width < 768px) {
  .press-room {
    padding-top: 91px;
    padding-bottom: 136px;
  }
}
.press-room__inner {
  padding: 0 min(5.4166666667vw, 78px);
}
@media screen and (width > 1440px) {
  .press-room__inner {
    width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (width < 768px) {
  .press-room__inner {
    padding-left: 0;
    padding-right: 0;
    margin: 0 20px;
  }
}
.press-room__title h2,
.press-room__title p.section-title {
  color: #9A9A9A;
  font-family: "Arial", sans-serif;
  font-size: min(3.8888888889vw, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  letter-spacing: 0.01em;
}
@media screen and (width < 768px) {
  .press-room__title h2,
  .press-room__title p.section-title {
    font-size: 40px;
  }
  .press-room__title h2 img,
  .press-room__title p.section-title img {
    height: 16px;
    width: auto;
  }
}
.press-room__title p:not(.section-title) {
  margin-top: 7px;
  margin-left: 34px;
  color: #1A4591;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .press-room__title p:not(.section-title) {
    margin-top: -0.8vw;
    margin-left: 27px;
    font-size: 14px;
  }
}
.press-room__title h2::before {
  width: 19px;
  height: 22px;
  content: "";
  -webkit-mask-image: url("../img/heading_icon.webp");
          mask-image: url("../img/heading_icon.webp");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  /* 変更したい色をここに書く */
  background-color: #9A9A9A;
}
@media screen and (width < 768px) {
  .press-room__title h2 {
    gap: 8px;
  }
}
.press-room__title p {
  color: #FFF;
  margin-top: 0;
}
.press-room__list {
  margin-left: 6px;
  margin-top: min(3.1944444444vw, 46px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  position: relative;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (width < 768px) {
  .press-room__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    margin-left: 0;
    margin-top: 9.3333333333vw;
  }
}
.press-room__item {
  width: min(28.8194444444vw, 415px);
}
@media screen and (width < 768px) {
  .press-room__item {
    width: min(89.3333333333vw, 500px);
    margin: 0 auto;
  }
}
.press-room__item img {
  border-radius: 8px;
  width: min(28.8194444444vw, 415px);
  height: min(19.0277777778vw, 274px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width < 768px) {
  .press-room__item img {
    width: min(89.3333333333vw, 500px);
    height: min(58.9333333333vw, 221px);
  }
}
.press-room__item .label {
  color: #FFF;
  margin-top: 18px;
}
.press-room__item .label--upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.press-room__item .label--upper .tag {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  width: 106px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #333;
  line-height: 1.5;
  color: #FFF;
}
@media screen and (width > 1440px) {
  .press-room__item .label--upper .tag {
    font-size: 12px;
  }
}
.press-room__item .label--upper .tag-news {
  background: #6B7786;
}
.press-room__item .label--upper .tag-transaction, .press-room__item .label--upper .tag-housou {
  background: #004EA2;
}
.press-room__item .label--upper .tag-genryo {
  background: #47A200;
}
.press-room__item .label--upper .tag-zaikei, .press-room__item .label--upper .tag-release {
  background: #333;
}
.press-room__item .label > p {
  margin-top: 4px;
  font-size: max(1.9444444444vw, 20px);
  font-weight: 500;
}
@media screen and (width > 1440px) {
  .press-room__item .label > p {
    font-size: 28px;
  }
}
.press-room__item:last-of-type .label--upper {
  gap: 27px;
}
.press-room .view-more {
  position: absolute;
  right: 0;
  bottom: min(-3.6805555556vw, -53px);
}
.press-room .view-more p {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
}
.press-room .view-more p::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/top-press_icon.webp");
  margin-right: 20px;
  vertical-align: bottom;
}
@media screen and (width < 768px) {
  .press-room .view-more {
    right: 0;
    bottom: -52px;
  }
}

.press-archive {
  padding-bottom: 130px;
}
@media screen and (width < 768px) {
  .press-archive {
    padding-bottom: 110px;
  }
}
.press-archive__inner {
  width: min(76.3888888889vw, 1100px);
  margin: 0 auto;
}
.w1280 .press-archive__inner, .press-archive__inner.w1280 {
  width: min(88.8888888889vw, 1280px);
}
@media screen and (width < 768px) {
  .press-archive__inner {
    width: 89.3333333333vw;
  }
}
.press-archive__list {
  margin-top: min(9.5138888889vw, 137px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.1527777778vw, 31px);
}
@media screen and (width < 768px) {
  .press-archive__list {
    margin-top: 60px;
    gap: 32px;
  }
}
.press-archive__item {
  padding-bottom: 32px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
@media screen and (width < 768px) {
  .press-archive__item {
    padding-bottom: 27px;
    height: 226px;
  }
}
.press-archive__item img {
  float: left;
  margin-right: 26px;
  border-radius: 8px;
  width: min(13.3333333333vw, 192px);
  height: min(13.3333333333vw, 192px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width < 768px) {
  .press-archive__item img {
    margin-right: 13px;
    width: 88px;
    height: 88px;
  }
}
.press-archive__item .item-text {
  color: #333;
}
@media screen and (width < 768px) {
  .press-archive__item .item-text:nth-of-type(2) {
    padding-top: 15px;
    margin-left: 0;
    clear: both;
    /* float解除 */
  }
  .press-archive__item .item-text:nth-of-type(2) p {
    margin-top: 0;
  }
}
.press-archive__item .item-text:nth-of-type(2) {
  margin-bottom: 30px;
}
.press-archive__item .item-text time {
  font-size: 14px;
}
.press-archive__item .item-text h2 {
  margin-top: 7px;
  color: #333;
  font-weight: 500;
  font-size: max(1.5277777778vw, 20px);
  letter-spacing: 0.01em;
}
@media screen and (width > 1440px) {
  .press-archive__item .item-text h2 {
    font-size: 22px;
  }
}
@media screen and (width < 768px) {
  .press-archive__item .item-text h2 {
    margin-top: 9px;
  }
}
.press-archive__item .item-text .tag {
  margin-top: 10px;
  line-height: normal;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  width: 106px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #333;
  line-height: 1.5;
  color: #FFF;
}
@media screen and (width > 1440px) {
  .press-archive__item .item-text .tag {
    font-size: 12px;
  }
}
.press-archive__item .item-text .tag-news {
  background: #6B7786;
}
.press-archive__item .item-text .tag-transaction, .press-archive__item .item-text .tag-housou {
  background: #004EA2;
}
.press-archive__item .item-text .tag-genryo {
  background: #47A200;
}
.press-archive__item .item-text .tag-zaikei, .press-archive__item .item-text .tag-release {
  background: #333;
}
@media screen and (width < 768px) {
  .press-archive__item .item-text .tag {
    margin-top: 13px;
    font-size: 12px;
  }
}
.press-archive__item .item-text p {
  margin-top: 15px;
  line-height: 1.5;
  letter-spacing: 0.005em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (width < 768px) {
  .press-archive__item .item-text p {
    -webkit-line-clamp: 3;
  }
}
.press-archive__item .link-btn {
  right: 0;
  bottom: 32px;
  height: 23px;
}
.press-archive__item .link-btn .btn-arrow span {
  background: #0553DD;
}
.press-archive__item .link-btn .btn-arrow span:first-of-type {
  width: 26px;
  height: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scaleY(0.5) translateX(-50%);
          transform: scaleY(0.5) translateX(-50%);
}
.press-archive__item .link-btn .btn-arrow span.arrow::before {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  top: -2.5px;
  right: -1px;
  background: #0553DD;
}
.press-archive__item .link-btn .btn-arrow span.arrow::after {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  position: absolute;
  top: 2.5px;
  right: -1px;
  background: #0553DD;
}
.press-archive__item .link-btn::after {
  background: #0553DD;
}
@media (any-hover: hover) {
  .press-archive__item:hover .link-btn::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .press-archive__item:hover .link-btn .btn-arrow span,
  .press-archive__item:hover .link-btn .btn-arrow span.arrow::before,
  .press-archive__item:hover .link-btn .btn-arrow span.arrow::after {
    background: #FFF;
  }
}

.related {
  padding: min(4.1666666667vw, 60px) min(5.4861111111vw, 79px) min(12.9861111111vw, 187px) min(5.6944444444vw, 82px);
  border-top: 1px solid #D9D9D9;
}
@media screen and (width < 768px) {
  .related {
    margin-top: 40px;
    margin-bottom: 110px;
    padding-top: 40px;
  }
}
.related__inner {
  position: relative;
}
@media screen and (width > 1440px) {
  .related__inner {
    width: 1280px;
    margin: 0 auto;
  }
}
.related__title h2,
.related__title p.section-title {
  color: #9A9A9A;
  font-family: "Arial", sans-serif;
  font-size: min(3.8888888889vw, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  letter-spacing: 0.01em;
}
@media screen and (width < 768px) {
  .related__title h2,
  .related__title p.section-title {
    font-size: 40px;
  }
  .related__title h2 img,
  .related__title p.section-title img {
    height: 16px;
    width: auto;
  }
}
.related__title p:not(.section-title) {
  margin-top: 7px;
  margin-left: 34px;
  color: #1A4591;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .related__title p:not(.section-title) {
    margin-top: -0.8vw;
    margin-left: 27px;
    font-size: 14px;
  }
}
.related__title h2 {
  gap: 8px;
}
.related__list {
  margin-top: min(3.9583333333vw, 57px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.9166666667vw, 42px);
}
@media screen and (width < 768px) {
  .related__list {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
  }
}
.related__item {
  width: min(20vw, 288px);
}
@media screen and (width < 768px) {
  .related__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    width: 100%;
  }
}
.related__item p {
  color: #1A4591;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (width > 1440px) {
  .related__item p {
    font-size: 18px;
  }
}
@media screen and (width < 768px) {
  .related__item p {
    margin-top: 0;
  }
}
.related__img {
  border-radius: 11px;
  width: 100%;
  height: min(12.9166666667vw, 186px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width < 768px) {
  .related__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    width: 143px;
    height: 128px;
  }
}
.related .view-more {
  position: absolute;
  right: 0;
  bottom: min(-3.3333333333vw, -48px);
}
.related .view-more p {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
}
.related .view-more p::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/top-press_icon.webp");
  margin-right: 20px;
  vertical-align: bottom;
}
@media screen and (width < 768px) {
  .related .view-more {
    position: absolute;
    right: 0;
    bottom: -36px;
  }
  .related .view-more p {
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
  }
  .related .view-more p::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../img/top-press_icon.webp");
    margin-right: 20px;
    vertical-align: bottom;
  }
}
.related .view-more p {
  color: #1A4591;
}
.related .view-more p::before {
  background-image: url("../img/press-vm-icon.webp");
}

.page-contact {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 0 40px;
  line-height: normal;
}
.page-contact .thanks-text,
.page-contact .back-btn {
  margin-top: 60px;
}
@media screen and (max-width: 560px) {
  .page-contact {
    padding: 0 24px;
  }
}

.status__item {
  position: relative;
  min-width: 240px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #F4F4F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  color: #0553DD;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
}
.status__item--contact {
  margin: 0 10px;
}
@media screen and (max-width: 560px) {
  .status__item {
    width: 96px;
    min-width: 160px;
  }
}
@media screen and (width <= 375px) {
  .status__item {
    min-width: 200px;
  }
}

.status__item::after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #0553DD;
  right: -20px;
}
@media screen and (width <= 375px) {
  .status__item::after {
    rotate: 90deg;
    right: unset;
    bottom: -18px;
  }
}

.status__item:last-of-type::after {
  display: none;
}

.status__item.status-active {
  color: #fff;
  background-color: #0553DD;
}

.contact-step {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #0553DD;
  margin-bottom: 24px;
}

.contact__kind-header label {
  font-size: 16px;
  margin-bottom: 1.6rem;
}

.contact__context {
  font-size: 16px;
  margin-bottom: 1.6rem;
}

label.contact__context {
  font-size: 16px;
  padding-bottom: 2.4rem;
}

.contact__check-box-area {
  background-color: #F4F4F5;
  padding: 40px;
}

.contact__kind.contact__kind-header--en {
  font-size: 28px;
}

.triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  margin-top: 32px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #0553DD;
}

.contact__form-label.contact__check-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-kind__check-form {
  margin-top: 9.6rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 560px) {
  .contact-kind__check-form {
    margin-top: 4.8rem;
  }
}

.request__form {
  margin-top: 3.2rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 560px) {
  .request__form {
    margin-top: 2.4rem;
  }
}

.step2form {
  background-color: #F4F4F5;
  padding: 56px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .step2form {
    padding: 40px 20px;
    padding-top: 24px;
  }
}

.contact__status {
  max-width: 1050px;
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 560px) {
  .contact__status {
    margin-top: 4rem;
  }
}
.contact__status-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__status-list--contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 1100px) {
  .contact__status-list {
    display: grid;
    grid-template-columns: 260px 260px;
    grid-auto-rows: 80px;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 560px) {
  .contact__status-list {
    gap: 18px;
    grid-template-columns: 170px 170px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__status-list--contact {
    gap: 18px 10px;
  }
}
@media screen and (width <= 375px) {
  .contact__status-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__status-box {
  width: 29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  border: solid #E9E9E9 1px;
  padding: 32px 0;
}
@media screen and (max-width: 560px) {
  .contact__status-box {
    padding: 5px 0;
    gap: 8px;
    width: 96px;
    font-size: 1.4rem;
  }
}
.contact__form {
  margin-top: 3.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 560px) {
  .contact__form {
    margin-top: 2.4rem;
  }
}
.contact__form-list {
  max-width: 804px;
  margin: 0 auto;
}
.contact__form-list.section-btn-area {
  margin-top: 3.2rem;
}
@media screen and (width < 768px) {
  .contact__form-list.section-btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__form-list:first-of-type .contact__form-label {
  margin-top: 0;
}
@media screen and (max-width: 980px) {
  .contact__form-list {
    width: 100%;
  }
}
.contact__form-label {
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.4rem;
  gap: 2.4rem;
}
@media screen and (max-width: 560px) {
  .contact__form-label {
    gap: 1.2rem;
  }
}
.contact__form-label .contact__form-must {
  padding: 6px 20px;
  width: auto;
}
@media screen and (max-width: 560px) {
  .contact__form-label .contact__form-must {
    padding: 6px 10px;
  }
}
.contact__form-label .contact__form-any {
  padding: 6px 20px;
  width: auto;
}
@media screen and (max-width: 560px) {
  .contact__form-label .contact__form-any {
    padding: 6px 10px;
  }
}
.contact__form-label label {
  font-size: 18px;
}
@media screen and (max-width: 560px) {
  .contact__form-label label {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .contact__form-label {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .contact__form-label {
    font-size: 1.4rem;
    margin-top: 2.4rem;
    line-height: 22px;
  }
}
.contact__form-must {
  background-color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 3px 0;
  font-size: 14px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact__form-any {
  background-color: #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #231815;
  padding: 3px 0;
  font-size: 14px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact__check-box-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 24px;
  max-width: 1100px;
}
@media screen and (max-width: 560px) {
  .contact__check-box-area {
    gap: 1.6rem;
    padding: 1.6rem 20px;
  }
}
.contact__check-box {
  width: 24px;
}
.confirm .contact__input-area {
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .contact__input-area {
    width: 100%;
  }
}

.wpcf7-radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.business-kind .wpcf7-radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 48px;
}

.wpcf7-list-item-label {
  line-height: 19px;
  padding-left: 32px;
  font-size: 16px;
}
@media screen and (max-width: 560px) {
  .wpcf7-list-item-label {
    padding-left: 6px;
  }
}

.wpcf7-not-valid-tip {
  font-size: 16px;
}

.wpcf7 .wpcf7-submit:disabled {
  pointer-events: none;
  background: #8e8e8e;
  border-color: #8e8e8e;
}

.wpcf7-spinner {
  position: absolute;
}

.accept-privacy-policy__box {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recaptcha {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (width < 768px) {
  .recaptcha {
    text-align: left;
  }
}

input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

input[type=radio]::before,
input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  width: 20px;
  height: 20px;
  background-size: contain;
}

input[type=radio]::before {
  background-image: url("../img/check-box.svg");
}

input[type=radio]::after {
  background-image: url("../img/checked.svg");
  opacity: 0;
}

input[type=radio]:checked::after {
  opacity: 1;
  /* チェック後表示 */
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  width: 20px;
  height: 20px;
  background-size: contain;
}

input[type=checkbox]::before {
  background-image: url("../img/check-box.svg");
}

input[type=checkbox]::after {
  background-image: url("../img/checked.svg");
  opacity: 0;
}

input[type=checkbox]:checked::after {
  opacity: 1;
  /* チェック後表示 */
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text],
input[type=email],
input[type=tel],
select {
  width: 100%;
  border: #C3C3C3 solid 1px;
  background-color: #fff;
  padding: 16px 20px 12px;
  margin-top: 12px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: normal;
}
@media screen and (max-width: 560px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select {
    padding: 9px 8px;
    margin-top: 16px;
  }
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder {
  color: #E9E9E9;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  color: #E9E9E9;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder {
  color: #E9E9E9;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
}

input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder {
  color: #E9E9E9;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
}

input[type=text]::placeholder,
input[type=text]::input-placeholder,
input[type=email]::placeholder,
input[type=email]::input-placeholder,
input[type=tel]::placeholder,
input[type=tel]::input-placeholder {
  color: #E9E9E9;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
}
@media screen and (max-width: 560px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder {
    font-size: 12px;
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
    font-size: 12px;
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder {
    font-size: 12px;
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder {
    font-size: 12px;
  }
  input[type=text]::placeholder,
  input[type=text]::input-placeholder,
  input[type=email]::placeholder,
  input[type=email]::input-placeholder,
  input[type=tel]::placeholder,
  input[type=tel]::input-placeholder {
    font-size: 12px;
  }
}

input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input:placeholder-shown {
  text-overflow: ellipsis;
}

@media screen and (min-device-pixel-ratio: 0) and (resolution >= 0.001dpcm) {
  input[type=text]::-webkit-input-placeholder {
    position: relative;
    top: -4px;
  }
  input[type=text]::-moz-placeholder {
    position: relative;
    top: -4px;
  }
  input[type=text]:-ms-input-placeholder {
    position: relative;
    top: -4px;
  }
  input[type=text]::-ms-input-placeholder {
    position: relative;
    top: -4px;
  }
  input[type=text]::placeholder {
    position: relative;
    top: -4px;
  }
}
textarea {
  width: 100%;
  height: 290px;
  border: #C3C3C3 solid 1px;
  padding: 12px 20px;
  margin-top: 15px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
}

textarea::-webkit-input-placeholder {
  color: #E9E9E9;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

textarea::-moz-placeholder {
  color: #E9E9E9;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

textarea:-ms-input-placeholder {
  color: #E9E9E9;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

textarea::-ms-input-placeholder {
  color: #E9E9E9;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

textarea::placeholder {
  color: #E9E9E9;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 560px) {
  textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  textarea::-moz-placeholder {
    font-size: 12px;
  }
  textarea:-ms-input-placeholder {
    font-size: 12px;
  }
  textarea::-ms-input-placeholder {
    font-size: 12px;
  }
  textarea::placeholder {
    font-size: 12px;
  }
}

*:focus {
  outline: none;
}

textarea:focus {
  border: 1.5px #221E55 solid;
}

input[type=text]:focus {
  border: #221E55 solid 1px;
}

button {
  background: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0;
  font-size: 1.6rem;
  margin: 0 auto;
  margin-top: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
}
@media screen and (max-width: 560px) {
  button {
    width: 280px;
    margin-top: 51px;
  }
}

.confirm-btn, .confirm-btn--black, .confirm-btn--blue {
  font-size: 16px;
  border-radius: 40px;
  width: 340px;
  padding: 12px 0;
  height: 63px;
  display: block;
  margin: 32px auto 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.confirm-btn p, .confirm-btn--blue p, .confirm-btn--black p {
  line-height: 2.4375;
}
@media (any-hover: hover) {
  .confirm-btn:hover, .confirm-btn--blue:hover, .confirm-btn--black:hover {
    opacity: 0.7;
    color: #FFF;
  }
  .confirm-btn:hover::after, .confirm-btn--blue:hover::after, .confirm-btn--black:hover::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@media screen and (width < 768px) {
  .confirm-btn, .confirm-btn--black, .confirm-btn--blue {
    width: 280px;
  }
}

.privacy-policy__under-bar {
  color: #231815;
  position: relative;
  padding-bottom: 2px;
}
.privacy-policy__under-bar::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #231815;
  width: 100%;
  bottom: -1px;
  right: 0;
}
@media screen and (max-width: 560px) {
  .privacy-policy__under-bar {
    padding-bottom: 0;
  }
}

input[type=radio][readonly] {
  pointer-events: none;
}

.article {
  padding-bottom: min(6.9444444444vw, 100px);
}
@media screen and (width < 768px) {
  .article {
    padding-bottom: 56px;
  }
}
.article__inner {
  width: max(55.4166666667vw, 550px);
  margin: 0 auto;
}
.article__inner h2,
.article__inner h3 {
  letter-spacing: 0.001em;
}
@media screen and (width > 1440px) {
  .article__inner {
    width: 798px;
  }
}
@media screen and (width < 768px) {
  .article__inner {
    max-width: 89.3333333333vw;
  }
}
.article__heading--upper {
  margin-top: min(4.5138888889vw, 65px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px 14px;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article__heading--upper time {
  font-family: "Inter";
}
.article__heading--upper .tag {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  width: 106px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #333;
  line-height: 1.5;
  color: #FFF;
}
@media screen and (width > 1440px) {
  .article__heading--upper .tag {
    font-size: 12px;
  }
}
.article__heading--upper .tag-news {
  background: #6B7786;
}
.article__heading--upper .tag-transaction, .article__heading--upper .tag-housou {
  background: #004EA2;
}
.article__heading--upper .tag-genryo {
  background: #47A200;
}
.article__heading--upper .tag-zaikei, .article__heading--upper .tag-release {
  background: #333;
}
.article__heading--upper .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
  background: #0553DD;
}
@media screen and (width < 768px) {
  .article__heading--upper {
    margin-top: 37px;
  }
}
.article__heading .title {
  margin-top: min(2.4305555556vw, 35px);
  color: #333;
  font-size: max(2.2222222222vw, 24px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.001em;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Arial", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (width > 1440px) {
  .article__heading .title {
    font-size: 32px;
  }
}
@media screen and (width < 768px) {
  .article__heading .title {
    margin-top: 41px;
    font-weight: 700;
  }
}
.article h3::before, .article #toc_container .toc_list > li > a::before {
  content: "";
  display: inline-block;
  background-image: url("../img/heading_icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.article #toc_container {
  margin-top: 40px;
  padding: min(2.5694444444vw, 37px) min(2.0138888889vw, 29px) min(2.9861111111vw, 43px) min(2.6388888889vw, 38px);
  border-radius: 10px;
  background: #F4F8FC;
  border: none;
}
@media screen and (width < 768px) {
  .article #toc_container {
    margin-top: 48px;
    padding: 39px 22px 27px;
  }
}
.article #toc_container h2 {
  color: #004EA2;
  font-size: max(1.3888888889vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: min(2.2222222222vw, 32px);
}
@media screen and (width > 1440px) {
  .article #toc_container h2 {
    font-size: 20px;
    margin-bottom: 33px;
  }
}
.article #toc_container .toc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (width < 768px) {
  .article #toc_container .toc_list {
    gap: 32px;
  }
}
.article #toc_container .toc_list > li > a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
  letter-spacing: 0.001em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.article #toc_container .toc_list > li > a::before {
  height: 7px;
  width: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 7px;
}
@media screen and (width < 768px) {
  .article #toc_container .toc_list > li > a {
    margin-bottom: 32px;
    gap: 10px;
  }
}
.article #toc_container .toc_list > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-left: 17px;
}
@media screen and (width < 768px) {
  .article #toc_container .toc_list > li ul {
    gap: 22px;
    margin-left: 0;
  }
}
.article #toc_container .toc_list > li ul li a {
  color: #4F4E4E;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  line-height: normal;
}
.article #toc_container .toc_list > li ul li a::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 2px;
  background: #3285F9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  margin-top: 11px;
}
@media screen and (width < 768px) {
  .article #toc_container .toc_list > li ul li a {
    font-size: 16px;
    gap: 12px;
  }
}
.article h1 {
  margin-top: 35px;
  color: #333;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (width < 768px) {
  .article h1 {
    font-size: 24px;
  }
}
.article h2 {
  margin-top: 56px;
  color: #0A2148;
  font-size: max(1.6666666667vw, 20px);
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
  background-image: url("../img/sg-heading_border.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 12px;
}
@media screen and (width > 1440px) {
  .article h2 {
    font-size: 24px;
  }
}
@media screen and (width < 768px) {
  .article h2 {
    margin-bottom: 5px;
  }
}
.article h2:nth-of-type(n+2) {
  margin-top: 80px;
}
@media screen and (width < 768px) {
  .article h2:nth-of-type(n+2) {
    margin-top: 56px;
  }
}
.article h2 + p {
  margin-top: 36px;
}
.article h3 {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: min(1.6666666667vw, 24px);
}
.article h3:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (width < 768px) {
  .article h3 {
    margin-bottom: 21px;
  }
}
.article h3::before {
  height: 12px;
  width: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 7px;
}
.article h3 + .cb-area .block {
  margin-top: 0;
}
.article p:not(.tag) {
  margin-top: 24px;
  color: #333;
  line-height: 1.5;
}
.article mark {
  color: #0553DD !important;
}
.article ul:not(#toc_container ul) {
  margin-top: 32px;
  padding: 24px 24px 26px 23px;
  border-radius: 10px;
  background: #F4F8FC;
}
@media screen and (width < 768px) {
  .article ul:not(#toc_container ul) {
    padding: 24px 10px 26px;
  }
}
.article ul:not(#toc_container ul) li {
  padding: 9px 0 11px 1.5em;
  text-indent: -0.5em;
  line-height: 1.5;
}
.article ul:not(#toc_container ul) li:not(:has(.wp-block-list)) {
  border-bottom: 1px solid #E7E7E7;
}
.article ul:not(#toc_container ul) li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #0553DD;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -7px;
  margin-right: 18px;
  margin-left: 8px;
  vertical-align: middle;
}
.article ul:not(#toc_container ul) li .wp-block-list {
  margin-top: 9px;
  padding: 0;
}
.article ul:not(#toc_container ul) li .wp-block-list li {
  margin-left: -8px;
}
.article ul:not(#toc_container ul) li .wp-block-list li:first-of-type {
  border-top: 1px solid #E7E7E7;
}
.article ol:not(#toc_container ol) {
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  list-style: decimal;
  list-style-position: outside;
  padding-left: 2em;
}
.article ol:not(#toc_container ol) li {
  padding-left: 1em;
  line-height: 1.5;
  color: #333;
}
.article ol:not(#toc_container ol) li::marker {
  border-bottom: 1px solid #E7E7E7;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Arial", "メイリオ", "Meiryo";
  color: #0553DD;
}
.article ol:not(#toc_container ol) li::after {
  content: "";
  display: block;
  border-bottom: 1px solid #E7E7E7;
  margin-left: -2.5rem;
  padding-bottom: 8px;
}
.article ol:not(#toc_container ol) + p {
  margin-top: 40px;
}
.article ol:not(#toc_container ol) + p + .wp-block-image {
  margin-top: 20px;
}
.article .wp-block-image {
  margin-top: 48px;
}
@media screen and (width < 768px) {
  .article .wp-block-image {
    margin-top: 32px;
  }
}
.article .wp-block-image img {
  border-radius: 11px;
}
.article .cb-area {
  background: #F4F8FC;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 48px;
  padding-bottom: 48px;
}
.article .cb-area__inner {
  width: max(55.4166666667vw, 525px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width > 1440px) {
  .article .cb-area__inner {
    width: 798px;
  }
}
@media screen and (width < 768px) {
  .article .cb-area__inner {
    max-width: 89.3333333333vw;
  }
}
@media screen and (width < 768px) {
  .article .cb-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.article .cb-area .block {
  margin-top: 19px;
  padding: 27px 31px;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  position: relative;
}
@media screen and (width < 768px) {
  .article .cb-area .block {
    margin-top: 32px;
    padding: 24px 24px 56px;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article .cb-area .block-text h4 {
  color: #1A4591;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.article .cb-area .block-text p {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.001em;
}
.article .cb-area .block img {
  border-radius: 11px;
  width: min(16.3888888889vw, 236px);
  height: min(10.5555555556vw, 152px);
}
@media screen and (width < 768px) {
  .article .cb-area .block img {
    width: 37.3333333333vw;
    height: 24vw;
  }
}
.article .cb-area .block .link-btn {
  position: absolute;
  right: 31px;
  bottom: min(1.9444444444vw, 28px);
  height: 23px;
}
.article .cb-area .block .link-btn .btn-arrow span {
  background: #0553DD;
}
.article .cb-area .block .link-btn .btn-arrow span:first-of-type {
  width: 26px;
  height: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scaleY(0.5) translateX(-50%);
          transform: scaleY(0.5) translateX(-50%);
}
.article .cb-area .block .link-btn .btn-arrow span.arrow::before {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  top: -2.5px;
  right: -1px;
  background: #0553DD;
}
.article .cb-area .block .link-btn .btn-arrow span.arrow::after {
  content: "";
  width: 5px;
  height: 1.2px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  position: absolute;
  top: 2.5px;
  right: -1px;
  background: #0553DD;
}
@media screen and (width < 768px) {
  .article .cb-area .block .link-btn {
    right: 24px;
    bottom: 24px;
    width: 56px;
  }
}
@media (any-hover: hover) {
  .article .cb-area .block .link-btn:hover .btn-arrow span,
  .article .cb-area .block .link-btn:hover .btn-arrow span.arrow::before,
  .article .cb-area .block .link-btn:hover .btn-arrow span.arrow::after {
    background: #FFF;
  }
}
.article .wp-block-group {
  margin-top: 38px;
  background: #F4F4F5;
  text-align: center;
  padding: min(2.4305555556vw, 35px);
}
@media screen and (width < 768px) {
  .article .wp-block-group {
    padding: 48px 28px 77px 22px;
  }
}
.article .wp-block-group h2,
.article .wp-block-group p {
  margin-left: min(-2.4305555556vw, -35px);
}
.article .wp-block-group h2 {
  margin: 0 auto;
}
.article .wp-block-group p {
  margin: 16px auto 0;
}
.article .wp-block-group .wp-block-buttons {
  margin: min(1.7361111111vw, 25px) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width < 768px) {
  .article .wp-block-group .wp-block-buttons {
    margin-top: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 39px;
  }
}
.article .wp-block-group .wp-block-buttons .wp-block-button a {
  width: min(21.1111111111vw, 304px) !important;
  height: 63px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 31.5px !important;
  line-height: 3.9375;
  padding: 0 !important;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (width < 993px) {
  .article .wp-block-group .wp-block-buttons .wp-block-button a {
    font-size: 14px;
  }
}
@media screen and (width < 768px) {
  .article .wp-block-group .wp-block-buttons .wp-block-button a {
    width: 291px !important;
    height: 63px !important;
    margin: 0 auto;
  }
}
@media screen and (width < 375px) {
  .article .wp-block-group .wp-block-buttons .wp-block-button a {
    width: 77.6vw;
  }
}
.article .cta {
  margin-top: 160px;
  background: #F4F4F5;
  text-align: center;
  padding: min(2.4305555556vw, 35px);
}
@media screen and (width < 768px) {
  .article .cta {
    padding: 48px 28px 77px 22px;
  }
}
.article .cta h2,
.article .cta img,
.article .cta p {
  margin-top: 0;
  background-image: none;
}
@media screen and (width < 375px) {
  .article .cta p {
    font-size: 14px;
  }
}
.article .cta img {
  vertical-align: top;
}
@media screen and (width < 375px) {
  .article .cta img {
    width: 100%;
  }
}
.article .cta .contact-btn__area {
  margin-top: min(1.7361111111vw, 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width < 768px) {
  .article .cta .contact-btn__area {
    margin-top: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 39px;
  }
}
.article .cta .contact-btn__area a {
  width: max(21.1111111111vw, 210px);
  height: 63px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 31.5px;
  line-height: 3.9375;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (width > 1440px) {
  .article .cta .contact-btn__area a {
    width: 304px;
  }
}
@media screen and (width < 768px) {
  .article .cta .contact-btn__area a {
    width: 291px;
    height: 63px;
    margin: 0 auto;
  }
}
@media screen and (width < 375px) {
  .article .cta .contact-btn__area a {
    width: 77.6vw;
  }
}
.article .genryo-table {
  margin-top: 119px;
}
.article .genryo-table dl {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #F5F5F5;
}
.article .genryo-table dt {
  padding: min(1.25vw, 18px) min(1.3888888889vw, 20px);
  width: 25.1%;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-right: 1px solid #F5F5F5;
  background: #F4F8FC;
  line-height: normal;
}
@media screen and (width < 768px) {
  .article .genryo-table dt {
    width: 35.8%;
    padding: 16px 18px;
  }
}
.article .genryo-table dd {
  padding: min(1.25vw, 18px) min(1.3888888889vw, 20px);
  width: 74.9%;
  padding-left: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  line-height: normal;
  vertical-align: middle;
}
@media screen and (width < 768px) {
  .article .genryo-table dd {
    width: 64.2%;
    padding: 16px 18px;
  }
}

/* 言語切り替えUI */
/* .trp-shortcode-switcher__wrapper {
	display: flex !important;
}
 */

.trp-shortcode-switcher__wrapper {
	background-color: transparent;
}

.trp-shortcode-switcher {
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	border: none !important;
	display: flex !important;
	background-color: transparent;
}

.trp-shortcode-arrow {
	display: none;
}

/* ▼ 常時開いて表示 */
.trp-shortcode-switcher .trp-switcher-dropdown-list {
	overflow: visible;
	visibility: visible;　
}

@media screen and (max-width: 768px) {
  .language-switcher {
      align-items: center;
  }
}

.custom-lang-switcher {
  display: flex;
  gap: 4px;
  flex-wrap: nowrap; /* デフォルトは横並び固定 */
}

.trp-shortcode-switcher .trp-current-language-item__wrapper {
    padding-right: 0;
}

.trp-shortcode-switcher .trp-language-item　{
    padding: 0;
}

.trp-shortcode-switcher:hover .trp-ls-shortcode-language {
	padding: 0;
	overflow: visible;
    position: static;
}

.trp-language-switcher .trp-language-item {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
    gap: 4px;
}

.trp-language-switcher .trp-language-item-name{
	margin:0 !important;
	height: auto !important;
	width: auto !important;
	color: #D9D9D9;
}


.custom-lang-switcher a + a::before {
	content: "/";
	direction: inline-block;
 	font-size: 1em;
	color: #333333;
}

/* ▼ 現在の言語（アクティブ）の見た目を強調 */
.trp-shortcode-switcher a[aria-selected="true"] .trp-language-item-name {
	color: #222222;
}

/* SP版ヘッダーのスイッチャー */
.language-switcher-sp-header {
    margin-left: auto;
	display: none;
}

@media screen and (width < 768px) {
  .language-switcher-sp-header {
        margin-right: 80px;
	display: inline-block;
}
}

/* トップページオリゴ糖ボタン位置修正 */
.service .section-btn.section-btn--oligo {
	bottom: 80px;
/* 	right: auto; */
}

@media screen and (width < 768px) {
  .service .section-btn.section-btn--oligo {
   right: 20px;
   left: auto;
}
}

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