@charset "UTF-8";
/*
Theme Name: mirai
Theme URI:
Description: mirai
Version: 1.0
Author: W-ONE
Author URI: http://www.wakasaone.com
*/
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #b9d257;
  --color-primary-light: #fafafa;
  --color-primary-light-ptn1: #f1f8f6;
  --color-link: #4895e6;
}

.white {
  color: white;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 760px;
  --width-content: 1100px;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Inter","Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.f_noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

/*!
global > adjustment
------------------------------
*/
/*!
global > scroll
------------------------------
*/
.scroll_bar {
  background-color: white;
  overflow-y: scroll;
  height: 150px;
}

.scroll_bar::-webkit-scrollbar {
  width: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: white;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
}

/*!
global > effects
------------------------------
*/
.s20Lead-Main .dlBtn, #nav-toggle, .Header, .HeaderMenu, .DetailBtn {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*!
foundation > reset
------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
foundation > base
------------------------------
*/
html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family-base);
  font-size: 1.8rem;
  line-height: 1.8;
  background-color: white;
  min-width: 1200px;
  overflow-x: auto;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #1f7e94;
  word-wrap: break-word;
}
a.nolink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 1000px) {
  a.anchor {
    padding-top: 50px;
    margin-top: -50px;
  }
}
a.External_links {
  display: table;
  margin-left: auto;
  font-size: 1.4rem;
}

.br-pc {
  display: block !important;
}
@media screen and (max-width: 1000px) {
  .br-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .br-pc {
    display: none !important;
  }
}

.br-sp {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .br-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .br-sp {
    display: block !important;
  }
}

.br-tb {
  display: none;
}

