@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&family=Noto+Sans+JP:wght@400;500;700&display=swap");
header#header {
  opacity: 0;
}
#loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 100%;
}
#loading #loading-logo {
  text-align: center;
  width: 53.43%;
  max-width: 748px;
}
#loading .text {
  opacity: 0;
  width: 100%;
  position: relative;
}
#loading .text [class*="logo-"] {
  position: absolute;
  top: 0;
  left: 0;
}
#loading .logo {
  opacity: 0;
  width: 47%;
  max-width: 352px;
  margin: 85px auto 0;
}
@media only screen and (max-width: 767px) {
  #loading {
    margin-top: -52px;
  }
}
.contact {
  background: linear-gradient(#01afec, #002f95);
  z-index: 0;
  padding-top: 110px;
  position: relative;
}
.contact .bg-wa {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(../images/bg_wa.png) no-repeat;
  background-position: center center;
  background-size: 1000px;
}
.contact header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact header > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f78f20;
  border-radius: 50%;
  color: #fff;
  font-size: 5.3rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 1em;
  text-align: center;
  width: 234px;
  height: 234px;
}
.contact header > div {
  color: #002f95;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin-left: 3.2vw;
  margin-bottom: 100px;
}
.contact header > div .header {
  background: linear-gradient(transparent 75%, #f78f20 60%);
  display: inline-block;
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 4px;
  margin-bottom: 0.5em;
}
.contact header > div .header + p {
  font-size: 3.5rem;
}
.contact .title {
  text-align: center;
  margin-bottom: 10px;
}
.contact #form {
  width: 543px;
  margin: 0 auto;
  font-size: 1.8rem;
}
.contact #form label {
  color: #fff;
  display: block;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.contact #form .icon-required {
  font-size: 1.2rem;
  background: #002f95;
  border-radius: 20px;
  padding: 2px 10px 5px;
  margin-left: 1em;
}
.contact #form input {
  border: none;
}
.contact #form [type="text"],
.contact #form textarea {
  width: 100%;
  padding: 15px;
}
.contact #form textarea {
  height: 190px;
}
.contact #form .btn-forms {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.contact #form .btn-forms.confirm > * {
  width: 48%;
}
.contact #form .btn-forms.confirm [name*="btn_back"] {
  background: #01afec;
}
.contact #form [type="submit"] {
  cursor: pointer;
  font-size: 2.6rem;
  font-weight: bold;
  width: 100%;
  background: #002f95;
  color: #fff;
  line-height: 70px;
}
.contact #form .inline-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #b6b6b6;
}
.contact #form .inline-radio div {
  position: relative;
  flex: 1;
}
.contact #form .inline-radio input {
  width: 100%;
  height: 56px;
  opacity: 0;
}
.contact #form .inline-radio label {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #b6b6b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-right: 1px solid #b6b6b6;
  margin: 0;
  width: 100%;
  height: 100%;
}
.contact #form .inline-radio div:last-child label {
  border-right: 0;
}
.contact #form .inline-radio input:checked + label {
  background: #002f95;
  font-weight: 500;
  color: #fff;
}
.contact #form.validationForm.confirm p {
  background: #bfd7e3;
  padding: 1em;
}
.contact #box-form_complete {
  background: rgba(255, 255, 255, 0.5);
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 5em 2em;
  border-radius: 10px;
  margin-top: 50px;
}
.contact .error-js {
  color: #c70000;
  text-shadow: 1px 1px 1px #fff;
}
@media only screen and (max-width: 767px) {
  .contact {
    padding-top: 55px;
  }
  .contact .bg-wa {
    top: 0;
    background-size: 450px;
  }
  .contact header {
    flex-direction: column;
  }
  .contact header > span {
    font-size: 2.6rem;
    width: 117px;
    height: 117px;
    margin: 0 auto 45px;
  }
  .contact header > div {
    margin-left: 0;
    margin-bottom: 50px;
    letter-spacing: 0;
  }
  .contact header > div .header {
    font-size: 2.6rem;
    margin-bottom: 0.5em;
  }
  .contact header > div .header + p {
    font-size: 1.7rem;
  }
  .contact .title img {
    width: 30%;
  }
  .contact #form {
    width: 100%;
    font-size: 1.2rem;
  }
  .contact #form label {
    margin-bottom: 5px;
  }
  .contact #form .icon-required {
    font-size: 1rem;
  }
  .contact #form .btn-forms {
    margin-top: 30px;
  }
  .contact #form [type="submit"] {
    font-size: 1.6rem;
    line-height: 35px;
  }
  .contact #box-form_complete {
    width: 100%;
  }
}
#loading-send {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
#loading-send span {
  display: inline-block;
  background: #01afec;
  padding: 1em;
  border-radius: 10px;
}
.main {
  z-index: 10;
}
.contents01 {
  z-index: 10;
  position: relative;
}
.contents01.is-active {
  background: #bfd7e3 url(../images/img_person_sub.jpg) no-repeat;
  background-size: 1200px;
  background-position: 40% 370px;
}
@media only screen and (max-width: 767px) {
  .contents01.is-active {
    background-size: 110%;
    background-position: 70% 270px;
  }
}
#hosoki .contents01.is-active {
  background: #bfd7e3 url(../images/hosoki/img_person_sub.jpg) no-repeat;
}
@media only screen and (max-width: 767px) {
  #hosoki .contents01.is-active {
    background-size: 130%;
    background-position: 70% 270px;
  }
}
#kawanabe .contents01.is-active {
  background: #bfd7e3 url(../images/kawanabe/img_person_sub.jpg) no-repeat;
}
@media only screen and (max-width: 767px) {
  #kawanabe .contents01.is-active {
    background-size: 130%;
    background-position: 70% 270px;
  }
}
#kaneda .contents01.is-active {
  background: #bfd7e3 url(../images/kaneda/img_person_sub.jpg) no-repeat;
}
@media only screen and (max-width: 767px) {
  #kaneda .contents01.is-active {
    background-size: 130%;
    background-position: 70% 270px;
  }
}
#kudome .contents01.is-active {
  background: #bfd7e3 url(../images/kudome/img_person_sub.jpg) no-repeat;
}
@media only screen and (max-width: 767px) {
  #kudome .contents01.is-active {
    background-size: 130%;
    background-position: -2% 270px;
  }
}
#arai .contents01.is-active {
  background: #bfd7e3 url(../images/arai/img_person_sub.jpg) no-repeat;
}
@media only screen and (max-width: 767px) {
  #arai .contents01.is-active {
    background-size: 120%;
    background-position: -2% 270px;
  }
}
.contents01 .bg_person_sub {
  position: absolute;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -10;
  border-bottom: solid 20vw #fff;
}
.contents01 .title-main {
  margin-bottom: 35px;
  opacity: 0;
}
.contents01 .title-main + .title-sub {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 2.6rem;
}
.tabOff {
  display: block;
}

