@charset "UTF-8";
@font-face {
  font-family: "jose_Light";
  font-weight: Light;
  src: url("../fonts/JosefinSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "jose_regular";
  src: url("../fonts/JosefinSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "jose_bold";
  font-weight: bold;
  src: url("../fonts/JosefinSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "jose_semi-bold";
  src: url("../fonts/JosefinSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "hiragino-3";
  src: url("../fonts/HiraKakuProN-W3-AlphaNum-01.otf") format("opentype");
}
@font-face {
  font-family: "hiragino-6";
  src: url("../fonts/HiraKakuProN-W6-AlphaNum-01.otf") format("opentype");
}
.button__more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25rem;
  min-width: fit-content;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #080808;
  font-size: 1.8rem;
  font-family: "hiragino-6";
  margin-top: 2rem;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (max-aspect-ratio: 7/10) {
  .button__more a {
    width: 50rem;
    padding: 2.8rem 5rem 2.8rem;
    font-size: 3.6rem;
    border: 0.4rem solid #080808;
  }
}
.button__more a span {
  font-family: "jose_semi-bold";
  font-size: 1.6rem;
  color: #999999;
  margin-left: 0.5rem;
  transition: 0.3s;
  height: 0;
  display: inline-block;
}
@media screen and (max-aspect-ratio: 7/10) {
  .button__more a span {
    font-size: 3.2rem;
  }
}
.button__more a:hover {
  background-color: #080808;
  color: #fff;
  border-color: #080808;
}
.button__more a:hover span {
  color: #fff;
}
.button__more.white a {
  border: 1px solid #fff;
  color: #fff;
}
.button__more.white a span {
  color: #fff;
}
.button__more.bg_white a {
  background-color: #fff;
}
.button__more.bg_white a:hover {
  background-color: #080808;
}
.button__more.bg_red a {
  background-color: #c1272d;
  color: #fff;
  border: none;
}
.button__more.bg_red a span {
  color: #fff;
}

.sp_br {
  display: none;
}
@media screen and (max-aspect-ratio: 7/10) {
  .sp_br {
    display: block;
  }
}

@media screen and (max-aspect-ratio: 7/10) {
  .pc_br {
    display: none;
  }
}

#loader-bg {
  background-color: #fff;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 120;
}
#loader-bg .loader__inner {
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loader-bg .loader__inner p {
  font-family: "jose_semi-bold";
  font-size: 6rem;
  line-height: 1.2;
  color: #29295d;
  width: 100%;
  display: block;
  margin-top: 4rem;
}
#loader-bg .loader__inner p span {
  opacity: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
}
#loader-bg .loader__inner img {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-aspect-ratio: 7/10) {
  #loader-bg .loader__inner img {
    width: 100%;
  }
}

.fadein__content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(3rem);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.fadein__content.is__fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.top__copy_write {
  position: fixed;
  top: 17rem;
  left: 2rem;
  font-family: "jose_regular";
  font-size: 1.8rem;
  transform: rotate(180deg) scale(1);
  white-space: nowrap;
  writing-mode: vertical-rl;
  color: #fff;
  z-index: 10;
}

.top__copy_write span {
  text-orientation: sideways;
}

@media screen and (max-aspect-ratio: 7/10) {
  .top__copy_write {
    left: 4rem;
    top: 17rem;
    position: absolute;
  }
}
.top__copy_write.ov_mv {
  color: #080808;
}
.top__copy_write.black {
  color: #080808;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__copy_write.black {
    color: #080808;
  }
}