.br-tb-sp {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .br-tb-sp {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  .br-tb-sp {
    display: block !important;
  }
}

/*!
utility > utility
------------------------------
*/
.u-mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-mrauto {
  margin-right: auto !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-ml5 {
  margin-left: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.u-p-reset {
  padding: 0 !important;
}

.u-ptb {
  padding: 100px 0 !important;
}
@media screen and (max-width: 1000px) {
  .u-ptb {
    padding: 70px 0 !important;
  }
}

.u-ptb100 {
  padding: 100px 0 !important;
}
@media screen and (max-width: 1000px) {
  .u-ptb100 {
    padding: 50px 0 !important;
  }
}

.u-ptb70 {
  padding: 70px 0 !important;
}
@media screen and (max-width: 1000px) {
  .u-ptb70 {
    padding-top: 35px !important;
  }
}

.u-ptb50 {
  padding: 50px 0 !important;
}

.u-pt {
  padding-top: 100px !important;
}
@media screen and (max-width: 1000px) {
  .u-pt {
    padding-top: 70px !important;
  }
}

.u-pb {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 1000px) {
  .u-pb {
    padding-bottom: 70px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 1000px) {
  .u-sp-m-reset {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mlauto {
    margin-left: 0 !important;
    margin-left: auto !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mt120 {
    margin-top: 120px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mt150 {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-ptb {
    padding: 70px 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-ptb35 {
    padding: 35px 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-ptb50 {
    padding: 50px 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-pt {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-pb {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-pb35 {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

@media screen and (max-width: 1000px) {
  .u-sp-fl-reset {
    float: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-flr {
    float: right !important;
  }
}

.u-alc {
  text-align: center !important;
}

.u-all {
  text-align: left !important;
}

.u-alr {
  text-align: right !important;
}

@media screen and (max-width: 1000px) {
  .u-sp-alc {
    text-align: center !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-all {
    text-align: left !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-alr {
    text-align: right !important;
  }
}

.u-vat {
  vertical-align: top !important;
}

.u-vam {
  vertical-align: middle !important;
}

.u-vab {
  vertical-align: bottom !important;
}

.u-wnum {
  width: 4em !important;
  max-width: 4em !important;
}

.u-w10 {
  width: 10% !important;
  max-width: 10% !important;
}

.u-w15 {
  width: 15% !important;
  max-width: 15% !important;
}

.u-w20 {
  width: 20% !important;
  max-width: 20% !important;
}

.u-w25 {
  width: 25% !important;
  max-width: 25% !important;
}

.u-w30 {
  width: 30% !important;
  max-width: 30% !important;
}

.u-w35 {
  width: 35% !important;
  max-width: 35% !important;
}

.u-w40 {
  width: 40% !important;
  max-width: 40% !important;
}

.u-w45 {
  width: 45% !important;
  max-width: 45% !important;
}

.u-w50 {
  width: 50% !important;
  max-width: 50% !important;
}

.u-w55 {
  width: 55% !important;
  max-width: 55% !important;
}

.u-w60 {
  width: 60% !important;
  max-width: 60% !important;
}

.u-w70 {
  width: 70% !important;
  max-width: 70% !important;
}

.u-w80 {
  width: 80% !important;
  max-width: 80% !important;
}

.u-w90 {
  width: 90% !important;
  max-width: 90% !important;
}

.u-w100 {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (max-width: 1000px) {
  .u-tab-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-w-reset {
    width: auto !important;
    max-width: initial !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-w30 {
    width: 30% !important;
    max-width: 30% !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-w35 {
    width: 35% !important;
    max-width: 35% !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-w40 {
    width: 40% !important;
    max-width: 40% !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-w70 {
    width: 70% !important;
    max-width: 70% !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-w80 {
    width: 80% !important;
    max-width: 80% !important;
  }
}

@media screen and (max-width: 1000px) {
  .u-sp-w100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.u-of-hidden {
  overflow: hidden;
}

.u-bold {
  font-weight: 600;
}

.u-txtSmall {
  font-size: 1.4rem;
}

.u-txtLarge {
  font-size: 2.2rem;
}

.u-imgBorder {
  border: 1px solid #1e1e1e;
  box-sizing: border-box;
}

/*!
layout > container
------------------------------
*/
.l-container-s {
  width: 100%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
  box-sizing: border-box;
}

/*!
component > title
------------------------------
*/
.UnderFv {
  background-color: var(--color-primary);
}
.UnderFv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 650px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .UnderFv__inner {
    height: 260px;
    max-height: 260px;
    padding-bottom: 80px;
    box-sizing: border-box;
  }
}
.UnderFv__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: calc(100% - 200px);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 500;
  color: white;
  letter-spacing: 0.25em;
  position: relative;
}
.UnderFv__title::before, .UnderFv__title::after {
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: 1px;
  background-color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.UnderFv__title::before {
  top: 0;
}
.UnderFv__title::after {
  bottom: 0;
}
.UnderFv__title--small {
  letter-spacing: initial;
}
.UnderFv__img {
  display: block;
  width: calc((100% - 340px) / 2);
  height: 100%;
}
.UnderFv__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-Lv1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5.4rem;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}
.title-Lv1--medium {
  font-size: 4rem;
  font-weight: 700;
}
.title-Lv1--white {
  color: white;
}
.title-Lv1--small {
  font-size: 3.2rem;
}
.title-Lv1--noBg {
  background-color: transparent;
  color: #1e1e1e;
}
.title-Lv1--noBorder {
  padding: 0;
}
.title-Lv1--noBorder::before {
  display: none;
}

.title-Lv2 {
  display: flex;
  padding: 0.5em 2em;
  font-size: 2.3rem;
  font-weight: 600;
  position: relative;
  background-color: #1e1e1e;
  color: white;
}
.title-Lv2::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: var(--color-primary);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

.c-title-level1 {
  display: table;
  margin: 0 0 0 50px;
  font-family: "arial";
  font-size: 6.2rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-title-level1 {
    margin-left: 15px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-title-level1 {
    font-size: 3rem;
  }
}
.c-title-level1::before {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #1e1e1e;
  position: absolute;
  top: 50%;
  right: -180px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .c-title-level1::before {
    width: 100px;
    right: -120px;
  }
}
.c-title-level1::after {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  background-color: #b81c22;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .c-title-level1::after {
    height: 7px;
    width: 40px;
    right: -60px;
  }
}

.c-title-level2 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.3;
}

/*!
component > btn
------------------------------
*/
.RequestBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 1em;
  background-color: #e8bb5a;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e1e1e;
  text-decoration: none;
  border-radius: 50px;
  line-height: 1.2;
}
.RequestBtn--large {
  padding: 1em;
  display: flex;
  font-size: 2.4rem;
  border-radius: 10px;
}
.RequestBtn__icon {
  display: inline-block;
  margin-right: 0.5em;
  width: 36px;
}

.DetailBtn {
  display: table;
  padding: 0.5em 1em;
  padding-right: 2.5em;
  font-size: 1.6rem;
  font-weight: 600;
  border: 1px solid #007f2c;
  text-decoration: none;
  color: #007f2c;
  position: relative;
  box-shadow: 4px 4px 0 rgba(0, 127, 44, 0.1);
}
@media screen and (max-width: 1000px) {
  .DetailBtn {
    padding: 1em;
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    box-sizing: border-box;
    text-align: center;
  }
}
.DetailBtn:hover {
  padding: 0.5em 3em 0.5em 1.5em;
  background-color: #007f2c;
  color: white;
}
.DetailBtn:hover::after {
  background-color: white;
}
.DetailBtn::after {
  content: "";
  background: #007f2c;
  height: 8.6602540378px;
  width: 7px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.ContactBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 90px;
  background-color: var(--color-primary);
  color: white;
  font-size: 2.2rem;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .ContactBtn {
    width: 100%;
    height: 75px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .ContactBtn {
    height: 70px;
    font-size: 1.8rem;
  }
}
.ContactBtn i {
  padding-top: 0.25em;
  font-size: 3rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 1000px) {
  .ContactBtn i {
    font-size: 2.4rem;
  }
}

.SmallBtn {
  display: inline-block;
  min-width: 200px;
  padding: 0.5em 1em;
  background-color: white;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  border-radius: 50px;
  position: relative;
}
.SmallBtn::after {
  content: "→";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.MiddleBtn {
  display: table;
  padding: 0.5em 1.5em;
  background-color: white;
  border: 1px solid #1e1e1e;
  text-decoration: none;
  font-size: 1.8rem;
  color: #1e1e1e;
  border-radius: 5px;
}
@media screen and (max-width: 1000px) {
  .MiddleBtn {
    padding: 0.25em 0.75em;
    font-size: 1.3rem;
  }
}

.shiny-btn {
  position: relative;
  overflow: hidden;
}
.shiny-btn::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
/*!
component > parts
------------------------------
*/
.ImgBox {
  display: block;
  width: 100%;
}
.ImgBox img {
  display: block;
  width: 100%;
}
.ImgBox__caption {
  display: block;
  line-height: 1.6;
}
.ImgBox--shadow {
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.5);
}

.aioseo-breadcrumbs {
  margin-right: 3.5%;
  float: right;
  overflow: hidden;
  font-size: 1.3rem;
}
.triangle {
  display: inline-block;
  background: #808080;
  height: 45px;
  width: 100px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 1000px) {
  .triangle {
    height: 50px;
    width: 140px;
  }
}

.annotation {
  display: table;
  padding: 0.25em 0;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .annotation {
    font-size: 1.1rem;
  }
}

.ListDisc li {
  margin-left: 1em;
  list-style-type: disc;
}

.Section__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .Section__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .Section__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .Section__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}

.ContactInfo__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .ContactInfo__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .ContactInfo__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .ContactInfo__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .ContactInfo__inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .ContactInfo__inner {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.ContactInfo__title {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 300px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
}
.ContactInfo__phone {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .ContactInfo__phone {
    margin: 0;
    padding-left: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .ContactInfo__phone {
    font-size: 1.3rem;
  }
}
.ContactInfo__phone::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(assets/img/icon/phone.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .ContactInfo__phone::before {
    width: 32px;
    height: 32px;
    top: 10px;
  }
}
.ContactInfo__phone__no {
  padding-bottom: 0.15em;
  color: #1e1e1e;
  font-size: 4.4rem;
  font-weight: 700;
  text-decoration: none;
  pointer-events: none;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .ContactInfo__phone__no {
    font-size: 3.4rem;
    pointer-events: visible;
  }
}
@media screen and (max-width: 1000px) {
  .ContactInfo__phone__no {
    font-size: 3rem;
  }
}
.ContactInfo__phone__txt {
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
.ContactInfo__reception {
  padding-top: 1.5em;
  font-size: 2rem;
}

/*!
component > tab
------------------------------
*/
.tab-group {
  margin-top: 70px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .tab-group {
    margin-top: 35px;
    flex-wrap: wrap;
  }
}
.tab-group li.tab {
  margin: 0 5px;
  padding: 0.75em;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #1e1e1e;
  list-style: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  background-color: white;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1000px) {
  .tab-group li.tab {
    padding: 0.75em 1.5em;
    min-width: initial;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .tab-group li.tab {
    font-size: 1.4rem;
  }
}
.tab-group li.tab.tab-active {
  background-color: #007f2c;
  transition: all 0.2s ease-out;
  color: white;
}

.panel {
  display: none;
  position: relative;
  z-index: 1;
  background-color: #007f2c;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 15px 15px 25px rgba(153, 153, 153, 0.2);
}
@media screen and (max-width: 1000px) {
  .panel {
    padding: 2%;
  }
}
.panel.panel-show {
  display: block;
}
.panel__inner {
  padding: 50px;
  background-color: white;
  border-radius: 11px;
}
@media screen and (max-width: 1000px) {
  .panel__inner {
    padding: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .panel__inner {
    padding: 15px;
    border-radius: 8px;
  }
}

/*!
component > modal
------------------------------
*/
.iziModal {
  max-width: 60% !important;
  /*  margin-right: 50px !important;*/
}

.co-modal {
  max-width: 740px !important;
  overflow: visible !important;
}
@media screen and (max-width: 1000px) {
  .co-modal {
    max-width: 90% !important;
  }
}
.co-modal .iziModal-wrap {
  width: 740px !important;
  max-width: 740px !important;
}
@media screen and (max-width: 1000px) {
  .co-modal .iziModal-wrap {
    width: 99% !important;
    max-width: 99% !important;
  }
}
.co-modal .iziModal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 50px 35px 35px !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 1000px) {
  .co-modal .iziModal-content {
    padding: 35px 25px 25px !important;
  }
}
.co-modal .iziModal-content figure {
  display: block;
  width: 100%;
}
.co-modal .iziModal-content figure img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .co-modal .iziModal-content figure img {
    height: 180px;
  }
}
.co-modal .iziModal-content .close-btn {
  font-size: 3rem;
  position: absolute;
  top: 0;
  right: 20px;
  color: #1e1e1e;
}
@media screen and (max-width: 1000px) {
  .co-modal .iziModal-content .close-btn {
    font-size: 2.4rem;
    right: 12px;
  }
}
.co-modal__inner .c-btn {
  margin: 25px auto 0;
}
.co-modal-ttl {
  margin-top: 15px;
  display: table;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .co-modal-ttl {
    font-size: 1.8rem;
  }
}
.co-modal-exp {
  display: block;
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .co-modal-exp {
    font-size: 1.4rem;
  }
}

/*!
component > slider
------------------------------
*/
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
}

.mv01 {
  width: 100%;
  background-color: #ccc;
  /* フェードモード時 共通調整 */
  /* ページネーション */
  /* スライド */
  /* スライド アクティブ時 */
}

.mv01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.mv01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.mv01 .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 2.4rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}

.mv01 .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 3rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}

.mv01 .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}

.mv01 .swiper-pagination-bullet-active {
  background-color: #f5695f;
}

.mv01 .slide-media.img-cover img {
  display: block;
  width: 100%;
}

.mv01 .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}

.mv01 .slide-title {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
  right: 8rem;
  bottom: 15%;
  margin-left: 16rem;
  text-align: right;
  color: #fff;
}

.mv01 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.mv01 .swiper-slide[class*=-active] .slide-title {
  -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
/*!
layout > header
------------------------------
*/
.Header {
  width: 100%;
  max-width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 30;
}
.Header__inner {
  height: 100%;
  padding: 0 3.5%;
}
.Header__column {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.HeaderLogo {
  display: flex;
  align-items: center;
  color: #ffff67;
  text-decoration: none;
  gap: 0 1em;
}
.HeaderLogo .Logo {
  display: block;
  width: auto;
  height: 75px;
}
.HeaderLogo .corpName {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.HeaderLogo .corpName__en {
  font-size: 2.8rem;
  font-weight: 800;
}
.HeaderLogo .corpName__jp {
  font-size: 1.5rem;
}

.HeaderMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  opacity: 1;
  position: relative;
  box-sizing: border-box;
  /*==ナビゲーション全体の設定*/
  /*ナビゲーションを横並びに*/
  /*hoverしたら表示*/
}
.HeaderMenu nav {
  text-align: center;
}
.HeaderMenu .GlovalMenu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .HeaderMenu .GlovalMenu {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .HeaderMenu .GlovalMenu {
    display: none;
  }
}
.HeaderMenu .GlovalMenu li {
  position: relative;
}
.HeaderMenu .GlovalMenu li a {
  height: 50px;
  padding: 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  line-height: 1.5;
}
.HeaderMenu .GlovalMenu li a span {
  position: relative;
  z-index: 5;
}
.HeaderMenu .GlovalMenu li a span i {
  margin-right: 0.5em;
}
.HeaderMenu .GlovalMenu li a:hover {
  color: #ffff67;
  opacity: 1;
}
.HeaderMenu .GlovalMenu li.has-children a {
  gap: 0 1em;
}
.HeaderMenu .GlovalMenu li.has-children a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: white;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.HeaderMenu .GlovalMenu li.has-children ul {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  z-index: 4;
  /*形状を指定*/
  background-color: rgba(0, 0, 0, 0.85);
  width: 220px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
  /*==3階層目*/
}
.HeaderMenu .GlovalMenu li.has-children ul li a {
  padding: 0.25em 0.5em;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.2;
}
.HeaderMenu .GlovalMenu li.has-children ul li a:hover, .HeaderMenu .GlovalMenu li.has-children ul li a:active {
  background-color: #ffff67;
  color: #1e1e1e;
}
.HeaderMenu .GlovalMenu li.has-children ul li a::after {
  display: none;
}
.HeaderMenu .GlovalMenu li.has-children ul li:last-child a {
  border-bottom: none;
}
.HeaderMenu .GlovalMenu li.has-children ul ul {
  top: 0;
  left: 200px;
}
.HeaderMenu nav li.has-children:hover > ul,
.HeaderMenu nav li.has-children ul li:hover > ul,
.HeaderMenu nav li.has-children:active > ul,
.HeaderMenu nav li.has-children ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  padding: 1em 0;
  width: 100%;
  position: relative;
  z-index: 20;
  position: fixed;
  bottom: 0;
  left: 0;
  color: white;
}
.Footer--under {
  background-color: black;
  position: relative;
  bottom: auto;
  left: auto;
}
.Footer__inner {
  padding: 0 3.5%;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .Footer__inner {
    padding: 35px 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.Footer .Copyright {
  display: block;
  font-size: 1.1rem;
  opacity: 0.5;
}

#btm-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 200;
  display: none;
}
#btm-btn ul li a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.1;
  background-color: black;
  color: #1e1e1e;
  color: white;
}
#btm-btn ul li a.pagetop img {
  display: block;
  width: 14px;
}
#btm-btn ul li a.pagetop i {
  font-size: 2rem;
}
#btm-btn ul li a.pagetop:hover {
  opacity: 1;
}

.smp-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 3.5%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
}
@media screen and (max-width: 1000px) {
  .smp-contact {
    display: flex;
  }
}
@media screen and (max-width: 1000px) {
  .smp-contact .RegBtn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .smp-contact .RegBtn {
    font-size: 1.5rem;
  }
}

/*!
layout > menu(smp)
------------------------------
*/
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 360px;
  max-width: 360px;
  height: 100vh;
  background-color: white;
  transition: all 0.3s;
  box-sizing: border-box;
  box-shadow: 10px 10px 20px rgba(30, 30, 30, 0.2);
}
@media screen and (max-width: 1000px) {
  #g-nav {
    width: 270px;
    max-width: 270px;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 360px;
  max-width: 360px;
  padding-bottom: 30px;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  #g-nav.panelactive #g-nav-list {
    width: 270px;
    max-width: 270px;
  }
}

#g-nav #dmenu,
#g-nav #menu-foot_navi {
  display: block;
  width: calc(100% - 50px);
  margin: 0 auto;
  text-align: left;
  padding-top: 70px;
}
@media screen and (max-width: 1000px) {
  #g-nav #dmenu,
  #g-nav #menu-foot_navi {
    width: calc(100% - 25px);
  }
}
#g-nav #dmenu li,
#g-nav #menu-foot_navi li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
#g-nav #dmenu li a,
#g-nav #menu-foot_navi li a {
  display: block;
  padding: 0.5em 2em 0.5em 3em;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1e1e1e;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #g-nav #dmenu li a,
  #g-nav #menu-foot_navi li a {
    padding-left: 2em;
  }
}
#g-nav #dmenu li a::after,
#g-nav #menu-foot_navi li a::after {
  content: "\f054";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 1rem;
  font-weight: normal;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  #g-nav #dmenu li a::after,
  #g-nav #menu-foot_navi li a::after {
    padding-left: 0;
  }
}
#g-nav #dmenu li a:hover,
#g-nav #menu-foot_navi li a:hover {
  text-decoration: none;
}
#g-nav #dmenu li.menu-item-has-children a,
#g-nav #menu-foot_navi li.menu-item-has-children a {
  pointer-events: none;
}
#g-nav #dmenu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi li.menu-item-has-children a::after {
  content: "\f078";
}
#g-nav #dmenu .sub-menu,
#g-nav #menu-foot_navi .sub-menu {
  padding-top: 0;
  display: none;
}
#g-nav #dmenu .sub-menu li,
#g-nav #menu-foot_navi .sub-menu li {
  border-bottom: none;
}
#g-nav #dmenu .sub-menu li a,
#g-nav #menu-foot_navi .sub-menu li a {
  pointer-events: visible;
  padding: 0.5em 2em 0.5em 3em;
}
#g-nav #dmenu .sub-menu li a::after,
#g-nav #menu-foot_navi .sub-menu li a::after {
  content: "\f054";
}
#g-nav #dmenu .sub-menu li.menu-item-has-children a,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a {
  pointer-events: none;
}
#g-nav #dmenu .sub-menu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a::after {
  content: "\f078";
}
#g-nav #dmenu .sub-menu-2,
#g-nav #menu-foot_navi .sub-menu-2 {
  margin-left: 3em;
  display: flex;
  flex-wrap: wrap;
}
#g-nav #dmenu .sub-menu-2 li a,
#g-nav #menu-foot_navi .sub-menu-2 li a {
  padding: 0 1em 0 0;
  font-size: 1.2rem;
}
#g-nav #dmenu .sub-menu-2 li a::after,
#g-nav #menu-foot_navi .sub-menu-2 li a::after {
  content: "/" !important;
  left: auto;
  right: 0.5em;
  font-family: initial;
}
@media screen and (max-width: 1000px) {
  #g-nav .reserve_btn {
    margin: 35px auto 0;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1000px) {
  #g-nav .reserve_btn {
    margin: 35px auto 0;
    width: calc(100% - 30px);
  }
}

