@charset "UTF-8";
html {
  font-family: "M PLUS 1p", YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75rem;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  width: 100%;
  background: #fff;
  color: #232323;
  overflow-x: hidden;
}

main {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 80px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: YakuHanJP_Noto, "M PLUS 1p", YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
}

.all__p--justify {
  text-align: justify;
}

.all__p--right {
  text-align: right;
}

.all__p--center {
  text-align: center;
}

.all__p--lineHeight-0 {
  line-height: 0;
}

.all__br--tb {
  display: block;
}

.all__br--sp {
  display: none;
}

.all__anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}

@media screen and (max-width: 1280px) {
  .all__br--pc {
    display: none;
  }
  .all__br--tb {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .all__br--pc {
    display: none;
  }
  .all__br--tb {
    display: block;
  }
  .all__br--sp {
    display: block;
  }
}

.marker-text {
  display: inline;
  position: relative;
  font-weight: 500;
  padding: 0 1px 0px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.marker-text--blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#D6EDFA), to(#D6EDFA)) 0 100%/0 0.7rem no-repeat;
  background: linear-gradient(#D6EDFA, #D6EDFA) 0 100%/0 0.7rem no-repeat;
}

.marker-text--yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFED02), to(#FFED02)) 0 100%/0 0.7rem no-repeat;
  background: linear-gradient(#FFED02, #FFED02) 0 100%/0 0.7rem no-repeat;
}

.marker-text--yellowH40 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFED02), to(#FFED02)) 0 100%/0 2rem no-repeat;
  background: linear-gradient(#FFED02, #FFED02) 0 100%/0 2rem no-repeat;
}

.marker-text--blue.isActive {
  background-size: 100% 0.7rem;
}

.marker-text--yellow.isActive {
  background-size: 100% 0.7rem;
}

.marker-text--yellowH40.isActive {
  background-size: 100% 2rem;
}

.oneBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
  margin: 0 auto 100px;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
}

.oneBlock--last {
  margin-bottom: 0;
}

.oneBlock-img {
  position: relative;
  width: 31.6%;
  background-repeat: no-repeat;
  background-position: center center;
}

.oneBlock-img--answer01 {
  background-image: url(../image/introduction-answer-01.png);
  background-size: 301px auto;
}

.oneBlock-img--answer02 {
  background-image: url(../image/introduction-answer-02.png);
  background-size: 267px auto;
}

.oneBlock-img--answer03 {
  background-image: url(../image/introduction-answer-03.png);
  background-size: auto 407px;
}

.oneBlock-img__num {
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #1C79B7;
  font-size: 1.25rem;
  text-align: center;
  line-height: 4rem;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
}

.oneBlock-img__num span {
  font-size: 6.875rem;
}

.oneBlock-img-bubble {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5%;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
}

.oneBlock-img-bubble__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 40px 10px;
  border-color: transparent transparent #fff transparent;
}

.oneBlock-img-bubble__triangle--answer01 {
  -webkit-transform: translate(140px, 0) skew(-30deg, 0);
          transform: translate(140px, 0) skew(-30deg, 0);
}

.oneBlock-img-bubble__triangle--answer02 {
  -webkit-transform: translate(70px, 0) skew(-30deg, 0);
          transform: translate(70px, 0) skew(-30deg, 0);
}

.oneBlock-img-bubble__triangle--answer03 {
  -webkit-transform: translate(70px, 0) skew(30deg, 0);
          transform: translate(70px, 0) skew(30deg, 0);
}

