@charset "UTF-8";
body.home .guidebox {
  background: url("../images/guide/東光商会webサイトTOPページ_PC版.jpg") no-repeat top 0px center;
  height: 11398rem;
}
@media screen and (max-width: 700px) {
  body.home .guidebox {
    background: url("../images/guide/東光商会webサイトTOPページ_スマホ版.jpg") no-repeat top center;
    height: 12178rem;
    background-position: top 0rem center;
    background-size: 100% auto;
  }
}

/* ==========================================================================
   Home (Front Page)
   ========================================================================== */
@media screen and (max-width: 700px) {
  body.home #primary {
    margin-top: 0;
  }
}
body.home .drawer-toggle .line {
  border-color: #fff;
}
body.home #masthead .main-navigation .nav_item > a span {
  color: #fff;
}
body.home #masthead .main-navigation .nav_item > a .arrow {
  border-color: #fff;
}
body.home #masthead .main-navigation .nav-wrapper {
  border-color: #fff;
}
@media screen and (max-width: 700px) {
  body.home #masthead .header_inner::after {
    background: #fff;
  }
}

/* Common Section padding */
.inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .inner {
    padding: 0 50rem;
  }
}

.button_1 a.btn_1,
.button_1 .btn_1 {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #002065;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .button_1 a.btn_1,
.button_1 .btn_1 {
    font-size: 28rem;
    gap: 16rem;
  }
}
.button_1 a.btn_1::after,
.button_1 .btn_1::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #002065;
  border-radius: 50%;
  background-image: url("../images/icon_arrow_right_white.svg");
  /* Assuming there's an arrow */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 700px) {
  .button_1 a.btn_1::after,
.button_1 .btn_1::after {
    width: 40rem;
    height: 40rem;
    background-size: 40rem;
  }
}

.sec_title .en {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
  .sec_title .en {
    font-size: 20rem;
    letter-spacing: 0.1em;
    margin-bottom: 10rem;
  }
}
.sec_title .ja {
  font-family: shippori-mincho, serif;
  font-weight: normal;
  font-size: 42px;
  letter-spacing: 0.15em;
  line-height: 72px;
  color: #1f1f1f;
  display: block;
  position: relative;
}
@media screen and (min-width: 701px) {
  .sec_title .ja::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100px;
    border-top: 1px solid #dfdfe0;
  }
}
@media screen and (max-width: 700px) {
  .sec_title .ja {
    font-size: 48rem;
    line-height: 72rem;
  }
}