#nav-toggle {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 10px;
  right: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 1000px) {
  #nav-toggle {
    display: flex;
  }
}
@media screen and (max-width: 1000px) {
  #nav-toggle {
    display: flex;
    width: 60px;
    height: 70px;
  }
}
@media screen and (max-width: 1000px) {
  #nav-toggle {
    width: 50px;
  }
}
#nav-toggle > div {
  position: relative;
}
#nav-toggle span {
  width: 27px;
  height: 2px;
  left: 50%;
  display: block;
  background-color: #1e1e1e;
  position: absolute;
  transform: translateX(-50%);
  transition: transform 0.3s ease-in-out, top 0.2s ease;
}
#nav-toggle span:nth-child(1) {
  top: 20px;
}
#nav-toggle span:nth-child(2) {
  height: 1px;
  background-color: var(--color-primary);
  top: 32px;
}
#nav-toggle span:nth-child(3) {
  top: 56px;
}
@media screen and (max-width: 1000px) {
  #nav-toggle span:nth-child(3) {
    top: 46px;
  }
}
#nav-toggle .menu-ttl {
  font-size: 1.1rem;
  display: block;
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
#nav-toggle.active {
  background-color: transparent;
  border: none;
}
#nav-toggle.active::before {
  opacity: 0;
}
#nav-toggle.active::after {
  display: none;
}
#nav-toggle.active span:nth-child(1) {
  top: 30px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
