@charset "utf-8";
/*-----------------------------------------------------

  top.css
  TOPpage CSS

------------------------------------------------------*/

/*-----------------------------------------------------
  header　
-----------------------------------------------------*/

header {
  min-width: 1280px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

#header_fixed {
  height: 116px;
}

#main_visual {
  margin: 117px 0 0 0;
  width: calc(100% - 150px);
  height: calc(100vh - 167px);
  position: relative;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
}

#main_visual_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: transform 20s ease;
  background: url(../images/top/main_visual.jpg) no-repeat center center;
  background-size: cover;
}

#main_visual_shadow {
  width: 100%;
  height: 100%;
  background: url(../images/top/main_visual_shadow.png) repeat-x center bottom;
  background-size: auto 25vh;
  position: absolute;
  top: 0;
  left: 0;
}

#main_visual h2 {
  position: absolute;
  right: 126px;
  bottom: 190px;
  font-weight: normal;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

#main_visual h2 span {
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  line-height: 1;
  font-size: 1.1em;
  padding-right: 8px;
}

#catch_copy {
  position: absolute;
  bottom: 110px;
  left: 0px;
  font-size: 46px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#catch_copy span.blue_big {
  font-size: 52px;
  color: #002e73;
}

#catch_copy div {
  background: #fff;
  line-height: 1.3;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#catch_copy div.is-active {
  opacity: 1;
}

#catch_copy div.text01 {
  padding: 10px 25px 0px 70px;
}

#catch_copy div.text02 {
  width: 515px;
  padding: 5px 25px 5px 70px;
}

#catch_copy div.text03 {
  width: 515px;
  padding: 0px 25px 20px 70px;
}


/* catch copy animation */

.text01, .text02, .text03 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.text01.is-active, .text02.is-active, .text03.is-active {
  --x: 0;
}

.char {
    overflow: hidden;
}

.char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#catch_copy #icon_square {
  position: absolute;
  top: 37px;
  left: 40px;
}

#scroll-down {
  display: block;
  position: absolute;
  text-align:center;
  padding-top: 79px;
  bottom: 73px;
  right: 26px;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  z-index: 999;
}

#scroll-down.is_animated {
  opacity: 1;
}

.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 33px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-title {
  display: block;
  color: #fff;
  font-size:14px;
  font-weight:bold;
  letter-spacing:.1em;
}
#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: #fff;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

#scroll-down.fadeout {
  opacity: 0;
}

#mv_btn {
  position: absolute;
  right: 130px;
  bottom: 80px;
  display: flex;
}

#mv_btn .light {
  margin-left: 25px;
}




/*-----------------------------------------------------
  contents　
-----------------------------------------------------*/


p.contents_lead {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 25px;
}

section h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
}

section h2 .h2_jp {
  padding-left: 1em;
  display: inline-block;
  position: relative;
}

section h2 .h2_en {
  display: block;
  font-size: 2.8em;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  color: #002e73;
  line-height: 1;
}

section h2 #icon_square {
  position: absolute;
  top: 9px;
  left: 0px;
}

#service {
  padding: 90px 0 85px 110px;
  position: relative;
  background: url(../images/common/bg_geometry.png) no-repeat left bottom;
}

#service h3 {
  font-size: 24px;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
  margin-top: 10px;
  text-indent: -0.5em;
}

#service .sect_inner {
  width: 100%;
  height: 660px;
  position: relative;
}

#service_photo {
  width: calc(100% - 520px);
  height: 471px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

#service_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#service_contents {
  width: 520px;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 99;
}

#service_contents p.contents_lead {
  margin-top: 5px;
  margin-bottom: 15px;
}

#service_detail {
  width: clamp(1079px, 84.286vw, 1686px);
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

#service_detail a {
  display: block;
  width: 32%;
  position: relative;
}

#service_detail dl {
  width: 100%;
  height: 100%;
  padding: 25px 1.3vw 50px;
  text-align: center;
  background: #fff;
  border: solid 1px #002e73;
  -webkit-transition: all .35s;
  transition: all .35s;
}
@media (hover: hover) {
  #service_detail a:hover dl {
    background-color: #16809e;
  }
}

#service_detail dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #002e73;
  font-family: 'NotoSansCJKjpBlack', sans-serif;
  font-display: swap;
}

#service_detail a:link dt {text-decoration:none; color:#002e73;}
#service_detail a:visited dt {text-decoration:none; color:#002e73;}
@media (hover: hover) {
  #service_detail a:hover dt {text-decoration:none; color:#fff;}
}

#service_detail dd {
  font-size: clamp(16px, 1.143vw, 17px);
  color: #333;
  text-align: left;
  overflow-wrap: break-word;
}

#service_detail a:link dd {text-decoration:none; color:#333;}
#service_detail a:visited dd {text-decoration:none; color:#333;}
@media (hover: hover) {
  #service_detail a:hover dd {text-decoration:none; color:#fff;}
}

