@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&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=Noto+Serif+JP:wght@200..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, div {
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  word-break: break-word;
  line-break: strict;
  line-height: 1;
  color: #101921;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body, h1, h2, h3, h4, h5, h6, p, address,
  ul, ol, li, dl, dt, dd,
  table, th, td, img, figure, div {
    font-size: 1.4rem;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

a,
button,
input[type=submit],
input[type=button] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 769px) {
  a:hover,
  button:hover,
  input[type=submit]:hover,
  input[type=button]:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
.wrap {
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 92%;
    max-width: initial;
  }
}

.content {
  overflow: hidden;
  background: #FFF9F4;
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 12rem;
  }
}

.serif {
  font-family: "ten-mincho", "Noto Serif JP", serif;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 16rem;
  padding: 0 8rem;
  background: #8D3A26;
}
@media screen and (max-width: 1300px) {
  .footer_wrap {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    height: auto;
    padding: 4rem 2rem 2rem;
  }
}
.footer_wrap .left_box {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .left_box {
    gap: 1.5rem;
  }
}
.footer_wrap .left_box .stop_ico {
  width: 4.8rem;
}
.footer_wrap .left_box .txt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF9F4;
}
@media screen and (max-width: 768px) {
  .footer_wrap .left_box .txt {
    font-size: 1.4rem;
  }
}
.footer_wrap .right_box .nav_box {
  display: flex;
  align-items: center;
  gap: 3.7rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .right_box .nav_box {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.footer_wrap .right_box .footer_nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer_wrap .right_box .footer_nav {
    order: 2;
  }
}
.footer_wrap .right_box .footer_nav .footer_nav_btn {
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFF9F4;
  line-height: 1.8;
}
.footer_wrap .right_box .footer_nav .footer_nav_btn + .footer_nav_btn::before {
  content: "|";
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .right_box .footer_nav .footer_nav_btn + .footer_nav_btn::before {
    margin: 0 1rem;
  }
}
.footer_wrap .right_box .sns_box {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .right_box .sns_box {
    order: 1;
    gap: 1.3rem;
  }
}
.footer_wrap .right_box .sns_box .sns_btn img {
  width: auto;
  height: 2.8rem;
}
.footer_wrap .right_box .copy {
  margin-top: 2rem;
  text-align: right;
  color: #FFF9F4;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .footer_wrap .right_box .copy {
    text-align: center;
    margin-top: 5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt {
  line-height: 1.8;
}

.bold {
  font-weight: bold;
}

.txt_up {
  text-transform: uppercase;
}

.txt_noup {
  text-transform: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.ib {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .pc_ib {
    display: inline-block;
  }
  .pc_tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .img img {
    width: 100%;
  }
  .sp_ib {
    display: inline-block;
  }
}
/* ------------------------------
	.ttl
------------------------------ */
.str_ttl .ttl_txt,
.str_ttl .ttl_img {
  opacity: 0;
}
.str_ttl .ttl_txt span,
.str_ttl .ttl_txt img,
.str_ttl .ttl_img span,
.str_ttl .ttl_img img {
  display: inline-block;
  opacity: 0;
  transform: translateX(0.2em);
  -webkit-transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.str_ttl .ttl_txt span:nth-child(1),
.str_ttl .ttl_txt img:nth-child(1),
.str_ttl .ttl_img span:nth-child(1),
.str_ttl .ttl_img img:nth-child(1) {
  transition-delay: 0.04s;
}
.str_ttl .ttl_txt span:nth-child(2),
.str_ttl .ttl_txt img:nth-child(2),
.str_ttl .ttl_img span:nth-child(2),
.str_ttl .ttl_img img:nth-child(2) {
  transition-delay: 0.08s;
}
.str_ttl .ttl_txt span:nth-child(3),
.str_ttl .ttl_txt img:nth-child(3),
.str_ttl .ttl_img span:nth-child(3),
.str_ttl .ttl_img img:nth-child(3) {
  transition-delay: 0.12s;
}
.str_ttl .ttl_txt span:nth-child(4),
.str_ttl .ttl_txt img:nth-child(4),
.str_ttl .ttl_img span:nth-child(4),
.str_ttl .ttl_img img:nth-child(4) {
  transition-delay: 0.16s;
}
.str_ttl .ttl_txt span:nth-child(5),
.str_ttl .ttl_txt img:nth-child(5),
.str_ttl .ttl_img span:nth-child(5),
.str_ttl .ttl_img img:nth-child(5) {
  transition-delay: 0.2s;
}
.str_ttl .ttl_txt span:nth-child(6),
.str_ttl .ttl_txt img:nth-child(6),
.str_ttl .ttl_img span:nth-child(6),
.str_ttl .ttl_img img:nth-child(6) {
  transition-delay: 0.24s;
}
.str_ttl .ttl_txt span:nth-child(7),
.str_ttl .ttl_txt img:nth-child(7),
.str_ttl .ttl_img span:nth-child(7),
.str_ttl .ttl_img img:nth-child(7) {
  transition-delay: 0.28s;
}
.str_ttl .ttl_txt span:nth-child(8),
.str_ttl .ttl_txt img:nth-child(8),
.str_ttl .ttl_img span:nth-child(8),
.str_ttl .ttl_img img:nth-child(8) {
  transition-delay: 0.32s;
}
.str_ttl .ttl_txt span:nth-child(9),
.str_ttl .ttl_txt img:nth-child(9),
.str_ttl .ttl_img span:nth-child(9),
.str_ttl .ttl_img img:nth-child(9) {
  transition-delay: 0.36s;
}
.str_ttl .ttl_txt span:nth-child(10),
.str_ttl .ttl_txt img:nth-child(10),
.str_ttl .ttl_img span:nth-child(10),
.str_ttl .ttl_img img:nth-child(10) {
  transition-delay: 0.4s;
}
.str_ttl .ttl_txt span:nth-child(11),
.str_ttl .ttl_txt img:nth-child(11),
.str_ttl .ttl_img span:nth-child(11),
.str_ttl .ttl_img img:nth-child(11) {
  transition-delay: 0.44s;
}
.str_ttl .ttl_txt span:nth-child(12),
.str_ttl .ttl_txt img:nth-child(12),
.str_ttl .ttl_img span:nth-child(12),
.str_ttl .ttl_img img:nth-child(12) {
  transition-delay: 0.48s;
}
.str_ttl .ttl_txt span:nth-child(13),
.str_ttl .ttl_txt img:nth-child(13),
.str_ttl .ttl_img span:nth-child(13),
.str_ttl .ttl_img img:nth-child(13) {
  transition-delay: 0.52s;
}
.str_ttl .ttl_txt span:nth-child(14),
.str_ttl .ttl_txt img:nth-child(14),
.str_ttl .ttl_img span:nth-child(14),
.str_ttl .ttl_img img:nth-child(14) {
  transition-delay: 0.56s;
}
.str_ttl .ttl_txt span:nth-child(15),
.str_ttl .ttl_txt img:nth-child(15),
.str_ttl .ttl_img span:nth-child(15),
.str_ttl .ttl_img img:nth-child(15) {
  transition-delay: 0.6s;
}
.str_ttl .ttl_txt span:nth-child(16),
.str_ttl .ttl_txt img:nth-child(16),
.str_ttl .ttl_img span:nth-child(16),
.str_ttl .ttl_img img:nth-child(16) {
  transition-delay: 0.64s;
}
.str_ttl .ttl_txt span:nth-child(17),
.str_ttl .ttl_txt img:nth-child(17),
.str_ttl .ttl_img span:nth-child(17),
.str_ttl .ttl_img img:nth-child(17) {
  transition-delay: 0.68s;
}
.str_ttl .ttl_txt span:nth-child(18),
.str_ttl .ttl_txt img:nth-child(18),
.str_ttl .ttl_img span:nth-child(18),
.str_ttl .ttl_img img:nth-child(18) {
  transition-delay: 0.72s;
}
.str_ttl .ttl_txt span:nth-child(19),
.str_ttl .ttl_txt img:nth-child(19),
.str_ttl .ttl_img span:nth-child(19),
.str_ttl .ttl_img img:nth-child(19) {
  transition-delay: 0.76s;
}
.str_ttl .ttl_txt span:nth-child(20),
.str_ttl .ttl_txt img:nth-child(20),
.str_ttl .ttl_img span:nth-child(20),
.str_ttl .ttl_img img:nth-child(20) {
  transition-delay: 0.8s;
}
.str_ttl .ttl_txt span:nth-child(21),
.str_ttl .ttl_txt img:nth-child(21),
.str_ttl .ttl_img span:nth-child(21),
.str_ttl .ttl_img img:nth-child(21) {
  transition-delay: 0.84s;
}
.str_ttl .ttl_txt span:nth-child(22),
.str_ttl .ttl_txt img:nth-child(22),
.str_ttl .ttl_img span:nth-child(22),
.str_ttl .ttl_img img:nth-child(22) {
  transition-delay: 0.88s;
}
.str_ttl .ttl_txt span:nth-child(23),
.str_ttl .ttl_txt img:nth-child(23),
.str_ttl .ttl_img span:nth-child(23),
.str_ttl .ttl_img img:nth-child(23) {
  transition-delay: 0.92s;
}
.str_ttl .ttl_txt span:nth-child(24),
.str_ttl .ttl_txt img:nth-child(24),
.str_ttl .ttl_img span:nth-child(24),
.str_ttl .ttl_img img:nth-child(24) {
  transition-delay: 0.96s;
}
.str_ttl .ttl_txt span:nth-child(25),
.str_ttl .ttl_txt img:nth-child(25),
.str_ttl .ttl_img span:nth-child(25),
.str_ttl .ttl_img img:nth-child(25) {
  transition-delay: 1s;
}
.str_ttl .ttl_txt span:nth-child(26),
.str_ttl .ttl_txt img:nth-child(26),
.str_ttl .ttl_img span:nth-child(26),
.str_ttl .ttl_img img:nth-child(26) {
  transition-delay: 1.04s;
}
.str_ttl .ttl_txt span:nth-child(27),
.str_ttl .ttl_txt img:nth-child(27),
.str_ttl .ttl_img span:nth-child(27),
.str_ttl .ttl_img img:nth-child(27) {
  transition-delay: 1.08s;
}
.str_ttl .ttl_txt span:nth-child(28),
.str_ttl .ttl_txt img:nth-child(28),
.str_ttl .ttl_img span:nth-child(28),
.str_ttl .ttl_img img:nth-child(28) {
  transition-delay: 1.12s;
}
.str_ttl .ttl_txt span:nth-child(29),
.str_ttl .ttl_txt img:nth-child(29),
.str_ttl .ttl_img span:nth-child(29),
.str_ttl .ttl_img img:nth-child(29) {
  transition-delay: 1.16s;
}
.str_ttl .ttl_txt span:nth-child(30),
.str_ttl .ttl_txt img:nth-child(30),
.str_ttl .ttl_img span:nth-child(30),
.str_ttl .ttl_img img:nth-child(30) {
  transition-delay: 1.2s;
}
.str_ttl .ttl_txt span:nth-child(31),
.str_ttl .ttl_txt img:nth-child(31),
.str_ttl .ttl_img span:nth-child(31),
.str_ttl .ttl_img img:nth-child(31) {
  transition-delay: 1.24s;
}
.str_ttl .ttl_txt span:nth-child(32),
.str_ttl .ttl_txt img:nth-child(32),
.str_ttl .ttl_img span:nth-child(32),
.str_ttl .ttl_img img:nth-child(32) {
  transition-delay: 1.28s;
}
.str_ttl .ttl_txt span:nth-child(33),
.str_ttl .ttl_txt img:nth-child(33),
.str_ttl .ttl_img span:nth-child(33),
.str_ttl .ttl_img img:nth-child(33) {
  transition-delay: 1.32s;
}
.str_ttl .ttl_txt span:nth-child(34),
.str_ttl .ttl_txt img:nth-child(34),
.str_ttl .ttl_img span:nth-child(34),
.str_ttl .ttl_img img:nth-child(34) {
  transition-delay: 1.36s;
}
.str_ttl .ttl_txt span:nth-child(35),
.str_ttl .ttl_txt img:nth-child(35),
.str_ttl .ttl_img span:nth-child(35),
.str_ttl .ttl_img img:nth-child(35) {
  transition-delay: 1.4s;
}
.str_ttl .ttl_txt span:nth-child(36),
.str_ttl .ttl_txt img:nth-child(36),
.str_ttl .ttl_img span:nth-child(36),
.str_ttl .ttl_img img:nth-child(36) {
  transition-delay: 1.44s;
}
.str_ttl .ttl_txt span:nth-child(37),
.str_ttl .ttl_txt img:nth-child(37),
.str_ttl .ttl_img span:nth-child(37),
.str_ttl .ttl_img img:nth-child(37) {
  transition-delay: 1.48s;
}
.str_ttl .ttl_txt span:nth-child(38),
.str_ttl .ttl_txt img:nth-child(38),
.str_ttl .ttl_img span:nth-child(38),
.str_ttl .ttl_img img:nth-child(38) {
  transition-delay: 1.52s;
}
.str_ttl .ttl_txt span:nth-child(39),
.str_ttl .ttl_txt img:nth-child(39),
.str_ttl .ttl_img span:nth-child(39),
.str_ttl .ttl_img img:nth-child(39) {
  transition-delay: 1.56s;
}
.str_ttl .ttl_txt span:nth-child(40),
.str_ttl .ttl_txt img:nth-child(40),
.str_ttl .ttl_img span:nth-child(40),
.str_ttl .ttl_img img:nth-child(40) {
  transition-delay: 1.6s;
}
.str_ttl .ttl_txt span:nth-child(41),
.str_ttl .ttl_txt img:nth-child(41),
.str_ttl .ttl_img span:nth-child(41),
.str_ttl .ttl_img img:nth-child(41) {
  transition-delay: 1.64s;
}
.str_ttl .ttl_txt span:nth-child(42),
.str_ttl .ttl_txt img:nth-child(42),
.str_ttl .ttl_img span:nth-child(42),
.str_ttl .ttl_img img:nth-child(42) {
  transition-delay: 1.68s;
}
.str_ttl .ttl_txt span:nth-child(43),
.str_ttl .ttl_txt img:nth-child(43),
.str_ttl .ttl_img span:nth-child(43),
.str_ttl .ttl_img img:nth-child(43) {
  transition-delay: 1.72s;
}
.str_ttl .ttl_txt span:nth-child(44),
.str_ttl .ttl_txt img:nth-child(44),
.str_ttl .ttl_img span:nth-child(44),
.str_ttl .ttl_img img:nth-child(44) {
  transition-delay: 1.76s;
}
.str_ttl .ttl_txt span:nth-child(45),
.str_ttl .ttl_txt img:nth-child(45),
.str_ttl .ttl_img span:nth-child(45),
.str_ttl .ttl_img img:nth-child(45) {
  transition-delay: 1.8s;
}
.str_ttl .ttl_txt span:nth-child(46),
.str_ttl .ttl_txt img:nth-child(46),
.str_ttl .ttl_img span:nth-child(46),
.str_ttl .ttl_img img:nth-child(46) {
  transition-delay: 1.84s;
}
.str_ttl .ttl_txt span:nth-child(47),
.str_ttl .ttl_txt img:nth-child(47),
.str_ttl .ttl_img span:nth-child(47),
.str_ttl .ttl_img img:nth-child(47) {
  transition-delay: 1.88s;
}
.str_ttl .ttl_txt span:nth-child(48),
.str_ttl .ttl_txt img:nth-child(48),
.str_ttl .ttl_img span:nth-child(48),
.str_ttl .ttl_img img:nth-child(48) {
  transition-delay: 1.92s;
}
.str_ttl .ttl_txt span:nth-child(49),
.str_ttl .ttl_txt img:nth-child(49),
.str_ttl .ttl_img span:nth-child(49),
.str_ttl .ttl_img img:nth-child(49) {
  transition-delay: 1.96s;
}
.str_ttl .ttl_txt span:nth-child(50),
.str_ttl .ttl_txt img:nth-child(50),
.str_ttl .ttl_img span:nth-child(50),
.str_ttl .ttl_img img:nth-child(50) {
  transition-delay: 2s;
}
.str_ttl .ttl_txt span:nth-child(51),
.str_ttl .ttl_txt img:nth-child(51),
.str_ttl .ttl_img span:nth-child(51),
.str_ttl .ttl_img img:nth-child(51) {
  transition-delay: 2.04s;
}
.str_ttl .ttl_txt span:nth-child(52),
.str_ttl .ttl_txt img:nth-child(52),
.str_ttl .ttl_img span:nth-child(52),
.str_ttl .ttl_img img:nth-child(52) {
  transition-delay: 2.08s;
}
.str_ttl .ttl_txt span:nth-child(53),
.str_ttl .ttl_txt img:nth-child(53),
.str_ttl .ttl_img span:nth-child(53),
.str_ttl .ttl_img img:nth-child(53) {
  transition-delay: 2.12s;
}
.str_ttl .ttl_txt span:nth-child(54),
.str_ttl .ttl_txt img:nth-child(54),
.str_ttl .ttl_img span:nth-child(54),
.str_ttl .ttl_img img:nth-child(54) {
  transition-delay: 2.16s;
}
.str_ttl .ttl_txt span:nth-child(55),
.str_ttl .ttl_txt img:nth-child(55),
.str_ttl .ttl_img span:nth-child(55),
.str_ttl .ttl_img img:nth-child(55) {
  transition-delay: 2.2s;
}
.str_ttl .ttl_txt span:nth-child(56),
.str_ttl .ttl_txt img:nth-child(56),
.str_ttl .ttl_img span:nth-child(56),
.str_ttl .ttl_img img:nth-child(56) {
  transition-delay: 2.24s;
}
.str_ttl .ttl_txt span:nth-child(57),
.str_ttl .ttl_txt img:nth-child(57),
.str_ttl .ttl_img span:nth-child(57),
.str_ttl .ttl_img img:nth-child(57) {
  transition-delay: 2.28s;
}
.str_ttl .ttl_txt span:nth-child(58),
.str_ttl .ttl_txt img:nth-child(58),
.str_ttl .ttl_img span:nth-child(58),
.str_ttl .ttl_img img:nth-child(58) {
  transition-delay: 2.32s;
}
.str_ttl .ttl_txt span:nth-child(59),
.str_ttl .ttl_txt img:nth-child(59),
.str_ttl .ttl_img span:nth-child(59),
.str_ttl .ttl_img img:nth-child(59) {
  transition-delay: 2.36s;
}
.str_ttl .ttl_txt span:nth-child(60),
.str_ttl .ttl_txt img:nth-child(60),
.str_ttl .ttl_img span:nth-child(60),
.str_ttl .ttl_img img:nth-child(60) {
  transition-delay: 2.4s;
}
.str_ttl .ttl_txt span:nth-child(61),
.str_ttl .ttl_txt img:nth-child(61),
.str_ttl .ttl_img span:nth-child(61),
.str_ttl .ttl_img img:nth-child(61) {
  transition-delay: 2.44s;
}
.str_ttl .ttl_txt span:nth-child(62),
.str_ttl .ttl_txt img:nth-child(62),
.str_ttl .ttl_img span:nth-child(62),
.str_ttl .ttl_img img:nth-child(62) {
  transition-delay: 2.48s;
}
.str_ttl .ttl_txt span:nth-child(63),
.str_ttl .ttl_txt img:nth-child(63),
.str_ttl .ttl_img span:nth-child(63),
.str_ttl .ttl_img img:nth-child(63) {
  transition-delay: 2.52s;
}
.str_ttl .ttl_txt span:nth-child(64),
.str_ttl .ttl_txt img:nth-child(64),
.str_ttl .ttl_img span:nth-child(64),
.str_ttl .ttl_img img:nth-child(64) {
  transition-delay: 2.56s;
}
.str_ttl .ttl_txt span:nth-child(65),
.str_ttl .ttl_txt img:nth-child(65),
.str_ttl .ttl_img span:nth-child(65),
.str_ttl .ttl_img img:nth-child(65) {
  transition-delay: 2.6s;
}
.str_ttl .ttl_txt span:nth-child(66),
.str_ttl .ttl_txt img:nth-child(66),
.str_ttl .ttl_img span:nth-child(66),
.str_ttl .ttl_img img:nth-child(66) {
  transition-delay: 2.64s;
}
.str_ttl .ttl_txt span:nth-child(67),
.str_ttl .ttl_txt img:nth-child(67),
.str_ttl .ttl_img span:nth-child(67),
.str_ttl .ttl_img img:nth-child(67) {
  transition-delay: 2.68s;
}
.str_ttl .ttl_txt span:nth-child(68),
.str_ttl .ttl_txt img:nth-child(68),
.str_ttl .ttl_img span:nth-child(68),
.str_ttl .ttl_img img:nth-child(68) {
  transition-delay: 2.72s;
}
.str_ttl .ttl_txt span:nth-child(69),
.str_ttl .ttl_txt img:nth-child(69),
.str_ttl .ttl_img span:nth-child(69),
.str_ttl .ttl_img img:nth-child(69) {
  transition-delay: 2.76s;
}
.str_ttl .ttl_txt span:nth-child(70),
.str_ttl .ttl_txt img:nth-child(70),
.str_ttl .ttl_img span:nth-child(70),
.str_ttl .ttl_img img:nth-child(70) {
  transition-delay: 2.8s;
}
.str_ttl .ttl_txt span:nth-child(71),
.str_ttl .ttl_txt img:nth-child(71),
.str_ttl .ttl_img span:nth-child(71),
.str_ttl .ttl_img img:nth-child(71) {
  transition-delay: 2.84s;
}
.str_ttl .ttl_txt span:nth-child(72),
.str_ttl .ttl_txt img:nth-child(72),
.str_ttl .ttl_img span:nth-child(72),
.str_ttl .ttl_img img:nth-child(72) {
  transition-delay: 2.88s;
}
.str_ttl .ttl_txt span:nth-child(73),
.str_ttl .ttl_txt img:nth-child(73),
.str_ttl .ttl_img span:nth-child(73),
.str_ttl .ttl_img img:nth-child(73) {
  transition-delay: 2.92s;
}
.str_ttl .ttl_txt span:nth-child(74),
.str_ttl .ttl_txt img:nth-child(74),
.str_ttl .ttl_img span:nth-child(74),
.str_ttl .ttl_img img:nth-child(74) {
  transition-delay: 2.96s;
}
.str_ttl .ttl_txt span:nth-child(75),
.str_ttl .ttl_txt img:nth-child(75),
.str_ttl .ttl_img span:nth-child(75),
.str_ttl .ttl_img img:nth-child(75) {
  transition-delay: 3s;
}
.str_ttl .ttl_txt span:nth-child(76),
.str_ttl .ttl_txt img:nth-child(76),
.str_ttl .ttl_img span:nth-child(76),
.str_ttl .ttl_img img:nth-child(76) {
  transition-delay: 3.04s;
}
.str_ttl .ttl_txt span:nth-child(77),
.str_ttl .ttl_txt img:nth-child(77),
.str_ttl .ttl_img span:nth-child(77),
.str_ttl .ttl_img img:nth-child(77) {
  transition-delay: 3.08s;
}
.str_ttl .ttl_txt span:nth-child(78),
.str_ttl .ttl_txt img:nth-child(78),
.str_ttl .ttl_img span:nth-child(78),
.str_ttl .ttl_img img:nth-child(78) {
  transition-delay: 3.12s;
}
.str_ttl .ttl_txt span:nth-child(79),
.str_ttl .ttl_txt img:nth-child(79),
.str_ttl .ttl_img span:nth-child(79),
.str_ttl .ttl_img img:nth-child(79) {
  transition-delay: 3.16s;
}
.str_ttl .ttl_txt span:nth-child(80),
.str_ttl .ttl_txt img:nth-child(80),
.str_ttl .ttl_img span:nth-child(80),
.str_ttl .ttl_img img:nth-child(80) {
  transition-delay: 3.2s;
}
.str_ttl .ttl_txt span:nth-child(81),
.str_ttl .ttl_txt img:nth-child(81),
.str_ttl .ttl_img span:nth-child(81),
.str_ttl .ttl_img img:nth-child(81) {
  transition-delay: 3.24s;
}
.str_ttl .ttl_txt span:nth-child(82),
.str_ttl .ttl_txt img:nth-child(82),
.str_ttl .ttl_img span:nth-child(82),
.str_ttl .ttl_img img:nth-child(82) {
  transition-delay: 3.28s;
}
.str_ttl .ttl_txt span:nth-child(83),
.str_ttl .ttl_txt img:nth-child(83),
.str_ttl .ttl_img span:nth-child(83),
.str_ttl .ttl_img img:nth-child(83) {
  transition-delay: 3.32s;
}
.str_ttl .ttl_txt span:nth-child(84),
.str_ttl .ttl_txt img:nth-child(84),
.str_ttl .ttl_img span:nth-child(84),
.str_ttl .ttl_img img:nth-child(84) {
  transition-delay: 3.36s;
}
.str_ttl .ttl_txt span:nth-child(85),
.str_ttl .ttl_txt img:nth-child(85),
.str_ttl .ttl_img span:nth-child(85),
.str_ttl .ttl_img img:nth-child(85) {
  transition-delay: 3.4s;
}
.str_ttl .ttl_txt span:nth-child(86),
.str_ttl .ttl_txt img:nth-child(86),
.str_ttl .ttl_img span:nth-child(86),
.str_ttl .ttl_img img:nth-child(86) {
  transition-delay: 3.44s;
}
.str_ttl .ttl_txt span:nth-child(87),
.str_ttl .ttl_txt img:nth-child(87),
.str_ttl .ttl_img span:nth-child(87),
.str_ttl .ttl_img img:nth-child(87) {
  transition-delay: 3.48s;
}
.str_ttl .ttl_txt span:nth-child(88),
.str_ttl .ttl_txt img:nth-child(88),
.str_ttl .ttl_img span:nth-child(88),
.str_ttl .ttl_img img:nth-child(88) {
  transition-delay: 3.52s;
}
.str_ttl .ttl_txt span:nth-child(89),
.str_ttl .ttl_txt img:nth-child(89),
.str_ttl .ttl_img span:nth-child(89),
.str_ttl .ttl_img img:nth-child(89) {
  transition-delay: 3.56s;
}
.str_ttl .ttl_txt span:nth-child(90),
.str_ttl .ttl_txt img:nth-child(90),
.str_ttl .ttl_img span:nth-child(90),
.str_ttl .ttl_img img:nth-child(90) {
  transition-delay: 3.6s;
}
.str_ttl .ttl_txt span:nth-child(91),
.str_ttl .ttl_txt img:nth-child(91),
.str_ttl .ttl_img span:nth-child(91),
.str_ttl .ttl_img img:nth-child(91) {
  transition-delay: 3.64s;
}
.str_ttl .ttl_txt span:nth-child(92),
.str_ttl .ttl_txt img:nth-child(92),
.str_ttl .ttl_img span:nth-child(92),
.str_ttl .ttl_img img:nth-child(92) {
  transition-delay: 3.68s;
}
.str_ttl .ttl_txt span:nth-child(93),
.str_ttl .ttl_txt img:nth-child(93),
.str_ttl .ttl_img span:nth-child(93),
.str_ttl .ttl_img img:nth-child(93) {
  transition-delay: 3.72s;
}
.str_ttl .ttl_txt span:nth-child(94),
.str_ttl .ttl_txt img:nth-child(94),
.str_ttl .ttl_img span:nth-child(94),
.str_ttl .ttl_img img:nth-child(94) {
  transition-delay: 3.76s;
}
.str_ttl .ttl_txt span:nth-child(95),
.str_ttl .ttl_txt img:nth-child(95),
.str_ttl .ttl_img span:nth-child(95),
.str_ttl .ttl_img img:nth-child(95) {
  transition-delay: 3.8s;
}
.str_ttl .ttl_txt span:nth-child(96),
.str_ttl .ttl_txt img:nth-child(96),
.str_ttl .ttl_img span:nth-child(96),
.str_ttl .ttl_img img:nth-child(96) {
  transition-delay: 3.84s;
}
.str_ttl .ttl_txt span:nth-child(97),
.str_ttl .ttl_txt img:nth-child(97),
.str_ttl .ttl_img span:nth-child(97),
.str_ttl .ttl_img img:nth-child(97) {
  transition-delay: 3.88s;
}
.str_ttl .ttl_txt span:nth-child(98),
.str_ttl .ttl_txt img:nth-child(98),
.str_ttl .ttl_img span:nth-child(98),
.str_ttl .ttl_img img:nth-child(98) {
  transition-delay: 3.92s;
}
.str_ttl .ttl_txt span:nth-child(99),
.str_ttl .ttl_txt img:nth-child(99),
.str_ttl .ttl_img span:nth-child(99),
.str_ttl .ttl_img img:nth-child(99) {
  transition-delay: 3.96s;
}
.str_ttl .ttl_txt span:nth-child(100),
.str_ttl .ttl_txt img:nth-child(100),
.str_ttl .ttl_img span:nth-child(100),
.str_ttl .ttl_img img:nth-child(100) {
  transition-delay: 4s;
}
.str_ttl.fade-on .ttl_txt,
.str_ttl.fade-on .ttl_img {
  opacity: 1;
}
.str_ttl.fade-on .ttl_txt span,
.str_ttl.fade-on .ttl_txt img,
.str_ttl.fade-on .ttl_img span,
.str_ttl.fade-on .ttl_img img {
  opacity: 1;
  transform: translateX(0);
}
.str_ttl .ttl_img {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
}
.str_ttl .ttl_img .btm1 {
  margin-bottom: -1rem;
}
@media screen and (max-width: 768px) {
  .str_ttl .ttl_img .btm1 {
    margin-bottom: -0.7rem;
  }
}
.str_ttl .ttl_img .btm2 {
  margin-bottom: -1.2rem;
}
@media screen and (max-width: 768px) {
  .str_ttl .ttl_img .btm2 {
    margin-bottom: -1rem;
  }
}
.str_ttl .ttl_img .space {
  margin-left: 1.5rem;
}
.str_ttl .ttl_img .ssmin {
  margin-left: -0.1rem;
}
.str_ttl .ttl_img .smin {
  margin-left: -0.2rem;
}
.str_ttl .ttl_img .mmin {
  margin-left: -0.3rem;
}
.str_ttl .ttl_img .bmin {
  margin-left: -0.4rem;
}
.str_ttl .ttl_img .sbig {
  margin-left: 0.2rem;
}

/* ------------------------------
	.btn
------------------------------ */
.link {
  position: relative;
  color: #8D3A26;
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #8D3A26, #8D3A26);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% 1px;
  transition: background 0.4s ease;
}
.link:hover {
  opacity: 1;
  background-size: 0% 1px;
}

.btn {
  display: flex;
}
.btn.center {
  justify-content: center;
}
.btn a {
  position: relative;
  display: flex;
  align-items: center;
  width: 26rem;
  height: 5rem;
  padding: 0 3rem;
  background: #8D3A26;
  border: 1px solid #8D3A26;
  color: #FFF9F4;
  font-size: 1.5rem;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}
.btn a::before {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-left: 0.8rem solid #FFF9F4;
  border-bottom: 0.4rem solid transparent;
  -webkit-transition: border-color 0.4s ease, right 0.4s ease;
  transition: border-color 0.4s ease, right 0.4s ease;
}
@media screen and (min-width: 769px) {
  .btn a:hover {
    opacity: 1;
    background: #FFF9F4;
    color: #8D3A26;
  }
  .btn a:hover::before {
    right: 1rem;
    border-left-color: #8D3A26;
  }
}
.btn.white a {
  width: 88rem;
  height: 8rem;
  padding: 0 4rem;
  background: #FFF9F4;
  color: #101921;
  border-color: #101921;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .btn.white a {
    width: 32rem;
    height: 6rem;
    padding: 0 3rem;
    font-size: 1.8rem;
  }
}
.btn.white a::before {
  display: none;
}
.btn.white a .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  margin: auto;
  width: 3rem;
  height: 3rem;
  border: 1px solid #101921;
  border-radius: 50%;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .btn.white a .ico {
    right: 2rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.btn.white a .ico::before, .btn.white a .ico::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: 45%;
  background: #101921;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.btn.white a .ico::after {
  transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
  .btn.white a:hover {
    opacity: 1;
    background: #8D3A26;
    color: #FFF9F4;
    border-color: #8D3A26;
  }
  .btn.white a:hover .ico {
    border-color: #FFF9F4;
  }
  .btn.white a:hover .ico::before, .btn.white a:hover .ico::after {
    background: #FFF9F4;
  }
}

/* ------------------------------
	.box
------------------------------ */
.flex {
  display: flex;
  justify-content: space-between;
}

/* ------------------------------
	.mv
------------------------------ */
.mv {
  position: relative;
  background: #8D3A26;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 10.3rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 45.99%, rgba(0, 0, 0, 0) 100%);
  }
}
.mv .logo {
  position: absolute;
  z-index: 2;
  top: 4rem;
  left: 4%;
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .mv .logo {
    z-index: 999;
    top: 2rem;
    left: 2rem;
    width: 10.3rem;
  }
}
.mv .logo img {
  width: 100%;
}
.mv .mv_img {
  width: 100%;
  height: calc(100vh - 16rem);
  min-height: 44rem;
}
@media screen and (max-width: 768px) {
  .mv .mv_img {
    min-height: 30rem;
    height: calc(100vh - 12rem);
  }
}
.mv .mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .mv_cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #101921;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mv .txt_wrap {
  position: relative;
  z-index: 3;
  margin-top: -6vw;
  padding-top: 6vw;
  background: url(../img/mv_bg01.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .mv .txt_wrap {
    margin-top: -7vw;
    padding-top: 7vw;
  }
}
@media screen and (max-width: 1200px) {
  .mv .txt_wrap {
    margin-top: -8.8rem;
    padding-top: 8.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mv .txt_wrap {
    margin-top: -9.6rem;
    padding-top: 0;
    background: url(../img/mv_bg01_sp.png) no-repeat center top;
    background-size: 100%;
  }
}
.mv .txt_wrap .ttl {
  text-align: center;
  font-size: 5.2rem;
  color: #FFF9F4;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .mv .txt_wrap .ttl {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.mv .txt_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  height: 16rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv .txt_box {
    justify-content: flex-start;
    padding-top: 10.7rem;
    height: 21.6rem;
  }
}
.mv .cp_box {
  position: absolute;
  top: -18.3rem;
  left: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .mv .cp_box {
    top: calc(-9rem - 8vw);
    left: 3%;
  }
}
@media screen and (max-width: 1300px) {
  .mv .cp_box {
    top: -21rem;
    left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .mv .cp_box {
    top: -4.2rem;
    left: 1.2rem;
  }
}
.mv .cp_box .txt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24.8rem;
  height: 24.8rem;
  border-radius: 50%;
  background: #FFF9F4;
  color: #8D3A26;
  text-align: center;
  line-height: 1.8;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .mv .cp_box .txt {
    width: 13.9rem;
    height: 13.9rem;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.mv .cp_box .txt .big {
  font-size: 4.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .mv .cp_box .txt .big {
    font-size: 2.2rem;
  }
}
.mv .cp_box .txt .img_txt {
  width: 20.4rem;
}
@media screen and (max-width: 768px) {
  .mv .cp_box .txt .img_txt {
    width: 11.5rem;
  }
}
.mv .cp_box .txt::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 92%;
  height: 92%;
  border: 2px solid #8D3A26;
  border-radius: 50%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mv .cp_box .txt::after {
    border-width: 1px;
    width: 94%;
    height: 94%;
  }
}
.mv .cp_box .img {
  position: relative;
  z-index: 2;
  width: 11.2rem;
  margin-left: -2rem;
}
@media screen and (max-width: 768px) {
  .mv .cp_box .img {
    width: 6.8rem;
    margin-top: 2rem;
    margin-left: -1.3rem;
  }
}
@media screen and (min-width: 769px) {
  .mv.wide .mv_img {
    height: calc(100vh - 13rem);
  }
}
@media screen and (min-width: 769px) {
  .mv.wide .txt_wrap {
    margin-top: -4vw;
    padding-top: 4vw;
    background: url(../img/mv_bg01_wide.png) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .mv.wide .txt_wrap .ttl {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 769px) {
  .mv.wide .txt_box {
    height: 13rem;
  }
}
@media screen and (min-width: 769px) {
  .mv.wide .cp_box {
    top: calc(-16.3rem - 4vw);
    left: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .mv.wide .cp_box .img {
    width: 10.3rem;
  }
}

/* ------------------------------
	.about
------------------------------ */
.about {
  padding: 21.3rem 0 24rem;
  background: #8D3A26;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 9.6rem 0 14rem;
  }
}
.about .about_slide_wrap {
  position: relative;
}
.about .about_slide_wrap::before {
  position: absolute;
  z-index: 10;
  top: -5.3rem;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 34.5rem;
  height: 44.9rem;
  background: url(../img/about_ico01.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .about .about_slide_wrap::before {
    top: -3.6rem;
    width: 21.5rem;
    height: 27.8rem;
  }
}
.about .about_slide .about_slide_item {
  transform: scale(0.8);
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  margin: 0 -2rem;
}
@media screen and (max-width: 768px) {
  .about .about_slide .about_slide_item {
    margin: 0 -1rem;
  }
}
.about .about_slide .about_slide_item .img {
  position: relative;
  width: 62rem;
  height: 36rem;
}
@media screen and (max-width: 768px) {
  .about .about_slide .about_slide_item .img {
    width: 30rem;
    height: 22rem;
  }
}
.about .about_slide .about_slide_item .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
}
.about .about_slide .about_slide_item.slick-current, .about .about_slide .about_slide_item.is-active-next {
  transform: scale(1);
}
.about .txt_box {
  margin-top: 17.6rem;
  background: url(../img/about_bg01.svg) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 1440px) {
  .about .txt_box {
    background-size: 144rem;
  }
}
@media screen and (max-width: 768px) {
  .about .txt_box {
    margin-top: 10.2rem;
    background: url(../img/about_bg01_sp.svg) no-repeat center top;
    background-size: 100%;
    background-position: center 7.8rem;
  }
}
.about .txt_box .str_ttl {
  margin-bottom: 8rem;
  text-align: center;
  color: #FFF9F4;
  font-size: 4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .about .txt_box .str_ttl {
    margin-bottom: 4rem;
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.about .txt_box .txt {
  color: #FFF9F4;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .about .txt_box .txt {
    font-size: 1.6rem;
  }
}

/* ------------------------------
	.flow
------------------------------ */
.flow {
  display: flex;
  justify-content: space-between;
  gap: 0 12rem;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .flow {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 10rem;
  }
}
.flow .img_box {
  flex-shrink: 0;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .flow .img_box {
    max-width: 100%;
    width: 100%;
    order: 2;
    margin-bottom: 5rem;
  }
}
.flow .img_box .img {
  width: 56rem;
}
@media screen and (max-width: 768px) {
  .flow .img_box .img {
    width: 100%;
  }
}
.flow .txt_wrap {
  width: 100%;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .flow .txt_wrap {
    display: contents;
    padding: 0;
  }
}
.flow .str_ttl {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .flow .str_ttl {
    order: 1;
    margin-bottom: 4rem;
  }
}
.flow .str_ttl .ttl_txt {
  display: block;
  margin-top: 2.1rem;
  font-size: 1.6rem;
  color: #8D3A26;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .flow .str_ttl .ttl_txt {
    margin-top: 1.5rem;
    text-align: center;
  }
}
.flow .str_ttl .ttl_img img {
  width: 3.1rem;
}
@media screen and (max-width: 768px) {
  .flow .str_ttl .ttl_img img {
    width: 2.2rem;
  }
}
.flow .str_ttl .ttl_img img:nth-child(1) {
  width: 4rem;
}
@media screen and (max-width: 768px) {
  .flow .str_ttl .ttl_img img:nth-child(1) {
    width: 2.8rem;
  }
}
.flow .str_ttl .ttl_img img:nth-child(3) {
  width: 4.3rem;
}
@media screen and (max-width: 768px) {
  .flow .str_ttl .ttl_img img:nth-child(3) {
    width: 3.1rem;
  }
}
.flow .str_ttl .ttl_img img:nth-child(5), .flow .str_ttl .ttl_img img:nth-child(7) {
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .flow .str_ttl .ttl_img img:nth-child(5), .flow .str_ttl .ttl_img img:nth-child(7) {
    width: 2.2rem;
  }
}
.flow .str_ttl .ttl_img img:nth-child(6) {
  width: 0.9rem;
}
@media screen and (max-width: 768px) {
  .flow .str_ttl .ttl_img img:nth-child(6) {
    width: 0.6rem;
  }
}
.flow .str_ttl .ttl_img img:nth-child(8) {
  width: 2.8rem;
}
@media screen and (max-width: 768px) {
  .flow .str_ttl .ttl_img img:nth-child(8) {
    width: 2rem;
  }
}
.flow .str_ttl .ttl_img img:nth-child(9) {
  width: 2.1rem;
}
@media screen and (max-width: 768px) {
  .flow .str_ttl .ttl_img img:nth-child(9) {
    width: 1.5rem;
  }
}
.flow .str_ttl .ttl_img img:nth-child(10) {
  width: 0.8rem;
}
@media screen and (max-width: 768px) {
  .flow .str_ttl .ttl_img img:nth-child(10) {
    width: 0.57rem;
  }
}
.flow .str_ttl .ttl_img img:nth-child(12) {
  width: 4.6rem;
}
@media screen and (max-width: 768px) {
  .flow .str_ttl .ttl_img img:nth-child(12) {
    width: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow_box {
    order: 3;
    padding-left: 2.3rem;
  }
}
.flow .flow_box .ttl {
  padding-bottom: 1.5rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #101921;
}
.flow .flow_box .ttl img {
  width: auto;
  height: 1.8rem;
}
@media screen and (max-width: 768px) {
  .flow .flow_box .ttl img {
    height: 1.7rem;
  }
}
.flow .flow_box .txt_box {
  padding-right: 8rem;
}
@media screen and (max-width: 768px) {
  .flow .flow_box .txt_box {
    padding-right: 2.3rem;
  }
}
.flow .flow_box .txt_box .txt {
  font-size: 1.5rem;
}
.flow .flow_box .txt_box .note {
  font-size: 1.2rem;
  line-height: 1.5;
}
.flow .flow_box .txt_box .space1 {
  margin-top: 1.2rem;
}
.flow .flow_box .txt_box .space2 {
  margin-top: 2rem;
}
.flow .flow_box .box + .box {
  margin-top: 6.5rem;
}
.flow .flow_box .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flow .flow_box .flex {
    flex-direction: column;
    align-items: center;
  }
}
.flow .flow_box .flex .img {
  flex-shrink: 0;
  width: 19.6rem;
  margin-left: 4.3rem;
}
@media screen and (max-width: 768px) {
  .flow .flow_box .flex .img {
    margin-left: 0;
    margin-top: 5rem;
  }
}

/* ------------------------------
	.products
------------------------------ */
.products {
  padding: 22.2rem 0 20rem;
}
@media screen and (max-width: 768px) {
  .products {
    padding: 13rem 0;
  }
}
.products .str_ttl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .products .str_ttl {
    margin-bottom: 4rem;
  }
}
.products .str_ttl .ttl_txt {
  display: block;
  margin-top: 2.1rem;
  font-size: 1.6rem;
  color: #8D3A26;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .products .str_ttl .ttl_txt {
    margin-top: 1.5rem;
    text-align: center;
  }
}
.products .str_ttl .ttl_img {
  justify-content: center;
}
.products .str_ttl .ttl_img img {
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .products .str_ttl .ttl_img img {
    width: 2.2rem;
  }
}
.products .str_ttl .ttl_img img:nth-child(1), .products .str_ttl .ttl_img img:nth-child(11) {
  width: 2.7rem;
}
@media screen and (max-width: 768px) {
  .products .str_ttl .ttl_img img:nth-child(1), .products .str_ttl .ttl_img img:nth-child(11) {
    width: 2rem;
  }
}
.products .str_ttl .ttl_img img:nth-child(3), .products .str_ttl .ttl_img img:nth-child(8) {
  width: 1.8rem;
}
@media screen and (max-width: 768px) {
  .products .str_ttl .ttl_img img:nth-child(3), .products .str_ttl .ttl_img img:nth-child(8) {
    width: 1.3rem;
  }
}
.products .str_ttl .ttl_img img:nth-child(6), .products .str_ttl .ttl_img img:nth-child(13) {
  width: 2rem;
}
@media screen and (max-width: 768px) {
  .products .str_ttl .ttl_img img:nth-child(6), .products .str_ttl .ttl_img img:nth-child(13) {
    width: 1.4rem;
  }
}
.products .str_ttl .ttl_img img:nth-child(7) {
  width: 2.8rem;
}
@media screen and (max-width: 768px) {
  .products .str_ttl .ttl_img img:nth-child(7) {
    width: 2rem;
  }
}
.products .str_ttl .ttl_img img:nth-child(9) {
  width: 3.1rem;
}
@media screen and (max-width: 768px) {
  .products .str_ttl .ttl_img img:nth-child(9) {
    width: 2.2rem;
  }
}
.products .str_ttl .ttl_img img:nth-child(14) {
  width: 2.5rem;
}
@media screen and (max-width: 768px) {
  .products .str_ttl .ttl_img img:nth-child(14) {
    width: 1.8rem;
  }
}
.products .products_wrap .img_wrap {
  position: relative;
  z-index: 0;
}
.products .products_wrap .img_wrap::before {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  width: 100%;
  padding-top: 5.95%;
  background: url(../img/products_bg01.png) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .products .products_wrap .img_wrap::before {
    padding-top: 10%;
    background: url(../img/products_bg01_sp.png) no-repeat center top;
    background-size: 100%;
  }
}
.products .products_wrap .img_box {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 30%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .products .products_wrap .img_box {
    padding-top: 64%;
  }
}
.products .products_wrap .img_box .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
}
@media screen and (max-width: 768px) {
  .products .products_wrap .img_box .img {
    height: 140%;
  }
}
.products .products_wrap .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .products_wrap .wrap {
  position: relative;
  padding-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  .products .products_wrap .wrap {
    padding-top: 15.1rem;
    max-width: 30rem;
  }
}
.products .products_wrap .wrap .img {
  position: absolute;
  top: -31.2rem;
  right: 0;
  width: 35.9rem;
}
@media screen and (max-width: 768px) {
  .products .products_wrap .wrap .img {
    top: -20.4rem;
    left: 0;
    margin: auto;
    width: 19.3rem;
  }
}
.products .products_wrap .wrap .txt_box {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .products .products_wrap .wrap .txt_box {
    width: 100%;
  }
}
.products .products_wrap .wrap .txt_box .txt {
  font-size: 1.8rem;
}
.products .products_wrap .wrap .txt_box .btn {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .products .products_wrap .wrap .txt_box .btn {
    justify-content: center;
  }
}
.products .btn.white {
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .products .btn.white {
    margin-top: 6rem;
  }
}

/* ------------------------------
	.modal
------------------------------ */
.mfp-container {
  padding: 0;
}

.mfp-bg {
  position: fixed !important;
  z-index: 20000;
  opacity: 0.5;
}

.mfp-wrap {
  z-index: 20001;
}

.mfp-close {
  display: none !important;
}

.mfp-arrow {
  display: none !important;
}

.mfp-wrap .modal_close_btn {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 3rem;
  height: 3rem;
  background: #8D3A26;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 769px) {
  .mfp-wrap .modal_close_btn:hover {
    opacity: 0.7;
  }
}
.mfp-wrap .modal_close_btn .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1.4rem;
  height: 1px;
  border-radius: 1rem;
  background: #FFF9F4;
}
.mfp-wrap .modal_close_btn .line:nth-child(1) {
  transform: rotate(45deg);
}

.mfp-wrap .modal_close_btn .line:nth-child(2) {
  transform: rotate(-45deg);
}

.terms {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .terms {
    padding: 2rem 0;
  }
}
.terms .wrap {
  position: relative;
  width: 96%;
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .terms .wrap {
    width: calc(100% - 2rem);
  }
}

.mfp-wrap .terms {
  display: block;
}

.terms_box {
  background: #FFF9F4;
  border-radius: 1rem;
}
.terms_box .terms_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 4rem 5rem 7rem;
}
@media screen and (max-width: 768px) {
  .terms_box .terms_wrap {
    padding: 3.5rem 2rem 5rem 3rem;
  }
}
.terms_box .terms_wrap .txt_box {
  position: relative;
  max-height: 49rem;
  min-height: 30rem;
  height: calc(100vh - 31rem);
  padding-right: 4.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .terms_box .terms_wrap .txt_box {
    max-height: 28rem;
    min-height: 15rem;
    height: calc(100vh - 31rem);
    padding-right: 2.5rem;
  }
}
.terms_box .terms_wrap .txt_box .os-scrollbar-track {
  background: #E7E3DF;
}
.terms_box .terms_wrap .txt_box .os-scrollbar-handle {
  background: #8D3A26;
}
.terms_box .terms_wrap .sec_ttl {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.8;
  color: #8D3A26;
}
@media screen and (max-width: 768px) {
  .terms_box .terms_wrap .sec_ttl {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
.terms_box .terms_wrap .close_btm_btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 26rem;
  height: 5rem;
  padding: 0 3rem;
  margin: 4rem auto 0;
  background: #FFF9F4;
  border: 1px solid #8D3A26;
  color: #8D3A26;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}
.terms_box .terms_wrap .close_btm_btn::before, .terms_box .terms_wrap .close_btm_btn::after {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: 1.4rem;
  background: #8D3A26;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.terms_box .terms_wrap .close_btm_btn::before {
  transform: rotate(45deg);
}
.terms_box .terms_wrap .close_btm_btn::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .terms_box .terms_wrap .close_btm_btn:hover {
    opacity: 1;
    background: #8D3A26;
    color: #FFF9F4;
  }
  .terms_box .terms_wrap .close_btm_btn:hover::before, .terms_box .terms_wrap .close_btm_btn:hover::after {
    background: #FFF9F4;
  }
}
.terms_box .terms_wrap .txt {
  font-family: "ten-mincho", "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .terms_box .terms_wrap .txt {
    font-size: 1.3rem;
  }
}
.terms_box .terms_wrap .txt.note {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .terms_box .terms_wrap .txt.note {
    font-size: 1rem;
  }
}
.terms_box .terms_wrap .lspace {
  margin-left: 1em;
}
.terms_box .terms_wrap .indent {
  padding-left: 1em;
  text-indent: -1em;
}
.terms_box .terms_wrap .indent2 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.terms_box .terms_wrap .box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .terms_box .terms_wrap .box {
    flex-direction: column;
  }
}
.terms_box .terms_wrap .box + .box {
  margin-top: 4rem;
}
.terms_box .terms_wrap .box .ttl {
  flex-shrink: 0;
  width: 17rem;
  font-family: "ten-mincho", "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .terms_box .terms_wrap .box .ttl {
    width: auto;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}