#nav-toggle.active span:nth-child(2) {
  top: 30px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
#nav-toggle.active span:nth-child(3) {
  display: none;
}
#nav-toggle.active span.menu-ttl {
  display: none;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

/*!
page > top
------------------------------
*/
.Fv {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}
.Fv--under {
  background-color: black;
}
.Fv__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
}
.Fv .shareLogo {
  width: 180px;
  display: block;
  position: absolute;
  top: 7.5%;
  right: 17.5%;
  z-index: 100;
  mix-blend-mode: lighten;
}
.Fv__inner {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 10%;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  box-sizing: border-box;
}
.Fv__inner--under {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 5% 10%;
}
.Fv__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
}
.Fv video {
  display: block;
  width: 100%;
  height: 115%;
  object-fit: cover;
  object-position: top center;
}
.Fv__mainCopy {
  color: white;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1;
}
.Fv__mainCopy__jp {
  font-size: 2.5vw;
  font-weight: 200;
}
.Fv__mainCopy--2 {
  font-size: 3.8vw;
  line-height: 1.3;
}
.Fv__mainCopy--2 small {
  font-size: 2.8vw;
}
.Fv__mainCopy small {
  font-size: 3.6vw;
}
.Fv .p1Img {
  display: block;
  width: 180px;
  position: absolute;
  bottom: 15px;
  right: 35px;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.5));
}
.Fv__pgTitle {
  font-size: 3vw;
  font-weight: 200;
  color: white;
  line-height: 1.2;
}
.Fv__pgTitle em {
  font-size: 3.2vw;
  font-weight: 700;
}
.Fv .topProductList__column {
  display: flex;
  gap: 0 100px;
}
.Fv .topProductList__img {
  display: block;
}
.Fv .topProductList__img img {
  display: block;
  height: 300px;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.75));
}
.Fv .topProductList__img img.ptn-1 {
  height: 350px;
}
.Fv .topProductList__img img.ptn-2 {
  height: 220px;
}
.Fv .topProductList__img--1 {
  width: 100%;
}
.Fv .topProductList__img--1 img {
  height: 380px !important;
}
.Fv .topProductList .PrSubImg {
  width: 260px;
  min-width: 260px;
}
.Fv .topProductList .PrSubImg__column {
  display: flex;
  flex-direction: column;
  gap: 35px 0;
}
.Fv .topProductList .PrSubImg__img {
  display: block;
  width: 100%;
}
.Fv .topProductList .PrSubImg__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.75));
}

