.q_button {
  background: #60aa32;
  border: none;
  min-width: 260px;
  font-size: 1.6rem;
  text-align: left;
  padding: 0.8em 1.3em;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .q_button {
    min-width: 256px;
    font-size: 1rem;
  }
}
.q_button:hover {
  background: #666;
}
.q_button::before {
  content: "";
  width: 24px;
  height: 100%;
  background: url("../img/arrow_btn_link.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 9px;
}
@media only screen and (max-width: 991px) {
  .q_button::before {
    width: 15px;
  }
}
.q_button.sz_l {
  min-width: 384px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 991px) {
  .q_button.sz_l {
    min-width: 292px;
    font-size: 1.4rem;
  }
}
.q_button.rounded {
  border-radius: 4px;
}

.section_header h2 {
  font-size: 3rem;
  text-align: center;
  position: relative;
  padding: 0.4em 0;
}
@media only screen and (max-width: 991px) {
  .section_header h2 {
    font-size: 1.8rem;
  }
}
.section_header h2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 105px);
  width: 210px;
  height: 1px;
  background: #60aa32;
}
@media only screen and (max-width: 991px) {
  .section_header h2::after {
    width: 180px;
    left: calc(50% - 90px);
  }
}

.inner {
  max-width: 1280px;
}

body {
  padding-top: 0 !important;
}
body.admin-bar {
  padding-top: 32px !important;
}
@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px !important;
  }
}

/* HEADER */
/* ======================================= */
#header {
  background: none;
  border-bottom: 1px solid white;
}
@media only screen and (max-width: 991px) {
  #header {
    border-bottom: none;
  }
}
#header:hover {
  background: white;
}
#header:hover .header__pc .nav__global .menu li a {
  color: #5a5a5a;
}

.header_fix #header {
  background: white;
}
.header_fix #header .header__pc .nav__global .menu li a {
  color: #5a5a5a;
}

.header__pc .nav__global .menu li a {
  color: white;
}
.header__pc .nav__global .menu li .sub-menu a {
  color: #5a5a5a;
}

@media only screen and (max-width: 991px) {
  .admin-bar #header {
    top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile_header_fix .header__sp {
    background: none;
  }
}
@media only screen and (max-width: 991px) {
  .mobile_header_fix.menu-open .header__sp, .mobile_header_fix.header_fix .header__sp {
    background: #fff;
  }
}

/* MOVIE */
/* ======================================= */
.main_visual {
  position: relative;
}
.main_visual__movie {
  width: 100%;
  height: 840px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .main_visual__movie {
    height: 420px;
  }
}
.main_visual__movie::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(106, 181, 245, 0.2);
  position: absolute;
}
.main_visual__movie video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main_visual__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_visual__title h1 {
  font-size: 4rem;
  color: white;
  line-height: 2;
  letter-spacing: -0.05em;
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 198px auto 0;
}
@media only screen and (max-width: 991px) {
  .main_visual__title h1 {
    font-size: 2rem;
    margin: 100px auto 0;
  }
}

