@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url("../fonts/NotoSansJP-SemiBold.ttf");
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url("../fonts/NotoSansJP-Medium.ttf");
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("../fonts/NotoSansJP-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf");
}
/* ----------------------------------------------------------------------
 INDEX
---------------------------------------------------------------------- */
html:before {
  opacity: 0;
  content: "";
  height: 2px;
  position: absolute;
  background: #1FAAF2;
  position: fixed;
  z-index: 4;
}
html:after {
  opacity: 0;
  content: "";
  height: 2px;
  position: absolute;
  background: #1FAAF2;
  position: fixed;
  z-index: 4;
}
@media screen and (min-width: 1240px) {
  html:before {
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
  html:after {
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 1239px) {
  html:before {
    width: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
  html:after {
    width: calc(100% - 10px);
    bottom: 5px;
    left: 5px;
  }
}
html body:before {
  opacity: 0;
  content: "";
  display: inline-block;
  background-size: contain;
  position: fixed;
  z-index: 4;
}
html body:after {
  opacity: 0;
  content: "";
  width: 2px;
  position: fixed;
  border: 2px solid #1FAAF2;
  border-right: none;
  z-index: 4;
}
@media screen and (min-width: 1240px) {
  html body:before {
    width: 32px;
    height: 182px;
    background: url(../img/index/co_line_02_pc.webp) no-repeat center center;
    right: 10px;
    margin-top: -91px;
    top: 50%;
  }
  html body:after {
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 1239px) {
  html body:before {
    width: 22px;
    height: 180px;
    background: url(../img/index/co_line_02_sp.webp) no-repeat center center;
    background-size: contain;
    right: 5px;
    bottom: 48px;
  }
  html body:after {
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
}
html #main:before {
  opacity: 0;
  content: "";
  width: 2px;
  position: absolute;
  background: #1FAAF2;
  position: fixed;
  z-index: 4;
}
html #main:after {
  opacity: 0;
  content: "";
  width: 2px;
  position: absolute;
  background: #1FAAF2;
  position: fixed;
  z-index: 4;
}
@media screen and (min-width: 1240px) {
  html #main:before {
    height: calc(50% - 99px);
    top: 10px;
    right: 10px;
  }
  html #main:after {
    height: calc(50% - 99px);
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 1239px) {
  html #main:before {
    height: calc(100% - 180px - 50px);
    top: 5px;
    right: 5px;
  }
  html #main:after {
    height: 45px;
    bottom: 5px;
    right: 5px;
  }
}
html #link_scroll {
  opacity: 0;
  transition: 0.5s;
  animation-delay: 4.7s;
}
html #link_scroll.fadeout {
  transition: 0.5s;
  opacity: 0 !important;
  pointer-events: none;
}
html.is_show:before, html.is_show:after {
  opacity: 1;
}
html.is_show body:before, html.is_show body:after {
  opacity: 1;
}
html.is_show #main:before, html.is_show #main:after {
  opacity: 1;
}

header {
  opacity: 0;
  transition: 0.5s;
}
header.is_show {
  opacity: 1;
}

/* --------------------
 MAINVISUAL
-------------------- */
.mainvisual_wrap {
  height: 100vh;
  min-height: 400px;
  position: relative;
}
.mainvisual_wrap .name {
  opacity: 0;
}
.mainvisual_wrap .name img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#mainvisual {
  position: relative;
  height: 100vh;
  z-index: 3;
}
#mainvisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #mainvisual:before {
    background: url(../img/index/co_main_01_pc.webp) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual:before {
    background: url(../img/index/co_main_01_sp.webp) no-repeat center center;
    background-size: cover;
  }
}
#mainvisual.is_show:before {
  opacity: 1;
}
#mainvisual .img_flame {
  overflow: hidden;
  position: relative;
  mix-blend-mode: lighten;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  #mainvisual .img_flame {
    background: url(../img/index/co_line_01_pc.webp) no-repeat center right;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual .img_flame {
    background: url(../img/index/co_line_01_sp.webp) no-repeat bottom right;
    background-size: 100% auto;
  }
}
#mainvisual .img_flame.is_show {
  opacity: 1;
  animation: slideIn 0.3s forwards;
}
@keyframes slideIn {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
#mainvisual .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s;
}
@media screen and (min-width: 1240px) {
  #mainvisual .txt {
    left: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #mainvisual .txt {
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual .txt {
    left: 20px;
  }
}
#mainvisual .txt.is_show {
  opacity: 1;
}
#mainvisual h1 {
  color: #fff;
  font-family: "NotoSansJP-SemiBold";
}
@media screen and (min-width: 1240px) {
  #mainvisual h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #mainvisual h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual h1 {
    font-size: 24px;
  }
}

