@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

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

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-blue {
  background-color: #EBF7FF;
}

.txt-orange {
  color: #ff6a00;
}

.txt-osw {
  font-family: "Oswald", sans-serif;
}

.btn {
  display: inline-block;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    border-radius: 0.5333333333vw;
  }
}
.btn p {
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn p {
    font-size: 3.7333333333vw;
  }
}

.cmn-btn-wrap {
  position: relative;
  width: 675px;
  height: 166px;
  margin: 72px auto 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cmn-btn-wrap {
    width: 90vw;
    height: 22.1333333333vw;
    margin: 9.6vw auto 0;
  }
}
.cmn-btn-wrap .baloon {
  width: 493px;
  height: 75px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0%;
  left: 50%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .cmn-btn-wrap .baloon {
    width: 65.7333333333vw;
    height: 10vw;
  }
}
.cmn-btn-wrap .illust {
  width: 148px;
  height: 134px;
  position: absolute;
  bottom: -8px;
  left: -12px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .cmn-btn-wrap .illust {
    bottom: -1.0666666667vw;
    left: -1.6vw;
    width: 19.7333333333vw;
    height: 17.8666666667vw;
  }
}

.cmn-btn {
  width: 675px;
  height: 166px;
  margin: 0 auto;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cmn-btn {
    width: 90vw;
    height: 22.1333333333vw;
  }
}
.cmn-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* 初期位置はボタンの左外側 */
  width: 30%; /* 光の幅 */
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg); /* 光を斜めに傾ける */
  animation: shine 3s infinite; /* 3秒ごとにアニメーションを繰り返す */
}
.cmn-btn:hover {
  opacity: 0.8;
}

.head-btn-wrap {
  margin-left: auto;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .head-btn-wrap {
    margin-top: 0.5333333333vw;
  }
}

.btn-head {
  background: #EDA305;
  background: linear-gradient(90deg, rgb(237, 163, 5) 0%, rgb(255, 105, 0) 100%);
  box-shadow: 3px 6px 0px 0px #754f31;
  height: 95px;
  width: 220px;
  border-radius: 90px;
  transition: 0.2s;
  margin-right: 4px;
  position: relative; /* 必須：光をボタン内に収める基準になります */
  overflow: hidden; /* 必須：光がボタンの外にはみ出さないようにします */
}
@media screen and (max-width: 767px) {
  .btn-head {
    height: 12.6666666667vw;
    width: 29.3333333333vw;
    border-radius: 12vw;
    box-shadow: 0.4vw 0.8vw 0px 0px #754f31;
    margin-right: 0.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .btn-head:hover {
    margin-top: 6px;
    margin-left: 3px;
    margin-right: 1px;
    box-shadow: 0px 0px 0px 0px #754f31;
  }
}
.btn-head p {
  margin: 0;
}

.btn-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* 初期位置はボタンの左外側 */
  width: 30%; /* 光の幅 */
  height: 100%;
  /* 白くて半透明なグラデーションで「光」を作る */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg); /* 光を斜めに傾ける */
  animation: shine 3s infinite; /* 3秒ごとにアニメーションを繰り返す */
}

/* --- 光が移動するアニメーションの設定 --- */
@keyframes shine {
  0% {
    left: -100%; /* スタート地点 */
  }
  20% {
    left: 100%; /* 0.6秒(20%)かけて右へ通り抜ける */
  }
  100% {
    left: 100%; /* 残りの2.4秒(80%)は待機時間 */
  }
}
/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 750px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: auto;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-weight: 400;
  min-width: 100%;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

.pc-in {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  box-sizing: border-box;
}

.main-wrap {
  width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-wrap {
    width: 100vw;
  }
}

.header {
  height: 112px;
  background: #fff;
  width: 750px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header {
    height: 14.9333333333vw;
    width: 100vw;
  }
}
.header .header-logo {
  margin-top: 22px;
  margin-left: 17px;
  width: 440px;
}
@media screen and (max-width: 767px) {
  .header .header-logo {
    margin-top: 2.9333333333vw;
    margin-left: 2.2666666667vw;
    width: 58.6666666667vw;
  }
}

.mv {
  width: 750px;
  margin: 0 auto;
  background: url(../img/seishain/mv.jpg) center center/750px auto no-repeat;
  height: 860px;
}
.mv h1 {
  text-indent: -9999px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .mv {
    width: 100vw;
    height: 114.6666666667vw;
    background: url(../img/seishain/mv.jpg) center center/100% auto no-repeat;
  }
}

