@charset "UTF-8";

:root {
  --font-serif: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

body {
  font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  font-style: normal;
  color: #2F3A37;
}

/*--- コンテンツ・カラム等設定 ----*/
main {
  font-size: 1.8rem;
  line-height: 1.8;
  position: relative;
}

main p {
  line-height: 1.8;
}

/*--リンク設定---*/

a {
  color: #2F3A37;
  text-decoration: none;
}

a:hover {
  color: #2F3A37;
}

.op {
  transition: .5s linear;
}

.op2 {
  transition: filter 0.5s ease;
}

.op2:hover {
  filter: brightness(1.2);
}

.op3 {
  transition: filter 1s ease;
}

.op3:hover {
  filter: brightness(1.1)
}

.font--en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
}

.font--serif {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

img {
  display: block;
  width: 100%;
}

.ui--sp {
  display: none;
}

.ui--tab {
  display: block;
}

/*--- 見出し設定 ---*/

.ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  margin-bottom: 80px;
}

.ttl>span {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: .5rem;
  color: #497F74;
}

.ttl2 {
  margin-bottom: 80px;
  position: relative;
}

.ttl2>span {
  display: block;
  width: 100vw;
  height: 100px;
  position: absolute;
  left: -2.5%;
  top: 50%;
  transform: translate(0, -50%);
  background: linear-gradient(45deg, #99c6bf, #d8cfc0);
  padding: 10px 0;
}

.ttl2>span::before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 130px transparent;
}

.ttl2>span::before {
  border-left: solid 40px #faf8f5;
}

.ttl>h2 {
  font-size: 4rem;
  color: #497F74;
  border-bottom: 4px solid #96BEB6;
}

.ttl2>h2 {
  font-size: 4rem;
  color: #fff;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.ttl-sub {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ttl-sub>h3 {
  color: #497f74;
  font-size: 3rem;
  text-align: center;
}

.ttl-sub2 {
  font-size: 2.4rem;
}

.ttl-sub2>h4 {
  display: inline-block;
  width: auto;
  font-size: 2.4rem;
  color: #497f74;
  position: relative;
  padding-bottom: 10px;
}

.ttl-sub2>h4::after {
  display: block;
  content: '';
  width: 100vw;
  height: auto;
  border-top: 1px solid #497f74;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*--- リンクボタン設定 ---*/

.link-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.link-btn {
  width: 49%;
  height: 80px;
}

.link-btn>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #7DAFAE;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .05em;
  position: relative;
  transition: .5s linear;
}

.link-btn>a:hover {
  background: #3B7D7B;
}

.link-arw>svg {
  display: block;
  width: 40px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  fill: #fff;
  z-index: 1;
}

.cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta-lead {
  font-weight: 700;
}


/*--- コンテンツ・カラム等設定 ----*/

div>p:not(:last-of-type) {
  margin-bottom: 20px;
}

section:not(.fv) {
  padding: 150px 0;
  position: relative;
}

.l-inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.l-col {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.l-col--ctr {
  align-items: center;
}

.l-col__item {
  width: 50%;
  position: relative;
}

.l-col__item--2 {
  /*--2カラム--*/
  width: 49%;
  position: relative;
}

.l-col__item--3 {
  /*--3カラム--*/
  width: 32.5%;
  position: relative;
}

.l-inner__box-row {
  display: flex;
  justify-content: space-between;
}

.l-inner__box-row .l-inner__box-inner {
  width: 48%;
}

.l-inner__box-clm {
  display: flex;
  flex-direction: column;
}

.c--ct {
  text-align: center;
}

.c-lead {
  font-size: 3rem;
  letter-spacing: 0;
  font-family: var(--font-serif);
  font-weight: 700;
  color: #53AF8B;
  box-sizing: border-box;
  position: relative;
}

.c-lead>p {
  line-height: 2.2;
}

.c-lead--fs-m {
  font-size: 2.4rem;
}

.c-lead .ui--sp {
  display: none;
}

.c-lead__sub:not(.first .c-lead__sub) {
  font-size: 2rem;
}

.c-lead__sub:not(.first .c-lead__sub)>p {
  line-height: 2.2;
}


.c-lead__sub--ctr {
  text-align: center;
}

.c-txt>p {
  font-size: 1.8rem;
  line-height: 2.2;
}

.ui--mb20 {
  margin-bottom: 20px;
}

.ui--mb30 {
  margin-bottom: 30px;
}

.ui--mb40 {
  margin-bottom: 40px;
}

.ui--mb50 {
  margin-bottom: 50px;
}

.ui--mb60 {
  margin-bottom: 60px;
}

.ui--mb80 {
  margin-bottom: 80px;
}

.ui--mb100 {
  margin-bottom: 100px;
}

.ui--mb150 {
  margin-bottom: 150px;
}

/*--- その他設定 ---*/
.annotation {
  position: absolute;
  bottom: 4%;
  right: 2.5%;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, .6);
  padding: 0 10px;
  backdrop-filter: blur(5px);
  letter-spacing: .05em;
  z-index: 1;
}