.section .section__inner {
  width: clamp(200px, 95%, 120rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-aspect-ratio: 7/10) {
  .section .section__inner {
    max-width: 60rem;
  }
}
.section .section__inner .section__title {
  margin-bottom: 3.95rem;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  font-family: "hiragino-6";
  color: #29295d;
}
@media screen and (max-aspect-ratio: 7/10) {
  .section .section__inner .section__title {
    font-size: 5rem;
    margin-bottom: 3.6rem;
  }
}
.section .section__inner .section__title__en--left {
  font-size: 12rem;
  font-family: "jose_semi-bold";
  line-height: 1;
  color: #f4f1ed;
  position: absolute;
  top: 0;
  left: -16rem;
  writing-mode: vertical-rl;
}
@media screen and (max-aspect-ratio: 7/10) {
  .section .section__inner .section__title__en--left {
    font-size: 11rem;
    left: -12.7rem;
  }
}
.section .section__inner .section__title__en--left.white {
  color: #fff;
}
.section .section__inner .section__title__en--left.half {
  font-size: 6rem;
}
.section .section__inner .section__title__en--right {
  font-size: 12rem;
  font-family: "jose_semi-bold";
  line-height: 1;
  color: #f4f1ed;
  position: absolute;
  top: 0;
  right: -12rem;
  writing-mode: vertical-rl;
}
@media screen and (max-aspect-ratio: 7/10) {
  .section .section__inner .section__title__en--right {
    font-size: 11rem;
    right: -10rem;
  }
}
.section .section__inner .section__title__en--right.white {
  color: #fff;
}
.section .section__inner .section__title__en--right.half {
  font-size: 6rem;
}
.section .section__inner .inner__top_text {
  margin-bottom: 5rem;
  line-height: 1.75;
}
.section .section__inner .inner__top_text .text__head {
  font-family: "hiragino-6";
  font-size: 2.1rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .section .section__inner .inner__top_text .text__head {
    font-size: 4.2rem;
  }
}
.section .section__inner .inner__top_text .main__text {
  font-family: "hiragino-3";
  font-size: 1.6rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .section .section__inner .inner__top_text .main__text {
    font-size: 3.2rem;
  }
}

.is_frame {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 10rem;
}
.is_frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 15rem);
  height: 100%;
  background-color: #e0dedc;
  border-radius: 0 12rem 0 0;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_frame::before {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_frame .section__inner {
    max-width: 58rem;
  }
}
.is_frame .in_card {
  padding-bottom: 11rem;
}
.is_frame.right::before {
  content: "";
  position: absolute;
  left: unset;
  top: 0;
  right: 0;
  width: calc(100% - 15rem);
  height: 100%;
  background-color: #e0dedc;
  border-radius: 0 0 0 12rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_frame.right::before {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_frame.right.sp_left::before {
    left: 0;
    top: 0;
    right: unset;
    border-radius: 0 12rem 0 0;
  }
}

@media screen and (max-aspect-ratio: 7/10) {
  .secondary__container .section__inner {
    max-width: 58rem;
  }
  .secondary__container .is_frame .section__inner {
    max-width: 56rem;
  }
}

.lead_item__rectangle {
  position: relative;
  text-align: center;
  z-index: 0;
  padding-top: 5.2rem;
  padding-bottom: 3rem;
  border-radius: 3rem;
  overflow: hidden;
  transition: 0.3s;
}
.lead_item__rectangle .item__title {
  font-size: 3.6rem;
  font-family: "hiragino-6";
  color: #fff;
  letter-spacing: 0.1em;
}
.lead_item__rectangle .item__title__en {
  font-size: 2.1rem;
  font-family: "jose_bold";
  color: #fff;
  margin-top: 1.5rem;
  letter-spacing: 0.1em;
}
.lead_item__rectangle .bg__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lead_item__rectangle .button__more {
  margin-top: 3.5rem;
}
.lead_item__rectangle .button__more a {
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
@media screen and (max-aspect-ratio: 7/10) {
  .lead_item__rectangle .button__more a {
    font-size: 2.8rem;
    padding: 1rem 3rem 1.2rem;
    width: fit-content;
  }
  .lead_item__rectangle .button__more a span {
    display: none;
  }
}
.lead_item__rectangle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #2f2f62;
  opacity: 0.3;
  z-index: -5;
}
.lead_item__rectangle .all_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lead_item__rectangle:hover {
  opacity: 0.7;
}

@media screen and (max-aspect-ratio: 7/10) {
  .get_up_left {
    margin-left: 4rem !important;
  }
  .get_up_right {
    margin-right: 4rem !important;
  }
  .get_up_left--more {
    margin-left: 8rem !important;
  }
  .get_up_right--more {
    margin-right: 8rem !important;
  }
}
.col2 {
  display: flex;
}

.col3 {
  display: flex;
}
.col3 .flex_item {
  width: 33.3333333333%;
}

.col4 {
  display: flex;
  flex-wrap: wrap;
}
.col4 .flex_item {
  width: 25%;
}

.col5 {
  display: flex;
  flex-wrap: wrap;
}
.col5 .flex_item {
  width: 20%;
}

.col_vertical {
  display: flex;
  flex-direction: column;
}

.lead_area {
  margin-top: 10rem;
}
.lead_area .col_vertical {
  gap: 5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .lead_area .col_vertical {
    max-width: 70rem;
  }
}
.lead_area .col_vertical .lead_item__rectangle {
  padding-top: 3.2rem;
  padding-bottom: 3rem;
}
.lead_area .col_vertical .lead_item__rectangle .button__more {
  margin-top: 2.5rem;
}

.col2 {
  gap: 4rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .col2 {
    flex-direction: column;
  }
}
.col2 .in__image {
  width: 60rem;
  overflow: hidden;
  border-radius: 0 0 12rem 0;
  flex: none;
  height: fit-content;
}
@media screen and (max-aspect-ratio: 7/10) {
  .col2 .in__image {
    width: 100%;
  }
}
.col2 .in__image.overlap_layer {
  position: relative;
}
.col2 .in__image.overlap_layer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f2f62;
  opacity: 0.3;
}
.col2 .in__image.image_multiple {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.col2 .in__image.image_multiple img {
  border-radius: 0 0 12rem 0;
}
.col2 .col_vertical {
  justify-content: space-between;
}
.col2 .r_bottom_image {
  align-self: flex-end;
}

.table {
  display: table;
  width: 100%;
}
@media screen and (max-aspect-ratio: 7/10) {
  .table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #080808;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .table tr:nth-of-type(1) {
    border-top: 1px solid #080808;
  }
}
.table tr td {
  padding-top: 1.6rem;
  padding-bottom: 1.75rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .table tr td {
    padding: 0;
  }
}
.table tr td:nth-child(1) {
  font-family: "hiragino-6";
  font-size: 1.6rem;
  border-bottom: 2px solid #080808;
  vertical-align: middle;
  text-align: center;
  width: 18rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .table tr td:nth-child(1) {
    border-bottom: none;
    font-size: 3.2rem;
    width: 100%;
    text-align: left;
  }
}
.table tr td:nth-child(2) {
  font-family: "hiragino-3";
  font-size: 1.6rem;
  border-bottom: 1px solid #cccccc;
  line-height: 1.75;
  padding-left: 3rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .table tr td:nth-child(2) {
    border-bottom: none;
    font-size: 3.2rem;
    padding-left: 0;
    margin-top: 1.5rem;
  }
}
.table tr td .copy_write {
  font-family: "jose_bold";
  margin-left: 2.5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .table tr td .copy_write {
    margin-left: 0;
    display: block;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .table.wide tr {
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: 2px solid #080808;
  }
  .table.wide tr:nth-of-type(1) {
    border-top: 2px solid #080808;
  }
}
.table.wide tr td {
  padding-top: 3rem;
  padding-bottom: 1.75rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .table.wide tr td {
    padding: 0;
  }
}
.table.wide tr td:nth-child(1) {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  width: 34rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .table.wide tr td:nth-child(1) {
    font-size: 3.2rem;
    width: 100%;
    text-align: left;
  }
}
.table.wide tr td:nth-child(2) {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 4rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .table.wide tr td:nth-child(2) {
    font-size: 3.2rem;
    padding-left: 0;
    margin-top: 1.5rem;
  }
}
.table.middle tr td {
  padding-top: 3rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .table.middle tr td {
    padding: 0;
  }
}
.table.middle tr td a {
  display: block;
}
.table.middle tr td:nth-child(1) {
  width: 24rem;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-aspect-ratio: 7/10) {
  .table.middle tr td:nth-child(1) {
    font-size: 3.2rem;
  }
}

.bracket__title {
  display: block;
  font-family: "hiragino-6";
  font-size: 3rem;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 5.7rem;
  padding-right: 2rem;
  padding-left: 2rem;
  width: fit-content;
}
@media screen and (max-aspect-ratio: 7/10) {
  .bracket__title {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}
.bracket__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 5rem;
  border: 1px solid #080808;
  border-right: none;
}
@media screen and (max-aspect-ratio: 7/10) {
  .bracket__title::before {
    height: 6rem;
  }
}
.bracket__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 5rem;
  border: 1px solid #080808;
  border-left: none;
}
@media screen and (max-aspect-ratio: 7/10) {
  .bracket__title::after {
    height: 6rem;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .bracket__title.bracket_tall::before {
    height: 11rem;
  }
  .bracket__title.bracket_tall::after {
    height: 11rem;
  }
}

.inner__content:nth-of-type(n + 2) {
  margin-top: 10rem;
}
.inner__content .content__head {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-family: "hiragino-3";
  padding-bottom: 3rem;
  border-bottom: 1px solid #080808;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .inner__content .content__head {
    font-size: 4.8rem;
    padding-bottom: 0;
    line-height: 1.3;
    padding-left: 2rem;
  }
}
.inner__content .content__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1rem;
  width: 10rem;
  background-color: #080808;
}
@media screen and (max-aspect-ratio: 7/10) {
  .inner__content .content__head::after {
    width: 1rem;
    height: 100%;
  }
}
.inner__content .content__box__text {
  font-family: "hiragino-3";
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-aspect-ratio: 7/10) {
  .inner__content .content__box__text {
    font-size: 3.2rem;
  }
}
.inner__content .content__box__text .box__text__head {
  display: block;
  font-family: "hiragino-6";
  font-size: 2.4rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .inner__content .content__box__text .box__text__head {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}

.flex__item {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.flex__item a {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  border: 2px solid #333333;
  transition: 0.3s;
  top: 0rem;
  right: 0rem;
  background-color: #fff;
  flex: auto;
}
.flex__item a .item__title {
  font-size: 1.8rem;
  font-family: "hiragino-6";
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #fff;
  display: block;
}
@media screen and (max-aspect-ratio: 7/10) {
  .flex__item a .item__title {
    font-size: 2.8rem;
    line-height: 1.7;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.flex__item a .item__title .item__title__en {
  font-size: 1.5rem;
  font-family: "jose_semi-bold";
  color: #999999;
}
@media screen and (max-aspect-ratio: 7/10) {
  .flex__item a .item__title .item__title__en {
    display: none;
  }
}
.flex__item a:hover {
  top: 1rem;
  right: -1rem;
  transition: 0.3s;
}
.flex__item::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: -1rem;
  width: 100%;
  height: 100%;
  background-color: #333333;
  z-index: -5;
  transition: 0.3s;
}

.arrow__text {
  position: relative;
  font-size: 1.6rem;
  color: #c1272d;
  font-family: "hiragino-6";
  width: fit-content;
  display: block;
}
@media screen and (max-aspect-ratio: 7/10) {
  .arrow__text {
    font-size: 3.2rem;
  }
}
.arrow__text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.6rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.2rem;
  background-color: #d56d71;
}
@media screen and (max-aspect-ratio: 7/10) {
  .arrow__text::before {
    width: 1rem;
    height: 0.4rem;
  }
}
.arrow__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.2rem;
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #d56d71;
  border-right: 0.2rem solid #d56d71;
}
@media screen and (max-aspect-ratio: 7/10) {
  .arrow__text::after {
    height: 1.5rem;
    width: 1.5rem;
    border-top: 0.4rem solid #d56d71;
    border-right: 0.4rem solid #d56d71;
    right: -2.4rem;
  }
}

.page_top__text {
  display: block;
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "hiragino-3";
  font-size: 1.6rem;
  margin-bottom: 7.5rem;
  margin-top: 10rem;
  line-height: 1.75;
}
@media screen and (max-aspect-ratio: 7/10) {
  .page_top__text {
    margin-top: 10rem;
    margin-bottom: 5rem;
    font-size: 3.2rem;
    width: 70rem;
  }
}
.page_top__text.is_page_hasnav {
  margin-top: 16rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .page_top__text.is_page_hasnav {
    margin-top: 20rem;
  }
}
.page_top__text .text__head {
  display: block;
  font-size: 2.1rem;
  font-family: "hiragino-6";
}
@media screen and (max-aspect-ratio: 7/10) {
  .page_top__text .text__head {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}

.pnavi {
  margin-top: 5rem;
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-aspect-ratio: 7/10) {
  .pnavi {
    gap: 4rem;
  }
}
.pnavi a {
  font-size: 2.1rem;
  color: #2f2f62;
  font-family: "jose_semi-bold";
  padding: 0.5rem 1.5rem 0rem;
  text-align: center;
}
@media screen and (max-aspect-ratio: 7/10) {
  .pnavi a {
    font-size: 4.2rem;
    padding: 0.5rem 2rem 0;
    width: 6rem;
  }
}
.pnavi .current {
  font-size: 2.1rem;
  color: #fff;
  font-family: "jose_semi-bold";
  padding: 0.5rem 1rem 0rem;
  background-color: #2f2f62;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-aspect-ratio: 7/10) {
  .pnavi .current {
    font-size: 4.2rem;
    width: 6rem;
  }
}
.pnavi .dots {
  font-size: 2.1rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .pnavi .dots {
    font-size: 4.2rem;
  }
}
.pnavi .prev,
.pnavi .next {
  border: 1px solid #2f2f62;
  padding: 0.5rem 1rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .pnavi .prev,
  .pnavi .next {
    width: 6rem;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .pnavi .prev {
    margin-right: 2rem;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .pnavi .next {
    margin-left: 2rem;
  }
}

.top__recruit_area {
  margin-top: 30rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__recruit_area .section__inner .section__title__en--right {
    right: unset !important;
    left: -12.7rem;
  }
}
.top__recruit_area .section__inner .bg__recruit {
  width: 155.2rem;
  border-radius: 0 12rem 0 0;
  overflow: hidden;
  position: relative;
  right: 36.2rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__recruit_area .section__inner .bg__recruit {
    width: 64rem;
    border-radius: 0;
    right: 0;
    padding-left: 8rem;
  }
}
.top__recruit_area .section__inner .col3 {
  top: unset;
  bottom: -45rem;
  left: 0;
  transform: translateX(0);
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__recruit_area .section__inner .col3 {
    bottom: 10.1rem;
    left: 0;
  }
}

.top__container .flex__item,
.top_parts .flex__item {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.top__container .flex__item a,
.top_parts .flex__item a {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  border: 2px solid #333333;
  transition: 0.3s;
  top: 0rem;
  right: 0rem;
  background-color: #fff;
  flex: auto;
}
.top__container .flex__item a .item__title,
.top_parts .flex__item a .item__title {
  font-size: 1.8rem;
  font-family: "hiragino-6";
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  padding-left: 2rem;
  padding-right: 2.5rem;
  background-color: #fff;
  display: block;
  position: relative;
}
.top__container .flex__item a .item__title::before,
.top_parts .flex__item a .item__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.2rem;
  background-color: #d56d71;
}
.top__container .flex__item a .item__title::after,
.top_parts .flex__item a .item__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-top: 0.3rem solid #d56d71;
  border-right: 0.3rem solid #d56d71;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .flex__item a .item__title,
  .top_parts .flex__item a .item__title {
    font-size: 2.8rem;
    line-height: 1.7;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.top__container .flex__item a .item__title .item__title__en,
.top_parts .flex__item a .item__title .item__title__en {
  font-size: 1.5rem;
  font-family: "jose_semi-bold";
  color: #999999;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .flex__item a .item__title .item__title__en,
  .top_parts .flex__item a .item__title .item__title__en {
    display: none;
  }
}
.top__container .flex__item a:hover,
.top_parts .flex__item a:hover {
  top: 1rem;
  right: -1rem;
  transition: 0.3s;
}
.top__container .flex__item::after,
.top_parts .flex__item::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: -1rem;
  width: 100%;
  height: 100%;
  background-color: #333333;
  z-index: -5;
  transition: 0.3s;
}
.top__container .col2,
.top_parts .col2 {
  position: absolute;
  bottom: -15.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 75rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .col2,
  .top_parts .col2 {
    gap: 3rem;
    width: 70rem;
    bottom: -18rem;
    flex-direction: unset;
  }
}
.top__container .col2 .flex__item,
.top_parts .col2 .flex__item {
  width: calc(50% - 3.5rem);
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .col2 .flex__item,
  .top_parts .col2 .flex__item {
    width: calc(50% - 2.5rem);
  }
}
.top__container .col2 .flex__item a,
.top_parts .col2 .flex__item a {
  background-color: #fff;
  text-align: center;
  padding-bottom: 5.6rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .col2 .flex__item a,
  .top_parts .col2 .flex__item a {
    padding-bottom: 4.6rem;
  }
}
.top__container .col2 .flex__item a::before,
.top_parts .col2 .flex__item a::before {
  content: "";
  position: absolute;
  bottom: 1.8rem;
  right: 1.4rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.2rem;
  background-color: #d56d71;
}
.top__container .col2 .flex__item a::after,
.top_parts .col2 .flex__item a::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 0.8rem;
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-top: 0.3rem solid #d56d71;
  border-right: 0.3rem solid #d56d71;
}
.top__container .col2 .flex__item .text_area,
.top_parts .col2 .flex__item .text_area {
  padding-left: 3rem;
  padding-right: 3rem;
}
.top__container .col2 .flex__item .text_area .item__title,
.top_parts .col2 .flex__item .text_area .item__title {
  padding: 0;
  margin-top: 4.5rem;
  font-size: 2.4rem;
}
.top__container .col2 .flex__item .text_area .item__title::before,
.top_parts .col2 .flex__item .text_area .item__title::before {
  display: none;
}
.top__container .col2 .flex__item .text_area .item__title::after,
.top_parts .col2 .flex__item .text_area .item__title::after {
  display: none;
}
.top__container .col2 .flex__item .text_area .item__additional_text,
.top_parts .col2 .flex__item .text_area .item__additional_text {
  margin-top: 1.7rem;
  font-size: 1.6rem;
  font-family: "hiragino-3";
  line-height: 1.2;
}
.top__container .col2 .flex__item .item__image,
.top_parts .col2 .flex__item .item__image {
  height: 17rem;
}
.top__container .col2 .flex__item:nth-child(1) .item__image,
.top_parts .col2 .flex__item:nth-child(1) .item__image {
  width: 100%;
}
.top__container .col2 .flex__item:nth-child(1) .item__image img,
.top_parts .col2 .flex__item:nth-child(1) .item__image img {
  width: 100%;
  height: 17rem;
  max-width: 27rem;
  object-fit: contain;
}
.top__container .col3,
.top_parts .col3 {
  position: absolute;
  bottom: -10rem;
  left: 49%;
  transform: translateX(-50%);
  width: 89rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5.5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .col3,
  .top_parts .col3 {
    width: 56rem;
    bottom: unset;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    gap: 5rem 6rem;
    justify-content: flex-start;
  }
}
.top__container .col3 .flex__item,
.top_parts .col3 .flex__item {
  width: 25rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .col3 .flex__item,
  .top_parts .col3 .flex__item {
    width: calc(50% - 3.5rem);
  }
}
.top__container .col_scroll,
.top_parts .col_scroll {
  scrollbar-width: none;
  position: absolute;
  bottom: -21rem;
  left: 0;
  overflow: scroll;
  height: 35rem;
  width: 154rem;
  padding-right: 2rem;
}
.top__container .col_scroll .col_scroll__inner,
.top_parts .col_scroll .col_scroll__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5.3rem;
  width: fit-content;
}
.top__container .col_scroll .flex__item,
.top_parts .col_scroll .flex__item {
  width: 26rem;
}
.top__container .col_scroll::-webkit-scrollbar,
.top_parts .col_scroll::-webkit-scrollbar {
  display: none;
}

.local_nav {
  background-color: #080808;
  position: absolute;
  bottom: -5.6rem;
  left: 0;
  width: 100%;
  padding-top: 13rem;
  z-index: -5;
}
@media screen and (max-aspect-ratio: 7/10) {
  .local_nav {
    padding-left: 4rem;
    padding-right: 4rem;
    bottom: -10rem;
  }
  .local_nav.uniq {
    overflow-y: scroll;
  }
}
.local_nav ul {
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 6rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .local_nav ul {
    gap: 7rem;
    width: 100%;
  }
  .local_nav.uniq ul {
    width: max-content;
  }
}
.local_nav ul li {
  color: #fff;
  font-size: 2.2rem;
  font-family: "hiragino-6";
  padding-top: 1.2rem;
  padding-bottom: 1.4rem;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-aspect-ratio: 7/10) {
  .local_nav ul li {
    font-size: 3.2rem;
    padding-top: 2.6rem;
    padding-bottom: 3.6rem;
  }
}
.local_nav ul li a {
  display: block;
}
.local_nav ul li::after {
  content: "";
  position: absolute;
  top: 45%;
  right: -2rem;
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-aspect-ratio: 7/10) {
  .local_nav ul li::after {
    width: 1.5rem;
    height: 1.5rem;
    right: -3rem;
  }
}
.local_nav ul li:hover {
  opacity: 0.7;
}

.news__list li a {
  display: flex;
  align-items: baseline;
  padding-top: 2.95rem;
  padding-bottom: 3.15rem;
  border-bottom: 1px solid #cccccc;
  line-height: 1.2;
}
@media screen and (max-aspect-ratio: 7/10) {
  .news__list li a {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: 2.9rem;
  }
  .news__list li:nth-child(1) a {
    border-top: 1px solid #cccccc;
  }
}
.news__list li a .news__data {
  display: flex;
  align-items: center;
}
.news__list li a .date {
  font-family: "jose_regular";
  font-size: 1.6rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .news__list li a .date {
    font-size: 3.2rem;
  }
}
.news__list li a .category {
  display: block;
  text-align: center;
  font-family: "hiragino-6";
  font-size: 1.4rem;
  color: #fff;
  padding: 0.2rem 1.5rem;
  background-color: #080808;
  margin-left: 2.3rem;
  width: 9rem;
  min-width: 65px;
}
@media screen and (max-aspect-ratio: 7/10) {
  .news__list li a .category {
    font-size: 2.8rem;
    margin-left: 4.5rem;
    width: 100%;
  }
}
.news__list li a .category.news {
  background-color: #c1272d;
}
.news__list li a .category.recruit {
  background-color: #fbb03b;
}
.news__list li a .category.ship {
  background-color: #006837;
}
.news__list li a .category.other {
  background-color: #9d9d9d;
}
.news__list li a .news__title {
  font-family: "hiragino-3";
  font-size: 1.6rem;
  margin-left: 2rem;
  flex: 1;
  line-height: 1.5;
}
@media screen and (max-aspect-ratio: 7/10) {
  .news__list li a .news__title {
    font-size: 3.2rem;
    margin-left: 0;
    margin-top: 2rem;
  }
}

.employee__items {
  width: 100%;
  gap: 6rem 4rem;
  flex-wrap: wrap;
}
.employee__items .flex__item {
  width: 37rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .employee__items .flex__item {
    width: 57rem !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.employee__items .flex__item img {
  height: 21rem;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-aspect-ratio: 7/10) {
  .employee__items .flex__item img {
    height: 32rem;
  }
}
.employee__items .flex__item .employee__data {
  padding: 2rem 2rem 4.5rem;
  font-family: "hiragino-3";
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-aspect-ratio: 7/10) {
  .employee__items .flex__item .employee__data {
    font-size: 3.2rem;
    padding: 2rem 3rem 8rem;
  }
}
.employee__items .flex__item .employee__data .employee_name {
  font-size: 2.1rem;
  font-family: "hiragino-6";
  line-height: 1.75;
}
@media screen and (max-aspect-ratio: 7/10) {
  .employee__items .flex__item .employee__data .employee_name {
    font-size: 3.2rem;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .employee__items .flex__item .employee__data .arrow__text {
    font-size: 3.2rem;
  }
}

.ac__wrap {
  margin-top: 7rem;
  background-color: #f4f1ed;
  padding: 2.5rem 5rem 0.5rem;
  position: relative;
  border-radius: 0 0 4rem 4rem;
  transition: padding-bottom 0.3s;
  z-index: 0;
}
@media screen and (max-aspect-ratio: 7/10) {
  .ac__wrap {
    width: 70rem;
  }
}
.ac__wrap.open {
  padding-bottom: 5rem;
  transition: padding-bottom 0.3s;
}
.ac__wrap .table_title {
  font-family: "hiragino-6";
  font-size: 2.5rem;
  line-height: 1.75;
  color: #2f2f62;
  margin-bottom: 2.5rem;
  position: relative;
  font-size: 4rem;
}
.ac__wrap .ac_button {
  position: absolute;
  width: 3rem;
  height: 3rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-aspect-ratio: 7/10) {
  .ac__wrap .ac_button {
    width: 6rem;
    height: 6rem;
    right: -2rem;
  }
}
.ac__wrap .ac_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.1rem;
  height: 3rem;
  background-color: #2f2f62;
}
@media screen and (max-aspect-ratio: 7/10) {
  .ac__wrap .ac_button::before {
    height: 6rem;
    width: 0.6rem;
  }
}
.ac__wrap .ac_button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 0.1rem;
  background-color: #2f2f62;
}
@media screen and (max-aspect-ratio: 7/10) {
  .ac__wrap .ac_button::after {
    width: 6rem;
    height: 0.6rem;
  }
}
.ac__wrap .ac_button.open::before {
  display: none;
}
.ac__wrap .ac_inner {
  padding: 2rem 5rem 4rem;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (max-aspect-ratio: 7/10) {
  .ac__wrap .ac_inner {
    padding: 5rem 4rem 8rem;
  }
}
.ac__wrap .ac_inner.ac_table {
  display: none;
}
.ac__wrap .ac__triger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.5rem;
  border-radius: 0 0 4rem 4rem;
  z-index: 5;
  cursor: pointer;
}

@media screen and (max-aspect-ratio: 7/10) {
  .ac__wrap .ac__triger {
    height: 100%;
  }
}

.header {
  display: inline-flex;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 0 4rem;
  z-index: 100;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header {
    border-radius: 0;
  }
}
.header .header__inner {
  display: flex;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  position: relative;
  border-radius: 0 0 0 4rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner {
    padding: 3rem 4rem;
    border-radius: 0;
  }
}
.header .header__inner .header__logo {
  width: 32rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .header__logo {
    width: 30rem;
    z-index: 5;
  }
}
.header .header__inner .header__nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .header__nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 100%;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    gap: 0;
    overflow: scroll;
    padding-top: 12rem;
    padding-bottom: 7rem;
    transition: 0.3s;
  }
}
.header .header__inner .header__nav .header__nav--item {
  color: #b3b3b3;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.1875;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .header__nav .header__nav--item {
    padding-top: 0rem;
    padding-bottom: 0rem;
    width: 100%;
    border-top: 1px solid #080808;
    position: relative;
  }
  .header .header__inner .header__nav .header__nav--item:nth-last-child(1) {
    border-bottom: 1px solid #080808;
  }
}
.header .header__inner .header__nav .header__nav--item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "jose_semi-bold";
  padding: 2.2rem 1.5rem;
  border-radius: 2rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .header__nav .header__nav--item a {
    align-items: flex-start;
    padding: 2.6rem 4rem;
    border-radius: 0;
  }
}
.header .header__inner .header__nav .header__nav--item a span {
  color: #29295d;
  font-size: 2rem;
  font-family: "hiragino-6";
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 0.4rem;
  transition: 0.3s;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .header__nav .header__nav--item a span {
    font-size: 3.2rem;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .header__nav .header__nav--item a .en__title {
    display: none;
  }
}
.header .header__inner .header__nav .header__nav--item a:hover span {
  color: #c1272d;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .header__nav .header__nav--item a:hover span {
    color: #29295d;
  }
}
.header .header__inner .header__nav .header__nav--item a.is_page {
  background-color: #2f2f62;
}
.header .header__inner .header__nav .header__nav--item a.is_page span {
  color: #fff;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .header__nav .header__nav--item a.is_page {
    background-color: unset;
  }
  .header .header__inner .header__nav .header__nav--item a.is_page span {
    color: #29295d;
  }
}
.header .header__inner .header__nav.open {
  left: 0;
  transition: 0.3s;
  z-index: -5;
}
.header .header__inner .language {
  display: flex;
  align-self: center;
  position: relative;
  margin-left: 4.6rem;
  border: 1px solid #29295d;
  border-radius: 10rem;
  overflow: hidden;
}
.header .header__inner .language a {
  display: block;
  text-align: center;
  width: 5rem;
  font-size: 2rem;
  font-family: "jose_semi-bold";
  color: #29295d;
  padding: 0.5rem 0;
}
.header .header__inner .language.jp a:nth-child(1) {
  background-color: #29295d;
  color: #fff;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .language {
    margin-left: auto;
    margin-right: 11rem;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .no__child {
    position: relative;
  }
  .header .header__inner .no__child::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.6rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 0.1rem;
    background-color: #333333;
  }
  .header .header__inner .no__child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5rem;
    transform: translateY(-50%) rotate(45deg);
    width: 1.2rem;
    height: 1.2rem;
    border-top: 0.1rem solid #333333;
    border-right: 0.1rem solid #333333;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .ac__parent {
    position: relative;
  }
  .header .header__inner .ac__parent a {
    width: 100%;
    position: relative;
    pointer-events: none;
  }
  .header .header__inner .ac__parent.open {
    background-color: #2f2f62;
  }
  .header .header__inner .ac__parent.open span {
    color: #fff !important;
  }
  .header .header__inner .ac__parent.open::after {
    transform: rotate(225deg);
    border-color: #fff;
  }
  .header .header__inner .ac__parent::after {
    content: "";
    position: absolute;
    top: 4rem;
    right: 5rem;
    transform: rotate(45deg);
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: 1px solid #080808;
    border-right: 1px solid #080808;
  }
}
.header .header__inner .ac__parent .page__list {
  display: flex;
  position: absolute;
  justify-content: center;
  top: -10rem;
  left: 0;
  padding-top: 10rem;
  width: 100%;
  gap: 6.6rem;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -5;
  transition: top 0.3s;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .ac__parent .page__list {
    position: initial;
    display: none;
    visibility: visible;
    padding-top: 0;
  }
}
.header .header__inner .ac__parent .page__list li {
  font-size: 1.6rem;
  font-family: "hiragino-6";
  color: #2f2f62;
  padding: 2.5rem 0;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .ac__parent .page__list li {
    padding: 0;
    color: #2f2f62;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    font-family: "hiragino-3";
    border-top: 1px solid #080808;
    background-color: #f2f2f2;
  }
}
.header .header__inner .ac__parent .page__list li a {
  padding: 0;
  pointer-events: all;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .ac__parent .page__list li a {
    width: 100%;
    padding-left: 8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    line-height: 1.2;
    position: relative;
  }
  .header .header__inner .ac__parent .page__list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.6rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 0.1rem;
    background-color: #333333;
  }
  .header .header__inner .ac__parent .page__list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5rem;
    transform: translateY(-50%) rotate(45deg);
    width: 1.2rem;
    height: 1.2rem;
    border-top: 0.1rem solid #333333;
    border-right: 0.1rem solid #333333;
  }
}
.header .header__inner .ac__parent .page__list li:nth-of-type(1) {
  display: none;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .header__inner .ac__parent .page__list li:nth-of-type(1) {
    display: block;
  }
}
.header .header__inner .ac__parent .page__list.show {
  top: 0;
  transition: top 0.3s;
}
.header .header__inner .ac__parent .page__list br {
  display: none;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .button__hum {
    display: block;
    width: 4rem;
    height: 4rem;
    padding: 0;
    background: none;
    outline: 0;
    appearance: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 4rem;
    right: 4rem;
    z-index: 15;
  }
  .header .button__hum:focus {
    outline: 0;
  }
  .header .button__hum .button__hum__line {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 4rem;
    height: 2px;
    background-color: #080808;
    transition: all 0.3s;
    transform: rotate(0);
  }
  .header .button__hum .button__hum__line::before {
    content: "";
    position: absolute;
    top: -1rem;
    left: 0;
    width: 4rem;
    height: 2px;
    background-color: #080808;
    transition: all 0.3s;
  }
  .header .button__hum .button__hum__line::after {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 4rem;
    height: 2px;
    background-color: #080808;
    transition: all 0.3s;
  }
  .header .button__hum.is_active .button__hum__line {
    background-color: rgba(53, 126, 207, 0);
  }
  .header .button__hum.is_active .button__hum__line:before {
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
  }
  .header .button__hum.is_active .button__hum__line:after {
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
  }
}
.header .instagram_icon {
  width: 5rem;
  margin-left: 2rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .header .instagram_icon {
    margin-left: 8rem;
  }
}