.img_line {
  position: absolute;
  top: 0;
  left: 0;
}

/* --------------------
 SEC_POINT
-------------------- */
#sec_point {
  position: relative;
}
#sec_point:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/index/co_bg_03.webp) no-repeat center bottom;
  background-size: 100% 100%;
}
#sec_point .txt_en {
  margin-bottom: 8px;
}
#sec_point .link_more {
  display: inline-block;
  margin: 10px 0 24px;
}
@media screen and (min-width: 1240px) {
  #sec_point section {
    width: calc((100% - 160px) / 3);
  }
  #sec_point section + section {
    margin-left: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_point section {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (min-width: 768px) {
  #sec_point {
    padding: 120px 0 140px;
  }
  #sec_point .l_flex {
    margin-top: 43px;
  }
  #sec_point section {
    display: flex;
    flex-direction: column;
  }
  #sec_point section + section {
    margin-left: 40px;
  }
  #sec_point section .title_m {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  #sec_point {
    padding: 113px 0 80px;
  }
  #sec_point section {
    margin: 50px auto 0;
  }
  #sec_point .img {
    margin-top: 10px;
  }
}

/* --------------------
 SEC_SDGS
-------------------- */
#sec_sdgs {
  position: relative;
  background-image: linear-gradient(180deg, rgb(34, 51, 98), rgba(255, 255, 255, 0));
  overflow: hidden;
}
#sec_sdgs .btn_l {
  margin-top: 20px;
}
@media screen and (min-width: 1240px) {
  #sec_sdgs .title_wrap {
    width: 450px;
  }
  #sec_sdgs .img {
    width: calc(100% - 480px);
    padding-left: 10%;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  #sec_sdgs {
    padding: 140px 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_sdgs .l_inner {
    width: calc(100% - 100px);
  }
  #sec_sdgs .title_wrap {
    width: 52%;
  }
  #sec_sdgs .img {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  #sec_sdgs {
    padding: 140px 0;
  }
  #sec_sdgs:before {
    content: "";
    background: url(../img/index/co_bg_01.webp) no-repeat center center;
    background-size: cover;
    display: block;
    width: calc(100% - 80px);
    height: 100%;
    position: absolute;
    left: 40px;
    top: 0;
    transition: all 1s;
    transform: scale(1.25);
  }
  #sec_sdgs.active:before {
    content: "";
    background: url(../img/index/co_bg_01.webp) no-repeat center center;
    background-size: cover;
    display: block;
    width: calc(100% - 80px);
    height: 100%;
    position: absolute;
    left: 40px;
    top: 0;
    transform: scale(1);
  }
  #sec_sdgs .l_flex {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #sec_sdgs {
    padding: 73px 0 80px;
    background-size: auto 100%;
    background: url(../img/index/co_bg_01.webp) no-repeat center center;
  }
  #sec_sdgs .l_inner {
    padding-bottom: 67px;
  }
  #sec_sdgs .img {
    margin-top: 50px;
  }
  #sec_sdgs .btn_l {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: "NotoSansJP-Medium";
  }
}