/*----------------------------------------
	fv ファーストビュー・スライダー
----------------------------------------*/
.fv {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background: #eee;
  position: relative;
  margin-top: 130px;
}

.fv-inner {
  width: 50%;
  max-width: 1440px;
  min-width: 700px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  ;
}

.fv-inner__catch {
  width: 80%;
  margin-bottom: 30px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
}

.fv-inner__catch>img {
  width: 100%;
}

.fv-inner__txt {
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, .6);
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
  backdrop-filter: blur(5px);
  text-align: center;
  font-size: 1.6rem;
  box-sizing: border-box;
}

.fv-lead {
  width: 90%;
  margin: 0 auto 40px auto;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
}

.fv-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .8;
}

.fv-img picture,
.fv-img img {
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------
	不動産活用 first
----------------------------------------*/
.first {
  padding-bottom: 0 !important;
}

.c-leadWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.first .c-lead {
  text-align: center;
}

.first .c-lead__sub {
  width: auto;
  text-align: center;
}

.first-bnr {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #eee;
}

.first-bnr::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 30%;
}

.first-bnr>a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.first-bnr>a>picture,
.first-bnr>a img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.first-bnr__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.first-link {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.first-link .link-btn {
  width: 33%;
}

.first-link-arrow {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

/*----------------------------------------
	不動産の売却 sale
----------------------------------------*/
.sale {
  overflow: hidden;
  padding-bottom: 0 !important;
}


.sale-col {
  width: 95%;
  display: flex;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
}

.sale-col__item {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.sale-col__img {
  width: 100%;
  background: #eee;
  position: relative;
}

.sale-col__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.sale-col__img>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.sale-col__txt {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.sale-link__ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.link-btn__ic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 90px;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.link-btn__ic>img {
  width: 70px;
  margin-right: 10px;
}

.link-btn__ic>span {
  line-height: 1.4;
}

.link-btn__ic-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  transform: translate(0, -50%);
}

/*----------------------------------------
	sale-tax
----------------------------------------*/
.sale-tax .c-lead__sub {
  text-align: center;
}

/*----------------------------------------
	sale-flow
----------------------------------------*/
#sale-flow {
  padding: 150px 0;
}

.sale-flow,
.inher {
  width: 100%;
  position: relative;
}

.sale-flow::after,
.inher::after {
  display: block;
  content: '';
  width: 97.5vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f5faf8;
  z-index: -1;
}

.sale-flow__list {
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}

.sale-flow__list>li {
  width: calc(25% - 30px);
  position: relative;
}

.sale-flow__list>li::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.sale-flow__list-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  box-shadow: 0px 0px 20px -5px rgba(132, 197, 195, .8);
  background: #fff;

}

.sale-flow__list-item>p {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-serif);
}

.sale-flow__list-item>span {
  font-size: 1.6rem;
  padding: 0 10px;
  margin-bottom: 8px;
  background: rgba(132, 197, 195, .8);
  color: #fff;
}

