@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  transition: 1s;
  font-size: 16px;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3F446A;
  line-height: 1.5;
  background-color: #EFEFEF;
}

article {
  overflow: hidden;
}

/*@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 961px) {
  .disp_sp {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 960px) {
  .disp_pc {
    display: none !important;
    visibility: hidden !important;
  }
}
.scrollanime {
  transition: all ease 1s;
}

.opacity {
  opacity: 0;
}

.updown {
  opacity: 0;
  transform: translateY(-50px);
}

.downup {
  opacity: 0;
  transform: translateY(50px);
}

.slide-right {
  opacity: 0;
  transform: translateX(50px);
}

.slide-left {
  opacity: 0;
  transform: translateX(-50px);
}

.scaleup {
  opacity: 0;
  transform: scale(0.8);
}

.fadeIn.opacity {
  opacity: 1;
}
.fadeIn.updown {
  opacity: 1;
  transform: translateY(0);
}
.fadeIn.downup {
  opacity: 1;
  transform: translateY(0);
}
.fadeIn.slide-right {
  opacity: 1;
  transform: translateX(0);
}
.fadeIn.slide-left {
  opacity: 1;
  transform: translateX(0);
}
.fadeIn.scaleup {
  opacity: 1;
  transform: scale(1);
}

.eachTextAnime {
  overflow: hidden;
  display: block;
  opacity: 0;
  transition: opacity ease .3s .5s;
}
.eachTextAnime span {
  transform: translateY(100%);
  display: inline-block;
  position: relative;
}
.eachTextAnime.appeartext {
  opacity: 1;
}
.eachTextAnime.appeartext span {
  transform: translateY(0);
  transition: all ease-out 1s;
}

.wrap01 {
  width: 1470px;
  max-width: 90%;
  margin: 0 auto;
}

.wrap-r {
  max-width: calc(100% - (50% - (1200px/2)));
  width: calc(100% - 5%);
  margin-right: 0;
  margin-left: auto;
}

.wrap-l {
  max-width: calc(100% - (50% - (1200px/2)));
  width: calc(100% - 5%);
  margin-right: auto;
  margin-left: 0;
}

.secFv {
  background-color: #3F446A;
  width: 100%;
  height: 100svh;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .secFv {
    margin-bottom: 50px;
  }
}
.secFv__layer01 {
  background-color: #F4E051;
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: circle(0%);
  animation: fvAnime01 1.5s forwards ease,fvAnime02 .7s forwards ease;
  animation-delay: .3s, 1.2s;
}
@keyframes fvAnime01 {
  0% {
    clip-path: circle(0%);
  }
  100% {
    clip-path: circle(100%);
  }
}
@keyframes fvAnime02 {
  0% {
    background-color: #F4E051;
  }
  100% {
    background-color: #EFEFEF;
  }
}
.secFv__logo01 {
  width: 544px;
  max-width: 50%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .secFv__logo01 {
    width: 265px;
    max-width: 90%;
  }
}
.secFv__logo02 {
  width: 544px;
  max-width: 50%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  opacity: 0;
  animation: fvAnime03 .7s forwards ease;
  animation-delay: 1.2s;
}
@keyframes fvAnime03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .secFv__logo02 {
    width: 265px;
    max-width: 90%;
  }
}

.secIntro {
  position: relative;
  padding-bottom: 400px;
}
@media screen and (max-width: 960px) {
  .secIntro {
    padding-bottom: 180px;
  }
}
.secIntro:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 3px;
  height: 220px;
  background-color: #3F446A;
}
@media screen and (max-width: 960px) {
  .secIntro:after {
    height: 84px;
  }
}
.secIntro__ttl {
  text-align: center;
  font-size: 47px;
  margin-bottom: 1.5em;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .secIntro__ttl {
    font-size: 28px;
  }
}
.secIntro__txt {
  letter-spacing: 0.2em;
  font-size: 20px;
  line-height: 2.25;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .secIntro__txt {
    font-size: 11px;
  }
}

.secValue {
  padding: 200px 0 340px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .secValue {
    padding: 100px 0 120px;
  }
}
.secValue:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120%;
  background: center bottom 80px/100% url("../img/bg-value.png") no-repeat;
  z-index: -1;
}
.secValue__flex {
  display: flex;
  justify-content: center;
  column-gap: 122px;
  flex-wrap: wrap;
  grid-row-gap: 100px;
}
@media screen and (max-width: 960px) {
  .secValue__flex {
    flex-direction: column;
    align-items: center;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 960px) {
  .secValue__left {
    width: 320px;
    max-width: 100%;
  }
}
.secValue__ttl {
  font-weight: bold;
  font-size: 112px;
  letter-spacing: 0.12em;
  line-height: 0.8;
}
@media screen and (max-width: 960px) {
  .secValue__ttl {
    text-align: left;
    font-size: 51px;
  }
}
.secValue__ul {
  display: flex;
  flex-direction: column;
  grid-row-gap: 80px;
}
@media screen and (max-width: 960px) {
  .secValue__ul {
    grid-row-gap: 30px;
  }
}
.secValue__li {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 960px) {
  .secValue__li {
    padding-left: 18px;
  }
}
.secValue__li:before {
  display: block;
  content: "";
  position: absolute;
  top: 12%;
  left: 0;
  width: 10px;
  height: 85%;
  background-color: #F4E051;
}
@media screen and (max-width: 960px) {
  .secValue__li:before {
    width: 4px;
  }
}
.secValue__liTtl {
  font-size: 32px;
  letter-spacing: 0.18;
  font-weight: bold;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 960px) {
  .secValue__liTtl {
    font-size: 16px;
  }
}
.secValue__liTxt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.18;
  padding-left: 1em;
}
@media screen and (max-width: 960px) {
  .secValue__liTxt {
    font-size: 12px;
  }
}

.secMember {
  padding: 230px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .secMember {
    padding: 100px 0;
  }
}
.secMember:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 160%;
  height: 100%;
  transform: rotate(-5deg);
  background-color: #3F446A;
  z-index: -1;
}
.secMember__ttl {
  text-align: center;
  color: #EFEFEF;
  font-size: 111px;
  letter-spacing: 0.14em;
  margin-bottom: 0.8em;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .secMember__ttl {
    font-size: 51px;
  }
}
.secMember__ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .secMember__ul {
    flex-direction: column;
    grid-row-gap: 30px;
  }
}
.secMember__li {
  width: 680px;
  max-width: 48%;
  background-color: #EFEFEF;
  padding: 60px 5%;
}
@media screen and (max-width: 960px) {
  .secMember__li {
    max-width: 100%;
    padding: 40px 5%;
  }
}
.secMember__boxInner {
  width: 448px;
  max-width: 100%;
  margin: 0 auto;
}
.secMember__ttlBlk {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: solid 3px #3F446A;
}
@media screen and (max-width: 960px) {
  .secMember__ttlBlk {
    max-width: 80%;
    margin: 0 auto 30px;
    padding-bottom: 15px;
  }
}
.secMember__name {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 960px) {
  .secMember__name {
    font-size: 23px;
  }
}
.secMember__kana {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .secMember__kana {
    font-size: 10px;
  }
}
.secMember__txt {
  font-size: 19px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1.68;
}
@media screen and (max-width: 960px) {
  .secMember__txt {
    font-size: 12px;
    line-height: 1.8;
  }
}

.secCompany {
  padding: 500px 0 100px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .secCompany {
    padding: 200px 0 80px;
  }
}
.secCompany:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 200%;
  height: 100%;
  background-color: #FFEB8A;
  z-index: -1;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.secCompany__ttl {
  font-size: 111px;
  font-weight: bold;
  letter-spacing: 0.14em;
  margin-bottom: 0.8em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .secCompany__ttl {
    font-size: 51px;
  }
}
.secCompany__txt {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 100px;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .secCompany__txt {
    font-size: 11px;
    margin-bottom: 70px;
  }
}
.secCompany__btn {
  text-align: center;
}
.secCompany__btn__a {
  display: inline-block;
  border: solid 4px #3F446A;
  font-size: 60px;
  letter-spacing: 0.14em;
  font-weight: bold;
  padding: 0.1em 1em 0.3em;
  transition: all ease .3s;
}
@media screen and (max-width: 960px) {
  .secCompany__btn__a {
    font-size: 30px;
  }
}
.secCompany__btn__a:hover {
  background-color: #3F446A;
  color: #EFEFEF;
}

.footer {
  background-color: #3F446A;
  position: relative;
}
.footer:before {
  display: block;
  content: "";
  width: 100%;
  height: 120px;
  background: center bottom/cover url("../img/footer-top.svg") no-repeat;
}
@media screen and (max-width: 960px) {
  .footer:before {
    height: 0;
    padding-top: 7%;
  }
}
.footer__logo {
  padding: 200px 0;
  width: 544px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .footer__logo {
    width: 218px;
    padding: 100px 0;
  }
}