/* NEWS */
/* ======================================= */
.index_section__news {
  display: flex;
  gap: 150px;
  width: 90%;
  max-width: 1170px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 991px) {
  .index_section__news {
    flex-direction: column;
    gap: 14px;
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 991px) {
  .index_section__news_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.index_section__news_header h2 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #60aa32;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 991px) {
  .index_section__news_header h2 {
    font-size: 1.8rem;
  }
}
.index_section__news_header .more {
  font-size: 1.4rem;
  color: #666;
  position: relative;
  padding-right: 26px;
}
@media only screen and (max-width: 991px) {
  .index_section__news_header .more {
    font-size: 1.2rem;
    padding-right: 20px;
  }
}
.index_section__news_header .more::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #333 url("../img/link_arrow_sm.png") left 6px center no-repeat;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
}
@media only screen and (max-width: 991px) {
  .index_section__news_header .more::after {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    background-position: left 4px center;
  }
}
.index_section__news_header .more:hover::after {
  background-color: #60aa32;
}
.index_section__news_list li {
  display: flex;
  gap: 40px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 991px) {
  .index_section__news_list li {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .index_section__news_list li .news_date {
    font-size: 1.4rem;
  }
}
.index_section__news_list li .news_title {
  font-size: 1.4rem;
  color: #666;
}
@media only screen and (max-width: 991px) {
  .index_section__news_list li .news_title {
    font-size: 1.3rem;
  }
}

/* ABOUT */
/* ======================================= */
.index_section__about {
  margin-top: 65px;
}
@media only screen and (max-width: 991px) {
  .index_section__about {
    margin: 35px auto 0;
    width: 90%;
  }
}
.index_section__about_intro {
  text-align: center;
}
.index_section__about_intro h2 {
  font-size: 4rem;
  color: #60aa32;
}
@media only screen and (max-width: 991px) {
  .index_section__about_intro h2 {
    font-size: 2.4rem;
    margin-bottom: 0.7em;
  }
}
.index_section__about_intro .desc {
  font-size: 1.8rem;
}
@media only screen and (max-width: 991px) {
  .index_section__about_intro .desc {
    font-size: 1.3rem;
  }
}
.index_section__about_article {
  display: flex;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .index_section__about_article {
    flex-direction: column;
    margin-top: 40px;
  }
}
.index_section__about_article .content__outer {
  width: 1390px;
  max-width: 100%;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .index_section__about_article .content__outer {
    flex-direction: column;
  }
}
.index_section__about_article .content__main {
  background: #66cc33;
  background: linear-gradient(135deg, #66cc33 0%, #60aa32 100%);
  color: white;
  width: 640px;
  padding: 50px 70px 70px;
}
@media only screen and (max-width: 991px) {
  .index_section__about_article .content__main {
    width: 100%;
    padding: 30px 25px 40px;
  }
}
.index_section__about_article .content__main .header .division {
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .index_section__about_article .content__main .header .division {
    font-size: 1.8rem;
  }
}
.index_section__about_article .content__main .header h2 {
  font-size: 8rem;
  font-weight: normal;
  border-bottom: 1px solid white;
  padding-bottom: 0.18em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 991px) {
  .index_section__about_article .content__main .header h2 {
    font-size: 4.8rem;
    line-height: 1.5;
    margin-bottom: 0.2em;
  }
}
.index_section__about_article .content__main .content p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 991px) {
  .index_section__about_article .content__main .content p {
    font-size: 1.2rem;
  }
}
.index_section__about_article .content__main .content .read {
  font-size: 2.6rem;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 991px) {
  .index_section__about_article .content__main .content .read {
    font-size: 1.5rem;
  }
}
.index_section__about_article .content__sub {
  flex-grow: 1;
  display: flex;
}
.index_section__about_article .content__sub .sub_inner {
  background: rgba(51, 51, 51, 0.6);
  padding: 70px;
}
@media only screen and (max-width: 991px) {
  .index_section__about_article .content__sub .sub_inner {
    padding: 35px 35px 50px;
    min-width: 50%;
  }
}
.index_section__about_article .content__sub .desc {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3;
  color: white;
  margin-top: 1em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 991px) {
  .index_section__about_article .content__sub .desc {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.index_section__about_article .content__sub .q_button {
  padding: 0.813em 1.3em;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .index_section__about_article .content__sub .q_button {
    padding: 0.78em 1.3em;
    min-width: 156px;
    margin-top: 20px;
  }
}
.index_section__about_article.paint {
  justify-content: flex-end;
}
.index_section__about_article.paint .content__sub {
  background: url("../img/bg_paint_division.jpg") center right no-repeat;
  background-size: cover;
}
.index_section__about_article.planning .content__sub {
  background: url("../img/bg_planning_division.jpg") center left no-repeat;
  background-size: cover;
  justify-content: flex-end;
}

/* CONTAINER */
/* ======================================= */
.index_section__cubicle {
  width: 90%;
  max-width: 1140px;
  margin: 120px auto 0;
  background: #666;
  box-shadow: 0 0 6px 3px #cfd0d3;
}
@media only screen and (max-width: 991px) {
  .index_section__cubicle {
    margin: 50px auto 0;
  }
}
.index_section__cubicle_header {
  font-size: 2rem;
  color: #aad2f0;
  text-align: center;
  padding: 30px 0;
}
@media only screen and (max-width: 991px) {
  .index_section__cubicle_header {
    font-size: 1.5rem;
    padding: 25px 0 0.8em;
  }
}
.index_section__cubicle_inner {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .index_section__cubicle_inner {
    flex-direction: column;
  }
}
.index_section__cubicle_content {
  width: 530px;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .index_section__cubicle_content {
    width: auto;
  }
}
.index_section__cubicle_content p {
  font-size: 2.2rem;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 991px) {
  .index_section__cubicle_content p {
    font-size: 1.4rem;
    margin-bottom: 1.5em;
  }
}
.index_section__cubicle_content h2 {
  display: inline-block;
  background: #60aa32;
  font-size: 4.4rem;
  padding: 0.05em 0.8em;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 991px) {
  .index_section__cubicle_content h2 {
    font-size: 2.6rem;
  }
}
.index_section__cubicle_content h2 + p {
  font-size: 2.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .index_section__cubicle_content h2 + p {
    font-size: 1.5rem;
    margin-bottom: 1.2em;
  }
}
.index_section__cubicle_content .q_button {
  background: none;
  border: 1px solid #fff;
}
@media only screen and (max-width: 991px) {
  .index_section__cubicle_content .q_button {
    min-width: 156px;
    margin-bottom: 20px;
  }
}
.index_section__cubicle_content .q_button:hover {
  background: #60aa32;
}
.index_section__cubicle_media {
  text-align: center;
}

/* TECHNOLOGY */
/* ======================================= */
.index_section__technology {
  margin-top: 118px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .index_section__technology {
    margin-top: 50px;
  }
}
.index_section__technology::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - 165px);
  background: #e7f1f1;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .index_section__technology::before {
    height: calc(100% - 88px);
  }
}
.index_section__technology_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .index_section__technology_list {
    width: 90%;
  }
}
.index_section__technology_item {
  width: 25%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .index_section__technology_item {
    width: 50%;
    height: 215px;
  }
}
.index_section__technology_item .item_title {
  background: rgba(96, 170, 50, 0.8);
  font-size: 2.6rem;
  font-weight: bold;
  color: white;
  text-align: center;
  width: 200px;
  padding: 0.85em 0;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .index_section__technology_item .item_title {
    font-size: 1.4rem;
    width: 106px;
  }
}
.index_section__technology_item.item_heading {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 38px;
  padding-right: 60px;
}
@media only screen and (max-width: 991px) {
  .index_section__technology_item.item_heading {
    padding-top: 0;
    padding-right: 15px;
  }
}
.index_section__technology_item.item_heading h2 {
  font-size: 3rem;
  border-bottom: 1px solid #60aa32;
  width: 100%;
  padding: 0.3em 0;
}
@media only screen and (max-width: 991px) {
  .index_section__technology_item.item_heading h2 {
    font-size: 1.8rem;
  }
}
.index_section__technology_item.item_heading .desc {
  font-size: 1.4rem;
}
@media only screen and (max-width: 991px) {
  .index_section__technology_item.item_heading .desc {
    font-size: 1.2rem;
  }
}
.index_section__technology_item.item_heading .q_button {
  margin-top: 36px;
}
@media only screen and (max-width: 991px) {
  .index_section__technology_item.item_heading .q_button {
    display: none;
  }
}
.index_section__technology_item.material {
  background: url("../img/img_materials.jpg") center center no-repeat;
  background-size: cover;
}
.index_section__technology_item.design {
  background: url("../img/img_design.jpg") center center no-repeat;
  background-size: cover;
}
.index_section__technology_item.mold {
  background: url("../img/img_mold.jpg") center center no-repeat;
  background-size: cover;
}
.index_section__technology_item.machining {
  background: url("../img/img_machining.jpg") center center no-repeat;
  background-size: cover;
}
.index_section__technology_item.press {
  background: url("../img/img_press.jpg") center center no-repeat;
  background-size: cover;
}
.index_section__technology_item.can {
  background: url("../img/img_can.jpg") center center no-repeat;
  background-size: cover;
}
.index_section__technology_item.assembly {
  background: url("../img/img_assembly.jpg") center center no-repeat;
  background-size: cover;
}
.index_section__technology .show_more {
  padding: 26px 0 30px;
  text-align: center;
}
.index_section__technology .show_more .q_button {
  min-width: 156px;
}