.mv-bottom {
  width: 750px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv-bottom {
    width: 100vw;
  }
}

.mv-btm-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  transform: translate(0%, -50%);
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .mv-btm-list {
    margin: 0 1.0666666667vw;
  }
}

.item {
  z-index: 2;
}
.mv-btm-list .item {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #8DB482;
  background: linear-gradient(200deg, rgb(141, 180, 130) 0%, rgb(35, 169, 134) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mv-btm-list .item {
    width: 30.6666666667vw;
    height: 30.6666666667vw;
  }
}
.mv-btm-list .item p {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .mv-btm-list .item p {
    font-size: 3.7333333333vw;
  }
}
.mv-btm-list .item p span {
  font-size: 34px;
  background: linear-gradient(transparent 75%, #7abea2 75%, #7abea2 95%, transparent 95%);
}
@media screen and (max-width: 767px) {
  .mv-btm-list .item p span {
    font-size: 4.5333333333vw;
  }
}

.mv-btm-sub-catch {
  padding: 2px 48px;
  border: 2px solid #18a86b;
  border-radius: 50px;
  color: #18a86b;
  display: inline-block;
  font-size: 34px;
  font-weight: 600;
  margin: 48px 0 8px;
}
@media screen and (max-width: 767px) {
  .mv-btm-sub-catch {
    padding: 0.2666666667vw 6.4vw;
    font-size: 4.5333333333vw;
    border-radius: 6.6666666667vw;
    border: 0.2666666667vw solid #18a86b;
    margin: 6.4vw 0 1.0666666667vw;
  }
}

.mv-btm-catch {
  font-size: 40px;
  font-weight: 900;
  color: #18a86b;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .mv-btm-catch {
    font-size: 5.3333333333vw;
    margin-bottom: 18.6666666667vw;
  }
}
.mv-btm-catch span {
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .mv-btm-catch span {
    font-size: 6.9333333333vw;
  }
}

.bg-diagonal {
  background: url(../img/seishain/diagonal.jpg) center center/49px 51px repeat;
}
@media screen and (max-width: 767px) {
  .bg-diagonal {
    background: url(../img/seishain/diagonal.jpg) center center/6.5333333333vw 6.8vw repeat;
  }
}

.mv-bottom .bg-diagonal {
  padding-bottom: 80px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .mv-bottom .bg-diagonal {
    padding-bottom: 10.6666666667vw;
  }
}

.mv-btm-txt {
  margin: -60px auto 0;
  width: 678px;
}
@media screen and (max-width: 767px) {
  .mv-btm-txt {
    margin: -8vw auto 0;
    width: 90.4vw;
  }
}

.worries {
  width: 750px;
  margin: 0 auto;
  padding: 96px 0 120px;
  background: #E0E0E0;
  background: linear-gradient(90deg, rgb(224, 224, 224) 0%, rgb(252, 252, 252) 50%, rgb(224, 224, 224) 100%);
}
@media screen and (max-width: 767px) {
  .worries {
    width: 100vw;
    padding: 12.8vw 0 16vw;
  }
}

.worries-ttl {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .worries-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.worries-ttl span {
  font-size: 60px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .worries-ttl span {
    font-size: 8vw;
  }
}

.worries-list {
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .worries-list {
    margin: 0 5.3333333333vw;
  }
}
.worries-list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 496px;
  height: 124px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worries-list .item {
    width: 66.1333333333vw;
    height: 16.5333333333vw;
    font-size: 4vw;
    margin-bottom: 3.2vw;
    border-radius: 2.1333333333vw;
  }
}
.worries-list .item:after {
  content: "";
  position: absolute;
  width: 56px;
  height: 74px;
  background: url(../img/seishain/tail.png) center center/56px 74px repeat;
  left: 50px;
  bottom: -16px;
  transform: translate(0%, 100%);
}
@media screen and (max-width: 767px) {
  .worries-list .item:after {
    background: url(../img/seishain/tail.png) center center/7.4666666667vw 9.8666666667vw repeat;
    left: 6.6666666667vw;
    bottom: -2.1333333333vw;
    width: 7.4666666667vw;
    height: 9.8666666667vw;
  }
}
.worries-list .item span {
  font-size: 34px;
  color: #ff6a00;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .worries-list .item span {
    font-size: 4.5333333333vw;
  }
}
.worries-list .item:nth-child(2n) {
  margin-left: auto;
}
.worries-list .item:nth-child(2n):after {
  transform: translate(0%, 100%) scaleX(-1);
  left: auto;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .worries-list .item:nth-child(2n):after {
    right: 6.6666666667vw;
  }
}