/*!
page > company
------------------------------
*/
.Lead {
  position: relative;
}
.Lead__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.Lead .outlineTB th, .Lead .outlineTB td {
  padding: 1em;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.Lead .outlineTB th {
  font-weight: 600;
  text-align: left;
}
.Lead .outlineTB th::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.Lead .outlineTB td {
  padding-left: 3em;
}
.Lead .outlineTB td::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*!
page > p1
------------------------------
*/
.P1Lead__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .P1Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .P1Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .P1Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.P1Lead__column {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 70px;
}
.P1Lead__img {
  display: block;
  min-width: 180px;
  width: 180px;
}
.P1Lead__img img {
  display: block;
  width: 100%;
}

.PointList {
  width: calc(100% - 180px);
  position: relative;
}
.PointList__column {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.PointList .Point {
  width: calc(33.3333333333% - 34px);
  border: 1px solid #999;
  box-sizing: border-box;
}
.PointList .Point__inner {
  padding: 12.5% 5%;
}
.PointList .Point__icon {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
.PointList .Point__caption {
  display: block;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
}

.P1Intro__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .P1Intro__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .P1Intro__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .P1Intro__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.P1Intro__copy {
  font-size: 5rem;
  font-weight: 700;
}

.P1Adv {
  background-color: black;
  position: relative;
}
.P1Adv__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.65;
}
.P1Adv__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .P1Adv__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .P1Adv__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .P1Adv__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.P1Adv__column {
  display: flex;
  gap: 0 35px;
}
.P1Adv .AdvDetail {
  width: 50%;
  background-color: white;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
}
.P1Adv .AdvDetail__block {
  padding: 7.5%;
}
.P1Adv .AdvDetail__img {
  display: block;
  width: 100%;
}
.P1Adv .AdvDetail__img img {
  display: block;
  width: 100%;
}
.P1Adv .AdvDetail__label {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.P1Adv .AdvDetail__caption {
  font-size: 1.7rem;
}

.P1workFlow {
  /*コンテナ要素のスタイル*/
  /*各スライドのスタイル*/
  /* スライダーのスタイル */
  /* サムネイルのスタイル */
  /*アクティブなときのスタイル*/
}
.P1workFlow__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .P1workFlow__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .P1workFlow__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .P1workFlow__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.P1workFlow .swiper {
  display: flex;
  height: auto;
  max-height: 580px;
  width: 100%;
  gap: 0 50px;
}
.P1workFlow .swiper-container {
  overflow: hidden;
  width: 100%;
}
.P1workFlow .swiper-slide {
  flex-flow: column nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.P1workFlow .swiper-slide img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.P1workFlow .swiper-slide video {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.P1workFlow .swiper-slide .caption {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6;
}
.P1workFlow .slider {
  position: relative;
  width: 100%;
  flex-grow: 1;
}
.P1workFlow .swiper-thumbnail {
  min-width: 20%;
  width: 20%;
}
.P1workFlow .swiper-thumbnail .swiper-wrapper {
  flex-direction: column;
  justify-content: space-between;
}
.P1workFlow .swiper-thumbnail .swiper-wrapper .swiper-slide {
  justify-content: center;
  height: 25%;
  border-left: 2px solid black;
  box-sizing: border-box;
}
.P1workFlow .swiper-thumbnail .swiper-slide {
  flex-flow: column nowrap;
  cursor: pointer;
  opacity: 0.2;
  transition: opacity 0.5s;
}
.P1workFlow .swiper-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.P1Solution {
  background-color: var(--color-primary-light);
  position: relative;
}
.P1Solution__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .P1Solution__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .P1Solution__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .P1Solution__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.P1Solution__column {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
}
.P1Solution .SolutionDetail {
  background-color: white;
  box-shadow: 20px 20px 20px rgba(204, 204, 204, 0.35);
}
.P1Solution .SolutionDetail__column {
  display: flex;
}
.P1Solution .SolutionDetail__block {
  padding: 5%;
}
.P1Solution .SolutionDetail__img {
  display: block;
  min-width: 40%;
  width: 40%;
}
.P1Solution .SolutionDetail__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.P1Solution .SolutionDetail__img video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}
.P1Solution .SolutionDetail__label {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
.P1Solution .SolutionDetail__label small {
  font-size: 2rem;
  font-weight: 500;
}
.P1Solution .SolutionDetail__caption {
  font-size: 1.7rem;
}
.P1Solution .SolutionDetail .btnWrap {
  display: flex;
  gap: 0 1em;
}
.P1Solution .SolutionDetail .btnWrap a {
  display: block;
  width: 180px;
}
.P1Solution .SolutionDetail .btnWrap a img {
  display: block;
  width: 100%;
}

.P1Scenario {
  position: relative;
}
.P1Scenario__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .P1Scenario__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .P1Scenario__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .P1Scenario__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.P1Scenario__column {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.P1Scenario .Scenario {
  width: calc(33.3333333333% - 20px);
  border: 1px solid #999;
  box-sizing: border-box;
}
.P1Scenario .Scenario__img {
  display: block;
  width: 100%;
}
.P1Scenario .Scenario__img img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.P1Scenario .Scenario__block {
  padding: 7.5%;
}
.P1Scenario .Scenario__label {
  font-size: 2rem;
  letter-spacing: -0.05em;
  font-weight: 700;
  line-height: 1.4;
}
.P1Scenario .Scenario__caption {
  font-size: 1.6rem;
  line-height: 1.8;
}

.P1Spec {
  position: relative;
  background-color: black;
}
.P1Spec__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .P1Spec__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .P1Spec__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .P1Spec__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.P1Spec .specTBWrap {
  display: flex;
  gap: 0 50px;
}
.P1Spec .specTB caption {
  padding-left: 1em;
  font-size: 3rem;
  font-weight: 200;
  color: white;
  text-align: left;
  position: relative;
}
.P1Spec .specTB caption::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.P1Spec .specTB caption.noMark::before {
  display: none;
}
.P1Spec .specTB th, .P1Spec .specTB td {
  padding: 1em 0.5em;
  color: white;
  font-size: 1.5rem;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.35);
  line-height: 1.5;
}
.P1Spec .specTB th {
  font-weight: 500;
  text-align: left;
}
.P1Spec .specTB sup {
  font-size: 1.4rem;
  vertical-align: top;
}
.P1Spec .specTB .Notes {
  display: block;
  padding-left: 1em;
  position: relative;
  font-size: 1.2rem;
}
.P1Spec .specTB .Notes::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}
.P1Spec .Notes {
  display: block;
  color: white;
  font-size: 1.2rem;
  line-height: 1.4;
  opacity: 0.7;
}

/*!
page > rs10
------------------------------
*/
.Rs10Fv {
  overflow: hidden;
  height: 640px;
  position: relative;
  background-color: black;
}
.Rs10Fv::after {
  content: "";
  display: block;
  width: 35%;
  height: 100%;
  background-color: #f0863d;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(calc(0% + 200px) 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 0.85;
}
.Rs10Fv__bg {
  display: block;
  width: 150%;
  height: 150%;
  object-fit: cover;
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.7;
}
.Rs10Fv__inner {
  height: 100%;
  position: relative;
  z-index: 10;
}
.Rs10Fv__img {
  display: block;
  height: 80%;
  position: absolute;
  bottom: 25px;
  right: 5%;
  z-index: 15;
}
.Rs10Fv__copy {
  width: 65%;
  height: 100%;
  color: white;
}
.Rs10Fv__copy__inner {
  height: 100%;
  padding-left: 10%;
}
.Rs10Fv__copy__column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Rs10Fv__mainCopy {
  font-size: 8.5rem;
  font-weight: 600;
}
.Rs10Fv__caption {
  font-size: 1.6rem;
}
.Rs10Fv .catalogBtn {
  padding: 0.75em 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #b81c22;
  color: white;
  min-width: 240px;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  text-decoration: none;
  font-weight: 500;
}

.Rs10Lead {
  background-image: linear-gradient(90deg, #efefef, #fefefe);
  position: relative;
  overflow: hidden;
}
.Rs10Lead--2, .Rs10Lead--4 {
  background-image: none;
}
.Rs10Lead__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .Rs10Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .Rs10Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .Rs10Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.Rs10Lead__column {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 100px;
}
.Rs10Lead__column--rv {
  flex-direction: row;
}
.Rs10Lead__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -150px;
}
.Rs10Lead__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
}
.Rs10Lead__bg--rv {
  right: auto;
  left: -100px;
}
.Rs10Lead__bg--rv img {
  object-fit: contain;
  object-position: center left;
}
.Rs10Lead__img {
  display: block;
  min-width: 35%;
  width: 35%;
}
.Rs10Lead__img img {
  display: block;
  width: 100%;
}
.Rs10Lead__label {
  display: block;
  padding-bottom: 0.35em;
  font-size: 3.7rem;
  font-weight: 800;
  position: relative;
  line-height: 1.3;
}
.Rs10Lead__label::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #f0863d;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Rs10Gallery__inner--narrow {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .Rs10Gallery__inner--narrow {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .Rs10Gallery__inner--narrow {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .Rs10Gallery__inner--narrow {
    max-width: 100%;
    padding: 0 5%;
  }
}
.Rs10Gallery__column {
  display: flex;
  justify-content: space-between;
}
.Rs10Gallery__img {
  display: block;
}
.Rs10Gallery__img img {
  display: block;
  height: 350px;
}
.Rs10Gallery__img--hauto img {
  width: 100%;
  height: auto;
}
.Rs10Gallery__img--col2 {
  width: calc(50% - 25px);
}
.Rs10Gallery__img--col2 img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.Rs10overView {
  position: relative;
  overflow: hidden;
}
.Rs10overView__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .Rs10overView__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .Rs10overView__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .Rs10overView__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.Rs10overView__label {
  font-size: 3.7rem;
  font-weight: 800;
  position: relative;
  line-height: 1.3;
}

.Rs10video {
  position: relative;
  overflow: hidden;
}
.Rs10video__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .Rs10video__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .Rs10video__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .Rs10video__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.Rs10video__label {
  font-size: 3.7rem;
  font-weight: 800;
  position: relative;
  line-height: 1.3;
}

/*!
page > s10
------------------------------
*/
.s10Logo {
  display: block;
  width: 140px;
}

.S10Fv {
  overflow: hidden;
  min-height: 700px;
  height: 100vh;
  position: relative;
  background-color: black;
}
.S10Fv__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.35;
  z-index: 5;
  filter: saturate(0%);
}
.S10Fv__inner {
  padding: 0 10%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.S10Fv__column {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 100px;
}
.S10Fv .s10Img {
  display: block;
  min-width: 190px;
  width: 190px;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.S10Fv__copy {
  width: 100%;
  height: 100%;
  color: white;
}
.S10Fv__copy__inner {
  height: 100%;
  padding-left: 10%;
}
.S10Fv__copy__column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.S10Fv__mainCopy {
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.5;
}
.S10Fv__caption {
  font-size: 1.8rem;
}

.S10Intro {
  background-color: black;
}
.S10Intro__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .S10Intro__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .S10Intro__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .S10Intro__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.S10Intro .youtube-container {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.S10Intro .youtube-thumbnail {
  position: relative;
}
.S10Intro .youtube-thumbnail img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
}
.S10Intro .play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  pointer-events: none;
}
.S10Intro .play-button i {
  font-size: 3.6rem;
}
.S10Intro iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.S10Lead {
  position: relative;
  overflow: hidden;
}
.S10Lead--2, .S10Lead--4 {
  background-image: none;
}
.S10Lead__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .S10Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .S10Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .S10Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.S10Lead__column {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 100px;
}
.S10Lead__column--rv {
  flex-direction: row;
}
.S10Lead__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -150px;
}
.S10Lead__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
}
.S10Lead__bg--rv {
  right: auto;
  left: -100px;
}
.S10Lead__bg--rv img {
  object-fit: contain;
  object-position: center left;
}
.S10Lead__img {
  display: block;
  min-width: 35%;
  width: 35%;
}
.S10Lead__img img {
  display: block;
  width: 100%;
}
.S10Lead__label {
  display: block;
  padding-bottom: 0.35em;
  font-size: 3.7rem;
  font-weight: 800;
  position: relative;
  line-height: 1.3;
}
.S10Lead__label::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #f0863d;
  position: absolute;
  bottom: 0;
  left: 0;
}

