@charset "UTF-8";
* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  body.wrap {
    overflow: hidden;
  }
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200;
  }
}
@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
  transition: opacity 0.3s;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none !important;
}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.NotoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.inner {
  width: 100%;
  max-width: 1770px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 648px;
    padding: 0 24px;
  }
}

.inner--1520 {
  width: 100%;
  max-width: 1570px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner--1520 {
    max-width: 648px;
    padding: 0 24px;
  }
}

.inner--1480 {
  width: 100%;
  max-width: 1530px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner--1480 {
    max-width: 648px;
    padding: 0 24px;
  }
}

.inner--1280 {
  width: 100%;
  max-width: 1330px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner--1280 {
    max-width: 648px;
    padding: 0 24px;
  }
}

/* ▼▼▼ ヘッダー
====================================================== */
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 65px;
  }
  .header .container {
    padding: 32.5px;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .header__container {
    display: block;
    padding-left: 0;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 65px;
    padding-left: 12px;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 100%;
    max-width: 138px;
  }
}

.header__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__list {
    display: block;
    width: 100%;
    max-width: 648px;
    padding: 0 24px;
    margin: 0 auto;
  }
}

.header__item {
  margin-left: 46px;
}
@media screen and (max-width: 767px) {
  .header__item {
    padding: 25px 0;
    margin-left: 0;
    border-top: 1px solid #FFF;
  }
}

.header__item:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .header__item:first-of-type {
    border-top: none;
  }
}

.header__recruit-item {
  padding: 28px;
  margin-left: 41px;
  background-color: #0042AC;
}
@media screen and (max-width: 767px) {
  .header__recruit-item {
    padding: 14px 0;
    margin-top: 40px;
    margin-left: 0;
    background-color: #FFF;
    border-top: none;
    border-radius: 5px;
  }
}

.header__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__link {
    flex-direction: row;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header__recruit-link {
    flex-direction: column;
    margin-left: 0;
  }
}

.header__ja {
  color: #4B4948;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .header__ja {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.header__en {
  color: #2F84E6;
  font-family: "Marcellus", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .header__en {
    margin-left: 13px;
  }
}

.header__recruit-ja {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .header__recruit-ja--recruit {
    color: #0042AC;
    font-size: 18px;
  }
}

.header__recruit-en {
  color: #FFF;
  font-family: "Marcellus", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .header__recruit-en--recruit {
    color: #0042AC;
  }
}

.header__menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__menu {
    display: block;
    width: 65px;
    height: 65px;
    background: #0042AC;
    z-index: 99999;
  }
}

@media screen and (max-width: 767px) {
  .header__icon {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header__icon.active {
    border-color: transparent;
  }
  .header__icon.active span:before {
    content: "Close";
  }
}

.header__icon::before,
.header__icon::after {
  content: "";
  width: 40px;
  border-top: 2px solid #FFF;
  position: absolute;
  transition: all 0.3s;
  left: 50%;
  transform: translateX(-50%);
}

.header__icon::before {
  top: 23px;
}

.header__icon.active::before {
  transform: rotate(-155deg);
  top: 31px;
  left: 22%;
}

.header__icon.active::after {
  transform: rotate(155deg);
  top: 31px;
  bottom: auto;
  left: 22%;
}

.header__icon::after {
  bottom: 23px;
}

/* グローバルナビゲーション */
#gnav {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #gnav {
    display: block !important;
    transition: 0.5s ease-in-out;
    float: none;
    width: 100%;
    height: calc(100vh - 65px);
    padding-top: 26px;
    position: absolute;
    top: -65px;
    left: 0;
    z-index: 1000;
    overflow: auto;
    transform: translateY(-100%);
    background-image: url("../img/bg_gnav.webp");
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #gnav.open {
    transform: translateY(0);
    top: 65px;
  }
}
#gnav ul > li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #gnav ul > li a:hover {
    text-decoration: none;
    opacity: 1;
  }
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .menu_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

.page-bg {
  position: relative;
}

.page-bg::before {
  position: absolute;
  content: "";
  top: 11vw;
  left: -9.6vw;
  z-index: -1;
  width: 93.02vw;
  height: 54.11vw;
  background-image: url("../img/bg_page_01_pc.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .page-bg::before {
    top: 32vw;
    left: -21.6vw;
    width: 131.2vw;
    height: 76.27vw;
  }
}

/* ▼ パンくず
--------------------------------------- */
.path-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.path {
  display: flex;
  justify-content: end;
  color: #3B3B3B;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .path {
    font-size: 10px;
    margin-bottom: 9px;
  }
}

.path__list {
  display: flex;
}

.path__item:not(:last-child):after {
  content: "ー";
  color: #2F84E6;
  margin: 0 3px;
}

