@charset "UTF-8";
/**** 共通カラー ****/
/* --------------------------------------
INDEX
-------------------------------------- */
main {
  padding-top: 700px;
  overflow: hidden;
}

.main_content {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .main_content {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .main_content {
    padding-bottom: 70px;
  }
}

footer {
  margin-top: 0 !important;
}

#splash {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 1.5s linear;
  z-index: 100000;
}
#splash .logo {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #splash .logo {
    max-width: 169px;
  }
}
#splash.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.slideup {
  display: inline-block;
  opacity: 0;
  transform: translateY(100px);
  animation: none;
}

#splash.play .slideup {
  animation: slideUpAnime 1.5s ease forwards;
}

@keyframes slideUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  20% {
    opacity: 1;
    transform: translateY(100px);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
.slider_wrap {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.slider_wrap .txt {
  position: absolute;
}
.slider_wrap h1 {
  width: 100%;
  line-height: 2;
}
.slider_wrap h1 em {
  color: #FF7F00;
}
.slider_wrap .copy {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .slider_wrap h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .slider_wrap .txt {
    padding-left: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .slider_wrap .copy {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .slider_wrap h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .slider_wrap h1 {
    font-size: 20px;
    text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
  }
  .slider_wrap .copy {
    margin-top: 25px;
    text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
  }
  .slider_wrap .txt {
    padding: 0 20px;
    top: 66.6666666667vw;
    left: 0;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/* --------------------
 SEC_ABOUT
-------------------- */
#sec_about {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
}
#sec_about:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../../assets/img/index/co_tx_02.svg) no-repeat center center;
  position: absolute;
  top: -4.1666666667vw;
  left: 0;
  opacity: 0.6;
}
#sec_about .l_inner {
  position: relative;
}
#sec_about .l_flex {
  justify-content: space-between;
  align-items: center;
}
#sec_about .copy {
  font-family: "NotoSerifJP-Medium";
}
@media screen and (min-width: 1240px) {
  #sec_about .img {
    width: calc(100% - 600px);
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #sec_about {
    padding: 140px 0 280px;
  }
  #sec_about:before {
    background-size: 100% auto;
  }
  #sec_about .txt {
    width: 420px;
  }
  #sec_about .copy {
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_about .img {
    width: calc(100% - 470px);
  }
}
@media screen and (max-width: 767px) {
  #sec_about {
    padding: 100px 0 220px;
  }
  #sec_about .l_flex {
    display: block;
  }
  #sec_about .txt {
    text-align: center;
    margin-top: 50px;
  }
  #sec_about .copy {
    line-height: 2.25;
    font-size: 16px;
  }
}

/* --------------------
 SEC_NEWS
-------------------- */
#sec_news {
  position: relative;
  background: #F6F7F8;
}
#sec_news .wrap {
  background: #fff;
  position: relative;
  position: relative;
}
#sec_news .txt_link {
  display: inline-block;
}
@media screen and (min-width: 1240px) {
  #sec_news:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 140px);
    position: absolute;
    top: 140px;
    background: #F6F7F8;
  }
}
@media screen and (min-width: 768px) {
  #sec_news .txt_link {
    margin-top: 30px;
  }
  #sec_news .wrap {
    width: calc(100% - 80px);
    margin: 0 auto;
    border-radius: 60px;
    padding: 140px 0;
    top: -140px;
  }
}
@media screen and (max-width: 767px) {
  #sec_news .txt_link {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec_news .wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 30px;
    padding: 80px 0 150px;
    top: -60px;
  }
}

/* --------------------
 SEC_SERVICE
-------------------- */
#sec_service {
  background: #F6F7F8;
  background: linear-gradient(180deg, rgb(246, 247, 248) 0%, rgb(255, 255, 255) 100%);
  position: relative;
}
#sec_service:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("../../assets/img/index/co_bg_07.webp") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
#sec_service .l_inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  #sec_service .list_service {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
#sec_service .service .service_detail {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
#sec_service .service .service_detail a {
  height: 440px;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}
