@charset "utf-8";
html[lang="ja"] {
  margin: 0 !important;
}
body {
  font-feature-settings: "palt";
  font-size: 3.733vw;
}
body.nav--open {
  overflow: hidden;
}
.pc-only {
  display: none !important;
}
#wpadminbar {
  display: none !important;
}
.inner {
  width: 89%;
  margin: auto;
}
/* == parts ============================================== */
.title_en {
  font-size: 200%;
  margin: 0 0 5%;
  line-height: 1;
}
.text_more {
  text-align: right;
}
.text_more a {
  display: inline-block;
  padding: 0 0 0 1.4em;
  position: relative;
}
.text_more a::before {
  content: '';
  width: .4em;
  height: .4em;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform-origin: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(45deg);
}
.text_more a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all .4s;
}
.btn_more {
  width: 11em;
  text-align: center;
  margin: 0 0 0 auto;
}
.btn_more a {
  display: block;
  color: #af2123;
  position: relative;
  box-sizing: border-box;
  padding: .857em 2.5em .857em 0;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
}
.btn_more a::before {
  content: '';
  width: 3.714em;
  height: 100%;
  border-radius: 100px;
  background: #af2123;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .4s;
}
.btn_more a::after {
  content: '';
  width: 3.714em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/more.webp);
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  transition: all .4s;
}
.btn_more a span {
  position: relative;
  z-index: 5;
  transition: all .4s;
}
.btn_base {
  width: 80%;
  margin: auto;
  text-align: center;
  background: #000;
  border-radius: 50px;
}
.btn_base a {
  display: block;
  font-weight: 500;
  color: #fff;
  padding: .9em 0;
}
.btn_base a span {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.btn_base.btn--404 {
  margin: 114% auto 5%;
}
.btn_base.btn--404 a {
  padding: 1.5em 0;
}
.list_anchor {
  display: flex;
  flex-wrap: wrap;
  padding: 2em 0;
}
.list_anchor li {
  margin: 0 2em 0 0;
}
.list_anchor li a {
  display: inline-block;
  font-weight: 700;
  font-size: 85.7%;
  padding: .37em 0;
}
/*------*/
.parts_anchor {
  background: #DCDCDC;
}
/*------*/
.parts_pager {
  display: flex;
  justify-content: center;
  margin: 11.5% 0 0;
}
.parts_pager span, .parts_pager a {
  display: block;
  width: 2.22em;
  height: 2.22em;
  line-height: 2.22;
  text-align: center;
  margin: 0 .3em;
  position: relative;
  transition: all .2s;
}
.parts_pager span {
  background: #FFFFFF;
}
.parts_pager a.prev, .parts_pager a.next {
  background: #EBEBEB;
}
.parts_pager a.prev::before {
  content: '';
  width: .5em;
  height: .5em;
  box-sizing: border-box;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  transform-origin: center;
  position: absolute;
  left: .2em;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotateZ(225deg);
}
.parts_pager a.next::before {
  content: '';
  width: .5em;
  height: .5em;
  box-sizing: border-box;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  transform-origin: center;
  position: absolute;
  left: -.2em;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotateZ(45deg);
}
/*------*/
.parts_contact {
  position: relative;
  padding: 15% 0 16%;
}
.parts_contact .bg {
  overflow: hidden;
  position: relative;
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(-100% + 2vw);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.parts_contact .bg::before {
  content: '';
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 200%;
  height: 0;
  padding: 100% 0 0;
  background: #F5F5F5;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.parts_contact .contactBg {
  position: absolute;
  left: 0;
  top: -10%;
  width: 100%;
  height: 120%;
}
.parts_contact .contactBg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.parts_contact .inner {
  position: relative;
  z-index: 5;
}
.parts_contact .contact_lead {
  font-size: 114.3%;
  margin: 0 0 4%;
  width: 50%;
  letter-spacing: .03em;
  text-align: left;
}
.parts_contact .btn_more {
  margin: 0;
}
/* == header ============================================== */
header .h_inner {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  padding: 0 5%;
  box-sizing: border-box;
  transition: transform .8s;
}
header.header--hidden .h_inner {
  transform: translateY(-10em);
}
body.nav--open header .h_inner {
  transform: translateY(0) !important;
}
header .h_inner .flexLeft {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}
header .h_logo {
  width: 130px;
  height: 18px;
  margin: 26px 0;
}
header .h_logo a {
  display: block;
  height: 100%;
  transition: all .2s;
  background-image: url(../img/logo01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
}
.list_mainNav {
  text-align: center;
}
.list_mainNav > li a {
  display: block;
  font-size: 114.3%;
  font-weight: 700;
  position: relative;
  padding: .88em 0;
}
.list_mainNav > li a::before {
  content: '';
  width: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  transition: all .4s;
}
.list_mainNav > li a::before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: .5em;
  margin: auto;
  background: #AF2123;
}
body.page--under .list_mainNav > li.active a::before {
  width: 3em;
}
header .flexRight {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  box-sizing: border-box;
  background: #FFFFFF;
  display: block;
  padding: 70px 0;
  transform: translateY(-100%);
  overflow-y: scroll;
}
body.nav--open header .flexRight {
  transform: translateY(0);
  transition: transform .6s;
}
header .flexRight .btn_contact {
  width: max(64%, 240px);
  margin: 10% auto 0;
  text-align: center;
}
header .flexRight .btn_contact a {
  display: block;
  position: relative;
  padding: .8em 0;
  color: #fff;
  background: #af2123;
  border-radius: 50px;
  border: solid 1px #af2123;
  overflow: hidden;
}
header .flexRight .btn_contact a span {
  position: relative;
  z-index: 5;
}
header .flexRight .btn_lang {
  width: 86%;
  border: solid 1px #AF2123;
  margin: 14% auto 4%;
  border-radius: .9286em;
  position: relative;
}
header .flexRight .btn_lang a.icon {
  display: block;
  width: 18%;
  height: 0;
  padding: 18% 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background-image: url(../img/icon_lang.svg);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: -8vw;
  margin: auto;
  background-color: #fff;
}
header .flexRight .btn_lang .list_lang {
  padding: 2em 0 1.7em 2.5em;
}
header .flexRight .btn_lang .list_lang > li {
  line-height: 1;
}
header .flexRight .btn_lang .list_lang > li a {
  display: inline-block;
  padding: 0 0 0 1.5em;
  line-height: 2.143;
  position: relative;
}
header .flexRight .btn_lang .list_lang > li a::before {
  content: '';
  width: .6em;
  height: .6em;
  box-sizing: border-box;
  border-top: solid 1px #AF2123;
  border-right: solid 1px #AF2123;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(45deg);
  transform-origin: center;
}
header .flexRight .copyright {
  text-align: center;
  font-size: 78.6%;
}
header .h_menu {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: box-shadow .2s;
}
header .h_menu span {
  display: inline-block;
  background: #AF2123;
  height: 2px;
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all .4s;
}
header .h_menu span:nth-child(1) {
  top: -8px;
}
header .h_menu span:nth-child(2) {
  top: 8px;
}
body.nav--open header .h_menu span:nth-child(1) {
  transform: translateY(4px) rotateZ(45deg)
}
body.nav--open header .h_menu span:nth-child(2) {
  transform: translateY(-4px) rotateZ(-45deg)
}
@media all and (min-width:500px) {
  header .flexRight {
    font-size: 18px !important;
  }
}
/* == footer ============================================== */
footer {
  background: #000;
  padding: 14% 0 20%;
  position: relative;
  z-index: 5;
}
footer .bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -9vw;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
footer .bg::before {
  content: '';
  position: absolute;
  left: -40%;
  top: 0;
  width: 180%;
  height: 0;
  padding: 100% 0 0;
  background: #000;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
footer .inner {
  position: relative;
  z-index: 5;
}
footer .f_logo {
  width: 42%;
  margin: 0 auto 10%;
}
footer .f_logo a {
  display: block;
  height: 0;
  padding: 15% 0 0;
  transition: all .2s;
  background: url(../img/logo02.svg) no-repeat;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}
footer nav {
  margin: 0 015%;
}
.list_fNav {
  display: flex;
  justify-content: center;
  position: relative;
}
.list_fNav li {
  margin: 0 1.1em;
}
.list_fNav a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 86%;
  padding: .6em 0;
  position: relative;
}
.list_fNav a::before {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: .5em;
  transition: all .4s;
}
footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 78.6%;
  margin: 10% 0 0;
}
/* == frontpage ==============================================*/
.block_frontMv {
  overflow: hidden;
}
.block_frontMv .area_mvTitle {
  position: relative;
  padding: 51% 0 25%;
}
.block_frontMv .area_mvTitle .mvImage {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 110%;
  overflow: hidden;
  transition-timing-function: ease-out;
}
.block_frontMv .area_mvTitle .mvImage img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
}
.block_frontMv .area_mvTitle .inner {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
.block_frontMv .area_mvTitle .flexCenter {
  width: 100%;
  margin: 0 0 32%;
}
.block_frontMv .area_mvTitle .mv_title {
  font-size: 335.7%;
  line-height: 1.0532;
  color: #fff;
}
.block_frontMv .area_mvTitle .mv_lead {
  font-size: 60%;
  color: #fff;
  margin: 1% 0 0;
	line-height: 1.4;
}
/*------*/
.block_frontMv .area_about {
  background: #f5f5f5;
  padding: 0 0 10.5%;
  position: relative;
  z-index: 10;
}
.block_frontMv .area_about .aboutWrap {
  overflow: hidden;
}
.block_frontMv .area_about::after {
  content: '';
  width: 150%;
  height: 100svh;
  position: absolute;
  z-index: 10;
  left: -25%;
  top: calc(-100svh + 1px);
  background: #f5f5f5;
  mask-image: radial-gradient(100% 98% at top, transparent 99.6%, #fff 100%);
  pointer-events: none;
}
.block_frontMv .area_about .aboutBox {
  padding: 5% 0 0;
  position: relative;
  margin: 0 0 12%;
}
.block_frontMv .area_about .about_title {
  position: relative;
  z-index: 5;
  margin: 0 0 6%;
}
.block_frontMv .area_about .about_title .about_titleEn {
  font-size: 200%;
  line-height: 1;
  margin: 0 0 1.2%;
}
.block_frontMv .area_about .about_title .about_titleJp {
  font-size: 200%;
  font-weight: 900;
  line-height: 1.3;
}
.block_frontMv .area_about .about_lead {
  letter-spacing: .03em;
  position: relative;
  z-index: 5;
  margin: 0 0 3%;
  font-size: 114.3%;
}
.block_frontMv .area_about .about_illust {
  height: 0;
  padding: 122% 0 0;
  position: relative;
  margin: 0 0 6%;
  overflow: hidden;
  background: #f5f5f5;
}
.block_frontMv .area_about .about_illust img {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: -3%;
  bottom: 0;
  margin: auto;
  width: 91%;
  height: 76%;
  object-fit: cover;
}
.block_frontMv .area_about .about_illust video {
  position: absolute;
  z-index: 3;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 120%;
  object-fit: cover;
  mix-blend-mode: darken
}
.block_frontMv .area_about .aboutSlide .slideBase {
  background: #fff;
  padding: 2% 0;
  pointer-events: none;
}
.block_frontMv .area_about .aboutSlide .slideBase + .slideBase {
  margin: 2% 0 0;
}
#js_slideUp .swiper-wrapper, #js_slideDown .swiper-wrapper {
  transition-timing-function: linear !important;
}
#js_slideUp .swiper-slide img, #js_slideDown .swiper-slide img {
  max-height: 100%;
  width: auto;
  vertical-align: top;
}
.block_frontMv .area_about .slide_att {
  text-align: center;
  font-size: 72%;
  font-weight: 500;
  letter-spacing: .1em;
  margin: 3% 0 0;
}
/*------*/
.block_frontMv .area_news {
  background: #EBEBEB;
  padding: 10% 0 9%;
}
.list_newsSummary {
  width: 96%;
  margin: 6.5% auto 0;
}
.list_newsSummary > li {
  background: #fff;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .1);
}
.list_newsSummary > li + li {
  margin: 6% 0 0;
}
.list_newsSummary > li .news_thumbnail a {
  overflow: hidden;
  display: block;
  height: 0;
  padding: 66.6% 0 0;
  position: relative;
}
.list_newsSummary > li .news_thumbnail a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: all .4s;
}
.list_newsSummary > li .textBox {
  position: relative;
}
.list_newsSummary > li .news_info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 1;
}
.list_newsSummary > li .news_info a {
  display: inline-block;
  background: #af2123;
  color: #fff;
  font-size: 86%;
  padding: .4em 1em .5em;
  letter-spacing: .06em;
  transition: all .4s;
}
.list_newsSummary > li .news_info span {
  font-size: 78.6%;
  position: absolute;
  right: 10%;
  bottom: 0;
  letter-spacing: .04em;
}
.list_newsSummary > li .news_name {
  margin: auto;
  font-size: 114%;
}
.list_newsSummary > li .news_name a {
  display: block;
  padding: 2.5em 9% 1.4em;
  line-height: 1.575;
}
.list_newsSummary > li .news_name a span {
  display: -webkit-box;
  height: 3.15em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
}
.block_frontMv .area_news .text_more {
  margin: 10% 0 0;
}
/*------*/
.block_frontMv .area_recruit {
  background: #F5F5F5;
  padding: 10% 0 0;
  position: relative;
  z-index: 5;
}
.block_frontMv .area_recruit .recruitWrap {
  overflow: hidden;
  padding: 0 0 15%
}
.block_frontMv .area_recruit .inner {
  position: relative;
}
.block_frontMv .area_recruit .recruit_lead {
  margin: 0 0 6%;
  position: relative;
  z-index: 5;
  font-size: 114.3%;
  letter-spacing: .035em;
}
.block_frontMv .area_recruit .recruit_image {
  width: 114%;
  position: relative;
  left: -7%;
  margin: 0 auto 6%;
}
/* == underpage ============================================== */
body.page--under {
  padding: 105px 0 0;
}
.breadWrap {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 5%;
}
.breadWrap.bg {
  background: #F5F5F5;
  top: 63px;
  padding: 10px 5% 15px;
}
.list_bread {
  line-height: 1.5;
}
.list_bread > li {
  display: inline;
  font-size: 10px;
}
.list_bread > li + li {
  margin: 0 0 0 .15em;
}
.list_bread > li + li::before {
  content: '／';
  margin: 0 .5em 0 0;
}
/**/
.block_underTitle {
  overflow: hidden;
  position: relative;
  padding: 0 0 20%;
}
.block_underTitle .bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -19vw;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.block_underTitle .bg::before {
  content: '';
  position: absolute;
  left: -50%;
  top: 0;
  width: 200%;
  height: 0;
  padding: 100% 0 0;
  background: #F5F5F5;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.block_underTitle .inner {
  position: relative;
  z-index: 5;
}
.block_underTitle .underTitle {
  margin: auto;
  line-height: 1;
}
.block_underTitle .underTitle .under_en {
  font-size: 228.57%;
  color: #AF2123;
  margin: 0 0 1.5%;
}
.block_underTitle .underTitle .under_jp {
  font-weight: 500;
}
/* ====== 
page-name #business
======*/
.block_business .area_businessTop {
  background: #F5F5F5;
  position: relative;
  z-index: 10;
  padding: 0 0 18%;
}
.block_business .area_businessTop .inner {
  position: relative;
}
.block_business .area_businessTop .top_title {
  font-size: 200%;
  font-weight: 900;
  line-height: 1.36;
  margin: 0 0 5%;
}
.block_business .area_businessTop .top_lead {
  font-size: 114.3%;
  letter-spacing: .04em;
}
.block_business .area_businessTop .top_illust {
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  background: url(../img/about_bg.webp) no-repeat;
  background-size: cover;
  position: relative;
}
.block_business .area_businessTop .top_illust img {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 93%;
  object-fit: cover;
}
/*-----*/
.block_business .area_service {
  background: #DCDCDC;
  padding: 10.5% 0 5%;
}
.list_service {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 7% 0 0;
}
.list_service > li {
  background: #fff;
  width: 48.5%;
  padding: 4% 0;
  margin: 0 0 6%;
}
.list_service > li .service_icon {
  width: 62%;
  margin: 0 auto 2.5%;
}
.list_service > li .service_icon img {
  vertical-align: top;
}
.list_service > li dl {
  width: 88%;
  margin: auto;
}
.list_service > li dt {
  font-weight: 500;
  margin: 0 0 2%;
}
.list_service > li dd {
  font-size: 86%;
  line-height: 1.667;
}
/*-----*/
.block_business .area_pickup {
  background: #F5F5F5;
  padding: 10% 0 15%;
  position: relative;
  z-index: 10;
}
.block_business .area_pickup .title_en {
  position: relative;
  z-index: 20;
}
.block_business .area_pickup .pickupSet {
  background-repeat: no-repeat;
  background-position: left 69%;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
.block_business .area_pickup .pickupSet + .pickupSet {
  margin: 8.5% 0 0;
}
.block_business .area_pickup .pickupSet.set01 {
  background-image: url("../img/business//pickup01_bg.webp");
  margin: -1% 0 0;
}
.block_business .area_pickup .pickupSet.set02 {
  background-image: url("../img/business//pickup02_bg.webp");
}
.block_business .area_pickup .pickupSet.set03 {
  background-image: url("../img/business//pickup03_bg.webp");
}
.block_business .area_pickup .pickupSet .setFlex {
  position: relative;
  z-index: 10;
  width: 88%;
  margin: auto;
}
.block_business .area_pickup .pickupSet .textBox .pickup_title {
  font-size: 178.6%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
  margin: 0 0 4%;
}
.block_business .area_pickup .pickupSet .textBox .pickup_lead {
  font-size: 114.3%;
  letter-spacing: .04em;
  margin: 0 auto 6%;
}
.block_business .area_pickup .pickupSet .imgBox {
  margin: 7% auto 0;
}
.block_business .area_pickup .pickupSet .imgBox img {
  vertical-align: top;
}
/* ====== 
page-name #company
======*/
.block_company .area_mission {
  background: #F5F5F5;
  padding: 3% 0 7.5%;
}
.dl_mission + .dl_mission {
  margin: 10% 0 0;
}
.dl_mission dt {
  margin: 0 0 7%;
  font-size: 200%;
  line-height: 1;
}
.dl_mission dd {
  background: #fff;
  padding: 6% 9% 8%;
  box-sizing: border-box;
}
.dl_mission dd .jp {
  font-size: 143%;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .04em;
}
.dl_mission dd .en {
  font-size: 72%;
  font-weight: 700;
  color: #AF2123;
  line-height: 1;
  margin: 3% 0 0;
}
.dl_mission.type02 {
  display: block;
}
.dl_mission.type02 dd {
  background: none;
  padding: 0;
  width: 100%;
}
.list_value {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -1% 0 0;
}
.list_value::after {
  content: '';
  width: 48%;
  display: block;
}
.list_value > li {
  width: 48%;
  height: 0;
  padding: 48% 0 0;
  background: #fff;
  text-align: center;
  margin: 0 0 6%;
  display: flex;
  align-items: center;
  counter-increment: mycounter;
  position: relative;
}
.list_value > li::before {
  content: counter(mycounter, decimal-leading-zero);
  position: absolute;
  left: 9%;
  top: 5.5%;
  font-family: "Roboto", sans-serif;
  font-size: 143%;
  color: #AF2123;
  font-weight: 900;
  font-style: italic;
}
.list_value > li .valueWrap {
  width: 100%;
  height: 100%;
  min-height: 5.6em;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.list_value > li .valueWrap p {
  width: 100%;
  padding: 10% 0 0;
}
.dl_mission dd .list_value > li .jp {
  font-size: 150%;
  line-height: 1.4;
  margin: 0 0 3.7%;
  display: block;
}
.dl_mission dd .list_value > li .en {
  display: block;
}
/**/
.block_company .area_message {
  background: #F5F5F5;
  padding: 10% 0 0;
  overflow: hidden;
}
.block_company .area_message .messageWrap {
  background: url("../img/company/president_bg_sp.webp") no-repeat center bottom;
  background-size: contain;
  padding: 0 0 9.5%;
}
.block_company .area_message .flexLeft {
  box-sizing: border-box;
  margin: 0 0 7.1%;
}
.block_company .area_message .message_lead {
  font-size: 180%;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.5;
  margin: 0 0 4%;
}
.block_company .area_message .message_text {
  letter-spacing: .04em;
  font-size: 114.3%;
  margin: 0 auto 6%;
}
.block_company .area_message .message_img img {
  vertical-align: top;
}
.block_company .area_message .message_president {
  text-align: right;
  line-height: 1.5;
  margin: 1em 0 0;
  letter-spacing: .04em;
}
.block_company .area_message .message_president span.position {
  font-size: 71.43%;
  display: block;
}
.block_company .area_message .message_president span.name {
  font-size: 114.286%;
  font-weight: 500;
  display: block;
}
/**/
.block_company .area_member {
  background: #DCDCDC;
  padding: 9% 0 3.5%;
}
.list_members {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 8.5% 0 0;
}
.list_members > li {
  width: 48%;
  text-align: center;
  margin: 0 0 6.8%;
}
.list_members > li .thumbnail {
  overflow: hidden;
  margin: 0 auto 8%;
}
.list_members > li .thumbnail img {
  vertical-align: top;
}
.list_members > li .info {
  line-height: 1.4;
}
.list_members > li .info span.position {
  display: block;
  font-size: 75%;
}
.list_members > li .info span.name {
  display: block;
  font-size: 125%;
  font-weight: 500;
}
.list_members .memberDetail {
  position: fixed;
  z-index: 1002;
  box-sizing: border-box;
  width: 90%;
  padding: 5% 5.5% 8%;
  max-height: 90svh;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  background: #F5F5F5;
  text-align: left;
  transition: all .4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: scroll;
}
.list_members li.modal--open .memberDetail {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.list_members .memberDetail::before, .list_members .memberDetail::after {
  content: '';
  width: 36px;
  height: 1px;
  position: absolute;
  right: 20px;
  top: 36px;
  background: #000000;
  transform-origin: center;
}
.list_members .memberDetail::before {
  transform: rotateZ(45deg);
}
.list_members .memberDetail::after {
  transform: rotateZ(-45deg);
}
.list_members .memberDetail .memberDetail_thumbnail {
  width: 54.7%;
  height: 0;
  padding: 54.7% 0 0;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.list_members .memberDetail .memberDetail_thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_members .memberDetail .memberDetail_textBox {
  letter-spacing: .04em;
  text-align: left;
}
.list_members .memberDetail .memberDetail_info {
  text-align: center;
  padding: 4% 0 6%;
}
.list_members .memberDetail .memberDetail_info span.detail_position {
  display: block;
  font-size: 71.43%;
  line-height: 1;
}
.list_members .memberDetail .memberDetail_info span.detail_name {
  display: block;
  font-size: 114.29%;
}
.list_members .memberDetail .memberDetail_desc {
  font-size: 114.29%;
}
.list_members .memberDetail .memberDetail_career {
  border-top: solid 1px #DCDCDC;
  padding: 1.3em 0 0;
  margin: 1.3em 0 0;
  font-size: 114.29%;
}
#fixedBg::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .4s;
}
#fixedBg.modal--on::before {
  opacity: 1;
  visibility: visible;
}
    .area_member .pickup_title {
        font-size: 200%;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: .04em;
        margin: 0 0.4%;
    }
}
/**/
.block_company .area_info {
  background: #F5F5F5;
  padding: 9% 0 9.9%;
}
.dl_info {
  font-size: 114.3%;
  text-align: left;
  letter-spacing: .04em;
}
.dl_info + .dl_info {
  margin: .9% 0 0;
}
.dl_info dd {
  margin: 0 0 0 .7em;
}
.list_disc > li {
  padding: 0 0 0 1.1em;
  position: relative;
  line-height: 1.6875;
}
.list_disc > li + li {
  margin: .05em 0 0;
}
.list_disc > li::before {
  content: '';
  position: absolute;
  width: .3em;
  height: .3em;
  background: #000;
  border-radius: 50%;
  left: 0;
  top: 1em;
}
/**/
.block_company .area_location {
  background: #DCDCDC;
  padding: 9.5% 0 0;
}
.list_location {
  margin: 0 0 9.7%;
}
.list_location > li {
  box-sizing: border-box;
  background: #FFFFFF;
  padding: 7.2% 9% 9%;
  position: relative;
}
.list_location > li + li {
  margin: 6% auto 0;
}
.list_location > li .location_name {
  font-size: 129%;
  font-weight: 500;
  line-height: 1.555;
  letter-spacing: .04em;
  margin: 0 0 1.3em;
}
.list_location > li .location_name a {
  display: inline-block;
  padding: 0 1.1em 0 0;
  background: url(../img/icon_blank.svg) no-repeat right bottom .3em;
  background-size: .8em;
  transition: all .2s;
}
.list_location > li .location_address {
  line-height: 1.428;
  letter-spacing: .04em;
  position: relative;
  padding: 0 0 0 2.4em;
}
.list_location > li .location_address small {
  font-size: 85.714%;
  display: block;
  text-align: left;
}
.list_location > li .location_address::before {
  content: '';
  background: url(../img/icon_address.svg) no-repeat;
  background-size: contain;
  width: 1.9em;
  height: 1.9em;
  position: absolute;
  left: 0;
  top: 0;
}
.list_location > li .location_tel {
  line-height: 1.428;
  letter-spacing: .04em;
  position: relative;
  padding: 0 0 0 2.4em;
  margin: 1.1em 0 0;
}
.list_location > li .location_tel::before {
  content: '';
  background: url(../img/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 1.9em;
  height: 1.9em;
  position: absolute;
  left: 0;
  top: -.3em;
}
.list_location > li .location_map {
  text-align: center;
  margin: 10% auto 0;
}
.list_location > li .location_map a {
  display: block;
  color: #fff;
  font-weight: 500;
  background: #000;
  border-radius: 50px;
  overflow: hidden;
  border: solid 1px #000;
  position: relative;
  padding: .9em 0;
  transition: all .4s;
}
.list_location > li .location_map a::before {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .4s;
}
.list_location > li .location_map span {
  position: relative;
  z-index: 5;
}
.block_company .area_location .bnr {
  text-align: center;
}
.block_company .area_location .bnr img {
  vertical-align: top;
  max-width: none;
  width: 100%;
}
/**/
.block_company .area_history {
  background: #F5F5F5;
  padding: 10% 0 20%;
  position: relative;
  z-index: 10;
}
.list_history {
  margin: -.5% 0 0;
  font-size: 114.3%;
}
.list_history > li + li {
  margin: .6em 0 0;
}
.list_history > li .time {
  line-height: 1.7;
}
.list_history > li .time span.month {
  display: block;
  margin: 0 0 0 .5em;
}
.list_history > li .topic {
  margin: 0 0 0 1em;
  line-height: 1.6875;
  text-align: left;
}
.list_history > li .history_contents .contentsWrap + .contentsWrap {
  margin: .4em 0 0;
}
/* ====== 
page-name #news
======*/
.block_news {
  background: #F5F5F5;
  z-index: 1;
  position: relative;
}
.block_news .area_archive {
  padding: 0 0 25%;
}
.list_category {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5%;
}
.list_category > li {
  margin: 0 2.2em 0 0;
}
.list_category a {
  display: block;
  font-size: 86%;
  font-weight: 700;
  position: relative;
  padding: .5em 0;
}
.list_category a::before {
  content: '';
  width: 0;
  height: 2px;
  background: #AF2123;
  position: absolute;
  right: 0;
  bottom: .2em;
  transition: all .4s;
}
.list_category li.active a::before {
  width: 100%;
  left: 0;
  right: auto;
}
.block_news .area_archive .list_newsSummary > li {
  margin: 0 0 6%;
}
/* ====== 
page-name #news-single
======*/
.block_news .area_single {
  background: #F5F5F5;
  padding: 8% 0 25%;
  letter-spacing: .04em;
}
.block_news .area_single .inner {
  width: 100%;
}
.block_news .area_single .whiteWrap {
  margin: 0 auto 15%;
}
.block_news .area_single .single_title {
  font-size: 200%;
  line-height: 1.357;
  font-weight: 500;
  letter-spacing: .04em;
  margin: 1% 0 7%;
}
.block_news .area_single .single_info {
  margin: 0 0 9%;
}
.block_news .area_single .single_info a {
  display: inline-block;
  font-size: 85.7%;
  padding: 0 1.1em;
  background: #AF2123;
  color: #FFFFFF;
  transition: all .2s;
}
.block_news .area_single .single_info a + a {
  margin: 0 0 0 .2em;
}
.block_news .area_single .single_info time {
  display: inline-block;
  font-size: 85.7%;
  margin: 0 0 0 1.5em;
}
.block_news .area_single .single_info span.update {
  display: inline-block;
  font-size: 85.7%;
  margin: 0 0 0 1.5em;
  padding: 0 0 0 1.5em;
  background: url("../img/icon_update.svg") no-repeat left center;
  background-size: 1.2em;
}
/* ====== 
page-name #recruitment
======*/
.block_recruitment .area_career {
  background: #F5F5F5;
  position: relative;
  z-index: 3;
  padding: 2.3% 0 20%;
}
.block_recruitment .area_career .inner {
  width: 100%;
}
.block_recruitment .area_career .career_lead {
  letter-spacing: .04em;
  font-size: 114.3%;
  margin: 0 auto 10%;
  width: 88%;
}
.whiteWrap {
  background: #fff;
  padding: 7% 5% 16%;
}
.whiteWrap + .whiteWrap {
  margin: 8% auto 0;
}
.whiteWrap .career_sectionTitle {
  font-size: 188%;
  font-weight: 700;
  letter-spacing: .04em;
  margin: 0 0 .4em;
}
.whiteWrap .intern_frame {
  text-align: center;
}
.list_recruitInfo {
  line-height: 1.6875;
  margin: 0 0 5%;
  text-align: left;
}
.list_recruitInfo > li + li {
  margin: .68em 0 0;
}
.list_recruitInfo dl {
  font-size: 114.3%;
}
.list_recruitInfo dd {
  margin: .2em 0 0 1em;
  letter-spacing: .04em;
}
.list_recruitInfo dd a {
  text-decoration: underline;
}
.whiteWrap .recruitAtt {
  line-height: 1.64;
}
.block_recruitment .btn_base {
  margin: 17% auto 0;
}
.list_recruitInfo .list_disc > li::before {
  top: .7em;
  width: .35em;
  height: .35em;
}
/*----------*/
.block_recruitment .area_input {
  background: #F5F5F5;
  position: relative;
  z-index: 3;
  padding: 3% 0 25%;
}
.block_recruitment .area_input .inner {
  width: 100%;
}
/* ====== 
page-name #contact
======*/
.block_contact .area_input {
  background: #F5F5F5;
  position: relative;
  z-index: 2;
  padding: 3% 0 25%;
}
.contactWrap select, .contactWrap input {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.contactWrap select {
  background: #fff;
  border: solid 1px #EBEBEB;
  width: 100%;
  font-size: 16px;
  padding: 1em 1.25em;
}
.contactWrap select:invalid, .contactWrap input::placeholder, .contactWrap textarea::placeholder {
  color: #B4B4B4;
}
.contactWrap input[type="text"], .contactWrap input[type="email"], .contactWrap input[type="tel"], .contactWrap textarea {
  background: #fff;
  border: solid 1px #EBEBEB;
  width: 100%;
  font-size: 16px;
  padding: 1em 1.25em;
}
.contactWrap input[type="text"].checkEX {
  margin: .5em 0 0;
}
.contactWrap input[type="checkbox"] {
  position: relative;
  width: 1.3em;
  height: 1.3em;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #EBEBEB;
  margin: 0 .5em .2em 0;
}
.contactWrap input[type="checkbox"]:checked {
  background: #AF2123;
}
.contactWrap label + input[type="checkbox"] {
  margin: 0 .6em 0 2em;
}
.contactWrap input[type="file"] {
  width: 100%;
  cursor: pointer;
}
.contactWrap input[type="file"]::file-selector-button {
  background: #F5F5F5;
  border: solid 1px #EBEBEB;
  padding: .4em 2em;
  margin: 0 .5em 0 0;
  font-size: 87.5%;
  font-weight: 500;
}
.contactWrap input.submit {
  width: 260px;
  border-radius: 50px;
  background: #000000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 3.714em;
  padding: 0;
  outline: none;
  transition: all .3s;
  margin: 10px 0;
}
.contactWrap input.submit:disabled {
  color: #000;
  background: #fff;
  cursor: not-allowed;
  opacity: .6;
}
.contactWrap input.back {
  width: 260px;
  border-radius: 50px;
  background: #ccc;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 3em;
  padding: 0;
  outline: none;
  transition: all .3s;
  margin: 10px 0;
}
.contactWrap textarea {
  font-size: 16px;
}
.list_form li + li {
  margin: 1.5em 0 0;
}
.list_form .formLabel {
  letter-spacing: .04em;
  font-size: 114.3%;
  text-align: left;
}
.list_form .formLabel span.hissu {
  color: #AF2123;
  font-size: 75%;
  display: inline-block;
  margin: 0 0 0 .5em;
}
.list_form .formLabel small {
  font-size: 75%;
  display: inline-block;
  margin: 0 0 0 1em;
}
.list_form .checkWrap {
  font-size: 114.3%;
}
.list_form .checkWrap > div {
  margin: .5em 0;
}
.list_form .checkWrap label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2em 0 0;
}
.contactWrap .formConfirm {
  text-align: center;
  margin: 3em 0 0;
  font-size: 114.3%;
}
.contactWrap .formConfirm a {
  text-decoration: underline;
  transition: all .2s;
}
.contactWrap .formSubmit {
  margin: 1.5em 0 0;
  text-align: center;
  position: relative;
}
/**/
.contactWrap .custom-wpcf7c-confirmed select {
  border: none;
  border-bottom: solid 1px #333;
  pointer-events: none;
}
.contactWrap .custom-wpcf7c-confirmed input[type="text"], .contactWrap .custom-wpcf7c-confirmed input[type="email"], .contactWrap .custom-wpcf7c-confirmed input[type="tel"], .contactWrap .custom-wpcf7c-confirmed textarea {
  border: none;
  border-bottom: solid 1px #333;
  pointer-events: none;
}
.custom-wpcf7c-confirmed .list_form .formLabel span.hissu {
  display: none;
}
.custom-wpcf7c-confirmed .list_form .formLabel small {
  display: none;
}
.contactWrap .custom-wpcf7c-confirmed .formConfirm {
  display: none;
}
/* ====== 
page-name #privacy
======*/
.block_privacy {
  background: #F5F5F5;
  padding: 3.2% 0 25%;
}
.block_privacy .inner {
  width: 100%;
}
.block_privacy .whiteWrap .privacy_title {
  font-size: 200%;
  font-weight: 700;
  line-height: 1;
  margin: 3.5% 0 7%;
  letter-spacing: .04em;
}
.block_privacy .whiteWrap .privacy_time {
  text-align: right;
  margin: 0 0 2%;
  font-size: 114.3%;
}
.block_privacy .area_summary {
  letter-spacing: .04em;
  padding: 0 0 12%;
  border-bottom: solid 1px #EBEBEB;
}
.block_privacy .area_summary .privacy_secTitle {
  font-size: 200%;
  font-weight: 700;
  margin: 0 0 2%;
}
.block_privacy .area_summary .summary_lead {
  font-size: 128.6%;
}
.list_decimal {
  font-size: 114.3%;
  margin: .5em 0 0 2.5em;
  list-style: decimal;
  text-align: left;
}
.block_privacy .area_summary .privacyContact {
  background: #EBEBEB;
  margin: 7% 0 0;
  padding: 7% 6% 9%;
}
.block_privacy .area_summary .privacyContact .contact_title {
  font-size: 175%;
  font-weight: 700;
}
.block_privacy .area_summary .privacyContact .contact_lead {
  font-size: 128.6%;
  margin: 0 0 1.3%;
}
.block_privacy .area_summary .privacyContact .contact_text {
  font-size: 114.3%;
  text-align: left;
}
.block_privacy .area_summary .privacyContact .contact_text a {
  text-decoration: underline;
}
.block_privacy .area_about {
  letter-spacing: .04em;
}
.block_privacy .area_about .privacy_secTitle {
  font-size: 185%;
  font-weight: 700;
  padding: 7% 0 0;
  margin: 0 0 1.5%;
}
.list_decimalBig > li + li {
  margin: 5% 0 0;
}
.list_decimalBig dl dt {
  font-size: 160%;
  font-weight: 700;
}
.list_decimalBig dl dd {
  margin: 0 0 0 5.8%;
}
.list_decimalBig dl dd .dd_text {
  font-size: 128.6%;
}
.list_decimalBig dl dd .dd_text + .dd_text {
  margin: .8em 0 0;
}
.list_decimalBig .list_disc {
  margin: .2em 0 .8em;
  font-size: 114.3%;
}
.list_decimalBig .list_disc > li {
  line-height: 2;
}
.list_decimalBig .list_disc > li + li {
  margin: 0;
}
.block_privacy .area_about .att {
  margin: .8em 0 0;
  line-height: 1.86;
}
.block_privacy .area_about .dd_indent {
  margin: .1em 0 .9em;
  font-size: 114.3%;
}
.block_privacy .endText {
  font-size: 128.6%;
  margin: 1.3em 0 0 5.8%;
}
.recaptcha_text {
  text-align: center;
  font-size: 87.5%;
  margin: 3em 0 0;
}
.recaptcha_text a {
  text-decoration: underline;
}