@import url("//fonts.googleapis.com/css2?family=Urbanist:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
body {
  background: #FFF;
  background: linear-gradient(180deg, white 15%, rgba(191, 235, 255, 0.8) 100%) fixed; }

.optionImg {
  position: relative;
  width: 100%;
  opacity: 0; }
  .optionImg span {
    display: block;
    width: 100%;
    position: absolute;
    top: -70px;
    left: 0;
    text-align: center; }
    .optionImg span img {
      height: 136px;
      width: 498px; }

body.pageStart .optionImg {
  animation: fadeInBK2 1s cubic-bezier(0.4, 0.4, 0, 1) 0.6s 1 forwards; }

@media only screen and (max-width: 960px) {
  .optionImg {
    position: relative;
    width: 100%;
    opacity: 0; }
    .optionImg span {
      display: block;
      width: 100%;
      position: absolute;
      top: -36px;
      left: 0;
      text-align: center; }
      .optionImg span img {
        height: auto;
        width: 230px; } }
#section01 .slideBox {
  position: relative;
  margin: 0 auto 60px;
  max-width: 870px; }
#section01 .swiper {
  position: relative;
  overflow-y: visible !important;
  margin: 0 auto;
  max-width: 760px; }
  #section01 .swiper .swiper-slide {
    box-sizing: border-box;
    padding: 0;
    position: relative;
    width: 236px; }
    @media only screen and (min-width: 960px) {
      #section01 .swiper .swiper-slide a img {
        transition: 0.2s; }
      #section01 .swiper .swiper-slide a:hover img {
        opacity: 0.7; } }
#section01 .swiper-button-prev, #section01 .swiper-button-next {
  background: none;
  border-radius: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: flex;
  min-width: 72px;
  min-height: 72px;
  width: 72px;
  height: 72px;
  cursor: pointer;
  z-index: 2;
  transition: 0.2s;
  opacity: 1; }
  #section01 .swiper-button-prev:hover, #section01 .swiper-button-next:hover {
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
#section01 .swiper-button-prev::before,
#section01 .swiper-button-next::before {
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  font-family: "Urbanist", sans-serif; }
#section01 .swiper-button-prev::after,
#section01 .swiper-button-next::after {
  background: url("../img/common/icon_next_02.png") center center no-repeat;
  background-size: cover;
  width: 73px;
  height: 73px;
  content: ""; }
#section01 .swiper-button-prev::after {
  background: url("../img/common/icon_prev_02.png") center center no-repeat;
  background-size: cover;
  margin-left: 0.1rem; }
#section01 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0; }
#section01 .swiper-button-prev {
  left: -2.5vw !important;
  top: calc(50% - 30px); }
#section01 .swiper-button-next {
  right: -2.5vw !important;
  top: calc(50% - 30px); }
#section01 .swiper-button-next.swiper-button-disabled, #section01 .swiper-button-prev.swiper-button-disabled {
  opacity: .15; }
#section01 .swiper-horizontal > .swiper-pagination-bullets, #section01 .swiper-pagination-bullets.swiper-pagination-horizontal, #section01 .swiper-pagination-custom, #section01 .swiper-pagination-fraction {
  bottom: -30px !important; }

.modaal-wrapper .staffModal {
  background: #FFF;
  box-shadow: inset 25px 35px 35px rgba(188, 234, 254, 0.2), inset -25px -35px 35px rgba(188, 234, 254, 0.2);
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  display: block;
  padding: 70px 54px 30px;
  position: relative; }
  .modaal-wrapper .staffModal .img {
    text-align: center; }
    .modaal-wrapper .staffModal .img img {
      width: 170px; }
  .modaal-wrapper .staffModal .data {
    padding: 28px 0;
    width: 100%; }
    .modaal-wrapper .staffModal .data .head02 {
      color: #06AEFD;
      font-weight: 500;
      letter-spacing: 0.06em;
      margin-bottom: 24px;
      padding-bottom: 16px;
      text-align: center; }
    .modaal-wrapper .staffModal .data .desc {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 2;
      line-height: 1.7;
      font-weight: 500;
      letter-spacing: -0.02em; }
      @media only screen and (max-width: 960px) {
        .modaal-wrapper .staffModal .data .desc {
          font-size: 15px;
          font-size: 1.5rem; } }

.modaal-wrapper {
  /*
  z-index: 10001!important;
  background-color: rgba(0,0,0,0.8)!important;
  */ }

.modaal-container {
  border-radius: 24px !important;
  background-color: transparent !important;
  max-width: 600px !important; }

.modaal-content-container {
  background-color: transparent !important;
  padding: 0 !important;
  position: relative; }