.oneBlock-img-bubble__quote {
  background: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

.oneBlock-text {
  width: 68.4%;
  padding: 3rem 2rem;
}

.oneBlock-text__lead {
  font-size: min(1.94vw, 1.5rem);
  line-height: min(1.94vw, 1.5rem);
  margin-bottom: min(1.29vw, 1rem);
}

.oneBlock-text__title {
  color: #1C79B7;
  font-size: min(2.58vw, 2rem);
  line-height: min(3.23vw, 2.5rem);
  font-weight: 500;
  margin-bottom: min(3.23vw, 2.5rem);
  font-family: YakuHanJP_Noto, "M PLUS 1p", YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
}

.oneBlock-text__nikkeiLead {
  font-size: min(1.94vw, 1.5rem);
  line-height: min(1.94vw, 1.5rem);
  font-weight: 500;
  margin-bottom: min(1.94vw, 1.5rem);
}

.oneBlock-text__nikkeiLead--02 {
  margin-bottom: min(1.29vw, 1rem);
}

.oneBlock-text__nikkei {
  font-size: min(2.58vw, 2rem);
  line-height: min(3.23vw, 2.5rem);
  font-weight: 500;
  margin-bottom: min(3.23vw, 2.5rem);
  font-family: YakuHanJP_Noto, "M PLUS 1p", YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
}

.oneBlock-text__nikkei-en {
  color: #1C79B7;
  font-size: 200%;
}

.oneBlock-text__nikkei-jp {
  color: #1C79B7;
  font-size: 150%;
  line-height: 110%;
}

.oneBlock-text__marginTop {
  margin-top: 1rem;
}

@media screen and (max-width: 1280px) {
  .oneBlock-img-bubble {
    width: 80%;
  }
  .oneBlock-img-bubble__triangle--answer01 {
    -webkit-transform: translate(30px, 0) skew(-30deg, 0);
            transform: translate(30px, 0) skew(-30deg, 0);
  }
  .oneBlock-img-bubble__triangle--answer02 {
    -webkit-transform: translate(30px, 0) skew(-30deg, 0);
            transform: translate(30px, 0) skew(-30deg, 0);
  }
  .oneBlock-img-bubble__triangle--answer03 {
    -webkit-transform: translate(30px, 0) skew(30deg, 0);
            transform: translate(30px, 0) skew(30deg, 0);
  }
  .oneBlock-img-bubble__quote {
    white-space: normal;
    width: 100%;
  }
  .oneBlock-text__nikkei--nowrap {
    white-space: normal;
  }
}

@media screen and (max-width: 768px) {
  .oneBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 80px;
    padding-top: 1rem;
  }
  .oneBlock--last {
    margin-bottom: 0;
  }
  .oneBlock-img {
    width: 100%;
    height: 300px;
  }
  .oneBlock-img--even {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .oneBlock-img--answer01 {
    background-size: auto 100%;
  }
  .oneBlock-img--answer02 {
    background-size: auto 100%;
  }
  .oneBlock-img--answer03 {
    background-size: auto 100%;
  }
  .oneBlock-img-bubble__triangle--answer03 {
    -webkit-transform: translate(70px, 0) skew(-30deg, 0);
            transform: translate(70px, 0) skew(-30deg, 0);
  }
  .oneBlock-text {
    width: 100%;
    padding: 2rem;
  }
  .oneBlock-text--even {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .oneBlock-text__lead {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .oneBlock-text__title {
    font-size: 2rem;
    line-height: 2.75rem;
    margin-bottom: 2rem;
  }
  .oneBlock-text__nikkeiLead {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .oneBlock-text__nikkeiLead--02 {
    margin-bottom: 0.5rem;
  }
  .oneBlock-text__nikkei {
    font-size: 2rem;
    line-height: 2.75rem;
    margin-bottom: 2rem;
  }
  .oneBlock-text__marginTop {
    margin-top: 1rem;
  }
}

.threeBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 100%;
  margin: 0 auto;
}

.threeBlock-box {
  position: relative;
  width: 100%;
  height: min(23.71vw, 18.375rem);
  padding: min(5.16vw, 4rem) 1rem 0;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
}

.threeBlock-box--img {
  position: absolute;
  z-index: 5;
}

.threeBlock-box--square {
  background: #fff;
  height: auto;
  padding: 2rem;
}

.threeBlock-box--left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  background: #fff;
  width: 100%;
  height: min(20.32vw, 15.75rem);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

.threeBlock-box--center::before {
  content: "";
  position: absolute;
  top: 0.6px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  background: #fff;
  width: 100%;
  height: min(20.97vw, 16.25rem);
}

.threeBlock-box--center::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(2.74vw, 2.125rem) min(14vw, 12.25rem) 0 min(14vw, 12.25rem);
  border-color: #fff transparent transparent transparent;
}

.threeBlock-box--right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  background: #fff;
  width: 100%;
  height: min(20.32vw, 15.75rem);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.threeBlock-box__num {
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #1C79B7;
  font-size: 1.25rem;
  text-align: center;
  line-height: 3.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
}

.threeBlock-box__num span {
  font-size: 6.25rem;
}

.threeBlock-box__bold {
  position: relative;
  font-size: min(2.58vw, 2rem);
  font-weight: 500;
  line-height: min(3.87vw, 3rem);
  text-align: center;
  z-index: 10;
}

.threeBlock-box__title {
  display: inline;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#D6EDFA), to(#D6EDFA)) 0 100%/100% 0.7rem no-repeat;
  background: linear-gradient(#D6EDFA, #D6EDFA) 0 100%/100% 0.7rem no-repeat;
  font-size: min(1.94vw, 1.5rem);
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: -0.25rem;
  padding: 0 1px 0;
}

.threeBlock-box ul {
  margin-top: 1rem;
}

.threeBlock-box li {
  position: relative;
  text-align: justify;
  margin-bottom: 0.25rem;
  padding-left: 1rem;
}

.threeBlock-box li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #1C79B7;
  font-size: 80%;
}

.threeBlock-box li:last-child {
  margin-bottom: -0.5rem;
}

@media screen and (max-width: 768px) {
  .threeBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .threeBlock-box--spIntroduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: 20vw;
    padding: 1rem 1rem 1rem 5rem;
  }
  .threeBlock-box--spSupport {
    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;
    height: 20vw;
    padding: 1rem;
  }
  .threeBlock-box--left::before {
    height: 20vw;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .threeBlock-box--center::before {
    top: 0;
    height: 20vw;
  }
  .threeBlock-box--center::after {
    border-width: 0;
  }
  .threeBlock-box--right::before {
    height: 20vw;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .threeBlock-box__num {
    top: 0%;
    left: 5%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
  .threeBlock-box__num span {
    font-size: 4rem;
  }
  .threeBlock-box__bold {
    position: relative;
    font-size: 1.5rem;
    line-height: 2rem;
    z-index: 10;
  }
  .threeBlock-box__title {
    font-size: 1.5rem;
  }
  .threeBlock-box__title::before {
    height: 12px;
  }
}

.mail {
  text-align: center;
}

.mail--w500 {
  width: 500px;
}

.mail__lead {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: YakuHanJP_Noto, "M PLUS 1p", YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 1rem;
}

.mail__lead::before {
  content: "";
  position: absolute;
  left: -1rem;
  bottom: 0;
  width: 1px;
  height: 33px;
  background: #1C79B7;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.mail__lead::after {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: 0;
  width: 1px;
  height: 33px;
  background: #1C79B7;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.mail__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 604px;
  height: 100px;
  background: #1C79B7;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  font-family: YakuHanJP_Noto, "M PLUS 1p", YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.mail__btn--w500 {
  width: 500px;
  height: 80px;
  font-size: 1.5rem;
}

.mail__btn:hover {
  background: #fff;
  color: #1C79B7;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.mail__btn::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  left: 2rem;
  font-size: 3rem;
}

.mail__btn::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  right: 3rem;
  font-size: 2.125rem;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.mail__btn:hover::after {
  right: 2.5rem;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.mail--marginBottom {
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 768px) {
  .mail--w500 {
    width: 100%;
    margin: 0 auto 50px;
  }
  .mail__lead {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
  }
  .mail__lead::before {
    left: -1rem;
    bottom: 0;
    width: 1px;
    height: 1rem;
  }
  .mail__lead::after {
    right: -1rem;
    bottom: 0;
    width: 1px;
    height: 1rem;
  }
  .mail__btn {
    max-width: 400px;
    width: 100%;
    height: 60px;
    font-size: min(5.25vw, 1.5rem);
    line-height: 3rem;
  }
  .mail__btn--w500 {
    width: 100%;
    height: 60px;
    font-size: min(5.25vw, 1.5rem);
    line-height: 3rem;
  }
  .mail__btn::before {
    left: 1rem;
    font-size: 1.25rem;
  }
  .mail__btn::after {
    right: 1rem;
    font-size: 1.25rem;
  }
  .mail--marginBottom {
    margin-bottom: 3.125rem;
  }
}

.tel {
  text-align: center;
}

.tel__lead {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: YakuHanJP_Noto, "M PLUS 1p", YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 1rem;
}

.tel__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 604px;
  height: 100px;
  background: #fff;
  font-family: YakuHanJP_Noto, "M PLUS 1p", YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  padding-left: 180px;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.tel__btn-num {
  position: relative;
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.tel__btn-num::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  top: 0.5rem;
  left: -4rem;
  color: #1C79B7;
  font-size: 4rem;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.tel__btn-cap {
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .tel {
    text-align: center;
  }
  .tel__lead {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
  }
  .tel__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 400px;
    width: 100%;
    height: 60px;
    padding-left: 0;
  }
  .tel__btn-num {
    font-size: 2rem;
    line-height: 1.5rem;
  }
  .tel__btn-num::before {
    left: -2rem;
    font-size: 2rem;
  }
}

.triangle {
  position: relative;
  height: min(9.68vw, 7.5rem);
}

.triangle--white {
  background: #EBF7FF;
}

.triangle--white::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(9.68vw, 7.5rem) 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
}

.triangle--color {
  background: #fff;
}

.triangle--color::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(9.68vw, 7.5rem) 50vw 0 50vw;
  border-color: #EBF7FF transparent transparent transparent;
}

.diagonal {
  position: relative;
  padding-bottom: min(29.03vw, 22.5rem);
}

.diagonal::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  border-style: solid;
}

.diagonal--right {
  background: #fff;
}

.diagonal--right::before {
  border-color: transparent #EBF7FF transparent transparent;
  border-width: min(29.03vw, 22.5rem) 100vw 0 0;
}

.diagonal--left {
  background: #EBF7FF;
}

.diagonal--left::before {
  border-color: transparent transparent transparent #fff;
  border-width: min(29.03vw, 22.5rem) 0 0 100vw;
}

header {
  position: fixed;
  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;
  width: 100%;
  height: 60px;
  background: #fff;
  padding-left: 1rem;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(28, 121, 183, 0.3));
          filter: drop-shadow(3px 3px 5px rgba(28, 121, 183, 0.3));
  z-index: 1000;
}

#global-title {
  max-width: 280px;
  width: 22.58vw;
}

