@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Contrail+One&display=swap");
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Contrail+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Contrail+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Contrail+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Contrail+One&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 767px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub,
sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
  font-size: 0.7321vw;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.666vw;
  }
}

@media screen and (min-width: 1366px) {
  html {
    font-size: 62.5%;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background-color: #ffffff;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

.red {
  color: #f00;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
@media screen and (min-width: 767px) {
  .header {
    padding-top: 120px;
  }
}

/*ロゴ、電話番号のエリア*/
@media screen and (min-width: 767px) {
  .header__wrap {
    height: 120px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.header__logo {
  margin-bottom: 10px;
  text-align: left;
}

.header__logo img {
  width: 200px;
}

/* -----------------------------------------------------------
 =スクロールエフェクト
----------------------------------------------------------- */
.fade {
  opacity: 0;
  transform: translate(0, 45px);
}

.fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
.bxslider {
  margin: 0px;
}

.bx-wrapper {
  position: relative;
}

.bx-wrapper img {
  width: 100%;
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1112px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .inner {
    width: calc(100% - 160px);
    margin: 0 80px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}

/*ボタン*/
.btn,
.wp-element-button,
.wpcf7-submit {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.15em;
  width: 567px;
  margin: 0 auto;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  border-radius: 36px;
  background-color: #999;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn,
  .wp-element-button,
  .wpcf7-submit {
    height: 36px;
    border-radius: 18px;
    font-size: 13px;
    width: 90%;
    letter-spacing: 0.05em;
  }
}

a.btn::before,
.wp-element-button::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.3s;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  a.btn::before,
  .wp-element-button::before {
    right: 20px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media (hover: hover) {
  .btn:hover::before,
  .wp-element-button:hover::before {
    opacity: 1;
    right: 30px;
    transition-duration: 0.3s;
  }
}
/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/icon-plus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #999;
}
.js-aclink.js-ac {
  background: url(../images/icon-minus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #999;
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
  background: #666;
  width: 30px;
}
@media screen and (min-width: 767px) {
  .pagetop {
    width: 45px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
footer {
  margin-top: -10rem;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: -6rem;
  }
}

.footer {
  background-image: url(../images/bg-red.jpg);
  background-size: 100% auto;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  padding-block: 13.8rem 4.4rem;
}
@media screen and (max-width: 767px) {
  .footer {
    background-image: url(../images/bg-red-sp.jpg);
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    padding-block: 5.6rem 6rem;
  }
}

.footer__upper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__upper {
    grid-template-columns: 1fr;
    padding-inline: 1rem;
  }
}

.footer__upper-banner {
  position: relative;
}

.footer__upper-banner-text {
  font-size: 3.2rem;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1.25;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 25rem;
  transform: translateY(-50%);
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .footer__upper-banner-text {
    font-size: 2rem;
    left: 15rem;
  }
}

.footer__upper-banner:last-of-type .footer__upper-banner-text {
  letter-spacing: 0.05em;
}

.footer__upper-banner:hover .footer__upper-banner-text {
  color: #c13739;
}

.footer__bottom {
  margin-top: 5.7rem;
  padding-top: 2.2rem;
  border-top: 1px solid #fff;
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    justify-items: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__bottom-info {
    text-align: center;
  }
}

.footer__logo img {
  width: 25.6rem;
}

.footer__bottom-name {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.05rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .footer__bottom-name {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 0;
  }
}

.footer__bottom-address {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1.5714285714;
  letter-spacing: 0.05rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .footer__bottom-address {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 0;
  }
}

.footer__bottom-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
}

.footer__bottom-link {
  width: 29.5rem;
  height: 4.8rem;
  padding-left: 1.1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 2.2222222222;
  letter-spacing: 0.15em;
  border: 1px solid #fff;
  background-image: url(../images/icon-blank.svg);
  background-repeat: no-repeat;
  background-size: 2.3rem;
  background-position: right 1.8rem center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer__bottom-wrap {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  justify-content: space-between;
}

.footer__bottom-sns {
  margin-top: 2rem;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 2.4rem);
  gap: 1rem;
  align-items: end;
}

.icon_note {
  width: 5rem;
}

.footer__bottom-copyright {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}

@media screen and (min-width: 767px) {
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .nav-pc {
    display: none;
  }
}

.nav-pc__lists {
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.nav-pc__lists li {
  list-style-type: none;
}

.nav-pc__lists li a {
  color: #333333;
}

/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000;
  background-color: rgba(153, 153, 153, 0.7);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .nav-wrap {
    display: none;
  }
}
.nav-wrap .nav {
  height: 100%;
  width: 100%;
  margin: 100px auto 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 767px) {
  .nav-wrap .nav {
    width: 1112px;
    margin: 200px auto 0;
  }
}
.nav-wrap li {
  display: block;
  margin: 0 0 1em 20px;
  padding: 0.5em 0;
  line-height: 1.1;
}
@media screen and (min-width: 767px) {
  .nav-wrap li {
    margin: 0 0 2em 100px;
  }
}
.nav-wrap li a {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .nav-wrap li a {
    font-size: 40px;
  }
}

/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 15000;
  background: #999;
  padding: 8px 8px 8px 8px;
}
@media screen and (min-width: 767px) {
  .nav-button-wrap {
    display: none;
    right: 50px;
    top: 50px;
    padding: 10px 10px 10px 10px;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 34px;
  height: 27px;
}
@media screen and (min-width: 767px) {
  .nav-button {
    width: 40px;
    height: 35px;
  }
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .nav-button span {
    height: 4px;
  }
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 12px;
}
@media screen and (min-width: 767px) {
  .nav-button span:nth-of-type(2) {
    top: 15px;
  }
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  background-color: #fff;
}
.nav-button.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
@media screen and (min-width: 767px) {
  .nav-button.active span:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
  }
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
@media screen and (min-width: 767px) {
  .nav-button.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 トップ
----------------------------------------------------------- */
.fv {
  background-image: url(../images/bg-red.jpg);
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  aspect-ratio: 1366/2662;
}
@media screen and (max-width: 767px) {
  .fv {
    background-image: url(../images/bg-red-sp.jpg);
    aspect-ratio: 375/2094;
  }
}

.fv__inner {
  height: 100%;
}

.fv__logo {
  width: 9.3rem;
  padding-top: 2.3rem;
  margin-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: 5.5rem;
    padding-top: 0.6rem;
    margin-left: 0.9rem;
  }
}

.fv__text {
  width: 100%;
  position: sticky;
  top: 13.8rem;
  margin-top: -1.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv__text {
    top: 9rem;
    margin-top: 0.7rem;
  }
}

.fv__text-copy {
  font-size: 7rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .fv__text-copy {
    font-size: 4rem;
    line-height: 1.7;
    margin-left: 3rem;
  }
}

.fv__text-copy.is-typing-ready {
  min-height: 2.8em;
}
@media screen and (max-width: 767px) {
  .fv__text-copy.is-typing-ready {
    min-height: 5.1em;
  }
}

.fv__text-text {
  margin-top: 2.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 2.625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .fv__text-text {
    margin-top: 1.3rem;
    font-size: 1.3rem;
    line-height: 2.3076923077;
  }
}

.fv__text-en {
  margin-top: 3.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Contrail One", sans-serif;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .fv__text-en {
    margin-top: 2.4rem;
    font-size: 1.3rem;
  }
}

.fv__image {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fv__image-item {
  position: absolute;
  width: 22.9rem;
}
@media screen and (max-width: 767px) {
  .fv__image-item {
    width: 10rem;
  }
}

.fv__image-item img {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  filter: brightness(60%);
  will-change: opacity, transform, filter;
}

.fv__image-item1 {
  top: 68rem;
  left: 29.4rem;
}
@media screen and (max-width: 767px) {
  .fv__image-item1 {
    top: 72rem;
    left: 12.8rem;
  }
}

.fv__image-item2 {
  top: 80rem;
  right: 4.5rem;
}
@media screen and (max-width: 767px) {
  .fv__image-item2 {
    top: 88.6rem;
    right: 1rem;
  }
}

.fv__image-item3 {
  top: 98.7rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .fv__image-item3 {
    top: 100.2rem;
    left: 0;
  }
}

.fv__image-item4 {
  top: 141.6rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .fv__image-item4 {
    top: 133.3rem;
    right: 0;
  }
}

.fv__image-item5 {
  top: 154.1rem;
  left: 6.4rem;
}
@media screen and (max-width: 767px) {
  .fv__image-item5 {
    top: 149.6rem;
    left: 2.8rem;
  }
}

.fv__image-item6 {
  top: 185.5rem;
  right: 4.5rem;
}
@media screen and (max-width: 767px) {
  .fv__image-item6 {
    top: 169.3rem;
    right: 1rem;
  }
}

.fv__image-item7 {
  top: 209.3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .fv__image-item7 {
    top: 195.6rem;
    left: 0;
  }
}

.fv__image-item8 {
  top: 229.7rem;
  right: 20rem;
}
@media screen and (max-width: 767px) {
  .fv__image-item8 {
    top: 200.7rem;
    right: 1rem;
  }
}

/* -----------------------------------------------------------
kigyo
----------------------------------------------------------- */
.kigyo {
  margin-top: -10rem;
  background-image: url(../images/bg-white.jpg);
  background-size: 100% auto;
  position: relative;
  z-index: 2;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  padding-block: 9rem 40rem;
}
@media screen and (max-width: 767px) {
  .kigyo {
    margin-top: -6rem;
    background-image: url(../images/bg-white-sp.jpg);
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    padding-block: 3.6rem 5rem;
  }
}

.kigyo__copy-wrap {
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: 3rem;
  align-items: center;
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .kigyo__copy-wrap {
    grid-template-columns: 8rem 1fr;
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .kigyo__hatena {
    text-align: center;
  }
}

.kigyo__hatena svg {
  width: 14rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .kigyo__hatena svg {
    width: 5.3rem;
  }
}

.kigyo__copy {
  font-size: 8.4rem;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4285714286;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kigyo__copy {
    font-size: 3rem;
    line-height: 1.4;
  }
}

.kigyo__copy.is-typing-ready {
  min-height: 2.8571428571em;
}

.js-typing-cursor {
  display: inline-block;
  width: 0.04em;
  height: 0.9em;
  margin-left: 0.08em;
  background-color: currentColor;
  vertical-align: -0.08em;
  animation: typingCursorBlink 0.8s steps(1) infinite;
}

@keyframes typingCursorBlink {
  0%, 45% {
    opacity: 1;
  }
  46%, 100% {
    opacity: 0;
  }
}
.kigyo__body {
  margin-top: -1.3em;
  border: 1px solid #c13739;
  padding: 4rem 3rem 4rem 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kigyo__body {
    margin-top: -0.8em;
    padding: 2.7rem 1.5rem 1.5rem;
    grid-template-columns: 1fr;
  }
}

.kigyo__info-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5142857143;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .kigyo__info-title {
    font-size: 1.6rem;
  }
}

.kigyo__info-title span {
  font-size: 3.5rem;
  color: #c13739;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .kigyo__info-title span {
    font-size: 2.3rem;
  }
}

.kigyo__info-text {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 2.5333333333;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .kigyo__info-text {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}

.kigyo__info-text span {
  color: #fff;
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(#c13739 0 0) left bottom/0% 100% no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media screen and (max-width: 767px) {
  .kigyo__body-chart {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
}

.top-slider--kigyo {
  margin-top: 25rem;
}
@media screen and (max-width: 767px) {
  .top-slider--kigyo {
    margin-top: 16rem;
  }
}

.top-slider__inner,
.js-items__slider {
  overflow: hidden;
}

.top-slider .swiper-wrapper {
  display: flex;
  width: max-content;
  animation: topSliderMarquee 30s linear infinite;
}

.top-slider .swiper-slide {
  flex-shrink: 0;
  position: relative;
  --slider-overlay-opacity: 0.4;
  width: 340.4rem !important;
}
@media screen and (max-width: 767px) {
  .top-slider .swiper-slide {
    width: 174.7rem !important;
  }
}

.top-slider .swiper-slide::after {
  position: absolute;
  content: "";
  display: block;
  inset: 0;
  background-color: #000;
  opacity: var(--slider-overlay-opacity);
  pointer-events: none;
  will-change: opacity;
}

.top-slider .swiper-slide img {
  height: 37.4rem;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .top-slider .swiper-slide img {
    height: 19.2rem;
  }
}

@keyframes topSliderMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* -----------------------------------------------------------
mirai
----------------------------------------------------------- */
.mirai {
  margin-top: -8rem;
  background-image: url(../images/bg-yellow.jpg);
  background-size: 100% auto;
  position: relative;
  aspect-ratio: 1366/1300;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  padding-block: 9rem 31rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mirai {
    margin-top: -6rem;
    background-image: url(../images/bg-yellow-sp.jpg);
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    padding-block: 4rem 16rem;
    aspect-ratio: inherit;
  }
}

.mirai__inner {
  position: relative;
  --mirai-before-x: 15vw;
  --mirai-before-y: 8vh;
  --mirai-before-scale: 1.3;
  --mirai-before-opacity: 0;
  --mirai-after-x: -15vw;
  --mirai-after-y: -4vh;
  --mirai-after-scale: 1.3;
  --mirai-after-opacity: 0;
}

.mirai__mushimegane-wrap {
  overflow: hidden;
  position: absolute;
  top: -3rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mirai__mushimegane-wrap {
    top: -1rem;
    right: 0;
    width: 12.6rem;
  }
}

.mirai__mushimegane {
  position: absolute;
  top: 0;
  right: -7rem;
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .mirai__mushimegane {
    top: 0;
    right: -1rem;
    width: 12.6rem;
  }
}

.mirai__inner::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/mirai-3real.svg);
  background-repeat: no-repeat;
  background-size: 11rem auto;
  top: 13rem;
  left: -9rem;
  width: 11rem;
  height: 36rem;
  z-index: 1;
  opacity: var(--mirai-before-opacity);
  transform: translate(var(--mirai-before-x), var(--mirai-before-y)) scale(var(--mirai-before-scale));
  transform-origin: center;
  will-change: opacity, transform;
}
@media screen and (max-width: 767px) {
  .mirai__inner::before {
    background-image: url(../images/mirai-3real-sp.svg);
    background-size: 20.5rem auto;
    top: 6rem;
    left: -2rem;
    width: 20.5rem;
    height: 6.3rem;
  }
}

.mirai__inner::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/mirai-truths.svg);
  background-repeat: no-repeat;
  background-size: 10.9rem auto;
  top: 43rem;
  right: -9rem;
  width: 10.9rem;
  height: 38.2rem;
  z-index: 1;
  opacity: var(--mirai-after-opacity);
  transform: translate(var(--mirai-after-x), var(--mirai-after-y)) scale(var(--mirai-after-scale));
  transform-origin: center;
  will-change: opacity, transform;
}
@media screen and (max-width: 767px) {
  .mirai__inner::after {
    background-image: url(../images/mirai-truths-sp.svg);
    background-size: 21.8rem auto;
    top: 49rem;
    right: -1rem;
    width: 21.8rem;
    height: 6.2rem;
  }
}

.mirai__copy {
  font-size: 6.2rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7096774194;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .mirai__copy {
    font-size: 1.8rem;
  }
}

.mirai__copy-red {
  font-size: 6.2rem;
  font-weight: 700;
  color: #c13739;
  text-align: center;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 0.7843137255;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .mirai__copy-red {
    font-size: 2.4rem;
  }
}

.mirai__copy-red span {
  font-size: 10.2rem;
}
@media screen and (max-width: 767px) {
  .mirai__copy-red span {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 767px) {
  .mirai__items-wrap {
    overflow: hidden;
    width: 100vw;
    min-height: 48rem;
    margin: 0 calc(50% - 50vw);
  }
}

.mirai__items {
  margin-top: 7.7rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  align-items: start;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mirai__items {
    margin-top: 5.5rem;
    margin-inline: 4rem;
    display: flex;
    width: max-content;
    gap: 2rem;
    will-change: transform;
  }
}

.mirai__item {
  border: 1px solid #7e7e7e;
  background-color: #fff;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .mirai__item {
    flex: 0 0 29.6rem;
    width: 29.6rem;
  }
}

.mirai__item-num {
  margin-top: -5.5rem;
  display: block;
  text-align: center;
}

.mirai__item-num img {
  width: 7rem;
}
@media screen and (max-width: 767px) {
  .mirai__item-num img {
    width: 4.7rem;
  }
}

.mirai__item-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #c13739;
  text-align: center;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 2.2222222222;
  letter-spacing: 0.03em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .mirai__item-title {
    font-size: 2rem;
  }
}

.mirai__item-photo {
  margin-top: 1rem;
  margin-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .mirai__item-photo {
    margin-top: 0.5rem;
  }
}

.mirai__item-copy {
  font-size: 2rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .mirai__item-copy {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

.mirai__item-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .mirai__item-text {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}

.mirai__pickup {
  position: relative;
  background-color: #c13739;
  padding: 2.2rem 3.2rem;
  margin-top: 3.4rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mirai__pickup {
    padding: 1.5rem 1rem;
    margin-top: 0;
  }
}

.mirai__pickup:before {
  content: "";
  position: absolute;
  top: -65px;
  right: 15rem;
  border: 15px solid transparent;
  border-bottom: 50px solid #c13739;
}
@media screen and (max-width: 767px) {
  .mirai__pickup:before {
    top: -50px;
    right: 3rem;
    border: 15px solid transparent;
    border-bottom: 35px solid #c13739;
  }
}

.mirai__pickup-icon {
  width: 16.3rem;
  position: absolute;
  top: -2.6rem;
  left: -1rem;
}
@media screen and (max-width: 767px) {
  .mirai__pickup-icon {
    display: none;
  }
}

.mirai__pickup-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.3rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mirai__pickup-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "chart" "text";
    gap: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .mirai__pickup-chart {
    grid-area: chart;
  }
}

@media screen and (max-width: 767px) {
  .mirai__pickup-info {
    display: contents;
  }
}

.mirai__pickup-title {
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.1538461538;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .mirai__pickup-title {
    font-size: 1.8rem;
    grid-area: title;
  }
}

.mirai__pickup-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .mirai__pickup-text {
    font-size: 1.3rem;
    line-height: 1.9230769231;
    letter-spacing: 0.01em;
    grid-area: text;
  }
}

/* -----------------------------------------------------------
roadmap
----------------------------------------------------------- */
.roadmap {
  margin-top: -10rem;
  background-image: url(../images/bg-red.jpg);
  background-size: 100% auto;
  position: relative;
  aspect-ratio: 1366/1672;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  padding-block: 9rem 40rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .roadmap {
    margin-top: -6rem;
    background-image: url(../images/bg-red-sp.jpg);
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    aspect-ratio: auto;
    padding-block: 4.6rem 0;
  }
}

.roadmap.is-horizontal-pinned {
  z-index: 20;
}

.roadmap__copy-wrap {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 3rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .roadmap__copy-wrap {
    grid-template-columns: 5.3rem 1fr;
    gap: 1rem;
  }
}

.roadmap__copy-title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .roadmap__copy-title {
    display: none;
  }
}

.roadmap__copy-title span {
  display: inline-block;
  background: linear-gradient(#fff 0 0) top left/100% 0% no-repeat;
  padding: 2rem 1.2rem;
}

.roadmap__copy-title-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .roadmap__copy-title-sp {
    display: block;
    text-align: center;
  }
}

.roadmap__copy-title-sp span {
  display: inline-block;
  background: linear-gradient(#fff 0 0) top left/100% 0% no-repeat;
  padding: 0.6rem 0.6rem;
}

.roadmap__copy-title p {
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 2.7rem;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.03em;
}

.roadmap__copy {
  font-size: 5.8rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.2857142857;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .roadmap__copy {
    font-size: 1.6rem;
  }
}

.roadmap__copy.is-typing-ready {
  height: 4.2571428571em;
}

.roadmap__copy > span:not(.js-typing-char) {
  font-size: 7.9rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .roadmap__copy > span:not(.js-typing-char) {
    font-size: 2.2rem;
  }
}

.roadmap__chart-wrap {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .roadmap__chart-wrap {
    overflow: hidden;
    width: 100vw;
    min-height: 48rem;
    margin-top: 3rem;
    margin-inline: calc(50% - 50vw);
  }
}

.roadmap__chart {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .roadmap__chart {
    width: 76.9rem;
    margin-inline: 2rem;
    will-change: transform;
  }
}

.roadmap__chart-item1 {
  grid-area: 1/1/3/2;
}

.roadmap__chart-item2 {
  grid-area: 1/2/2/3;
}

.roadmap__chart-item3 {
  grid-area: 2/2/3/4;
}

.roadmap__chart-item4 {
  grid-area: 1/3/2/4;
}

.roadmap__chart-item5 {
  grid-area: 1/4/3/5;
}

.roadmap__chart-item6 {
  grid-area: 3/1/4/5;
}

/* -----------------------------------------------------------
step
----------------------------------------------------------- */
.step {
  margin-top: -10rem;
  background-image: url(../images/bg-white.jpg);
  background-size: 100% auto;
  position: relative;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  padding-block: 12rem 38rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .step {
    margin-top: -6rem;
    background-image: url(../images/bg-white-sp.jpg);
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    padding-block: 3.6rem 18rem;
  }
}

.step__en {
  font-size: 3.2rem;
  font-weight: 400;
  color: #c13739;
  text-align: center;
  font-family: "Contrail One", sans-serif;
  line-height: 0.9375;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .step__en {
    font-size: 1.6rem;
  }
}

.step__copy {
  font-size: 5rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .step__copy {
    font-size: 1.8rem;
  }
}

.step__copy-kakko {
  color: #c13739;
  font-size: 6.2rem;
}
@media screen and (max-width: 767px) {
  .step__copy-kakko {
    font-size: 3rem;
  }
}

.step__copy-main {
  font-size: 6.2rem;
}
@media screen and (max-width: 767px) {
  .step__copy-main {
    font-size: 3rem;
  }
}

.step__upper {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 60.6rem 1fr;
  gap: 5rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .step__upper {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "photo" "box";
    gap: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .step__upper-photo {
    grid-area: photo;
  }
}

@media screen and (max-width: 767px) {
  .step__upper-info {
    display: contents;
  }
}

.step__upper-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .step__upper-title {
    font-size: 2.1rem;
    grid-area: title;
    line-height: 2.1;
  }
}

.step__upper-title span {
  display: inline;
  padding: 2px 4px 4px 1rem;
  background: linear-gradient(#000 0 0) left bottom/0% 100% no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .step__upper-title span {
    padding: 0.3rem 0.5rem 0.5rem 1.5rem;
  }
}

.step__upper-box {
  margin-top: 2rem;
  background-color: #f1f1f1;
  padding: 1.8rem 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .step__upper-box {
    margin-top: 0;
    grid-area: box;
  }
}

.step__upper-box-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #c13739;
  text-align: left;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .step__upper-box-title {
    font-size: 1.4rem;
  }
}

.step__upper-box-text {
  margin-top: 0.7rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1.625;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .step__upper-box-text {
    font-size: 1.3rem;
    line-height: 1.7692307692;
  }
}

.step__upper-box-name {
  border-top: 1px solid #7e7e7e;
  font-size: 1.3rem;
  font-weight: 500;
  color: #333333;
  text-align: right;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1.8461538462;
  letter-spacing: 0.03em;
  margin-top: 1rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .step__upper-box-name {
    font-size: 1.3rem;
  }
}

.step__bottom {
  margin-top: 3rem;
}

.step__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .step__items {
    gap: 2rem;
  }
}

.step__item {
  display: grid;
  grid-template-columns: 34.8rem 1fr;
  align-items: center;
  border-top: 1px solid #c13739;
  border-bottom: 1px solid #c13739;
}
@media screen and (max-width: 767px) {
  .step__item {
    grid-template-columns: 1fr;
  }
}

.step__item.step__item--future {
  border-color: #7e7e7e;
}

.step__item dt {
  height: 100%;
  background-color: #c13739;
  padding: 2.5rem 0 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .step__item dt {
    padding: 1rem 0 1rem 1rem;
  }
}

.step__item.step__item--future dt {
  background-color: #f1f1f1;
}

.step__item dd {
  background-color: #fff;
  padding: 2rem 2.5rem 2rem 2.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1.625;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .step__item dd {
    padding: 0.5rem 1rem 1rem 1rem;
    font-size: 1.3rem;
    line-height: 1.7692307692;
  }
}

.step__item-wrap {
  height: 100%;
  display: grid;
  grid-template-columns: 9rem 1fr;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .step__item-wrap {
    grid-template-columns: 7rem 1fr;
  }
}

.step__item-year {
  font-size: 3.2rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Contrail One", sans-serif;
  line-height: 0.9375;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .step__item-year {
    font-size: 2.6rem;
  }
}

.step__item-year span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.step__item--future .step__item-year {
  color: #333333;
}

.step__item--future .step__item-year span {
  color: #333333;
}

.step__item-title {
  height: 100%;
  padding-left: 2rem;
  border-left: 1px solid #fff;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .step__item-title {
    padding-left: 1rem;
    font-size: 1.6rem;
  }
}

