@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- base
- 共通ボタン
- 共通テキスト
- header

▼TOP
- MV
- News
- intro
- Service
- Solutions
- Business
- Products
- Message
- nav
- Contact us

▼下層ページ
- お問い合わせ
- ニュースリリース
-------------------------*/
/*=======================================
　base
=======================================*/
/* 要確認 */
html {
  margin-top: 0 !important;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 400;
  background: #000;
  color: #fff;
  position: relative;
}

.site-body-container {
  padding: 0;
  max-width: inherit;
}

@media screen and (max-width: 768px) {
  header {
    height: 70px !important;
  }
}

/*=======================================
　editor
=======================================*/
.editor-styles-wrapper {
  background-color: gray !important;
}

/*=======================================
　共通ボタン
=======================================*/
.custom_cmn_btn01 {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 44px;
  margin: 0 !important;
}
.custom_cmn_btn01__gray a {
  background: #324053;
}
.custom_cmn_btn01__a_tag a {
  background: #324053;
}
.custom_cmn_btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: 50vw;
  padding: 0 18px 0 39px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
}
.custom_cmn_btn01 a::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: calc(50% + 1px);
  left: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .custom_cmn_btn01 a:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .custom_cmn_btn01 a:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

/*=======================================
　共通テキスト
=======================================*/
.custom_cmn_txt01 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .custom_cmn_txt01 {
    font-size: 13px;
  }
}

/*=======================================
　header
=======================================*/
header > div {
  height: 90px;
}
@media screen and (max-width: 768px) {
  header > div {
    height: 70px;
  }
}
header .custom_header__flex_area {
  position: static;
  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: 90%;
  height: 100%;
  position: relative;
  margin: 0 auto !important;
  /* border-bottom: 1px solid; */
  /* border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 0%, #fff 13.81%, #fff 82.84%, rgba(255, 255, 255, 0.1) 100%) 1; */
  -webkit-transition: border-image 0.3s ease-in-out;
  transition: border-image 0.3s ease-in-out;
  transition: border-image 0.3s ease-in-out, -o-border-image 0.3s ease-in-out;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  header .custom_header__flex_area {
    /* border-bottom: none; */
  }
}
@media screen and (max-width: 768px) {
  header .custom_header__logo {
    width: 163px;
  }
}
header .custom_header__lang_switch {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media screen and (max-width: 768px) {
  header .custom_header__lang_switch {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
}
header .custom_header__lang_switch--btn {
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 768px) {
  header .custom_header__lang_switch--btn {
    width: 24px;
    height: 24px;
  }
}
header .custom_header__lang_switch--btn a {
  border-radius: 50vw;
  font-weight: 500;
  font-size: 14px !important;
  letter-spacing: 0.08em;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 0 2px !important;
  min-width: inherit !important;
  border: 1px solid transparent !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  header .custom_header__lang_switch--btn a {
    font-size: 10px !important;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  header .custom_header__lang_switch--btn a:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: transparent !important;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  header .custom_header__lang_switch--btn a:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: transparent !important;
  }
}
header .custom_header__lang_switch--btn_jp a {
  border: 1px solid #fff !important;
}
header .custom_header__open_btn {
  padding: 0 !important;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  header .custom_header__open_btn {
    width: 35px;
    height: 35px;
  }
}
header .custom_header__open_btn > nav {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) !important;
}
header .custom_header__open_btn > nav > button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
header .custom_header__open_btn > nav > div {
  left: auto;
  right: 0;
  width: 467px;
}
@media screen and (max-width: 768px) {
  header .custom_header__open_btn > nav > div {
    width: 100%;
  }
}
header .custom_header__open_btn > nav > div button {
  right: 5%;
  top: 32px;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  header .custom_header__open_btn > nav > div button {
    top: 23px;
    right: 0;
  }
}

/*=======================================
　footer
=======================================*/
#page_top {
  display: none;
}

.custom_page_top {
  margin: 0 0 39px !important;
  z-index: 1;
  position: absolute;
  top: -60px;
  right: 6%;
}
@media screen and (max-width: 768px) {
  .custom_page_top {
    width: 60px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    top: -75px;
  }
}