.footer {
  margin-top: 20rem;
  background-color: #e0dedc;
}
.footer .footer__inner {
  padding-top: 9.8rem;
  padding-bottom: 9.7rem;
  width: clamp(200px, 100%, 120rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 16rem;
}
@media screen and (max-width: 725px) {
  .footer .footer__inner {
    gap: 2rem;
  }
}
.footer .footer__inner .content_box__left {
  width: fit-content;
  display: flex;
  flex-direction: column;
}
@media screen and (max-aspect-ratio: 7/10) {
  .footer .footer__inner .content_box__left {
    width: 52rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer__inner .content_box__left .site__title {
  font-family: "jose_bold";
  font-size: 4.2rem;
  line-height: 1.26;
  color: #333333;
}
@media screen and (max-aspect-ratio: 7/10) {
  .footer .footer__inner .content_box__left .site__title {
    font-size: 8.4rem;
  }
}
.footer .footer__inner .content_box__left .footer__logos {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer__inner .content_box__left .footer__logos .goals {
  width: 11rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .footer .footer__inner .content_box__left .footer__logos .goals {
    width: 22rem;
  }
}
.footer .footer__inner .content_box__left .footer__logos .nk {
  width: 7.8rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .footer .footer__inner .content_box__left .footer__logos .nk {
    width: 15.7rem;
  }
}
.footer .footer__inner .content_box__left .footer__logos .security {
  width: 3.5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .footer .footer__inner .content_box__left .footer__logos .security {
    width: 7.6rem;
  }
}
.footer .footer__inner .content_box__left .footer__leads {
  margin-top: 4.5rem;
  width: 26rem;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .footer .footer__inner .content_box__left .footer__leads {
    width: 100%;
    gap: 4rem;
  }
}
.footer .footer__inner .content_box__left .footer__leads a {
  position: relative;
  z-index: 0;
  padding: 1.6rem 2rem;
  display: block;
  text-align: center;
}
@media screen and (max-aspect-ratio: 7/10) {
  .footer .footer__inner .content_box__left .footer__leads a {
    padding: 3.2rem 1rem;
  }
}
.footer .footer__inner .content_box__left .footer__leads a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.footer .footer__inner .content_box__left .footer__leads a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: #2f2f62;
  opacity: 0.3;
}
.footer .footer__inner .content_box__left .footer__leads a .lead__title {
  font-family: "hiragino-6";
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-aspect-ratio: 7/10) {
  .footer .footer__inner .content_box__left .footer__leads a .lead__title {
    font-size: 3.6rem;
  }
}
.footer .footer__inner .content_box__left .footer__leads a .lead__title__en {
  display: block;
  font-family: "jose_bold";
  font-size: 1.5rem;
  margin-top: 1rem;
  cursor: pointer;
}
@media screen and (max-aspect-ratio: 7/10) {
  .footer .footer__inner .content_box__left .footer__leads a .lead__title__en {
    font-size: 3rem;
    margin-top: 1.2rem;
  }
}
.footer .footer__inner .content_box__right {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-aspect-ratio: 7/10) {
  .footer .footer__inner .content_box__right {
    display: none;
  }
}
.footer .footer__inner .content_box__right .page__list .parent__title {
  font-family: "hiragino-6";
  font-size: 2rem;
  line-height: 1.2;
}
.footer .footer__inner .content_box__right .page__list .parent__title__en {
  display: block;
  margin-top: 0.6rem;
  font-family: "jose_bold";
  font-size: 1.2rem;
  color: #b3b3b3;
}
.footer .footer__inner .content_box__right .page__list .page_item {
  margin-top: 2.5rem;
  font-family: "hiragino-3";
  font-size: 1.6rem;
  line-height: 1.2;
}
.footer .footer__inner .content_box__right .page__list .page_item::before {
  content: "-";
  margin-right: 0.6rem;
}
.footer a {
  transition: 0.3s;
}
.footer a:hover {
  opacity: 0.7;
}

.main_visual {
  width: 100%;
  overflow: hidden;
}
.main_visual .main_visual__video_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: auto;
  z-index: 10;
  position: relative;
}
@media screen and (max-aspect-ratio: 7/10) {
  .main_visual .main_visual__video_box {
    width: 100%;
  }
}
.main_visual .main_visual__video_box .video__wrap {
  aspect-ratio: 16/9;
}
.main_visual .main_visual__video_box .video__wrap .kv_video {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  position: relative;
}
@media screen and (max-aspect-ratio: 7/10) {
  .main_visual .main_visual__video_box .video__wrap .kv_video {
    height: 67rem;
    width: 100%;
    aspect-ratio: unset;
  }
}
.main_visual .main_visual__video_box .video__wrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-aspect-ratio: 7/10) {
  .main_visual .main_visual__video_box .video__wrap iframe {
    height: 100%;
    width: 100%;
  }
}
.main_visual .main_visual__video_box .video__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #29295d;
  opacity: 0.3;
}
.main_visual .text__box {
  width: 100%;
  font-size: 10rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: absolute;
  top: 16rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-family: "jose_semi-bold";
}
@media screen and (max-aspect-ratio: 7/10) {
  .main_visual .text__box {
    text-align: left;
    font-size: 8rem;
    top: 16rem;
    left: 8rem;
    transform: translateX(0);
  }
}