.worry-illust {
  width: 594px;
  margin: 64px auto 48px;
  z-index: 12 !important;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worry-illust {
    width: 79.2vw;
    margin: 8.5333333333vw auto 6.4vw;
  }
}

.worry-txt {
  width: 655px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .worry-txt {
    width: 87.3333333333vw;
  }
}

.reason {
  width: 750px;
  margin: 0 auto;
  padding: 96px 0 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason {
    width: 100vw;
    padding: 12.8vw 0 0vw;
  }
}
.reason:after {
  content: "";
  position: absolute;
  width: 390px;
  height: 553px;
  background: url(../img/seishain/reason_deco.png) left top/390px 553px no-repeat;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .reason:after {
    background: url(../img/seishain/reason_deco.png) left top/52vw 73.7333333333vw no-repeat;
    width: 52vw;
    height: 73.7333333333vw;
  }
}

.reason-ttl {
  width: 610px;
  margin: 0 auto 48px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .reason-ttl {
    width: 81.3333333333vw;
    margin: 0 auto 6.4vw;
  }
}

.reason-list .item {
  position: relative;
  margin-bottom: 140px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .reason-list .item {
    margin-bottom: 18.6666666667vw;
  }
}
.reason-list .item h3 {
  font-weight: bold;
  font-size: 44px;
  line-height: 1.4;
  padding-bottom: 16px;
  padding-top: 56px;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .reason-list .item h3 {
    font-size: 5.8666666667vw;
    padding-bottom: 2.1333333333vw;
    padding-top: 7.4666666667vw;
    padding-left: 10.6666666667vw;
  }
}
.reason-list .item .txt {
  font-size: 30px;
  line-height: 1.7;
  padding-right: 48px;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .reason-list .item .txt {
    font-size: 4vw;
    padding-right: 6.4vw;
    padding-left: 10.6666666667vw;
  }
}
.reason-list .item::after {
  content: "";
  position: absolute;
  width: 710px;
  height: 842px;
  background: #22A07B;
  top: 145px;
  right: 0;
  z-index: -1;
  border-radius: 0 0 0 8px;
  background: linear-gradient(45deg, rgb(34, 160, 123) 0%, rgb(140, 171, 119) 100%);
}
@media screen and (max-width: 767px) {
  .reason-list .item::after {
    width: 94.6666666667vw;
    height: 112.2666666667vw;
    top: 19.3333333333vw;
  }
}
.reason-list .item .img {
  width: 660px;
  margin-right: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reason-list .item .img {
    width: 88vw;
  }
}
.reason-list .item .no {
  width: 118px;
  position: absolute;
  right: 40px;
  top: 337px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .reason-list .item .no {
    right: 5.3333333333vw;
    top: 44.9333333333vw;
    width: 15.7333333333vw;
  }
}
.reason-list .item .no.no01 {
  width: 114px;
}
@media screen and (max-width: 767px) {
  .reason-list .item .no.no01 {
    width: 15.2vw;
  }
}
.reason-list .item:nth-child(2n) h3 {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .reason-list .item:nth-child(2n) h3 {
    padding-left: 5.3333333333vw;
  }
}
.reason-list .item:nth-child(2n) .txt {
  padding-right: 88px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .reason-list .item:nth-child(2n) .txt {
    padding-right: 11.7333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.reason-list .item:nth-child(2n) .img {
  margin-left: auto;
  margin-right: 0;
}
.reason-list .item:nth-child(2n) .no {
  right: auto;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .reason-list .item:nth-child(2n) .no {
    left: 5.3333333333vw;
  }
}
.reason-list .item:nth-child(2n)::after {
  right: auto;
  left: 0;
  z-index: -1;
  border-radius: 0 0 8px 0;
  background: linear-gradient(45deg, rgb(34, 160, 123) 0%, rgb(140, 171, 119) 100%);
}
.cmn-diagonal {
  padding: 280px 0 80px;
  margin-top: -350px;
  position: relative;
  z-index: 1;
}
/* 背景画像だけを疑似要素で作り、それを一番後ろへ送る */
.cmn-diagonal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/seishain/diagonal.jpg) center center/49px 51px repeat;
  z-index: -2; /* これで「理由」セクションの装飾よりも後ろに行きます */
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .cmn-diagonal {
    padding: 37.3333333333vw 0 10.6666666667vw;
    margin-top: -46.6666666667vw;
  }
}