.sale-flow__list>li:nth-of-type(n+5) {
  margin-top: 50px;
}

.sale-flow__list>li:nth-of-type(5) {
  margin-left: calc(12.5% + 9px);
}

.sale-flow__list>li:nth-of-type(7) {
  margin-right: calc(12.5% + 9px);
}

.sale-flow__list>li:not(:last-of-type)::after {
  display: block;
  content: '';
  width: 18px;
  height: 100%;
  background: url('../images/top/icon-arrow--grn.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0, -50%);
}

.sale-flow__txt {
  width: 80%;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
}

.sale-flow__txt>p {
  text-align: center;
}

/*----------------------------------------
	tax
----------------------------------------*/

.tax-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tax-col__item {
  width: 49.5%;
  min-height: 116px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid #96BEB6;
  border-radius: 10px;
}

.tax-col__item:nth-of-type(n+3) {
  margin-top: 20px;
}

.tax-col__item-tab {
  display: block;
  width: 40px;
  margin-right: 20px;
  flex-shrink: 0;
}

.tax-ttl__sub {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700;
}

.tax-ttl__sub>p {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700;
}

.tax-chart {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------------------
	inher
----------------------------------------*/
#inher {
  padding: 150px 0;
}

.inher .c-lead {
  text-align: center;
}

.inher .c-lead__sub {
  text-align: center;
}

.inher-list {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.inher-list li {
  display: flex;
}

.inher-list li:not(:last-of-type) {
  margin-bottom: 30px;
}

.inher-list li::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50vh;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 10px;
}

.inher-box__desc {
  padding: 20px;
  box-sizing: border-box;
  background: #E6E3DD;
  font-size: 1.6rem;
  margin-top: 20px;
}

.inher-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.inher-col__img {
  width: 30%;
}

.inher-col__inner {
  width: 57.5%;
}

.inher-table {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 1.6rem;
}

.inher-table th {
  background: #D8E6E6;
  padding: 20px 10px;
}

.inher-table th {
  border-bottom: 1px solid #ccc;
}

.inher-table td {
  padding: 14px 10px;
  text-align: center;
}

.inher-table th:not(:last-of-type),
.inher-table td:not(:last-of-type) {
  border-right: 1px solid #ccc;
}

.inher-table tr:not(:last-of-type) td {
  border-bottom: 1px solid #ccc;
}

.inher-table-first {
  background: #E5E6D8;
  text-align: center;
  font-weight: 500;
}

.inher-table__attention {
  display: none;
}


/*----------------------------------------
	不動産の資産活用
----------------------------------------*/
.use {
  overflow: hidden;
}

.use .c-lead {
  text-align: center;
}

.use .c-lead__sub {
  width: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------------------
	case 有効活用例
----------------------------------------*/
.case-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.case-col__img {
  width: 50%;
  overflow: hidden;
}

.case-inner {
  width: 40%;
  position: relative;
}

.case-inner__lead {
  font-family: var(--font-serif);
  font-size: 4rem;
  font-weight: 700;
}

.case-inner__txt {
  padding: 40px 0;
  position: relative;
}

.case-inner__txt>p {
  line-height: 2.2;
  color: #fff;
}

.case-inner__txt::after {
  display: block;
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -30%;
  transform: translate(0, -50%);
  background: #B2C3BB;
  z-index: -1;
}

.link-btn--case {
  width: 80%;
  max-width: initial;
}

/*----------------------------------------
	other その他の活用例
----------------------------------------*/
.other-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.other-item {
  width: 23.75%;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2C3BB;
}

.other-item:nth-of-type(n+5) {
  margin-top: 40px;
}

.other-item__ttl {
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}

.other-item__ttl-tab {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.05;
  position: absolute;
  top: -20px;
  left: -15px;
  background: #238C7F;
  color: #fff;
  border-radius: 50vh;
  font-size: 1.2rem;
  font-weight: normal;
}

.other-item__ttl-tab>span {
  font-size: 3rem;
  font-family: var(--font-serif);
}

.other-item__img {
  margin-bottom: 10px;
}

.other-item__ttl-sub {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 0 0 5px 0;
  box-sizing: border-box;
}

.other-item__ttl-sub>p {
  display: inline-block;
  border-bottom: 1px solid #B2C3BB;
  padding: 0 10px;
}

.other-item__txt {
  padding: 0 15px 20px 15px;
  box-sizing: border-box;

}

.other-item__txt>p {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
}

.other-item:nth-of-type(5) {
  margin-left: calc(25.95% / 2);
}

.other-item:nth-of-type(7) {
  margin-right: calc(25.95% / 2);
}

/*----------------------------------------
	不動産買取 buy
----------------------------------------*/
.buy {
  background: #FAF8F5;
}

.buy .c-lead {
  text-align: center;
}

.cont-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.cont-item {
  width: 49%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: rgba(149, 157, 165, 0.15) 0px 8px 24px;
  background: #fff;
}

.cont-item__ttl {
  width: 100%;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.cont-item__ttl>p {
  width: 100%;
  height: auto;
  font-size: 2.4rem;
  text-align: center;
}

.cont-top__inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 30px;
  box-sizing: border-box;
  background: #fff;
}

.cont-top__lead {
  width: 100%;
  padding: 40px 0;
  font-size: 2rem;
  text-align: center;
}

.cont-top__img {
  width: 80%;
  margin: 0 auto 20px auto;
}

.cont-top__list-lead {
  font-weight: 700;
  margin-bottom: 10px;
}

.cont-top__list>ul {
  display: flex;
  justify-content: space-between;
  color: #7DAFAE;
}

.cont-top__list>ul>li {
  width: 48%;
  background: #EEF5F4;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.cont-top__list>ul>li>img {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}

/*----------------------------------------
	お問い合わせフォーム
----------------------------------------*/

form {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.form-item {
  width: 100%;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.form-item__ttl {
  width: 25%;
  font-weight: 700;
}

.required {
  font-size: 1.3rem;
  color: #c00;
  padding: 2px 8px;
  background: rgba(0, 0, 0, .1);
  margin-right: 8px;
  border-radius: 4px;
}

.form-item__desc {
  width: 75%;
}

input:not(input[type=checkbox]),
textarea {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.8rem;
}

input#zip,
input#prefecture,
input#address {
  margin-bottom: 10px;
}

input#zip {
  width: 100px;
}

input#prefecture {
  width: 160px;
}

input#tel {
  width: 200px;
}

textarea {
  height: 250px;
}

.form-acceptance {
  padding: 30px 0;
  text-align: center;
}

.form-acceptance label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.form-acceptance a {
  text-decoration: underline;
}

.form-acceptance .error {
  text-align: center;
}

.form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 80px;
  border-radius: 6px;
  margin: 0 auto;
  background: rgb(125, 175, 174);
  color: #fff;
  border: none;
  font-size: 2.2rem;
  font-weight: 700;
  transition: .5s linear;
  cursor: pointer;
}