.S10Cnt__column {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 100px;
}
.S10Cnt__img {
  display: block;
  min-width: 35%;
  width: 35%;
}
.S10Cnt__img img {
  display: block;
  width: 100%;
}

.S10featureList__column {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
}

.S10feature__column {
  display: flex;
  align-items: flex-start;
  gap: 0 100px;
}
.S10feature__label {
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
.S10feature__label::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #b81c22 15%, #1e1e1e 15%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.S10feature__img {
  display: block;
  min-width: 35%;
  width: 35%;
}
.S10feature__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 5/4;
}

/*!
page > s20
------------------------------
*/
.s20Logo {
  display: block;
  width: 140px;
}

.s20Fv {
  overflow: hidden;
  min-height: 700px;
  position: relative;
  background-color: black;
}
.s20Fv--under {
  min-height: 300px;
  height: 300px;
}
.s20Fv__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.35;
  z-index: 5;
  filter: saturate(0%);
}
.s20Fv__bg--under {
  object-position: bottom center;
}
.s20Fv__inner {
  padding: 0 7.5%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.s20Fv__column {
  height: 100%;
  display: flex;
  gap: 0 5%;
}
.s20Fv .s20Img {
  display: block;
  min-width: 210px;
  width: 210px;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.s20Fv__copy {
  width: 100%;
  color: white;
}
.s20Fv__copy__inner {
  height: 100%;
  padding-left: 10%;
}
.s20Fv__copy__column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 5%;
}
.s20Fv__copy__column--under {
  height: 100%;
}
.s20Fv__copy__img {
  display: block;
  width: 35%;
  min-width: 35%;
}
.s20Fv__copy__img img {
  display: block;
  width: 100%;
}
.s20Fv__copy__img figcaption {
  display: block;
  font-size: 1.6rem;
  color: #ffff67;
}
.s20Fv__copy__block {
  width: 100%;
}
.s20Fv__mainCopy {
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.5;
}
.s20Fv__mainCopy em {
  font-size: 3.2vw;
  font-weight: 800;
}
.s20Fv__caption {
  font-size: 1.8rem;
}
.s20Fv a {
  color: #ffff67;
}

.s20Intro {
  background-color: black;
}
.s20Intro__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .s20Intro__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .s20Intro__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .s20Intro__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}