.step__item--future .step__item-title {
  border-color: #7e7e7e;
  color: #333333;
}

.step__item--future {
  position: relative;
}

.step__item--future::after {
  position: absolute;
  content: "";
  display: block;
  top: -2rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../images/step-future.png);
  background-repeat: no-repeat;
  background-size: 10.3rem auto;
}
@media screen and (max-width: 767px) {
  .step__item--future::after {
    display: none;
  }
}

.step__item--future::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 1.8rem solid transparent;
  border-right: 1.8rem solid transparent;
  border-top: 1.6rem solid #c13739;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .step__item--future::before {
    display: none;
  }
}

/* -----------------------------------------------------------
.klip
----------------------------------------------------------- */
.klip {
  position: relative;
  margin-top: -10rem;
  background-image: url(../images/bg-yellow.jpg);
  background-size: 100% auto;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  padding-block: 13rem 15rem;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .klip {
    margin-top: -6rem;
    background-image: url(../images/bg-yellow-sp.jpg);
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    padding-block: 3.6rem 6rem;
  }
}

.klip__upper {
  display: grid;
  grid-template-columns: 34.7rem 1fr;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .klip__upper {
    grid-template-columns: 1fr;
  }
}

.klip__upper-info {
  position: relative;
}

.klip__upper-info-photo {
  width: 16.7rem;
  position: absolute;
  top: -11rem;
  left: -5rem;
}
@media screen and (max-width: 767px) {
  .klip__upper-info-photo {
    width: 13.3rem;
    top: -10rem;
    left: -2rem;
  }
}