.ex {
  width: 750px;
  margin: 0 auto;
  padding: 120px 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ex {
    width: 100vw;
    padding: 16vw 0 16vw;
  }
}
.ex:after {
  content: "";
  position: absolute;
  width: 390px;
  height: 256px;
  background: url(../img/seishain/ex_deco.png) left top/390px 256px no-repeat;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ex:after {
    background: url(../img/seishain/ex_deco.png) left top/52vw 34.1333333333vw no-repeat;
    width: 52vw;
    height: 34.1333333333vw;
  }
}

.ex-ttl {
  width: 677px;
  margin: 0 auto 48px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .ex-ttl {
    width: 90.2666666667vw;
    margin: 0 auto 6.4vw;
  }
}

.ex-slider-list {
  width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ex-slider-list {
    width: 89.3333333333vw;
  }
}

.ex-slider-list-item {
  height: auto;
  background: linear-gradient(45deg, rgb(57, 185, 129) 0%, rgb(97, 197, 130) 100%);
  text-align: center;
  padding: 64px 32px;
  border-radius: 8px;
  color: #fff;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .ex-slider-list-item {
    padding: 8.5333333333vw 4.2666666667vw;
    border-radius: 1.0666666667vw;
    box-shadow: 0 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
  }
}
.ex-slider-list-item .ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 32px;
  margin-bottom: 32px;
  text-align: center;
  border-bottom: #fff 2px solid;
}
@media screen and (max-width: 767px) {
  .ex-slider-list-item .ttl {
    font-size: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.ex-slider-list-item .ttl span {
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .ex-slider-list-item .ttl span {
    font-size: 5.8666666667vw;
  }
}
.ex-slider-list-item .sub-ttl {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .ex-slider-list-item .sub-ttl {
    font-size: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.ex-slider-list-item .txt {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .ex-slider-list-item .txt {
    font-size: 4.8vw;
    padding-bottom: 6.4vw;
  }
}
.ex-slider-list-item .income-img {
  width: 608px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ex-slider-list-item .income-img {
    width: 81.0666666667vw;
  }
}
.ex-slider-list-item {
  box-sizing: border-box;
}
.ex-slider-list-item .img-wrap {
  position: relative;
  width: 590px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .ex-slider-list-item .img-wrap {
    width: 78.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.ex-slider-list-item .img-wrap .img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .ex-slider-list-item .img-wrap .img {
    border-radius: 1.0666666667vw;
  }
}
.ex-slider-list-item {
  /* 静岡県バッジ */
}
.ex-slider-list-item .badge {
  background: linear-gradient(90deg, rgb(36, 169, 134) 0%, rgb(140, 180, 130) 100%);
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  border: #fff 2px solid;
  height: 68px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: absolute;
  bottom: -20px;
  left: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .ex-slider-list-item .badge {
    font-size: 4.2666666667vw;
    border: 0.2666666667vw solid #fff;
    height: 9.0666666667vw;
    border-radius: 1.0666666667vw;
    bottom: -2.6666666667vw;
    left: 2.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}

.ex-slider-wrap {
  width: 670px;
  margin: 0 auto;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ex-slider-wrap {
    width: 89.3333333333vw;
    padding-bottom: 16vw;
  }
}
.ex-slider-wrap .ex-slider {
  width: 100%;
  overflow: visible;
  clip-path: inset(-50px -20px -50px 0);
}
@media screen and (max-width: 767px) {
  .ex-slider-wrap .ex-slider {
    clip-path: inset(-6.6666666667vw -2.6666666667vw -6.6666666667vw 0);
  }
}

.ex-slider-prev,
.ex-slider-next {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  top: 42%;
  margin-top: -30px;
  z-index: 10;
}
.ex-slider-prev::after,
.ex-slider-next::after {
  font-size: 24px;
  color: #39b981; /* 矢印を緑色に */
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ex-slider-prev,
  .ex-slider-next {
    width: 8vw;
    height: 8vw;
    margin-top: -4vw;
  }
  .ex-slider-prev::after,
  .ex-slider-next::after {
    font-size: 3.2vw;
  }
}

.ex-slider-prev {
  left: -30px;
}
@media screen and (max-width: 767px) {
  .ex-slider-prev {
    left: -4vw;
  }
}

.ex-slider-next {
  right: -30px;
}
@media screen and (max-width: 767px) {
  .ex-slider-next {
    right: -4vw;
  }
}

.income {
  width: 590px;
  height: 158px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  position: relative;
}
@media screen and (max-width: 767px) {
  .income {
    width: 78.6666666667vw;
    height: 21.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
.income .income-ttl {
  position: absolute;
  font-size: 36px;
  top: 0;
  font-weight: bold;
  left: 50%;
  color: #1a1a1a;
  -webkit-text-stroke: 10px #fff;
  paint-order: stroke fill;
  transform: translate(-50%, -40%);
}
@media screen and (max-width: 767px) {
  .income .income-ttl {
    font-size: 4.8vw;
    -webkit-text-stroke: 1.3333333333vw #fff;
  }
}
.income .income-txt {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .income .income-txt {
    font-size: 4.2666666667vw;
    padding-top: 1.6vw;
  }
}
.income .income-txt .number {
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  vertical-align: text-bottom;
  line-height: 1;
  font-weight: bold;
  background: linear-gradient(to bottom, #ffaa00 0%, #ff5500 100%); /* 上から下へのグラデーション */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .income .income-txt .number {
    font-size: 10.6666666667vw;
  }
}

.ex-slider-wrap .ex-slider-pagination {
  bottom: 0;
  bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .ex-slider-wrap .ex-slider-pagination {
    bottom: 5.3333333333vw !important;
  }
}
.ex-slider-wrap .ex-slider-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #d5f0e6;
  opacity: 1;
  margin: 0 8px !important;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ex-slider-wrap .ex-slider-pagination .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 0 1.0666666667vw !important;
  }
}
.ex-slider-wrap .ex-slider-pagination {
  /* 今見ているスライドのドットの色 */
}
.ex-slider-wrap .ex-slider-pagination .swiper-pagination-bullet-active {
  background-color: #2fb383;
}

.ex-btm-txt {
  color: #2fb383;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .ex-btm-txt {
    font-size: 5.3333333333vw;
  }
}
.ex-btm-txt span {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .ex-btm-txt span {
    font-size: 6.6666666667vw;
  }
}

.ex-btm-txt02 {
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding: 0 48px;
  margin: 32px auto 0px;
}
@media screen and (max-width: 767px) {
  .ex-btm-txt02 {
    font-size: 4.8vw;
    padding: 0 6.4vw;
    margin: 4.2666666667vw auto 0px;
  }
}

.ex-btm-txt02 p:before,
.ex-btm-txt02 p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 48px;
  height: 2px;
  background-color: black;
}
@media screen and (max-width: 767px) {
  .ex-btm-txt02 p:before,
  .ex-btm-txt02 p:after {
    width: 6.6666666667vw;
    height: 0.2666666667vw;
  }
}

.ex-btm-txt02 p:before {
  left: 0;
  transform: rotate(-120deg);
}

.ex-btm-txt02 p:after {
  right: 0;
  transform: rotate(-60deg);
}

.voice {
  width: 750px;
  margin: 0 auto;
  padding: 120px 0 138px;
  position: relative;
  background: #000;
  background: url(../img/seishain/voice_deco.png) left top/750px 600px no-repeat, #eaf7f2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice {
    width: 100vw;
    padding: 16vw 0 18.4vw;
    background: url(../img/seishain/voice_deco.png) left top/100vw 80vw no-repeat, #eaf7f2;
  }
}
.voice .voice-illustration {
  width: 750px;
  position: absolute;
  bottom: -36px;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .voice .voice-illustration {
    width: 100vw;
    bottom: -4.8vw;
  }
}

.voice-ttl {
  width: 610px;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .voice-ttl {
    width: 81.3333333333vw;
  }
}

.voice-sub-ttl {
  width: 683px;
  margin: 0 0 64px 40px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .voice-sub-ttl {
    width: 91.0666666667vw;
    margin: 0 0 8.5333333333vw 5.3333333333vw;
  }
}

.voice-list-item {
  position: relative;
  background-color: #fff;
  border: 4px solid #39b981; /* 緑の太い枠線 */
  border-radius: 8px;
  padding: 40px 24px;
  width: 670px;
  margin: 0 auto 32px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 40px 40px; /* マスの大きさを調整 */
}
@media screen and (max-width: 767px) {
  .voice-list-item {
    width: 89.3333333333vw;
    padding: 5.3333333333vw 3.2vw;
    background-size: 5.3333333333vw 5.3333333333vw;
    margin: 0 auto 4.2666666667vw;
    border: 0.5333333333vw solid #39b981;
  }
}
.voice-list-item .ttl-box {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .voice-list-item .ttl-box {
    gap: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.voice-list-item .ttl-box .img {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .voice-list-item .ttl-box .img {
    width: 24vw;
    height: 24vw;
  }
}
.voice-list-item .ttl-box .info .name {
  background-color: #39b981;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  padding: 2px 24px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .voice-list-item .ttl-box .info .name {
    font-size: 4vw;
    padding: 0.2666666667vw 3.2vw;
    border-radius: 0.5333333333vw;
    margin-bottom: 1.6vw;
  }
}
.voice-list-item .ttl-box .info .before-job {
  font-weight: bold;
  font-size: 28px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .voice-list-item .ttl-box .info .before-job {
    font-size: 3.7333333333vw;
  }
}
.voice-list-item .ba {
  width: 607px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .voice-list-item .ba {
    width: 80.9333333333vw;
    margin: 0 auto 4.2666666667vw;
  }
}
.voice-list-item .ba img {
  width: 100%;
}
.voice-list-item .catch {
  color: #39b981;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .voice-list-item .catch {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}
.voice-list-item {
  /* 🌟 アコーディオンエリア（テキストとフェード） */
}
.voice-list-item .txt-wrap {
  position: relative;
  max-height: 210px; /* 最初に見せる高さ（おおよそ3行分） */
  overflow: hidden;
  transition: max-height 0.5s ease; /* スムーズに開くアニメーション */
}
@media screen and (max-width: 767px) {
  .voice-list-item .txt-wrap {
    max-height: 28vw;
  }
}
.voice-list-item .txt-wrap .txt {
  font-size: 30px;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .voice-list-item .txt-wrap .txt {
    font-size: 4vw;
  }
}
.voice-list-item .txt-wrap {
  /* 下部を白くぼかすグラデーション */
}
.voice-list-item .txt-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .voice-list-item .txt-wrap::after {
    height: 28vw;
  }
}
.voice-list-item .txt-wrap {
  /* クラスが付いたら全開にする */
}
.voice-list-item .txt-wrap.is-open {
  max-height: 600px; /* テキスト全体が入る十分な高さを指定 */
}
.voice-list-item .txt-wrap.is-open::after {
  opacity: 0; /* 開いたらグラデーションを消す */
}
.voice-list-item {
  /* 「続きを読む」ボタン */
}
.voice-list-item .read-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px auto 0;
  background: none;
  border: none;
  color: #39b981;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  padding: 8px 16px;
  transition: all 0.2s ease;
}
.voice-list-item .read-more-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .voice-list-item .read-more-btn {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
}
.voice-list-item .read-more-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 3px solid #39b981;
  border-bottom: 3px solid #39b981;
  transform: rotate(45deg); /* Vの字にする */
  transition: transform 0.3s ease;
  margin-bottom: 4px;
}
.voice-list-item .read-more-btn {
  /* 開いている時のボタン設定 */
}
.voice-list-item .read-more-btn.is-open::after {
  transform: rotate(-135deg); /* 矢印を上向き(^)にする */
  margin-bottom: -4px;
}

.voice-list-item:nth-child(2n) .ttl-box {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.flow {
  width: 750px;
  margin: 0 auto;
  padding: 120px 0 0px;
  position: relative;
  background: url(../img/seishain/flow_deco.png) left top/750px 326px no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow {
    width: 100vw;
    padding: 16vw 0 0;
    background: url(../img/seishain/flow_deco.png) left top/100vw 43.4666666667vw no-repeat;
  }
}
.flow .cmn-btn-wrap {
  width: 615px;
}
@media screen and (max-width: 767px) {
  .flow .cmn-btn-wrap {
    width: 82vw;
  }
}
.flow .cmn-btn-wrap .cmn-btn {
  width: 615px;
}
@media screen and (max-width: 767px) {
  .flow .cmn-btn-wrap .cmn-btn {
    width: 82vw;
  }
}

.flow-ttl {
  width: 610px;
  margin: 0 auto 96px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .flow-ttl {
    width: 81.3333333333vw;
    margin: 0 auto 12.8vw;
  }
}

.flow-list .item {
  width: 670px;
  margin: 0 auto 96px;
  position: relative;
  border: 4px #2fb383 solid;
  background-repeat: 8px;
  padding: 96px 0px 56px;
  text-align: center;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .flow-list .item {
    width: 89.3333333333vw;
    margin: 0 auto 12.8vw;
    border: 0.5333333333vw #2fb383 solid;
    border-radius: 1.0666666667vw;
    padding: 12.8vw 0vw 7.4666666667vw;
  }
}
.flow-list .item .badge {
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: linear-gradient(45deg, rgb(34, 160, 123) 0%, rgb(140, 171, 119) 100%);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .flow-list .item .badge {
    width: 18.9333333333vw;
    height: 18.9333333333vw;
    font-size: 3.2vw;
  }
}
.flow-list .item .badge span {
  font-size: 52px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flow-list .item .badge span {
    font-size: 6.9333333333vw;
  }
}
.flow-list .item .ttl {
  font-size: 42px;
  grid-row: 500;
  color: #2fb383;
  padding-bottom: 32px;
  margin: 0 40px 32px;
  line-height: 1.5;
  border-bottom: dotted 2px #2878bd;
}
@media screen and (max-width: 767px) {
  .flow-list .item .ttl {
    font-size: 5.6vw;
    padding-bottom: 4.2666666667vw;
    margin: 0 5.3333333333vw 4.2666666667vw;
  }
}
.flow-list .item .txt {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .flow-list .item .txt {
    font-size: 4.8vw;
  }
}
.flow-list .item .flow-check-box {
  width: 556px;
  padding: 40px 40px 40px 64px;
  background: #e0f4ed;
  border-radius: 8px;
  margin: 40px 0 0 72px;
  position: relative;
  font-size: 30px;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flow-list .item .flow-check-box {
    width: 74.1333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 8.5333333333vw;
    margin: 5.3333333333vw 0 0 9.6vw;
    font-size: 4vw;
  }
}
.flow-list .item .flow-check-box .check {
  position: absolute;
  width: 70px;
  height: 70px;
  left: -32px;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .flow-list .item .flow-check-box .check {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    left: -4.2666666667vw;
    top: 5.3333333333vw;
  }
}

.promise-box {
  width: 670px;
  margin: 100px auto 48px;
  background: #fff;
  border-radius: 12px;
  position: relative;
  padding: 56px 0 48px 100px;
}
@media screen and (max-width: 767px) {
  .promise-box {
    width: 89.3333333333vw;
    margin: 13.3333333333vw auto 6.4vw;
    border-radius: 1.6vw;
    padding: 7.4666666667vw 0 6.4vw 13.3333333333vw;
  }
}
.promise-box .ttl {
  font-weight: bold;
  font-size: 48px;
  color: #2fb383;
  position: absolute;
  transform: translate(-50%, -60%);
  top: 0%;
  left: 50%;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .promise-box .ttl {
    font-size: 6.4vw;
  }
}
.promise-box .promise-list-item {
  display: flex;
  gap: 20px;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .promise-box .promise-list-item {
    font-size: 4.2666666667vw;
    gap: 2.6666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.promise-box .promise-list-item .icon {
  width: 51px;
}
@media screen and (max-width: 767px) {
  .promise-box .promise-list-item .icon {
    width: 6.8vw;
  }
}
.promise-box .promise-list-item span {
  font-size: 36px;
  background: linear-gradient(transparent 75%, #fddc66 75%, #fddc66 100%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .promise-box .promise-list-item span {
    font-size: 4.8vw;
  }
}

.qa {
  width: 750px;
  margin: 0 auto;
  padding: 120px 0 364px;
  position: relative;
  background: url(../img/seishain/footer_illust.png) center bottom/718px 272px no-repeat, #f0f0f0;
}
@media screen and (max-width: 767px) {
  .qa {
    width: 100vw;
    padding: 16vw 0 48.5333333333vw;
    background: url(../img/seishain/footer_illust.png) center bottom/95.7333333333vw 36.2666666667vw no-repeat, #f0f0f0;
  }
}
.qa .cmn-btn-wrap {
  width: 615px;
}
@media screen and (max-width: 767px) {
  .qa .cmn-btn-wrap {
    width: 82vw;
  }
}
.qa .cmn-btn-wrap .cmn-btn {
  width: 615px;
}
@media screen and (max-width: 767px) {
  .qa .cmn-btn-wrap .cmn-btn {
    width: 82vw;
  }
}

.qa-ttl {
  width: 610px;
  margin: 0 auto 48px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .qa-ttl {
    width: 81.3333333333vw;
    margin: 0 auto 6.4vw;
  }
}

.qa-list-item {
  width: 670px;
  border-radius: 8px;
  background-color: #fff;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .qa-list-item {
    width: 89.3333333333vw;
    border-radius: 1.0666666667vw;
    margin: 0 auto 2.1333333333vw;
  }
}
.qa-list-item.is-open .q-wrap .toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.qa-list-item.is-open .a-wrap {
  grid-template-rows: 1fr;
}

.q-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .q-wrap {
    padding: 5.3333333333vw;
  }
}
.q-wrap .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #39b981;
  border-radius: 50%;
  color: #fff;
  font-size: 34px;
  font-family: "Oswald", sans-serif;
  flex-shrink: 0;
  line-height: 1;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .q-wrap .icon {
    width: 8vw;
    height: 8vw;
    font-size: 4.5333333333vw;
    margin-right: 3.2vw;
  }
}
.q-wrap .txt {
  flex-grow: 1;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .q-wrap .txt {
    font-size: 4.2666666667vw;
  }
}
.q-wrap .toggle-icon {
  position: relative;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .q-wrap .toggle-icon {
    width: 4vw;
    height: 4vw;
  }
}
.q-wrap .toggle-icon::before, .q-wrap .toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #39b981;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.q-wrap .toggle-icon::before {
  width: 100%;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .q-wrap .toggle-icon::before {
    height: 0.4vw;
  }
}
.q-wrap .toggle-icon::after {
  width: 3px;
  height: 100%;
}

.a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .a-wrap {
    margin: 0 5.3333333333vw;
  }
}
.a-wrap .a-inner {
  overflow: hidden;
}
.a-wrap .a-content {
  padding: 40px 0;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .a-wrap .a-content {
    padding: 5.3333333333vw 0;
    border-top: 0.1333333333vw solid #cccccc;
  }
}
.a-wrap .a-content .txt {
  margin: 0;
  font-size: 30px;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .a-wrap .a-content .txt {
    font-size: 4vw;
  }
}
.a-wrap .a-content .txt a.txt-link {
  display: inline;
  color: #39b981;
  text-decoration: underline;
  transition: 0.2s;
  word-break: break-all;
}
.a-wrap .a-content .txt a.txt-link:hover {
  opacity: 0.8;
}