.s20Lead {
  position: relative;
  overflow: hidden;
}
.s20Lead__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .s20Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .s20Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .s20Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.s20Lead__column {
  display: flex;
  flex-direction: column;
}
.s20Lead-Main {
  position: relative;
  color: white;
}
.s20Lead-Main__bg {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/2.4;
}
.s20Lead-Main__inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  padding: 7.5%;
}
.s20Lead-Main .headCopy {
  font-size: 2rem;
}
.s20Lead-Main .mainCopy {
  display: block;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.1;
}
.s20Lead-Main .mainCopy em {
  font-size: 6rem;
  font-weight: 700;
}
.s20Lead-Main .dlBtn {
  padding: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #b81c22;
  color: white;
  text-decoration: none;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
}
.s20Lead-Main .dlBtn:hover {
  filter: brightness(120%);
}
.s20Lead-Sub {
  position: relative;
  background-color: black;
  padding-bottom: 50px;
  color: white;
}
.s20Lead-Sub__img {
  display: block;
  width: 100%;
}
.s20Lead-Sub__img img {
  display: block;
  width: 100%;
}
.s20Lead-Sub__inner {
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  padding: 7.5%;
}
.s20Lead-Sub .label {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
.s20Lead__Flex {
  display: flex;
  gap: 0 2.5em;
}
.s20Lead__Flex .i-27 {
  min-width: 40%;
  width: 40%;
}
.s20Lead__Flex .i-27 img {
  display: block;
  width: 100%;
}
.s20Lead .fullImg {
  display: block;
  width: 100%;
}
.s20Lead .fullImg img {
  display: block;
  width: 100%;
}
.s20Lead .s20Func {
  background-color: black;
  color: white;
}
.s20Lead .s20Func__inner {
  padding: 1em 0;
}
.s20Lead .s20Func__column {
  display: flex;
}
.s20Lead .s20Func__column--2 {
  align-items: flex-start;
}
.s20Lead .s20Func__block {
  padding: 0 5%;
}
.s20Lead .s20Func__img {
  display: block;
  min-width: 35%;
  width: 35%;
}
.s20Lead .s20Func__img img {
  display: block;
  width: 100%;
}
.s20Lead .s20Func__label {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  gap: 0 0.35em;
}
.s20Lead .s20Func__label::before {
  content: "";
  display: block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}
.s20Lead .Function {
  width: 25%;
  color: white;
  box-sizing: border-box;
  position: relative;
}
.s20Lead .Function::after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-image: linear-gradient(180deg, #6ed1ee, transparent);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.s20Lead .Function__inner {
  padding: 7.5%;
}
.s20Lead .Function__img {
  display: block;
  width: 80%;
}
.s20Lead .Function__label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  min-height: 3em;
}
.s20Lead .Function .caption {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
}
.s20Lead .s20FuncList__column {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
}
.s20Lead .Func2 {
  position: relative;
}
.s20Lead .Func2__column {
  display: flex;
  align-items: flex-start;
  gap: 0 5%;
}
.s20Lead .Func2__column--2 {
  flex-direction: column;
  gap: 25px 0;
}
.s20Lead .Func2__column--3 {
  flex-direction: row-reverse;
}
.s20Lead .Func2__img {
  display: block;
}
.s20Lead .Func2__img--1 {
  min-width: 45%;
  width: 45%;
}
.s20Lead .Func2__img--2 {
  min-width: initial;
  width: 100%;
}
.s20Lead .Func2__img--3 {
  min-width: 60%;
  width: 60%;
}
.s20Lead .Func2__img--col2 {
  display: flex;
}
.s20Lead .Func2__img .full {
  display: block;
  width: 100%;
}
.s20Lead .Func2__img .full img {
  display: block;
  width: 100%;
}
.s20Lead .Func2__img .harf {
  display: block;
  width: 50%;
}
.s20Lead .Func2__img .harf img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/5;
}
.s20Lead .Func2__img img {
  display: block;
  width: 100%;
}
.s20Lead .Func2__label {
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
}
.s20Lead .Func2__label::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #b81c22 15%, #1e1e1e 15%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.s20Lead .Func2 .empBox {
  display: block;
  width: 240px;
  aspect-ratio: 5/3;
  border: 5px solid #b81c22;
  position: absolute;
  top: 15px;
  left: 500px;
  z-index: 15;
}
.s20Lead .Func2 .empBox::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: #b81c22;
  position: absolute;
  top: 50%;
  left: -200px;
  transform: translateY(-50%) rotate(-15deg);
}
.s20Lead .Movie {
  display: block;
  width: 100%;
}
.s20Lead .Movie .video-container {
  position: relative;
  display: inline-block;
}
.s20Lead .Movie .play-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  aspect-ratio: 5/5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .s20Lead .Movie .play-icon {
    width: 60px;
    font-size: 2.1rem;
  }
}
.s20Lead .Movie .play-icon.hidden {
  opacity: 0;
  visibility: hidden;
}
.s20Lead .Movie video {
  display: block;
  width: 100%;
}