.form-btn:hover {
  background: #3B7D7B;
}

.success {
  color: #007700;
  background: #eaffea;
  border: 1px solid #00aa00;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.error {
  color: #c00;
  margin: 5px 0;
  font-size: 0.9em;
}

/*----------------------------------------
	thanks.php
----------------------------------------*/
.thanks-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thanks-col h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.6rem;
}

.thanks-col {
  margin-bottom: 40px;
}

.link-btn--thanks {
  width: 100%;
  max-width: 340px;
  height: 60px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {

  /*---first---*/

  .first .c-lead {
    width: 45%;
  }

  .first .c-lead__sub {
    width: 60%;
  }

  .first .c-lead__sub {
    margin-left: 0;
  }
}

@media screen and (max-width: 1280px) {

  /*---first---*/
  .first .l-inner {
    width: 80%;
  }

  .first .c-leadWrap {
    flex-direction: column;
  }

  .first .c-lead {
    width: 100%;
    margin-bottom: 40px;
  }

  .first .c-lead__sub {
    width: 100%;
  }

  .first-bnr {
    width: 100%;
  }

  .other-item {
    width: 48%;
  }

  .other-item:nth-of-type(n+3) {
    margin-top: 40px;
  }

  .other-item:nth-of-type(5) {
    margin-left: initial;
  }

  .other-item:nth-of-type(7) {
    margin-right: initial;
  }
}

@media screen and (max-width: 1025px) {

  /*--- l- ---*/
  .l-inner {
    width: 80%;
    flex-direction: column;
  }

  .fv {
    max-height: 950px;
    margin-top: 60px;
  }

  /*---sale---*/
  .sale-col {
    width: 100%;
  }

  .sale-col__txt {
    text-align: justify;
  }

  .sale-flow__list {
    width: 100%;
  }

  /*--inher---*/
  .inher-col {
    flex-direction: column;
  }

  .inher-col__inner {
    width: 100%;
  }

  .inher-col__img {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }

  .case-col {
    flex-direction: column;
  }

  .case-col__img {
    width: 100%;
    margin-bottom: 60px;
  }

  .case-inner {
    width: 80%;
  }

  .link-btn--case {
    margin-left: auto;
    margin-right: auto;
  }

  .case-inner__txt::after {
    left: -25%;
  }

  /*---cont---*/
  .cont-ttl {
    width: 40%;
  }

  .cont-top {
    flex-direction: column;
  }

  .cont-item {
    width: 100%;
  }

  .cont-item:nth-of-type(2) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 896px) {
  .l-inner {
    width: 85%;
  }

  .link-wrap {
    flex-wrap: wrap;
  }

  .sale .c-lead__sub br,
  .use .c-lead__sub br {
    display: none;
  }

  /*---fv---*/

  .fv-inner {
    width: 80%;
    min-width: initial;
  }

  .fv-inner__txt>p br {
    display: none;
  }

  /*---sale---*/
  .link-btn__ic {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  /*---tax---*/

  .tax-col__item {
    width: 100%;
  }

  .tax-col__item:nth-of-type(n+2) {
    margin-top: 20px;
  }

  /*---cont---*/
  .cont-ttl {
    width: 50%;
    margin-bottom: 30px;
  }

  /*---flow---*/
  .flow-ttl {
    width: 35%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 787px) {
  .c-lead {
    font-size: 3rem;
  }

  .c-lead--sub>p {
    font-size: 1.8rem;
  }

  .l-col__item-lead>h3 {
    font-size: 2rem;
  }

  .c-lead__sub br {
    display: none;
  }

  /*---sale---*/

  .sale-flow__list-item>p {
    font-size: 1.8rem;
  }

  .cont-top__list>ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width:680px) {
  section:not(.fv) {
    padding: 100px 0;
  }

  .l-inner {
    width: 90%;
  }

  .ttl2>h2 {
    line-height: 1.4;
  }

  .ttl-sub {
    margin-bottom: 30px;
  }

  .ttl-sub>span {
    margin-right: 0;
  }

  .ttl-sub>span::after {
    margin-left: 0;
  }

  div>p:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .c-txt>p {
    line-height: 1.8;
  }

  .c-lead--sub>p {
    text-align: justify;
  }

  .link-btn {
    width: 80%;
  }

  /*---fv---*/
  .fv {
    height: calc(100vh - 60px);
    margin-top: 75px;
  }

  .fv-inner__catch {
    width: 95%;
    margin-bottom: 10px;
  }

  .fv-inner__txt {
    margin-bottom: 20px;
  }

  .fv-lead {
    width: 100%;
  }

  /*---first---*/
  .c-lead__sub>p {
    text-align: justify;
  }

  .first-link {
    flex-direction: column;
    align-items: center;
  }

  .first-link .link-btn {
    width: 85%;
  }

  /*---sale---*/
  .sale-col {
    flex-direction: column;
  }

  .sale-col__item {
    width: 100%;
  }

  .sale-col__item:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .sale-flow__list>li {
    width: 28%;
  }

  .sale-flow__list>li:nth-of-type(n+4) {
    margin-top: 50px;
  }

  .sale-flow__list>li:nth-of-type(5) {
    margin-left: initial;
  }

  .sale-flow__list>li:nth-of-type(7) {
    margin-right: initial;
  }

  .inher .c-lead>p br {
    display: none;
  }

  .inher .c-lead>p {
    font-size: 2.2rem;
  }

  .inher-list {
    width: 100%;
  }

  .tax-chart {
    width: 100%;
  }

  .inher-col__inner {
    overflow-x: scroll;
    overflow: hidden;
  }

  .inher-table__wrapper {
    width: 100%;
    overflow-x: scroll;
  }

  .inher-table {
    width: 120%;
    position: relative;
  }

  .inher-table th:first-of-type,
  .inher-table td:first-of-type {
    position: sticky;
    top: 0;
    left: 0;
    border-left: 1px solid #ccc;
  }

  .inher-table th:first-of-type::before,
  .inher-table td:first-of-type::before {
    display: block;
    content: '';
    width: auto;
    height: 100%;
    border-left: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 1;
  }

  .inher-table__attention {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
  }

  /*--other--*/
  .other-item {
    width: 100%;
  }

  .other-item:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .cont-top__list>ul>li {
    width: 100%;
  }

  .cont-top__list>ul>li:nth-of-type(n+2) {
    margin-top: 10px;
  }

  /*---form---*/
  .form-item {
    flex-direction: column;
  }

  .form-item__ttl {
    width: 100%;
  }

  .form-item__desc {
    width: 100%;
  }

  .form-acceptance {
    font-size: 1.6rem;
  }

  .form-btn {
    width: 95%;
  }
}

@media screen and (max-width:480px) {
  .ttl {
    line-height: 1.4;
    margin-bottom: 40px;
  }

  .ttl>h2 {
    font-size: 2.6rem;
  }

  .ttl>span {
    font-size: 4rem;
    letter-spacing: .025em;
    margin-bottom: 10px;
  }

  .ttl2 {
    margin-bottom: 50px;
  }

  .ttl2>span {
    height: 60px;
  }

  .ttl2>h2 {
    font-size: 2.4rem;
  }

  .ttl-sub span {
    font-size: 1.2rem;
  }

  .ttl-sub {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .ttl-sub h2 {
    font-size: 2.4rem;
  }

  .ttl-sub>img {
    width: 60px;
    margin-top: 10px;
    margin-right: 8px;
  }

  .ttl-sub>h3 {
    font-size: 2.2rem;
    padding-left: 0;
  }

  .c-lead {
    text-align: justify;
    margin-bottom: 40px;
  }

  .c-lead>p {
    font-size: 2rem;
    text-align: center;
  }

  .c-lead>p br:not(.ui--tab) {
    display: block;
  }

  .c-lead__sub {
    font-size: 1.6rem;
  }

  .c-lead--sub>p {
    font-size: 1.6rem;
  }

  .ui--sp {
    display: block;
  }

  .ui--mb20 {
    margin-bottom: 10px;
  }

  .ui--mb30 {
    margin-bottom: 14px;
  }

  .ui--mb40 {
    margin-bottom: 20px;
  }

  .ui--mb50 {
    margin-bottom: 25px;
  }

  .ui--mb60 {
    margin-bottom: 30px;
  }

  .ui--mb80 {
    margin-bottom: 40px;
  }

  .ui--mb100 {
    margin-bottom: 50px;
  }

  .ui--mb150 {
    margin-bottom: 75px;
  }

  .link-btn {
    width: 95%;
    height: 48px;
  }

  .link-btn>a {
    font-size: 1.6rem;
  }

  section:not(.fv) {
    padding: 80px 0;
  }

  .annotation {
    font-size: 1.2rem;
  }

  .sale .c-lead__sub>p,
  .use .c-lead__sub>p {
    font-size: 1.6rem;
    text-align: justify;
  }

  /*--- fv ---*/
  .fv {
    height: 70vh;
    min-height: initial;
    margin-top: 60px;
  }

  .fv-inner__txt {
    font-size: 1.3rem;
    padding: 14px;
  }

  .fv-img {
    object-fit: top center;
  }

  /*--- first ---*/
  .first .l-inner {
    width: 90%;
  }

  .ttl-first .ui--sp {
    display: block;
  }

  .first .c-lead__sub {
    font-size: 1.6rem;
  }

  .first-bnr::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 60%;
  }

  .first-link-arrow {
    width: 14px;
  }

  /*---sale---*/
  .sale-col__txt {
    font-size: 1.6rem;
  }

  .sale-link__ttl {
    font-size: 1.8rem;
  }

  .sale-link__ttl br {
    display: none;
  }

  .link-btn__ic {
    width: 100%;
    font-size: 1.8rem;
  }

  .sale-col__item:not(:last-of-type) {
    margin-bottom: 40px;
  }

  #sale-flow {
    padding: 80px 0;
  }

  .sale-flow__list {
    width: 90%;
  }

  .sale-flow__list>li {
    width: 45%;
  }

  .sale-flow__list>li:not(:last-of-type)::after {
    width: 14px;
    right: -24px;
  }

  .sale-flow__list>li:nth-of-type(n+3) {
    margin-top: 30px;
  }

  .sale-flow__list-item>p {
    font-size: 1.7rem;
  }

  .sale-flow__txt {
    width: 100%;
  }

  /*---tax---*/
  .tax-col__item {
    padding: 14px;
    font-size: 1.8rem;
  }

  .tax-col__item-tab {
    width: 34px;
  }

  .tax-ttl__sub>p {
    font-size: 2rem;
  }

  .tax-ttl__sub .ui--sp {
    display: block;
  }

  /*--inher--*/
  #inher {
    padding: 80px 0;
  }

  .inher .c-lead>p {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .inher .c-lead>p br {
    display: none;
  }

  .ttl-sub2>h4 {
    font-size: 1.8rem;
  }

  .inher-list__inner p {
    font-size: 1.6rem;
  }

  .inher-box__desc>p {
    font-size: 1.4rem;
  }

  .inher-col__img {
    width: 100%;
  }

  .inher-table {
    width: 150%;
    font-size: 1.4rem;
    position: relative;
  }

  .inher-table td br {
    display: none;
  }

  /*---use---*/
  .use .c-lead__sub {
    margin-bottom: 60px;
  }

  .use .c-lead>p br:nth-of-type(2) {
    display: none;
  }

  .case-col__img {
    margin-bottom: 30px;
  }

  .case-inner {
    width: 100%;
  }

  .case-inner__txt::after {
    left: -7.5%;
  }

  .case-inner__lead {
    font-size: 3rem;
  }

  .case-inner__txt>p {
    font-size: 1.6rem;
  }

  .inher-table__attention {
    font-size: 1.4rem;
  }

  /*--buy--*/
  .buy .c-lead {
    margin-bottom: 40px;
  }

  /*--- cont ---*/
  .cont-lead {
    width: 90%;
    margin-bottom: 30px;
  }

  .cont-lead>p {
    font-size: 1.4rem;
  }

  .cont-top__lead>p br {
    display: none;
  }

  .cont-ttl {
    width: 70%;
  }

  .cont-item__ttl {
    height: auto;
  }

  .cont-item__ttl>p {
    font-size: 2rem;
  }

  .cont-top {
    margin-bottom: 40px;
  }

  .cont-top__inner {
    padding: 0 14px;
  }

  .cont-top__lead {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }

  .cont-top__inner>dl>dt {
    width: 100%;
    padding: 8px;
  }

  .cont-top__list-lead {
    font-size: 1.8rem;
  }

  .cont-top__list>ul>li {
    font-size: 1.6rem;
  }

  .cont-top__img {
    width: 100%;
  }

  .cta-lead {
    font-size: 1.6rem;
    text-align: center;
  }

  /*---thanks.php---*/
  .thanks-col h2 {
    font-size: 2rem;
  }

  .thanks-col>p {
    font-size: 1.6rem;
  }

}