@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -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-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #2f2f2f;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@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;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

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

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

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

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

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 35px;
  }
}

.grad_ttl {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#C30D23), color-stop(20%, #ED3700));
  background-image: linear-gradient(to bottom right, #C30D23, #ED3700 20%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 84px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .grad_ttl {
    font-size: 48px;
  }
}

.jp_txt {
  display: block;
  margin-top: 20px;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .jp_txt {
    font-size: 13px;
    margin-top: 5px;
  }
}

.grad_link {
  position: relative;
  background-image: url(../img/more_link.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 296px;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (max-width: 767px) {
  .grad_link {
    max-width: 250px;
  }
}
.grad_link:hover {
  background-image: url(../img/more_link_hover.svg);
}
.grad_link .grad_link_txt {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#C30D23), to(#ED3700));
  background-image: linear-gradient(to top right, #C30D23, #ED3700);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 18px;
  letter-spacing: 0.03em;
  display: block;
  padding: 30px;
  width: 100%;
  transition: color 0.3s ease, -webkit-text-fill-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .grad_link .grad_link_txt {
    font-size: 16px;
  }
}
.grad_link .grad_link_txt:hover {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background-image: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.center_box .grad_link {
  margin: 0 auto;
}

.right_box .grad_link {
  margin: 0 0 0 auto;
}

.left_box .grad_link {
  margin: 0 auto 0 0;
}

/* ▼ タイトル
--------------------------------------- */
#site_title {
  overflow: hidden;
  width: clamp(12.5rem, 10.24rem + 9.64vw, 21.813rem);
}
@media screen and (max-width: 767px) {
  #site_title {
    max-width: 207px;
    padding-right: 10px;
    padding-left: 15px;
    display: inline-block;
    position: relative;
    z-index: 9999;
  }
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  position: relative;
  z-index: 9999;
}
header .container {
  padding: 30px 35px;
  max-width: 100%;
}
header .container .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 20px;
}
header .container .header_inner .header_left_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
header .container .header_inner .header_right_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: visible;
  }
  header .header_inner {
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
}

.menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #C30D23;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000;
    padding: 0 20px;
    height: 100%;
  }
  .menu .menu_text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px dashed #fff;
  }
  .menu .icon {
    display: block;
    width: 30px;
    height: 2px;
    border-top: 2px solid #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .icon::before, .menu .icon::after {
    content: "";
    width: 30px;
    border-top: 2px solid #fff;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
  }
  .menu .icon::before {
    top: -11px;
  }
  .menu .icon::after {
    bottom: -9px;
  }
  .menu .icon span {
    display: none;
  }
  .menu .icon.active {
    border-color: transparent;
  }
  .menu .icon.active::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: -2px;
    right: 0;
  }
  .menu .icon.active::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 0;
    right: 0;
  }
}

/* グローバルナビゲーション */
#gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
#gnav .gnav_left_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #gnav .gnav_left_list {
    padding-top: 40px;
    padding-right: 0;
  }
}
#gnav .gnav_left_list li {
  position: relative;
  margin: 0;
  font-weight: 700;
}
#gnav .gnav_left_list li a {
  display: block;
  padding: 0 20px;
  color: #2f2f2f;
  font-size: 16px;
  position: relative;
}
#gnav .gnav_left_list li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #gnav {
    background: #C30D23;
    display: block !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: none;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    margin-top: 60px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    overflow: scroll;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  #gnav.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #gnav .gnav_left_list {
    display: block;
  }
  #gnav .gnav_left_list li {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    text-indent: 0;
  }
  #gnav .gnav_left_list li a {
    background: #C30D23;
    background-size: 10px 10px !important;
    border-bottom: 1px solid #D63649;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
  }
  #gnav .gnav_left_list li a:hover {
    text-decoration: none;
    opacity: 1;
  }
  #gnav .gnav_left_list li .sp_gnav_icon {
    width: 52px;
    height: 80%;
    aspect-ratio: 1/1;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/sp_gnav_icon01.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px dashed #fff;
    vertical-align: middle;
  }
  #gnav .gnav_left_list li .sp_gnav_icon.home {
    background-image: url(../img/sp_gnav_icon02.svg);
  }
  #gnav .gnav_left_list li .sp_gnav_icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 100%;
    border-left: 1px dashed #fff;
  }
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

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

/* ▼ パンくず
--------------------------------------- */
.breadcrumb {
  position: absolute;
  top: 25px;
  left: 10.5vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    position: static;
    margin-top: 15px;
  }
}
.breadcrumb .container {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb .container {
    padding: 0 35px;
  }
}