.path__link {
  color: #3B3B3B;
}

/* ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ▼▼▼ フッター
===================================== */
.footer {
  padding: 70px 0;
  background-color: #EAF2F7;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sub-page .footer {
    padding-top: 51px;
  }
}

@media screen and (max-width: 767px) {
  .footer--lower {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 0 23px;
  }
}

.footer__area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__area {
    display: flex;
    flex-direction: column;
  }
}

.footer__container {
  width: 798px;
  max-width: 798px;
  margin-left: 1.32%;
}
@media screen and (max-width: 767px) {
  .footer__container {
    display: contents;
  }
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    display: block;
    order: 1;
    text-align: center;
  }
}

.footer__logo {
  width: 342px;
  max-width: 342px;
}
@media screen and (max-width: 1400px) {
  .footer__logo {
    width: 250px;
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 100%;
    max-width: 211px;
    margin: 0 auto;
  }
}

.footer__info {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 396px;
  max-width: 396px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer__info {
    font-size: 13px;
    width: auto;
    max-width: none;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
  }
}

.footer__group {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__group {
    justify-content: center;
  }
}

.footer__address {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer__address {
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer__tel {
    margin-top: -3px;
    text-align: center;
  }
}

.footer__copyright {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.15em;
  margin-top: 27px;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 10px;
    letter-spacing: 0;
    margin-top: 33px;
    margin-left: 0;
    text-align: center;
    order: 3;
  }
}

.footer__page-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -moz-column-gap: 46px;
       column-gap: 46px;
  row-gap: 12px;
}
@media screen and (max-width: 1400px) {
  .footer__page-wrapper {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__page-wrapper {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 15px;
  }
}

.footer__page-item {
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .footer__page-item {
    padding-left: 27px;
  }
}

.footer__page-item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("../img/ico_arrow_02.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .footer__page-item::before {
    width: 20px;
    height: 20px;
  }
}

.footer__page-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__page-link {
    font-size: 14px;
  }
}

.footer__pdf-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-decoration: underline !important;
}

.footer__pdf-wrapper {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .footer__pdf-wrapper {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .footer__pdf-item {
    margin-top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .footer__pdf-item:first-of-type {
    margin-top: 0;
  }
}

.footer__link-container {
  width: 504px;
  max-width: 504px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer__link-container {
    width: auto;
    max-width: none;
    padding-left: 0;
    margin: 31px auto 0;
    order: 2;
  }
}

.footer__pdf-link {
  color: #000;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footer__pdf-link {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  position: fixed;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pagetop {
    padding: 10px;
  }
}
.pagetop::after {
  content: "";
  width: 11px;
  height: 11px;
  border-left: #FFF 1px solid;
  border-top: #FFF 1px solid;
  position: absolute;
  top: calc(50% - 3px);
  right: calc(50% - 6px);
  transform: rotate(45deg);
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
  font-size: 12px;
  color: #fff;
}

/* ▼▼▼ 404
====================================================== */
#not_found {
  padding: 8vw 20px;
}
@media screen and (max-width: 767px) {
  #not_found {
    padding: 100px 20px 60px;
  }
}
#not_found p {
  font-size: 14px;
  text-align: center;
}
#not_found p.arial {
  margin-bottom: 10px;
  font-size: 42px;
  font-family: "Arial", "メイリオ";
}
@media screen and (max-width: 767px) {
  #not_found p.arial {
    margin-bottom: 10px;
    font-size: 39px;
  }
}
#not_found p.arial + p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #not_found p.arial + p {
    ont-size: 17px;
  }
}
#not_found p.txt {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #not_found p.txt {
    line-height: 1.6;
  }
}
#not_found .top_btn a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #ccc;
}

/* ▼▼▼ ボタン
====================================================== */
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  max-width: 100%;
  padding: 14px;
  color: #FFF;
  font-family: "Outfit", sans-serif;
  text-align: center;
  letter-spacing: 0.03em;
  background-color: #2F84E6;
  border-radius: 39px;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 12px;
    width: 142px;
    padding: 5px;
  }
}

.btn:hover {
  color: #FFF;
}

.btn--white {
  color: #2F84E6;
  background-color: #FFF;
  border: 1px solid #2F84E6;
}

.btn--white:hover {
  color: #2F84E6;
}

.btn::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_arrow_01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn::after {
    width: 16px;
    height: 16px;
    right: 7px;
    background-image: url("../img/ico_arrow_01_sp.webp");
  }
}

.btn--white::after {
  background-image: url("../img/ico_arrow-blue_01.webp");
}
@media screen and (max-width: 767px) {
  .btn--white::after {
    background-image: url("../img/ico_arrow-blue_01_sp.webp");
  }
}