#global-title p {
  color: #1C79B7;
  font-size: min(1.29vw , 1rem);
  line-height: min(1.94vw , 1.5rem);
  font-weight: 500;
}

#global-title p span {
  font-size: min(1.94vw , 1.5rem);
  font-weight: 700;
}

#global-mail {
  width: 126px;
  text-align: right;
}

#global-mail a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  width: 126px;
  background: #1C79B7;
  color: #fff;
  font-weight: 500;
  padding: 30px 0 0;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

#global-mail a:hover {
  background: #fff;
  color: #1C79B7;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
}

#global-mail a::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  top: 60px;
  font-size: 2rem;
}

.global-menu {
  text-align: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-top: auto;
  padding-bottom: 5px;
}

.global-menu a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.global-menu a::before {
  content: "\f107";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #1C79B7;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  opacity: 0;
}

.global-menu a:hover {
  color: #1C79B7;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.global-menu a:hover::before {
  opacity: 1;
}

.global-menu-parent {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.global-menu-parent__link {
  position: relative;
}

.global-menu-parent__link::before {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
}

.global-menu-parent__link::after {
  content: "\f059";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  left: -1.25rem;
  color: #1C79B7;
  font-size: 1rem;
}

.global-menu-parent__link:first-child {
  margin-right: 50px;
}

.global-menu-parent__link:first-child::before {
  content: "Integrated Report";
}

.global-menu-parent__link:nth-child(2) {
  margin-right: 10px;
}

.global-menu-parent__link:last-child::before {
  content: "SX";
}

.global-menu-child {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  counter-reset: number;
}

.global-menu-child__link {
  position: relative;
  margin-right: 30px;
  padding-left: 10px;
}

.global-menu-child__link::before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: inline-block;
  color: #1C79B7;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.global-menu-child__link::after {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
}

.global-menu-child__link:first-child::after {
  content: "Disclosure";
}

.global-menu-child__link:nth-child(2)::after {
  content: "PR";
}

.global-menu-child__link:last-child {
  margin-right: 50px;
}

.global-menu-child__link:last-child::after {
  content: "Penetration";
}

.hamburger-btn {
  display: none;
}

@media screen and (max-width: 900px) {
  #global-title {
    max-width: auto;
    width: auto;
  }
  #global-title p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #global-title p span {
    font-size: 1.5rem;
  }
  #global-mail {
    display: none;
  }
  .global-menu {
    position: fixed;
    top: 60px;
    right: 0;
    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: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 70%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    margin: 0;
    padding: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .global-menu a::before {
    content: "";
  }
  .global-menu-parent {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .global-menu-parent__link {
    width: 100%;
  }
  .global-menu-parent__link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50px;
    background: #1C79B7;
    color: #fff;
  }
  .global-menu-parent__link--dashed {
    border-bottom: dashed 1px #D6EDFA;
  }
  .global-menu-parent__link::after {
    content: "";
  }
  .global-menu-parent__link:first-child {
    margin-right: 0;
  }
  .global-menu-parent__link:first-child::before {
    content: "";
  }
  .global-menu-parent__link:nth-child(2) {
    margin-right: 0;
  }
  .global-menu-parent__link:last-child::before {
    content: "";
  }
  .global-menu-child {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    counter-reset: number;
  }
  .global-menu-child__link {
    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;
    height: 40px;
    border-bottom: dashed 1px #D6EDFA;
  }
  .global-menu-child__link::before {
    content: counter(number);
    counter-increment: number;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    display: inline-block;
    color: #1C79B7;
    font-family: "Josefin Sans", sans-serif;
    font-style: italic;
    font-weight: 700;
    text-align: center;
  }
  .global-menu-child__link:first-child::after {
    content: "";
  }
  .global-menu-child__link:nth-child(2)::after {
    content: "";
  }
  .global-menu-child__link:last-child {
    margin-right: 0;
  }
  .global-menu-child__link:last-child::after {
    content: "";
  }
  .global-menu.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .hamburger-btn {
    display: block;
    position: fixed;
    top: 20px;
    right: 10px;
    width: 50px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .hamburger-btn__bar {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #1C79B7;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .hamburger-btn__bar:nth-child(1) {
    top: 0;
  }
  .hamburger-btn__bar:nth-child(2) {
    top: 10px;
  }
  .hamburger-btn__bar:nth-child(3) {
    top: 20px;
  }
  .hamburger-btn.open .hamburger-btn__bar:nth-child(1) {
    top: 6px;
    background-color: #1C79B7;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .hamburger-btn.open .hamburger-btn__bar:nth-child(2),
  .hamburger-btn.open .hamburger-btn__bar:nth-child(3) {
    top: 6px;
    background-color: #1C79B7;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

#fv {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #EFEFEF), color-stop(40%, #EFEFEF), color-stop(70%, #fff), to(#fff));
  background: linear-gradient(#fff 0%, #EFEFEF 10%, #EFEFEF 40%, #fff 70%, #fff 100%);
  padding-bottom: min(12.1vw, 9.375rem);
  overflow: hidden;
}

#fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1176.9108px;
  background-image: url(../image/fv-topView-bk.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#fv-topView {
  position: relative;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1240px;
  width: 90%;
  max-height: 830px;
  height: 80vw;
  margin: 0 auto;
}

#fv-topView__img01 {
  position: absolute;
  right: 228px;
  top: min(30.65vw , 380px);
  width: min(31.29vw , 388px);
  height: auto;
  -webkit-animation: 8s fuwafuwa infinite;
          animation: 8s fuwafuwa infinite;
}

#fv-topView__img02 {
  position: absolute;
  right: 228px;
  top: 0;
  width: min(32.3vw , 400.5px);
  height: auto;
  -webkit-animation: 8s fuwafuwa infinite;
          animation: 8s fuwafuwa infinite;
}

#fv-topView__img03 {
  position: absolute;
  right: 0;
  top: min(14.52vw , 180px);
  width: min(31.33vw , 388.5px);
  height: auto;
  -webkit-animation: 8s fuwafuwa2 infinite;
          animation: 8s fuwafuwa2 infinite;
}

#fv-topView__lead {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

#fv-topView__lead span {
  position: relative;
  z-index: 2;
}