/* MV */
section.mv {
  position: relative;
  padding: 0;
  height: 100svh;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 700px) {
  section.mv {
    height: 100svh;
  }
}
section.mv .mv_box {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  section.mv .mv_box {
    margin-bottom: 0;
    width: 100%;
  }
}
section.mv .mv_box .mv_box_1 .mv_box_1_1 {
  color: #fff;
  margin: 0;
}
section.mv .mv_box .mv_box_1 .mv_box_1_1 .text_1 {
  font-family: shippori-mincho, serif;
  font-weight: 600;
  font-size: 42px;
  letter-spacing: 0.2em;
  line-height: 72px;
  text-align: left;
  color: #fff;
  margin-bottom: 62px;
}
@media screen and (max-width: 700px) {
  section.mv .mv_box .mv_box_1 .mv_box_1_1 .text_1 {
    font-size: 60rem;
    line-height: 102rem;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    left: 20rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: calc(50% + -712rem);
  }
}
section.mv .mv_box .mv_box_1 .mv_box_1_1 .text_2 {
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  margin-bottom: 6px;
}
@media screen and (max-width: 700px) {
  section.mv .mv_box .mv_box_1 .mv_box_1_1 .text_2 {
    font-size: 24rem;
    margin-top: 530rem;
    margin-bottom: 11rem;
  }
}
section.mv .mv_box .mv_box_1 .mv_box_1_1 .text_3 {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 700px) {
  section.mv .mv_box .mv_box_1 .mv_box_1_1 .text_3 {
    font-size: 20rem;
    margin-bottom: 98rem;
  }
}
section.mv .mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.mv .mv_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
section.mv .mv_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
section.mv .mv_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About */
section.about {
  padding-top: 120px;
  padding-bottom: 292px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  section.about {
    padding-top: 0rem;
    padding-bottom: 120rem;
  }
}
section.about .about_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 700px) {
  section.about .about_box {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.about .about_box .image_box {
  position: relative;
}
@media screen and (min-width: 701px) {
  section.about .about_box .image_box {
    width: calc(100% - 440px);
    height: 600px;
  }
}
@media screen and (max-width: 700px) {
  section.about .about_box .image_box {
    width: 600rem;
    height: 870rem;
    margin-bottom: 60rem;
  }
}
section.about .about_box .image_box .image_1,
section.about .about_box .image_box .image_2,
section.about .about_box .image_box .image_3,
section.about .about_box .image_box .image_4,
section.about .about_box .image_box .image_5 {
  position: absolute;
}
section.about .about_box .image_box .image_1 img,
section.about .about_box .image_box .image_2 img,
section.about .about_box .image_box .image_3 img,
section.about .about_box .image_box .image_4 img,
section.about .about_box .image_box .image_5 img {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
section.about .about_box .image_box .image_1 {
  width: 500px;
  height: 400px;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 700px) {
  section.about .about_box .image_box .image_1 {
    width: 500rem;
    height: 400rem;
    top: 120rem;
    left: 100rem;
  }
}
section.about .about_box .image_box .image_2 {
  width: 300px;
  height: 180px;
  top: 315px;
  left: -40px;
  z-index: 2;
  box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 700px) {
  section.about .about_box .image_box .image_2 {
    width: 300rem;
    height: 180rem;
    top: 421rem;
    left: 0;
  }
}
section.about .about_box .image_box .image_3 {
  width: 200px;
  height: 120px;
  top: 555px;
  left: -82px;
  z-index: 3;
  box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 700px) {
  section.about .about_box .image_box .image_3 {
    width: 200rem;
    height: 120rem;
    top: 641rem;
    left: -50rem;
  }
}
section.about .about_box .image_box .image_4 {
  width: 240px;
  height: 160px;
  top: 615px;
  left: 61px;
  z-index: 4;
  box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 700px) {
  section.about .about_box .image_box .image_4 {
    width: 240rem;
    height: 160rem;
    top: 701rem;
    left: 90rem;
  }
}
section.about .about_box .image_box .image_5 {
  width: 215px;
  height: 180px;
  top: 450px;
  left: 354px;
  z-index: 5;
  box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 700px) {
  section.about .about_box .image_box .image_5 {
    width: 215rem;
    height: 180rem;
    top: 570rem;
    left: 435rem;
  }
}
@media screen and (min-width: 701px) {
  section.about .about_box .about_box_1 {
    width: 400px;
    margin-right: auto;
    margin-top: 9px;
  }
}
@media screen and (max-width: 700px) {
  section.about .about_box .about_box_1 {
    width: 100%;
    max-width: 100%;
  }
}
section.about .about_box .about_box_1 .about_box_1_1 {
  margin-bottom: 88px;
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 700px) {
  section.about .about_box .about_box_1 .about_box_1_1 {
    margin-bottom: 50rem;
    max-width: 100%;
  }
}
section.about .about_box .about_box_1 .about_box_1_1 .en {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
  display: block;
  margin-bottom: 14px;
}
@media screen and (max-width: 700px) {
  section.about .about_box .about_box_1 .about_box_1_1 .en {
    font-size: 20rem;
    letter-spacing: 0.1em;
    margin-bottom: 20rem;
  }
}
section.about .about_box .about_box_1 .about_box_1_1 .ja {
  font-family: shippori-mincho, serif;
  font-weight: normal;
  font-size: 42px;
  letter-spacing: 0.15em;
  line-height: 72px;
  color: #1f1f1f;
  display: block;
  position: relative;
}
@media screen and (min-width: 701px) {
  section.about .about_box .about_box_1 .about_box_1_1 .ja::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100px;
    border-top: 1px solid #dfdfe0;
  }
}
@media screen and (max-width: 700px) {
  section.about .about_box .about_box_1 .about_box_1_1 .ja {
    font-size: 48rem;
    line-height: 1;
  }
}
section.about .about_box .about_box_1 .text_3 {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  section.about .about_box .about_box_1 .text_3 {
    font-size: 26rem;
    line-height: 52rem;
    letter-spacing: 0.08em;
  }
}
section.about .about_box .about_box_1 .button_1 {
  margin-top: 44px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 700px) {
  section.about .about_box .about_box_1 .button_1 {
    margin-top: 60rem;
  }
}

/* News */
section.news {
  padding-top: 120px;
  padding-bottom: 58px;
}
@media screen and (max-width: 700px) {
  section.news {
    padding-top: 120rem;
    padding-bottom: 116rem;
  }
}
section.news .news_wrap {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  position: relative;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
section.news .news_wrap .news_sidebar {
  width: auto;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_sidebar {
    display: contents;
  }
}
section.news .news_wrap .news_sidebar .sec_title {
  margin-bottom: 87px;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_sidebar .sec_title {
    order: 1;
    margin-bottom: 0;
  }
}
section.news .news_wrap .news_sidebar .category_toggle_sp {
  display: none;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_sidebar .category_toggle_sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 600rem;
    height: 100rem;
    border-top: 1rem solid #dfdfe0;
    border-bottom: 1rem solid #dfdfe0;
    cursor: pointer;
    margin-top: 52rem;
    order: 2;
  }
  section.news .news_wrap .news_sidebar .category_toggle_sp span {
    font-size: 28rem;
    letter-spacing: 0.2em;
    color: #1f1f1f;
  }
  section.news .news_wrap .news_sidebar .category_toggle_sp .icon {
    position: relative;
    width: 24rem;
    height: 24rem;
  }
  section.news .news_wrap .news_sidebar .category_toggle_sp .icon::before, section.news .news_wrap .news_sidebar .category_toggle_sp .icon::after {
    content: "";
    position: absolute;
    background-color: #002065;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  section.news .news_wrap .news_sidebar .category_toggle_sp .icon::before {
    top: 11rem;
    left: 0;
    width: 24rem;
    height: 2rem;
  }
  section.news .news_wrap .news_sidebar .category_toggle_sp .icon::after {
    top: 0;
    left: 11rem;
    width: 2rem;
    height: 24rem;
  }
  section.news .news_wrap .news_sidebar .category_toggle_sp.active .icon::after {
    transform: rotate(90deg);
    opacity: 0;
  }
}
section.news .news_wrap .news_sidebar .news_cats {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
}
@media screen and (min-width: 701px) {
  section.news .news_wrap .news_sidebar .news_cats {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_sidebar .news_cats {
    display: none;
    order: 2;
    margin-top: 20rem;
    margin-bottom: 40rem;
    padding-left: 50rem;
    padding-right: 50rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    background: #fff;
    top: 249rem;
    z-index: 5;
  }
  section.news .news_wrap .news_sidebar .news_cats.active {
    display: block;
  }
}
section.news .news_wrap .news_sidebar .news_cats li {
  margin-bottom: 7px;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_sidebar .news_cats li {
    margin-bottom: 24rem;
    position: relative;
    padding-right: 30rem;
  }
}
section.news .news_wrap .news_sidebar .news_cats li a {
  color: #1f1f1f;
  text-decoration: none;
  transition: color 0.3s;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_sidebar .news_cats li a {
    font-size: 26rem;
  }
  section.news .news_wrap .news_sidebar .news_cats li a::after {
    content: "";
    position: absolute;
    right: -30rem;
    top: 50%;
    transform: translateY(-50%);
    width: 22rem;
    height: 22rem;
    background: url("../images/news_cat_arrow.svg") no-repeat center/contain;
    pointer-events: none;
  }
}
section.news .news_wrap .news_sidebar .news_cats li a:hover {
  color: #002065;
}
section.news .news_wrap .news_sidebar .news_cats li.active > a {
  color: #002065;
}
section.news .news_wrap .news_sidebar .news_cats .sub_cats {
  list-style: none;
  margin-top: 6px;
}
section.news .news_wrap .news_sidebar .news_cats .sub_cats li {
  position: relative;
}
section.news .news_wrap .news_sidebar .news_cats .sub_cats li a {
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_sidebar .news_cats .sub_cats li a {
    font-size: 24rem;
  }
}
section.news .news_wrap .news_sidebar .news_cats .sub_cats li::before {
  content: "ー";
  position: absolute;
  left: -25px;
  color: #002065;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_sidebar .news_cats .sub_cats li::before {
    left: -20rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_sidebar .button_1 {
    order: 5;
    margin-top: 69rem;
    display: flex;
    justify-content: center;
  }
}
section.news .news_wrap .news_box_2 {
  margin-top: 60px;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_box_2 {
    order: 4;
    margin-top: 40rem;
    width: 100%;
  }
}
section.news .news_wrap .news_box_2 .article_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_box_2 .article_list {
    gap: 50rem;
  }
}
section.news .news_wrap .news_box_2 .article_list .article_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_box_2 .article_list .article_item {
    width: 100%;
  }
}
section.news .news_wrap .news_box_2 .article_list .article_item .item_content {
  width: 740px;
  height: 150px;
  padding-left: 40px;
  display: flex;
  gap: 43px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #1f1f1f;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_box_2 .article_list .article_item .item_content {
    width: 600rem;
    height: 389rem;
    padding: 50rem;
    padding-right: 160rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    box-sizing: border-box;
  }
}
section.news .news_wrap .news_box_2 .article_list .article_item .item_content::after {
  content: "";
  position: absolute;
  right: 39px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: #002065;
  border-radius: 50%;
  background-image: url("../images/icon_arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_box_2 .article_list .article_item .item_content::after {
    width: 50rem;
    height: 50rem;
    background-size: 50rem;
    right: 49rem;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
}
section.news .news_wrap .news_box_2 .article_list .article_item .item_content .cat {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  width: 100px;
  height: 30px;
  border-radius: 5px;
  background: #eceff1;
  padding: 4px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_box_2 .article_list .article_item .item_content .cat {
    width: 150rem;
    height: 50rem;
    font-size: 24rem;
    padding: 6rem 16rem;
    margin-bottom: 23rem;
  }
}
section.news .news_wrap .news_box_2 .article_list .article_item .item_content .meta {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  padding-right: 60px;
  flex-grow: 1;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_box_2 .article_list .article_item .item_content .meta {
    width: 100%;
    padding-right: 0;
  }
}
section.news .news_wrap .news_box_2 .article_list .article_item .item_content .meta .date {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #1f1f1f;
  margin-bottom: 9px;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_box_2 .article_list .article_item .item_content .meta .date {
    font-size: 24rem;
    margin-bottom: 20rem;
    position: absolute;
    left: 231rem;
    top: 57rem;
  }
}
section.news .news_wrap .news_box_2 .article_list .article_item .item_content .meta .title_link {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_box_2 .article_list .article_item .item_content .meta .title_link {
    font-size: 28rem;
    line-height: 56rem;
    margin-bottom: 20rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
section.news .news_wrap .news_box_2 .article_list .article_item .item_content .meta .content_link {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 28px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_box_2 .article_list .article_item .item_content .meta .content_link {
    font-size: 24rem;
    line-height: 48rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
section.news .news_wrap .news_box_2 .article_list .article_item .item_content:hover {
  background: #eceff1;
}
section.news .news_wrap .news_box_2 .article_list .article_item .item_content:hover .cat {
  background: #002065;
  color: #fff;
}
section.news .news_wrap .news_box_2 .article_list .article_item .item_content:hover .date,
section.news .news_wrap .news_box_2 .article_list .article_item .item_content:hover .title_link,
section.news .news_wrap .news_box_2 .article_list .article_item .item_content:hover .content_link {
  color: #002065;
}
section.news .news_wrap .news_box_2 .article_list .article_item .item_content:hover::after {
  right: 18px;
}
@media screen and (max-width: 700px) {
  section.news .news_wrap .news_box_2 .article_list .article_item .item_content:hover::after {
    right: 20rem;
  }
}

/* Works */
section.works {
  padding-top: 60px;
}
@media screen and (max-width: 700px) {
  section.works {
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
}
section.works .works_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 69px;
}
@media screen and (max-width: 700px) {
  section.works .works_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60rem;
    order: 1;
    position: relative;
  }
}
section.works .works_header .sec_title {
  padding-bottom: 19px;
}
@media screen and (max-width: 700px) {
  section.works .works_header .sec_title {
    padding-bottom: 0;
  }
}
section.works .works_header .button_1 {
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  section.works .works_header .button_1 {
    position: absolute;
    right: 0rem;
    top: 50rem;
  }
}
section.works .works_box {
  position: relative;
}
@media screen and (max-width: 700px) {
  section.works .works_box {
    order: 2;
  }
}
section.works .works_box .works_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  section.works .works_box .works_list {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20rem;
    background: transparent;
  }
}
@media screen and (min-width: 701px) {
  section.works .works_box .works_list .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 700px) {
  section.works .works_box .works_list .parent {
    display: flex;
    flex-direction: column;
    gap: 20rem;
  }
}
section.works .works_box .works_list .parent > * {
  position: relative;
  display: block;
  width: 530px;
  height: 360px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 700px) {
  section.works .works_box .works_list .parent > * {
    width: 600rem;
    height: 408rem;
  }
}
@media screen and (min-width: 701px) {
  section.works .works_box .works_list .parent > *.large {
    height: 740px;
  }
}
@media screen and (max-width: 700px) {
  section.works .works_box .works_list .parent > *.large img {
    position: relative;
    top: -25%;
  }
}
section.works .works_box .works_list .parent > * .info {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px 35px;
}
@media screen and (min-width: 701px) {
  section.works .works_box .works_list .parent > * .info {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 700px) {
  section.works .works_box .works_list .parent > * .info {
    padding: 27rem 40rem;
  }
}
section.works .works_box .works_list .parent > * .info .cat {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  height: 27px;
  border-radius: 4px;
  border: 1px solid #fff;
  line-height: 1;
  padding: 0 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  section.works .works_box .works_list .parent > * .info .cat {
    border-radius: 5rem;
    padding: 0 12rem;
    font-size: 20rem;
    letter-spacing: 0.2em;
  }
}
section.works .works_box .works_list .parent > * .info .title {
  margin-top: 10px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 700px) {
  section.works .works_box .works_list .parent > * .info .title {
    font-size: 24rem;
    letter-spacing: 0.2em;
  }
}
section.works .works_box .works_list .parent > * .info .lead {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 28px;
  color: #fff;
}
section.works .works_box .works_list .parent > * .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.works .works_box .works_list .parent > * .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  section.works .works_box .works_list .parent > * .image::before {
    opacity: 1;
  }
}
section.works .works_box .works_list .parent > * img {
  transition: all 0.3s ease-in-out;
}
section.works .works_box .works_list .parent > *:hover .info {
  opacity: 1;
}
section.works .works_box .works_list .parent > *:hover .image::before {
  opacity: 1;
}
section.works .works_box .works_list .parent > *:hover .image img {
  transform: scale(1.05);
}
section.works .works_box .works_list .div2 {
  grid-column-start: 1;
  grid-row-start: 2;
}
section.works .works_box .works_list .div3 {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 1;
}
section.works .works_box .works_list .div4 {
  grid-row-start: 3;
}
section.works .works_box .works_list .div5 {
  grid-row-start: 3;
}
section.works .works_box .scroll_icon {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 700px) {
  section.works .works_box .scroll_icon {
    margin-top: 40rem;
  }
}
section.works .works_box .scroll_icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 500px;
  background: transparent;
  border-top: 1px solid #1f1f1f;
  opacity: 0.2;
}
@media screen and (max-width: 700px) {
  section.works .works_box .scroll_icon::before {
    width: 240rem;
    top: 21rem;
  }
}
section.works .works_box .scroll_icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 21px;
  width: 500px;
  background: transparent;
  border-top: 1px solid #1f1f1f;
  opacity: 0.2;
}
@media screen and (max-width: 700px) {
  section.works .works_box .scroll_icon::after {
    width: 240rem;
    top: 21rem;
  }
}
section.works .works_box .scroll_icon img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 700px) {
  section.works .works_box .scroll_icon img {
    width: 40rem;
  }
}
section.works .button_1.sp_only {
  display: none;
}
@media screen and (max-width: 700px) {
  section.works .button_1.sp_only {
    display: flex;
    justify-content: flex-end;
    margin-top: 60rem;
    order: 3;
  }
}