/* ▼▼▼ セクションタイトル
====================================================== */
.section-title__en {
  position: relative;
  color: #2F84E6;
  font-family: "Marcellus", serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding-left: 17px;
}
@media screen and (max-width: 767px) {
  .section-title__en {
    font-size: 13px;
    padding-left: 12px;
  }
}

.section-title__en--white {
  color: #FFF;
}

.section-title__en::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #2F84E6;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.section-title__en--white::before {
  background-color: #FFF;
}

.section-title__jp {
  color: #3B3B3B;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-title__jp {
    font-size: 25px;
    margin-top: 2px;
  }
}

.section-title__jp--white {
  color: #FFF;
}

/* ▼▼▼ 下層ページ セクションタイトル
====================================================== */
.lower-title {
  position: relative;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
  padding-left: 40px;
  border-bottom: 1px solid #2F84E6;
}
@media screen and (max-width: 767px) {
  .lower-title {
    font-size: 20px;
    padding-bottom: 18px;
    padding-left: 24px;
  }
}

.lower-title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 21px;
  left: 0;
  background-color: #2F84E6;
}
@media screen and (max-width: 767px) {
  .lower-title::before {
    width: 15px;
    height: 15px;
    top: 7px;
  }
}

/* ▼▼▼ 下層ページ コンテンツリンク
====================================================== */
@media screen and (max-width: 767px) {
  .content-links__inner {
    max-width: 696px;
    padding: 0 48px;
  }
}

.content-links__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 3.125%;
       column-gap: 3.125%;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .content-links__list {
    display: block;
  }
}

.content-links__item {
  width: 100%;
  max-width: 31.25%;
}
@media screen and (max-width: 767px) {
  .content-links__item {
    max-width: none;
    margin-top: 15px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .content-links__item:first-of-type {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .content-links__item--csr {
    height: 95px;
  }
}

.content-links__link {
  position: relative;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.05em;
  height: 115px;
  padding: 39px 27px;
  background-color: #2F84E6;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .content-links__link {
    font-size: 18px;
    padding: 22px 20px;
    width: 100%;
    height: auto;
  }
}

.content-links__link::after {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  background-image: url("../img/arrow_content_01_pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .content-links__link::after {
    width: 26px;
    height: 26px;
    right: 20px;
    background-image: url("../img/arrow_content_01_sp.webp");
  }
}

.content-links__link:hover {
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .content-links__link--csr {
    height: 95px;
  }
}

/* ▼▼▼ 下層ページ 企業情報
====================================================== */
#corporation-info {
  padding: 70px 0 100px;
  background-image: url("../img/bg_corporation-info_01_pc.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #corporation-info {
    padding: 40px 0 46px;
    background-image: url("../img/bg_corporation-info_01_sp.webp");
  }
}

.corporation-info__title {
  position: relative;
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .corporation-info__title {
    font-size: 20px;
    padding-bottom: 11px;
  }
}

.corporation-info__title::after {
  position: absolute;
  content: "";
  width: 39px;
  height: 6px;
  background-color: #8ECDF4;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .corporation-info__title::after {
    width: 25px;
    height: 4px;
  }
}

.corporation-info__container {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .corporation-info__container {
    display: block;
    margin-top: 33px;
  }
}

.corporation-info__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  max-width: 32%;
  padding: 34px 30px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  aspect-ratio: 473/225;
}
@media screen and (max-width: 767px) {
  .corporation-info__wrapper {
    max-width: none;
    padding: 21px;
    margin-top: 20px;
    aspect-ratio: 327/156;
  }
}

.corporation-info__wrapper--company {
  background-image: url("../img/bg_subpage_01_pc.webp");
}

.corporation-info__wrapper--branch {
  background-image: url("../img/bg_subpage_02_pc.webp");
}

.corporation-info__wrapper--csr {
  background-image: url("../img/bg_subpage_03_pc.webp");
}

.corporation-info__wrapper--message {
  background-image: url("../img/bg_subpage_04_pc.webp");
}

@media screen and (max-width: 767px) {
  .corporation-info__wrapper:first-of-type {
    margin-top: 0;
  }
}

.corporation-info__wrapper img {
  width: 100%;
}

.corporation-info__en-title {
  color: #FFF;
  font-family: "Marcellus", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .corporation-info__en-title {
    font-size: 10px;
  }
}

.corporation-info__group {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .corporation-info__group {
    margin-top: 11px;
  }
}

.corporation-info__ja-title {
  position: relative;
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .corporation-info__ja-title {
    font-size: 17px;
  }
}

.corporation-info__arrow {
  width: 30px;
  height: 30px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .corporation-info__arrow {
    width: 21px;
    height: 21px;
  }
}