.top__container {
  overflow: hidden;
  padding-bottom: 46rem;
  position: relative;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container {
    padding-bottom: 0rem;
    padding-top: 10rem;
    top: -12rem;
    background-color: #fff;
    overflow: visible;
    z-index: 10;
  }
}
.top__container .top__news_area {
  margin-top: 10.2rem;
  width: 100%;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .top__news_area {
    margin-top: 0rem;
  }
}
.top__container .top__news_area .button__more {
  margin-top: 4.95rem;
}
.top__container .top__about_area {
  margin-top: 10rem;
  padding-top: 9.2rem;
  padding-bottom: 11rem;
}
.top__container .top__about_area .section__inner .section__title__en--right {
  color: #fff;
}
.is_home_video_modal_open {
  overflow: hidden;
}

.home_video_modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 4vw, 40px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 300;
}
.home_video_modal.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.home_video_modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(8, 8, 8, 0.82);
}
.home_video_modal__dialog {
  position: relative;
  width: min(92vw, 960px);
  padding: clamp(20px, 2.5vw, 32px);
  border-radius: clamp(20px, 2vw, 24px);
  background: linear-gradient(180deg, #1e2347 0%, #121832 100%);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.35);
}
.home_video_modal__title {
  padding-right: clamp(56px, 6vw, 72px);
  color: #fff;
  font-size: clamp(22px, 2vw, 24px);
  font-family: "hiragino-6";
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.home_video_modal__frame_wrap {
  position: relative;
  margin-top: clamp(16px, 2vw, 24px);
  padding-top: 56.25%;
  border-radius: clamp(12px, 1.4vw, 16px);
  overflow: hidden;
  background-color: #000;
}
.home_video_modal__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.home_video_modal__close {
  position: absolute;
  top: clamp(12px, 1.8vw, 20px);
  right: clamp(12px, 1.8vw, 20px);
  width: clamp(40px, 4.5vw, 48px);
  height: clamp(40px, 4.5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  appearance: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.home_video_modal__close::before,
.home_video_modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(18px, 2vw, 22px);
  height: 2px;
  background-color: #fff;
  border-radius: 999px;
  content: "";
}
.home_video_modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.home_video_modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.home_video_modal__close span {
  display: none;
}
.home_video_modal__close:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.18);
}
@media screen and (max-width: 900px) {
  .home_video_modal {
    padding: 20px;
  }
  .home_video_modal__dialog {
    width: min(calc(100vw - 40px), 720px);
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .home_video_modal {
    padding: 16px;
  }
  .home_video_modal__dialog {
    width: 100%;
    padding: 20px 16px 16px;
    border-radius: 20px;
  }
  .home_video_modal__title {
    padding-right: 52px;
    font-size: 18px;
    line-height: 1.4;
  }
  .home_video_modal__frame_wrap {
    margin-top: 12px;
    border-radius: 12px;
  }
  .home_video_modal__close {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
}
.top__container .top__about_area .col4 {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  gap: 5rem 5.33rem;
  width: 88.6rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .top__about_area .col4 {
    width: 100%;
    gap: 6rem;
    justify-content: flex-start;
  }
}
.top__container .top__about_area .col4 .flex__item {
  width: calc(33.3333333333% - 3.9rem);
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .top__about_area .col4 .flex__item {
    width: calc(50% - 3.5rem);
  }
}
.top__container .top__product_area {
  margin-top: 9.2rem;
}
.top__container .top__product_area .section__inner .inner__over_content {
  width: 156.2rem;
  position: relative;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .top__product_area .section__inner .inner__over_content {
    width: 56rem;
    height: 73rem;
    padding-left: 8rem;
  }
}
.top__container
  .top__product_area
  .section__inner
  .inner__over_content
  .bg__product {
  border-radius: 0 0 0 12rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container
    .top__product_area
    .section__inner
    .inner__over_content
    .bg__product {
    width: 56rem;
    height: 73rem;
  }
  .top__container
    .top__product_area
    .section__inner
    .inner__over_content
    .bg__product
    img {
    object-fit: cover;
    height: 100%;
  }
}
.top__container
  .top__product_area
  .section__inner
  .inner__over_content
  .bg__product::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 0 12rem;
}
.top__container .top__csr_area {
  margin-top: 26rem;
  background-image: url(../img/bg_top_csr.jpg);
  background-size: 100% 100%;
  border-radius: 12rem 0 12rem 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .top__csr_area {
    margin-top: 15rem;
    background-size: cover;
    background-position-x: center;
  }
}
.top__container .top__csr_area::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: -5;
  border-radius: 12rem 0 12rem 0;
}
.top__container .top__csr_area .section__inner {
  padding-top: 9.2rem;
  padding-bottom: 33rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .top__csr_area .section__inner {
    padding-top: 8.7rem;
    padding-bottom: 26rem;
  }
}
.top__container .top__csr_area .section__inner .section__title {
  font-family: "hiragino-6";
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 2.4rem;
  color: #fff;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .top__csr_area .section__inner .section__title {
    font-size: 6rem;
  }
}
.top__container .top__csr_area .section__inner .section__title__en {
  font-family: "jose_bold";
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .top__csr_area .section__inner .section__title__en {
    font-size: 3.6rem;
  }
}
.top__container .top__csr_area .section__inner .main__text {
  margin-top: 7.6rem;
  font-family: "hiragino-6";
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
@media screen and (max-aspect-ratio: 7/10) {
  .top__container .top__csr_area .section__inner .main__text {
    font-size: 3.2rem;
  }
}

.secondary__main_visual {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  margin-top: 7rem;
  overflow: visible;
}
@media screen and (max-aspect-ratio: 7/10) {
  .secondary__main_visual {
    margin-top: 12rem;
  }
}
.secondary__main_visual img {
  border-radius: 0 0 12rem 0;
}
.secondary__main_visual .page__title_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 10;
  width: 100%;
}
.secondary__main_visual .page__title_box .page__title {
  font-size: 6rem;
  font-family: "hiragino-6";
  display: block;
  position: relative;
}
@media screen and (max-aspect-ratio: 7/10) {
  .secondary__main_visual .page__title_box .page__title {
    font-size: 8rem;
  }
}
.secondary__main_visual .page__title_box .page__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
  width: 2rem;
  height: 0.4rem;
  background-color: #fff;
}
@media screen and (max-aspect-ratio: 7/10) {
  .secondary__main_visual .page__title_box .page__title::after {
    transform: translateX(-50%) rotate(90deg);
  }
}
.secondary__main_visual .page__title_box .page__title_en {
  font-size: 4.4rem;
  font-family: "jose_bold";
  text-transform: uppercase;
  margin-top: 4.1rem;
  display: block;
}
.secondary__main_visual::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #2f2f62;
  opacity: 0.3;
  z-index: 5;
  border-radius: 0 0 12rem 0;
}