#service_detail .arrow_s {
  width: 8px;
  height: 17px;
  fill: #002e73;
  position: absolute;
  bottom: 16px;
  right: 24px;
  -webkit-transition: all .35s;
  transition: all .35s;
}
@media (hover: hover) {
  #service_detail a:hover .arrow_s {
    transform: translateX(5px);
    fill: #fff;
  }
}

#company {
  width: 100%;
  height: 405px;
  background: url(../images/top/bg_company.jpg) no-repeat center center;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 5px #fff;
  border-bottom: solid 5px #fff;
}

#company .sect_inner {
  width: 660px;
  height: 290px;
  padding-top: 30px;
  background: rgba(255, 255, 255, 0.84);
  display: flex;
  flex-flow: column;
  align-items: center;
}

#company h2 {
  text-align: center;
  margin-bottom: 15px;
}

#company p {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 30px;
}


#news {
  padding: 70px 0 55px;
}

#news h2 {
  margin-bottom: 35px;
}

#news .sect_inner {
  width: 1000px;
  margin: 0 auto;
}

#columns .sect_inner {
  width: 1000px;
  margin: 0 auto;
}

#columns h2 {
  margin-bottom: 25px;
}

#columns .sect_lead {
  margin-bottom: 35px;
  font-size: 18px;
}

#columns .btn_more {
  margin: 40px auto 0;
}

#whitepaper .sect_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 55px 0;
}

#whitepaper h2 {
  margin-bottom: 25px;
}

#whitepaper .sect_lead {
  margin-bottom: 35px;
  font-size: 18px;
}

#whitepaper .btn_more {
  margin: 40px auto 0;
}





/*-----------------------------------------------------

  SP layout

------------------------------------------------------*/


@media screen and (max-width: 767px) {



/*-----------------------------------------------------
  SP header
------------------------------------------------------*/

header {
  min-width: auto;
  height: 500px;
  margin-bottom: 40px;
  padding-top: 63px;
}

#header_fixed {
  height: 63px;
}

#main_visual {
  width: 100%;
  height: 100%;
  margin: 0;
}

#main_visual h2 {
  left: 20px;
  bottom: 100px;
  right: inherit;
  font-size: 18px;
  line-height: 1.4;
}

#main_visual h2 span {
  line-height: 1.4;
}

#mv_btn {
  left: 50%;
  right: inherit;
  bottom: 30px;
  transform: translateX(-50%);
}

#mv_btn .light {
  margin-left: 5px;
}

#catch_copy {
  font-size: 28px;
  top: 150px;
  bottom: inherit;
}

#catch_copy div.text01 {
  padding: 10px 15px 0px 30px;
}

#catch_copy div.text02 {
  width: 300px;
  padding: 5px 15px 5px 30px;
}

#catch_copy div.text03 {
  width: 300px;
  padding: 0px 15px 15px 30px;
}

#catch_copy #icon_square {
  top: 25px;
  left: 12px;
}

#catch_copy span.blue_big {
  font-size: 32px;
}

#scroll-down {
  display: none;
}

/*-----------------------------------------------------
  SP contents
------------------------------------------------------*/

section h2 {
  font-size: 16px;
}

section h2 .h2_en {
  font-size: 2em;
}

#service {
  padding: 0 20px 30px;
  background-size: 300px auto;
}

#service .sect_inner {
  height: auto;
}

#service_contents {
  width: 100%;
  position: relative;
  top: inherit;
  left: inherit;
}


#service_contents .btn_more {
  float: right;
}

#service h3 {
  font-size: 16px;
}

#service_contents p.contents_lead {
  font-size: 14px;
}

#service_photo {
  display: none;
}

#service_detail {
  width: 100%;
  position: relative;
  bottom: inherit;
  left: inherit;
  transform: none;
  flex-flow: column;
  padding-top: 30px;
  clear: both;
}

#service_detail a {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

#service_detail dl {
  flex-flow: column;
  padding: 15px 50px 15px 20px;
}

#service_detail dt {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-size: 18px;
  justify-content: flex-start;
}

#service_detail dd {
  width: 100%;
  font-size: 14px;
}

#service_detail .arrow_s {
  width: 12px;
  height: 28px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#company {
  height: auto;
  padding: 30px 20px;
  background-size: cover;
}

#company .sect_inner {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
}

#company p {
  font-size: 16px;
}

#news {
  padding: 30px 20px;
}

#news h2 {
  margin-bottom: 15px;
}

 #news .sect_inner {
  width: 100%;
}

#columns {
  padding: 30px 20px;
}

#columns h2 {
  margin-bottom: 15px;
}

#columns .sect_inner {
  width: 100%;
}

#columns .sect_lead {
  font-size: 14px;
  margin-bottom: 20px;
}

#columns .btn_more {
  margin: 20px auto 0;
}

#whitepaper {
  padding: 30px 20px;
}

#whitepaper h2 {
  margin-bottom: 15px;
}

#whitepaper .sect_inner {
  width: 100%;
  padding: 0;
}

#whitepaper .sect_lead {
  font-size: 14px;
  margin-bottom: 20px;
}

#whitepaper .btn_more {
  margin: 20px auto 0;
}

}

@media screen and (max-width: 320px) {

}