.footer {
  background: #fff;
  margin: 0 40px 230px;
  padding: 48px 0 80px;
}
@media screen and (max-width: 767px) {
  .footer {
    margin: 0 5.3333333333vw 30.6666666667vw;
    padding: 6.4vw 0 10.6666666667vw;
  }
}

.footer-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-list .item {
  width: 320px;
  border-bottom: 2px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .footer-list .item {
    width: 42.6666666667vw;
    border-bottom: 0.2666666667vw solid #cccccc;
  }
}
.footer-list .item a {
  padding: 32px 0;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .footer-list .item a {
    padding: 4.2666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
.footer-list .item a:hover {
  opacity: 0.8;
}

.footer-txt {
  padding: 80px 0px 0 0px;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer-txt {
    padding: 10.6666666667vw 0 0 0;
    font-size: 2.9333333333vw;
  }
}

.floating {
  background: url(../img/seishain/diagonal.jpg) center center/49px 51px repeat;
  padding: 1px 0 24px;
  width: 750px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .floating {
    background-size: 6.5333333333vw 6.8vw;
    padding: 0.1333333333vw 0 3.2vw;
    width: 100vw;
  }
}
.floating.show {
  opacity: 1;
}
.floating .cmn-btn-wrap {
  margin: 56px auto 0;
}
@media screen and (max-width: 767px) {
  .floating .cmn-btn-wrap {
    margin: 7.4666666667vw auto 0;
  }
}