.s20Cnt__column {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 100px;
}
.s20Cnt__img {
  display: block;
  min-width: 35%;
  width: 35%;
}
.s20Cnt__img img {
  display: block;
  width: 100%;
}

.s20featureList__column {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
}

.s20feature__column {
  display: flex;
  align-items: flex-start;
  gap: 0 100px;
}
.s20feature__label {
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
.s20feature__label::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #b81c22 15%, #1e1e1e 15%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.s20feature__img {
  display: block;
  min-width: 35%;
  width: 35%;
}
.s20feature__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 5/4;
}

/*!
page > example
------------------------------
*/
.exLead__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .exLead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .exLead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .exLead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.exLead__label {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.4;
}
.exLead .videoList__column {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
}
.exLead .videoPost__label {
  font-size: 2.4rem;
  font-weight: 700;
}
.exLead .videoPost__label small {
  font-size: 1.6rem;
  font-weight: normal;
}
.exLead .videoPost video {
  display: block;
  width: 100%;
}
.exLead .imgCnt__column {
  display: flex;
  gap: 0 35px;
}
.exLead .imgCnt__img {
  display: block;
  width: 50%;
}
.exLead .imgCnt__img--full {
  width: 100%;
}
.exLead .imgCnt__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/2.75;
}
.exLead .imgCnt__img img.ar-initial {
  aspect-ratio: initial;
}
.exLead .imgCnt__img img.ar-1 {
  aspect-ratio: 16/9;
}

/*!
page > bundle
------------------------------
*/
.bundleFv {
  overflow: hidden;
  min-height: 700px;
  height: 100vh;
  position: relative;
  background-color: black;
}
.bundleFv--under {
  min-height: 300px;
  height: 300px;
}
.bundleFv__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.35;
  z-index: 5;
  filter: saturate(0%);
}
.bundleFv__bg--under {
  object-position: bottom center;
}
.bundleFv__inner {
  padding: 0 7.5%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.bundleFv__column {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 5%;
}
.bundleFv__copy {
  width: 100%;
  height: 100%;
  color: white;
}
.bundleFv__copy__inner {
  height: 100%;
  padding-left: 10%;
}
.bundleFv__copy__column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bundleFv__mainCopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.5;
}
.bundleFv__mainCopy em {
  font-size: 2.4vw;
  font-weight: 800;
}
.bundleFv__caption {
  font-size: 1.8rem;
}
.bundleFv a {
  color: #ffff67;
}

.PgBundle .Sec__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .PgBundle .Sec__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .PgBundle .Sec__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .PgBundle .Sec__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.PgBundle .Sec .BundleList {
  border: 1px solid #1e1e1e;
}
.PgBundle .Sec .BundleList__inner {
  padding: 1.5em;
}
.PgBundle .Sec .BundleList__ttl {
  font-size: 2.1rem;
  font-weight: 700;
}
.PgBundle .Sec .BundleList__List li {
  margin-bottom: 0.35em;
  padding-left: calc(26px + 0.5em);
  position: relative;
  font-weight: 500;
}
.PgBundle .Sec .BundleList__List li::before {
  content: attr(data-num);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  aspect-ratio: 1/1;
  border: 1px solid #1e1e1e;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 600;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.PgBundle .Sec .BundleList__List li:last-child {
  margin-bottom: 0;
}
.PgBundle .Sec-Example .priTitle {
  font-size: 3rem;
  font-weight: 700;
  color: #b81c22;
}
.PgBundle .Sec-Example .secTitle {
  font-size: 2.2rem;
  font-weight: 600;
}
.PgBundle .Sec-Example .imgBox {
  display: block;
}
.PgBundle .Sec-Example .imgBox img {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