#fv-topView__lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  background: #D6EDFA;
  width: 100%;
  height: 15px;
  z-index: 1;
}

#fv-topView__title {
  position: relative;
  color: #1C79B7;
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: 500;
  margin-bottom: 3rem;
  z-index: 5;
  -webkit-filter: drop-shadow(3px 3px 3px white) drop-shadow(-3px -3px 3px white);
          filter: drop-shadow(3px 3px 3px white) drop-shadow(-3px -3px 3px white);
}

#fv-topView__title span {
  font-size: 3.625rem;
}

#fv-integratedReport {
  position: relative;
  max-width: 1028px;
  width: 90%;
  margin: 0 auto;
  z-index: 1;
}

#fv-integratedReport__lead {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3rem;
}

#fv-integratedReport__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 2rem;
}

#fv-integratedReport__title span {
  color: #1C79B7;
}

#fv-integratedReport-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#fv-integratedReport-description-text {
  width: 100%;
}

@-webkit-keyframes fuwafuwa {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes fuwafuwa {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes fuwafuwa2 {
  0%,
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuwafuwa2 {
  0%,
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  #fv-topView {
    max-height: auto;
    height: auto;
  }
  #fv-topView__img01 {
    width: 30vh;
    right: 0;
    top: 15vh;
  }
  #fv-topView__img02 {
    width: 30vh;
    right: 0;
    top: 35vh;
    -webkit-animation: 8s fuwafuwa2 infinite;
            animation: 8s fuwafuwa2 infinite;
  }
  #fv-topView__img03 {
    width: 30vh;
    right: 0;
    top: 60vh;
    -webkit-animation: 8s fuwafuwa infinite;
            animation: 8s fuwafuwa infinite;
  }
  #fv-topView__lead {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
  }
  #fv-topView__lead::after {
    height: 13px;
  }
  #fv-topView__title {
    font-size: 1.75rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  #fv-topView__title span {
    font-size: 3rem;
  }
}

.fv-topView-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fv-topView-circle li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  line-height: 1.5rem;
  white-space: nowrap;
  margin: 0 2rem 4rem 0;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
}

.fv-topView-circle--en {
  color: #1C79B7;
  font-size: 200%;
}

.fv-topView-circle--jp {
  color: #1C79B7;
  font-size: 150%;
}

.fv-integratedReport-description-text__p {
  font-size: min(1.94vw , 1.5rem);
  line-height: min(3.87vw , 3rem);
}

.fv-integratedReport-description-text__p sup {
  font-size: 0.5rem;
  vertical-align: super;
}

.fv-integratedReport-description-text__p--marginTop {
  margin-top: 1.5rem;
}

.fv-integratedReport-description-text__p--cap {
  font-size: min(0.97vw , 0.75rem);
  line-height: min(0.97vw , 0.75rem);
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .fv-topView-circle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-bottom: 20px;
  }
  .fv-topView-circle li {
    margin: 0;
  }
  .fv-integratedReport-description-text__p {
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: justify;
  }
  .fv-integratedReport-description-text__p sup {
    font-size: 0.5rem;
    vertical-align: super;
  }
  .fv-integratedReport-description-text__p--marginTop {
    margin-top: 1rem;
  }
  .fv-integratedReport-description-text__p--cap {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 0.5rem;
  }
}

#introduction {
  background: #EBF7FF;
  padding: min(12.1vw, 9.375rem) 0;
}

.introduction {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}

.introduction__questionLead {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.introduction__question {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 5rem;
}

.introduction--left {
  top: 0.5rem;
  left: -0.5rem;
  width: min(8.72vw, 108.5px);
  height: auto;
}

.introduction--center {
  bottom: min(1rem, 0);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 155.5px;
  height: auto;
}

.introduction--right {
  top: -1rem;
  right: -0.5rem;
  width: min(10.23vw, 127px);
  height: auto;
}

.introduction__answerLead {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1rem;
  margin: 4.25rem 0 1.5rem;
}

.introduction__answer {
  color: #1C79B7;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .introduction__questionLead {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
  }
  .introduction__question {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 3rem;
  }
  .introduction--left {
    top: 0;
    left: auto;
    right: 0;
    width: 20vw;
  }
  .introduction--center {
    bottom: auto;
    top: 25%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 20vw;
  }
  .introduction--right {
    top: 0;
    right: 0;
    width: 20vw;
  }
  .introduction__answer {
    line-height: 3.5rem;
  }
}

#maximization-wrap {
  background: #fff;
  padding: min(12.1vw, 9.375rem) 0;
}