/* Service */
section.service {
  padding-top: 120px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  section.service {
    padding-top: 120rem;
    padding-bottom: 20rem;
  }
}
section.service .service_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 700px) {
  section.service .service_box {
    flex-direction: column;
  }
}
section.service .service_header {
  margin-bottom: 80px;
  text-align: left;
  width: 100%;
  max-width: 400px;
  padding-top: 60px;
}
@media screen and (max-width: 700px) {
  section.service .service_header {
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 60rem;
  }
}
section.service .service_header .text_3 {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
  letter-spacing: 0.2em;
  margin-bottom: 45px;
  margin-top: 87px;
  max-width: 600px;
}
@media screen and (max-width: 700px) {
  section.service .service_header .text_3 {
    font-size: 26rem;
    line-height: 52rem;
    letter-spacing: 0.08em;
    margin-top: 36rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 700px) {
  section.service .service_header .button_1 {
    display: flex;
    justify-content: flex-start;
  }
}
section.service .service_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
}
@media screen and (max-width: 700px) {
  section.service .service_content {
    max-width: 100%;
    margin-top: 40rem;
  }
}
section.service .service_content .service_item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 700px) {
  section.service .service_content .service_item {
    width: 100%;
  }
}
section.service .service_content .service_item.service_item {
  margin-bottom: 87px;
}
section.service .service_content .service_item.service_item .image_1 {
  width: 640px;
  height: 420px;
}
@media screen and (max-width: 700px) {
  section.service .service_content .service_item.service_item .image_1 {
    width: 650rem;
    height: 427rem;
  }
}
section.service .service_content .service_item.service_item .text_box_1 {
  width: 540px;
  padding-left: 40px;
  background: #fff;
  margin-top: -80px;
  padding-top: 48px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 700px) {
  section.service .service_content .service_item.service_item .text_box_1 {
    width: 540rem;
    padding-left: 0;
    margin-top: -84rem;
    padding-top: 55rem;
  }
}
@media screen and (max-width: 700px) {
  section.service .service_content .service_item.service_item {
    margin-bottom: 51rem;
    pointer-events: none;
  }
}
section.service .service_content .service_item .image_1,
section.service .service_content .service_item .bg_image {
  overflow: hidden;
}
section.service .service_content .service_item .image_1 img,
section.service .service_content .service_item .bg_image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}
section.service .service_content .service_item:hover .image_1 img,
section.service .service_content .service_item:hover .bg_image img {
  transform: scale(1.1);
}
section.service .service_content .service_item:hover .ja::after {
  left: 40px !important;
}
@media screen and (max-width: 700px) {
  section.service .service_content .service_item:hover .ja::after {
    left: 20rem !important;
  }
}
section.service .service_content .service_item .text_box_1 .en {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 5px;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  section.service .service_content .service_item .text_box_1 .en {
    font-size: 20rem;
    margin-bottom: 10rem;
  }
}
section.service .service_content .service_item .text_box_1 .ja {
  font-family: shippori-mincho, serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 14px;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  section.service .service_content .service_item .text_box_1 .ja {
    font-size: 36rem;
    margin-bottom: 22rem;
  }
}
section.service .service_content .service_item .text_box_1 .ja::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #002065;
  border-radius: 50%;
  background-image: url("../images/icon_arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transform: rotate(-90deg);
  position: relative;
  left: 27px;
  top: 3px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  section.service .service_content .service_item .text_box_1 .ja::after {
    display: none;
  }
}
section.service .service_content .service_item .text_box_1 .desc {
  width: 100%;
  max-width: 400px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 700px) {
  section.service .service_content .service_item .text_box_1 .desc {
    font-size: 26rem;
    line-height: 52rem;
    letter-spacing: 0.2em;
    width: 600rem;
    max-width: unset;
  }
}
section.service .service_content .button_1 {
  margin-bottom: 98rem;
  pointer-events: none;
}