.inline_close {
  background: #000;
  border-radius: 100%;
  color: #FFF;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 100;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px; }

@media only screen and (max-width: 960px) {
  #section01 .slideBox {
    margin: 0 auto 40px; }
  #section01 .swiper {
    max-width: 100%; }
    #section01 .swiper .swiper-slide {
      padding: 0;
      position: relative;
      width: 45vw; }
      #section01 .swiper .swiper-slide a {
        display: block;
        transition: 1s;
        opacity: 0.5; }
      #section01 .swiper .swiper-slide.swiper-slide-active a {
        opacity: 1; }
  #section01 .swiper-button-prev, #section01 .swiper-button-next {
    background: none;
    border-radius: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    display: flex;
    min-width: 44px;
    min-height: 44px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 2;
    transition: 0.2s;
    opacity: 1; }
    #section01 .swiper-button-prev:hover, #section01 .swiper-button-next:hover {
      transform: scale(1.2);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  #section01 .swiper-button-prev::before,
  #section01 .swiper-button-next::before {
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    font-family: "Urbanist", sans-serif; }
  #section01 .swiper-button-prev::after,
  #section01 .swiper-button-next::after {
    background: url("../img/common/icon_next_02.png") center center no-repeat;
    background-size: cover;
    width: 44px;
    height: 44px;
    content: ""; }
  #section01 .swiper-button-prev::after {
    background: url("../img/common/icon_prev_02.png") center center no-repeat;
    background-size: cover;
    margin-left: 0.1rem; }
  #section01 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0; }
  #section01 .swiper-button-prev {
    left: 5vw !important;
    top: calc(50% - 10px); }
  #section01 .swiper-button-next {
    right: 5vw !important;
    top: calc(50% - 10px); }

  .modaal-wrapper .staffModal {
    border-radius: 20px;
    padding: 50px 5vw 12px; }
    .modaal-wrapper .staffModal .img {
      text-align: center; }
      .modaal-wrapper .staffModal .img img {
        width: 110px; }
    .modaal-wrapper .staffModal .data {
      padding: 28px 0;
      width: 100%; }
      .modaal-wrapper .staffModal .data .head02 {
        margin-bottom: 20px;
        padding-bottom: 12px; }

  .modaal-container {
    border-radius: 20px !important; }

  .inline_close {
    font-size: 14px;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px; } }
.mapImg {
  max-width: 1000px; }

.workList > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  counter-reset: listnum;
  max-width: 940px; }
  .workList > ul > li {
    background: #FFF;
    box-shadow: inset 25px 35px 35px rgba(188, 234, 254, 0.2), inset -25px -35px 35px rgba(188, 234, 254, 0.2);
    border: 5px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    margin-bottom: 20px;
    padding: 40px 30px;
    position: relative;
    width: 48%;
    max-width: 450px; }
    .workList > ul > li h3 {
      color: #00A0E9;
      margin-bottom: 28px; }
      .workList > ul > li h3 .en {
        display: block;
        font-family: "Urbanist", sans-serif;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1;
        margin-bottom: 8px; }
        @media only screen and (max-width: 960px) {
          .workList > ul > li h3 .en {
            font-size: 10px;
            font-size: 1rem; } }
      .workList > ul > li h3 .ja {
        display: block;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.25; }
        @media only screen and (max-width: 960px) {
          .workList > ul > li h3 .ja {
            font-size: 24px;
            font-size: 2.4rem; } }
    .workList > ul > li .img {
      transform: translateX(-30px);
      width: calc(100% + 60px); }
    .workList > ul > li .desc {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2;
      line-height: 1.7;
      margin: 24px 0 28px; }
      @media only screen and (max-width: 960px) {
        .workList > ul > li .desc {
          font-size: 12px;
          font-size: 1.2rem; } }

@media only screen and (max-width: 960px) {
  .workList > ul {
    display: block;
    max-width: 100%; }
    .workList > ul > li {
      border-radius: 12px;
      margin-bottom: 24px;
      padding: 32px 5vw;
      width: 100%;
      max-width: 100%; }
      .workList > ul > li .img {
        transform: translateX(-5vw);
        width: calc(100% + 10vw); }
      .workList > ul > li .desc {
        font-size: 14px;
        line-height: 1.6;
        margin: 24px 0 28px; } }
.numberList > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  counter-reset: listnum; }
  .numberList > ul > li {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: inset 25px 35px 35px rgba(255, 255, 255, 0.4), inset -25px -35px 35px rgba(255, 255, 255, 0.4);
    border: 5px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    color: #00A0E9;
    margin-bottom: 40px;
    padding: 40px 30px;
    position: relative;
    width: 48%; }
    .numberList > ul > li h3 {
      margin-bottom: 28px; }
      .numberList > ul > li h3 .en {
        display: block;
        font-family: "Urbanist", sans-serif;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1;
        margin-bottom: 8px; }
        @media only screen and (max-width: 960px) {
          .numberList > ul > li h3 .en {
            font-size: 10px;
            font-size: 1rem; } }
      .numberList > ul > li h3 .ja {
        display: block;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.25; }
        @media only screen and (max-width: 960px) {
          .numberList > ul > li h3 .ja {
            font-size: 22px;
            font-size: 2.2rem; } }
    .numberList > ul > li .year {
      font-size: 40px;
      font-size: 4rem;
      line-height: 2;
      line-height: 1.8;
      line-height: 1;
      text-align: right; }
      @media only screen and (max-width: 960px) {
        .numberList > ul > li .year {
          font-size: 34px;
          font-size: 3.4rem; } }
      .numberList > ul > li .year strong {
        font-size: 114px;
        font-size: 11.4rem;
        line-height: 2;
        line-height: 1.8;
        line-height: 1;
        margin-right: 12px; }
        @media only screen and (max-width: 960px) {
          .numberList > ul > li .year strong {
            font-size: 97px;
            font-size: 9.7rem; } }