.maximization {
  max-width: 1240px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.maximization__text {
  font-size: 2rem;
  line-height: 4rem;
}

.maximization__text span {
  color: #1C79B7;
  font-size: 140%;
  font-weight: 500;
}

.maximization__text--marginBottom-wide {
  margin-bottom: 4rem;
}

.maximization__lead {
  position: relative;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.maximization__lead::before {
  content: "";
  position: absolute;
  left: -1rem;
  width: 2px;
  height: 33px;
  background: #1C79B7;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.maximization__lead::after {
  content: "";
  position: absolute;
  right: -1rem;
  width: 2px;
  height: 33px;
  background: #1C79B7;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.maximization__title {
  color: #1C79B7;
  font-size: 5rem;
  font-weight: 500;
  line-height: 6.5625rem;
  margin-bottom: min(29.44vw, 22.8125rem);
}

#maximization__rtBlue-wrap {
  height: 180px;
  background: #D6EDFA;
  margin: 0 calc(50% - 50vw);
}

.maximization__rtBlue {
  position: relative;
  max-width: 1240px;
  width: 90%;
  height: 180px;
  margin: 0 auto;
}

.maximization__rtBlue::before {
  content: '開示';
  position: absolute;
  right: 0;
  top: 2rem;
  color: #1C79B7;
  font-size: 5rem;
  line-height: 5rem;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

#maximization__pattern-wrap {
  height: min(64.52vw, 50rem);
  background: url(../image/maximization-pattern-bk.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #A4C9E2;
  margin: 0 calc(50% - 50vw) min(12.1vw, 9.375rem);
}

.maximization__pattern {
  position: relative;
  max-width: 1240px;
  width: 90%;
  height: min(64.52vw, 50rem);
  margin: 0 auto;
}

.maximization__pattern::before {
  content: '発信';
  position: absolute;
  left: 0;
  bottom: 2rem;
  color: #1C79B7;
  font-size: 5rem;
  line-height: 5rem;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.maximization__pattern-line__img {
  position: absolute;
  z-index: 0;
}

.maximization__pattern-line__img--02 {
  bottom: 19%;
  right: 0;
  width: 335.5px;
  height: auto;
}

.maximization__pattern-line__img--03 {
  bottom: 29%;
  left: 0;
  width: 242.5px;
  height: auto;
}

.maximization__pattern-line__text {
  position: absolute;
  text-align: left;
  z-index: 3;
  -webkit-filter: drop-shadow(3px 3px 3px white) drop-shadow(-3px -3px 3px white);
          filter: drop-shadow(3px 3px 3px white) drop-shadow(-3px -3px 3px white);
}

.maximization__pattern-line__text--02 {
  width: 240px;
  bottom: 20%;
  right: 0;
}

.maximization__pattern-line__text--03 {
  width: 176px;
  bottom: 30%;
  left: 0;
}

.maximization__pattern__img {
  position: absolute;
  top: -300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 901px;
  width: 80vw;
  height: auto;
  z-index: 1;
}

.maximization__pattern-listWrap {
  position: absolute;
  top: -300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 901px;
  width: 80vw;
  max-height: 873px;
  height: 80vw;
  z-index: 2;
}

.maximization__pattern-list {
  position: absolute;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  z-index: 5;
}

.maximization__pattern-list--01 {
  top: min(8.06vw, 6.25rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.maximization__pattern-list--img01 {
  position: absolute;
  top: -10%;
  right: 18%;
  width: min(15.97vw, 198px);
  height: auto;
}

.maximization__pattern-list--02 {
  bottom: min(8.06vw, 6.25rem);
  right: 10%;
  white-space: nowrap;
}

.maximization__pattern-list--img02 {
  position: absolute;
  top: 25%;
  right: -5%;
  width: min(21.49vw, 266.5px);
  height: auto;
}

.maximization__pattern-list--03 {
  top: 70%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  left: 10%;
}

.maximization__pattern-list--img03 {
  position: absolute;
  bottom: -15%;
  left: 17%;
  width: min(19.4vw, 240.5px);
  height: auto;
}

.maximization__pattern-list__title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: min(3.87vw, 3rem);
  line-height: min(3.87vw, 3rem);
  font-weight: 700;
}

.maximization__pattern-list__title::before {
  position: absolute;
  color: #1C79B7;
  font-size: min(8.87vw, 6.875rem);
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  -webkit-filter: drop-shadow(3px 3px 3px white) drop-shadow(-3px -3px 3px white);
          filter: drop-shadow(3px 3px 3px white) drop-shadow(-3px -3px 3px white);
}

.maximization__pattern-list__title--01 {
  margin: 0 auto min(2.42vw, 1.875rem);
}

.maximization__pattern-list__title--01::before {
  content: "01";
  top: max(-5.16vw, -4rem);
  left: -1rem;
}

.maximization__pattern-list__title--02 {
  margin: 30px max(8.06vw, 6.25rem) 0 auto;
}

.maximization__pattern-list__title--02::before {
  content: "02";
  top: 0;
  right: max(-12.1vw, -9.375rem);
}

.maximization__pattern-list__title--03 {
  color: #fff;
  margin: 0 auto 30px;
}

.maximization__pattern-list__title--03::before {
  content: "03";
  top: max(-5.65vw, -4.375rem);
  left: 0;
}

.maximization__pattern-list__title span {
  position: relative;
  z-index: 2;
}

.maximization__pattern-list__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 10px;
  background: #FFED02;
  z-index: 1;
}

.maximization__pattern-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5rem;
  text-align: left;
}

.maximization__pattern-list-item--order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.maximization__pattern-list-item--order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.maximization__pattern-list-item--order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.maximization__pattern-list-item__theme {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #1C79B7;
  background: #fff;
  margin: 0 1rem 0.5rem 0;
  padding: 0 0.25rem;
}

.maximization__pattern-list-item__theme span {
  margin-right: 1rem;
}

.maximization__pattern-list-item__explanation {
  padding-bottom: 0.25rem;
}

.maximization__pattern-list-item__explanation--white {
  color: #fff;
}

.maximization-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .maximization__text {
    font-size: 1.5rem;
    line-height: 2.75rem;
  }
  .maximization__text--marginBottom-wide {
    margin-bottom: 3rem;
  }
  .maximization__lead {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
  .maximization__lead::before {
    bottom: 0;
    width: 2px;
    height: 2rem;
  }
  .maximization__lead::after {
    bottom: 0;
    width: 2px;
    height: 2rem;
  }
  .maximization__title {
    font-size: 3rem;
    line-height: 4.5rem;
    margin-bottom: 150px;
  }
  #maximization__rtBlue-wrap {
    height: 30vw;
  }
  .maximization__rtBlue {
    height: 30vw;
  }
  .maximization__rtBlue::before {
    top: 1rem;
    font-size: 4rem;
    line-height: 4rem;
  }
  #maximization__pattern-wrap {
    height: 70vw;
    background-size: cover;
    margin: 0 calc(50% - 50vw) min(12.1vw, 9.375rem);
  }
  .maximization__pattern {
    height: 70vw;
    margin: 0 auto;
  }
  .maximization__pattern::before {
    bottom: 1rem;
    font-size: 4rem;
    line-height: 4rem;
  }
  .maximization__pattern-line__img {
    display: none;
  }
  .maximization__pattern-line__text {
    display: none;
    position: absolute;
    text-align: left;
  }
  .maximization__pattern-line__text--02 {
    width: auto;
    bottom: 20%;
  }
  .maximization__pattern-line__text--03 {
    width: auto;
    bottom: 20%;
  }
  .maximization__pattern__img {
    top: -140px;
    width: 100vw;
    height: auto;
  }
  .maximization__pattern-listWrap {
    top: -140px;
    width: 100vw;
    height: 100vw;
  }
  .maximization__pattern-list--01 {
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .maximization__pattern-list--img01 {
    top: 20%;
    right: 25%;
  }
  .maximization__pattern-list--02 {
    bottom: 25%;
    right: 15%;
    white-space: nowrap;
  }
  .maximization__pattern-list--img02 {
    top: auto;
    bottom: 5%;
    right: 20%;
  }
  .maximization__pattern-list--03 {
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    left: 5%;
  }
  .maximization__pattern-list--img03 {
    bottom: 5%;
    left: 17%;
  }
  .maximization__pattern-list__title {
    font-size: 2rem;
    line-height: 2rem;
  }
  .maximization__pattern-list__title::before {
    font-size: 4rem;
  }
  .maximization__pattern-list__title--01 {
    margin: 0;
  }
  .maximization__pattern-list__title--01::before {
    top: -2.5rem;
    left: 0;
  }
  .maximization__pattern-list__title--02 {
    margin: 0;
  }
  .maximization__pattern-list__title--02::before {
    top: -2.5rem;
    right: 0;
  }
  .maximization__pattern-list__title--03 {
    margin: 0;
  }
  .maximization__pattern-list__title--03::before {
    top: -2.5rem;
    left: 0;
  }
  .maximization__pattern-list__title span {
    position: relative;
    z-index: 2;
  }
  .maximization__pattern-list__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    width: 100%;
    height: 10px;
    background: #FFED02;
    z-index: 1;
  }
  .maximization__pattern-list-item {
    display: none;
  }
  .maximization-sp {
    display: block;
    text-align: left;
    margin-bottom: 50px;
  }
  .maximization-sp-block {
    background: #fff;
    margin-bottom: 2rem;
    padding: 2.5rem 1rem 1rem;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
            filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
  }
  .maximization-sp-block__title {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  .maximization-sp-block__title span {
    color: #1C79B7;
    font-size: 4rem;
    font-family: "Josefin Sans", sans-serif;
    font-style: italic;
    font-weight: 700;
  }
  .maximization-sp-block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.5rem;
    text-align: left;
  }
  .maximization-sp-block-item__theme {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #1C79B7;
    background: #fff;
    margin: 0 1rem 0.5rem 0;
    padding: 0 0.25rem;
    white-space: nowrap;
  }
  .maximization-sp-block-item__theme span {
    margin-right: 1rem;
  }
  .maximization-sp-block-item__explanation {
    padding-bottom: 0.25rem;
  }
  .maximization-sp-block-item__explanation--white {
    color: #fff;
  }
  .maximization-sp-block__cap {
    position: relative;
    line-height: 1.5rem;
    margin-top: 2rem;
  }
  .maximization-sp-block__cap::before {
    content: "";
    position: absolute;
    top: -1rem;
    height: 1px;
    width: 100%;
    background: #D6EDFA;
  }
}