/* Sustainability */
.sustainability {
  position: relative;
  background-color: #eceff1;
  overflow: hidden;
  height: 480px;
}
@media screen and (max-width: 700px) {
  .sustainability {
    height: 700rem;
  }
}
.sustainability .sustainability_link {
  display: block;
  padding: 128px 0;
  text-decoration: none;
  color: inherit;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .sustainability .sustainability_link {
    padding: 120rem 0;
    pointer-events: none;
  }
}
.sustainability .sustainability_link:hover {
  background-color: transparent;
}
.sustainability .sustainability_link:hover .bg_image {
  opacity: 1;
}
.sustainability .sustainability_link:hover .sustainability_box .sec_title .en,
.sustainability .sustainability_link:hover .sustainability_box .sec_title .ja {
  color: #fff;
}
.sustainability .sustainability_link:hover .sustainability_box .text_3 {
  color: #fff;
}
.sustainability .sustainability_link:hover .arrow_path_1 {
  stroke-width: 24px;
}
.sustainability .sustainability_link:hover .arrow_path_2 {
  stroke-width: 24px;
}
.sustainability .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 700px) {
  .sustainability .bg_image {
    opacity: 1;
  }
}
.sustainability .bg_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 32, 101, 0.45);
}
.sustainability .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sustainability .inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .sustainability .inner {
    padding: 0 70rem;
  }
}
.sustainability .sustainability_box .sec_title {
  margin-bottom: 39px;
}
@media screen and (max-width: 700px) {
  .sustainability .sustainability_box .sec_title {
    margin-bottom: 20rem;
  }
}
.sustainability .sustainability_box .sec_title .en {
  color: #1f1f1f;
  transition: color 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 700px) {
  .sustainability .sustainability_box .sec_title .en {
    font-size: 20rem;
    letter-spacing: 0.1em;
    margin-bottom: 20rem;
    color: #fff;
  }
}
.sustainability .sustainability_box .sec_title .ja {
  color: #1f1f1f;
  transition: color 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 700px) {
  .sustainability .sustainability_box .sec_title .ja {
    font-size: 48rem;
    line-height: 72rem;
    color: #fff;
  }
}
.sustainability .sustainability_box .text_3 {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
  color: #1f1f1f;
  transition: color 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 700px) {
  .sustainability .sustainability_box .text_3 {
    font-size: 26rem;
    line-height: 52rem;
    letter-spacing: 0.2em;
    color: #fff;
    width: 494rem;
  }
}
.sustainability .sustainability_box .button_1 {
  margin-top: 40px;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 700px) {
  .sustainability .sustainability_box .button_1 {
    margin-top: 60rem;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
  }
}
.sustainability .sustainability_arrow_box {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: calc(50% + 332px);
  width: 45%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}