#sec_service .service .service_detail a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover !important;
  position: absolute;
  top: 0;
  transition: 0.3s;
}
#sec_service .service .service_detail a:hover:before {
  transform: scale(1.05);
}
#sec_service .service .service_detail a:hover .btn {
  background: #FF7F00;
}
#sec_service .service .service_detail a:hover .btn:after {
  background: #fff url(../img/common/ic_arrow_03.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  transform: translateY(-50%);
  right: 15px;
}
#sec_service .service .inner {
  padding: 20px;
}
#sec_service .service .title {
  display: block;
  width: 100%;
  position: relative;
}
#sec_service .service .num {
  font-size: 34px;
  font-family: "NotoSerifJP-Light";
  position: relative;
}
#sec_service .service .num:after {
  content: "";
  width: calc(100% - 50px);
  height: 1px;
  background: #12426C;
  position: absolute;
  right: 0;
  top: 50%;
}
#sec_service .service_01 .service_detail a:before {
  background: url(../../assets/img/index/co_bg_01.webp) no-repeat center bottom;
}
#sec_service .service_02 .service_detail a:before {
  background: url(../../assets/img/index/co_bg_02.webp) no-repeat center bottom;
}
#sec_service .service_03 .service_detail a:before {
  background: url(../../assets/img/index/co_bg_03.webp) no-repeat center bottom;
}
#sec_service .txt_link {
  margin-top: 50px;
}
@media screen and (min-width: 1240px) {
  #sec_service {
    padding: 115px 0 140px;
  }
  #sec_service .service {
    width: calc((100% - 140px) / 3);
  }
  #sec_service .title {
    font-size: 20px;
  }
  #sec_service .txt_align_r {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_service .service {
    width: calc((100% - 40px) / 3);
  }
  #sec_service .title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #sec_service {
    padding: 115px 0 140px;
  }
  #sec_service .service:nth-child(even) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #sec_service {
    padding: 140px 0 90px;
  }
  #sec_service .service {
    margin-top: 50px;
  }
  #sec_service .title {
    font-size: 18px;
  }
}

/* --------------------
 SEC_ADVANTAGE
-------------------- */
#sec_advantage {
  position: relative;
  overflow: hidden;
}
#sec_advantage:before {
  content: "";
  display: block;
  background: url(../../assets/img/index/co_bg_04.webp) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#sec_advantage .inner {
  position: relative;
  z-index: 1;
}
#sec_advantage .l_flex {
  justify-content: space-between;
  align-items: center;
}
#sec_advantage .txt {
  color: #fff;
}
#sec_advantage .txt_link {
  margin-top: 40px;
}
@media screen and (min-width: 1240px) {
  #sec_advantage .txt {
    padding-left: calc((100% - 1200px) / 2);
    width: 45%;
  }
  #sec_advantage .img {
    width: 52%;
  }
  #sec_advantage h3 {
    font-size: 24px;
    max-width: 386px;
    margin-left: 0 !important;
  }
  #sec_advantage .advantage_description {
    max-width: 386px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_advantage .txt {
    padding-left: 20px;
    width: 45%;
  }
  #sec_advantage .img {
    margin-left: 50px;
    width: 53%;
  }
  #sec_advantage h3 {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  #sec_advantage {
    padding: 140px 0;
  }
  #sec_advantage:before {
    width: calc(100% - 40px);
    height: 100%;
    border-radius: 0 60px 60px 0;
  }
  #sec_advantage h3 {
    margin: 27px auto 20px;
  }
}
@media screen and (max-width: 767px) {
  #sec_advantage {
    padding: 70px 0 0;
  }
  #sec_advantage:before {
    width: 100%;
    height: calc(100% - 140px);
    border-radius: 0 30px 30px 0;
  }
  #sec_advantage .title_wrap {
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #sec_advantage .title_wrap {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  #sec_advantage .title_ll {
    font-size: 50px;
  }
  #sec_advantage h3 {
    font-size: 20px;
    margin-top: 40px;
  }
  #sec_advantage h3 + p {
    margin-top: 30px;
  }
  #sec_advantage .l_flex {
    display: block;
  }
  #sec_advantage .txt {
    padding: 0 20px;
  }
  #sec_advantage .img {
    width: calc(100% - 20px);
    margin: 60px auto auto 20px;
  }
}

/* --------------------
 SEC_MEDIA
-------------------- */
#sec_media {
  background: url(../../assets/img/index/co_bg_09.webp) no-repeat top center;
  background-size: cover;
}
#sec_media .l_flex {
  justify-content: space-between;
}
#sec_media .txt_align_r {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  #sec_media {
    padding: 115px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  #sec_media {
    padding: 70px 0;
  }
}
#sec_media .work {
  margin-bottom: 34px;
}

/* --------------------
 SEC_OVERVIEW
-------------------- */
#sec_overview {
  background: #fff;
}
#sec_overview .img_l {
  overflow: hidden;
  background: #f6f7f8;
  text-align: center;
}
#sec_overview .txt_align_r {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #sec_overview .img_l img {
    width: calc(100% - 80px);
    border-radius: 60px;
  }
  #sec_overview .l_inner_s {
    padding: 115px 40px 140px;
  }
  #sec_overview .txt {
    margin-top: 60px;
  }
  #sec_overview .map {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  #sec_overview .l_inner_s {
    padding: 70px 20px;
  }
  #sec_overview .img_l {
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 10px;
  }
  #sec_overview .title_ll {
    font-size: 50px;
  }
  #sec_overview .txt {
    margin-top: 50px;
  }
  #sec_overview .map {
    margin-top: 30px;
  }
}