#support-wrap {
  background: #EBF7FF;
  text-align: center;
  padding: min(12.1vw, 9.375rem) 0 300px;
}

.support {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}

.support__small {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.support__small--marginBottom-wide {
  margin-bottom: 4.375rem;
}

.support__small--marginTop-wide {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}

.support__mid {
  font-size: 2rem;
  line-height: 2.75rem;
}

.support__mid--marginBottom-wide {
  margin-bottom: 5rem;
}

.support__mid--marginBottom-narrow {
  margin-bottom: 2.5rem;
}

.support__mid--br_span {
  display: inline-block;
}

.support__large {
  font-size: min(5.16vw, 4rem);
  line-height: min(5.16vw, 4rem);
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.support__xlarge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1C79B7;
  font-size: min(6.45vw, 5rem);
  line-height: min(6.45vw, 5rem);
  font-weight: 500;
  background: #fff;
}

.support__xlarge--firstLine {
  position: relative;
  margin-bottom: min(13.71vw, 10.625rem);
}

.support__xlarge--firstLine::before {
  content: "×";
  position: absolute;
  top: min(9.03vw, 7rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #919191;
  font-size: min(15.32vw, 11.875rem);
  font-weight: 400;
}

.support__xlarge--secondLine {
  margin-bottom: 3rem;
}

.support__img {
  width: 100%;
  height: auto;
  margin: 40px 0 10px;
}

.support__cap {
  color: #1C79B7;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  #support-wrap {
    padding-bottom: 400px;
  }
  .support__small--marginBottom-wide {
    margin-bottom: 2rem;
  }
  .support__small--marginTop-wide {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  .support__mid {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  .support__mid--marginBottom-wide {
    margin-bottom: 2rem;
  }
  .support__mid--marginBottom-wide--br_span {
    display: inline-block;
  }
  .support__mid--marginBottom-narrow {
    margin-bottom: 2.5rem;
  }
  .support__large {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
  }
  .support__xlarge {
    font-size: 3rem;
    line-height: 3.75rem;
  }
  .support__xlarge--firstLine {
    margin-bottom: 5rem;
  }
  .support__xlarge--firstLine::before {
    top: 7.8rem;
    font-size: 6rem;
  }
  .support__xlarge--secondLine {
    margin-bottom: 3rem;
  }
  .support-scrollArea-Wrap {
    overflow-x: scroll;
  }
  .support-scrollArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 800px;
  }
  .support__img {
    width: auto;
    max-height: none;
    height: 150px;
  }
  .support__cap {
    color: #1C79B7;
    font-size: 1.5rem;
  }
}

.while {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1240px;
  width: 90%;
  color: #1C79B7;
}

.while__large {
  font-size: min(5.16vw, 4rem);
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 2.25rem;
}

.while__small {
  position: relative;
  font-size: min(2.9vw, 2.25rem);
  line-height: min(4.19vw, 3.25rem);
  z-index: 2;
}

.while__img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38.24%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .while {
    top: -50px;
  }
  .while__large {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .while__small {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .while__img {
    position: absolute;
    right: 0;
    top: -280px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: auto;
    height: 270px;
  }
}

.pillar {
  position: relative;
  max-width: 1240px;
  width: 90%;
  background-image: url(../image/fv-topView-bk.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.pillar__img {
  position: absolute;
}

.pillar__img--01 {
  left: 80px;
  width: 110%;
  height: auto;
}

.pillar__img--02 {
  right: 80px;
  width: 110%;
  height: auto;
}

.pillar__img--03 {
  left: 80px;
  width: 110%;
  height: auto;
}

.pillar__title {
  position: relative;
  font-size: min(7.74vw, 6rem);
  font-weight: 500;
  margin-bottom: 800px;
  z-index: 1;
}

.pillar__title span {
  color: #1C79B7;
  font-size: min(16.94vw, 13.125rem);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.pillar__title::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  color: #1C79B7;
  font-family: "Roboto", sans-serif;
  font-size: min(8.87vw, 6.875rem);
  white-space: nowrap;
  opacity: 0.4;
  mix-blend-mode: multiply;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.pillar__title--right {
  text-align: right;
}

.pillar__title--right::before {
  right: 0;
  top: 100px;
}

.pillar-targets {
  position: absolute;
  width: 498px;
}

.pillar-targets--01 {
  top: 400px;
  left: 0;
}

.pillar-targets--02 {
  top: 570px;
  right: 0;
}

.pillar-targets--03 {
  top: 610px;
  left: 0;
}

.pillar-text {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 calc(50% - 50vw) min(1.94vw, 1.5rem);
  padding: min(3.23vw, 2.5rem) 0 min(2.58vw, 2rem);
  z-index: 2;
}

.pillar-text p {
  max-width: 1028px;
  width: 90%;
  font-size: 1.5rem;
  line-height: 2.8rem;
  text-align: justify;
  margin: 0 auto;
}

.pillar-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 2rem;
}

.pillar-flex-box {
  width: 50%;
}

.pillar-listWrap__supports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 100%;
  text-align: left;
}

.pillar-list__supports h4 {
  position: relative;
  left: 1rem;
}

.pillar-list__supports h4::before {
  content: "■";
  position: absolute;
  left: -1rem;
  color: #1C79B7;
  font-size: 0.75rem;
}

.pillar-list__supports li {
  position: relative;
  left: 1rem;
  line-height: 1.625rem;
}

.pillar-list__supports li::before {
  content: "●";
  position: absolute;
  left: -1rem;
  color: #AFD9F2;
  font-size: 0.75rem;
}

.pillar-list__tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: left;
}

.pillar-list__tool li {
  position: relative;
  left: 1rem;
  width: 50%;
}

.pillar-list__tool li::before {
  content: "●";
  position: absolute;
  left: -1rem;
  color: #AFD9F2;
  font-size: 0.75rem;
}

.pillar-listWrap__works {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: left;
}

.pillar-listWrap__works::before {
  content: "×";
  position: absolute;
  left: 40%;
  top: 40%;
}

.pillar-list__works {
  width: 46%;
}

.pillar-list__works li {
  position: relative;
  left: 1rem;
}

.pillar-list__works li::before {
  content: "●";
  position: absolute;
  left: -1rem;
  color: #AFD9F2;
  font-size: 0.75rem;
}

.pillar-list__works p {
  text-align: center;
}

.pillar-decoration {
  background: #fff;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
  text-align: center;
  padding: 4rem 2.5rem 2rem 2rem;
}

.pillar-decoration__title {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: min(1.29vw, 1rem);
}

.pillar-decoration__title span {
  display: inline-block;
}

.pillar-decoration__title::before {
  content: attr(data-title);
  position: absolute;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px solid #AFD9F2;
  color: #AFD9F2;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.pillar-decoration__title--marginTop {
  margin-top: min(6.94vw, 5.375rem);
}

.pillar-decoration__title--marginTop::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3.4375rem;
  height: 1px;
  width: 100%;
  background: #AFD9F2;
}

.pillar-decoration__blueText {
  color: #1C79B7;
  font-size: 2rem;
  line-height: 2.5rem;
}

.pillar-decoration__blueText span {
  font-size: 60%;
  line-height: 0;
}

.pillar-decoration__plainText {
  font-size: 1.5rem;
  line-height: 3.375rem;
}

.pillar-decoration__plainText span {
  color: #1C79B7;
  font-size: 200%;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .pillar__img {
    position: static;
    width: 100%;
    margin-bottom: 1rem;
  }
  .pillar__title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .pillar__title span {
    font-size: 5rem;
  }
  .pillar__title::before {
    font-size: 10vw;
  }
  .pillar-targets {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
  .pillar-text {
    position: static;
    margin-bottom: 40px;
    padding: 2.5rem 0 2rem;
  }
  .pillar-text p {
    font-size: 1rem;
    line-height: 2rem;
  }
  .pillar-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pillar-flex-box {
    width: 100%;
  }
  .pillar-flex-box--stack {
    margin-bottom: 10px;
  }
  .pillar-listWrap__supports {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .pillar-listWrap__works::before {
    left: 40%;
    -webkit-transform: translateX(-40%) translateY(-40%);
            transform: translateX(-40%) translateY(-40%);
  }
  .pillar-decoration {
    padding: 3rem 1rem 1rem;
  }
  .pillar-decoration__title--marginTop {
    margin-top: min(6.94vw, 5.375rem);
  }
  .pillar-decoration__title--marginTop::after {
    height: 0px;
  }
}

#disclosure {
  background: #fff;
  padding: min(12.1vw, 9.375rem) 0;
}

#pr {
  background: #EBF7FF;
  padding: min(12.1vw, 9.375rem) 0;
}

#internalPenetration {
  background: #fff;
  padding: min(12.1vw, 9.375rem) 0;
}

#sx-wrap {
  background: #EBF7FF;
  padding: min(12.1vw, 9.375rem) 0;
}