@media screen and (max-width: 700px) {
  .sustainability .sustainability_arrow_box {
    left: auto;
    right: 0;
    width: 300rem;
    transform: none;
  }
}
.sustainability .sustainability_arrow_svg {
  height: 140%;
  width: auto;
  margin-right: 5%;
  overflow: visible;
}
@media screen and (max-width: 700px) {
  .sustainability .sustainability_arrow_svg {
    height: 920rem;
    margin-right: 0;
  }
}
.sustainability .arrow_path_1 {
  d: path("M25,25 L65,100 L25,175");
  stroke-width: 5px;
  stroke-linecap: square;
  stroke-linejoin: miter;
  transition: d 0.7s cubic-bezier(0.16, 1, 0.3, 1), stroke-width 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 700px) {
  .sustainability .arrow_path_1 {
    d: path("M80,25 L121,100 L79,175");
    stroke-width: 20rem;
  }
}
.sustainability .arrow_path_2 {
  d: path("M50,25 L90,100 L50,175");
  stroke-width: 5px;
  stroke-linecap: square;
  stroke-linejoin: miter;
  transition: d 0.7s cubic-bezier(0.16, 1, 0.3, 1), stroke-width 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 700px) {
  .sustainability .arrow_path_2 {
    opacity: 0;
  }
}
.sustainability .button_1 {
  position: relative;
  bottom: 172rem;
  z-index: 1;
  left: 70rem;
}
.sustainability .button_1 .btn_1 {
  color: #002065;
  transition: color 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 700px) {
  .sustainability .button_1 .btn_1 {
    font-size: 28rem;
    gap: 16rem;
    color: #fff;
  }
}
.sustainability .button_1 .btn_1::after {
  transition: background-color 0.7s cubic-bezier(0.16, 1, 0.3, 1), background-image 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 700px) {
  .sustainability .button_1 .btn_1::after {
    width: 40rem;
    height: 40rem;
    background-image: url("../images/top_sustainability_icon_1.svg");
    background-size: 40rem;
    transform: unset;
  }
}

