﻿@import"base.css";
@import"fonts.css";
@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap";
:root {
  --content-width: 1230px;
  --font-yugothic: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  --font-yumincho: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  --font-meiryo: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  --font-arial: Arial, Helvetica, sans-serif;
  --color-primary: #72a47a;
  --color-secondary: #e9a253;
  --color-black: #333333;
  --color-gray: #cccccc;
  --text-line-height: 1.8em;
  --font-family: "Noto Sans JP", sans-serif;
  --body-color: #333333
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
  font-family: var(--font-family)
}
input[type=text], input[type=email], input[type=tel], input[type=number], textarea {
  width: 100%;
  border: solid 1px #999;
  padding: 16px 20px
}
::placeholder {
  opacity: .5
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6em
}
a {
  color: var(--color-primary);
  font-family: var(--font-family);
  transition: all .2s
}
select {
  visibility: visible !important
}
[href^="tel:"] {
  word-break: keep-all;
  white-space: nowrap
}
img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
  object-fit: cover
}
table {
  width: 100%
}
p {
  margin-bottom: 1.85em;
  line-height: 1.8em
}
p:last-child {
  margin-bottom: 0
}
button {
  cursor: pointer;
  border: solid 1px #333;
  border-radius: 0;
  outline: none;
  box-shadow: none
}
*, ::before, ::after {
  box-sizing: border-box;
  outline: none
}
html {
  background: #fff
}
body {
  min-width: 320px;
  -webkit-text-size-adjust: none;
  color: var(--body-color)
}
#wrapper {
  max-width: 1920px;
  min-width: 1260px;
  margin: 0 auto;
  overflow: hidden
}
.inner {
  width: var(--content-width);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}
.in1440 {
  width: 1470px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}