.klip__copy {
  font-size: 3rem;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8387096774;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .klip__copy {
    font-size: 1.8rem;
    line-height: 1.8333333333;
    letter-spacing: 0;
    font-weight: 500;
  }
}

.klip__copy-bold {
  font-weight: 700;
}

.klip__copy-red {
  color: #c13739;
}

.klip__copy-small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .klip__copy-small {
    font-size: 1.4rem;
  }
}

.klip__bottom {
  margin-top: 4.6rem;
  border-bottom: 1px solid #c13739;
}
.klip__item-inner {
  background-color: #fff;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .klip__item-inner {
    padding: 2rem 1rem;
  }
}

.klip__item-title {
  position: relative;
  background-color: #c13739;
  padding-block: 0.5rem;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .klip__item-title {
    font-size: 1.6rem;
    padding-block: 1rem;
  }
}

.klip__item-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 1.8rem solid transparent;
  border-right: 1.8rem solid transparent;
  border-top: 1.6rem solid #c13739;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .klip__item-title::before {
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 1.2rem solid #c13739;
    bottom: -1.1rem;
  }
}

.klip__item-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .klip__item-text {
    font-size: 1.3rem;
    line-height: 1.7692307692;
  }
}

.klip__item-wrap {
  display: grid;
  grid-template-columns: 40.9rem 1fr;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .klip__item-wrap {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* -----------------------------------------------------------
ippo
----------------------------------------------------------- */
.ippo {
  aspect-ratio: 1366/946;
  padding-block: 12.8rem;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
  isolation: isolate;
  z-index: 7;
}
@media screen and (max-width: 767px) {
  .ippo {
    aspect-ratio: 375/571;
    padding-block: 6.8rem;
  }
}

.ippo::before {
  position: fixed;
  content: "";
  display: block;
  inset: 0;
  background-image: url(../images/bg-ippo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ippo::before {
    background-image: url(../images/bg-ippo-sp.jpg);
  }
}

.ippo__inner {
  position: relative;
  z-index: 1;
}

.ippo__text {
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.9230769231;
  letter-spacing: 0.06em;
  text-shadow: 2px 2px 5px black;
}
@media screen and (max-width: 767px) {
  .ippo__text {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.ippo__copy {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.5rem;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .ippo__copy {
    margin-top: 5rem;
    gap: 2rem;
  }
}

.ippo__copy img {
  filter: drop-shadow(2px 2px 5px rgb(0, 0, 0));
  transform-origin: center;
  will-change: opacity, transform;
}

.ippo__copy1 {
  width: 61.9rem;
}
@media screen and (max-width: 767px) {
  .ippo__copy1 {
    width: 26rem;
  }
}

.ippo__copy2 {
  width: 78.1rem;
}
@media screen and (max-width: 767px) {
  .ippo__copy2 {
    width: 33rem;
  }
}

.ippo__copy3 {
  width: 67.3rem;
}
@media screen and (max-width: 767px) {
  .ippo__copy3 {
    width: 28rem;
  }
}

.ippo__logo {
  margin-top: 8.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ippo__logo {
    margin-top: 4rem;
  }
}

.ippo__logo img {
  width: 19.1rem;
  filter: drop-shadow(2px 2px 5px rgb(0, 0, 0));
}
@media screen and (max-width: 767px) {
  .ippo__logo img {
    width: 12.2rem;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 タブ
----------------------------------------------------------- */
/*tabの形状*/
.tab {
  display: flex;
  flex-wrap: wrap;
}

.tab li {
  list-style: none;
}

.tab li a {
  display: block;
  background: #ddd;
  margin: 0 2px;
  padding: 10px 20px;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  background: #fff;
}

/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
  padding: 50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -----------------------------------------------------------
 ページ2
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ3
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ4
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ5
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ6
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ7
----------------------------------------------------------- */
/* -----------------------------------------------------------
 テーブル
----------------------------------------------------------- */
.table_a {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 0 auto 50px;
  word-break: break-all;
  word-wrap: break-all;
}
.table_a tr {
  border-bottom: 1px solid #ccc;
}
.table_a th {
  padding: 5px;
  display: block;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .table_a th {
    display: table-cell;
    padding: 50px 5px;
    width: 15%;
  }
}
.table_a td {
  padding: 5px;
  display: block;
}
@media screen and (min-width: 767px) {
  .table_a td {
    display: table-cell;
    padding: 50px 5px;
  }
}

/* -----------------------------------------------------------
 ページネーション
----------------------------------------------------------- */
/*Pagenation*/
.pagenation {
  margin: 1em 0;
}

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  margin: 0;
  text-align: center;
}

.pagenation li {
  display: inline-block;
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #999999;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
  background-color: #444444;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

/* -----------------------------------------------------------
 マップ
----------------------------------------------------------- */
div.map1,
div#map {
  width: 90%;
  height: 270px;
  margin: 0 auto;
}

div.small {
  font-size: 9pt;
  width: auto;
  height: auto;
}

div.small b {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  div.map1 {
    width: 920px;
    height: 360px;
    margin: 0 auto;
  }
  div#map {
    width: 920px;
    height: 600px;
    margin: 0 auto 40px;
  }
  div#entry {
    font-size: 16px;
    width: 200px;
    height: auto;
  }
  div#marker {
    font-size: 16px;
    margin: 10px auto;
  }
}
/* -----------------------------------------------------------
 問合せフォーム（contact form 7用）
----------------------------------------------------------- */
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
table.inquiry {
  margin: 30px 0;
}
table.inquiry textarea {
  font-size: inherit;
}

/*見出し欄*/
.inquiry th {
  text-align: left;
  color: #444;
  padding: 20px 10px;
  width: 40%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
  padding: 20px 5px;
  vertical-align: middle;
}

/*通常欄*/
.inquiry td {
  border: solid 1px #d7d7d7;
  padding: 20px 10px;
}

.inquiry input {
  font-size: inherit;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto {
  font-size: 10px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.any {
  font-size: 10px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  margin: 25px auto 0;
  cursor: pointer;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #ffaa56;
  border: 2px solid #ffaa56;
}

span.wpcf7-not-valid-tip {
  display: block;
  color: red;
}

.screen-reader-response {
  text-align: center;
  margin: 30px auto;
  width: 100%;
  color: red;
}
.screen-reader-response ul {
  background: #fadbdb;
  padding: 15px 30px;
}
@media screen and (min-width: 767px) {
  .screen-reader-response {
    width: 800px;
  }
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  text-align: center;
  background: #fadbdb;
}

.wpcf7-mail-sent-ok {
  text-align: center;
  background: #e0fee0;
  font-weight: bold;
}

.wpcf7 .sent {
  display: none;
}

@media (max-width: 500px) {
  .inquiry th,
  .inquiry td {
    display: block !important;
    width: 100% !important;
    padding: 10px 5px;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto,
  .inquiry .any {
    font-size: 10px;
  }
}/*# sourceMappingURL=styles.css.map */