/* Recruit */
.recruit {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 700px) {
  .recruit {
    padding-top: 110rem;
    padding-bottom: 124rem;
  }
}
.recruit .recruit_box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 701px) {
  .recruit .recruit_box {
    gap: 80px;
  }
}
@media screen and (max-width: 700px) {
  .recruit .recruit_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 65rem;
  }
}
.recruit .recruit_box .image_1 {
  width: 620px;
  height: 450px;
}
@media screen and (max-width: 700px) {
  .recruit .recruit_box .image_1 {
    width: 600rem;
    height: 435rem;
  }
}
.recruit .recruit_box .image_1 img {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.recruit .recruit_box .recruit_box_1 {
  width: 100%;
  max-width: 366px;
  padding-bottom: 26px;
}
@media screen and (max-width: 700px) {
  .recruit .recruit_box .recruit_box_1 {
    max-width: 100%;
    padding-bottom: 0;
  }
}
.recruit .recruit_box .recruit_box_1 .recruit_box_1_1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .recruit .recruit_box .recruit_box_1 .recruit_box_1_1 {
    margin-bottom: 24rem;
  }
}
.recruit .recruit_box .recruit_box_1 .recruit_box_1_1 .en {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 700px) {
  .recruit .recruit_box .recruit_box_1 .recruit_box_1_1 .en {
    font-size: 20rem;
    letter-spacing: 0.1em;
    margin-bottom: -3rem;
  }
}
.recruit .recruit_box .recruit_box_1 .recruit_box_1_1 .ja {
  font-family: shippori-mincho, serif;
  font-weight: normal;
  font-size: 42px;
  letter-spacing: 0.15em;
  line-height: 72px;
  color: #1f1f1f;
  display: block;
}
@media screen and (max-width: 700px) {
  .recruit .recruit_box .recruit_box_1 .recruit_box_1_1 .ja {
    font-size: 48rem;
  }
}
.recruit .recruit_box .recruit_box_1 .text_3 {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
  letter-spacing: 0.2em;
  margin-bottom: 46px;
}
@media screen and (max-width: 700px) {
  .recruit .recruit_box .recruit_box_1 .text_3 {
    font-size: 26rem;
    line-height: 52rem;
    letter-spacing: 0.08em;
    margin-bottom: 57rem;
  }
}
@media screen and (max-width: 700px) {
  .recruit .recruit_box .recruit_box_1 .button_1 {
    display: flex;
    justify-content: flex-start;
  }
}

/* Footer Contact Background */
.footer-contact::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/footer_contact_bg.jpg");
}
@media screen and (max-width: 700px) {
  .footer-contact::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/footer_contact_bg_sp.jpg");
  }
}