/* HEADING*/
/* ======================================= */
.index_section_header {
  text-align: center;
}
.index_section_header .sub_title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0eaf6d;
}
@media only screen and (max-width: 991px) {
  .index_section_header .sub_title {
    font-size: 1.1rem;
  }
}
.index_section_header .section_title {
  font-size: 3.4rem;
  margin-top: 0.53em;
  margin-bottom: 0.94em;
}
@media only screen and (max-width: 991px) {
  .index_section_header .section_title {
    font-size: 2rem;
  }
}
.index_section_header .desc {
  font-size: 1.6rem;
  line-height: 2;
}

/* BANNER */
/* ======================================= */
.index_section__banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 620px;
  height: 200px;
  background: #ccc;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.6rem;
  font-weight: bold;
  color: white;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .index_section__banner a {
    width: 280px;
    height: 90px;
    font-size: 1.4rem;
  }
}
.index_section__banner a:hover {
  opacity: 0.7;
}
.index_section__banner a::before {
  content: "";
  width: 23px;
  height: 26px;
  background: url("../img/link_arrow_lg.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 13px);
  left: 87px;
}
@media only screen and (max-width: 991px) {
  .index_section__banner a::before {
    width: 10px;
    height: 24px;
    top: calc(50% - 12px);
    left: 29px;
  }
}
.index_section__banner a.bn_message {
  background: url("../img/bn_image_message.png") no-repeat;
  background-size: cover;
}
.index_section__banner a.bn_charm {
  background: url("../img/bn_image_charm.png") no-repeat;
  background-size: cover;
}
.index_section__banner a.bn_company {
  background: url("../img/bn_image_campany.png") no-repeat;
  background-size: cover;
}
.index_section__banner a.bn_work {
  background: url("../img/bn_image_work.png") no-repeat;
  background-size: cover;
}
.index_section__banner a.bn_interview {
  background: url("../img/bn_image_interview.png") no-repeat;
  background-size: cover;
}

/* MAIN VISUAL */
/* ======================================= */
.main_visual {
  position: relative;
}
.main_visual__catch {
  position: absolute;
  width: 90%;
  max-width: 1468px;
  top: 143px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .main_visual__catch {
    max-width: 400px;
    top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .main_visual__catch img {
    width: 192px;
  }
}
.main_visual .bg_wave {
  position: absolute;
  bottom: -70px;
  width: 100vw;
  height: 378px;
  background: url("../img/wave_01.png") center top no-repeat;
}
@media only screen and (min-width: 1920px) {
  .main_visual .bg_wave {
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 991px) {
  .main_visual .bg_wave {
    background: url("../img/wave_01_sp.png") center top no-repeat;
    height: 196px;
    background-size: auto 100%;
    top: 45px;
    bottom: auto;
  }
}
@media only screen and (max-width: 480px) {
  .main_visual .bg_wave {
    height: 96px;
    top: 128px;
  }
}
.main_visual__slide {
  width: 100%;
  height: 820px;
}
@media only screen and (max-width: 991px) {
  .main_visual__slide {
    height: 205px;
  }
}
.main_visual__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MESSAGE */
/* ======================================= */
.index_section__message {
  margin-top: 20px;
}
.index_section__message.inner {
  max-width: 1060px;
}
.index_section__message .section_header {
  text-align: center;
  background: url("../img/txt_message.png") center top no-repeat;
  background-size: contain;
}
.index_section__message .section_header h2 {
  display: inline-block;
  font-size: 3rem;
  background: linear-gradient(48deg, #3551a4 30%, #2c8ec4 50%, #0ba074 80%);
  background: -webkit-linear-gradient(-9deg, #3551a4 30%, #2c8ec4 50%, #0ba074 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 120px;
  padding-bottom: 46px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .index_section__message .section_header h2 {
    font-size: 17px;
    padding-top: 60px;
    padding-bottom: 26px;
  }
}
.index_section__message .message {
  font-size: 1.8rem;
  line-height: 2.5;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .index_section__message .message {
    font-size: 1.3rem;
  }
}
.index_section__message .index_section__banner {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .index_section__message .index_section__banner {
    margin-top: 40px;
  }
}

/* DIVISION (MAP) */
/* ======================================= */
.index_section__bases {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 86px;
  background: #eff9fa;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .index_section__bases {
    margin-top: 30px;
  }
}
.index_section__bases .index_section_header {
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .index_section__bases .index_section_header {
    top: 10px;
  }
}
.index_section__bases .section_footer {
  position: absolute;
  right: 90px;
  bottom: 66px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .section_footer {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -68px;
    text-align: center;
  }
}
.index_section__bases .section_footer .q_button {
  position: relative;
  right: auto;
  bottom: auto;
}
.index_section__bases .bases_inner {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .bases_inner {
    overflow-x: scroll;
  }
}
.index_section__bases .base_content_wrapper {
  width: 1520px;
  height: 900px;
  background: url("../img/group_map.png") center center no-repeat;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width: 1520px) {
  .index_section__bases .base_content_wrapper {
    margin-left: calc(100vw - 1520px);
  }
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content_wrapper {
    width: 750px;
    height: 450px;
    margin: 0 auto;
    background: url("../img/group_map.png") center top no-repeat;
    background-size: auto 510px;
  }
}
@media only screen and (max-width: 991px) {
  .index_section__bases .q_button.pc {
    display: none;
  }
}
.index_section__bases .base_content {
  position: absolute;
  width: 200px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content {
    width: 120px;
  }
}
.index_section__bases .base_content .base_name {
  background: #60aa32;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  padding: 0.2em 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content .base_name {
    font-size: 0.8rem;
  }
}
.index_section__bases .base_content p {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
.index_section__bases .base_content img {
  margin-top: 6px;
}
.index_section__bases .base_content.thailand {
  top: 303px;
  left: 151px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.thailand {
    top: 170px;
    left: 27px;
  }
}
.index_section__bases .base_content.sakai {
  top: 234px;
  left: 524px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.sakai {
    top: 106px;
    left: 176px;
  }
}
.index_section__bases .base_content.sakai img {
  margin-top: 48px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.sakai img {
    margin-top: 35px;
  }
}
.index_section__bases .base_content.greenbase {
  top: 234px;
  left: 792px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.greenbase {
    top: 106px;
    left: 324px;
  }
}
.index_section__bases .base_content.utsunomiya {
  top: 334px;
  left: 1230px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.utsunomiya {
    top: 85px;
    left: 600px;
  }
}
.index_section__bases .base_content.osaka {
  top: 276px;
  left: 524px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.osaka {
    top: 135px;
    left: 176px;
  }
}
.index_section__bases .base_content.shintone {
  top: 555px;
  left: 1230px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.shintone {
    top: 243px;
    left: 626px;
  }
}
.index_section__bases .base_content.technos {
  top: 670px;
  left: 524px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.technos {
    top: 360px;
    left: 176px;
  }
}
.index_section__bases .base_content.fujita {
  top: 670px;
  left: 792px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.fujita {
    top: 360px;
    left: 324px;
  }
}
.index_section__bases .base_content.tokyo {
  top: 555px;
  left: 1003px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.tokyo {
    top: 282px;
    left: 493px;
  }
}

/* WORK */
/* ======================================= */
.index_section__work {
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .index_section__work {
    margin-top: 60px;
  }
}
.index_section__work .index_section_header {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .index_section__work .index_section_header .desc {
    display: none;
  }
}
.index_section__work .index_section__banner {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .index_section__work .index_section__banner {
    margin-top: 50px;
  }
}
.index_section__work .divisions {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .index_section__work .divisions {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }
}
.index_section__work .divisions .division {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 991px) {
  .index_section__work .divisions .division {
    width: 100%;
  }
}
.index_section__work .divisions .division__title {
  font-size: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
}
@media only screen and (max-width: 991px) {
  .index_section__work .divisions .division__title {
    font-size: 1.8rem;
    height: 40px;
  }
}
.index_section__work .divisions .division .industry {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.index_section__work .divisions .division .industry__item {
  width: calc(50% - 10px);
}
.index_section__work .divisions .division .industry__item_title {
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 50px;
  margin: 0 auto -25px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .index_section__work .divisions .division .industry__item_title {
    font-size: 1.3rem;
    height: 27px;
    margin: 0 auto -13px;
  }
}
.index_section__work .divisions .division .industry__item_image img {
  width: 100%;
}
.index_section__work .divisions .division.paint .division__title {
  border: 2px solid #60aa32;
}
@media only screen and (max-width: 991px) {
  .index_section__work .divisions .division.paint .division__title {
    border-width: 1px;
  }
}
.index_section__work .divisions .division.paint .industry__item_title {
  background: #60aa32;
  color: white;
  border: 1px solid white;
}
.index_section__work .divisions .division.planning .division__title {
  border: 2px solid #21c1cb;
}
@media only screen and (max-width: 991px) {
  .index_section__work .divisions .division.planning .division__title {
    border-width: 1px;
  }
}
.index_section__work .divisions .division.planning .industry__item_title {
  background: #21c1cb;
  color: white;
  border: 1px solid white;
}

/* COMPANY(INFO) */
/* ======================================= */
.index_section__company {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .index_section__company {
    flex-direction: column;
    gap: 50px;
    margin-top: 116px;
  }
}

/* INTERVIEW */
/* ======================================= */
.index_section__interview {
  margin-top: 100px;
  background: url("../img/wave_02.png") center bottom 100px no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .index_section__interview {
    background-position: center bottom 46px;
    background-size: auto 657px;
    margin-top: 60px;
  }
}
.index_section__interview_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .index_section__interview_list {
    gap: 22px;
    margin-top: 32px;
  }
}
.index_section__interview_list_inner {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .index_section__interview_list_inner {
    gap: 22px;
  }
}
.index_section__interview_list a {
  width: 290px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .index_section__interview_list a {
    width: 160px;
  }
}
.index_section__interview_list a:hover .image img {
  transform: scale(1.1);
}
.index_section__interview_list .num {
  position: absolute;
  top: -28px;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .index_section__interview_list .num {
    width: 29px;
    top: -16px;
  }
}
.index_section__interview_list .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.index_section__interview_list .image img {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.index_section__interview_list .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 66px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 2.4rem;
  font-weight: bold;
  color: white;
  padding-left: 25px;
  padding-right: 18px;
}
@media only screen and (max-width: 991px) {
  .index_section__interview_list .name {
    font-size: 1.3rem;
    height: 36px;
    padding-left: 15px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .index_section__interview_list .name img {
    width: 12px;
  }
}
.index_section__interview_list .content {
  display: block;
  width: 100%;
  height: 96px;
  color: white;
  padding: 20px 25px;
}
@media only screen and (max-width: 991px) {
  .index_section__interview_list .content {
    height: 53px;
    padding: 7px 12px;
    line-height: 1.2;
  }
}
.index_section__interview_list .content .division {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 991px) {
  .index_section__interview_list .content .division {
    font-size: 1.2rem;
  }
}
.index_section__interview_list .content .group {
  font-size: 1.6rem;
}
@media only screen and (max-width: 991px) {
  .index_section__interview_list .content .group {
    font-size: 1.1rem;
  }
}
.index_section__interview_list .interview_01 .content, .index_section__interview_list .interview_02 .content {
  background: #60aa32;
}
.index_section__interview_list .interview_03 .content, .index_section__interview_list .interview_04 .content {
  background: #21c1cb;
}
.index_section__interview_list .interview_02, .index_section__interview_list .interview_04 {
  margin-top: 64px;
}
.index_section__interview .index_section__banner {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .index_section__interview .index_section__banner {
    margin-top: 46px;
  }
}

/* LINK ICONS */
/* ======================================= */
.index_section__site_links {
  margin-top: 108px;
  margin-bottom: 95px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 65px;
}
@media only screen and (max-width: 991px) {
  .index_section__site_links {
    flex-direction: column;
    gap: 30px;
    margin-top: 65px;
    margin-bottom: 38px;
  }
}
.index_section__site_links .site_link {
  display: flex;
  justify-content: center;
  gap: 65px;
}
@media only screen and (max-width: 991px) {
  .index_section__site_links .site_link {
    gap: 56px;
  }
}
.index_section__site_links .site_link li {
  text-align: center;
}
.index_section__site_links .site_link li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .index_section__site_links .site_link li a {
    font-size: 1.5rem;
  }
}
.index_section__site_links .site_link li a:hover .icon {
  background: #66bfeb;
}
.index_section__site_links .site_link li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border: 1px solid #0c407b;
  border-radius: 50%;
  margin-bottom: 45px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .index_section__site_links .site_link li .icon {
    width: 110px;
    height: 110px;
    padding: 35px;
    margin-bottom: 24px;
  }
}

/*# sourceMappingURL=front.css.map */