.secondary__container {
  margin-top: 10.2rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .secondary__container .section__inner .section__title__en--left {
    left: -12.7rem;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .secondary__container .section__inner .section__title__en--right {
    right: -12rem;
  }
}

.is_page__recruit {
  margin-top: 17rem;
}
.is_page__recruit .summary__items {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.is_page__recruit #inside {
  margin-top: 10rem;
  padding-top: 9.2rem;
  padding-bottom: 11rem;
}
.is_page__recruit #inside .col2 {
  gap: 4rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__recruit #inside .col2 {
    flex-direction: column;
  }
}
.is_page__recruit #inside .col2 .in__image {
  width: 60rem;
  overflow: hidden;
  border-radius: 0 0 12rem 0;
  flex: none;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__recruit #inside .col2 .in__image {
    width: 100%;
  }
}
.is_page__recruit #inside .col2 .col_vertical {
  justify-content: space-between;
}
.is_page__recruit #inside .employee__items {
  margin-top: 3.6rem;
}
.is_page__recruit #inside .inner__content:nth-of-type(2) .button__more {
  margin-top: 6rem;
}
.is_page__recruit .lead_area {
  margin-top: 10rem;
}
.is_page__recruit .lead_area .col_vertical {
  gap: 5rem;
}
.is_page__recruit .lead_area .col_vertical .lead_item__rectangle {
  padding-top: 3.2rem;
  padding-bottom: 3rem;
}
.is_page__recruit .lead_area .col_vertical .lead_item__rectangle .button__more {
  margin-top: 2.5rem;
}

.is_page__about #message .r_bottom_image {
  width: 24rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #message .r_bottom_image {
    margin-top: 4.8rem;
    align-self: flex-start;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #message .section__title__en--left {
    font-size: 11rem;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #message .section__inner {
    width: 56rem;
  }
}
.is_page__about #profile {
  margin-top: 8.8rem;
}
.is_page__about #profile .section__title__en--right {
  font-size: 7.2rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #profile .section__title__en--right {
    font-size: 11rem;
  }
}
.is_page__about #history {
  margin-top: 10rem;
  overflow: hidden;
}
.is_page__about #history .inner__content.col2 {
  gap: 2rem;
}
.is_page__about #history .content__box:nth-child(1) {
  flex: none;
}
.is_page__about #history .history__content {
  color: #000;
  display: flex;
  gap: 9rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #history .history__content {
    flex-direction: column;
    gap: 1rem;
    padding-left: 5rem;
  }
}
.is_page__about #history .history__content .year {
  font-size: 3.2rem;
  font-family: "hiragino-6";
  position: relative;
  width: 12rem;
  text-align: right;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #history .history__content .year {
    text-align: left;
    font-size: 4.2rem;
    width: 100%;
  }
}
.is_page__about #history .history__content .year span {
  font-family: "hiragino-3";
  font-size: 2.4rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #history .history__content .year span {
    font-size: 3.2rem;
  }
}
.is_page__about #history .history__content .text {
  font-family: "hiragino-3";
  font-size: 1.6rem;
  line-height: 1.75;
  padding-bottom: 5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #history .history__content .text {
    font-size: 3.2rem;
  }
}
.is_page__about #history .history__content .text::after {
  content: "";
  position: absolute;
  left: 16rem;
  top: 0.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #2f2f62;
  border-radius: 50%;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #history .history__content .text::after {
    left: 0;
    width: 3rem;
    height: 3rem;
  }
}
.is_page__about #history .history__content .text::before {
  content: "";
  position: absolute;
  left: 16.9rem;
  top: 0.5rem;
  width: 0.2rem;
  height: 100%;
  background-color: #2f2f62;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #history .history__content .text::before {
    left: 1.3rem;
    width: 0.4rem;
  }
}
.is_page__about #history .history__content .text.one_line {
  padding-bottom: 3.6rem;
}
.is_page__about #history .history__content:nth-last-child(1) .text {
  padding-bottom: 0;
}
.is_page__about #history .history__content:nth-last-child(1) .text::before {
  display: none;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #history .history__content:nth-last-child(1) .text::before {
    display: block;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #history .history__content.in_image {
    padding-bottom: 5rem;
  }
}
.is_page__about #history .history__content.in_image .text {
  padding-bottom: 9rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #history .history__content.in_image .text {
    padding-bottom: 0;
  }
}
.is_page__about #history .history__content.in_image:nth-of-type(1) .text {
  padding-bottom: 5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #history .history__content.in_image:nth-of-type(1) .text {
    padding-bottom: 0;
  }
}
.is_page__about #history .history_image {
  position: absolute;
  top: 0;
  right: -12rem;
  z-index: -5;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #history .history_image {
    position: inherit;
    right: 0;
  }
}
.is_page__about #history .history_image.history_01 {
  width: 40rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #history .history_image.history_01 {
    width: 100%;
  }
}
.is_page__about #history .history_image.history_02 {
  width: 58rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #history .history_image.history_02 {
    width: 100%;
  }
}
.is_page__about #history .history_image.history_03 {
  width: 58rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #history .history_image.history_03 {
    width: 100%;
  }
}
.is_page__about #establishment {
  margin-top: 7.5rem;
}
.is_page__about #establishment .content__body:nth-child(n + 2) {
  margin-top: 10rem;
}
.is_page__about #establishment .content__box .image_area {
  width: 60rem;
}
.is_page__about #establishment .content__box .image_area .col5 {
  gap: 1rem 1.25rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #establishment .content__box .image_area .col5 {
    gap: 3.5rem 1.5rem;
  }
}
.is_page__about #establishment .content__box .image_area .main_image {
  width: 60rem;
  height: 30rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.is_page__about #establishment .content__box .image_area .main_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.is_page__about #establishment .content__box .image_area .sub_images {
  margin-top: 2.7rem;
}
.is_page__about
  #establishment
  .content__box
  .image_area
  .sub_images
  .flex_item {
  width: 11rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about
    #establishment
    .content__box
    .image_area
    .sub_images
    .flex_item {
    width: 19rem;
  }
}
.is_page__about
  #establishment
  .content__box
  .image_area
  .sub_images
  .flex_item
  img {
  width: 11rem;
  height: 11rem;
  object-fit: cover;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about
    #establishment
    .content__box
    .image_area
    .sub_images
    .flex_item
    img {
    width: 19rem;
    height: 19rem;
  }
}
.is_page__about
  #establishment
  .content__box
  .image_area
  .sub_images
  .flex_item
  .img_caption {
  font-family: "hiragino-3";
  font-size: 1.2rem;
  display: block;
  margin-top: 1rem;
  line-height: 1.5;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about
    #establishment
    .content__box
    .image_area
    .sub_images
    .flex_item
    .img_caption {
    font-size: 2.6rem;
  }
}
.is_page__about #establishment .content__box .establishment__info .info_text {
  font-family: "hiragino-3";
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #establishment .content__box .establishment__info .info_text {
    font-size: 3.2rem;
  }
}
.is_page__about
  #establishment
  .content__box
  .establishment__info
  .info_text:not(:nth-child(1)) {
  margin-top: 3.5rem;
}
.is_page__about
  #establishment
  .content__box
  .establishment__info
  .info_text
  .text_head {
  display: block;
  font-family: "hiragino-6";
  font-size: 2.1rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about
    #establishment
    .content__box
    .establishment__info
    .info_text
    .text_head {
    font-size: 4.2rem;
  }
}
.is_page__about
  #establishment
  .content__box
  .establishment__info
  .info_text
  .gmap_link {
  margin-top: 0.5rem;
  display: block;
  border: 1px solid #080808;
  width: 27rem;
  padding-left: 2.5rem;
  padding-right: 1rem;
  transition: 0.3s;
  min-width: fit-content;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about
    #establishment
    .content__box
    .establishment__info
    .info_text
    .gmap_link {
    width: 54rem;
    padding-left: 5rem;
  }
}
.is_page__about
  #establishment
  .content__box
  .establishment__info
  .info_text
  .gmap_link:hover {
  border-color: #080808;
  background-color: #080808;
  color: #fff;
}
.is_page__about
  #establishment
  .content__box
  .establishment__info
  .info_text
  .red {
  font-family: "hiragino-6";
  color: #c1272d;
}
.is_page__about
  #establishment
  .content__box
  .establishment__info
  .button__more {
  margin-top: 1rem;
}
.is_page__about
  #establishment
  .content__box
  .establishment__info
  .button__more
  a {
  border: 1px solid #080808;
  width: 27rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about
    #establishment
    .content__box
    .establishment__info
    .button__more
    a {
    border: 0.4rem solid #080808;
  }
}
.is_page__about #access {
  margin-top: 10rem;
}
.is_page__about #access .content__box:nth-of-type(n + 2) {
  margin-top: 8.3rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #access .content__box:nth-of-type(n + 2) {
    margin-top: 10rem;
  }
}
.is_page__about #access .address {
  font-family: "hiragino-3";
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #access .address {
    font-size: 3.2rem;
  }
}
.is_page__about #access .g_map {
  width: 100%;
  height: 40rem;
  margin-top: 2rem;
  border: 2px solid #fff;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #access .g_map {
    width: 100%;
    height: 56rem;
  }
}
.is_page__about #access .g_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #access .bracket__title {
    margin-bottom: 4rem;
  }
}
.is_page__about #officers {
  margin-top: 9rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #officers .table.wide tr {
    height: unset;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.is_page__about #officers .table.wide tr td {
  padding-top: 3.6rem;
  padding-bottom: 3.3rem;
  vertical-align: middle;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #officers .table.wide tr td {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.is_page__about #officers .table.wide tr td:nth-child(1) {
  width: 37rem;
  line-height: 1.5;
}
.is_page__about #officers .table.wide tr td:nth-child(2) {
  font-size: 1.8rem;
  font-family: "hiragino-3";
  display: flex;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #officers .table.wide tr td:nth-child(2) {
    font-size: 3.2rem;
  }
}
.is_page__about #officers .table.wide tr td:nth-child(2) span {
  font-family: "hiragino-6";
  width: 16rem;
  display: block;
  margin-right: 6rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #officers .table.wide tr td:nth-child(2) span {
    width: 16rem;
    flex: none;
  }
}
.is_page__about #officers .table.wide tr td:nth-of-type(1) {
  padding-top: 1.8rem;
  padding-bottom: 1.65rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__about #officers .table.wide tr td:nth-of-type(1) {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.is_page__about #officers .table.wide tr td:nth-of-type(1) span {
  padding-bottom: 3.8rem;
}