.list_company {
  border-top: 1px solid #A5B7C7;
}
.list_company li {
  border-bottom: 1px solid #A5B7C7;
}
.list_company dt {
  font-family: "NotoSerifJP-Medium";
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .list_company {
    text-align: left;
  }
  .list_company dl {
    display: flex;
  }
  .list_company dt {
    width: 190px;
    padding: 20px 0;
  }
  .list_company dd {
    width: calc(100% - 190px);
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .list_company li {
    padding: 20px 0;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 0;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .map {
    padding-top: 300px;
  }
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 230px;
  }
}

.list_img .slick-slide:nth-child(even) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .list_img .slick-list {
    margin: 0 -20px;
  }
  .list_img .slick-slide {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .list_img .slick-list {
    margin: 0 -5px;
  }
  .list_img .slick-slide {
    margin: 0 5px;
  }
}

/* --------------------
 SEC_RECRUIT
-------------------- */
#sec_recruit {
  background: url(../../assets/img/index/co_bg_08.webp) no-repeat bottom center;
  background-size: 100% auto;
}
#sec_recruit .l_flex {
  justify-content: space-between;
}
#sec_recruit .title_wrap {
  margin-bottom: 50px;
}
#sec_recruit .link_wrap {
  background: url(../img/index/co_bg_05.webp) no-repeat center center;
  background-size: cover;
  border-radius: 30px;
}
#sec_recruit .list_recruit {
  border-top: 1px solid #A5B7C7;
}
#sec_recruit li {
  border-bottom: 1px solid #A5B7C7;
}
#sec_recruit li a {
  position: relative;
}
#sec_recruit li a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #12426C;
  border-radius: 5px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
#sec_recruit li a:hover:after {
  background: #FF7F00 url(../img/common/ic_arrow_02.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1240px) {
  #sec_recruit {
    padding: 100px 0 160px;
  }
  #sec_recruit .link_wrap {
    padding: 70px;
    width: 50%;
  }
  #sec_recruit .txt {
    width: 43%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 768px) {
  #sec_recruit li a {
    padding: 25px 0;
    font-size: 20px;
  }
  #sec_recruit .txt_link {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_recruit {
    padding: 100px 0 120px;
  }
  #sec_recruit .txt {
    width: 47%;
  }
  #sec_recruit .link_wrap {
    padding: 70px 30px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #sec_recruit {
    padding: 70px 0;
  }
  #sec_recruit .l_inner {
    padding: 0;
  }
  #sec_recruit .l_flex {
    display: block;
  }
  #sec_recruit .txt {
    padding: 0 20px 60px;
    background: url(../../assets/img/index/co_bg_10.webp) no-repeat center 100px;
    background-size: 100% auto;
  }
  #sec_recruit li a {
    font-size: 18px;
    padding: 20px 0;
  }
  #sec_recruit .link_wrap {
    padding: 70px 20px;
  }
  #sec_recruit .txt_link {
    margin-top: 60px;
  }
  #sec_recruit .txt_link .txt_line {
    font-size: 16px;
  }
}
#sec_recruit .recruit_note {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #sec_recruit .recruit_note {
    margin-bottom: 32px;
  }
}
#sec_recruit .note {
  font-size: 16px;
}

/* --------------------
 SEC_CONTACT
-------------------- */
#sec_contact .wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #sec_contact .wrap {
    background: url(../../assets/img/index/co_bg_11.webp) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #sec_contact .wrap {
    background: url(../../assets/img/index/co_bg_06.webp) no-repeat center center;
    background-size: cover;
  }
}
#sec_contact .btn {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #sec_contact {
    padding: 140px 0 0;
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  #sec_contact .wrap {
    border-radius: 60px;
    padding: 90px 50px;
  }
  #sec_contact .txt {
    margin-top: 40px;
  }
  #sec_contact .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #sec_contact {
    padding: 70px 0 0;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #sec_contact .wrap {
    border-radius: 30px;
    padding: 70px 20px;
  }
  #sec_contact .txt {
    margin-top: 30px;
  }
  #sec_contact .txt p {
    font-size: 16px;
  }
  #sec_contact .btn {
    margin-top: 30px;
  }
}/*# sourceMappingURL=index.css.map */