.customize-support #header {
  margin-top: 32px
}
@media screen and (max-width: 782px) {
  .customize-support #header {
    margin-top: 46px !important
  }
}
@media screen and (max-width: 600px) {
  .customize-support #header {
    margin-top: 0px !important
  }
}
.mb0 {
  margin-bottom: 0px !important
}
.mb5 {
  margin-bottom: 5px !important
}
.mb10 {
  margin-bottom: 10px !important
}
.mb15 {
  margin-bottom: 15px !important
}
.mb20 {
  margin-bottom: 20px !important
}
.mb25 {
  margin-bottom: 25px !important
}
.mb30 {
  margin-bottom: 30px !important
}
.mb35 {
  margin-bottom: 35px !important
}
.mb40 {
  margin-bottom: 40px !important
}
.mb45 {
  margin-bottom: 45px !important
}
.mb50 {
  margin-bottom: 50px !important
}
.mt0 {
  margin-top: 0px !important
}
.mt5 {
  margin-top: 5px !important
}
.mt10 {
  margin-top: 10px !important
}
.mt15 {
  margin-top: 15px !important
}
.mt20 {
  margin-top: 20px !important
}
.mt25 {
  margin-top: 25px !important
}
.mt30 {
  margin-top: 30px !important
}
.mt35 {
  margin-top: 35px !important
}
.mt40 {
  margin-top: 40px !important
}
.mt45 {
  margin-top: 45px !important
}
.mt50 {
  margin-top: 50px !important
}
.ml0 {
  margin-left: 0px !important
}
.ml5 {
  margin-left: 5px !important
}
.ml10 {
  margin-left: 10px !important
}
.ml15 {
  margin-left: 15px !important
}
.ml20 {
  margin-left: 20px !important
}
.ml25 {
  margin-left: 25px !important
}
.ml30 {
  margin-left: 30px !important
}
.ml35 {
  margin-left: 35px !important
}
.ml40 {
  margin-left: 40px !important
}
.ml45 {
  margin-left: 45px !important
}
.ml50 {
  margin-left: 50px !important
}
.mr0 {
  margin-right: 0px !important
}
.mr5 {
  margin-right: 5px !important
}
.mr10 {
  margin-right: 10px !important
}
.mr15 {
  margin-right: 15px !important
}
.mr20 {
  margin-right: 20px !important
}
.mr25 {
  margin-right: 25px !important
}
.mr30 {
  margin-right: 30px !important
}
.mr35 {
  margin-right: 35px !important
}
.mr40 {
  margin-right: 40px !important
}
.mr45 {
  margin-right: 45px !important
}
.mr50 {
  margin-right: 50px !important
}
.w0 {
  width: 0%
}
.w5 {
  width: 5%
}
.w10 {
  width: 10%
}
.w15 {
  width: 15%
}
.w20 {
  width: 20%
}
.w25 {
  width: 25%
}
.w30 {
  width: 30%
}
.w35 {
  width: 35%
}
.w40 {
  width: 40%
}
.w45 {
  width: 45%
}
.w50 {
  width: 50%
}
#menu-toggle {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 100;
  top: 12px;
  right: 15px;
  cursor: pointer
}
#menu-toggle > span {
  position: absolute;
  width: 80%;
  height: 2px;
  background: #fff;
  opacity: 1;
  left: 10%;
  transition: .2s ease-in-out
}
#menu-toggle > span:nth-child(1) {
  top: 13px
}
#menu-toggle > span:nth-child(2), #menu-toggle > span:nth-child(3) {
  top: 22px
}
#menu-toggle > span:nth-child(4) {
  top: 31px
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4) {
  top: 22px;
  width: 0%;
  left: 50%
}
#menu-toggle.open span:nth-child(2) {
  transform: rotate(45deg)
}
#menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg)
}
.to-top {
  position: fixed;
  z-index: 30;
  bottom: 125px;
  right: 20px;
  transition: all .2s;
  transform-origin: 50% 100%;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden
}
.to-top > a {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 99px;
  text-decoration: none
}
.to-top > a:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotateZ(-45deg);
  left: 23px;
  top: 26px
}
.to-top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}
.d-flex {
  display: flex
}
.d-flex-column {
  display: flex;
  flex-direction: column
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap
}
.flex-center-all {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.left {
  text-align: left
}
.center {
  text-align: center
}
.right {
  text-align: right
}
.bold {
  font-weight: bold
}
.wr-logo-header {
  visibility: hidden;
  opacity: 0
}
.wr-header {
  display: flex;
  justify-content: center;
  background-color: #fff;
  position: relative;
  z-index: 2
}
header {
  position: relative;
  z-index: 99
}
.logo-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 18px
}
.nav-header {
  margin-left: 20px
}
.nav-header ul {
  display: flex;
  justify-content: flex-end
}
.nav-header li > a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 36px 31px;
  letter-spacing: -0.3px;
  position: relative
}
.nav-header li > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0
}
.nav-header li span {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 36px 31px;
  letter-spacing: -0.3px;
  cursor: default;
  position: relative
}
.nav-header li span::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0
}
.nav-header li:last-child > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  background-color: #000;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0
}
.nav-sub {
  position: absolute;
  color: #fff;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  background-color: rgba(114, 164, 122, .9019607843);
  padding: 30px;
  display: none;
  z-index: 2
}
.nav-sub .ct-sub-nav {
  display: flex;
  justify-content: center
}
.nav-sub .tit-nav {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center
}
.nav-sub .bx-sub-img {
  margin-bottom: 1em
}
.nav-sub .bx-sub-tit {
  margin-bottom: 0;
  line-height: 1.5em
}
.nav-sub .bx-sub {
  position: relative;
  text-align: center;
  width: 11%;
  margin-right: 0
}
.nav-sub .bx-sub:not(:last-child) {
  margin-right: 35px
}
.nav-sub .bx-sub > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}
.nav-sub.cshover {
  bottom: 100%;
  top: auto
}
.sec-vs {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  height: calc(100vh - 94px)
}
.left-vs {
  display: flex;
  flex-grow: 1
}
.scroll-vs {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  width: 58px
}
.wr-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px
}
.txt-scroll {
  font-size: 14px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-bottom: 180px;
  font-family: var(--font-yugothic);
  letter-spacing: 2.2px
}
@keyframes scroll {
  0% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(10px)
  }
  100% {
    transform: translateY(0)
  }
}
.arr-scroll {
  animation: scroll 2s infinite
}
.arr-scroll a {
  display: block;
  padding: 0 10px
}
h1 {
  display: none
}
.if-vs {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin-top: 165px
}
.if-vs .logo {
  margin-bottom: 56px
}
.if-txt-vs {
  text-align: left
}
.if-txt-vs .add-vs {
  font-size: 15px;
  margin-bottom: 6px;
  line-height: 1.4em
}
.if-txt-vs .txt-if {
  margin-bottom: 2px;
  font-size: 15px
}
.if-txt-vs .txt-if span {
  display: inline-block;
  width: 85px;
  flex-shrink: 0
}
.main-vs {
  overflow: hidden;
  position: relative;
  width: calc(100% - 364px);
  height: 100%;
  background: url(../images/vs01.jpg) no-repeat;
  background-size: cover
}
.h2-vs {
  padding: 47px 53px 40px;
  position: absolute;
  left: 220px;
  text-align: center;
  top: 49.4%;
  transform: translateY(-50%);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .91);
  box-shadow: 8.529px 9.811px 21px 0px rgba(0, 0, 0, .2);
  z-index: 2
}
.h2-vs h2 {
  font-size: 58px;
  font-weight: 800;
  color: var(--color-primary);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 14px;
  font-family: var(--font-yugothic)
}
.h2-vs h2::before {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 1108px;
  background: url(../images/arrow-h2.png) no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0
}
.h2-vs .sub-h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 22px
}
header .banner-vs {
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0
}
 .banner-vs.fixed-banner {
  visibility: visible;
  opacity: 1;
}
.fixed-nav .banner-vs.fixed-banner {
  visibility: visible;
  opacity: 0;
}
header .banner-vs.fixed-banner img {
  width: 600px
}
.banner-vs-fixed {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    transition: 0.3s all;
    width: 600px
}
.fixed-nav .banner-vs-fixed {
    opacity: 1;
    visibility: visible;
    
}
.under.fixed-nav .banner-vs-fixed {
    opacity: 0;
    visibility: hidden;
}
.under.fixed-nav .banner-vs-fixed.fixed-banner {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.banner-vs {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 1;
  transition: all .2s
}
.banner-vs.none-banner {
  visibility: hidden;
  opacity: 0
}
.circle-vs {
  display: flex;
  justify-content: center;
  margin-bottom: -80px
}
.circle-vs .circle-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--color-secondary);
  border-radius: 50%;
  box-shadow: 2.624px 3.019px 8px 0px rgba(0, 0, 0, .2)
}
.circle-vs .circle-txt:not(:last-child) {
  margin-right: 20px
}
.circle-vs .circle-txt p {
  margin-top: -2px;
  font-size: 28px;
  color: #fff;
  line-height: 1
}
section {
  padding: 116px 0 0
}
.bx-h3-all {
  text-align: center;
  margin-bottom: 64px
}
.sp425-idx {
  display: none
}
.sp430-idx {
  display: none
}
.ibr414 {
  display: none
}
.h3-sub {
  display: inline-block;
  color: #de7554;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  border-bottom: 2px solid #de7554;
  position: relative;
  padding: 11px 0 0px;
  margin-bottom: 20px
}
.h3-sub::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #de7554;
  left: -2px;
  right: 0;
  bottom: -9px;
  margin: 0 auto;
  transform: rotateZ(45deg);
  z-index: 2
}
.h3-sub::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 20px;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  z-index: 1
}
.h3-all {
  color: var(--color-primary);
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  line-height: 1.45em
}
.sec-tree {
  background: url(../images/bg-tree.jpg) no-repeat;
  background-size: cover;
  padding: 56px 0 53px
}
.sec-tree .h3-tree {
  font-size: 30px;
  font-weight: bold;
  color: var(--color-secondary);
  line-height: 1.5em;
  margin-bottom: 43px
}
.sec-tree .fra-tree {
  position: relative;
  max-width: 1110px;
  margin: auto
}
.sec-tree .bx-txt-tree {
  position: absolute;
  top: 267px;
  left: 90px
}
.sec-tree .des-tree p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1.3px;
  line-height: 1.7em
}
.sec-tree .des-tree p:not(:last-child) {
  margin-bottom: 1.55em
}
.sec-tree .bx-list-tree {
  border-radius: 6px;
  border: 1px solid #9fa0a0;
  text-align: center;
  position: absolute;
  bottom: 51px;
  right: 90px;
  padding: 10px 2px 10px
}
.sec-tree .bx-list-tree p {
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 500
}
.sec-tree .bx-list-tree li {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  margin-bottom: 5px
}
.sec-tree .bx-list-tree li span {
  display: inline-block;
  width: 35px;
  text-align: right
}
.sec-sol {
  background-size: contain;
  padding-bottom: 0
}
.sec-sol .first-sol {
  margin-bottom: 200px
}
.sec-sol .first-sol .bx-step-sol:not(:last-child) {
  margin-right: 85px
}
.sec-sol .first-sol, .sec-sol .second-sol {
  position: relative
}
.sec-sol .bx-txt-sol {
  background-color: rgba(255, 255, 255, .9019607843);
  box-shadow: 8.529px 9.811px 21px 0px rgba(0, 0, 0, .2);
  max-width: 1016px;
  position: absolute;
  bottom: -122px;
  right: 73px;
  padding: 0 70px 50px;
  z-index: 2
}
.sec-sol .bx-txt-sol > a {
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 25px);
  left: 0;
  top: -25px;
  z-index: 1
}
.sec-sol .tag-sol {
  text-align: center;
  background-color: #fbbd46;
  color: #fff;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  padding: 4px 23px 18px;
  margin-bottom: 12px;
  margin-top: -25px;
  margin-left: -18px
}
.sec-sol .tag-sol > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1
}
.sec-sol .tag-sol .two-sol {
  margin-bottom: -8px
}
.sec-sol .tag-sol::before {
  position: absolute;
  content: "";
  display: block;
  border-left: 12px solid rgba(0, 0, 0, 0);
  border-right: 12px solid rgba(0, 0, 0, 0);
  border-top: 12px solid #fbbd46;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  width: 20px;
  height: 20px
}
.sec-sol .tag-sol p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2em
}
.sec-sol .tag-sol span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em
}
.sec-sol .sub-tit-sol {
  margin-bottom: 10px
}
.sec-sol .sub-tit-sol p {
  font-size: 24px;
  color: #000;
  display: inline-block;
  position: relative
}
.sec-sol .sub-tit-sol p::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dot.png) repeat-x;
  background-size: cover
}
.sec-sol .tit-sol {
  font-size: 34px;
  color: var(--color-primary);
  font-weight: bold;
  margin-bottom: 14px
}
.sec-sol .tit-sol.sol-ora {
  color: #de7554
}
.sec-sol .tit-sol .tit-sol-span {
  font-size: 28px;
  color: #000
}
.sec-sol .sub-step-sol {
  position: relative;
  text-align: center;
  margin-bottom: 12px
}
.sec-sol .sub-step-sol p {
  font-size: 20px;
  color: #de7554;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  padding: 0 25px
}
.sec-sol .sub-step-sol p span {
  display: inline-block
}
.sec-sol .sub-step-sol p span::before, .sec-sol .sub-step-sol p span::after {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom: 2px solid #de7554;
  bottom: 0;
  top: 0;
  margin: auto 0;
  width: calc(50% - 195px)
}
.sec-sol .sub-step-sol p span::before {
  right: 0
}
.sec-sol .sub-step-sol p span::after {
  left: 0
}
.sec-sol .step-sol {
  display: flex
}
.sec-sol .bx-step-sol:not(:last-child) {
  margin-right: 50px
}
.sec-sol .bx-num-tit {
  display: flex;
  align-items: center;
  margin-bottom: 5px
}
.sec-sol .num-sol {
  font-size: 76px;
  font-family: var(--font-yugothic);
  color: var(--color-primary);
  margin-bottom: 0;
  line-height: 1em;
  margin-right: 22px;
  padding-top: 6px
}
.sec-sol .tit-step-sol {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 1.6em
}
.sec-sol .desc-step-sol {
  font-size: 18px;
  color: #000
}
.sec-sol .second-sol {
  margin-bottom: 318px
}
.sec-sol .second-sol .img-sol {
  text-align: right;
  margin-left: auto
}
.sec-sol .second-sol .bx-txt-sol {
  bottom: -238px;
  left: 73px;
  right: unset;
  max-width: 982px;
  padding: 0px 65px 61px 70px
}
.sec-sol .second-sol .bx-num-tit {
  justify-content: center
}
.sec-sol .second-sol .bx-step-sol {
  text-align: center
}
.sec-sol .second-sol .bnf-sol {
  background: url(../images/frame-bnf.png) no-repeat;
  background-size: contain;
  padding: 30px 45px 30px;
  position: relative;
  max-width: 777px
}
.sec-sol .second-sol .step-sol {
  margin-bottom: 45px
}
.sec-sol .second-sol .tit-bnf-sol {
  font-size: 20px;
  color: var(--color-primary);
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto
}
.sec-sol .second-sol .list-bnf-sol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.sec-sol .second-sol .it-bnf-sol {
  width: 195px;
  position: relative;
  padding-left: 37px;
  margin-right: 40px
}
.sec-sol .second-sol .it-bnf-sol:last-child, .sec-sol .second-sol .it-bnf-sol:nth-child(3) {
  margin-right: 0
}
.sec-sol .second-sol .it-bnf-sol:nth-child(2), .sec-sol .second-sol .it-bnf-sol:nth-child(5) {
  margin-right: 50px
}
.sec-sol .second-sol .it-bnf-sol:nth-child(1), .sec-sol .second-sol .it-bnf-sol:nth-child(2), .sec-sol .second-sol .it-bnf-sol:nth-child(3) {
  margin-bottom: 25px
}
.sec-sol .second-sol .it-bnf-sol::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 22px;
  height: 22px;
  left: 0;
  background: url(../images/check.png) no-repeat;
  background-size: cover
}
.sec-sol .second-sol .it-bnf-sol p {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  position: relative;
  display: inline-block;
  line-height: 1.5em;
  letter-spacing: -1px
}
.sec-sol .second-sol .it-bnf-sol p::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dot.png) repeat-x;
  background-size: cover
}
.sec-sol .cal-sol .wr-cal-sol {
  padding: 80px 135px;
  border: 5px solid var(--color-primary);
  border-radius: 20px;
  background-color: #fffde5;
  box-shadow: 8.529px 9.811px 21px 0px rgba(0, 0, 0, .2)
}
.sec-sol .cal-sol .tit-cal {
  background-color: #fbbd46;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 50px
}
.sec-sol .cal-sol .desc-cal {
  margin-bottom: 40px
}
.sec-sol .cal-sol .desc-cal p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px
}
.sec-sol .cal-sol .desc-cal p span {
  background: url(../images/dot.png) left bottom repeat-x;
  background-size: auto
}
.sec-sol .cal-sol .h5-cal {
  font-size: 24px;
  color: #de7554;
  font-weight: 500;
  border-bottom: 2px solid #de7554;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 9px
}
.sec-sol .cal-sol .h5-cal img {
  position: absolute;
  right: 62px;
  bottom: 0
}
.sec-sol .cal-sol .bx-cal {
  display: flex;
  justify-content: space-between
}
.sec-sol .cal-sol .img-bx-cal {
  margin-top: 9px
}
.sec-sol .cal-sol .desc-bx-cal {
  margin-bottom: 40px
}
.sec-sol .cal-sol .desc-bx-cal p {
  font-size: 18px;
  color: #000;
  line-height: 1.8em
}
.sec-sol .cal-sol .tit-tb-cal {
  font-size: 20px;
  color: #de7554;
  font-weight: 500;
  text-align: center;
  margin-bottom: 14px
}
.sec-sol .cal-sol .tb-cal {
  background-color: #fff;
  margin-bottom: 25px;
  position: relative
}
.sec-sol .cal-sol .tb-cal::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -112px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 140px;
  height: 82px;
  background: url(../images/arrow-cal.png) no-repeat;
  background-size: contain
}
.sec-sol .cal-sol .tb-cal th, .sec-sol .cal-sol .tb-cal td {
  font-size: 18px;
  font-weight: 500;
  border: 3px solid #de7554;
  padding: .6em .5em
}
.sec-sol .cal-sol .tb-cal .kctb {
  letter-spacing: -0.5px
}
.sec-sol .cal-sol .tb-cal th {
  width: 210px
}
.sec-sol .cal-sol .rs-tb-cal {
  margin-left: 180px;
  margin-bottom: 25px
}
.sec-sol .cal-sol .rs-tb-cal p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 1.55em
}
.sec-sol .cal-sol .rs-tb-cal p .nump {
  font-family: var(--font-meiryo);
  font-size: 22px
}
.sec-sol .cal-sol .bx-price-cal {
  border: 3px solid #de7554;
  position: relative;
  padding: 40px 20px;
  margin-bottom: 30px
}
.sec-sol .cal-sol .bx-price-cal .tit-tb-cal {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fffde5;
  display: inline-block;
  padding: 0 30px
}
.sec-sol .cal-sol .item-price-cal p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .8px;
  line-height: 1em;
  font-family: var(--font-meiryo);
  color: #000
}
.sec-sol .cal-sol .item-price-cal p:not(:last-child) {
  margin-bottom: .6em
}
.sec-sol .cal-sol .item-price-cal .illus {
  font-size: 28px;
  letter-spacing: 0
}
.sec-sol .cal-sol .item-price-cal .fakespan {
  letter-spacing: 1.3px
}
.sec-sol .cal-sol .txt-formula-cal {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px
}
.sec-sol .cal-sol .wr-for-cal {
  display: flex;
  justify-content: space-between
}
.sec-sol .cal-sol .bl-for-cal {
  position: relative
}
.sec-sol .cal-sol .bl-for-cal::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -38px;
  width: 17px;
  height: 4px;
  margin: auto 0;
  background: url(../images/minus.png) no-repeat;
  background-size: contain
}
.sec-sol .cal-sol .bl-for-cal:last-child::before {
  content: none
}
.sec-sol .cal-sol .bl-for-cal:nth-of-type(2)::before {
  background-image: url(../images/plug.png);
  width: 21px;
  height: 21px
}
.sec-sol .cal-sol .bl-for-cal:nth-of-type(3)::before {
  background-image: url(../images/equal.png);
  width: 17px;
  height: 10px
}
.sec-sol .cal-sol .num-pri-for {
  font-size: 25px;
  font-family: var(--font-meiryo);
  color: #000;
  font-weight: 600;
  text-align: center;
  line-height: 1.1em
}
.sec-sol .cal-sol .num-pri-for .txt-pri-for {
  font-size: 16px;
  font-weight: normal
}
.sec-sol .cal-sol .rs-pri-for {
  font-family: var(--font-meiryo);
  font-size: 32px;
  color: #de7554;
  line-height: 1em;
  font-weight: bold;
  border-bottom: 4px solid #de7554;
  padding-bottom: 3px
}
.sec-sol .cal-sol .rs-pri-for span {
  font-size: 20px
}
.sec-house {
  padding-top: 126px
}
.sec-house .dot-above {
  position: relative;
  font-weight: 800;
  letter-spacing: -0.8px
}
.sec-house .dot-above::before {
  content: "";
  background: url(../images/dot-above.png) no-repeat;
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  top: -3px;
  left: 12px;
  background-size: contain
}
.sec-house .bx-h3-all {
  position: relative
}
.sec-house .bx-h3-all .person-house {
  position: absolute;
  right: -233px;
  bottom: -75px
}
.sec-house .img-house-l {
  padding-top: 10px
}
.sec-house .img-house-l, .sec-house .img-house-r {
  margin-bottom: 0
}
.sec-house .img-house-r {
  text-align: right
}
.sec-house .list-house {
  display: flex
}
.sec-house .list-house .item-house {
  position: relative
}
.sec-house .list-house .item-house::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(114, 164, 122, .9019607843);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .9
}
.sec-house .list-house .item-house a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1
}
.sec-house .list-house.list-house1 {
  margin-top: -80px
}
.sec-house .list-house.list-house1 .item-house:nth-child(1) .h4-house::before {
  background: url(../images/arrow-house1.png) no-repeat;
  background-size: contain;
  width: 261px
}
.sec-house .list-house.list-house1 .item-house:nth-child(2)::before {
  background-color: rgba(114, 164, 122, .7019607843)
}
.sec-house .list-house.list-house1 .item-house:nth-child(2) .h4-house::before {
  background: url(../images/arrow-house2.png) no-repeat;
  background-size: contain;
  width: 289px
}
.sec-house .list-house.list-house1 .item-house:nth-child(3)::before {
  background-color: rgba(129, 175, 136, .9019607843)
}
.sec-house .list-house.list-house1 .item-house:nth-child(3) .h4-house::before {
  background: url(../images/arrow-house3.png) no-repeat;
  background-size: contain;
  width: 304px
}
.sec-house .list-house.list-house1 .item-house:nth-child(4)::before {
  background-color: #91b797
}
.sec-house .list-house.list-house1 .item-house:nth-child(4) .h4-house::before {
  background: url(../images/arrow-house4.png) no-repeat;
  background-size: contain;
  width: 363px
}
.sec-house .list-house.list-house2 {
  margin-bottom: -80px
}
.sec-house .list-house.list-house2 .item-house:nth-child(1)::before {
  background-color: rgba(145, 183, 151, .9019607843)
}
.sec-house .list-house.list-house2 .item-house:nth-child(1) .h4-house::before {
  background: url(../images/arrow-house5.png) no-repeat;
  background-size: contain;
  width: 374px
}
.sec-house .list-house.list-house2 .item-house:nth-child(2)::before {
  background-color: rgba(129, 175, 136, .9019607843)
}
.sec-house .list-house.list-house2 .item-house:nth-child(2) .h4-house::before {
  background: url(../images/arrow-house6.png) no-repeat;
  background-size: contain;
  width: 402px
}
.sec-house .list-house.list-house2 .item-house:nth-child(3) .h4-house::before {
  background: url(../images/arrow-house7.png) no-repeat;
  background-size: contain;
  width: 374px
}
.sec-house .list-house.list-house2 .item-house:nth-child(4) .h4-house::before {
  background: url(../images/arrow-house8.png) no-repeat;
  background-size: contain;
  width: 388px
}
.sec-house .item-house .h4-house {
  position: absolute;
  bottom: 100px;
  left: 40px;
  color: #fff;
  font-size: 32px;
  line-height: 1.55em;
  font-weight: 500
}
.sec-house .item-house .h4-house::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/arrow-house.png) no-repeat;
  background-size: 100% 11px;
  width: calc(100% + 50px);
  height: 11px;
  bottom: -16px;
  left: -40px
}
.sec-house .item-house .type-house {
  position: absolute;
  top: 22px;
  right: 36px;
  color: #fff;
  font-size: 20px;
  min-width: 91px;
  text-align: center
}
.sec-house .item-house .type-house::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/line-house.png) no-repeat;
  background-size: contain;
  width: 91px;
  height: 15px;
  bottom: -17px;
  left: 0
}
.sec-house .list-house2 {
  justify-content: flex-end
}
.sec-propose {
  padding-bottom: 100px
}
.sec-propose .item-propose {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  max-width: 1160px;
  position: relative
}
.sec-propose .item-propose:first-child > a {
  height: calc(100% + 20px);
  top: -20px
}
.sec-propose .item-propose > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1
}
.sec-propose .item-propose:first-child {
  margin-bottom: 45px !important
}
.sec-propose .item-propose:not(:last-child) {
  margin-bottom: 24px
}
.sec-propose .item-propose.revert {
  flex-direction: row-reverse;
  margin-left: auto
}
.sec-propose .bx-h3-all {
  margin-bottom: 135px
}
.sec-propose .wr-it-propose {
  max-width: 1600px;
  margin: 0 auto;
  position: relative
}
.sec-propose .wr-it-propose::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #f6f5f1;
  width: 960px;
  height: 960px;
  inset: 0;
  margin: auto;
  z-index: -1
}
.sec-propose .ct-propose {
  padding: 58px 70px 70px;
  max-width: 580px;
  max-height: 388px;
  text-align: center;
  position: relative
}
.sec-propose .ct-propose .sumstock {
  position: absolute;
  top: -34px;
  right: 0;
  left: 0;
  margin: 0 auto
}
.sec-propose .ct-propose .h4-propose {
  font-size: 24px;
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.3em
}
.sec-propose .ct-propose .desc-propose {
  font-weight: 500;
  margin-bottom: 38px;
  line-height: 1.7em;
  text-align: left
}
.sec-propose .ct-propose .btn-arr a {
  font-weight: 500;
  color: #de7554;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px
}
.sec-propose .ct-propose .btn-arr a::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/arrow-propose.png) no-repeat;
  width: 199px;
  height: 6px;
  bottom: 0;
  left: 0
}
.sec-bn {
  padding-top: 118px
}
.sec-bn .wr-bn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-primary);
  position: relative
}
.sec-bn .wr-bn > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1
}
.sec-bn .ct-bn {
  color: #fff;
  width: 49%
}
.sec-bn .h3-bn {
  font-size: 44px;
  text-align: center;
  margin-bottom: 54px;
  line-height: 1.55em
}
.sec-bn .h3-bn .unli {
  font-size: 54px;
  font-weight: bold;
  position: relative;
  z-index: 1
}
.sec-bn .h3-bn .unli::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fbc723;
  width: 90%;
  height: 14px;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1
}
.sec-bn .btn-arr {
  text-align: center;
  position: relative;
  top: -12px
}
.sec-bn .btn-arr a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 10px
}
.sec-bn .btn-arr a::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/arrow-bn.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0
}
.sec-step {
  background-color: #f6f5f1;
  padding-bottom: 70px
}
.sec-step .wr-step {
  position: relative
}
.sec-step .wr-step .img-ptep01 {
  position: absolute;
  top: -14px;
  left: 0
}
.sec-step .wr-step .img-ptep02 {
  position: absolute;
  top: -14px;
  right: 0
}
.sec-step .bx-h3-all {
  margin-bottom: 75px
}
.sec-step .h3-sub::after {
  background-color: #f6f5f1
}
.sec-step .wr-it-step {
  margin-bottom: 60px
}
.sec-step .it-step {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  box-shadow: 3.936px 4.528px 24px 0px rgba(0, 0, 0, .2)
}
.sec-step .it-step::before {
  content: "";
  position: absolute;
  display: block;
  border: 7px solid var(--color-primary);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0
}
.sec-step .it-step:not(:last-child) {
  margin-bottom: 59px
}
.sec-step .it-step .img-it-step {
  margin-bottom: 0;
  flex: 0 0 410px
}
.sec-step .it-step:nth-child(even) {
  flex-direction: row-reverse
}
.sec-step .it-step:nth-child(even) .num-it-step {
  right: -80px;
  left: unset
}
.sec-step .it-step .num-it-step {
  position: absolute;
  top: -25px;
  left: -80px;
  background-color: #de7554;
  width: 134px;
  height: 134px;
  border-radius: 99px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px
}
.sec-step .it-step .num-it-step p {
  font-size: 72px;
  font-weight: bold;
  line-height: 1em
}
.sec-step .it-step .ct-it-step {
  padding: 40px 75px
}
.sec-step .it-step .desc-it-step {
  font-size: 20px;
  font-weight: 500
}
.sec-step .it-step .desc-it-step .udl-gr {
  color: var(--color-primary);
  background-image: linear-gradient(transparent calc(100% - 7px), rgb(255, 229, 98) calc(100% - 7px))
}
.sec-step .btn-step {
  text-align: center
}
.sec-step .btn-step a {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 10px
}
.sec-step .btn-step a::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/arrow-step.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0
}
.sec-slide {
  padding-top: 125px
}
.sec-slide .wr-slide {
  position: relative
}
.sec-slide .bx-h3-all {
  margin-bottom: 52px
}
.sec-slide .wr-it-slide {
  display: flex;
  max-width: 1230px;
  margin: 0 auto 56px
}
.sec-slide .wr-it-slide .it-slide {
  max-width: 380px;
  position: relative
}
.sec-slide .wr-it-slide a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}
.sec-slide .img-slide {
  border: 2px solid #bfbfbf;
  margin-bottom: 1.25em;
  width: 100%;
  height: 276px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2e1e4
}
.sec-slide .img-slide img {
  max-height: 100%;
  width: auto
}
.sec-slide .tit-slide {
  font-size: 24px;
  color: #de7554;
  font-weight: bold;
  margin-bottom: .3em;
  line-height: 1.5em
}
.sec-slide .desc-slide {
  font-weight: 500;
  line-height: 1.5em
}
.sec-slide .pag-slide .slick-dots {
  display: flex;
  justify-content: center;
  position: unset
}
.sec-slide .pag-slide .slick-dots li {
  width: 128px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
  border: 2px solid #a1a0a0;
  color: #a1a0a0;
  border-radius: 6px
}
.sec-slide .pag-slide .slick-dots li.slick-active {
  background-color: #a1a0a0;
  color: #fff
}
.sec-slide .pag-slide .slick-dots li:not(:last-child) {
  margin-right: 8px
}
.sec-slide .arr-l-slide, .sec-slide .arr-r-slide {
  width: 46px;
  height: 46px;
  position: absolute;
  background-color: #a1a0a0;
  cursor: pointer;
  top: 25px;
  bottom: 248px;
  margin: auto 0;
  border-radius: 50%
}
.sec-slide .arr-l-slide::before, .sec-slide .arr-r-slide::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 22px;
  inset: 0;
  margin: auto;
  background: url(../images/arrow-l.png) no-repeat;
  background-size: contain
}
.sec-slide .arr-l-slide {
  left: -38px
}
.sec-slide .arr-r-slide {
  right: -9px
}
.sec-slide .arr-r-slide::before {
  background: url(../images/arrow-r.png) no-repeat;
  background-size: contain
}
.sec-contact {
  padding-bottom: 90px;
  padding-top: 128px
}
.sec-contact .wr-it-contact {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between
}
.sec-contact .bx-h3-all {
  margin-bottom: 50px
}
.sec-contact .it-contact:not(:last-child) {
  margin-right: 30px
}
.sec-contact .img-it-contact {
  margin-bottom: 1em
}
.sec-contact .tit-contact {
  font-size: 20px;
  font-weight: 500;
  color: #de7554;
  margin-bottom: .25em
}
.sec-contact .ticket-contact {
  display: flex;
  flex-wrap: wrap
}
.sec-contact .ticket-contact li {
  font-size: 14px;
  color: #fff;
  background-color: #b79f74;
  padding: 2px 6px;
  border-radius: 4px
}
.sec-contact .ticket-contact li:not(:last-child) {
  margin-right: 4px
}
.sec-contact .time-contact {
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: .55em
}
.sec-contact .txt-contact {
  font-size: 18px;
  font-weight: 500
}
.idx-boxframe {
  margin-bottom: 13px
}
.idx-boxframe .idx-cscenter {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin-bottom: 72px
}
.idx-boxframe .h3-all {
  margin-top: 11px;
  letter-spacing: .02em;
  margin-bottom: 34px
}
.idx-boxframe-ls {
  display: flex;
  width: 100%;
  margin: 0 auto 70px;
  max-width: 1440px;
  justify-content: space-between
}
.idx-boxframe-item {
  width: 340px;
  height: 340px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center
}
.idx-boxframe-item::before {
  position: absolute;
  content: "";
  background-image: url(../images/idx-frame-bg-item.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 448px;
  height: 448px;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1
}
.idx-boxframe-item .idx-boxframe-ttlstyle {
  font-size: 24px;
  font-weight: 600;
  color: #de7554;
  padding-bottom: 16px;
  width: 80px;
  text-align: center;
  margin: 0 auto 5px;
  background-image: url(../images/idx-icon-ttlh3.png);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: bottom center
}
.idx-boxframe-item .idx-boxframe-ttl {
  font-size: 40px;
  color: #72a47a;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 0;
  line-height: 1.2em;
  letter-spacing: .08em
}
.idx-boxframe-item .idx-boxframe-txt {
  display: block;
  color: #de7554;
  text-align: center;
  margin-bottom: 17px
}
.idx-boxframe-item .idx-boxframe-txt .idx-cs70 {
  font-size: 70px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2em
}
.idx-boxframe-item .idx-boxframe-txt .idx-cs70 .small {
  font-size: 40px
}
.idx-boxframe-item .idx-boxframe-txt .idx-cs55 {
  font-size: 55px;
  display: inline-block;
  line-height: 1.2em;
  font-weight: bold
}
.idx-boxframe-item .idx-boxframe-txt .idx-cs40 {
  font-size: 40px;
  display: inline-block;
  line-height: 1.2em;
  font-weight: bold
}
.idx-boxframe-item .idx-boxframe-txt .idx-cs32 {
  font-size: 32px;
  display: inline-block;
  line-height: 1.2em;
  font-weight: 400
}
.idx-boxframe-item .idx-boxframe-txt .bold {
  font-weight: bold
}
.idx-boxframe-item .idx-boxframe-txtsmall {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: .05em
}
.idx-boxframe-des {
  text-align: center;
  font-size: 24px;
  font-weight: 500
}
.idx-boxframe-des .cs-dot {
  display: inline-block;
  background-image: url(../images/dot.png);
  background-size: auto 2px;
  background-repeat: repeat-x;
  background-position: bottom 10px left;
  padding-bottom: 16px;
  line-height: 1.2em
}
.idx-boxframe-des .cs-color {
  color: #de7554;
  font-weight: bold
}
.idx-boxfirst {
  position: relative
}
.idx-boxfirst:not(:last-child) {
  margin-bottom: 80px
}
.idx-boxfirst-boximg {
  text-align: left
}
.idx-boxfirst-bcontent {
  position: absolute;
  top: 103px;
  left: 856px;
  background-color: rgba(255, 255, 255, 0.9019607843);
  box-shadow: 8.529px 9.811px 21px 0px rgba(0, 0, 0, .2);
  padding: 39px 100px 81px;
  width: 824px;
  display: flex;
  flex-direction: column
}
.idx-boxfirst-boxtll {
  display: flex;
  background-image: url(../images/dot.png);
  background-size: auto 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 3px
}
.idx-boxfirst-boxtll .idxsec-sol-number {
  font-size: 118px;
  font-weight: bold;
  color: #de7554;
  line-height: 1.2em;
  padding-top: 10px
}
.idx-boxfirst-boxtll .idxsec-sol-ttl {
  display: flex;
  flex-direction: column;
  padding-left: 31px
}
.idx-boxfirst-boxtll .idxsec-sol-ttl .idx-ttl-small {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  background-color: #fbbd46;
  color: #fff;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  padding: 2px 18px 6px;
  width: fit-content;
  margin-bottom: 10px
}
.idx-boxfirst-boxtll .idxsec-sol-ttl .idx-ttl-small::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 8px solid #fbbd46;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%)
}
.idx-boxfirst-boxtll .idxsec-sol-ttl .idx-ttl-big {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em
}
.idx-boxfirst-boxtll .idxsec-sol-ttl .idx-ttl-big .idx-cscolor {
  font-size: 34px;
  color: #72a47a;
  display: inline-block
}
.idx-boxfirst .idx-boxfirst-des {
  font-size: 18px;
  letter-spacing: -0.11em;
  margin-bottom: 27px
}
.idx-boxfirst .idx-boxfirst-des .cs-ltt {
  display: inline-block;
  letter-spacing: -0.06em
}
.idx-boxfirst .idx-boxfirst-link {
  font-weight: 500;
  color: #de7554;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
  background-image: url(../images/arrow-propose.png);
  background-repeat: no-repeat;
  background-size: auto 6px;
  background-position: bottom right;
  padding-left: 4px;
  letter-spacing: -0.05em;
  width: fit-content
}
footer {
  padding-top: 56px
}
.ft-block1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  align-items: center
}
.ft-block1 .ft-logo {
  margin-top: -9px
}
.ft-block1 .ft-logo p {
  margin-top: 5px
}
.ft-block1 .ft-call {
  margin-left: 0;
  margin-top: 4px
}
.ft-block1 .ft-social {
  margin-top: 26px
}
.ft-block1 .ft-txt {
  font-size: 17px;
  letter-spacing: .8px;
  line-height: 1.2em
}
.ft-block1 .ft-call {
  display: flex;
  flex-direction: column;
  align-items: center
}
.ft-block1 .ft-call a {
  font-size: 44px;
  font-weight: bold;
  text-decoration: none;
  color: #10171a;
  line-height: 1;
  margin: 0 0 7px
}
.ft-block1 .ft-call .ft-txt-sub {
  font-size: 17px;
  line-height: 1em;
  margin: 0 0 15px
}
.ft-block1 .ft-call .ft-txt {
  letter-spacing: 0;
  text-align: center
}
.ft-block1 .ft-call .ic-call {
  position: relative;
  width: 28px;
  height: 29px;
  display: inline-block;
  margin-right: 8px
}
.ft-block1 .ft-call .ic-call::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/ft-tel.png) no-repeat;
  background-size: contain;
  top: -5px;
  bottom: 0;
  left: 0;
  margin: auto 0
}
.ft-block1 .ft-social {
  display: flex
}
.ft-block1 .ft-social a {
  margin-bottom: 0
}
.ft-block1 .ft-social a:not(:last-child) {
  margin-right: 20px
}
.ft-block2 {
  border-top: 1px solid #b2b2b2;
  padding: 32px 0 35px
}
.ft-block2 p {
  text-align: center
}
.ft-block2 .ft-txt {
  margin-bottom: 50px;
  line-height: 1.8em;
  letter-spacing: 0
}
.ft-block2 .ft-nav {
  display: flex;
  justify-content: center
}
.ft-block2 .ft-nav li a {
  position: relative;
  text-decoration: none;
  color: #10171a;
  font-size: 20px
}
.ft-block2 .ft-nav li:not(:first-child) a {
  padding-left: 20px
}
.ft-block2 .ft-nav li:not(:last-child) a {
  padding-right: 20px
}
.ft-block2 .ft-nav li:not(:last-child) a::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #10171a;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0
}
address {
  font-family: var(--font-yugothic);
  font-size: 12px;
  text-align: center;
  padding: 40px 0 65px;
  border-top: 1px solid #b2b2b2
}
.bnrFixed {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 99
}
.bnrFixed__img {
  width: 250px;
  transition: .2s linear
}