/* --------------------
 SEC_SERVICE  
-------------------- */
#sec_service .slick-slide img {
  display: block;
  padding: 0 5px;
}
#sec_service .l_flex {
  justify-content: space-between;
  align-items: center;
}
#sec_service .txt > p {
  margin-top: 40px;
  color: #fff;
}
@media screen and (min-width: 1240px) {
  #sec_service .l_flex {
    margin-right: calc((100% - 1200px) / 2);
  }
  #sec_service .img {
    max-width: 43%;
  }
  #sec_service .txt {
    width: 45.5%;
  }
}
@media screen and (min-width: 768px) {
  #sec_service {
    padding: 140px 0;
  }
  #sec_service .btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_service .l_flex {
    padding-right: 20px;
  }
  #sec_service .img {
    max-width: 35%;
  }
  #sec_service .tab {
    width: 60%;
  }
  #sec_service .btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #sec_service {
    padding: 69px 0;
  }
  #sec_service .inner {
    max-width: 600px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
  }
  #sec_service .img {
    margin-top: 83px;
    margin-left: -20px;
  }
  #sec_service .btn {
    margin-top: 34px;
  }
}

/* --------------------
 SEC_PRODUCT
-------------------- */
#sec_product {
  background: rgba(0, 69, 255, 0.2);
}
#sec_product .slider .item {
  height: auto;
  opacity: 0.5;
  transform: scale(0.8);
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
}
#sec_product .slider .slick-current.item {
  opacity: 1;
  transform: scale(1);
}
#sec_product .slider p {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #sec_product {
    padding: 140px 0;
  }
  #sec_product .slider_wrap {
    margin-top: 30px;
  }
  #sec_product .btn_m {
    margin: 58px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_product {
    padding: 70px 0 80px;
  }
  #sec_product .slider_wrap {
    margin-top: 50px;
  }
  #sec_product .btn_m {
    margin: 58px auto 0;
  }
}

/* --------------------
 SEC_EQUIPMENT
-------------------- */
#sec_equipment {
  position: relative;
}
#sec_equipment:before {
  content: "";
  display: block;
  width: 50%;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #sec_equipment {
    padding: 177px 0 140px;
  }
  #sec_equipment:before {
    background: url(../img/common/frame_b_top_pc.svg) no-repeat top right;
    height: 40px;
  }
  #sec_equipment .list_eq {
    margin: 45px auto 57px;
  }
  #sec_equipment .btn_m {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  #sec_equipment {
    padding: 90px 0;
  }
  #sec_equipment:before {
    background: url(../img/common/frame_b_top_sp.svg) no-repeat top right;
    height: 20px;
  }
  #sec_equipment .list_eq {
    margin: 50px auto 0;
  }
  #sec_equipment .eq + .eq {
    margin-top: 66px;
  }
  #sec_equipment .title_s {
    margin-top: 0;
  }
  #sec_equipment .btn_m {
    margin: 65px auto 0;
  }
}

/* --------------------
 SEC_COMPANY
-------------------- */
.img_l {
  position: relative;
}
.img_l:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 50%;
  content: "";
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .img_l:before {
    background: url(../img/common/frame_w_bottom_pc.svg) no-repeat top right;
    height: 40px;
    background-size: auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .img_l:before {
    background: url(../img/common/frame_w_bottom_sp.svg) no-repeat top right;
    height: 20px;
    background-size: auto 20px;
  }
}
.img_l picture {
  width: 100%;
}