#path {
  margin-bottom: 10px;
  font-size: 13px;
  overflow: hidden;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #path {
    font-size: 12px;
  }
}
#path li {
  float: left;
}
#path li:not(:last-child):after {
  content: "〉";
  margin-left: 10px;
  color: #2F2F2F;
}
#path li.color_path {
  color: #C30D23;
}

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

/* ▼▼▼ フッター
===================================== */
footer {
  width: 100%;
  background: #F0F3F3;
  padding: 20px 0;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px;
  }
}

#footer_inner {
  width: 100%;
}
#footer_inner .footer_fx {
  max-width: 1760px;
  margin: 0 auto;
  overflow: hidden;
  padding: 130px 100px 120px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer_inner .footer_fx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0 40px;
  }
}
#footer_inner .footer_fx .footer_left_block {
  max-width: 445px;
  width: 100%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  #footer_inner .footer_fx .footer_left_block {
    margin-right: auto;
  }
}
#footer_inner .footer_fx .footer_left_block .address_txt {
  font-size: 16px;
  margin: 50px 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #footer_inner .footer_fx .footer_left_block .address_txt {
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0 0;
  }
  #footer_inner .footer_fx .footer_left_block .address_txt a {
    color: #2F2F2F;
    max-width: 100%;
    font-size: 14px;
  }
}
#footer_inner .footer_fx .footer_left_block a {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  border-radius: 100vmax;
  font-size: 18px;
  width: 100%;
  max-width: 176px;
}
#footer_inner .footer_fx .footer_left_block a.entry_btn {
  background: #2F2F2F;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #footer_inner .footer_fx .footer_left_block a.entry_btn {
    margin: 0 auto 10px;
  }
}
#footer_inner .footer_fx .footer_left_block a.contact_btn {
  background: #C30D23;
}
@media screen and (max-width: 767px) {
  #footer_inner .footer_fx .footer_left_block a.contact_btn {
    margin: 0 auto;
  }
}
#footer_inner .footer_fx .footer_left_block a.footer_logo {
  max-width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
#footer_inner .footer_fx .footer_right_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer_inner .footer_fx .footer_right_block .footer_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 50px;
}
#footer_inner .footer_fx .footer_right_block .footer_menu_list .footer_menu_item {
  width: 100%;
  max-width: 225px;
}
#footer_inner .footer_fx .footer_right_block .footer_menu_list .footer_menu_item ul {
  border-top: 2px solid;
  -o-border-image: linear-gradient(to right, #FF4B15, #FF1515, #ED0000, #A80000) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#FF4B15), color-stop(#FF1515), color-stop(#ED0000), to(#A80000)) 1;
     border-image: linear-gradient(to right, #FF4B15, #FF1515, #ED0000, #A80000) 1;
  padding-top: 20px;
}
#footer_inner .footer_fx .footer_right_block .footer_menu_list .footer_menu_item ul li a {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}
#footer_inner .footer_fx .footer_right_block .footer_menu_list .footer_menu_item ul li a:last-child {
  margin-bottom: 0;
}
#footer_inner .footer_fx .footer_right_block .footer_menu_list .footer_menu_item ul ul.footer_menu_sub_list {
  border-top: none;
  -o-border-image: none;
     border-image: none;
  padding-top: 15px;
}
#footer_inner .footer_fx .footer_right_block .footer_menu_list .footer_menu_item ul ul.footer_menu_sub_list li a {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
#footer_inner .footer_fx .footer_right_block .footer_menu_list .footer_menu_item ul ul.footer_menu_sub_list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 1px;
  background: #2F2F2F;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer_inner .footer_fx .footer_right_block .footer_menu_list .footer_menu_item ul ul.footer_menu_sub_list li a:last-child {
  margin-bottom: 0;
}
#footer_inner .footer_fx .footer_right_block .footer_menu_list .footer_menu_item ul.seco_list {
  margin-top: 70px;
}
#footer_inner .footer_bottom_link {
  padding: 30px 100px 80px 100px;
}
#footer_inner .footer_bottom_link .footer_bottom_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  border-top: solid 1px #9E9FA8;
}
#footer_inner .footer_bottom_link .footer_bottom_list li a {
  display: inline-block;
  margin-top: 35px;
  font-size: 18px;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#ED3700), to(#C30D23));
  background: linear-gradient(to right, #ED3700, #C30D23);
  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);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
  font-size: 12px;
  color: #2f2f2f;
  text-align: center;
  padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
  #copyright {
    padding-bottom: 40px;
    font-size: 10px;
  }
}