footer {
  padding-top: 111px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 100px;
  }
}
footer > div {
  overflow: visible !important;
}
footer > div > div {
  max-width: inherit !important;
}
footer .custom_footer_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1430px;
}
footer .custom_footer_logo {
  width: 35.71%;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_logo {
    width: 84.92%;
    text-align: center;
  }
}
footer .custom_footer_nav_area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  margin-bottom: 140px;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_nav_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 39px;
  }
}
footer .custom_footer_nav_area_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 1.71875vw;
  width: 52.89%;
  min-width: 466px;
}
@media only screen and (min-width: 1600px) {
  footer .custom_footer_nav_area_list {
    gap: 0 27.5px;
  }
}
@media screen and (max-width: 820px) {
  footer .custom_footer_nav_area_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .custom_footer_nav_area_list {
    min-width: inherit;
    max-width: 324px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    gap: 12px 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .custom_footer_nav_area_list p {
  position: relative;
  padding-right: 1.71875vw;
}
@media only screen and (min-width: 1600px) {
  footer .custom_footer_nav_area_list p {
    padding-right: 27.5px;
  }
}
@media screen and (max-width: 768px) {
  footer .custom_footer_nav_area_list p {
    padding-right: 18px;
  }
}
footer .custom_footer_nav_area_list p::before, footer .custom_footer_nav_area_list p::after {
  content: "";
  width: 1px;
  height: 21px;
  display: inline-block;
  background: #707070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  footer .custom_footer_nav_area_list p::before, footer .custom_footer_nav_area_list p::after {
    height: 15px;
  }
}
footer .custom_footer_nav_area_list p::before {
  left: 0;
  display: none;
}
footer .custom_footer_nav_area_list p::after {
  right: 0;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_nav_area_list p:nth-child(1), footer .custom_footer_nav_area_list p:nth-child(4) {
    padding-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  footer .custom_footer_nav_area_list p:nth-child(1)::before, footer .custom_footer_nav_area_list p:nth-child(4)::before {
    display: inline-block;
  }
}
footer .custom_footer_nav_area_list p:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_nav_area_list p:last-child {
    padding-right: 18px;
  }
}
footer .custom_footer_nav_area_list p:last-child::after {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_nav_area_list p:last-child::after {
    display: inline-block;
  }
}
footer .custom_footer_nav_area_list p a {
  font-family: "Jost", sans-serif;
  font-size: clamp(10px, 1.125vw, 18px);
  letter-spacing: 0.08em;
  width: 100%;
  display: block;
  color: transparent;
  text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
  overflow: hidden;
  padding: 0.3125vw 0;
  text-decoration: none;
  line-height: 1.15;
}
@media only screen and (min-width: 1600px) {
  footer .custom_footer_nav_area_list p a {
    padding: 5px 0;
  }
}
@media screen and (max-width: 820px) {
  footer .custom_footer_nav_area_list p a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  footer .custom_footer_nav_area_list p a {
    padding: 3px 0;
    font-size: 15px;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  footer .custom_footer_nav_area_list p a:hover {
    text-shadow: 0 1.6em 0 #fff, 0 0 0 #fff;
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  footer .custom_footer_nav_area_list p a:hover {
    text-shadow: 0 1.6em 0 #fff, 0 0 0 #fff;
    opacity: 1;
  }
}
footer .custom_footer_inquiry_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 25px;
  margin-bottom: 71.5px;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_inquiry_area {
    width: 100%;
    margin: 0 auto 60px;
    gap: 40px 0;
  }
}
footer .custom_footer_inquiry_area__tel {
  width: 38.24%;
  min-width: 307px;
  color: #fff;
  gap: 0;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_inquiry_area__tel {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  footer .custom_footer_inquiry_area__tel--img {
    max-width: 279.14px;
  }
}
footer .custom_footer_inquiry_area__tel--txt, footer .custom_footer_inquiry_area__tel--notes {
  letter-spacing: 0.1em;
  padding-left: 7.3125vw;
}
@media only screen and (min-width: 1600px) {
  footer .custom_footer_inquiry_area__tel--txt, footer .custom_footer_inquiry_area__tel--notes {
    padding-left: 117px;
  }
}
@media screen and (max-width: 768px) {
  footer .custom_footer_inquiry_area__tel--txt, footer .custom_footer_inquiry_area__tel--notes {
    padding-left: 66px;
  }
}
footer .custom_footer_inquiry_area__tel--txt {
  font-size: clamp(10px, 1.125vw, 18px);
  margin-bottom: 11px;
  line-height: 1.777;
}
@media only screen and (min-width: 1600px) {
  footer .custom_footer_inquiry_area__tel--txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  footer .custom_footer_inquiry_area__tel--txt {
    font-size: 13px;
  }
}
footer .custom_footer_inquiry_area__tel--notes {
  font-size: clamp(10px, 0.875vw, 14px);
  line-height: 1.642;
}
@media only screen and (min-width: 1600px) {
  footer .custom_footer_inquiry_area__tel--notes {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  footer .custom_footer_inquiry_area__tel--notes {
    font-size: 11px;
  }
}
footer .custom_footer_inquiry_area__btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  width: 52.85%;
  min-width: 470px;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_inquiry_area__btn_area {
    width: 100%;
    min-width: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    margin: 0 auto;
  }
}
footer .custom_footer_inquiry_area__btn_area--btn {
  width: 48.64%;
  max-height: 102px;
  height: 6.375vw;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_inquiry_area__btn_area--btn {
    width: 100%;
    max-width: inherit;
    height: 65px;
  }
}
footer .custom_footer_inquiry_area__btn_area--btn a {
  background: transparent;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  border-radius: 4px;
  background: none !important;
}
footer .custom_footer_inquiry_area__btn_area--btn a::before, footer .custom_footer_inquiry_area__btn_area--btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .custom_footer_inquiry_area__btn_area--btn a::before {
  width: 2.3125vw;
  max-width: 37px;
  height: 2.3125vw;
  max-height: 37px;
  border: 1px solid #fff;
  border-radius: 50vw;
  position: absolute;
  right: 0.9375vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  footer .custom_footer_inquiry_area__btn_area--btn a::before {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  footer .custom_footer_inquiry_area__btn_area--btn a::before {
    width: 20px;
    height: 20px;
    right: 19px;
  }
}
footer .custom_footer_inquiry_area__btn_area--btn a::after {
  background: url("/asset/img/common/arrow03.svg") no-repeat;
  background-size: cover;
  width: 9px;
  height: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 1.8125vw;
}
@media only screen and (min-width: 1600px) {
  footer .custom_footer_inquiry_area__btn_area--btn a::after {
    right: 29px;
  }
}
@media screen and (max-width: 768px) {
  footer .custom_footer_inquiry_area__btn_area--btn a::after {
    right: 25px;
    width: 7px;
    height: 5px;
  }
}
footer .custom_footer_inquiry_area__btn_area--btn a > div > span {
  -webkit-transform: translateX(-21px);
          transform: translateX(-21px);
  font-size: clamp(10px, 1vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.565;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_inquiry_area__btn_area--btn a > div > span {
    font-size: 18px;
  }
}
footer .custom_footer_inquiry_area__btn_area--btn a > div > span strong {
  font-weight: 600;
  font-size: clamp(10px, 1.4375vw, 23px);
}
@media screen and (max-width: 1024px) {
  footer .custom_footer_inquiry_area__btn_area--btn a > div > span strong {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .custom_footer_inquiry_area__btn_area--btn a > div > span strong {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
  }
}
footer .custom_footer_inquiry_area__btn_area--btn a > div > span.circle {
  width: 2.3125vw;
  max-width: 37px;
  height: 2.3125vw;
  max-height: 37px;
  border: 1px solid #fff;
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_inquiry_area__btn_area--btn a > div > span.circle {
    width: 20px;
    height: 20px;
    right: 19px;
  }
}
footer .custom_footer_inquiry_area__btn_area--btn a > div > span.circle::after {
  content: "";
  background: url("../img/common/arrow03.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_inquiry_area__btn_area--btn a > div > span.circle::after {
    width: 7px;
    height: 5px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  footer .custom_footer_inquiry_area__btn_area--btn a:hover {
    background: #fff !important;
    color: #000 !important;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  footer .custom_footer_inquiry_area__btn_area--btn a:hover::before {
    background: #fff;
    border: 1px solid #000;
  }
  footer .custom_footer_inquiry_area__btn_area--btn a:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7481%) hue-rotate(314deg) brightness(98%) contrast(100%);
            filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7481%) hue-rotate(314deg) brightness(98%) contrast(100%);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  footer .custom_footer_inquiry_area__btn_area--btn a:hover {
    background: #fff !important;
    color: #000 !important;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  footer .custom_footer_inquiry_area__btn_area--btn a:hover::before {
    background: #fff;
    border: 1px solid #000;
  }
  footer .custom_footer_inquiry_area__btn_area--btn a:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7481%) hue-rotate(314deg) brightness(98%) contrast(100%);
            filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7481%) hue-rotate(314deg) brightness(98%) contrast(100%);
  }
}
footer .custom_footer_office_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 21px;
  margin: 0 0 77.4px;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_office_area {
    margin-bottom: 30px;
  }
}
footer .custom_footer_office_area__list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_office_area__list_wrap {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
footer .custom_footer_office_area__list_wrap--list {
  position: relative;
  padding-left: 31px;
  letter-spacing: 0.1em;
  line-height: 1.642;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3.125vw;
  color: #fff;
}
@media only screen and (min-width: 1600px) {
  footer .custom_footer_office_area__list_wrap--list {
    gap: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  footer .custom_footer_office_area__list_wrap--list {
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px 0;
  }
}
footer .custom_footer_office_area__list_wrap--list::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  footer .custom_footer_office_area__list_wrap--list::before {
    top: 0.7em;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 5px;
    height: 5px;
  }
}
footer .custom_footer_office_area__list_wrap--list > div {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  -webkit-box-flex: inherit !important;
      -ms-flex-positive: inherit !important;
          flex-grow: inherit !important;
}
footer .custom_footer_office_area__list_wrap--list > div:nth-child(1) {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_office_area__list_wrap--list > div:nth-child(1) {
    font-size: 14px;
  }
}
footer .custom_footer_office_area__list_wrap--list > div:nth-child(2) {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_office_area__list_wrap--list > div:nth-child(2) {
    font-size: 12px;
  }
}
footer .custom_footer_office_area__list_wrap:nth-child(1) .custom_footer_office_area__list_wrap--list > div:nth-child(1) {
  width: 4.4em;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
@media only screen and (max-width: 1475px) {
  footer .custom_footer_office_area__list_wrap:nth-child(1) .custom_footer_office_area__list_wrap--list > div:nth-child(1) {
    width: 5.5em;
  }
}
@media screen and (max-width: 768px) {
  footer .custom_footer_office_area__list_wrap:nth-child(1) .custom_footer_office_area__list_wrap--list > div:nth-child(1) {
    width: inherit;
  }
}
footer .custom_footer_office_area__list_wrap:nth-child(2) .custom_footer_office_area__list_wrap--list > div:nth-child(1) {
  width: 5.5em;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_office_area__list_wrap:nth-child(2) .custom_footer_office_area__list_wrap--list > div:nth-child(1) {
    width: inherit;
  }
}
footer .custom_footer_ft_btm_area {
  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;
  border-top: 1px solid #707070;
  max-width: inherit;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 0.5em;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_ft_btm_area {
    padding: 13px 0 16px;
    gap: 14px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .custom_footer_ft_btm_area__txt_link_area p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_ft_btm_area__txt_link_area p {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    gap: 10px 15px;
  }
}
footer .custom_footer_ft_btm_area__txt_link_area a {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.642;
  color: #CBCBCB;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  footer .custom_footer_ft_btm_area__txt_link_area a {
    font-size: 13px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  footer .custom_footer_ft_btm_area__txt_link_area a:hover {
    opacity: 0.8;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  footer .custom_footer_ft_btm_area__txt_link_area a:hover {
    opacity: 0.8;
  }
}
footer .custom_footer_ft_btm_area__copyright {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.833;
  text-align: right;
  color: #fff;
  background: inherit;
}
@media screen and (max-width: 768px) {
  footer .custom_footer_ft_btm_area__copyright {
    font-size: 11px !important;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0;
  }
}

/* TOP
--------------------------------------------------------- */
/*=======================================
　MV
=======================================*/
.swiper.custom_mv_slider {
  max-width: initial;
  width: 100%;
  height: 50.125vw !important;
}
@media screen and (max-width: 820px) {
  .swiper.custom_mv_slider {
    height: 178.6666666667vw !important;
  }
}
.swiper.custom_mv_slider .swiper-wrapper {
  height: 100% !important;
}
.swiper.custom_mv_slider .swiper-wrapper .swiper-slide {
  height: 100% !important;
}
.swiper.custom_mv_slider .swiper-pagination {
  background: none !important;
  bottom: 27px !important;
  right: 3.125%;
  left: auto !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 768px) {
  .swiper.custom_mv_slider .swiper-pagination {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    right: 5%;
    bottom: 15px !important;
    font-size: 15px;
  }
}
.swiper.custom_mv_slider .swiper-pagination span {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .swiper.custom_mv_slider .swiper-pagination span {
    font-size: 12px;
  }
}

/*=======================================
　News
=======================================*/
.custom_news_sec {
  padding: 76px 0 98px;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .custom_news_sec {
    padding: 41px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.custom_news_sec > div:nth-child(1) {
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .custom_news_sec > div:nth-child(1) {
    display: contents;
  }
}
.custom_news_sec > div:nth-child(2) {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .custom_news_sec > div:nth-child(2) {
    margin-left: 0;
  }
}
.custom_news_sec .custom_news_ttl_area {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .custom_news_sec .custom_news_ttl_area {
    display: contents;
  }
}
.custom_news_sec .custom_news_ttl_area > div {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
.custom_news_sec .custom_news_ttl_area > div:has(.custom_cmn_btn01) {
  display: contents;
}
@media screen and (max-width: 768px) {
  .custom_news_sec .custom_news_ttl_area .custom_news_ttl {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.custom_news_sec .custom_news_ttl_area .custom_news_ttl p {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 0.02em;
  line-height: 1.885;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .custom_news_sec .custom_news_ttl_area .custom_news_ttl p {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .custom_news_sec .custom_news_ttl_area .custom_cmn_btn01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto !important;
  }
}
.custom_news_sec .custom_news_ttl_area .custom_cmn_btn01 a {
  background: #34333a !important;
  font-size: 16px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .custom_news_sec .custom_news_ttl_area .custom_cmn_btn01 a:hover {
    opacity: 1;
    background: #fff !important;
    color: #34333a;
  }
  .custom_news_sec .custom_news_ttl_area .custom_cmn_btn01 a:hover::before {
    background: #34333a;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .custom_news_sec .custom_news_ttl_area .custom_cmn_btn01 a:hover {
    opacity: 1;
    background: #fff !important;
    color: #34333a;
  }
  .custom_news_sec .custom_news_ttl_area .custom_cmn_btn01 a:hover::before {
    background: #34333a;
  }
}
.custom_news_sec .swiper {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .custom_news_sec .swiper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.custom_news_sec .swiper .swiper-slide {
  width: 433.33px !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .custom_news_sec .swiper .swiper-slide {
    width: 300px !important;
  }
}
.custom_news_sec .swiper .swiper-slide > div {
  width: calc(100% - 20px);
  margin: 0;
  background: #201F24;
  border: 1px solid #7b7b7b;
  border-radius: 4px;
  padding: 30px 30px 15px;
}
@media screen and (max-width: 768px) {
  .custom_news_sec .swiper .swiper-slide > div {
    padding: 18px 20px 21px;
  }
}
.custom_news_sec .swiper .swiper-slide > div > div {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  line-height: 1.5;
}
.custom_news_sec .swiper .swiper-slide > div > div h5 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.custom_news_sec .swiper .swiper-slide > div > div h5 a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .custom_news_sec .swiper .swiper-slide > div > div h5 a {
    font-size: 12px;
  }
}
.custom_news_sec .swiper .swiper-slide > div > div > div {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .custom_news_sec .swiper .swiper-slide > div > div > div {
    font-size: 10px;
  }
}
.custom_news_sec .swiper {
  /* 矢印 画像*/
}
.custom_news_sec .swiper .swiper-button-prev,
.custom_news_sec .swiper .swiper-button-next {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 59px !important;
  height: 29px !important;
  background: #34333a !important;
  border-radius: 50vw !important;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: -60px !important;
  margin-top: 0;
  bottom: auto !important;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .custom_news_sec .swiper .swiper-button-prev:hover,
  .custom_news_sec .swiper .swiper-button-next:hover {
    opacity: 0.8;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .custom_news_sec .swiper .swiper-button-prev:hover,
  .custom_news_sec .swiper .swiper-button-next:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .custom_news_sec .swiper .swiper-button-prev,
  .custom_news_sec .swiper .swiper-button-next {
    height: 27px;
  }
}
.custom_news_sec .swiper .swiper-button-prev::after,
.custom_news_sec .swiper .swiper-button-next::after {
  content: "";
  background: url("/asset/img/common/arrow01.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .custom_news_sec .swiper .swiper-button-prev::after,
  .custom_news_sec .swiper .swiper-button-next::after {
    width: 14px;
    height: 7px;
  }
}
.custom_news_sec .swiper .swiper-button-prev {
  left: 123.25px;
}
@media screen and (max-width: 768px) {
  .custom_news_sec .swiper .swiper-button-prev {
    left: auto;
    right: 69px;
  }
}
.custom_news_sec .swiper .swiper-button-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.custom_news_sec .swiper .swiper-button-next {
  left: 192.25px;
}
@media screen and (max-width: 768px) {
  .custom_news_sec .swiper .swiper-button-next {
    left: auto;
    right: 0;
  }
}

/*=======================================
　intro
=======================================*/
.custom_intro_sec {
  background: #030431;
  padding: 132px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .custom_intro_sec {
    padding: 0;
  }
}
.custom_intro_sec__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .custom_intro_sec__inner {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.custom_intro_sec figure:has(video) {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20% !important;
  width: auto !important;
  height: 629.55px !important;
}
@media screen and (max-width: 820px) {
  .custom_intro_sec figure:has(video) {
    left: -40% !important;
  }
}
@media screen and (max-width: 768px) {
  .custom_intro_sec figure:has(video) {
    height: 430px !important;
    left: -60% !important;
    max-width: inherit;
  }
}
@media screen and (max-width: 640px) {
  .custom_intro_sec figure:has(video) {
    left: -120% !important;
  }
}
.custom_intro_sec figure:has(video)::before {
  content: "";
  width: 30%;
  height: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#030431));
  background: linear-gradient(90deg, transparent 0%, #030431 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.custom_intro_sec video {
  height: 100%;
}
.custom_intro_sec .custom_intro__txt_area {
  row-gap: 52px;
}
@media screen and (max-width: 768px) {
  .custom_intro_sec .custom_intro__txt_area {
    row-gap: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .custom_intro_sec .custom_intro__txt_area figure img {
    width: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .custom_intro_sec .custom_intro__txt_area h1 {
    font-size: 16px;
    line-height: 2.5;
    text-align: center !important;
  }
}

/*=======================================
　Service
=======================================*/
.custom_service_list {
  position: relative;
  color: #fff;
}
.custom_service_list::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #393d50;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  pointer-events: none;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .custom_service_list:hover::after {
    visibility: visible;
    opacity: 0.8;
  }
  .custom_service_list:hover .custom_cmn_btn01 a {
    background-color: #fff;
    border: 1px solid #fff;
  }
  .custom_service_list:hover .custom_cmn_btn01 a::before {
    background: #34333a;
  }
  .custom_service_list:hover .custom_cmn_btn01 a span {
    color: #34333a;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .custom_service_list:hover::after {
    visibility: visible;
    opacity: 0.8;
  }
  .custom_service_list:hover .custom_cmn_btn01 a {
    background-color: #fff;
    border: 1px solid #fff;
  }
  .custom_service_list:hover .custom_cmn_btn01 a::before {
    background: #34333a;
  }
  .custom_service_list:hover .custom_cmn_btn01 a span {
    color: #34333a;
  }
}
.custom_service_list a {
  z-index: 1;
}
.custom_service_list__clm1 .custom_service_list_inner {
  padding: 137px 12.375% 124px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .custom_service_list__clm1 .custom_service_list_inner {
    padding: 38px 5%;
    min-height: auto !important;
  }
}
.custom_service_list__clm2 {
  padding: 144px 6.875% 116px;
}
.custom_service_list__clm3 {
  padding: 120px 10.31% 101px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .custom_service_list__clm2, .custom_service_list__clm3 {
    padding: 22.5px 5%;
    min-height: auto !important;
  }
}
.custom_service_list__clm2 > div, .custom_service_list__clm3 > div {
  max-width: inherit !important;
}
.custom_service_list__sttl {
  font-weight: 500;
  margin-left: 0 !important;
  font-size: 1vw;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 0.9375vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1600px) {
  .custom_service_list__sttl {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .custom_service_list__sttl {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.custom_service_list__ttl {
  font-weight: 500;
  margin-left: 0 !important;
  font-size: 2.625vw;
  letter-spacing: 0.05em;
  line-height: 1.452;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .custom_service_list__ttl {
    font-size: 20px;
  }
}
.custom_service_list .custom_cmn_btn01 {
  position: relative;
  z-index: 1;
}

/*=======================================
　Solutions
=======================================*/
.custom_solutions_sec {
  padding: 120px 0 !important;
}
@media screen and (max-width: 768px) {
  .custom_solutions_sec {
    padding: 85px 0 77px !important;
  }
}
.custom_solutions_sec .custom_solutions_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}
.custom_solutions_sec .custom_solutions_sttl {
  font-size: 16px !important;
  letter-spacing: 0.1em !important;
  line-height: 2;
  color: #a6acbb !important;
  margin-bottom: 4px !important;
}
@media screen and (max-width: 768px) {
  .custom_solutions_sec .custom_solutions_sttl {
    font-size: 12px !important;
  }
}
.custom_solutions_sec .custom_solutions_ttl {
  font-family: "Jost", sans-serif;
  font-size: 60px !important;
  letter-spacing: 0.02em !important;
  line-height: 1.3;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  .custom_solutions_sec .custom_solutions_ttl {
    font-size: 40px !important;
  }
}
.custom_solutions_sec .custom_cmn_txt01 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 768px) {
  .custom_solutions_sec .custom_cmn_txt01 {
    margin-bottom: 50px !important;
  }
}
.custom_solutions_sec .swiper {
  overflow: visible;
  max-width: inherit;
  width: 100%;
  margin: 0 !important;
}
.custom_solutions_sec .swiper .swiper-wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: 5%;
}
.custom_solutions_sec .swiper .swiper-wrapper .swiper-slide {
  width: 411px !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .custom_solutions_sec .swiper .swiper-wrapper .swiper-slide {
    width: 246px !important;
  }
}
.custom_solutions_sec .swiper .swiper-wrapper .swiper-slide > div {
  padding: 0;
}
.custom_solutions_sec .swiper .swiper-wrapper .swiper-slide figure {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .custom_solutions_sec .swiper .swiper-wrapper .swiper-slide figure {
    margin-bottom: 17px;
  }
}
.custom_solutions_sec .swiper .swiper-wrapper .swiper-slide figure img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.custom_solutions_sec .swiper .swiper-wrapper .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.custom_solutions_sec .swiper .swiper-wrapper .swiper-slide .custom_solutions_slide_ttl {
  position: relative;
  padding-right: 52px;
}
@media screen and (max-width: 768px) {
  .custom_solutions_sec .swiper .swiper-wrapper .swiper-slide .custom_solutions_slide_ttl {
    padding-right: 40px;
  }
}
.custom_solutions_sec .swiper .swiper-wrapper .swiper-slide .custom_solutions_slide_ttl span:not([class]) {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .custom_solutions_sec .swiper .swiper-wrapper .swiper-slide .custom_solutions_slide_ttl span:not([class]) {
    font-size: 16px;
    line-height: 1.5;
  }
}
.custom_solutions_sec .swiper .swiper-wrapper .swiper-slide .custom_solutions_slide_ttl span.circle {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50vw;
  display: block;
  position: absolute;
  top: 0.25em;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .custom_solutions_sec .swiper .swiper-wrapper .swiper-slide .custom_solutions_slide_ttl span.circle {
    width: 20px;
    height: 20px;
  }
}
.custom_solutions_sec .swiper .swiper-wrapper .swiper-slide .custom_solutions_slide_ttl span.circle::after {
  content: "";
  background: url("/asset/img/common/arrow02.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 7px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(19deg) brightness(103%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(19deg) brightness(103%) contrast(101%);
}
@media screen and (max-width: 768px) {
  .custom_solutions_sec .swiper .swiper-wrapper .swiper-slide .custom_solutions_slide_ttl span.circle::after {
    width: 7px;
    height: 5px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .custom_solutions_sec .swiper .swiper-wrapper .swiper-slide:hover {
    opacity: 1;
  }
  .custom_solutions_sec .swiper .swiper-wrapper .swiper-slide:hover .custom_solutions_slide_ttl span.circle {
    background: #fff;
  }
  .custom_solutions_sec .swiper .swiper-wrapper .swiper-slide:hover .custom_solutions_slide_ttl span.circle::after {
    -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7481%) hue-rotate(314deg) brightness(98%) contrast(100%);
            filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7481%) hue-rotate(314deg) brightness(98%) contrast(100%);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .custom_solutions_sec .swiper .swiper-wrapper .swiper-slide:hover {
    opacity: 1;
  }
  .custom_solutions_sec .swiper .swiper-wrapper .swiper-slide:hover .custom_solutions_slide_ttl span.circle {
    background: #fff;
  }
  .custom_solutions_sec .swiper .swiper-wrapper .swiper-slide:hover .custom_solutions_slide_ttl span.circle::after {
    -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7481%) hue-rotate(314deg) brightness(98%) contrast(100%);
            filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7481%) hue-rotate(314deg) brightness(98%) contrast(100%);
  }
}
.custom_solutions_sec {
  /* 矢印 画像*/
}
.custom_solutions_sec .swiper-button-prev,
.custom_solutions_sec .swiper-button-next {
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
  width: 70px !important;
  height: 70px !important;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  top: 207px;
  -webkit-transform: translate(0);
          transform: translate(0);
  border-radius: 50vw !important;
}
@media screen and (max-width: 768px) {
  .custom_solutions_sec .swiper-button-prev,
  .custom_solutions_sec .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    top: 141px !important;
  }
}
.custom_solutions_sec .swiper-button-prev::before,
.custom_solutions_sec .swiper-button-next::before {
  content: "";
  background: url("/asset/img/common/arrow02.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 23px;
  height: 16px;
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(7%) saturate(797%) hue-rotate(211deg) brightness(94%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(12%) sepia(7%) saturate(797%) hue-rotate(211deg) brightness(94%) contrast(97%);
}
@media screen and (max-width: 768px) {
  .custom_solutions_sec .swiper-button-prev::before,
  .custom_solutions_sec .swiper-button-next::before {
    width: 11px;
    height: 8.2px;
  }
}
.custom_solutions_sec .swiper-button-prev::after,
.custom_solutions_sec .swiper-button-next::after {
  display: none;
}
.custom_solutions_sec .swiper-button-prev {
  left: -35px;
}
@media screen and (max-width: 768px) {
  .custom_solutions_sec .swiper-button-prev {
    left: 2.5%;
  }
}
.custom_solutions_sec .swiper-button-prev::before {
  -webkit-transform: rotate(180deg) translate(-50%, -50%);
          transform: rotate(180deg) translate(-50%, -50%);
  -webkit-transform-origin: left 5%;
          transform-origin: left 5%;
}
.custom_solutions_sec .swiper-button-next {
  right: -2.5%;
}
@media screen and (max-width: 768px) {
  .custom_solutions_sec .swiper-button-next {
    right: 2.5%;
  }
}

/*=======================================
　Business
=======================================*/
.custom_business_sec {
  padding: 150px 0 252px !important;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .custom_business_sec {
    padding: 85px 0 !important;
  }
}
.custom_business_sec > span {
  background-color: transparent !important;
}
.custom_business_sec .custom_business_ttl_area {
  row-gap: 23px;
  margin-bottom: 50px;
}
.custom_business_sec .custom_business_ttl_area .custom_business_sttl {
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #a6acbb;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .custom_business_sec .custom_business_ttl_area .custom_business_sttl {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.custom_business_sec .custom_business_ttl_area .custom_business_ttl {
  margin-bottom: 23px;
}
.custom_business_sec .custom_business_ttl_area .custom_business_ttl h2 {
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .custom_business_sec .custom_business_ttl_area .custom_business_ttl h2 {
    font-size: 40px;
  }
}
.custom_business_sec .custom_business_ttl_area .custom_business_copy {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 2.166;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .custom_business_sec .custom_business_ttl_area .custom_business_copy {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 17px;
  }
}
.custom_business_sec .custom_business_list_wrap {
  max-width: 923px;
  margin: 0 auto;
}
.custom_business_sec .custom_business_list_wrap .custom_business_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media screen and (max-width: 768px) {
  .custom_business_sec .custom_business_list_wrap .custom_business_list {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    row-gap: 16.2px;
  }
}
.custom_business_sec .custom_business_list_wrap .custom_business_list__img_area {
  width: 43.33%;
  margin-left: 2.43%;
}
@media screen and (max-width: 768px) {
  .custom_business_sec .custom_business_list_wrap .custom_business_list__img_area {
    width: 74.07% !important;
    margin: 0 auto !important;
  }
}
.custom_business_sec .custom_business_list_wrap .custom_business_list__txt_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .custom_business_sec .custom_business_list_wrap .custom_business_list__txt_area {
    padding-top: 50px;
  }
}
.custom_business_sec .custom_business_list_wrap .custom_business_list__txt_area::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  width: 80%;
  height: 150%;
  background: #3c3948;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.custom_business_sec .custom_business_list_wrap .custom_business_list__txt_area--num {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #97a2bb;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 1;
}
.custom_business_sec .custom_business_list_wrap .custom_business_list__txt_area--ttl {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .custom_business_sec .custom_business_list_wrap .custom_business_list__txt_area--ttl {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
.custom_business_sec .custom_business_list_wrap .custom_business_list__txt_area .custom_cmn_txt01 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.custom_business_sec .custom_business_list_wrap:nth-of-type(odd) .custom_business_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.custom_business_sec .custom_business_list_wrap:nth-of-type(odd) .custom_business_list__img_area {
  margin: 0 2.43% 0 0;
}
.custom_business_sec .custom_business_list_wrap:nth-child(1 of .custom_business_list_wrap) {
  padding-top: 184px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .custom_business_sec .custom_business_list_wrap:nth-child(1 of .custom_business_list_wrap) {
    padding-top: 83px;
  }
}
.custom_business_sec .custom_business_list_wrap:nth-child(1 of .custom_business_list_wrap)::before {
  content: "";
  width: 1px;
  height: 112px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(13.81%, #fff), color-stop(82.84%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #fff 13.81%, #fff 82.84%, rgba(255, 255, 255, 0) 100%);
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width: 768px) {
  .custom_business_sec .custom_business_list_wrap:nth-child(1 of .custom_business_list_wrap)::before {
    height: 50px;
  }
}
.custom_business_sec .custom_business_list_wrap:not(:last-of-type) {
  margin-bottom: 119px;
}
@media screen and (max-width: 768px) {
  .custom_business_sec .custom_business_list_wrap:not(:last-of-type) {
    margin-bottom: 59px;
  }
}

/*=======================================
　Products
=======================================*/
.custom_products_sec {
  padding: 120px 0 124px !important;
}
@media screen and (max-width: 768px) {
  .custom_products_sec {
    padding: 85px 0 60px !important;
  }
}
.custom_products_sec .custom_products_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .custom_products_sec .custom_products_inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 31px;
  }
}
.custom_products_sec .custom_products_inner .custom_products_ttl_area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner .custom_products_ttl_area {
    /* display: contents; */
    max-width: inherit;
    margin-bottom: 0;
  }
}
.custom_products_sec .custom_products_inner .custom_products_ttl_area > div {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner .custom_products_ttl_area > div {
    /* display: contents; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.custom_products_sec .custom_products_inner .custom_products_ttl_area > div > div {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner .custom_products_ttl_area > div > div {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner .custom_products_ttl_area > div > div:nth-child(1) {
    /* order: 0; */
  }
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner .custom_products_ttl_area > div > div:nth-child(1) {
    /* order: 2; */
  }
}
.custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_products_sttl {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #a6acbb;
  margin-bottom: 4px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_products_sttl {
    font-size: 12px;
  }
}
.custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_products_ttl {
  font-family: "Jost", sans-serif;
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_products_ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_cmn_ttl01 {
    text-align: center;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_cmn_btn01 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_cmn_btn01 {
    margin-bottom: 0 !important;
  }
}
.custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_cmn_btn01 a {
  background: #fff !important;
  border-radius: 50vw;
}
.custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_cmn_btn01 a::before {
  background: #201F24;
}
.custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_cmn_btn01 a span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #201F24;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_cmn_btn01 a:hover {
    opacity: 1;
    background: #201F24 !important;
  }
  .custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_cmn_btn01 a:hover::before {
    background: #fff;
  }
  .custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_cmn_btn01 a:hover span {
    color: #fff;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_cmn_btn01 a:hover {
    opacity: 1;
    background: #201F24 !important;
  }
  .custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_cmn_btn01 a:hover::before {
    background: #fff;
  }
  .custom_products_sec .custom_products_inner .custom_products_ttl_area .custom_cmn_btn01 a:hover span {
    color: #fff;
  }
}
.custom_products_sec .custom_products_inner .custom_products_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 40px 1.675%;
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner .custom_products_list_wrap {
    -webkit-column-gap: 5.82%;
       -moz-column-gap: 5.82%;
            column-gap: 5.82%;
    /* order: 1; */
  }
}
.custom_products_sec .custom_products_inner .custom_products_list_wrap .custom_products_list {
  width: 18.66%;
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner .custom_products_list_wrap .custom_products_list {
    width: 47.09%;
  }
}
.custom_products_sec .custom_products_inner .custom_products_list_wrap .custom_products_list__img {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner .custom_products_list_wrap .custom_products_list__img {
    margin-bottom: 12px;
  }
}
.custom_products_sec .custom_products_inner .custom_products_list_wrap .custom_products_list__img img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}
.custom_products_sec .custom_products_inner .custom_products_list_wrap .custom_products_list__product_name {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.555;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner .custom_products_list_wrap .custom_products_list__product_name {
    font-size: 15px;
    line-height: 1.666;
    margin-bottom: 12px;
  }
}
.custom_products_sec .custom_products_inner .custom_products_list_wrap .custom_products_list__category {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  background: #262626 !important;
  padding: 5px 14px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50vw !important;
  color: #fff !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner .custom_products_list_wrap .custom_products_list__category {
    font-size: 10px;
  }
}
.custom_products_sec .custom_products_inner .custom_products_list_wrap .custom_products_list:hover a {
  opacity: 1;
}
.custom_products_sec .custom_products_inner .custom_products_list_wrap .custom_products_list:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .custom_products_sec .custom_products_inner .custom_cmn_btn01 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

/*=======================================
　Message
=======================================*/
.custom_message_sec {
  padding: 99px 0 219px !important;
}
@media screen and (max-width: 768px) {
  .custom_message_sec {
    padding: 85px 0 !important;
  }
}
.custom_message_sec .custom_message_inner {
  margin: 0 auto;
  max-width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .custom_message_sec .custom_message_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 23px 0;
  }
}
.custom_message_sec .custom_message_inner .custom_message_txt_area {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .custom_message_sec .custom_message_inner .custom_message_txt_area {
    text-align: center;
    max-width: inherit;
  }
}
.custom_message_sec .custom_message_inner .custom_message_txt_area .custom_message_sttl {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #a6acbb;
  margin-bottom: 4px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .custom_message_sec .custom_message_inner .custom_message_txt_area .custom_message_sttl {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.custom_message_sec .custom_message_inner .custom_message_txt_area .custom_message_ttl {
  font-family: "Jost", sans-serif;
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .custom_message_sec .custom_message_inner .custom_message_txt_area .custom_message_ttl {
    font-size: 40px;
  }
}
.custom_message_sec .custom_message_inner .custom_message_movie_area {
  width: 60.25%;
}
@media screen and (max-width: 768px) {
  .custom_message_sec .custom_message_inner .custom_message_movie_area {
    width: 100%;
  }
}
.custom_message_sec .custom_message_inner .custom_message_movie_area iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 700/438;
  background: #000;
}

/*=======================================
　nav
=======================================*/
.custom_nav_sec {
  background: #201F24;
  padding: 0 0 151px;
}
@media screen and (max-width: 768px) {
  .custom_nav_sec {
    padding-bottom: 85px;
  }
}
.custom_nav_sec .custom_nav_sec_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  background: #fff;
  padding: 85px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .custom_nav_sec .custom_nav_sec_inner {
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    border-radius: 8px;
  }
}
.custom_nav_sec .custom_nav_sec_inner .custom_nav_clm {
  width: 47.15%;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media screen and (max-width: 768px) {
  .custom_nav_sec .custom_nav_sec_inner .custom_nav_clm {
    width: 100%;
  }
}
.custom_nav_sec .custom_nav_sec_inner .custom_nav_clm > div {
  grid-template-columns: auto;
}
.custom_nav_sec .custom_nav_sec_inner .custom_nav_img {
  border-radius: 4px;
  margin-bottom: 25px;
  min-height: 22.5vw;
  max-height: 360px;
}
@media screen and (max-width: 768px) {
  .custom_nav_sec .custom_nav_sec_inner .custom_nav_img {
    margin-bottom: 9px;
    max-height: inherit;
    min-height: 32vw;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .custom_nav_sec .custom_nav_sec_inner .custom_nav_img:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .custom_nav_sec .custom_nav_sec_inner .custom_nav_img:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.custom_nav_sec .custom_nav_sec_inner .custom_nav_ttl_area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 1em;
  margin-bottom: 15px;
  -ms-flex-flow: wrap !important;
      flex-flow: wrap !important;
  /* @include mq-down(xl) {
  	flex-direction: column;
  	align-items: start!important;
  } */
}
@media screen and (max-width: 768px) {
  .custom_nav_sec .custom_nav_sec_inner .custom_nav_ttl_area {
    margin-bottom: 0;
  }
}
.custom_nav_sec .custom_nav_sec_inner .custom_nav_ttl_area .custom_nav_ttl {
  font-family: "Jost", sans-serif;
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  font-weight: 500;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  -webkit-box-flex: inherit !important;
      -ms-flex-positive: inherit !important;
          flex-grow: inherit !important;
}
@media screen and (max-width: 1024px) {
  .custom_nav_sec .custom_nav_sec_inner .custom_nav_ttl_area .custom_nav_ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .custom_nav_sec .custom_nav_sec_inner .custom_nav_ttl_area .custom_nav_ttl {
    font-size: 30px;
    letter-spacing: 0.02em;
    line-height: 2.2;
  }
}
.custom_nav_sec .custom_nav_sec_inner .custom_nav_ttl_area .custom_nav_ttl p {
  line-height: inherit;
}
.custom_nav_sec .custom_nav_sec_inner .custom_nav_ttl_area .custom_nav_btn {
  position: relative;
  padding-right: 47px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #201F24;
  width: auto;
  min-width: auto;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  -webkit-box-flex: inherit !important;
      -ms-flex-positive: inherit !important;
          flex-grow: inherit !important;
}
@media screen and (max-width: 768px) {
  .custom_nav_sec .custom_nav_sec_inner .custom_nav_ttl_area .custom_nav_btn {
    font-size: 12px;
    padding-right: 26px;
  }
}
.custom_nav_sec .custom_nav_sec_inner .custom_nav_ttl_area .custom_nav_btn::before, .custom_nav_sec .custom_nav_sec_inner .custom_nav_ttl_area .custom_nav_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom_nav_sec .custom_nav_sec_inner .custom_nav_ttl_area .custom_nav_btn::before {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: transparent;
  border-radius: 50vw;
  border: 1px solid #201F24;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .custom_nav_sec .custom_nav_sec_inner .custom_nav_ttl_area .custom_nav_btn::before {
    width: 20px;
    height: 20px;
  }
}
.custom_nav_sec .custom_nav_sec_inner .custom_nav_ttl_area .custom_nav_btn::after {
  background: url("/asset/img/common/arrow02.svg") no-repeat;
  background-size: cover;
  width: 8px;
  height: 6px;
  right: 12px;
  -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(13%) saturate(442%) hue-rotate(211deg) brightness(91%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(11%) sepia(13%) saturate(442%) hue-rotate(211deg) brightness(91%) contrast(95%);
}
@media screen and (max-width: 768px) {
  .custom_nav_sec .custom_nav_sec_inner .custom_nav_ttl_area .custom_nav_btn::after {
    width: 7px;
    height: 5px;
    right: 7px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .custom_nav_sec .custom_nav_sec_inner a:hover {
    opacity: 1 !important;
  }
  .custom_nav_sec .custom_nav_sec_inner a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .custom_nav_sec .custom_nav_sec_inner a:hover .custom_nav_btn::before {
    background: #201F24;
  }
  .custom_nav_sec .custom_nav_sec_inner a:hover .custom_nav_btn::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(19deg) brightness(103%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(19deg) brightness(103%) contrast(101%);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .custom_nav_sec .custom_nav_sec_inner a:hover {
    opacity: 1 !important;
  }
  .custom_nav_sec .custom_nav_sec_inner a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .custom_nav_sec .custom_nav_sec_inner a:hover .custom_nav_btn::before {
    background: #201F24;
  }
  .custom_nav_sec .custom_nav_sec_inner a:hover .custom_nav_btn::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(19deg) brightness(103%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(19deg) brightness(103%) contrast(101%);
  }
}

/*=======================================
　Contact us
=======================================*/
.custom_contact_sec {
  background: #201F24;
  padding-bottom: 150px !important;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .custom_contact_sec {
    padding-bottom: 0 !important;
  }
}
.custom_contact_sec .custom_contact_sec_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .custom_contact_sec .custom_contact_sec_inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
}
@media screen and (max-width: 768px) {
  .custom_contact_sec .custom_contact_sec_inner {
    row-gap: 85px;
    width: 100%;
  }
}
.custom_contact_sec .custom_contact_sec_inner > div {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  -webkit-box-flex: inherit !important;
      -ms-flex-positive: inherit !important;
          flex-grow: inherit !important;
}
.custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area {
  width: 40.28%;
}
@media screen and (max-width: 1024px) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area {
    width: 100%;
  }
}
.custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_sttl {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #a6acbb;
  margin-bottom: 4px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_sttl {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
  }
}
.custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_ttl {
  font-family: "Jost", sans-serif;
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_ttl {
    text-align: center;
  }
}
.custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_cmn_txt01 {
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_cmn_txt01 {
    text-align: center;
    margin-bottom: 40px;
  }
}
.custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn {
  width: 100%;
  height: 131px;
}
@media screen and (max-width: 1024px) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn {
    width: 100%;
    height: 64px;
  }
}
.custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: transparent !important;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a {
    padding: 0 5%;
  }
}
.custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a span {
  font-size: 25px;
  letter-spacing: 0.1em;
  padding-right: 77px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a span {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a span {
    font-size: 18px;
    padding-right: 30px;
  }
}
.custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a span::before, .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a span::before {
  width: 52px;
  height: 52px;
  display: inline-block;
  background: transparent;
  border-radius: 50vw;
  border: 1px solid #fff;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a span::before {
    width: 20px;
    height: 20px;
  }
}
.custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a span::after {
  background: url("/asset/img/common/arrow02.svg") no-repeat;
  background-size: cover;
  width: 13px;
  height: 10px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(19deg) brightness(103%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(19deg) brightness(103%) contrast(101%);
  right: 20px;
}
@media screen and (max-width: 768px) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a span::after {
    width: 7px;
    height: 5px;
    right: 7px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a:hover span::before {
    background: #fff;
  }
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a:hover span::after {
    -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(5%) saturate(1129%) hue-rotate(211deg) brightness(96%) contrast(94%);
            filter: brightness(0) saturate(100%) invert(10%) sepia(5%) saturate(1129%) hue-rotate(211deg) brightness(96%) contrast(94%);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a:hover span::before {
    background: #fff;
  }
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_txt_area .custom_contact_btn_area .custom_contact_btn a:hover span::after {
    -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(5%) saturate(1129%) hue-rotate(211deg) brightness(96%) contrast(94%);
            filter: brightness(0) saturate(100%) invert(10%) sepia(5%) saturate(1129%) hue-rotate(211deg) brightness(96%) contrast(94%);
  }
}
.custom_contact_sec .custom_contact_sec_inner .custom_contact_img_area {
  width: 53.71%;
}
@media screen and (max-width: 1024px) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_img_area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .custom_contact_sec .custom_contact_sec_inner .custom_contact_img_area {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
  }
}

/* 下層ページ
--------------------------------------------------------- */
.main-section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* TOPは適用外 */
.main-section:has(.custom_news_sec) {
  width: inherit;
  max-width: inherit;
  margin: inherit;
}

/* MV */
.page-header {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .page-header {
    margin-top: 70px;
  }
}

/*=======================================
　お問い合わせ
=======================================*/
.custom_contact_item {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.custom_contact_item input[type=date],
.custom_contact_item input[type=email],
.custom_contact_item input[type=number],
.custom_contact_item input[type=password],
.custom_contact_item input[type=tel],
.custom_contact_item input[type=text],
.custom_contact_item input[type=url],
.custom_contact_item select,
.custom_contact_item textarea {
  background: #000 !important;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 10px;
}
.custom_contact_item input[type=submit] {
  background: #34333a !important;
  color: #fff;
  border-radius: 50vw;
  border: 1px solid #34333a;
  width: 150px;
  margin: 0 auto;
  display: block;
}
.custom_contact_item span:has(select) {
  position: relative;
  width: 200px;
  display: inline-block;
}
.custom_contact_item span:has(select)::after {
  content: "";
  width: 10px;
  height: 6px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 48%;
  right: 1em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* エラーメッセージ */
.wpcf7-response-output {
  border: none !important;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 !important;
}

/*=======================================
　ニュースリリース
=======================================*/
/* 前後の投稿・カテゴリー非表示 */
.site-body .next-prev,
.site-body .entry-footer {
  display: none;
}/*# sourceMappingURL=style.css.map */