@charset "UTF-8";
/*====================================================
////フォントサイズ設定
====================================================*/
html {
  font-size: 62.5%;
}
@media screen and (min-width: 1151px) and (max-width: 1980px) {
  html {
    font-size: 0.5050505051vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  html {
    font-size: 0.8680555556vw;
  }
}
/*====================================================
////アニメーション設定
====================================================*/
/*====================================================
////common
====================================================*/
/* ---------- 基本設定 ----------*/
body {
  font-size: 1.6rem;
  color: var(--txt);
  font-family: var(--font-family);
  font-size: 1.6rem;
  font-weight: var(--regular);
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  text-align: left;
  background: #fff;
  animation: is-fadeIn ease .5s;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}
.main {
  width: 100%;
}
.contents {
  transition: .5s;
}
/* .inner_xxx */
.inner_w1366 {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  transition: .5s;
}
.inner_w1200 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  transition: .5s;
}
.inner {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  transition: .5s;
}
@media screen and (max-width: 1366px) {
  .inner_w1366 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .inner_w1200 {
    max-width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .inner,
  .inner_w1366 {
    max-width: 100%;
  }
  .inner_w1200 {
    max-width: 89.3333%;/*335px*/
  }
}
section {
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
a {
  color: var(--txt);
  text-decoration: none;
  word-break: break-word;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: .6;
    filter: alpha(opacity=60);
  }
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* --------------------------------
.pc-only / .sp-only
------------------------------------- */
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
span.pc-only {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  span.pc-only {
    display: none;
  }
}
/*======================= PC =======================*/
/*====================================================
////Fixed contents
====================================================*/
/*======================= PC =======================*/
/*====================================================
////header
====================================================*/
/*======================= PC =======================*/
/*====================================================
////footer
====================================================*/
/*======================= PC =======================*/
/*-------------------------------------------------------------

////リキッドレイアウト

-------------------------------------------------------------*/
/* ルートフォントサイズを10pxに設定*/
html {
  font-size: 62.5%;
}
/* 375px以下 */
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
/* 769px以上～インナー幅未満 */
@media screen and (min-width: 768px) and (max-width: 1150px) {
  html {
    font-size: 0.8695652174vw;
  }
}
/*-------------------------------------------------------------

////共通設定

-------------------------------------------------------------*/
/*カラー変数*/
:root {
    /* font-family */
  --font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --noto-sans: "Noto Sans JP", sans-serif;
  --outfit: "Outfit", sans-serif;
  --red: #ca211c;
  --white: #fff;
  --black: #000;

    /* font-weight */
  --normal: 400;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --black: 900;
}
@media screen and (min-width: 1100px) {
    /* font-size clamp - min-width: 1100px */
    :root {
    --clamp_14px: clamp(13px, 1.273vw, 14px);
    --clamp_16px: clamp(14px, 1.455vw, 16px);
    --clamp_18px: clamp(16px, 1.636vw, 18px);
    --clamp_20px: clamp(18px, 1.818vw, 20px);
    --clamp_22px: clamp(20px, 2vw, 22px);
    --clamp_24px: clamp(22px, 2.182vw, 24px);
    --clamp_28px: clamp(26px, 2.545vw, 28px);
    --clamp_30px: clamp(28px, 2.727vw, 30px);
    --clamp_32px: clamp(30px, 2.909vw, 32px);
  }
}
@media screen and (max-width: 375px) {
    /* font-size clamp - max-width: 375px */
    :root {
    --clamp_14px: clamp(13px, 3.733vw, 14px);
    --clamp_16px: clamp(14px, 4.267vw, 16px);
    --clamp_18px: clamp(16px, 4.8vw, 18px);
    --clamp_19px: clamp(17px, 5.067vw, 19px);
    --clamp_20px: clamp(18px, 5.333vw, 20px);
    --clamp_22px: clamp(20px, 5.867vw, 22px);
    --clamp_24px: clamp(22px, 6.4vw, 24px);
    --clamp_28px: clamp(26px, 7.467vw, 28px);
    --clamp_32px: clamp(30px, 8.533vw, 32px);
  }
}
/*-------------------------------------------------------------

////共通クラス

-------------------------------------------------------------*/
/*====================================================
////class .hidden-sp
====================================================*/
.hidden-sp {
  display: block;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
/*====================================================
////class .hidden-pc
====================================================*/
.hidden-pc {
  display: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 767px) {
  .hidden-pc {
    display: block;
  }
}
/*====================================================
////class .hidden-sp
====================================================*/
.inb {
  display: inline-block;
}
/*====================================================
////class .inner
====================================================*/
.inner {
  width: 100%;
  max-width: 113rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
/* ////////// mobile ////////// */
/*====================================================
////class .sa
(スクロールアニメーション用クラス※要JavaScript)
====================================================*/
.sa {
  opacity: 0;
  transition: all 0.8s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa-left {
  transform: translate(-5rem, 0);
}
.sa-right {
  transform: translate(5rem, 0);
}
.sa-up {
  transform: translate(0, 5rem);
}
.sa-down {
  transform: translate(0, -5rem);
}
.sa-scaleUp {
  transform: scale(0.7);
}
.sa-scaleDown {
  transform: scale(1.5);
}
.sa-rotateL {
  transform: rotate(180deg);
}
.sa-rotateR {
  transform: rotate(-180deg);
}
.delay-01 {
  transition-delay: 0.1s;
}
.delay-02 {
  transition-delay: 0.2s;
}
.delay-03 {
  transition-delay: 0.3s;
}
.delay-04 {
  transition-delay: 0.4s;
}
.delay-05 {
  transition-delay: 0.5s;
}
.delay-06 {
  transition-delay: 0.6s;
}
.delay-07 {
  transition-delay: 0.7s;
}
.delay-08 {
  transition-delay: 0.8s;
}
.delay-09 {
  transition-delay: 0.9s;
}
/* -----------------------------------------
- animation
----------------------------------------- */
.is-fadeIn.active {
  animation: is-fadeIn .8s ease .1s 1 normal forwards;
}
@keyframes is-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* .is-fadeUp
-------------------------- */
.is-fadeUp {
  opacity: 0;
}
.is-fadeUp.active {
  animation: is-fadeUp .8s ease .1s 1 normal forwards;
}
.is-fadeUp.active+:nth-child(2) {
  animation: is-fadeUp .8s ease .5s 1 normal forwards;
}
.is-fadeUp.active+:nth-child(3) {
  animation: is-fadeUp .8s ease .7s 1 normal forwards;
}
@keyframes is-fadeUp {
  0% {
    opacity: 0;
    transform: translate(0, 5rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/*-------------------------------------------------------------

////ヘッダー

-------------------------------------------------------------*/
/*====================================================
////class .header
====================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 8rem;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .header.bg {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: inherit;
  padding-left: 2rem;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo a:hover {
  color: var(--red);
  opacity: 1;
}
.header__logo img {
  display: block;
  flex-shrink: 0;
  padding-right: 2rem;
  image-rendering: -webkit-optimize-contrast;
}
.header__logo .txt {
  position: relative;
  flex-shrink: 0;
  padding-left: 2rem;
  font-weight: 900;
  font-size: 2rem;
  text-align: left;
  color: #000;
}
.header__logo .txt::after {
  position: absolute;
  top: -.4rem;
  left: 0;
  content: "";
  display: block;
  width: .1rem;
  height: 4rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .header {
    height: 6rem;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  .header__inner {
    padding-left: 1rem;
  }
  .header__logo img {
    width: 17rem;
  }
  .header__logo .txt {
    display: none;
  }
  .header__logo .txt::after {
    display: none;
  }
}
/*-------------------------------------------------------------

////グローバルナビゲーション

-------------------------------------------------------------*/
/*====================================================
////class .pc-nav
====================================================*/
.pc-nav {
  height: 8rem;
}
.pc-nav__inner {
  height: inherit;
  display: flex;
  align-items: center;
}
.pc-nav__list {
  height: inherit;
  display: flex;
}
.pc-nav__item {
  height: inherit;
}
.pc-nav__item a {
  height: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 1.5rem;
  white-space: nowrap;
}
.pc-nav__download {
  display: flex;
  width: 17rem;
  height: 100%;
  padding: 0 2rem;
  margin-left: 1.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: var(--red);
  background-image: url(../img/ico_arrow.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center right .5rem;
  align-items: center;
}
.pc-nav__contact {
  display: block;
  padding: 1.1rem 0.8rem;
  border: 2px solid var(--red);
  background-color: var(--red);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
  text-align: center;
  margin-left: 1rem;
  min-width: 13.2rem;
}
@media screen and (max-width: 767px) {
  .pc-nav {
    display: none;
  }
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  .pc-nav__item a:hover {
    opacity: 1;
    color: var(--red);
  }
}
/*====================================================
////class .sp-nav
====================================================*/
.sp-nav {
  position: fixed;
  top: 6rem;
  right: -29.5rem;
  z-index: 100;
  width: 29.5rem;
  height: 42rem;
  background: #000;
  transition: all 0.3s ease;
}
.sp-nav__inner {
  width: 25.5rem;
  height: 100%;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.sp-nav__title {
  margin-bottom: .75rem;
  font-weight: 900;
  font-size: 1.8rem;
  text-align: left;
  color: #fff;
}
.sp-nav__list {
  width: 100%;
  margin-bottom: 3rem;
  border-bottom: 1px solid #333;
}
.sp-nav__item + .sp-nav__item {
  border-top: 1px solid #333;
}
.sp-nav__item a {
  display: block;
  padding: 1.6rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
}
.sp-nav__reception-hours {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--white);
  margin-top: 0.5rem;
}
.sp-nav__download {
  display: block;
  width: 100%;
  padding: 1.4rem 1rem;
  background-color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--red);
  text-align: center;
  margin-top: 2rem;
}
.sp-nav.open {
  right: 0;
}
.sp-nav.open .sp-nav__inner {
  position: fixed;
  width: 30rem;
  overflow: auto;
}
.sp-nav .p-btn {
  width: 100%;
  max-width: 25.5rem;
  height: 4rem;
  background: #CA211C;
  box-shadow: none;
  border: none;
}
.sp-nav .p-btn::after {
  right: 1.5rem;
  width: 1rem;
  height: 1.1rem;
}


/*-------------------------------------------------------------

////ハンバーガーメニュー

-------------------------------------------------------------*/
/*====================================================
////class .hamburger
====================================================*/
.hamburger {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1000;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  background: var(--red);
}
.hamburger__btn {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
.hamburger span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.6rem;
  height: 0.1rem;
  background: var(--white);
  transition: all 0.5s ease;
}
.hamburger span:nth-of-type(1) {
  width: 100%;
  top: 0;
}
.hamburger span:nth-of-type(2) {
  width: 100%;
  top: .75rem;
}
.hamburger span:nth-of-type(3) {
  width: 100%;
  top: 1.5rem;
}
/* ハンバーガーメニュークリック時 */
.hamburger.open {
  background: #000;
}
.hamburger.open .hamburger__btn {
  width: 1.6rem;
  height: 2rem;
}
.hamburger.open span:nth-of-type(1) {
  top: 1rem;
  transform: rotate(-225deg);
}
.hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.open span:nth-of-type(3) {
  top: 1rem;
  transform: rotate(225deg);
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
/*-------------------------------------------------------------

//// - style

-------------------------------------------------------------*/
/*====================================================
////class common
====================================================*/
.sec {
  padding: 8rem 0 7rem;
  overflow: hidden;
}
.sec_title {
  position: relative;
}
.sec_title .txt_en {
  position: relative;
  z-index: 9;
  display: inline-block;
  height: 6rem;
  margin-bottom: 3.75rem;
  padding: 1rem 4rem 1rem .25rem;
  font-family: var(--outfit);
  font-weight: 200;
  font-size: 4rem;
  text-align: left;
  color: #fff;
}
.sec_title .title_bg::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100vw;
  height: 6rem;
  background: var(--red);
  opacity: 0;
}
/* .is-slide */
.title_bg.is-slide.active::before {
  animation: is-slide 1s ease-in-out .1s 1 normal forwards;
}
@keyframes is-slide {
  0% {
    opacity: 0;
    transform: translateX(-600px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* .is-fadeIn-delay */
.is-fadeIn-delay {
  opacity: 0;
}
.is-fadeIn-delay.active {
  animation: is-slide 1s ease 1s 1 normal forwards;
}

.sec_title .txt_jp {
  display: block;
  margin-bottom: 3.5rem;
  font-weight: var(--black);
  font-size: 4rem;
  text-align: left;
}
.lead {
  font-weight: var(--medium);
  font-size: 2rem;
  line-height: 4rem;
  text-align: left;
}
.txt {
  font-weight: var(--regular);
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
}
.txt_small {
  font-weight: var(--medium);
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec {
    padding: 4rem 0 4rem;
  }
  .sec_title .txt_en {
    height: 3rem;
    margin-bottom: 2.75rem;
    padding: .5rem 2rem .5rem 0;
    font-size: 2rem;
  }
  .sec_title .title_bg::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    content: "";
    display: block;
    width: 100vw;
    height: 3rem;
    background: var(--red);
  }
  .sec_title .txt_jp {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
  .lead {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .txt_small {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

/* .txtlink */
.txtlink {
  text-decoration: underline;
}
.txtlink.-bold {
  font-weight: var(--bold);
}
.txtlink:hover {
  text-decoration: none;
  opacity: 1;
}
/* .mark_txtlink */
.mark_txtlink {
  display: flex;
  width: fit-content;
  gap: 0 1.5rem;
  font-weight: bold;
  text-decoration: underline;
  font-size: 2rem;
  line-height: 3rem;
  text-align: left;
  color: #fff;
  align-items: center;
}
.mark_txtlink::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/ico_linkbtn.svg) no-repeat;
  background-size: cover;
}
.mark_txtlink:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .mark_txtlink {
    margin-top: 1.5rem;
    margin-bottom: .75rem;
    gap: 0 .5rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .mark_txtlink::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}

/* .p-btn */
.p-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36rem;
  height: 7rem;
  margin-bottom: 1rem;
  border-radius: 3.5rem;
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.9rem;
  text-align: center;
  color: #fff;
  background: #F5211C;
  background: linear-gradient(180deg, rgba(245, 33, 28, 1) 0%, rgba(202, 33, 28, 1) 100%);
  border: .4rem solid #ca211c;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.p-btn.-gold {
  background: #DEB432;
  background: linear-gradient(180deg, rgba(222, 180, 50, 1) 0%, rgba(166, 118, 22, 1) 100%);
  border: 4px solid #a67616;
}
.p-btn::after {
  position: absolute;
  right: 2.25rem;
  top: 50%;
  transform: translate(0,-50%);
  content: "";
  display: block;
  width: 1rem;
  height: 1.6rem;
  background: url(../img/ico_arrow.svg) no-repeat;
  background-size: contain;
}
.p-btn.-white {
  color: #CA211C;
  background: #fff;
}
.p-btn.-white::after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate(0,-50%);
  content: "";
  display: block;
  width: 1rem;
  height: 1,6rem;
  background: url(../img/ico_arrow_red.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .mv__btnlist {
    margin: 0 auto;
  }
  .p-btn {
    width: 29.5rem;
    height: 6.4rem;
    margin-bottom: 1rem;
    border-radius: 3.2rem;
    font-size: 1.64rem;
    line-height: 2rem;
  }
  .p-btn::after {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translate(0,-50%);
    content: "";
    display: block;
    width: .9rem;
    height: 1.3rem;
    background: url(../img/ico_arrow.svg) no-repeat;
    background-size: contain;
  }
}
/* .l-square_list */
.l-square_listbox {
  margin: 9rem auto;
}
.l-square_list {
  position: relative;
  display: flex;
  min-height: 37.6rem;
}
.l-square_list:first-child::before {
  position: absolute;
  top: -.1rem;
  left: -100vw;
  content: "";
  display: block;
  width: 200vw;
  height: .1rem;
  background: #dcdcdc;
}
.l-square_list::after {
  position: absolute;
  bottom: 0;
  left: -100vw;
  content: "";
  display: block;
  width: 200vw;
  height: .1rem;
  background: #dcdcdc;
}
.l-square_list li {
  display: flex;
  flex-direction: column;
  width: calc(100%/3);
  padding: 3rem 3rem 3.75rem;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  backdrop-filter: blur(5px) brightness(110%);
  background-color: rgba(255,255,255,.1);
}
.l-square_list .list_title {
  position: relative;
  display: flex;
  padding-left: 2rem;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: left;
  color: #fff;
}
.l-square_list .list_title::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: .4rem;
  height: 100%;
  background: var(--red);
}
.l-square_list .list_title.-scene {
  margin: 2rem 0 1.5rem;
  padding: 0;
}
.l-square_list .list_title.-scene::before {
  display: none;
}
.l-square_list li .img_box {
  width: 10rem;
  margin: 3rem auto 2.5rem;
}
.l-square_list li .mark_new {
  position: relative;
}
.l-square_list li .mark_new::before {
  content: "";
  position: absolute;
  top: -.5rem;
  left: -2.4rem;
  z-index: 9;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../img/mark_new.svg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .l-square_listbox {
    margin: 2.1rem auto;
  }
  .l-square_list {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 37.6rem;
  }
  .l-square_list li::after {
    position: absolute;
    bottom: 0;
    left: -50%;
    content: "";
    display: block;
    width: 200%;
    height: .1rem;
    background: #dcdcdc;
  }
  .l-square_list li {
    width: 100%;
    padding: 2rem 2rem 2rem;
  }
  .l-square_list .list_title {
    padding-left: 1.5rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .l-square_list .list_title.-scene {
    margin: 2rem 0 1rem;
    padding: 0;
  }
  .l-square_list .list_title {
    padding-left: 1.5rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .l-square_list li .img_box {
    width: 8rem;
    margin: 2rem auto 2rem;
  }
  .l-square_list li .mark_new::before {
    top: 0;
    left: -2.4rem;
    width: 4rem;
    height: 4rem;
  }
}

/* .l-flex */
.l-flex {
  display: flex;
}

/* .breadcrumb */
.breadcrumb {
  border-bottom: 1px solid #dcdcdc;
}
.nav__breadcrumb {
  height: 6rem;
}
.nav__breadcrumb ol {
  display: flex;
  padding: 2.5rem 0;
  align-items: center;
}
.nav__breadcrumb li {
  font-weight: bold;
  font-size: 1.4rem;
  color: #000;
}
.nav__breadcrumb li a {
  font-weight: var(--regular);
  color: #969696;
}
.nav__breadcrumb li a:hover {
  font-weight: bold;
  color: var(--red);
}
.nav__breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: .1rem;
  margin: .65rem 1rem;
  background: #969696;
}
.nav__breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav__breadcrumb {
    height: 4.5rem;
  }
  .nav__breadcrumb ol {
    display: flex;
    padding: 1.75rem 0;
  }
  .nav__breadcrumb li {
    font-size: 1rem;
  }
  .nav__breadcrumb li::after {
    margin: .5rem .5rem;
  }
}

/*====================================================
////class .sec.mv
====================================================*/
.sec.mv {
  height: 76.8rem;
  padding: 16rem 0;
  background: url(../img/mv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.mv__top_heading {
  margin: 0 auto 6rem;
  text-align: center;
}
.mv__textArea {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 .5rem;
}
.mv__list {
  display: flex;
  gap: 0 2rem;
  margin-bottom: 4rem;
}
.mv__list-item {
  max-width: 15rem;
}
.mv__img {
  position: absolute;
  top: .5rem;
  right: -.7rem;
  max-width: 63rem;
}
@media screen and (max-width: 767px) {
  .sec.mv {
    height: auto;
    padding: 10rem 0 5rem;
    background: url(../img/mv_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .mv__top_heading {
    margin: 0 auto 3rem;
  }
  .mv__textArea {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
  .mv__list {
    display: flex;
    gap: 0 1rem;
    margin-bottom: 2rem;
  }
  .mv__list-item {
    max-width: 9rem;
  }
  .mv__img {
    position: relative;
    top: unset;
    right: unset;
    max-width: 53rem;
  }
}

/*====================================================
////class .sec.what_is
====================================================*/
.sec.what_is {
  color: #fff;
  background: url(../img/sec_whatis_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .sec.what_is {
    color: #fff;
    background: url(../img/sec_whatis_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

/*====================================================
////class .sec.service
====================================================*/
.sec.service {
  padding: 8rem 0 6rem;
  background: #fff;
}
/* .service_top_box */
.service_top_box {
  width: 100%;
  margin: 9.5rem auto;
  padding: 7rem 8rem;
  color: #fff;
  background: #F5211C;
  background: linear-gradient(180deg, rgba(245, 33, 28, 1) 0%, rgba(202, 33, 28, 1) 100%);
}
.service_top_box .box_title {
  margin: 0 auto 3rem;
  font-weight: bold;
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
  color: #fff;
}
.service_top_box .lead {
  margin: 0 auto 6rem;
  font-weight: var(--normal);
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: center;
}
.service_top_box .l-flex {
  gap: 0 4rem;
}
.service_top_box .txt_box {
  display: flex;
  gap: 1rem 0;
  margin: 0 auto 1.5rem;
  width: calc(100%/2);
  padding: 2rem 3rem 3rem;
  border: 1px solid #fff;
  flex-direction: column;
}
.service_top_box .title {
  margin-bottom: 1.25rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
.service_top_box .white_box {
  width: 100%;
  padding: .75rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  color: #ca211c;
  background: #fff;
}
.service_top_box .plus {
  width: 2rem;
  margin: 0 auto;
}
.service_top_box .mark_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem 2rem;
  justify-content: space-between;
}
.service_top_box .mark_list li {
  display: flex;
  width: calc(100%/2 - 2rem);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: left;
}
.service_top_box .mark_list li::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: .5rem .75rem 0 0;
  background: #fff;
}
.service_top_box .img_box {
  width: calc(100%/2);
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .sec.service {
    padding: 4rem 0 4rem;
  }
  .service_top_wrap.inner_w1200 {
    max-width: 100%;
  }
  .service_top_box {
    width: 100%;
    margin: 2.5rem auto 0;
    padding: 2.5rem 2rem 3.5rem;
  }
  .service_top_box .box_title {
    margin: 0 auto 2rem;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
  }
  .service_top_box .txt_small-sp {
    display: block;
    font-size: 1.6rem;
  }
  .service_top_box .lead {
    margin: 0 auto 3rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: left;
  }
  .service_top_box .l-flex {
    display: flex;
    gap: 0 4rem;
    flex-direction: column;
  }
  .service_top_box .txt_box {
    display: flex;
    gap: 1rem 0;
    flex-direction: column;
    margin: 0 auto 2rem;
    width: 100%;
    padding: 1.5rem 2rem 2rem;
  }
  .service_top_box .title {
    margin-bottom: .25rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .service_top_box .white_box {
    padding: .5rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .service_top_box .plus {
    margin: 0 auto;
  }
  .service_top_box .mark_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    justify-content: space-between;
  }
  .service_top_box .mark_list li {
    display: flex;
    width: calc(100%/2 - 1.7rem);
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: left;
  }
  .service_top_box .mark_list li::before {
    width: 1rem;
    height: 1rem;
    margin: .5rem .5rem 0 0;
  }
  .service_top_box .img_box {
    width: 88%;
    max-width: 50rem;
    margin: 0 auto;
  }
}

/* .service_box */
.service_box {
  position: relative;
  margin: 0 auto 10rem;
  min-height: 47.5rem;
  color: #fff;
}
.service_box::before {
  position: absolute;
  left: -50%;
  content: "";
  display: block;
  width: calc(100% + 52rem);
  height: 100%;
  background: #656565;
  background: linear-gradient(180deg, rgba(101, 101, 101, 1) 0%, rgba(51, 51, 51, 1) 100%);
}
.service_box .img_box {
  position: absolute;
  top: 8rem;
  right: 0;
  display: block;
  max-width: 56rem;
  height: 31.5rem;
  opacity: 0;
}
.service_box .txt_box {
  width: 46%;
  max-width: 56rem;
  padding: 8rem 0;
}
.service_box .box_title {
  display: flex;
  gap: 0 2rem;
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  align-items: center;
}
.service_box .lead {
  margin-bottom: 1.25rem;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: left;
}
.service_box .txt {
  margin-bottom: 2.75rem;
  font-weight: var(--normal);
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: left;
}
.service_box .coming_soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  width: 100%;
  height: 100%;
  font-family: var(--outfit);
  font-weight: 300;
  font-size: 4rem;
  text-align: center;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.service_box .coming_soon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

/* .service_box:nth-child(even) */
.service_box:nth-child(even)::before {
  position: absolute;
  right: -50%;
  left: unset;
  content: "";
  display: block;
  width: calc(100% + 52rem);
  height: 100%;
  background: #F5211C;
  background: linear-gradient(180deg, rgba(245, 33, 28, 1) 0%, rgba(202, 33, 28, 1) 100%);
}
.service_box:nth-child(even) .img_box {
  position: absolute;
  top: 8rem;
  right: unset;
  left: 0;
}
.service_box:nth-child(even) .txt_box {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .service_box::before,
  .service_box:nth-child(even)::before {
    width: calc(100% + 46rem);
  }
}
@media screen and (max-width: 767px) {
  .service_box {
    margin: 0 auto;
    min-height: auto;
    height: auto;
    padding-bottom: 0;
  }
  .service_box .inner_w1200 {
    max-width: 100%;
  }
  .service_box::before {
    display: none;
  }
   .service_box .img_box img {
     width: 100%;
     height: 100%;
     object-fit: cover;
   }
  .service_box .img_box {
    position: absolute;
    top: 0;
    right: unset;
    left: 50%;
    transform: translate(-50%,0);
    display: block;
    width: 100%;
    max-width: 100%;
    height: 211px;
    aspect-ratio: 375 / 211;
  }
  .service_box .txt_box {
    position: relative;
    top: 19rem;
    z-index: 9;
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 56rem;
    margin: 0 auto 21rem;
    padding: 2rem 2rem;
    background: #656565;
    background: linear-gradient(180deg, rgba(101, 101, 101, 1) 0%, rgba(51, 51, 51, 1) 100%);
  }
  .service_box .box_title {
    display: flex;
    gap: 0 2rem;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
    align-items: center;
    flex-direction: column;
  }
  .service_box .box_title img {
    display: block;
    width: 5rem;
    margin: 0 auto 1.5rem;
   }
  .service_box .lead {
    margin-bottom: .75rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .service_box .txt {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .service_box .coming_soon {
    font-size: 2.6rem;
  }
  /* .service_box:nth-child(even) */
  .service_box:nth-child(even)::before {
    display: none;
  }
  .service_box:nth-child(even) .img_box {
    position: absolute;
    top: 0;
    right: unset;
    left: 50%;
    transform: translate(-50%,0);
    display: block;
    width: 100%;
    max-width: 100%;
    height: 211px;
    aspect-ratio: 375 / 211;
  }
  .service_box:nth-child(even) .txt_box {
    position: relative;
    top: 19rem;
    z-index: 9;
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 56rem;
    margin: 0 auto 21rem;
    padding: 2rem 2rem;
    height: 100%;
    background: linear-gradient(180deg, rgba(245, 33, 28, 1) 0%, rgba(202, 33, 28, 1) 100%);
  }
}

/*====================================================
////class .sec.scene
====================================================*/
.sec.scene {
  padding: 8rem 0 6.5rem;
  color: #fff;
  background: url(../img/sec_scene_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.sec.scene .l-square_listbox {
  margin: 9.5rem auto;
}
@media screen and (max-width: 767px) {
  .sec.scene {
    padding: 4rem 0 4rem;
    color: #fff;
    background: url(../img/sec_scene_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .sec.scene .l-square_listbox {
    margin: 2.5rem auto;
  }
  .sec.scene .l-square_list li {
    padding: 2rem 2rem 2rem;
  }
  .sec.scene .l-square_list li img {
    width: 87%;
    max-width: 50rem;
    margin: 0 auto;
  }
}

/*====================================================
////class .sec.price
====================================================*/
.sec.price {
  color: #fff;
  background: #656565;
  background: linear-gradient(180deg, rgba(101, 101, 101, 1) 0%, rgba(51, 51, 51, 1) 100%);
}
.price__btnlist {
  display: flex;
  gap: 0 1.5rem;
  margin: 5.5rem auto 8rem;
}
.price__btnlist li {
  flex-shrink: 0;
  width: calc(100%/3 - 1.5rem);
}
.price__btnlist .p-btn {
  width: 100%;
  max-width: 38rem;
  height: 9rem;
  border-radius: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec.price {
    color: #fff;
    background: #656565;
    background: linear-gradient(180deg, rgba(101, 101, 101, 1) 0%, rgba(51, 51, 51, 1) 100%);
  }
  .price__btnlist {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0 1.5rem;
    margin: 2.25rem auto 1.25rem;
  }
  .price__btnlist li {
    width: 29.5rem;
  }
  .price__btnlist .p-btn {
    width: 100%;
    height: 6.4rem;
    border-radius: 3.2rem;
  }
}

/*====================================================
////class .footer
====================================================*/
.footer {
  padding: 5rem 0 5rem;
}
.footer .l-flex {
  display: flex;
  align-items: center;
}
/* .footer__company_box */
.footer__company_box {
  width: 37.5%;
}
.footer__logo {
  display: block;
  width: 20.4rem;
}
/* .footer__linklist */
.footer__linklist {
  display: flex;
  gap: 0 3rem;
  margin: 4rem 0 1rem;
}
.footer__linklist a {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000;
}
.footer__linklist a:hover {
  color: var(--red);
}
/* .footer__sds_box */
.footer__sds_box {
  width: 62.5%;
  max-width: 750px;
}
.footer__sds_box a {
  display: flex;
  gap: 0 3rem;
  padding: 2.75rem 4rem;
  background: #f8f8f8;
}
.footer__sds_box .sds__logo {
  width: 14rem;
}
.footer__sds_box .txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 3.5rem 0 5rem;
  }
  .footer .l-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer__company_box {
    width: 100%;
    margin-bottom: 3.25rem;
  }
  .footer__linklist {
    display: flex;
    gap: 0 2rem;
    margin: 2.75rem 0 1rem;
  }
  .footer__linklist a {
    font-size: 1.4rem;
  }
  .footer__sds_box {
    width: 100%;
    max-width: 100%;
  }
  .footer__sds_box a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem 0;
    padding: 2.75rem 2rem;
  }
  .footer__sds_box .txt {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

/*====================================================
////class .page-top
====================================================*/
.page-top {
  display: none;
  width: 6rem;
  height: 6rem;
  position: fixed;
  bottom: 0;
  right: 0;
}
.page-top a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  position: relative;
}
.page-top a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  transform: rotate(-45deg);
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 4rem;
    height: 4rem;
    position: fixed;
    bottom: 3.5rem;
  }
}

/*====================================================
////class .copyright
====================================================*/
.copyright {
  height: 6rem;
  padding: 2rem 1rem;
  font-weight: var(--normal);
  font-size: 1.4rem;
  text-align: center;
  color: #969696;
  background: #000;
}
@media screen and (max-width: 767px) {
  .copyright {
    height: 3.5rem;
    padding: 1rem .5rem;
    font-size: 1rem;
  }
}

/*====================================================
////class .
====================================================*/
@media screen and (max-width: 767px) {
}

/*====================================================
////class
====================================================*/
/* ////////// mobile ////////// */
/* ////////// PC ////////// */
/* ////////// tablet ////////// *//*# sourceMappingURL=style.css.map */
@media screen and (max-width: 767px) {}