.sx {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}

.sx__title {
  position: relative;
  color: #1C79B7;
  font-size: min(2.58vw, 2rem);
  font-weight: 500;
  line-height: min(4.03vw, 3.125rem);
  text-align: center;
  margin-bottom: min(6.45vw, 5rem);
}

.sx__title span {
  font-size: 80%;
}

.sx__title::before {
  content: url(../image/sx-arrow.svg);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  width: min(70vw, 853px);
}

.sx-textBox {
  width: min(100%, 39rem);
  margin: 0 auto 2.5rem;
}

.sx-textBox__subTitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1C79B7;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.sx-textBox ol {
  counter-reset: number;
}

.sx-textBox ol li {
  position: relative;
  padding-left: 2rem;
}

.sx-textBox ol li::before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  top: 10%;
  left: 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #1C79B7;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  color: #1C79B7;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  line-height: 150%;
}

.sx-imgBox {
  position: relative;
  max-width: 837px;
  width: 90vw;
  max-height: 837px;
  height: 90vw;
  margin: 0 auto;
}

.sx-imgBox__img {
  position: absolute;
  max-width: 837px;
  width: 90vw;
  height: auto;
}

.sx-imgBox__01 {
  position: absolute;
  bottom: max(-10.28vw, -127.5px);
  right: 20%;
  width: min(10.28vw, 127.5px);
  height: auto;
}

