@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
th,
td,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 0.05rem;
  color: #394d43;
  font-family: YakuHanJP, kozuka-gothic-pr6n, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Robot, "Droid Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #a0c163;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
}

.dsp-non {
  display: none;
}

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

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

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

.flex {
  display: flex;
}

.pc-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: block;
  }
}

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

.flex-center {
  display: flex;
  justify-content: center;
}

.m-center {
  margin: 0 auto !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pd5 {
  box-sizing: border-box;
  padding: 5px !important;
}

.pd10 {
  box-sizing: border-box;
  padding: 10px !important;
}

.pd20 {
  box-sizing: border-box;
  padding: 20px !important;
}

.pt10 {
  box-sizing: border-box;
  padding-top: 10px !important;
}

.pt20 {
  box-sizing: border-box;
  padding-top: 20px !important;
}

.pt30 {
  box-sizing: border-box;
  padding-top: 30px !important;
}

.pt40 {
  box-sizing: border-box;
  padding-top: 40px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-20 {
  font-size: 20px !important;
}

.bold {
  font-weight: 700 !important;
}

.underline {
  text-decoration: underline;
}

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

.text-center {
  text-align: center !important;
}

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

.small-txt {
  font-size: 10px !important;
}

.link-color {
  color: #a0c163;
}
.link-color:hover {
  opacity: 0.4;
}

.main-color {
  color: #97ccb3;
}

.darken-main-color {
  color: #224d39;
}

.lh-1_7 {
  line-height: 1.7;
}

.width-100 {
  width: 100% !important;
}

.pc-width-80 {
  width: 80% !important;
}
@media screen and (max-width: 767px) {
  .pc-width-80 {
    width: 100% !important;
  }
}

.border-main {
  border: 1px solid #97ccb3;
}

.border-radius {
  border-radius: 3px;
}

.cursor-pointer {
  cursor: pointer;
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.font-tbc {
  font-family: YakuHanJP, tbcgothic-std, sans-serif !important;
  font-weight: 800;
  font-style: normal;
}

.font-kakugo {
  font-family: YakuHanJP, heisei-kaku-gothic-stdn, sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

.header {
  padding-top: 90px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .header {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 55px;
  }
}
@media screen and (max-width: 300px) {
  .header {
    padding-top: 45px;
  }
}
.header .gnav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .header .gnav {
    border-bottom: 2px solid #97ccb3;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 300px) {
  .header .gnav {
    min-height: 45px;
  }
}
.header .gnav .gnav-top {
  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}
.header .gnav .gnav-top .company-logo {
  display: flex;
  align-items: center;
}
.header .gnav .gnav-top .company-logo .logo-image {
  width: 35px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .header .gnav .gnav-top .company-logo .logo-image {
    flex-shrink: 0;
    width: 30px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .header .gnav .gnav-top .company-logo .logo-image {
    width: 35px;
  }
}
@media screen and (max-width: 300px) {
  .header .gnav .gnav-top .company-logo .logo-image {
    width: 20px;
  }
}
.header .gnav .gnav-top .company-logo .logo-ttl {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .header .gnav .gnav-top .company-logo .logo-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .gnav .gnav-top .company-logo .logo-ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 300px) {
  .header .gnav .gnav-top .company-logo .logo-ttl {
    font-size: 10px;
  }
}
.header .gnav .gnav-top .company-logo .logo-ttl .small {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .header .gnav .gnav-top .company-logo .logo-ttl .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header .gnav .gnav-top .company-logo .logo-ttl .small {
    font-size: 10px;
  }
}
.header .gnav .gnav-top .company-logo .logo-ttl > a {
  transition: 0.2s;
}
.header .gnav .gnav-top .company-logo .logo-ttl > a:hover {
  color: inherit;
  opacity: 0.6;
}
.header .gnav .gnav-top .large-link {
  margin-left: auto;
  font-size: 14px;
  color: #fff;
  background: #97ccb3;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.2s;
}
.header .gnav .gnav-top .large-link:hover {
  background: #224d39;
}
@media screen and (max-width: 1024px) {
  .header .gnav .gnav-top .large-link {
    display: none;
  }
}
.header .gnav .gnav-bottom {
  height: 40px;
  background: #97ccb3;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .header .gnav .gnav-bottom {
    display: none;
  }
}
.header .gnav .gnav-bottom .links {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
}
.header .gnav .gnav-bottom .links .link {
  flex-shrink: 0;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  transition: 0.2s;
}
.header .gnav .gnav-bottom .links .link:hover {
  opacity: 0.8;
}
.header .gnav .gnav-bottom .links .link + .link {
  border-left: 1px solid #fff;
}
.header .gnav *::-webkit-scrollbar {
  height: 3px;
}
@media screen and (max-width: 1024px) {
  .header .gnav *::-webkit-scrollbar {
    display: none;
  }
}
.header .gnav *::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 100px;
}
.header .gnav *::-webkit-scrollbar-thumb {
  background-color: #224d39;
  border-radius: 100px;
}
.header .gnav .hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .gnav .hamburger {
    display: block;
    width: 45px;
    height: 45px;
    background: #97ccb3;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    border: 2px solid #fff;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) and (max-width: 300px) {
  .header .gnav .hamburger {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnav .hamburger:before, .header .gnav .hamburger:after {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    width: 25px;
    height: 2px;
    background: #fff;
    transition: 0.2s;
  }
}
@media screen and (max-width: 1024px) and (max-width: 300px) {
  .header .gnav .hamburger:before, .header .gnav .hamburger:after {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnav .hamburger:before {
    top: 40%;
  }
  .header .gnav .hamburger:after {
    top: 60%;
  }
  .header .gnav .hamburger.open:before, .header .gnav .hamburger.open:after {
    top: 50%;
  }
  .header .gnav .hamburger.open:before {
    transform: rotateZ(45deg);
  }
  .header .gnav .hamburger.open:after {
    transform: rotateZ(-45deg);
  }
}
.header .gnav .nav-menu {
  opacity: 0;
  visibility: hidden;
  width: calc(100% + 30px);
  height: calc(100dvh - 50px);
  position: absolute;
  top: 50px;
  left: -15px;
  background: rgba(151, 204, 179, 0.95);
  padding: 20px 14px;
  box-sizing: border-box;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .header .gnav .nav-menu {
    overflow-y: auto;
  }
}
.header .gnav .nav-menu .links .link {
  color: #000;
  text-align: left;
  font-size: 20px;
  line-height: 3;
  color: #fff;
}
.header .gnav .nav-menu .large-link {
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-top: 20px;
  font-size: 20px;
  color: #97ccb3;
  background: #fff;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
}
.header .gnav .nav-menu.open {
  opacity: 1;
  visibility: visible;
}

.main .section-line {
  width: 100%;
  height: 20px;
}
.main .section-line.white {
  background: #fff;
}
.main .section-line.gray {
  background: #f2f2f2;
}

.footer {
  position: relative;
  z-index: 0;
  width: 100%;
  background: url(/img/shared/bg-footer.jpg) no-repeat center/cover;
  padding: 40px 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer {
    background: url(/img/shared/bg-footer_sp.jpg) no-repeat center/cover;
  }
}
.footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #224d39;
  opacity: 0.8;
  position: absolute;
  z-index: 0;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer .dual-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .dual-content {
    display: block;
  }
}
.footer .left-content {
  width: 70%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .footer .left-content {
    width: 100%;
  }
}
.footer .left-content .footer-ttl {
  display: flex;
  align-items: center;
}
.footer .left-content .footer-ttl .logo {
  flex-shrink: 0;
  width: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .footer .left-content .footer-ttl .logo {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer .left-content .footer-ttl .logo {
    width: 25px;
  }
}
.footer .left-content .footer-ttl .ttl {
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer .left-content .footer-ttl .ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer .left-content .footer-ttl .ttl {
    font-size: 20px;
  }
}
.footer .left-content .txt-large {
  color: #fff;
  line-height: 1.7;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .footer .left-content .txt-large {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer .left-content .txt-large {
    font-size: 12px;
  }
}
.footer .left-content .txt {
  color: #fff;
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .footer .left-content .txt {
    font-size: 12px;
  }
}
.footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.footer .footer-nav .link {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: 0.2s;
}
.footer .footer-nav .link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .footer .footer-nav .link {
    font-size: 12px;
  }
}
.footer .right-content {
  width: 25%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .footer .right-content {
    margin-top: 20px;
    width: 100%;
  }
}
.footer .right-content .large-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #97ccb3;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  font-size: 20px;
  border-radius: 5px;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .footer .right-content .large-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .footer .right-content .large-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer .right-content .large-link {
    font-size: 16px;
  }
}
.footer .right-content .large-link > i {
  margin-left: 10px;
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .footer .right-content .large-link > i {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .footer .right-content .large-link > i {
    font-size: 16px;
  }
}
.footer .right-content .large-link:hover {
  background: #224d39;
  box-shadow: 0 0 10px #ccc;
}
.footer .right-content .social-links {
  display: flex;
  margin-top: 20px;
}
.footer .right-content .social-links .social-link {
  font-size: 40px;
  color: #fff;
  margin-right: 10px;
  transition: 0.2s;
}
.footer .right-content .social-links .social-link.fb {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
}
.footer .right-content .social-links .social-link:hover {
  opacity: 0.8;
}
.footer .footer-bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  box-sizing: border-box;
}
.footer .footer-bottom .copy {
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.home .header .top-kv {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  min-height: 75dvh;
  background: url(/img/shared/bg-header.jpg) no-repeat center/cover;
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .home .header .top-kv {
    min-height: 40dvh;
  }
}
@media screen and (max-width: 767px) {
  .home .header .top-kv {
    min-height: calc(100dvh - 55px);
    padding: 100px 20px 40px;
    background: url(/img/shared/bg-header_sp.jpg) no-repeat center/cover;
  }
}
.home .header .top-kv .kv-left {
  width: 100%;
  padding-top: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .home .header .top-kv .kv-left {
    padding: 0;
  }
}
.home .header .top-kv .kv-left .ttl {
  color: #fff;
  font-size: 40px;
  text-shadow: 0 0 5px #000;
  line-height: 1.7;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .home .header .top-kv .kv-left .ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home .header .top-kv .kv-left .ttl {
    margin-top: 30dvh;
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-height: 667px) {
  .home .header .top-kv .kv-left .ttl {
    margin-top: 120px;
  }
}
@media screen and (max-width: 300px) {
  .home .header .top-kv .kv-left .ttl {
    font-size: 18px;
  }
}
.home .header .top-kv .kv-left .sub-ttl {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 3px #000;
  font-weight: bold;
  line-height: 1.7;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .home .header .top-kv .kv-left .sub-ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .home .header .top-kv .kv-left .sub-ttl {
    margin-top: 5px;
  }
}
@media screen and (max-width: 300px) {
  .home .header .top-kv .kv-left .sub-ttl {
    font-size: 14px;
  }
}
.home .header .top-kv .kv-left .txt {
  margin-top: 40px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 6px #000;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .home .header .top-kv .kv-left .txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .home .header .top-kv .kv-left .txt {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 300px) {
  .home .header .top-kv .kv-left .txt {
    font-size: 12px;
  }
}
.home .header .top-kv .kv-right {
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .home .header .top-kv .kv-right {
    display: none;
  }
}
.home .header .top-kv .down-button {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #97ccb3;
  font-size: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #97ccb3;
  transition: 0.2s;
}
.home .header .top-kv .down-button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .home .header .top-kv .down-button {
    top: 93%;
  }
}
.home .fb-widget-bottom {
  display: none;
  overflow-x: auto;
}
@media screen and (max-width: 900px) {
  .home .fb-widget-bottom {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home .fb-widget-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 300px) {
  .home .fb-widget-bottom {
    align-items: flex-start;
  }
}
.home .main .wide-label {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 350px;
}
@media screen and (max-width: 1024px) {
  .home .main .wide-label {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 767px) {
  .home .main .wide-label {
    padding-bottom: 60dvh;
  }
}
.home .main .wide-label.speciality {
  background: url(/img/top/label-specialty.jpg) no-repeat center/cover;
}
.home .main .wide-label.price {
  background: url(/img/top/label-flow-price.jpg) no-repeat center/cover;
}
.home .main .wide-label.hyosatsu {
  background: url(/img/top/label-hyosatsu.jpg) no-repeat center/cover;
}
.home .main .wide-label.voice {
  background: url(/img/top/label-voice.jpg) no-repeat center/cover;
}
.home .main .wide-label.shukatsu {
  background: url(/img/top/label-shukatsu.jpg) no-repeat center/cover;
}
.home .main .wide-label.topics {
  background: url(/img/top/label-topics.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .home .main .wide-label.speciality {
    background: url(/img/top/label-specialty_sp.jpg) no-repeat center/cover;
  }
  .home .main .wide-label.price {
    background: url(/img/top/label-flow-price_sp.jpg) no-repeat center/cover;
  }
  .home .main .wide-label.hyosatsu {
    background: url(/img/top/label-hyosatsu_sp.jpg) no-repeat center/cover;
  }
  .home .main .wide-label.voice {
    background: url(/img/top/label-voice_sp.jpg) no-repeat center/cover;
  }
  .home .main .wide-label.shukatsu {
    background: url(/img/top/label-shukatsu_sp.jpg) no-repeat center/cover;
  }
  .home .main .wide-label.topics {
    background: url(/img/top/label-topics_sp.jpg) no-repeat center/cover;
  }
}
.home .main .wide-label:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #364525;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .main .content-center {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .home .main .content-center {
    width: 90%;
  }
}
.home .main .content-center .ttl {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 1024px) {
  .home .main .content-center .ttl {
    font-size: 20px;
  }
}
.home .main .content-center .txt {
  text-align: center;
  color: #fff;
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .home .main .content-center .txt {
    font-size: 12px;
  }
}
.home .main .content-center .btn {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: 0.2s;
  font-size: 16px;
}
.home .main .content-center .btn > i {
  margin-left: 10px;
}
.home .main .content-center .btn:hover {
  background: #fff;
  color: #224d39;
}
@media screen and (max-width: 1024px) {
  .home .main .content-center .btn {
    font-size: 12px;
  }
}
.home .main .diamond-block {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.home .main .diamond-block .block {
  position: relative;
  width: 33.33%;
  flex-shrink: 0;
  padding: 100px 20px 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .home .main .diamond-block .block {
    width: 100%;
  }
}
.home .main .diamond-block .block:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  padding-bottom: 5%;
  background: #fff;
}
.home .main .diamond-block .block:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  top: -3%;
  left: 50%;
  width: 15%;
  height: 0;
  padding-bottom: 15%;
  background: #97ccb3;
  border: 7px solid #fff;
  border-radius: 5px;
  transform: rotateZ(45deg);
  transform-origin: top left;
}
@media screen and (max-width: 900px) {
  .home .main .diamond-block .block:after {
    top: -5%;
  }
}
.home .main .diamond-block .block:nth-child(2n) {
  background: #f2f2f2;
}
.home .main .diamond-block .block .ttl {
  font-size: 26px;
  text-align: center;
  color: #97ccb3;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .home .main .diamond-block .block .ttl {
    font-size: 26px;
  }
}
.home .main .diamond-block .block .sub-ttl {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  color: #97ccb3;
}
@media screen and (max-width: 900px) {
  .home .main .diamond-block .block .sub-ttl {
    font-size: 16px;
  }
}
.home .main .diamond-block .block .txt {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .home .main .diamond-block .block .txt {
    font-size: 14px;
  }
}
.home .main .alternative-block {
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .home .main .alternative-block {
    padding: 20px;
  }
}
.home .main .alternative-block .block {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .home .main .alternative-block .block {
    display: block;
  }
}
.home .main .alternative-block .block .image {
  flex-shrink: 0;
  width: 49%;
}
.home .main .alternative-block .block .image > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .main .alternative-block .block .image {
    width: 100%;
  }
}
.home .main .alternative-block .block .text-area {
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .home .main .alternative-block .block .text-area {
    padding: 10px 0;
  }
}
.home .main .alternative-block .block .text-area .ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  word-break: normal;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .home .main .alternative-block .block .text-area .ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .home .main .alternative-block .block .text-area .ttl {
    font-size: 24px;
  }
}
.home .main .alternative-block .block .text-area .txt {
  margin-top: 20px;
  line-height: 2;
  font-size: 16px;
  word-break: normal;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .home .main .alternative-block .block .text-area .txt {
    font-size: 14px;
  }
}
.home .main .alternative-block .block .text-area .more {
  margin-top: 100px;
  font-size: 16px;
  text-align: right;
  color: #a0c163;
  text-decoration: underline;
  transition: 0.2s;
}
.home .main .alternative-block .block .text-area .more:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .home .main .alternative-block .block .text-area .more {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .home .main .alternative-block .block .text-area .more {
    margin-top: 20px;
  }
}
.home .main .alternative-block .block:nth-child(2n) {
  flex-direction: row-reverse;
}

.content-page .kv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 300px;
  background: #ddd no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .content-page .kv {
    height: 250px;
  }
}
.content-page .kv.flow {
  background-image: url(/img/content-page/flow/bg.jpg);
}
.content-page .kv.price {
  background-image: url(/img/content-page/price/bg.jpg);
}
.content-page .kv.about {
  background-image: url(/img/content-page/about/bg.jpg);
}
.content-page .kv.access {
  background-image: url(/img/content-page/access/bg.jpg);
}
.content-page .kv.qa {
  background-image: url(/img/content-page/qa/bg.jpg);
}
@media screen and (max-width: 767px) {
  .content-page .kv.flow {
    background-image: url(/img/content-page/flow/bg_sp.jpg);
  }
  .content-page .kv.price {
    background-image: url(/img/content-page/price/bg_sp.jpg);
  }
  .content-page .kv.about {
    background-image: url(/img/content-page/about/bg_sp.jpg);
  }
  .content-page .kv.access {
    background-image: url(/img/content-page/access/bg_sp.jpg);
  }
  .content-page .kv.qa {
    background-image: url(/img/content-page/qa/bg_sp.jpg);
  }
}
.content-page .kv:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #364525;
  opacity: 0.8;
  position: absolute;
  z-index: 0;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-page .kv .center-content {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .content-page .kv .center-content {
    width: 90%;
  }
}
.content-page .kv .center-content .ttl {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .content-page .kv .center-content .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content-page .kv .center-content .ttl {
    font-size: 18px;
  }
}
.content-page .kv .center-content .ttl:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 50%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
}
.content-page .kv .center-content .txt {
  text-align: center;
  color: #fff;
  line-height: 1.7;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .content-page .kv .center-content .txt {
    font-size: 10px;
  }
}
.content-page .main-content-box {
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .content-page .main-content-box {
    padding: 40px 15px;
  }
}
.content-page .main-content-box .main-ttl {
  width: 100%;
  margin-bottom: 20px;
  background: #97ccb3;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  font-size: 24px;
  border-radius: 8px;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .main-ttl {
    font-size: 20px;
  }
}
.content-page .main-content-box .main-ttl.center {
  text-align: center;
}
.content-page .main-content-box .main-txt {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .main-txt {
    font-size: 14px;
  }
}
.content-page .main-content-box .main-txt .small {
  font-size: 12px;
}
.content-page .main-content-box .main-txt .thin {
  font-weight: normal;
}
.content-page .main-content-box .main-txt .red {
  color: #ba272f;
}
.content-page .main-content-box .main-txt-small {
  font-size: 12px;
  line-height: 1.7;
}
.content-page .main-content-box .main-txt-small .red {
  color: #ba272f;
}
.content-page .main-content-box .main-txt-large {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .main-txt-large {
    font-size: 16px;
  }
}
.content-page .main-content-box .main-txt-large .small {
  font-size: 12px;
}
.content-page .main-content-box .main-txt-large .thin {
  font-weight: normal;
}
.content-page .main-content-box .main-txt-large .red {
  color: #ba272f;
}
.content-page .main-content-box .main-ul {
  padding-left: 20px;
  margin-left: 5px;
  box-sizing: border-box;
}
.content-page .main-content-box .main-ul > li {
  list-style: disc;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .main-ul > li {
    font-size: 14px;
  }
}
.content-page .main-content-box .main-ul > li .small {
  font-size: 12px;
}
.content-page .main-content-box .main-ul > li .thin {
  font-weight: normal;
}
.content-page .main-content-box .main-ul.bold > li {
  font-weight: bold;
}
.content-page .main-content-box .gray-box-content {
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
}
.content-page .main-content-box .gray-box-content .ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.content-page .main-content-box .gray-box-content .txt {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.7;
}
.content-page .main-content-box .gray-box-content .txt .left {
  flex-shrink: 0;
  width: 4em;
}
.content-page .main-content-box .case-box-content {
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
}
.content-page .main-content-box .case-box-content .ttl {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .case-box-content .ttl {
    line-height: 1.7;
    font-size: 12px;
  }
}
.content-page .main-content-box .case-box-content .ttl .left-content {
  flex-shrink: 0;
  margin-right: 10px;
}
.content-page .main-content-box .case-box-content .txt {
  font-size: 14px;
  line-height: 1.7;
}
.content-page .main-content-box .case-box-content .txt .red {
  color: #ba272f;
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .case-box-content .txt {
    font-size: 12px;
  }
}
.content-page .main-content-box .dual-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .dual-content {
    display: block;
  }
}
.content-page .main-content-box .dual-content .left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .dual-content .left {
    width: 100%;
  }
}
.content-page .main-content-box .dual-content .right {
  width: calc(60% - 10px);
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .dual-content .right {
    width: 100%;
    margin-top: 20px;
  }
}
.content-page .main-content-box .dual-content .right .txt {
  font-size: 14px;
  line-height: 2;
}
.content-page .main-content-box .access-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .access-content {
    display: block;
  }
}
.content-page .main-content-box .access-content .left {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .content-page .main-content-box .access-content .left {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .access-content .left {
    width: 100%;
  }
}
.content-page .main-content-box .access-content .right {
  width: calc(80% - 50px);
}
@media screen and (max-width: 1024px) {
  .content-page .main-content-box .access-content .right {
    width: calc(70% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .access-content .right {
    width: 100%;
    margin-top: 20px;
  }
}
.content-page .main-content-box .access-content .right .txt {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .content-page .main-content-box .access-content .right .txt {
    font-size: 14px;
  }
}
.content-page .main-content-box .price-table {
  width: 100%;
  background: #efefef;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.content-page .main-content-box .price-table .ttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 10px;
}
.content-page .main-content-box .price-table .table {
  width: 100%;
  background: #fff;
  margin-top: 20px;
  border-collapse: collapse;
}
.content-page .main-content-box .price-table .table .thead th {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .price-table .table .thead th {
    font-size: 12px;
  }
}
.content-page .main-content-box .price-table .table .thead th + th {
  border-left: 4px solid #efefef;
}
.content-page .main-content-box .price-table .table .tbody {
  border-top: 4px solid #efefef;
}
.content-page .main-content-box .price-table .table .tbody td {
  font-size: 14px;
  text-align: left;
  padding: 15px 10px;
  box-sizing: border-box;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .price-table .table .tbody td {
    font-size: 10px;
  }
}
.content-page .main-content-box .price-table .table .tbody td + td {
  border-left: 4px solid #efefef;
}
.content-page .main-content-box .price-table .small-txt {
  font-size: 12px;
  margin-top: 10px;
}
.content-page .main-content-box .qa-block + .qa-block {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .qa-block + .qa-block {
    margin-top: 20px;
  }
}
.content-page .main-content-box .qa-ttl {
  display: flex;
  align-items: center;
  width: 100%;
  background: #97ccb3;
  padding: 5px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .content-page .main-content-box .qa-ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .qa-ttl {
    padding: 0px 20px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.content-page .main-content-box .qa-ttl:before {
  content: "Q.";
  display: block;
  font-size: 40px;
  margin-right: 10px;
  color: #fff;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .content-page .main-content-box .qa-ttl:before {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .qa-ttl:before {
    font-size: 36px;
    margin-right: 5px;
  }
}
.content-page .main-content-box .qa-txt {
  display: flex;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #ba272f;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .content-page .main-content-box .qa-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .qa-txt {
    font-size: 14px;
  }
}
.content-page .main-content-box .qa-txt:before {
  content: "A.";
  display: block;
  font-size: 40px;
  margin-top: -26px;
  margin-right: 10px;
  color: #ba272f;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .content-page .main-content-box .qa-txt:before {
    margin-top: -16px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content-page .main-content-box .qa-txt:before {
    margin-top: -24px;
    margin-right: 5px;
    font-size: 36px;
  }
}
.content-page .breadcramb {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #666;
  box-sizing: border-box;
}
.content-page .breadcramb > li {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #666;
  font-size: 12px;
  line-height: 1.7;
}
.content-page .breadcramb li + li:before {
  content: ">";
  display: block;
  line-height: 1.7;
  font-size: 14px;
  margin-right: 10px;
}