.tabOn {
  display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .tabOff {
    display: none;
  }

  .tabOn {
    display: block;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .contents01 .title-main {
    width: 60%;
  }
  .contents01 .title-main + .title-sub {
    font-size: 1.2rem;
  }
}
.contents01 .text-cosultant {
  color: #132d80;
  font-family: "Lato", sans-serif;
  font-size: 2.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.contents01 .text-cosultant .num {
  font-size: 5.1rem;
  padding-right: 15px;
  margin-right: 15px;
  line-height: 1;
}
.contents01 .text-cosultant .num .slideAnimeLeftRight {
  line-height: 1;
}
.contents01 .text-cosultant .name {
  line-height: 1.2;
}
.contents01 .text-cosultant .name small {
  display: block;
  font-size: 1.4rem;
}
.contents01 .text-cosultant.border .num {
  border-right: solid 1px #132d80;
}
@media only screen and (max-width: 767px) {
  .contents01 .text-cosultant {
    font-size: 1.6rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .contents01 .text-cosultant .num {
    font-size: 2.5rem;
    padding-right: 5px;
    margin-right: 5px;
  }
  .contents01 .text-cosultant .name {
    margin-top: 5px;
  }
  .contents01 .text-cosultant .name small {
    font-size: 1rem;
  }
}
.contents01 .person-main {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
}
.contents01 .person-main > * {
  opacity: 0;
}
.contents01 .person-main .text_copy {
  margin-top: 74px;
}
@media only screen and (max-width: 767px) {
  .contents01 .person-main {
    top: -30px;
    padding: 0;
    display: block;
    width: 100%;
  }
  .contents01 .person-main .img_person_main {
    position: absolute;
    top: 0;
    right: -30px;
    width: 44%;
  }
  .contents01 .person-main .img_person_main img {
    width: 100%;
  }
  .contents01 .person-main .text_copy {
    margin: 0;
    position: absolute;
    top: 86vw;
    left: 0;
    width: 20%;
  }
  .contents01 .person-main .text_copy img {
    width: 100%;
  }
}
#hosoki .contents01 .person-main {
  top: -50px;
  padding-right: 14px;
}
#hosoki .contents01 .person-main .img_person_main {
  margin-right: -90px;
}
@media only screen and (max-width: 767px) {
  #hosoki .contents01 .person-main {
    top: 10px;
  }
  #hosoki .contents01 .person-main .img_person_main {
    width: 60%;
    margin-right: -50px;
  }
  #hosoki .contents01 .person-main .text_copy {
    top: 77vw;
    width: 26%;
  }
}
@media only screen and (max-width: 767px) {
  #kawanabe .contents01 .person-main .img_person_main {
    right: -25px;
    width: 58%;
  }
  #kawanabe .contents01 .person-main .text_copy {
    left: -30px;
    width: 30%;
    top: 81vw;
  }
}
@media only screen and (max-width: 767px) {
  #kaneda .contents01 .person-main .img_person_main {
    top: 30px;
    right: -23px;
    width: 52%;
  }
  #kaneda .contents01 .person-main .text_copy {
    top: 87vw;
    left: -10px;
  }
}
@media only screen and (min-width: 768px) {
  #kudome .contents01 .person-main .text_copy {
    margin-left: 30px;
    margin-right: -20px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #kudome .contents01 .person-main {
    top: 10px;
  }
  #kudome .contents01 .person-main .img_person_main {
    width: 50%;
    right: -24px;
    top: -20px;
  }
  #kudome .contents01 .person-main .text_copy {
    top: 70vw;
    left: -25px;
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  #arai .contents01 .person-main .text_copy {
    margin-left: 30px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  #arai .contents01 .person-main {
    top: 10px;
  }
  #arai .contents01 .person-main .img_person_main {
    width: 46%;
    right: -20px;
  }
  #arai .contents01 .person-main .text_copy {
    top: 68vw;
    left: -20px;
    width: 23%;
  }
}
@media (min-width: 600px) and (max-width: 766px) {
    #arai .contents01 .person-main .text_copy {
      top: 48vw;
    }
}
.contents01 .box-voice {
  margin-top: 750px;
}
@media only screen and (max-width: 1200px) {
  .contents01 .box-voice {
    margin-top: 110vw;
  }
}
.contents01 .left-up_skew04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  z-index: -2;
}
.contents01 .left-up_skew04:before {
  content: "";
  position: absolute;
  left: 0;
  top: -90px;
  transform: skewY(-14deg);
  transform-origin: bottom left;
  width: 100%;
  height: 130px;
  background: #fff;
}
.contents01 .left-up_skew04.is-active {
  animation: left-up_skew04_start 0.5s ease-in 0.5s forwards;
}
@media only screen and (max-width: 767px) {
  .contents01 .left-up_skew04:before {
    top: -100px;
  }
}
.contents01 .left-up_skew03 {
  position: absolute;
  left: 0;
  top: 100%;
  transform: skewY(-14deg);
  transform-origin: top left;
  width: 100vw;
  height: 100%;
  background: #01afec url(../images/bg_wa01.png) no-repeat;
  background-position: 109% 115%;
  background-size: 960px;
}
.contents01 .left-up_skew03:after {
  content: "";
  position: absolute;
  right: 92.5vw;
  top: 525px;
  transform: skewY(24deg);
  transform-origin: top right;
  width: 100%;
  height: 0;
  background: #002f95;
}
.contents01 .left-up_skew03.is-active {
  height: 100%;
  animation: left-up_skew03_start 1s ease-out 0.1s forwards;
}
.contents01 .left-up_skew03.change-height {
  top: 40px;
  height: 100%;
  animation: left-up_skew03_change-height 1s ease-out 0.2s forwards;
}
.contents01 .left-up_skew03.is-active_after:after {
  height: 0;
  animation: is-active_after-height 0.2s ease-in 0.2s forwards;
}
@media only screen and (max-width: 767px) {
  .contents01 .left-up_skew03 {
    height: 100%;
    background-position: -70% 5%;
    background-size: 450px;
  }
  .contents01 .left-up_skew03:after {
    content: none;
  }
  .contents01 .left-up_skew03.is-active {
    top: 100%;
    animation: left-up_skew03_start_SP 1s ease-out 0.1s forwards;
  }
  .contents01 .left-up_skew03.change-height {
    top: 30px;
    height: 100%;
    animation: left-up_skew03_change-height_SP 1s ease-out 0.2s forwards;
  }
}
.contents01 .left-up_skew01 {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -5;
}
.contents01 .left-up_skew01 > div {
  position: absolute;
  left: 0;
  top: 1060px;
  transform: skewY(-14deg);
  transform-origin: top left;
  width: 100vw;
  height: calc(100% - 960px);
  background: #002f95 url(../images/bg_wa02.png) no-repeat;
  background-position: -10% -10%;
  background-size: 1020px;
}
.contents01 .left-up_skew01 > div:after {
  content: "";
  position: absolute;
  left: calc(100% - 75px);
  bottom: 0;
  transform: skewY(28deg);
  transform-origin: bottom left;
  width: 100%;
  height: 18%;
  background: #002981;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .contents01 .left-up_skew01 > div {
    top: inherit;
    height: calc(100% - 140vw);
    background-position: 95% 50%;
    background-size: 530px;
  }
  .contents01 .left-up_skew01 > div:after {
    left: calc(100% - 100px);
    height: 150px;
  }
}
/* iPad mini */
@media (min-width: 600px) and (max-width: 766px) {
   .contents01 .left-up_skew01 > div {
      height: calc(100% - 120vw);
   }
}
#hosoki .contents01 .left-up_skew01 > div {
  top: inherit;
  bottom: -10vw;
  transform: skewY(-14deg);
  transform-origin: top left;
  width: 100vw;
}
@media (min-width: 600px) and (max-width: 766px) {
  #hosoki .contents01 .left-up_skew01 > div {
    bottom: -15vw;
  }
}
#kawanabe .contents01 .left-up_skew01 > div {
  top: inherit;
  bottom: -10vw;
  transform: skewY(-14deg);
  transform-origin: top left;
  width: 100vw;
}
@media (min-width: 600px) and (max-width: 766px) {
  #kawanabe .contents01 .left-up_skew01 > div {
    bottom: -15vw;
  }
}
#kaneda .contents01 .left-up_skew01 > div {
  top: inherit;
  bottom: -10vw;
}
@media only screen and (max-width: 767px) {
  #kaneda .contents01 .left-up_skew01 {
    top: inherit;
  }
}
@media (min-width: 600px) and (max-width: 766px) {
  #kaneda .contents01 .left-up_skew01 {
     bottom: -20vw;
  }
}
#kudome .contents01 .left-up_skew01 > div {
  top: inherit;
  bottom: -10vw;
}
@media (min-width: 600px) and (max-width: 766px) {
  #kudome .contents01 .left-up_skew01 > div {
    bottom: -15vw;
  }
}
@media only screen and (max-width: 767px) {
  #kudome .contents01 .left-up_skew01 {
    top: inherit;
  }
}
#arai .contents01 .left-up_skew01 > div {
  top: inherit;
  bottom: -10vw;
}
@media (min-width: 600px) and (max-width: 766px) {
  #arai .contents01 .left-up_skew01 {
    bottom: -20vw;
  }
}
.fadeUpPerson {
  animation-name: fadeUpPersonAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .fadeUpPerson {
    animation-name: fadeUpPersonAnime_SP;
  }
}
@keyframes fadeUpPersonAnime {
  0% {
    opacity: 0;
    background-position: 345px 400px;
  }
  100% {
    opacity: 1;
    background-position: 305px 420px;
  }
}
@keyframes fadeUpPersonAnime_SP {
  0% {
    opacity: 0;
    background-position: calc(33vw + 40px) 310px;
  }
  100% {
    opacity: 1;
    background-position: 33vw 330px;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
.leftAnime,
.leftAnime-contents {
  opacity: 0;
}
.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes left-up_skew04_start {
  0% {
    left: -100vw;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes left-up_skew03_start {
  0% {
    top: 100%;
  }
  50% {
    top: 60px;
  }
  100% {
    top: 40px;
  }
}
@keyframes left-up_skew03_start_SP {
  0% {
    top: 100%;
  }
  50% {
    top: 50px;
  }
  100% {
    top: 30px;
  }
}
@keyframes left-up_skew03_change-height {
  0% {
    top: 40px;
    height: 100%;
  }
  50% {
    top: 40px;
    height: 550px;
  }
  100% {
    top: 40px;
    height: 525px;
  }
}
@keyframes left-up_skew03_change-height_SP {
  0% {
    top: 30px;
    height: 100%;
  }
  50% {
    top: 30px;
    height: 40%;
  }
  100% {
    top: 30px;
    height: 80vw;
  }
}
@keyframes is-active_after-height {
  0% {
    height: 0;
  }
  100% {
    height: 330px;
  }
}
@keyframes right-up_skew01_start {
  0% {
    right: -100vw;
    opacity: 1;
  }
  100% {
    right: calc(100vw - (100vw - 1200px) / 2);
    opacity: 1;
  }
}
.contents02 {
  z-index: 1;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../images/bg_wa03.png);
  background-repeat: no-repeat;
  background-position: 20px 70%;
  background-size: 850px;
}
@media only screen and (max-width: 1200px) {
  .contents02 {
    margin-top: 12vw;
    padding-top: 10vw;
    padding-bottom: 90vw;
    background-position: 80px 40%;
    background-size: 470px;
  }
}
@media only screen and (max-width: 1200px) {
  #kawanabe .contents02 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  #arai .contents02 {
    padding-bottom: 70vw;
  }
}
@media only screen and (max-width: 767px) {
  #arai .contents02 {
    padding-bottom: 110vw;
  }
}
.contents03 {
  position: relative;
  margin-top: 180px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  #arai .contents03 {
    margin-top: 300px;
  }
}
.contents03 .contents03_skew {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.contents03 .contents03_skew > div {
  position: absolute;
  left: -30px;
  top: -200px;
  transform: skewY(14deg);
  transform-origin: top left;
  width: 100vw;
  height: 150%;
  background: #01afec url(../images/bg_wa04.png) no-repeat;
  background-position: -370px 280px;
  background-size: 1000px;
}
.contents03 .contents03_skew:after {
  content: "";
  position: absolute;
  top: -180px;
  right: 0;
  transform: skewY(-14deg);
  transform-origin: top right;
  background: #cddae1;
  width: 40%;
  height: 115%;
}
.contents03 .box-voice {
  width: 640px;
}
@media only screen and (max-width: 1200px) {
  .contents03 .contents03_skew:after {
     transform: skewY(-10deg);
  }
  .contents03 .box-voice {
    width: 100%;
  }
  #kawanabe .contents03 .box-voice,
  #hosoki .contents03 .box-voice {
    padding-top: 100px;
  }
}
.contents03 .img_person_closing {
  opacity: 0;
  position: absolute;
  bottom: -13vw;
  right: -4vw;
  width: 40%;
}
.contents03 .img_person_closing img {
  opacity: 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contents03 .img_person_closing img {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .contents03 .img_person_closing {
    bottom: inherit;
    top: 100%;
    right: 20px;
    width: 300px;
  }
}
#hosoki .contents03 .img_person_closing {
  bottom: inherit;
  top: -25%;
  right: -5%;
}
@media only screen and (max-width: 767px) {
  #hosoki .contents03 .img_person_closing {
    right: 1vw;
    top: 100%;
  }
}
#kawanabe .contents03 .img_person_closing {
  bottom: inherit;
  top: -15%;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  #kawanabe .contents03 .img_person_closing {
    top: 100%;
    width: 84%;
    right: -2vw;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #kawanabe .contents03 .img_person_closing {
    top: 100%;
  }
}
#kaneda .contents03 .img_person_closing {
  bottom: inherit;
  top: -17%;
  right: -5%;
}
@media only screen and (max-width: 1200px) {
  #kaneda .contents03 .img_person_closing {
    top: 100%;
    width: 84%;
    right: -2vw;
    text-align: center;
  }
}
#kudome .contents03 .img_person_closing {
  top: -22%;
  right: -18%;
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  #kudome .contents03 .img_person_closing {
    top: 105%;
    width: 84%;
    right: -2vw;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #kudome .contents03 .img_person_closing {
    top: 106%;
    width: 90%;
    right: -12vw;
  }
}
#arai .contents03 .img_person_closing {
  top: -32%;
  right: -9%;
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  #arai .contents03 .img_person_closing {
    top: 100%;
    width: 84%;
    right: -2vw;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  #hosoki .contents03 .img_person_closing {
    top: 101%;
    width: 84%;
    right: -2vw;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .contents03 {
    margin-top: 0;
    padding-top: 190px;
  }
  .contents03 .contents03_skew > div {
    height: calc(100% + 80vw);
    top: 100px;
    background-size: 700px;
    background-position: -320px 90%;
  }
  .contents03 .contents03_skew:after {
    top: 100%;
    right: 0;
    width: 90%;
  }
  #kaneda .contents03 .contents03_skew:after {
    height: 90%;
  }
  #kawanabe .contents03 .contents03_skew:after {
    height: 90%;
    top: 95%;
  }
  #hosoki .contents03 .contents03_skew:after {
    height: 90%;
  }
  #kudome .contents03 .contents03_skew:after  {
    height: 90%;
  }
  #arai .contents03 .contents03_skew > div {
    height: calc(100% + 100vw);
  }
  #arai .contents03 .contents03_skew:after {
    top: 100%;
  }
}
.contents-circle {
  background: #01afec;
  z-index: 1;
}
.contents-circle:before {
  content: "";
  position: absolute;
  left: 0;
  top: -30%;
  transform: skewY(-10deg);
  transform-origin: top right;
  width: 100%;
  height: 120%;
  background: #002f95;
}
@media only screen and (max-width: 768px) {
  .contents-circle {
    padding: 40px 10px;
  }
  .contents-circle:before {
    height: 70vw;
  }
}
@media (min-width: 600px) and (max-width: 766px) {
   .contents-circle:before {
    height: 55vw;
  }
}
.box-case_slide-inner {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.box-case_slide-inner a {
  color: #fff;
  width: 287px;
  display: block;
}
.box-case_slide-inner a figure {
  margin-bottom: 10px;
}
.box-case_slide-inner a img {
  width: 100%;
}
.box-case_slide-inner small {
  font-size: 1.2rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .box-case_slide-inner {
    font-size: 1.2rem !important;
    margin-left: -30px;
    margin-right: -30px;
  }
  .box-case_slide-inner a {
    width: auto;
  }
  .box-case_slide-inner .slider-img {
    margin: 0 5px;
  }
  .box-case_slide-inner small {
    font-size: 1rem !important;
  }
}
#contents-catch {
  background: #01afec;
  margin-top: -100px;
  padding-top: 21vw;
  position: relative;
}
#contents-catch .bg-wa {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(../images/bg_wa.png) no-repeat;
  background-position: center center;
  background-size: 830px;
}
#contents-catch > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7em 0 9.5em;
}
#contents-catch > div .text {
  color: #002f95;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  #contents-catch {
    margin-top: -50px;
    padding-top: 30vw;
    padding-left: 10px;
    padding-right: 10px;
  }
  #contents-catch .bg-wa {
    background-size: 105%;
  }
  #contents-catch > div {
    padding: 7em 0 9.5em;
  }
  #contents-catch > div .text {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 2px;
  }
}
#contents-strong {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  #contents-strong {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#contents-company {
  background: #f2f2f2;
  position: relative;
  overflow-y: hidden;
}
#contents-company .bg-wa {
  position: absolute;
  top: -120px;
  left: 6%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(../images/bg_wa05.png) no-repeat;
  background-position: center center;
  background-size: 831px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #contents-company .bg-wa {
    left: 13%;
    background-size: 110%;
  }
}
.strike__contents .tags {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #bdd9e3;
  font-size: 1.8rem;
  position: absolute;
  top: 78px;
  left: 20px;
  letter-spacing: 1px;
}
.strike__contents .tags:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 17px;
  height: 6px;
  background: #bdd9e3;
}
.strike__contents .container-inner {
  display: flex;
  align-items: flex-end;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  min-height: 55vw;
  max-height: 680px;
}
@media (min-width: 1200px) {
  .strike__contents .container-inner {
    min-height: 620px;
  }
}
.strike__contents .container-inner .header__ttl {
  width: 24vw;
  max-width: 340px;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.strike__contents .container-inner .header__ttl .ttl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #002f95;
  font-size: clamp(2.7rem, 4vw, 5.4rem);
  font-weight: bold;
  letter-spacing: 15px;
  line-height: 1.25;
  white-space: nowrap;
}
.strike__contents .container-inner .header__ttl small {
  display: block;
  font-size: clamp(1.6rem, 2vw, 2.52rem);
  font-weight: bold;
  letter-spacing: 6px;
}
.strike__contents .container-inner .contents {
  position: relative;
  width: 27vw;
  max-width: 370px;
  margin-bottom: 4em;
}
.strike__contents .container-inner .contents .text {
  font-size: clamp(0.8rem, 1.2vw, 1rem);
  line-height: 1.75;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .strike__contents {
    padding-top: 90px;
    padding-bottom: 105vw;
  }
  .strike__contents .tags {
    font-size: 1rem;
    top: 46px;
    left: 10px;
  }
  .strike__contents .tags:before {
    left: -10px;
    width: 9px;
    height: 3px;
  }
  .strike__contents .container-inner {
    min-height: inherit;
    font-size: 1.4rem;
    align-items: flex-start;
  }
  .strike__contents .container-inner + .container-inner {
    margin-top: 80px;
  }
  .strike__contents .container-inner .header__ttl {
    width: 24vw;
  }
  .strike__contents .container-inner .header__ttl .ttl {
    font-size: 2.7rem;
  }
  .strike__contents .container-inner .header__ttl small {
    font-size: 1.5rem;
  }
  .strike__contents .container-inner .contents {
    margin-top: 4.5em;
    width: 24vw;
  }
  .strike__contents .container-inner .contents .text {
    font-size: 0.875rem;
    width: 100%;
  }
}
#strike-strength {
  color: #fff;
  background-color: #01afec;
  background-image: url(../assets/images/index/strong_bg_new.jpg);
  background-repeat: no-repeat;
  background-position: calc(100% + 12vw) bottom;
  background-size: 691px;
  padding-top: 0;
  position: relative;
}
@media (min-width: 768px) {
  #strike-strength {
    background-size: 50%;
    background-position: 120% bottom;
  }
}
@media (min-width: 1200px) {
  #strike-strength {
    background-size: 620px;
    background-position: calc(100% + 100px) bottom;
  }
}
@media (min-width: 1400px) {
  #strike-strength {
    background-size: 620px;
    background-position: calc(50% + 540px) bottom;
  }
}
#strike-strength .container-inner {
  justify-content: left;
  padding-top: 30px;
}
#strike-strength .container-inner .header__ttl:after {
  content: "";
  position: absolute;
  top: -7em;
  right: -1.8em;
  width: 25vw;
  height: 120%;
  max-width: 264px;
  max-height: 470px;
  background: url(../assets/images/index/sec_num7.svg) no-repeat center center;
  background-size: contain;
  z-index: -1;
}
#strike-strength .container-inner .contents {
  margin-left: 4vw;
}
#strike-strength .container-inner .list-number li {
  position: relative;
  font-size: clamp(1.2rem, 1.4vw, 1.76rem);
  padding-left: 1.8em;
}
#strike-strength .container-inner .list-number li + li {
  margin-top: 1.5em;
}
#strike-strength .container-inner .list-number li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 50%;
  height: 1em;
}
#strike-strength .container-inner .list-number li:nth-child(1):before {
  max-width: 60px;
  background: url(../assets/images/index/num1_gray.svg) no-repeat left center;
  background-size: contain;
}
#strike-strength .container-inner .list-number li:nth-child(2):before {
  max-width: 63px;
  background: url(../assets/images/index/num2_gray.svg) no-repeat left center;
  background-size: contain;
}
#strike-strength .container-inner .list-number li:nth-child(3):before {
  max-width: 63px;
  background: url(../assets/images/index/num3_gray.svg) no-repeat left center;
  background-size: contain;
}
#strike-strength .container-inner .list-number li:nth-child(4):before {
  max-width: 62px;
  background: url(../assets/images/index/num4_gray.svg) no-repeat left center;
  background-size: contain;
}
#strike-strength .container-inner .list-number li:nth-child(5):before {
  max-width: 62px;
  background: url(../assets/images/index/num5_gray.svg) no-repeat left center;
  background-size: contain;
}
#strike-strength .container-inner .list-number li:nth-child(6):before {
  max-width: 61px;
  background: url(../assets/images/index/num6_gray.svg) no-repeat left center;
  background-size: contain;
}
#strike-strength .container-inner .list-number li:nth-child(7):before {
  max-width: 60px;
  background: url(../assets/images/index/num7_gray.svg) no-repeat left center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  #strike-strength {
    padding-top: 46px;
    background-position: 0 bottom;
    background-size: 120%;
  }
  #strike-strength .container-inner {
    flex-direction: row-reverse;
    justify-content: right;
    padding-top: 0;
  }
  #strike-strength .container-inner:after {
    bottom: inherit;
    top: 0;
    left: inherit;
    right: -26vw;
    width: 63%;
    height: 100%;
    max-width: none;
  }
  #strike-strength .container-inner .header__ttl:after {
    top: -1.7em;
    right: -4.1em;
    width: 44vw;
  }
  #strike-strength .container-inner .contents {
    width: 70vw;
    margin-left: 0;
    flex-shrink: 0;
  }
  #strike-strength .container-inner .list-number li {
    font-size: 14px;
  }
  #strike-strength .container-inner .list-number li:before {
    top: 0.4em;
  }
}