@media only screen and (max-width: 960px) {
  .numberList > ul {
    display: block;
    max-width: 100%; }
    .numberList > ul > li {
      border-radius: 12px;
      margin-bottom: 24px;
      padding: 32px 5vw;
      width: 100%;
      max-width: 100%; } }
.strengthsList > ul {
  position: relative; }
  .strengthsList > ul > li {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: inset 25px 35px 35px rgba(255, 255, 255, 0.4), inset -25px -35px 35px rgba(255, 255, 255, 0.4);
    border: 5px solid rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 40px 40px 40px 90px;
    position: relative;
    width: 100%; }
    .strengthsList > ul > li:before {
      background: #00A0E9;
      content: '';
      display: block;
      height: 100%;
      width: 2px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50px;
      opacity: 0.2; }
    .strengthsList > ul > li .tag {
      color: #00A0E9;
      display: block;
      font-family: "Urbanist", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1; }
      @media only screen and (max-width: 960px) {
        .strengthsList > ul > li .tag {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media only screen and (min-width: 960px) {
        .strengthsList > ul > li .tag {
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          position: absolute;
          top: 30px;
          left: 20px; } }
    .strengthsList > ul > li .img {
      width: 37%; }
    .strengthsList > ul > li .data {
      width: 57%; }

@media only screen and (max-width: 960px) {
  .strengthsList > ul > li {
    border-radius: 14px;
    display: block;
    margin-bottom: 24px;
    padding: 28px 5vw 32px; }
    .strengthsList > ul > li:before {
      display: none; }
    .strengthsList > ul > li .tag {
      margin-bottom: 32px; }
    .strengthsList > ul > li .img {
      margin-bottom: 20px;
      text-align: center;
      width: 100%; }
      .strengthsList > ul > li .img img {
        max-width: 80%; }
    .strengthsList > ul > li .data {
      width: 100%; }
      .strengthsList > ul > li .data p {
        padding: 0 0 0 2.5vw; } }
.findList li {
  border: 5px solid #FFF;
  border-radius: 16px;
  display: flex;
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%; }
  .findList li a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    min-height: 416px;
    padding: 24px;
    position: relative;
    text-decoration: none;
    width: 100%; }
    .findList li a .data {
      padding-left: 2.5vw;
      position: relative;
      z-index: 2;
      width: 100%; }
      .findList li a .data .en {
        color: rgba(255, 255, 255, 0.6);
        display: block;
        font-family: "Urbanist", sans-serif;
        font-size: 60px;
        font-size: 6rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: 500;
        line-height: 0.9;
        letter-spacing: 0.06em;
        margin-bottom: 24px; }
        @media only screen and (max-width: 960px) {
          .findList li a .data .en {
            font-size: 51px;
            font-size: 5.1rem; } }
      .findList li a .data .title {
        color: #FFF;
        display: block;
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.06em;
        margin-bottom: 20px; }
        @media only screen and (max-width: 960px) {
          .findList li a .data .title {
            font-size: 31px;
            font-size: 3.1rem; } }
      .findList li a .data .desc {
        color: #FFF;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0.06em; }
    .findList li a:after {
      background: #FFF;
      background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 45%, rgba(71, 171, 252, 0.5) 80%);
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      transition: 0.2s; }
    .findList li a:before {
      background: #FFF;
      background: linear-gradient(-90deg, rgba(71, 171, 252, 0.1) 45%, rgba(71, 171, 252, 0.5) 80%);
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: -100%;
      right: 0;
      transition: 0.5s;
      opacity: 0; }
    .findList li a:hover:before {
      opacity: 1;
      bottom: 0; }

@media only screen and (max-width: 960px) {
  .findList li {
    border-radius: 12px;
    margin-bottom: 24px; }
    .findList li a {
      align-content: flex-end;
      align-items: flex-end;
      padding: 24px 5vw 16px;
      width: 100%; }
      .findList li a .data {
        padding-left: 0;
        position: relative;
        z-index: 2;
        width: 100%; }
        .findList li a .data .en {
          font-size: 38px;
          margin-bottom: 16px; }
        .findList li a .data .title {
          font-size: 30px;
          letter-spacing: 0.06em;
          margin-bottom: 16px; }
        .findList li a .data .desc {
          letter-spacing: 0; }
      .findList li a:after {
        background: #FFF;
        background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 45%, rgba(71, 171, 252, 0.5) 80%);
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: 0.2s; }
      .findList li a:before {
        background: #FFF;
        background: linear-gradient(-90deg, rgba(71, 171, 252, 0.1) 45%, rgba(71, 171, 252, 0.5) 80%);
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: -100%;
        right: 0;
        transition: 0.5s;
        opacity: 0; }
      .findList li a:hover:before {
        opacity: 1;
        bottom: 0; } }