.sx-imgBox__02 {
  position: absolute;
  top: 60%;
  left: -10%;
  width: min(14.52vw, 180px);
  height: auto;
  z-index: 2;
}

.sx-imgBox__03 {
  position: absolute;
  top: 40%;
  left: -12%;
  width: min(13.06vw, 162px);
  height: auto;
}

.sx-imgBox-text {
  position: absolute;
  max-width: 837px;
  width: 90vw;
  max-height: 837px;
  height: 90vw;
}

.sx-imgBox-text__dropIn {
  position: absolute;
  left: 50%;
  top: 3%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.sx-imgBox-text-number {
  position: absolute;
}

.sx-imgBox-text-number li {
  position: relative;
  text-align: justify;
  line-height: 1.625rem;
  padding-left: 1rem;
}

.sx-imgBox-text-number li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #1C79B7;
  font-size: 80%;
}

.sx-imgBox-text-number__num {
  color: #1C79B7;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 4.375rem;
  text-align: center;
  margin-bottom: 1rem;
}

.sx-imgBox-text-number--1 {
  right: 21%;
  top: 15%;
}

.sx-imgBox-text-number--2 {
  right: 6%;
  top: 50%;
}

.sx-imgBox-text-number--3 {
  left: 37%;
  bottom: 12%;
  color: #fff;
}

.sx-imgBox-text-number--3 > .sx-imgBox-text-number__num {
  color: #fff;
}

.sx-imgBox-text-number--3 li::before {
  color: #fff;
}

.sx-imgBox-text-number--4 {
  left: 10%;
  top: 50%;
  color: #fff;
}

.sx-imgBox-text-number--4 > .sx-imgBox-text-number__num {
  color: #fff;
}

.sx-imgBox-text-number--5 {
  left: 16%;
  top: 15%;
}

.sx-imgBox-text__center {
  position: absolute;
  left: 38%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #1C79B7;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2rem;
}

.sx-spText {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sx-imgBox__02 {
    top: 70%;
    left: 0;
  }
  .sx-imgBox__03 {
    top: 30%;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .sx__title {
    font-size: 2rem;
    line-height: 2.75rem;
    margin-bottom: 40px;
  }
  .sx__title span {
    line-height: 70%;
  }
  .sx__title::before {
    bottom: -25px;
  }
  .sx-textBox {
    margin: 0 auto 2.5rem;
  }
  .sx-imgBox__01 {
    bottom: 0;
    right: 25%;
    width: auto;
    height: 10vh;
  }
  .sx-imgBox__02 {
    top: 60%;
    left: 0;
    width: auto;
    height: 10vh;
  }
  .sx-imgBox__03 {
    top: 40%;
    left: 0;
    width: auto;
    height: 10vh;
  }
  .sx-imgBox-text__dropIn {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 5%;
    -webkit-filter: drop-shadow(3px 3px 3px white) drop-shadow(-3px -3px 3px white);
            filter: drop-shadow(3px 3px 3px white) drop-shadow(-3px -3px 3px white);
  }
  .sx-imgBox-text-number {
    position: absolute;
  }
  .sx-imgBox-text-number li {
    display: none;
  }
  .sx-imgBox-text-number__text {
    display: none;
  }
  .sx-imgBox-text-number--1 {
    right: 25%;
    top: 20%;
  }
  .sx-imgBox-text-number--2 {
    right: 10%;
    top: 58%;
  }
  .sx-imgBox-text-number--3 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 8%;
    color: #fff;
  }
  .sx-imgBox-text-number--4 {
    left: 15%;
    top: 58%;
  }
  .sx-imgBox-text-number--5 {
    left: 25%;
    top: 20%;
  }
  .sx-imgBox-text__center {
    white-space: nowrap;
    -webkit-filter: drop-shadow(3px 3px 3px white) drop-shadow(-3px -3px 3px white);
            filter: drop-shadow(3px 3px 3px white) drop-shadow(-3px -3px 3px white);
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .sx-spText {
    display: block;
    width: 100%;
  }
  .sx-spText-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background: #fff;
    padding: 2rem 1rem 1.5rem;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
            filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
    margin-top: 1rem;
  }
  .sx-spText-box__num {
    width: 15%;
    color: #1C79B7;
    font-family: "Josefin Sans", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 4rem;
    text-align: center;
  }
  .sx-spText-box__text {
    width: 85%;
    line-height: 1.625rem;
  }
  .sx-spText-box li {
    position: relative;
    padding-left: 1rem;
  }
  .sx-spText-box li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #1C79B7;
    font-size: 80%;
  }
}

#contact {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: min(12.1vw, 9.375rem) 0;
}

#contact__mainText {
  color: #1C79B7;
  font-size: 5rem;
  font-weight: 500;
  text-align: center;
  line-height: 6.5625rem;
  margin-bottom: 4rem;
}

#contact__subText {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  #contact__mainText {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
  #contact__subText {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}

#returnTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#returnTop:hover {
  bottom: 25px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#returnTop a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  color: #1C79B7;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(28, 121, 183, 0.3)) drop-shadow(-3px -3px 3px rgba(28, 121, 183, 0.3));
}

#returnTop a::before {
  content: "\f30c";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  color: #D6EDFA;
  font-size: 3rem;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #returnTop {
    bottom: 60px;
  }
}

#spContact {
  display: none;
}

@media screen and (max-width: 768px) {
  #spContact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .spContact-mail {
    width: 50%;
  }
  .spContact-mail a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 40px;
    background: #1C79B7;
    color: #fff;
    font-weight: 500;
    padding-left: 1.5rem;
  }
  .spContact-mail a p {
    position: relative;
  }
  .spContact-mail a p::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    position: absolute;
    left: -1.5rem;
    font-size: 1rem;
  }
  .spContact-tel {
    width: 50%;
  }
  .spContact-tel a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #1C79B7;
    color: #1C79B7;
    font-weight: 500;
  }
  .spContact-tel span {
    font-size: 70%;
  }
}

footer {
  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;
  width: 100%;
  background: #EFEFEF;
  padding: max(2.375vw, 2.375rem) 0;
}

footer small {
  font-size: min(1.94vw, 1.5rem);
  font-weight: 500;
  text-align: center;
  line-height: min(1.94vw, 1.5rem);
}

footer small span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 80%;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 150px;
  }
  footer small {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/*フェードイン制御*/
.fadein {
  opacity: 0.0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fadein-load {
  opacity: 0.0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.delay2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.delay3 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.delay4 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.delay05 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}
/*# sourceMappingURL=style.css.map */