.terms_box .terms_wrap .box .space {
  margin-top: 1.8em;
}
@media screen and (max-width: 768px) {
  .terms_box .terms_wrap .box .space {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .terms_box .terms_wrap .box .sp_space {
    margin-top: 1em;
  }
}
@media screen and (min-width: 769px) {
  .terms_box .terms_wrap .box .step {
    display: flex;
  }
}
.terms_box .terms_wrap .box .step + .step {
  margin-top: 0.2em;
}
.terms_box .terms_wrap .box .step .note {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .terms_box .terms_wrap .box .step .note {
    font-size: 1rem;
  }
}
.terms_box .terms_wrap .bg_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem;
  margin-top: 4rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .terms_box .terms_wrap .bg_box {
    padding: 3rem 2rem;
  }
}
.terms_box .terms_wrap .bg_box .ttl {
  margin-bottom: 3rem;
  text-align: center;
  color: #8D3A26;
  line-height: 1.8;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .terms_box .terms_wrap .bg_box .ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.terms_box .terms_wrap .bg_box .space {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .terms_box .terms_wrap .bg_box .space {
    margin-top: 2rem;
  }
}

/* ------------------------------
	.form_wrap
------------------------------ */
.form_wrap .str_ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .str_ttl {
    margin-bottom: 2rem;
  }
}
.form_wrap .str_ttl .ttl_txt {
  display: block;
  margin-top: 2.1rem;
  font-size: 1.6rem;
  color: #8D3A26;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_wrap .str_ttl .ttl_txt {
    margin-top: 1.5rem;
    text-align: center;
  }
}
.form_wrap .str_ttl .ttl_img {
  justify-content: center;
}
.form_wrap .str_ttl .ttl_img img {
  width: 1.9rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .str_ttl .ttl_img img {
    width: 1.3rem;
  }
}
.form_wrap .str_ttl .ttl_img img:nth-child(1) {
  width: 2.4rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .str_ttl .ttl_img img:nth-child(1) {
    width: 1.7rem;
  }
}
.form_wrap .str_ttl .ttl_img img:nth-child(2) {
  width: 2.7rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .str_ttl .ttl_img img:nth-child(2) {
    width: 1.9rem;
  }
}
.form_wrap .str_ttl .ttl_img img:nth-child(5) {
  width: 3.1rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .str_ttl .ttl_img img:nth-child(5) {
    width: 2.2rem;
  }
}
.form_wrap .str_ttl .ttl_img img:nth-child(6) {
  width: 2.2rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .str_ttl .ttl_img img:nth-child(6) {
    width: 1.5rem;
  }
}
.form_wrap .str_ttl .ttl_img img:nth-child(7) {
  width: 3.1rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .str_ttl .ttl_img img:nth-child(7) {
    width: 2.2rem;
  }
}
.form_wrap .str_ttl .ttl_img img:nth-child(9) {
  width: 4.3rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .str_ttl .ttl_img img:nth-child(9) {
    width: 3.1rem;
  }
}
.form_wrap .css-oaxcwz-Background {
  background: #FFF9F4;
}