/* CASE */
/* ======================================= */
.index_section__case {
  background: #66cc33;
  background: linear-gradient(135deg, #66cc33 0%, #60aa32 100%);
  color: white;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  .index_section__case {
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.index_section__case_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .index_section__case_header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.index_section__case_header h2 {
  font-size: 3rem;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .index_section__case_header h2 {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 5px;
  }
}
.index_section__case_header .desc {
  font-size: 1.4rem;
  margin: 0 65px 0 105px;
  line-height: 2;
}
@media only screen and (max-width: 991px) {
  .index_section__case_header .desc {
    font-size: 1.2rem;
    margin: 0;
  }
}
.index_section__case_header .q_button {
  background: #60aa32;
  border: 1px solid #fff;
}
@media only screen and (max-width: 991px) {
  .index_section__case_header .q_button {
    min-width: 156px;
    margin: 30px auto;
  }
}
.index_section__case_header .q_button:hover {
  background: #666666;
}
.index_section__case_header_content {
  display: flex;
  justify-content: center;
  gap: 0 60px;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .index_section__case_header_content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.index_section__case_header_content .case_item {
  width: 290px;
}
@media only screen and (max-width: 991px) {
  .index_section__case_header_content .case_item {
    width: calc(50% - 10px);
  }
}
.index_section__case_header_content .case_item .thumbnail {
  box-shadow: 0 0 3px 2px rgba(102, 102, 102, 0.2);
}
.index_section__case_header_content .case_item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_section__case_header_content .case_item .desc_content {
  margin-top: 20px;
  padding-left: 25px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .index_section__case_header_content .case_item .desc_content {
    font-size: 1.3rem;
  }
}
.index_section__case_header_content .case_item .desc_content::before {
  content: "";
  width: 5px;
  height: 38px;
  background: #f2f7fa;
  position: absolute;
  left: 0;
  top: 7px;
}
@media only screen and (max-width: 991px) {
  .index_section__case_header_content .case_item .desc_content::before {
    width: 2px;
    height: 20px;
  }
}

/* STRENGTH */
/* ======================================= */
.index_section__strength {
  margin-top: 108px;
  background: url("../img/bg_wave_01.png") center top -100px no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 991px) {
  .index_section__strength {
    margin-top: 40px;
    padding: 0 15px;
    background-position: center top;
  }
}
.index_section__strength__image {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .index_section__strength__image {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .index_section__strength__image img {
    width: 90%;
    max-width: 420px;
  }
}
.index_section__strength_list {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 7px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .index_section__strength_list {
    flex-direction: column;
    gap: 30px;
    padding: 0 25px;
  }
}
.index_section__strength_list .strength_item {
  width: 16.8%;
}
@media only screen and (max-width: 991px) {
  .index_section__strength_list .strength_item {
    width: 100%;
  }
}
.index_section__strength_list .item_title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 4em;
}
@media only screen and (max-width: 991px) {
  .index_section__strength_list .item_title {
    justify-content: flex-start;
    font-size: 1.5rem;
    height: auto;
  }
}
.index_section__strength_list .item_desc {
  font-size: 1.4rem;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .index_section__strength_list .item_desc {
    font-size: 1.2rem;
  }
}
.index_section__strength .section_footer {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .index_section__strength .section_footer {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .index_section__strength .q_button {
    min-width: 156px;
  }
}

/* DIVISION (MAP) */
/* ======================================= */
.index_section__bases {
  margin-top: 86px;
  background: #eff9fa;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .index_section__bases {
    margin-top: 30px;
  }
}
.index_section__bases .section_header {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .index_section__bases .section_header {
    top: 10px;
  }
}
.index_section__bases .section_footer {
  display: none;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .section_footer {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -45px;
    text-align: center;
  }
}
.index_section__bases .section_footer .q_button {
  position: relative;
  right: auto;
  bottom: auto;
}
.index_section__bases .bases_inner {
  width: 100vw;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .index_section__bases .bases_inner {
    overflow-x: scroll;
    writing-mode: vertical-rl;
  }
}
.index_section__bases .base_content_wrapper {
  width: 1500px;
  height: 1020px;
  background: url("../img/group_map.jpg") center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .index_section__bases .base_content_wrapper {
    writing-mode: horizontal-tb;
  }
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content_wrapper {
    width: 750px;
    height: 520px;
    background: url("../img/group_map.jpg") center top no-repeat;
    background-size: auto 510px;
  }
}
.index_section__bases .q_button {
  position: absolute;
  right: 60px;
  bottom: 58px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .q_button {
    min-width: 156px;
    right: calc(50% - 78px);
    bottom: 15px;
  }
}
@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;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content img {
    width: 80px;
  }
}
.index_section__bases .base_content.thailand {
  width: 250px;
  top: 395px;
  left: 114px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.thailand {
    width: 160px;
    top: 185px;
    left: 49px;
  }
}
.index_section__bases .base_content.sakai {
  top: 146px;
  left: 486px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.sakai {
    top: 65px;
    left: 246px;
  }
}
.index_section__bases .base_content.sakai img {
  margin-top: 155px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.sakai img {
    margin-top: 90px;
  }
}
.index_section__bases .base_content.greenbase {
  width: 250px;
  top: 146px;
  left: 764px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.greenbase {
    width: 170px;
    top: 65px;
    left: 384px;
  }
}
.index_section__bases .base_content.utsunomiya {
  top: 146px;
  right: 60px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.utsunomiya {
    top: 65px;
    right: 17px;
  }
}
.index_section__bases .base_content.osaka {
  top: 288px;
  left: 486px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.osaka {
    top: 163px;
    left: 246px;
  }
}
.index_section__bases .base_content.shintone {
  top: 502px;
  right: 60px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.shintone {
    top: 255px;
    right: 16px;
  }
}
.index_section__bases .base_content.technos {
  top: 693px;
  left: 434px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.technos {
    top: 340px;
    left: 183px;
  }
}
.index_section__bases .base_content.fujita {
  top: 693px;
  left: 684px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.fujita {
    top: 340px;
    left: 330px;
  }
}
.index_section__bases .base_content.tokyo {
  top: 693px;
  left: 934px;
}
@media only screen and (max-width: 991px) {
  .index_section__bases .base_content.tokyo {
    top: 282px;
    left: 476px;
  }
}

/* PHILOSOPHY */
/* ======================================= */
.index_section__philosophy {
  padding-top: 80px;
  background: url("../img/bg_wave_02.png") center top no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 991px) {
  .index_section__philosophy {
    padding-top: 70px;
  }
}
.index_section__philosophy .philosophy_image {
  text-align: center;
  margin-top: 34px;
}
@media only screen and (max-width: 991px) {
  .index_section__philosophy .philosophy_image {
    width: 330px;
    max-width: 90%;
    margin: 22px auto 0;
  }
}
.index_section__philosophy p.philosophy {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .index_section__philosophy p.philosophy {
    font-size: 1.3rem;
    margin-top: 25px;
  }
}
.index_section__philosophy .section_footer {
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .index_section__philosophy .section_footer {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .index_section__philosophy .section_footer .q_button {
    min-width: 156px;
  }
}

/* INFO */
/* ======================================= */
.index_section__info {
  margin-top: 80px;
  margin-bottom: 118px;
}
@media only screen and (max-width: 991px) {
  .index_section__info {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.index_section__info .inner {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .index_section__info .inner {
    flex-direction: column;
  }
}
.index_section__info .index_section__info_content {
  width: 50%;
  height: 340px;
}
@media only screen and (max-width: 991px) {
  .index_section__info .index_section__info_content {
    width: 100%;
    height: 180px;
  }
}
.index_section__info .index_section__info_content.recruit {
  background: url("../img/bg_bn_recruit.jpg");
  background-size: cover;
}
.index_section__info .index_section__info_content.company {
  background: url("../img/bg_bn_company.jpg");
  background-size: cover;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .index_section__info .index_section__info_content.company {
    margin-top: 50px;
  }
}
.index_section__info .index_section__info_content .content_header {
  background: rgba(96, 170, 50, 0.8);
  width: 45%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.index_section__info .index_section__info_content .content_header_title {
  font-size: 3rem;
  font-weight: bold;
  color: white;
  margin-top: 110px;
}
@media only screen and (max-width: 991px) {
  .index_section__info .index_section__info_content .content_header_title {
    font-size: 1.5rem;
    margin-top: 55px;
  }
}
.index_section__info .index_section__info_content .q_button {
  border: 1px solid white;
  width: 220px;
  max-width: 88%;
  min-width: auto;
  margin-top: 65px;
}
@media only screen and (max-width: 991px) {
  .index_section__info .index_section__info_content .q_button {
    width: 156px;
    margin-top: 25px;
  }
}

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