#sec_company {
  background: #f6f7f8;
  color: #333;
}
#sec_company .l_flex {
  justify-content: space-between;
  align-items: center;
}
#sec_company li {
  border-top: 1px dotted #ccc;
}
#sec_company li a {
  color: #333;
  display: block;
  position: relative;
  font-family: "NotoSansJP-Medium";
}
#sec_company li a .txt_en {
  color: #0045FF;
  display: block;
  transition: 0.3s;
}
#sec_company li a .txt_en:before {
  content: "-";
  margin-right: 5px;
}
#sec_company li a .arrow {
  width: 22px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  overflow: hidden;
}
#sec_company li a .arrow:before {
  content: "";
  width: 22px;
  height: 20px;
  display: block;
  background: url(../img/common/icon_arrow_g.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s;
  margin-top: 0;
}
#sec_company li a .arrow:after {
  content: "";
  width: 22px;
  height: 20px;
  display: block;
  background: url(../img/common/icon_arrow_b_02.svg) no-repeat center center;
  background-size: contain;
  transform: translateX(-250%);
  transition: 0.3s;
  margin-top: -20px;
}
#sec_company li a:hover .arrow:before {
  transform: translateX(250%);
}
#sec_company li a:hover .arrow:after {
  transform: translateX(0);
}
#sec_company li:last-child {
  border-bottom: 1px dotted #ccc;
}
#sec_company .title_wrap {
  color: #333;
  position: relative;
}
@media screen and (min-width: 1240px) {
  #sec_company .l_flex {
    margin-right: calc((100% - 1200px) / 2);
  }
  #sec_company .img {
    max-width: 45%;
  }
  #sec_company .txt {
    width: 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_company .l_flex {
    padding-right: 20px;
  }
  #sec_company .img {
    max-width: 35%;
  }
  #sec_company .txt {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  #sec_company {
    padding: 140px 0 170px;
  }
  #sec_company li a {
    padding: 23px 50px 23px 3px;
  }
  #sec_company li a:hover {
    transform: translate(7px, 0);
  }
  #sec_company .img_sp {
    display: none;
  }
  #sec_company .title_wrap .btn {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  #sec_company .list_link {
    margin-top: 50px;
  }
  #sec_company .btn_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #sec_company {
    padding: 70px 0 88px;
  }
  #sec_company .inner {
    max-width: 600px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
  }
  #sec_company li a {
    padding: 24px 50px 24px 10px;
  }
  #sec_company li .txt_en {
    margin-bottom: 5px;
  }
  #sec_company .img {
    display: none;
  }
  #sec_company .img_sp {
    margin-top: 53px;
  }
  #sec_company .list_link {
    margin-top: 62px;
  }
  #sec_company .title_wrap .btn {
    display: none;
  }
  #sec_company .btn_sp {
    margin: 60px auto 0;
  }
}

/* --------------------
 SEC_CONTACT
-------------------- */
#sec_contact {
  text-align: center;
  position: relative;
}
#sec_contact:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50%;
  content: "";
}
#sec_contact .tel em {
  position: relative;
  z-index: 3;
  font-style: normal;
  font-family: "NotoSansJP-Medium";
}
#sec_contact p {
  font-size: 18px;
  position: relative;
  z-index: 3;
}
#sec_contact .txt {
  background-size: auto 100%;
  padding: 50px 0;
  background-color: #0045ff;
  position: relative;
  z-index: 0;
}
#sec_contact .txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgb(34, 51, 98), rgba(255, 255, 255, 0) 50%, rgb(34, 51, 98));
  z-index: 2;
}
#sec_contact .l_inner {
  position: relative;
  overflow: hidden;
}
#sec_contact .loop-wrapper {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  z-index: 1;
}
#sec_contact .loop-wrapper .loop-inner {
  display: inline-block;
  animation: loop 20s linear infinite;
  font-family: "Montserrat-LightItalic", sans-serif;
  color: #fff;
  font-size: clamp(100px, 12.9vw, 160px);
}
@media screen and (min-width: 768px) {
  #sec_contact {
    padding: 120px 0 0;
  }
  #sec_contact:before {
    background: url(../img/common/frame_w_top_pc.svg) no-repeat top left;
    height: 40px;
  }
  #sec_contact .title {
    font-size: 24px;
    position: relative;
    z-index: 3;
  }
  #sec_contact .tel small {
    font-size: 24px;
  }
  #sec_contact .tel em {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  #sec_contact {
    padding: 100px 0 0;
  }
  #sec_contact .l_inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  #sec_contact:before {
    background: url(../img/common/frame_w_top_sp.svg) no-repeat top left;
    height: 40px;
  }
  #sec_contact .title {
    font-size: 18px;
    position: relative;
    z-index: 3;
  }
  #sec_contact .txt {
    background-size: cover;
    padding: 70px 0;
  }
  #sec_contact .tel small {
    font-size: 20px;
  }
  #sec_contact .tel em {
    font-size: 42px;
  }
  #sec_contact .hour {
    margin-top: 10px;
    font-size: 16px;
  }
}/*# sourceMappingURL=index.css.map */