/* ▼ グラデテキスト
--------------------------------------- */
.grad {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF4B15), color-stop(#FF1515), color-stop(#ED0000), to(#A80000));
  background-image: linear-gradient(to right, #FF4B15, #FF1515, #ED0000, #A80000);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ▼ 欧文フォント
--------------------------------------- */
.en_txt {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ▼ マーク付き見出し
--------------------------------------- */
.mark_heading {
  font-size: 43px;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#C30D23), to(#CE3F00));
  background-image: linear-gradient(to top right, #C30D23, #CE3F00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mark_heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.mark_heading .ttl_mark {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-image: url(../img/ttl_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .mark_heading .ttl_mark {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}

/* ▼▼▼ 下層　採用情報バナー
====================================================== */
.recruit_bnr_block {
  background-image: url(../img/contents_bg_pc.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  .recruit_bnr_block {
    background-image: url(../img/contents_bg_sp.webp);
    padding: 60px 0 80px;
  }
}
.recruit_bnr_block .container {
  max-width: 1520px;
}
.recruit_bnr_block .recruit_bnr_box {
  background-image: url(../img/strength/recruit_bnr_pc.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 180px 130px 5.5vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit_bnr_block .recruit_bnr_box {
    background-image: url(../img/strength/recruit_bnr_sp.webp);
    padding: 75px 20px 40px;
    min-height: 472px;
  }
}
.recruit_bnr_block .recruit_bnr_box .recruit_bnr_item .grad_ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .recruit_bnr_block .recruit_bnr_box .recruit_bnr_item .grad_ttl {
    margin-bottom: 25px;
    font-size: 38px;
  }
}
.recruit_bnr_block .recruit_bnr_box .recruit_bnr_item .recruit_bnr_txt {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .recruit_bnr_block .recruit_bnr_box .recruit_bnr_item .recruit_bnr_txt {
    margin-bottom: 6rem;
  }
}
.recruit_bnr_block .recruit_bnr_box .recruit_bnr_item .recruit_bnr_txt .grad_bg {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  padding: 0 8px;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ED3700), color-stop(50%, #C30D23));
  background-image: linear-gradient(to top right, #ED3700, #C30D23 50%);
}
@media screen and (max-width: 767px) {
  .recruit_bnr_block .recruit_bnr_box .recruit_bnr_item .recruit_bnr_txt .grad_bg {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 3px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_bnr_block .recruit_bnr_box .recruit_bnr_item .left_box {
    width: 75%;
  }
}

/* ▼▼▼ 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;
}
@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 {
    font-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;
}

/* ▼ トップページ svgアニメーション
--------------------------------------- */
#moji,
#moji path,
.mv_lead svg use {
  fill: url(#wave);
}

.mv_lead svg {
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  /* スマホでもアニメーションが確実に動作するように */
  will-change: transform;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* ▼ 下層ページ svgアニメーション
--------------------------------------- */
#ttl_en,
#ttl_en path,
.ttl_en svg use {
  fill: url(#wave_en);
}

#ttl_jp,
#ttl_jp path,
.ttl_jp svg use {
  fill: url(#wave_jp);
}

.ttl_en svg,
.ttl_jp svg {
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  /* スマホでもアニメーションが確実に動作するように */
  will-change: transform;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* ▼ 下層ページ メインビジュアル
--------------------------------------- */
.mv_block .page_mv_box {
  position: relative;
}
.mv_block .page_mv_box .page_mv_box_inner {
  position: absolute;
  left: 11vw;
  top: 15vh;
}
@media screen and (max-width: 767px) {
  .mv_block .page_mv_box .page_mv_box_inner {
    position: static;
    margin-top: 40px;
    padding: 0 35px;
  }
}
.mv_block .page_mv_box .page_mv_box_inner .mv_ttl {
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .mv_block .page_mv_box .page_mv_box_inner .mv_ttl {
    margin-bottom: 25px;
  }
}
.mv_block .page_mv_box .page_mv_box_inner .mv_ttl .ttl_en {
  display: block;
  margin-bottom: 15px;
}
.mv_block .page_mv_box .page_mv_box_inner .lead_txt {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .mv_block .page_mv_box .page_mv_box_inner .lead_txt {
    font-size: 16px;
  }
}