.is_page__product #shiplist .col3 {
  flex-wrap: wrap;
  gap: 6rem 4rem;
}
.is_page__product #shiplist .col3 .flex__item {
  width: 37rem;
  height: 37rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__product #shiplist .col3 .flex__item {
    width: calc(100% - 1rem);
    height: 57rem;
  }
}
.is_page__product #shiplist .col3 .flex__item .item__title {
  font-family: "jose_bold";
  font-size: 2.1rem;
  padding-top: 2.2rem;
  height: 100%;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__product #shiplist .col3 .flex__item .item__title {
    font-size: 4.2rem;
  }
}
.is_page__product #process {
  margin-top: 11rem;
}

.is_page__csr .page_top__text {
  margin-top: 16rem;
}
.is_page__csr .is_flame__full {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e0dedc;
  border-radius: 12rem 0 12rem 0;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__csr .is_flame__full {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__csr .is_flame__full .section__inner {
    max-width: 90%;
  }
}
.is_page__csr #approach .section__title {
  text-align: center;
  font-family: "hiragino-3";
  letter-spacing: normal;
}
.is_page__csr #approach .section__top_text {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 2.1rem;
  font-family: "hiragino-3";
  line-height: 1.75;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__csr #approach .section__top_text {
    font-size: 3.2rem;
  }
}
.is_page__csr #approach .section__item {
  margin-top: 4.1rem;
}
.is_page__csr #sdgs {
  margin-top: 9rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__csr #sdgs .inner__content:nth-of-type(1) .bracket__title::after {
    height: 11rem;
  }
  .is_page__csr #sdgs .inner__content:nth-of-type(1) .bracket__title::before {
    height: 11rem;
  }
}
.is_page__csr #sdgs .content__box__text {
  margin-top: 3rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__csr #sdgs .content__box__text {
    margin-top: 5rem;
  }
}
.is_page__csr #sdgs .content__box__text li::before {
  content: "・";
}
.is_page__csr #sdgs .sdgs__images {
  display: flex;
  gap: 2rem 1rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__csr #sdgs .sdgs__images {
    flex-wrap: wrap;
  }
}
.is_page__csr #sdgs .sdgs__images img {
  width: 8rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__csr #sdgs .sdgs__images img {
    width: 16rem;
  }
}
.is_page__csr #factory_tour {
  margin-top: 10rem;
}
.is_page__csr #factory_tour .section__title__en--right {
  font-size: 7.2rem;
  white-space: nowrap;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__csr #factory_tour .section__title__en--right {
    font-size: 11rem;
  }
}

.secondary__container .flex__item {
  position: relative;
}
.secondary__container .flex__item .arrow__text {
  position: absolute;
  font-size: 1.6rem;
  bottom: 1.5rem;
  right: 4rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .secondary__container .flex__item .arrow__text {
    font-size: 3.2rem;
  }
}

.is_page__contact .required {
  font-size: 1.2rem;
  padding: 0.25rem;
  background-color: #c1272d;
  color: #fff;
  border-radius: 0.3rem;
  vertical-align: middle;
  font-family: "hiragino-3";
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .required {
    font-size: 2.4rem;
  }
}
.is_page__contact .contactform {
  width: 100%;
}
.is_page__contact .contactform tr {
  display: flex;
  align-items: center;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .contactform tr {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.is_page__contact .contactform tr:not(:nth-last-of-type(1)) {
  margin-bottom: 5rem;
}
.is_page__contact .contactform tr td:nth-child(1) {
  font-size: 1.6rem;
  font-family: "hiragino-6";
  line-height: 1.75;
  width: 20rem;
  min-width: 130px;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .contactform tr td:nth-child(1) {
    font-size: 3.2rem;
    width: 100%;
  }
}
.is_page__contact .contactform tr td:nth-child(1) .required {
  margin-left: 1rem;
}
.is_page__contact .contactform tr td:nth-child(2) {
  font-size: 1.6rem;
  font-family: "hiragino-3";
  line-height: 1.75;
  flex: 1;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .contactform tr td:nth-child(2) {
    font-size: 3.2rem;
  }
}
.is_page__contact .contactform tr td:nth-child(2) input,
.is_page__contact .contactform tr td:nth-child(2) select {
  background-color: #fff;
  height: 6rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .contactform tr td:nth-child(2) input,
  .is_page__contact .contactform tr td:nth-child(2) select {
    height: 10rem;
  }
}
.is_page__contact .contactform tr td:nth-child(2) input {
  padding-left: 1rem;
}
.is_page__contact .contactform tr td:nth-child(2) select {
  width: 42rem;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .contactform tr td:nth-child(2) select {
    width: 66rem;
  }
}
.is_page__contact .contactform tr td:nth-child(2) textarea {
  background-color: #fff;
  padding: 1rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .contactform tr td:nth-child(2) textarea {
    height: 30rem;
  }
}
.is_page__contact .contactform tr td:nth-child(2).long input,
.is_page__contact .contactform tr td:nth-child(2).long textarea {
  width: 66rem;
}
.is_page__contact .contactform tr td:nth-child(2).middle input {
  width: 60rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .contactform tr td:nth-child(2).middle input {
    width: 66rem;
  }
}
.is_page__contact .contactform tr td:nth-child(2).short input {
  width: 30rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .contactform tr td:nth-child(2).short input {
    width: 66rem;
  }
}
.is_page__contact .contactform .text_area {
  align-items: flex-start;
}
.is_page__contact .contactform .select .wpcf7-form-control-wrap {
  position: relative;
  width: 42rem;
}
.is_page__contact .contactform .select .wpcf7-form-control-wrap::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}
.is_page__contact .contactform .select .wpcf7-form-control-wrap .error {
  position: absolute;
}
.is_page__contact .accept_wrap {
  font-size: 1.6rem;
  font-family: "hiragino-3";
  margin-top: 4rem;
  line-height: 1.75;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .accept_wrap {
    font-size: 3rem;
    width: 66rem;
  }
}
.is_page__contact .accept_wrap .mwform-checkbox-field {
  opacity: 0;
  display: none;
}
.is_page__contact .accept_wrap .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .accept_wrap .wpcf7-list-item-label {
    align-items: flex-start;
    gap: 1rem;
  }
}
.is_page__contact .accept_wrap .wpcf7-list-item-label::before {
  width: 1.6rem;
  height: 1.6rem;
  min-width: 10px;
  min-height: 10px;
  border: 1px solid #080808;
  display: block;
  margin-right: 0.5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .accept_wrap .wpcf7-list-item-label::before {
    width: 4rem;
    height: 4rem;
    flex: none;
    margin-top: 1rem;
  }
}
.is_page__contact .accept_wrap .wpcf7-list-item-label.active::after {
  content: "";
  width: 0.6rem;
  height: 1rem;
  min-width: 5px;
  min-height: 8px;
  border-right: 2px solid #080808;
  border-bottom: 2px solid #080808;
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
  transform: rotate(45deg);
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .accept_wrap .wpcf7-list-item-label.active::after {
    width: 1.5rem;
    height: 2.5rem;
    left: 1.3rem;
    top: -0.5rem;
  }
}
.is_page__contact .accept_wrap .wpcf7-list-item {
  margin: 0;
}
.is_page__contact .button__more {
  position: relative;
  display: inline-block;
  margin-top: 5.5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .button__more {
    margin-top: 8rem;
  }
}
.is_page__contact .button__more::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #999999;
  opacity: 0.7;
}
.is_page__contact .button__more br {
  display: none;
}
.is_page__contact .button__more input {
  background-color: #fff;
  font-size: 1.8rem;
  padding: 1.5rem 3rem 1.4rem 2.5rem;
  border: 1px solid #080808;
  font-family: "hiragino-6";
  width: 19rem;
  text-align: center;
  transition: 0.3s;
  position: relative;
  pointer-events: none;
}
.is_page__contact .button__more.active input {
  pointer-events: all;
}
.is_page__contact .button__more.active::after {
  display: none;
}

@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .button__more label {
    width: 38rem;
    font-size: 3.6rem;
    padding: 2.4rem 5rem 2.8rem;
  }
}
.is_page__contact .button__more label span span {
  font-family: "jose_semi-bold";
  font-size: 1.6rem;
  color: #999999;
  margin-left: 1.7rem;
  transition: 0.3s;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .button__more label span span {
    font-size: 3.2rem;
  }
}
.is_page__contact .button__more label:hover {
  background-color: #080808;
  color: #fff;
}
.is_page__contact .button__more label:hover span span {
  color: #fff;
}
.is_page__contact .button__more .wpcf7-spinner {
  display: none;
}
.is_page__contact .top__recruit_area {
  margin-top: 14rem;
  margin-bottom: 64rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__contact .top__recruit_area {
    margin-bottom: 20rem;
  }
}

.mw_wp_form_confirm {}
.mw_wp_form_confirm .accept_wrap {
  display: none;
}
.is_page__contact .mw_wp_form_confirm .contactform .select .wpcf7-form-control-wrap::after {
  content: none;
}
.mw_wp_form_confirm .button__more input {
  pointer-events: all;
  margin-right: 2rem;
}
.mw_wp_form_confirm .button__more input + br + input {
  color: #777777;
  border-color: #777777;
}
.mw_wp_form_confirm .button__more::after {
  content: none;
}

.tertiary__main_visual {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  margin-top: 7rem;
  overflow: visible;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .tertiary__main_visual {
    margin-top: 12rem;
  }
}
.tertiary__main_visual .tertiary__main_visual__image {
  width: 96rem;
  border-radius: 0 0 12rem 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-aspect-ratio: 7/10) {
  .tertiary__main_visual .tertiary__main_visual__image {
    width: 64rem;
  }
}
.tertiary__main_visual .tertiary__main_visual__image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #2f2f62;
  opacity: 0.3;
  z-index: 5;
  border-radius: 0 0 12rem 0;
}
.tertiary__main_visual .tertiary__main_visual__image.is_natural::after {
  display: none;
}
.tertiary__main_visual .tertiary__main_visual__image.pc_natural::after {
  display: none;
}
@media screen and (max-aspect-ratio: 7/10) {
  .tertiary__main_visual .tertiary__main_visual__image.pc_natural::after {
    display: block;
  }
}
.tertiary__main_visual .page__title_box {
  color: #000000;
  text-align: left;
  z-index: 10;
}
@media screen and (max-aspect-ratio: 7/10) {
  .tertiary__main_visual .page__title_box {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 14rem;
    transform: translateY(-50%);
  }
}
.tertiary__main_visual .page__title_box .page__title {
  font-size: 6rem;
  font-family: "hiragino-6";
  display: block;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-aspect-ratio: 7/10) {
  .tertiary__main_visual .page__title_box .page__title {
    font-size: 8rem;
  }
}
.tertiary__main_visual .page__title_box .page__title_en {
  font-size: 3.6rem;
  font-family: "jose_bold";
  text-transform: uppercase;
  margin-top: 2.2rem;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-aspect-ratio: 7/10) {
  .tertiary__main_visual .page__title_box .page__title_en {
    font-size: 3.6rem;
  }
}

@media screen and (max-aspect-ratio: 7/10) {
  .is_page__process .section__inner {
    max-width: 70rem;
  }
}
.is_page__process #process_step {
  margin-top: 8.5rem;
}
.is_page__process .step__item {
  display: flex;
  gap: 4rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__process .step__item {
    flex-direction: column;
    gap: 0;
    padding-bottom: 15rem;
    position: relative;
  }
  .is_page__process .step__item::after {
    content: "";
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 4rem;
    height: 4rem;
    border-right: 0.3rem solid #080808;
    border-bottom: 0.3rem solid #080808;
  }
  .is_page__process .step__item::before {
    content: "";
    position: absolute;
    bottom: 5.5rem;
    left: 50%;
    transform: translateX(-50%);
    height: 4.5rem;
    width: 0.3rem;
    background-color: #080808;
  }
  .is_page__process .step__item:nth-last-of-type(1) {
    padding-bottom: 0;
  }
  .is_page__process .step__item:nth-last-of-type(1)::after {
    display: none;
  }
  .is_page__process .step__item:nth-last-of-type(1)::before {
    display: none;
  }
}
.is_page__process .step__item .step__images {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 0;
  padding-bottom: 10rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__process .step__item .step__images {
    padding-bottom: 3rem;
  }
}
.is_page__process .step__item .step__images .step__icon {
  width: 10.5rem;
  height: 10.5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__process .step__item .step__images .step__icon {
    width: 15.7rem;
    height: 15.7rem;
  }
}
.is_page__process .step__item .step__images .step__image {
  width: 48rem;
  height: 36rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__process .step__item .step__images .step__image {
    width: 52rem;
    height: 39rem;
  }
}
.is_page__process .step__item .step__images::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5rem;
  width: 2px;
  height: 100%;
  background-color: #000;
  z-index: -5;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__process .step__item .step__images::after {
    display: none;
  }
}
.is_page__process .step__item:nth-of-type(1) .step__images::after {
  height: 28rem;
  top: unset;
  bottom: 0;
}
.is_page__process .step__item:nth-last-of-type(1) .step__images {
  padding-bottom: 0;
}
.is_page__process .step__item:nth-last-of-type(1) .step__images::after {
  height: 18rem;
}
.is_page__process .step__item .step__text {
  display: flex;
  gap: 1rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__process .step__item .step__text {
    gap: 4rem;
  }
}
.is_page__process .step__item .step__text .step__number {
  font-size: 6rem;
  font-family: "jose_bold";
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__process .step__item .step__text .step__number {
    font-size: 9rem;
  }
}
.is_page__process .step__item .step__text p {
  line-height: 1.75;
  font-family: "hiragino-3";
  font-size: 1.6rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__process .step__item .step__text p {
    font-size: 3.2rem;
  }
}
.is_page__process .step__item .step__text p .text__head {
  display: block;
  font-size: 2.1rem;
  font-family: "hiragino-6";
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__process .step__item .step__text p .text__head {
    font-size: 3.2rem;
  }
}

.is_page__factory_tour .content__box.setting_height {
  height: 44rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__factory_tour .content__box.setting_height {
    height: auto;
  }
}
.is_page__factory_tour #about {
  margin-top: 10rem;
}
.is_page__factory_tour #about .button__more {
  margin-top: 5rem;
}
.is_page__factory_tour .top_parts {
  margin-top: 10rem;
  margin-bottom: 64rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__factory_tour .top_parts {
    margin-bottom: 20rem;
  }
}

.quaternary__main_visual {
  position: relative;
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9rem;
  display: block;
}
@media screen and (max-aspect-ratio: 7/10) {
  .quaternary__main_visual {
    z-index: 0;
    overflow: visible;
    background-color: #2f2f62;
    width: 100%;
    margin-top: 12rem;
  }
}
.quaternary__main_visual img {
  border-radius: 0 0 12rem 0;
}
.quaternary__main_visual .page__title_box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 12rem;
  border-radius: 0 4rem 0 0;
  background-color: #2f2f62;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 4rem;
  padding-left: 4rem;
  padding-top: 1rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .quaternary__main_visual .page__title_box {
    width: 100%;
    z-index: -5;
    bottom: -18rem;
    height: 18rem;
    border-radius: 0;
    justify-content: flex-start;
  }
}
.quaternary__main_visual .page__title_box .page__title {
  font-size: 4.1rem;
  font-family: "jose_bold";
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-aspect-ratio: 7/10) {
  .quaternary__main_visual .page__title_box .page__title {
    font-size: 6rem;
  }
}
.quaternary__main_visual .top__copy_write {
  color: #080808;
}
@media screen and (max-aspect-ratio: 7/10) {
  .quaternary__main_visual .top__copy_write {
    color: #fff;
    font-size: 1.8rem;
  }
}

.is_page__ship .container__inner {
  width: clamp(200px, 90%, 120rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__ship .container__inner {
    margin-top: 30rem;
  }
}
.is_page__ship .container__inner .ship__item {
  margin-bottom: 10rem;
}
.is_page__ship .container__inner .ship__item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.is_page__ship .container__inner .ship__item .item__head {
  font-size: 3.2rem;
  font-family: "jose_bold";
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #080808;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__ship .container__inner .ship__item .item__head {
    font-size: 3.6rem;
  }
}
.is_page__ship .container__inner .ship__item .item__body {
  margin-top: 5rem;
  display: flex;
  gap: 5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__ship .container__inner .ship__item .item__body {
    flex-direction: column;
    gap: 6.3rem;
  }
}
.is_page__ship .container__inner .ship__item .item__body .item__image {
  width: 60rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__ship .container__inner .ship__item .item__body .item__image {
    width: 100%;
  }
}
.is_page__ship .container__inner .ship__item .item__body .item__text {
  font-size: 1.6rem;
  font-family: "hiragino-3";
  line-height: 1.75;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__ship .container__inner .ship__item .item__body .item__text {
    font-size: 3.2rem;
  }
}

.is_page__graduation .table .salary {
  display: flex;
  gap: 0 6rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__graduation .table .salary {
    flex-direction: column;
    gap: 0;
  }
}
.is_page__graduation #flow .section__title__en--left {
  white-space: nowrap;
  left: -10rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__graduation #flow .section__title__en--left {
    font-size: 11rem;
    left: -13rem;
  }
}
.is_page__graduation #flow .inner__content {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__graduation #flow .inner__content {
    flex-direction: column;
    gap: 6rem;
  }
}
.is_page__graduation #flow .inner__content .entry__item {
  background-color: #f4f1ed;
  padding-left: 2rem;
  padding-top: 6rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  position: relative;
  width: 22rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__graduation #flow .inner__content .entry__item {
    width: 100%;
    padding-top: 12rem;
    padding-right: 2rem;
  }
}
.is_page__graduation #flow .inner__content .entry__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #080808;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__graduation #flow .inner__content .entry__item::after {
    left: 50%;
    right: unset;
    top: unset;
    bottom: -4rem;
    transform: translateX(-50%);
    border-width: 2rem 2rem 0 2rem;
    border-color: #080808 transparent transparent transparent;
  }
}
.is_page__graduation
  #flow
  .inner__content
  .entry__item:nth-last-child(1)::after {
  display: none;
}
.is_page__graduation #flow .inner__content .entry__item .step_number {
  font-size: 1.8rem;
  font-family: "jose_bold";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  padding: 1rem 3.2rem 0.5rem 2rem;
  background-color: #080808;
  border-radius: 0 0 2rem 0;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__graduation #flow .inner__content .entry__item .step_number {
    font-size: 3.2rem;
    border-radius: 0 0 4rem 0;
    padding: 1rem 12rem 0.5rem 4rem;
  }
}
.is_page__graduation #flow .inner__content .entry__item .step_number span {
  font-size: 2.9rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__graduation #flow .inner__content .entry__item .step_number span {
    font-size: 5.8rem;
  }
}
.is_page__graduation #flow .inner__content .entry__item .step__text {
  font-size: 1.6rem;
  font-family: "hiragino-3";
  line-height: 1.75;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__graduation #flow .inner__content .entry__item .step__text {
    font-size: 3.2rem;
  }
}
.is_page__graduation
  #flow
  .inner__content
  .entry__item
  .step__text
  .step__head {
  display: block;
  font-size: 2rem;
  font-family: "hiragino-6";
  margin-bottom: 0.5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__graduation
    #flow
    .inner__content
    .entry__item
    .step__text
    .step__head {
    font-size: 3.2rem;
  }
}
.is_page__graduation #flow .arrow__text {
  margin-top: 3rem;
}
.is_page__graduation #requrements {
  margin-top: 17rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__graduation #requrements .section__title__en--right.half {
    font-size: 11rem;
  }
}
.is_page__graduation #requrements .button__more {
  margin-top: 3rem;
}
.is_page__graduation #requrements .button__more:nth-of-type(1) {
  margin-top: 4.8rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__graduation #requrements .button__more a {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    justify-content: flex-start;
  }
  .is_page__graduation #requrements .button__more a span {
    margin-left: 11.5rem;
  }
}

@media screen and (max-aspect-ratio: 7/10) {
  .is_page__human-resource .page_top__text {
    margin-bottom: 7.5rem;
  }
}
.is_page__human-resource #english .section__title__en--right {
  font-size: 7.2rem;
  white-space: nowrap;
  right: -11rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__human-resource #english .section__title__en--right {
    font-size: 11rem;
  }
}
.is_page__human-resource #training {
  margin-top: 10rem;
}

.is_page__faq .ac__wrap {
  margin-top: 5rem;
  padding: 3rem 5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__faq .ac__wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.is_page__faq .ac__wrap .ac_title {
  font-size: 2.5rem;
  font-family: "hiragino-6";
  color: #2f2f62;
  line-height: 1.75;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-right: 4rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__faq .ac__wrap .ac_title {
    align-items: flex-start;
    font-size: 4rem;
    position: relative;
    padding-right: 10rem;
  }
}
.is_page__faq .ac__wrap .ac_title .head_icon {
  background-color: #c1272d;
}
.is_page__faq .ac__wrap .ac_inner {
  padding: 5rem 0 6.5rem;
  display: none;
  background-color: #fff;
  margin-top: 4rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__faq .ac__wrap .ac_inner {
    position: relative;
    background-color: unset;
    padding: 0;
    margin-top: 2rem;
  }
}
.is_page__faq .ac__wrap .ac_inner .ac_text_area {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__faq .ac__wrap .ac_inner .ac_text_area {
    width: 62rem;
    background-color: #fff;
    padding: 4rem 2rem 9rem 8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.is_page__faq .ac__wrap .ac_inner .ac_text_area p {
  font-size: 1.6rem;
  font-family: "hiragino-3";
  line-height: 1.75;
  align-self: center;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__faq .ac__wrap .ac_inner .ac_text_area p {
    font-size: 3.2rem;
  }
}
.is_page__faq .ac__wrap .ac_inner .ac_text_area .head_icon {
  background-color: #2f2f62;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__faq .ac__wrap .ac_inner .ac_text_area .head_icon {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.is_page__faq .ac__wrap .ac_inner img {
  width: 35rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__faq .ac__wrap .ac_inner img {
    width: 40rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.is_page__faq .ac__wrap .ac_inner.in_image {
  padding: 1rem 0 1rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__faq .ac__wrap .ac_inner.in_image {
    padding: 0;
  }
}
.is_page__faq .ac__wrap .ac_inner.in_image .ac_text_area {
  padding-bottom: 6rem;
}
.is_page__faq .ac__wrap .ac_inner.in_image .in_image_box {
  display: flex;
  gap: 19.5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__faq .ac__wrap .ac_inner.in_image .in_image_box {
    flex-direction: column;
    width: 62rem;
    background-color: #fff;
    gap: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
  }
}
.is_page__faq .ac__wrap .ac_inner.in_image .in_image_box .ac_text_area {
  margin-top: 4rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__faq .ac__wrap .ac_inner.in_image .in_image_box .ac_text_area {
    margin-top: 0;
  }
}
.is_page__faq .ac__wrap .ac_inner .arrow__text {
  margin-top: 1.5rem;
}
.is_page__faq .ac__wrap .head_icon {
  padding: 1.6rem 1.4rem 1rem;
  font-size: 3.6rem;
  line-height: 1;
  border-radius: 0 2rem 2rem 0;
  color: #fff;
  font-family: "jose_bold";
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__faq .ac__wrap .head_icon {
    font-size: 5.4rem;
    padding: 2.1rem 2.1rem 1.5rem;
    width: 9rem;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__faq .ac__wrap .ac_button {
    right: 2rem;
  }
}

html {
  font-size: 0.52083vw;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-aspect-ratio: 7/10) {
  html {
    font-size: 1.28205vw;
  }
}

body {
  color: #080808;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
}

.fixed {
  position: fixed;
  width: 100%;
}

.container__inner {
  width: clamp(200px, 90%, 120rem);
  margin-left: auto;
  margin-right: auto;
}

.is_page__single {
  margin-top: 25rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__single .title__area {
    width: 64rem;
    margin-left: auto;
  }
}
.is_page__single .post_title {
  font-size: 6rem;
  font-family: "hiragino-3";
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__single .post_title {
    font-size: 8rem;
  }
}
.is_page__single .post_date {
  font-size: 4.4rem;
  font-family: "jose_regular";
  margin-top: 3rem;
}
.is_page__single .post_category {
  font-size: 3.2rem;
  color: #fff;
  width: fit-content;
  line-height: 1;
  font-family: "hiragino-6";
  margin-top: 3rem;
  padding: 1rem 3rem;
}
.is_page__single .post_category.recruit {
  background-color: #fbb03b;
}
.is_page__single .post_category.news {
  background-color: #c1272d;
}
.is_page__single .post_category.ship {
  background-color: #006837;
}
.is_page__single .post_category.other {
  background-color: #9d9d9d;
}
.is_page__single .post__body {
  margin-top: 12.5rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__single .post__body {
    font-size: 3.2rem;
  }
}
.is_page__single .post__body * {
  margin-bottom: 2.5rem;
}
.is_page__single .post__body *:nth-last-child(1) {
  margin-bottom: 0;
}
.is_page__single .post__body h1 {
  font-size: 3rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__single .post__body h1 {
    font-size: 4.6rem;
  }
}
.is_page__single .post__body h2 {
  font-size: 2.8rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__single .post__body h2 {
    font-size: 4rem;
  }
}
.is_page__single .post__body h3 {
  font-size: 2.6rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__single .post__body h3 {
    font-size: 3.8rem;
  }
}
.is_page__single .post__body h4 {
  font-size: 2.4rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__single .post__body h4 {
    font-size: 3.6rem;
  }
}
.is_page__single .post__body img {
  display: block;
/*   width: 100%; */
  height: auto;
}
.is_page__single .post__body ul li {
  list-style: circle;
  list-style-position: inside;
  margin-bottom: 1rem;
}
.is_page__single .post__body iframe {
  width: 100%;
  height: 60rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__single .post__body iframe {
    height: 50rem;
  }
}
.is_page__single .post__body video {
  width: 100%;
}

.introduction__main_visual {
  position: relative;
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9rem;
  display: block;
  height: 62rem;
  overflow: visible;
}
@media screen and (max-aspect-ratio: 7/10) {
  .introduction__main_visual {
    z-index: 0;
    overflow: visible;
    background-color: #2f2f62;
    width: 100%;
    margin-top: 12rem;
    height: 56rem;
    object-fit: cover;
  }
}
.introduction__main_visual img {
  border-radius: 0 0 12rem 0;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 36rem);
  height: 62rem;
  object-fit: cover;
}
@media screen and (max-aspect-ratio: 7/10) {
  .introduction__main_visual img {
    position: initial;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.introduction__main_visual img.p_top {
  object-position: top;
}
.introduction__main_visual img.p_center {
  object-position: center;
}
.introduction__main_visual img.p_bottom {
  object-position: bottom;
}
.introduction__main_visual .page__title_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36rem;
  border-radius: 0 4rem 0 0;
  background-color: #2f2f62;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .introduction__main_visual .page__title_box {
    width: 100%;
    z-index: -5;
    bottom: -18.7rem;
    border-radius: 0;
    justify-content: flex-start;
  }
}
.introduction__main_visual .page__title_box .page__title {
  font-size: 2.1rem;
  color: #fff;
  display: block;
  font-family: "hiragino-6";
  margin-bottom: 0.8rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .introduction__main_visual .page__title_box .page__title {
    font-size: 3.2rem;
  }
}
.introduction__main_visual .page__title_box .affiliation {
  font-size: 1.6rem;
  font-family: "hiragino-3";
  display: block;
  color: #fff;
  line-height: 1.75;
}
@media screen and (max-aspect-ratio: 7/10) {
  .introduction__main_visual .page__title_box .affiliation {
    font-size: 3.2rem;
  }
}
.introduction__main_visual .page__title_box .year {
  font-size: 1.6rem;
  font-family: "hiragino-3";
  display: block;
  color: #fff;
  line-height: 1.75;
}
@media screen and (max-aspect-ratio: 7/10) {
  .introduction__main_visual .page__title_box .year {
    font-size: 3.2rem;
  }
}
.introduction__main_visual .top__copy_write {
  color: #080808;
}
@media screen and (max-aspect-ratio: 7/10) {
  .introduction__main_visual .top__copy_write {
    color: #fff;
    font-size: 1.8rem;
  }
}

.is_single__introduction {
  margin-top: 16rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_single__introduction {
    margin-top: 35rem;
  }
}
.is_single__introduction .question {
  font-size: 3rem;
  padding-left: 10rem;
  font-family: "hiragino-6";
  color: #2f2f62;
  position: relative;
  z-index: 0;
  margin-bottom: 7.5rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_single__introduction .question {
    margin-bottom: 10rem;
    font-size: 4rem;
  }
}
.is_single__introduction .question::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-45%);
  font-size: 20rem;
  font-family: "jose_bold";
  color: #d5d5e0;
  z-index: -5;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_single__introduction .question::before {
    font-size: 25rem;
  }
}
.is_single__introduction .question:nth-of-type(n + 2) {
  margin-top: 16rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_single__introduction .question:nth-of-type(n + 2) {
    margin-top: 17rem;
  }
}
.is_single__introduction .answer {
  font-size: 1.6rem;
  font-family: "hiragino-3";
  line-height: 2;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_single__introduction .answer {
    font-size: 3.2rem;
  }
}
.is_single__introduction .qa_image {
  margin-top: 3rem;
}

.is_page__introduction .col3 {
  width: 100%;
  flex-wrap: wrap;
  gap: 6rem 4rem;
}
.is_page__introduction .col3 .flex__item {
  width: 37rem;
}

.is_page__pryvacy .container__inner .pryvacy__item {
  margin-bottom: 10rem;
}
.is_page__pryvacy .container__inner .pryvacy__item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.is_page__pryvacy .container__inner .pryvacy__item .item__head {
  font-size: 3.2rem;
  font-family: "jose_bold";
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #080808;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__pryvacy .container__inner .pryvacy__item .item__head {
    font-size: 3.6rem;
  }
}
.is_page__pryvacy .container__inner .pryvacy__item .item__body {
  margin-top: 3rem;
}
.is_page__pryvacy .container__inner .pryvacy__item .item__body .child {
  padding-left: 1.6rem;
}
.is_page__pryvacy .container__inner .pryvacy__item .item__body .grandchild {
  padding-left: 3.2rem;
}
.is_page__pryvacy .container__inner .pryvacy__item .item__body .item__image {
  width: 60rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__pryvacy .container__inner .pryvacy__item .item__body .item__image {
    width: 100%;
  }
}
.is_page__pryvacy .container__inner .pryvacy__item .item__body .item__text {
  font-size: 1.6rem;
  font-family: "hiragino-3";
  line-height: 1.75;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__pryvacy .container__inner .pryvacy__item .item__body .item__text {
    font-size: 3.2rem;
  }
}
.is_page__pryvacy .container__inner .pryvacy__item .item__body .item__text ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-aspect-ratio: 7 / 10) {
  .fs-7 {
    font-size: 7rem !important;
  }
}

.pryvacy_link {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  font-family: "hiragino-3";
  text-decoration: underline;
  color: #555555;
}
@media screen and (max-aspect-ratio: 7 / 10) {
  .pryvacy_link {
    margin-top: 2rem;
    font-size: 3.2rem;
  }
}
.accept_wrap a {
  color: #c1272d;
  line-height: 1.2;
  text-decoration: underline;
}

/********************************************************
情報システム課
2024年7月12日追記
*/*******************************************************

.is_page__benefits #establishment {
  margin-top: 7.5rem;
}
.is_page__benefits #establishment .content__body:nth-child(n + 2) {
  margin-top: 10rem;
}
.is_page__benefits #establishment .content__box .image_area {
  width: 90rem;
}
.is_page__benefits #establishment .content__box .image_area .col5 {
  gap: 1rem 1.25rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__benefits #establishment .content__box .image_area .col5 {
    gap: 3.5rem 1.5rem;
  }
}
.is_page__benefits #establishment .content__box .image_area .main_image {
  width: 90rem;
  height: 68rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.is_page__benefits #establishment .content__box .image_area .main_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.is_page__benefits #establishment .content__box .image_area .sub_images {
  margin-top: 2.7rem;
}
.is_page__benefits
  #establishment
  .content__box
  .image_area
  .sub_images
  .flex_item {
  width: 11rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__benefits
    #establishment
    .content__box
    .image_area
    .sub_images
    .flex_item {
    width: 19rem;
  }
}
.is_page__benefits
  #establishment
  .content__box
  .image_area
  .sub_images
  .flex_item
  img {
  width: 11rem;
  height: 11rem;
  object-fit: cover;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__benefits
    #establishment
    .content__box
    .image_area
    .sub_images
    .flex_item
    img {
    width: 19rem;
    height: 19rem;
  }
}
.is_page__benefits
  #establishment
  .content__box
  .image_area
  .sub_images
  .flex_item
  .img_caption {
  font-family: "hiragino-3";
  font-size: 1.2rem;
  display: block;
  margin-top: 1rem;
  line-height: 1.5;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__benefits
    #establishment
    .content__box
    .image_area
    .sub_images
    .flex_item
    .img_caption {
    font-size: 2.6rem;
  }
}
.is_page__benefits #establishment .content__box .establishment__info .info_text {
  font-family: "hiragino-3";
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__benefits #establishment .content__box .establishment__info .info_text {
    font-size: 3.2rem;
  }
}
.is_page__benefits
  #establishment
  .content__box
  .establishment__info
  .info_text:not(:nth-child(1)) {
  margin-top: 3.5rem;
}
.is_page__benefits
  #establishment
  .content__box
  .establishment__info
  .info_text
  .text_head {
  display: block;
  font-family: "hiragino-6";
  font-size: 2.1rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__benefits
    #establishment
    .content__box
    .establishment__info
    .info_text
    .text_head {
    font-size: 4.2rem;
  }
}
.is_page__benefits
  #establishment
  .content__box
  .establishment__info
  .info_text
  .gmap_link {
  margin-top: 0.5rem;
  display: block;
  border: 1px solid #080808;
  width: 27rem;
  padding-left: 2.5rem;
  padding-right: 1rem;
  transition: 0.3s;
  min-width: fit-content;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__benefits
    #establishment
    .content__box
    .establishment__info
    .info_text
    .gmap_link {
    width: 54rem;
    padding-left: 5rem;
  }
}
.is_page__benefits
  #establishment
  .content__box
  .establishment__info
  .info_text
  .gmap_link:hover {
  border-color: #080808;
  background-color: #080808;
  color: #fff;
}
.is_page__benefits
  #establishment
  .content__box
  .establishment__info
  .info_text
  .red {
  font-family: "hiragino-6";
  color: #c1272d;
}
.is_page__benefits
  #establishment
  .content__box
  .establishment__info
  .button__more {
  margin-top: 1rem;
}
.is_page__benefits
  #establishment
  .content__box
  .establishment__info
  .button__more
  a {
  border: 1px solid #080808;
  width: 27rem;
}
@media screen and (max-aspect-ratio: 7/10) {
  .is_page__benefits
    #establishment
    .content__box
    .establishment__info
    .button__more
    a {
    border: 0.4rem solid #080808;
  }
  .is_page__benefits #establishment .content__box .image_area {
  width: 60rem;
}
  .is_page__benefits #establishment .content__box .image_area .main_image {
  width: 60rem;
  height: 45rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
}
