@charset "UTF-8";
:root {
  --oc-link-color: #0d6efd;
  --oc-primary-color: #233b68;
  --oc-btn-primary-color: #233b68;
  --oc-btn-alt-color: #233b68;
  --oc-blog-heading-mt: 1.9rem;
  --oc-blog-heading-mb: 1.625rem;
  --oc-blog-heading-pt: 1.625rem;
  --oc-blog-font-size: calc(1rem + .069vw);
  --oc-blog-heading1-fs: calc(1.6rem + .069vw);
  --oc-blog-heading2-fs: calc(1.5rem + .069vw);
  --oc-blog-heading3-fs: calc(1.35rem + .069vw);
  --oc-blog-line-height: 1.625rem;
}

body {
  background-color: #FCFCFC;
  font-size: 16px;
  line-height: 1.8;
}
body.privacy-policy {
  padding-top: 100px;
}

.text-primary-color {
  color: var(--oc-primary-color);
}

.clear-fix {
  clear: both;
}

a {
  text-decoration: none;
  color: var(--oc-link-color);
}

a:hover {
  text-decoration: none;
}

.bg-image {
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-bg-top {
  z-index: 0;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-bg-top .caption h1,
.text-bg-top .caption h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.content-none {
  text-align: center;
  font-size: 20px;
  padding: 80px 10px;
}

.content-none .error-number {
  font-size: 70px;
}

.content-none .content-none-btn {
  margin: 20px auto;
  text-align: center;
}

/* OC Button Style */
.site-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 375px;
  height: 73px;
  max-width: 90%;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  transition: all 0.5s;
}

.site-btn {
  color: var(--oc-primary-color);
  border-color: var(--oc-primary-color);
}

/* END - OC Button Style */
/* OC Modal Style */
.modal-design {
  height: 80vh;
  overflow: scroll;
  margin: 15% 0 10% 0;
  border-radius: unset;
}

.modal-dialog {
  max-width: 800px;
  padding: 1rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.close-btn {
  position: fixed;
  right: 0x;
  top: 25px;
}

.modal-side-margin {
  margin: 0;
}

.modal-body-design {
  padding: 0;
}

.round_btn {
  display: block;
  width: 45px;
  height: 45px;
  border: 2px solid #AA8400; /* æž ã®èª¿æ•´ */
  border-radius: 50%; /* ä¸¸ã¿ã®åº¦åˆã„ */
  background: #fff; /* ãƒœã‚¿ãƒ³ã®èƒŒæ™¯è‰² */
}

.round_btn::before, .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* æ£’ã®å¹…ï¼ˆå¤ªã•ï¼‰ */
  height: 22px; /* æ£’ã®é«˜ã• */
  background: #AA8400; /* ãƒãƒ„å°ã®è‰² */
}

.round_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.round_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* END - OC Modal Style */
/* ************************************************ */
/*                       コンテンツ                     */
/* ************************************************ */
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 10px;
  scroll-behavior: auto !important;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333;
  overflow-x: hidden;
  background-color: #f4f5f4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
}
body.is-lockScroll {
  overflow-y: hidden;
}

* {
  box-sizing: content-box;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h2, h3, h4, h5, dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

@media (min-width: 769px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  br.is-pc {
    display: inline;
  }
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  br.is-sp {
    display: inline;
  }
}
/*
	.l-header
========================= */
.l-header-logo {
  position: fixed;
  top: 5px;
  left: 8px;
  z-index: 10;
}
.l-header-globalNav {
  border-radius: 50px;
  position: fixed;
  top: 30px;
  right: 20px;
  display: flex;
  background-color: #fff;
  z-index: 10;
}
.l-header-globalNav li a {
  display: block;
  padding: 10px 30px;
  color: #333;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}
.l-header-globalNav li a:hover {
  color: #FFA236;
}
.l-header-globalNav li:first-child a {
  padding-left: 33px;
}
.l-header-globalNav li.l-header-globalNav-phone {
  margin-left: 30px;
}
.l-header-globalNav li.l-header-globalNav-phone a {
  padding: 10px 10px 10px 30px;
  line-height: 0.8;
  background: url(../img/common/header_phone_icon.png) left center no-repeat;
}
.l-header-globalNav li.l-header-globalNav-phone a .number {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
}
.l-header-globalNav li.l-header-globalNav-phone a .time {
  font-weight: 500;
  font-size: 1.1rem;
}
.l-header-globalNav li.l-header-globalNav-phone a:hover {
  background-image: url(../img/common/header_phone_icon_hover.png);
}
.l-header-globalNav li.l-header-globalNav-contact a {
  padding: 10px 30px 10px 15px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  background-color: #FFA236;
  transition: background 0.3s;
}
.l-header-globalNav li.l-header-globalNav-contact a:hover {
  background-color: #FFBA00;
}
.l-header-hamburger {
  display: none;
}
.l-header-spGlobalNav {
  display: none;
}
@media (max-width: 1000px) {
  .l-header-globalNav li a {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .l-header-logo {
    top: -1.3333333333vw;
    left: -1.3333333333vw;
    width: 16vw;
  }
  .l-header-globalNav {
    display: none;
  }
  .l-header-hamburger {
    display: block;
    position: fixed;
    top: -1.3333333333vw;
    right: -1.3333333333vw;
    width: 16vw;
    cursor: pointer;
    z-index: 10;
  }
  .l-header-spGlobalNav {
    border-top-left-radius: 2.6666666667vw;
    display: block;
    position: fixed;
    top: 13.3333333333vw;
    right: 0;
    width: 80vw;
    height: 100%;
    background: url(../img/common/header_spGlobalNav_bg.png) left top repeat;
    transform: translate(100%, 0);
    transition: transform 0.5s;
    z-index: 11;
  }
  .l-header-spGlobalNav.is-active {
    transform: translate(0, 0);
  }
  .l-header-spGlobalNav ul li {
    border-bottom: 0.5333333333vw solid #436251;
  }
  .l-header-spGlobalNav ul li a {
    font-size: 4.2666666667vw;
    padding: 7.2vw 7.2vw 7.2vw 13.8666666667vw;
    display: block;
    position: relative;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .l-header-spGlobalNav ul li a::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 10.1333333333vw;
    left: 8.2666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    transform: rotate(45deg);
    content: "";
  }
}

/*
	.l-main
========================= */
.l-main {
  padding-bottom: 242px;
}
@media (max-width: 768px) {
  .l-main {
    padding-bottom: 27.7333333333vw;
  }
}

/*
	.mv
========================= */
.mv {
  margin-bottom: 190px;
}
.mv ul li {
  position: relative;
}
.mv ul li .mv-li-text {
  position: absolute;
  left: 76px;
  /* bottom: 57px; */
  bottom: 37px;
}
.mv ul li #mv-2.mv-li-text {
  background-color: #F4F5F4;
}
.mv ul li .mv-li-text p {
  margin-bottom: 10px;
  padding: 14px 0 34px;
  border-top: 4px solid #333;
  display: inline-block;
  position: relative;
  line-height: 1;
  background: url(../img/front-page/mv_line_pc.png) left bottom no-repeat;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.mv ul li .mv-li-text p.is-letterSpacingSmall {
  letter-spacing: 0.02em;
}
.mv ul li .mv-li-text div {
  font-weight: 700;
  font-size: 3.4rem;
}
.mv ul li .mv-li-text h1 {
  font-weight: 900;
  font-size: 8rem;
  letter-spacing: -0.05em;
}
.mv ul li .mv-li-bg picture {
  width: 100%;
}
.mv ul li .mv-li-bg picture img {
  width: 100%;
}
.mv .slick-dots {
  position: absolute;
  /* bottom: 36px; */
  bottom: 20px;
  left: 80px;
  display: flex;
}
.mv .slick-dots li {
  margin-right: 5px;
}
.mv .slick-dots li button {
  padding: 0;
  border: none;
  border-radius: 5px;
  width: 20px;
  height: 4px;
  background-color: #CBF5D0;
  font-size: 0;
  cursor: pointer;
  outline: none;
  appearance: none;
}
.mv .slick-dots li.slick-active button {
  background-color: #618070;
}
@media (max-width: 1300px) {
  .mv ul li .mv-li-text p {
    font-size: 1.7857142857vw;
  }
  .mv ul li .mv-li-text div {
    font-size: 2.4285714286vw;
  }
  .mv ul li .mv-li-text h1 {
    font-size: 5.7142857143vw;
  }
}
@media (max-width: 768px) {
  .mv {
    margin-bottom: 9.8666666667vw;
  }
  .mv ul li {
    padding-bottom: 24vw;
  }
  .mv ul li .mv-li-text {
    left: 4vw;
    bottom: 0;
    max-width: 92vw;
  }
  .mv ul li .mv-li-text p {
    font-size: 5.8666666667vw;
    margin-bottom: 2.4vw;
    padding: 0 0 4.9066666667vw;
    border-top-width: 1.0666666667vw;
    display: block;
    background-image: url(../img/front-page/mv_line_sp.png);
    background-size: 100%;
  }
  .mv ul li .mv-li-text p span {
    padding: 0.5em;
    display: inline-block;
    background-color: #fff;
  }
  .mv ul li .mv-li-text p.is-letterSpacingSpSmall {
    letter-spacing: -0.05em;
  }
  .mv ul li .mv-li-text div {
    font-size: 5.3333333333vw;
    margin: 0;
    padding: 0;
  }
  .mv ul li .mv-li-text h1 {
    font-size: 12vw;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .mv .slick-dots {
    margin-left: auto;
    padding-right: 4vw;
    position: static;
    display: flex;
    justify-content: flex-end;
  }
  .mv .slick-dots li {
    margin-right: 1.3333333333vw;
    padding-bottom: 0;
  }
  .mv .slick-dots li:last-child {
    margin-right: 0;
  }
  .mv .slick-dots li button {
    width: 5.3333333333vw;
    height: 1.0666666667vw;
  }
}

/*
	.expert
========================= */
.expert {
  display: flex;
}
.expert-bg {
  width: 50%;
}
.expert-bg div {
  width: 86.1111111111%;
}
.expert-bg div img {
  border-top-right-radius: 50px;
  width: 100%;
}
.expert-content {
  padding: 100px 40px 0 0;
  width: calc(50% - 40px);
}
.expert h2 {
  margin-bottom: 52px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 4rem;
}
.expert h2 strong {
  margin: 0 0.2em;
  padding: 0.2em 0.4em;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  background: #618070 url(../img/front-page/expert_title_bg.png) center top no-repeat;
  background-size: auto 100%;
}
.expert h2::before {
  position: absolute;
  top: -20px;
  left: -33px;
  width: 34px;
  height: 27px;
  background: url(../img/front-page/common_quote-start.png) left top no-repeat;
  content: "";
}
.expert h2::after {
  position: absolute;
  bottom: -20px;
  right: -33px;
  width: 34px;
  height: 27px;
  background: url(../img/front-page/common_quote-end.png) left top no-repeat;
  content: "";
}
.expert-copy {
  margin-bottom: 52px;
  line-height: 2;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.expert-copy strong {
  border-bottom: 2px dashed #0B8241;
  font-weight: 700;
}
.expert-text p {
  margin-bottom: 2em;
  line-height: 1.875;
  font-size: 1.6rem;
}
.expert-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .expert h2 {
    font-size: 2.7777777778vw;
  }
  .expert-copy {
    font-size: 1.3888888889vw;
  }
  .expert-text p {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .expert {
    margin-bottom: 29.8666666667vw;
    display: block;
  }
  .expert-bg {
    margin-bottom: 6.1333333333vw;
    width: 96vw;
  }
  .expert-bg div {
    width: 100%;
  }
  .expert-content {
    margin: 0 auto;
    padding: 6.4vw 0 0;
    width: 92vw;
  }
  .expert h2 {
    font-size: 8vw;
    margin-bottom: 8.2666666667vw;
    padding-left: 5.3333333333vw;
    display: block;
  }
  .expert h2 span {
    font-size: 5.3333333333vw;
    margin-bottom: 0.5em;
    display: block;
  }
  .expert h2 strong {
    font-size: 7.7333333333vw;
    margin: 0 0.2em;
    padding: 0.2em 0.4em;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    background: #618070 url(../img/front-page/expert_title_bg.png) center top no-repeat;
    background-size: auto 100%;
    font-weight: 700;
  }
  .expert h2::before {
    top: -5.3333333333vw;
    left: 0;
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-size: 100%;
  }
  .expert h2::after {
    bottom: -5.3333333333vw;
    right: 0;
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-size: 100%;
  }
  .expert-copy {
    font-size: 4.8vw;
    margin-bottom: 9.8666666667vw;
  }
  .expert-text p {
    font-size: 4.2666666667vw;
  }
}

/*
	.merit
========================= */
.merit {
  margin-bottom: 133px;
  background: url(../img/front-page/merit_bg_pc.jpg) center top no-repeat;
  background-size: cover;
}
.merit-inner {
  margin: 0 auto 0;
  max-width: 1000px;
  padding: 182px 30px 114px;
}
.merit h2 {
  margin-bottom: 120px;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
}
.merit h2::before {
  position: absolute;
  top: -20px;
  left: -33px;
  width: 34px;
  height: 27px;
  background: url(../img/front-page/common_quote-start.png) left top no-repeat;
  content: "";
}
.merit h2 strong {
  position: relative;
  font-size: 6rem;
}
.merit h2 strong::after {
  position: absolute;
  top: -50px;
  left: 0;
  width: 163px;
  height: 163px;
  background: url(../img/front-page/common_circle.png) left top no-repeat;
  content: "";
}
.merit-contents {
  display: flex;
  justify-content: space-between;
}
.merit-contents section {
  width: 30%;
}
.merit-contents section .merit-contents-section-image {
  position: relative;
  z-index: 1;
}
.merit-contents section .merit-contents-section-image::after {
  padding-top: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 0;
  background: url(../img/front-page/merit_image_icon.png) left top no-repeat;
  background-size: 100%;
  z-index: 2;
  content: "";
}
.merit-contents section .merit-contents-section-title {
  margin: -3.3333333333% 0 5px 4.6666666667%;
  padding: 10% 0 4.3333333333% 3%;
  border: 1px #fff;
  border-style: none none solid solid;
  position: relative;
  z-index: 3;
}
.merit-contents section .merit-contents-section-title h3 {
  padding-bottom: 16px;
  display: inline-block;
  color: #CBF5D0;
  background: url(../img/front-page/melit_line.png) left bottom no-repeat;
  font-weight: 700;
  font-size: 1.6rem;
}
.merit-contents section .merit-contents-section-title h4 {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
}
.merit-contents section p {
  padding-left: 4.6666666667%;
  line-height: 1.875;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .merit {
    margin-bottom: 11.4666666667vw;
    background-image: url(../img/front-page/merit_bg_sp.jpg);
  }
  .merit-inner {
    padding: 18.6666666667vw 0 19.7333333333vw;
    max-width: 84vw;
  }
  .merit h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 17.8666666667vw;
    text-align: center;
  }
  .merit h2::before {
    top: 0;
    left: 18.6666666667vw;
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-size: 100%;
  }
  .merit h2 strong {
    font-size: 10.6666666667vw;
  }
  .merit h2 strong::after {
    top: -11.2vw;
    left: -2.6666666667vw;
    width: 32.5333333333vw;
    height: 32.5333333333vw;
    background-size: 100%;
  }
  .merit-contents {
    display: block;
  }
  .merit-contents section {
    margin-bottom: 21.8666666667vw;
    width: auto;
  }
  .merit-contents section:last-child {
    margin-bottom: 0;
  }
  .merit-contents section .merit-contents-section-image {
    margin: 0;
    padding: 0;
    font-size: 0;
  }
  .merit-contents section .merit-contents-section-image img {
    width: 100%;
  }
  .merit-contents section .merit-contents-section-image::after {
    padding-top: 0;
    width: 8vw;
    height: 8vw;
  }
  .merit-contents section .merit-contents-section-title {
    margin: -2.6666666667vw 0 1.3333333333vw 4vw;
    padding: 8vw 0 3.2vw 2.4vw;
  }
  .merit-contents section .merit-contents-section-title h3 {
    font-size: 4.2666666667vw;
  }
  .merit-contents section .merit-contents-section-title h4 {
    font-size: 6.6666666667vw;
  }
  .merit-contents section p {
    font-size: 4.2666666667vw;
    padding-left: 4vw;
  }
}

/*
	.attention
========================= */
.attention {
  margin: 0 auto 0;
  max-width: 920px;
  padding: 0 30px 160px;
}
.attention-note {
  margin-bottom: 30px;
  line-height: 1.44;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}
.attention-contents {
  margin-bottom: 45px;
  padding: 40px 0 36px;
  border: 5px solid #333;
  border-radius: 10px;
  display: flex;
  background-color: #fff;
}
.attention-contents-price {
  margin: 0 4.7252747253% 0 4.3956043956%;
  padding: 0 4.6153846154% 0 10.989010989%;
  border-right: 5px dotted #333;
  width: 29.6703296703%;
  background: url(../img/front-page/attention_price.png) left 70% no-repeat;
  background-size: 22.1621621622%;
}
.attention-contents-price h3 {
  margin-bottom: 20px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.attention-contents-price h3 span {
  display: block;
  font-weight: 900;
  font-size: 2.6rem;
}
.attention-contents-price h3 div {
  position: relative;
  font-weight: 700;
  font-size: 4.2rem;
  z-index: 2;
}
.attention-contents-price h3 small {
  font-size: 3.6rem;
}
.attention-contents-price h3::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 16px;
  background: -moz-linear-gradient(right, #CBF5D0, #80C987);
  background: -webkit-gradient(linear, left top, right top, from(#CBF5D0), to(#80C987));
  transform: skewX(-20deg);
  content: "";
  z-index: 1;
}
.attention-contents-price p {
  line-height: 1.45;
  font-weight: 700;
  font-size: 2rem;
}
.attention-contents-quick {
  padding-left: 9.5604395604%;
  width: 32.967032967%;
  background: url(../img/front-page/attention_quick.png) left 70% no-repeat;
  background-size: 19.8966408269%;
}
.attention-contents-quick h3 {
  margin-bottom: 20px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.attention-contents-quick h3 span {
  display: block;
  font-weight: 900;
  font-size: 2.6rem;
}
.attention-contents-quick h3 div {
  position: relative;
  font-weight: 700;
  font-size: 4.2rem;
  z-index: 2;
}
.attention-contents-quick h3 small {
  font-size: 3.6rem;
}
.attention-contents-quick h3::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 16px;
  background: -moz-linear-gradient(right, #FFA236, #FFE940);
  background: -webkit-gradient(linear, left top, right top, from(#FFA236), to(#FFE940));
  transform: skewX(-20deg);
  content: "";
  z-index: 1;
}
.attention-contents-quick p {
  line-height: 1.45;
  font-weight: 700;
  font-size: 2rem;
}
.attention-promise {
  line-height: 1.44;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 1000px) {
  .attention-contents-price h3 span {
    font-size: 1.8571428571vw;
  }
  .attention-contents-price h3 div {
    font-size: 3vw;
  }
  .attention-contents-price h3 small {
    font-size: 2.5714285714vw;
  }
  .attention-contents-price p {
    font-size: 1.4285714286vw;
  }
  .attention-contents-quick h3 span {
    font-size: 1.8571428571vw;
  }
  .attention-contents-quick h3 div {
    font-size: 3vw;
  }
  .attention-contents-quick h3 small {
    font-size: 2.5714285714vw;
  }
  .attention-contents-quick p {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 768px) {
  .attention {
    padding: 0 0 36.8vw;
  }
  .attention-note {
    font-size: 4.8vw;
    margin-bottom: 5.8666666667vw;
    line-height: 1.66;
    letter-spacing: 0;
  }
  .attention-contents {
    margin: 0 auto 5.8666666667vw;
    padding: 7.2vw 0 9.0666666667vw;
    border: 1.3333333333vw solid #333;
    display: block;
    max-width: 81.3333333333vw;
    text-align: center;
  }
  .attention-contents-price {
    margin: 0 auto 8.8vw;
    padding: 18.6666666667vw 0 8.8vw;
    border: none;
    border-bottom: 1.3333333333vw dotted #333;
    width: 70.9333333333vw;
    background-position: center top;
    background-size: 18.1333333333vw;
  }
  .attention-contents-price h3 {
    margin-bottom: 3.2vw;
    padding-right: 0;
  }
  .attention-contents-price h3 span {
    font-size: 4.8vw;
  }
  .attention-contents-price h3 div {
    font-size: 8vw;
    line-height: 1.2;
  }
  .attention-contents-price h3 small {
    font-size: 8vw;
  }
  .attention-contents-price h3::after {
    bottom: -1.3333333333vw;
    height: 4.2666666667vw;
  }
  .attention-contents-price p {
    font-size: 4.8vw;
    margin-bottom: 0;
  }
  .attention-contents-quick {
    margin: 0 auto;
    padding: 24vw 0 0;
    width: 70.9333333333vw;
    background-position: center top;
    background-size: 20.5333333333vw;
  }
  .attention-contents-quick h3 {
    margin-bottom: 3.2vw;
    padding-right: 0;
  }
  .attention-contents-quick h3 span {
    font-size: 4.8vw;
  }
  .attention-contents-quick h3 div {
    font-size: 8vw;
    line-height: 1.2;
  }
  .attention-contents-quick h3 small {
    font-size: 8vw;
  }
  .attention-contents-quick h3::after {
    bottom: -1.3333333333vw;
    height: 4.2666666667vw;
  }
  .attention-contents-quick p {
    font-size: 4.8vw;
    margin-bottom: 0;
  }
  .attention-promise {
    font-size: 4.8vw;
    line-height: 1.66;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

/*
	.contents
========================= */
.contents {
  padding-bottom: 200px;
}
.contents-title {
  padding: 170px 0 152px;
  background: url(../img/front-page/contents_bg_pc-2.webp) center top no-repeat;
}
.contents-title-inner {
  margin: 0 auto 0;
  max-width: 1000px;
  padding: 0 30px;
}
.contents-title h2 {
  margin-bottom: 120px;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
}
.contents-title h2::before {
  position: absolute;
  top: -10px;
  left: -33px;
  width: 34px;
  height: 27px;
  background: url(../img/front-page/common_quote-start.png) left top no-repeat;
  content: "";
}
.contents-title h2 strong {
  position: relative;
  font-size: 6rem;
}
.contents-title h2 strong::after {
  position: absolute;
  top: -50px;
  left: 120px;
  width: 163px;
  height: 163px;
  background: url(../img/front-page/common_circle.png) left top no-repeat;
  content: "";
}
.contents-title ul {
  display: flex;
  justify-content: space-between;
}
.contents-title ul li {
  border: 1px solid #436251;
  border-radius: 10px;
  width: 29.8%;
}
.contents-title ul li a {
  padding-top: 15px;
  border-radius: 10px;
  display: block;
  line-height: 1.44;
  color: #436251;
  background-color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  transition: 0.3s;
  text-align: center;
}
.contents-title ul li a .is-btn {
  margin-top: 4.0268456376%;
  padding: 0 1.3422818792% 1.3422818792%;
  border-top: 1px dashed #436251;
  display: block;
  font-size: 0;
}
.contents-title ul li a:hover {
  color: #fff;
  background-color: #436251;
}
.contents h3 {
  padding-left: 45px;
  line-height: 1;
  background: url(../img/front-page/contents_h3_icon.png) left 0.2em no-repeat;
  background-size: 31px;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -0.04em;
}
.contents h3.is-underTheFloor {
  padding-left: 40px;
  letter-spacing: 0.04em;
}
.contents-prevention {
  margin-bottom: 176px;
  padding-bottom: 190px;
  border-bottom: 1px solid #C7C7C7;
}
.contents-prevention-inner {
  margin: 0 auto 0;
  max-width: 1000px;
  padding: 0 30px;
}
.contents-prevention h3 {
  margin-bottom: 20px;
}
.contents-prevention-summary {
  margin-bottom: 80px;
  line-height: 1.875;
  font-size: 1.6rem;
}
.contents-prevention-about {
  display: flex;
  justify-content: space-between;
}
.contents-prevention-about-image {
  width: 44%;
}
.contents-prevention-about-image img {
  border-top-right-radius: 50px;
}
.contents-prevention-about-text {
  padding-top: 40px;
  width: 50%;
}
.contents-prevention-about-text section {
  margin-bottom: 53px;
}
.contents-prevention-about-text section:last-child {
  margin-bottom: 0;
}
.contents-prevention-about-text section h4 {
  margin-bottom: 20px;
  padding-left: 26px;
  line-height: 1;
  background: url(../img/front-page/contents_h4_icon.png) left bottom no-repeat;
  background-size: 20px;
  font-weight: 700;
  font-size: 1.8rem;
}
.contents-prevention-about-text section h4 strong {
  font-size: 2.5rem;
}
.contents-prevention-about-text section p {
  line-height: 1.875;
  font-size: 1.6rem;
}
.contents-other {
  margin-bottom: 176px;
  padding-bottom: 176px;
  border-bottom: 1px solid #C7C7C7;
}
.contents-other#construction {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.contents-other-inner {
  margin: 0 auto 0;
  max-width: 1000px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
.contents-other-text {
  width: 54%;
}
.contents-other-text h3 {
  margin-bottom: 78px;
}
.contents-other-image {
  width: 38%;
}
.contents-other-image img {
  border-top-right-radius: 30px;
}
@media (max-width: 768px) {
  .contents {
    padding-bottom: 42.1333333333vw;
  }
  .contents-title {
    margin-bottom: 14.1333333333vw;
    padding: 19.2vw 0 8.2666666667vw;
    background-image: url(../img/front-page/contents_bg_sp.jpg);
    background-size: cover;
  }
  .contents-title-inner {
    padding: 0;
  }
  .contents-title h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 11.3333333333vw;
    text-align: center;
  }
  .contents-title h2::before {
    top: -2.6666666667vw;
    left: 13.3333333333vw;
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-size: 100%;
  }
  .contents-title h2 strong {
    font-size: 10.6666666667vw;
  }
  .contents-title h2 strong::after {
    top: -11.2vw;
    left: 21.3333333333vw;
    width: 32.5333333333vw;
    height: 32.5333333333vw;
    background-size: 100%;
  }
  .contents-title ul {
    margin: 0 auto;
    display: block;
    max-width: 84vw;
  }
  .contents-title ul li {
    margin-bottom: 5.3333333333vw;
    border-radius: 10px;
    width: auto;
  }
  .contents-title ul li:last-child {
    margin-bottom: 0;
  }
  .contents-title ul li a {
    font-size: 4.8vw;
    padding: 2.6666666667vw 2.9333333333vw 2.1333333333vw;
    position: relative;
    text-align: left;
  }
  .contents-title ul li a .is-btn {
    margin-top: 0;
    padding: 0 0 0 1.3333333333vw;
    border: none;
    border-left: 1px dashed #436251;
    position: absolute;
    top: 1.3333333333vw;
    right: 1.3333333333vw;
    width: 16vw;
  }
  .contents-title ul li a:hover {
    color: #fff;
    background-color: #436251;
  }
  .contents h3 {
    font-size: 8vw;
    margin-bottom: 8vw;
    padding: 4vw 0 0 4.8vw;
    line-height: 1.4666666667;
    background-size: 5.3333333333vw;
  }
  .contents h3.is-underTheFloor {
    padding: 4vw 0 0 4.8vw;
  }
  .contents-prevention {
    margin-bottom: 21.8666666667vw;
    padding-bottom: 21.8666666667vw;
  }
  .contents-prevention-inner {
    padding: 0 4vw;
  }
  .contents-prevention h3 {
    margin-bottom: 8vw;
  }
  .contents-prevention-summary {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .contents-prevention-about {
    display: block;
  }
  .contents-prevention-about-image {
    margin-bottom: 8.5333333333vw;
    width: auto;
  }
  .contents-prevention-about-text {
    padding-top: 0;
    width: auto;
  }
  .contents-prevention-about-text section {
    margin-bottom: 10.6666666667vw;
  }
  .contents-prevention-about-text section h4 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding-left: 6.9333333333vw;
    background-position: left center;
    background-size: 4vw;
  }
  .contents-prevention-about-text section h4 strong {
    font-size: 5.3333333333vw;
  }
  .contents-prevention-about-text section p {
    font-size: 4.2666666667vw;
  }
  .contents-other {
    margin-bottom: 21.8666666667vw;
    padding-bottom: 21.8666666667vw;
    position: relative;
  }
  .contents-other-inner {
    padding: 0 4vw;
    display: block;
  }
  .contents-other-text {
    width: auto;
  }
  .contents-other-text h3 {
    margin-bottom: 6.6666666667vw;
  }
  .contents-other-image {
    margin-bottom: 6.6666666667vw;
    width: auto;
  }
  .contents-other-image img {
    width: 100%;
  }
}

/*
	.guarantee
========================= */
.guarantee {
  margin-bottom: 150px;
  color: #fff;
  background: url(../img/front-page/guarantee_bg.jpg) center top repeat;
}
.guarantee-inner {
  margin: 0 auto 0;
  max-width: 1000px;
  padding: 148px 30px 158px;
  text-align: center;
}
.guarantee h2 {
  margin-bottom: 90px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 4rem;
}
.guarantee h2::before {
  position: absolute;
  top: -35px;
  left: -33px;
  width: 34px;
  height: 27px;
  background: url(../img/front-page/common_quote-start.png) left top no-repeat;
  content: "";
}
.guarantee h2::after {
  position: absolute;
  bottom: -35px;
  right: -33px;
  width: 34px;
  height: 27px;
  background: url(../img/front-page/common_quote-end.png) left top no-repeat;
  content: "";
}
.guarantee h2 span {
  position: relative;
}
.guarantee h2 span::after {
  position: absolute;
  top: -36px;
  left: 200px;
  width: 138px;
  height: 138px;
  background: url(../img/front-page/guarantee_circle_pc.png) left top no-repeat;
  content: "";
}
.guarantee-summary {
  margin-bottom: 43px;
  line-height: 1.44;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.guarantee-image {
  margin-bottom: 35px;
  border-radius: 10px;
  overflow: hidden;
}
.guarantee-desc {
  margin: 0 auto 0;
  max-width: 860px;
  padding: 25px 29px 29px;
  border: 1px solid #fff;
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 768px) {
  .guarantee {
    margin-bottom: 25.3333333333vw;
  }
  .guarantee-inner {
    padding: 22.4vw 4vw;
  }
  .guarantee h2 {
    font-size: 8vw;
    margin-bottom: 21.3333333333vw;
  }
  .guarantee h2::before {
    top: -5.3333333333vw;
    left: -5.3333333333vw;
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-size: 100%;
  }
  .guarantee h2::after {
    bottom: -5.3333333333vw;
    right: -5.3333333333vw;
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-size: 100%;
  }
  .guarantee h2 span::after {
    top: -10.6666666667vw;
    left: 13.3333333333vw;
    width: 45.3333333333vw;
    height: 45.3333333333vw;
    background-image: url(../img/front-page/guarantee_circle_sp.png);
    background-size: 100%;
  }
  .guarantee-summary {
    font-size: 4.8vw;
    margin-bottom: 8.2666666667vw;
    letter-spacing: 0.1em;
  }
  .guarantee-image {
    margin-bottom: 5.3333333333vw;
  }
  .guarantee-image picture, .guarantee-image img {
    border-radius: 10px;
  }
  .guarantee-desc {
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw;
    letter-spacing: 0.02em;
  }
}

/*
	.seekingCooperation
========================= */
.seekingCooperation {
  margin-bottom: 216px;
  padding: 0 30px;
}
.seekingCooperation h2 {
  margin-bottom: 27px;
  padding: 86px 0 30px;
  position: relative;
  background: url(../img/front-page/seeking_cooperation_icon.png) center top no-repeat;
  background-size: 76px;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
}
.seekingCooperation h2::after {
  margin-left: -60px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 10px;
  background: -moz-linear-gradient(right, #CBF5D0, #FFA236);
  background: -webkit-gradient(linear, left top, right top, from(#CBF5D0), to(#FFA236));
  content: "";
}
.seekingCooperation h2 span {
  font-size: 2.75rem;
  margin-top: 1.5rem;
}
.seekingCooperation-summary {
  margin-bottom: 75px;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}
.seekingCooperation-example {
  margin: 0 auto 90px;
  max-width: 840px;
  display: flex;
  justify-content: space-between;
}
.seekingCooperation-example > div {
  width: 45.2380952381%;
}
.seekingCooperation-example > div .seekingCooperation-example-section-image {
  margin-bottom: 8px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.seekingCooperation-example > div p {
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}
.seekingCooperation-result {
  margin: 0 auto 0;
  max-width: 836px;
  padding: 0 15px 20px;
  border: 1px solid #707070;
}
.seekingCooperation-result-title {
  margin: -30px 0 0 -30px;
  padding: 16px 52px 20px 30px;
  display: inline-block;
  position: relative;
  top: -10px;
  line-height: 1;
  background: #f4f5f4 url(../img/front-page/seeking_cooperation_star.png) right 16px top no-repeat;
  background-size: 28px;
  font-weight: 700;
  font-size: 2.5rem;
}
.seekingCooperation-result ul {
  margin-top: -10px;
}
.seekingCooperation-result ul li {
  margin-bottom: 0.3em;
  padding-left: 16px;
  background: url(../img/front-page/seeking_cooperation_list_icon.png) left 12px no-repeat;
  font-size: 1.6rem;
}
.seekingCooperation-result ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .seekingCooperation {
    margin-bottom: 28.5333333333vw;
    padding: 0 4vw 0;
  }
  .seekingCooperation h2 {
    font-size: 6.6666666667vw;
    margin-bottom: 9.0666666667vw;
    padding: 18.6666666667vw 0 6.9333333333vw;
    background-size: 13.3333333333vw;
  }
  .seekingCooperation h2::after {
    margin-left: -16vw;
    width: 32vw;
    height: 1.6vw;
  }
  .seekingCooperation-summary {
    font-size: 4.8vw;
    margin-bottom: 9.0666666667vw;
  }
  .seekingCooperation-example {
    margin: 0 auto 27.2463768116%;
    max-width: 91.3043478261%;
    display: block;
  }
  .seekingCooperation-example > div {
    width: auto;
  }
  .seekingCooperation-example > div:first-child {
    margin-bottom: 9.0666666667vw;
  }
  .seekingCooperation-example > div .seekingCooperation-example-section-image {
    margin-bottom: 2.1333333333vw;
  }
  .seekingCooperation-example > div p {
    font-size: 5.3333333333vw;
  }
  .seekingCooperation-result {
    padding: 0 2.6666666667vw 2.6666666667vw;
  }
  .seekingCooperation-result-title {
    font-size: 5.3333333333vw;
    margin: -8vw 0 1.3333333333vw -5.3333333333vw;
    padding: 0 13.8666666667vw 4vw 4vw;
    top: 0;
    line-height: 1.45;
    background-position: right 4.2666666667vw top 2.6666666667vw;
    background-size: 7.4666666667vw;
  }
  .seekingCooperation-result ul {
    margin-top: -2.6666666667vw;
  }
  .seekingCooperation-result ul li {
    font-size: 4.2666666667vw;
    padding-left: -3.2vw;
    background-position: left 3.2vw;
  }
}

/*
	.apply
========================= */
.apply {
  margin-bottom: 160px;
}
.apply-title {
  margin-bottom: 38px;
  min-height: 554px;
  position: relative;
  background: url(../img/front-page/apply_bg_pc.jpg) center top no-repeat;
}
.apply-title h2 {
  position: absolute;
  left: 0;
  bottom: 41px;
  width: 100%;
  text-align: center;
}
.apply-title h2 span {
  padding: 0 0.5em;
  background-color: #fff;
  font-family: dnp-shuei-nshogomincho-std;
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 0.1em;
}
.apply-inner {
  margin: 0 auto 0;
  max-width: 1000px;
  padding: 0 30px;
}
.apply-summary {
  margin-bottom: 86px;
  line-height: 1.44;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.apply-example {
  margin-bottom: 53px;
  padding: 18px;
  background: -moz-linear-gradient(right, #CBF5D0, #FFA236);
  background: -webkit-gradient(linear, left top, right top, from(#CBF5D0), to(#FFA236));
}
.apply-example-inner {
  border-radius: 5px;
  position: relative;
  background-color: #fff;
  box-shadow: 3px 1px 3px #999;
}
.apply-example-title {
  margin: 0 -183px;
  padding-top: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  top: -50px;
  left: 50%;
  width: 366px;
  line-height: 1.5;
  background-color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  box-shadow: 0 -1px 3px #999;
  z-index: 1;
}
.apply-example-title::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 10px;
  background-color: #fff;
  content: "";
  z-index: 2;
}
.apply-example-contents {
  margin: 0 auto 0%;
  max-width: 84.6790890269%;
  padding: 48px 0;
}
.apply-example-contents ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.apply-example-contents ul::after {
  border-right: 5px dotted #333;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 1px;
  height: 60%;
  content: "";
}
.apply-example-contents ul li {
  padding-left: 50px;
  background: url(../img/front-page/apply_check_icon.png) left center no-repeat;
  background-size: 37px;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.apply-desc {
  margin-bottom: 75px;
  line-height: 1.44;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.apply-contact {
  margin: 0 auto 0;
  max-width: 700px;
  padding: 0 30px;
  display: flex;
}
.apply-contact-phone {
  display: block;
  position: relative;
  width: 50%;
  height: 303px;
  color: #fff;
  background: url(../img/front-page/apply_phone_bg.jpg) left top no-repeat;
  text-align: center;
}
.apply-contact-phone:hover {
  color: #fff;
}
.apply-contact-phone:hover .apply-contact-phone-inner {
  background-color: rgba(67, 98, 81, 0.4);
}
.apply-contact-phone-inner {
  padding-top: 167px;
  height: calc(100% - 167px);
  background: rgba(67, 98, 81, 0.8) url(../img/front-page/apply_phone_icon.png) center 78px no-repeat;
  transition: 0.3s;
}
.apply-contact-phone-charger {
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
}
.apply-contact-phone-number {
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.05em;
}
.apply-contact-phone-time {
  margin: 0 auto 0;
  max-width: 230px;
  padding: 5px 0;
  border-radius: 50px;
  line-height: 1;
  color: #333;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
.apply-contact-form {
  padding-top: 172px;
  width: 50%;
  height: 131px;
  background: #436251 url(../img/front-page/apply_contact_icon.png) center 78px no-repeat;
  transition: 0.3s;
}
.apply-contact-form:hover {
  background-color: #618070;
}
.apply-contact-form-text {
  display: block;
  line-height: 1.25;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .apply {
    margin-bottom: 19.2vw;
  }
  .apply-title {
    margin-bottom: 5.3333333333vw;
    min-height: 80vw;
    background-image: url(../img/front-page/apply_bg_sp.jpg);
    background-size: 100%;
  }
  .apply-title h2 {
    bottom: -5px;
    font-size: 0;
  }
  .apply-title h2 span {
    font-size: 5.3333333333vw;
    padding: 2.6666666667vw;
    display: inline-block;
  }
  .apply-title h2 span:first-child {
    position: relative;
    top: 2px;
  }
  .apply-title h2 span:last-child {
    font-size: 6.6666666667vw;
  }
  .apply-inner {
    padding: 0;
  }
  .apply-summary {
    font-size: 4.8vw;
    margin-bottom: 19.2vw;
  }
  .apply-example {
    margin-bottom: 8.5333333333vw;
    padding: 4vw;
  }
  .apply-example-title {
    font-size: 4.8vw;
    margin: 0;
    padding-top: 2.6666666667vw;
    top: -10.6666666667vw;
    left: 12vw;
    width: 68vw;
  }
  .apply-example-contents {
    padding: 4vw 4vw 8vw;
    max-width: none;
  }
  .apply-example-contents ul {
    display: block;
  }
  .apply-example-contents ul::after {
    display: none;
  }
  .apply-example-contents ul li {
    font-size: 5.3333333333vw;
    padding-left: 10.1333333333vw;
    background-position: left 1.3333333333vw top 2.6666666667vw;
    background-size: 6.1333333333vw;
  }
  .apply-example-contents ul li:first-child {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 5px dotted #333;
  }
  .apply-desc {
    font-size: 4.8vw;
    margin-bottom: 8.5333333333vw;
  }
  .apply-contact {
    padding: 0 4vw;
  }
  .apply-contact-phone {
    height: 40vw;
    background-size: cover;
  }
  .apply-contact-phone-inner {
    padding-top: 0;
    height: 100%;
    background-position: center 8.5333333333vw;
    background-size: 10.4vw;
  }
  .apply-contact-phone-charger {
    font-size: 2.1333333333vw;
    margin-bottom: 0.2em;
    padding-top: 22.4vw;
  }
  .apply-contact-phone-number {
    font-size: 5.3333333333vw;
    margin-bottom: 0.5em;
  }
  .apply-contact-phone-time {
    font-size: 2.4vw;
    padding: 0.5em 0;
    max-width: 32.5333333333vw;
  }
  .apply-contact-form {
    padding-top: 0;
    height: 40vw;
    background-position: center 8.5333333333vw;
    background-size: 9.8666666667vw;
  }
  .apply-contact-form-text {
    font-size: 4.2666666667vw;
    padding-top: 23.4666666667vw;
  }
}

/*
	.area
========================= */
.area h2 {
  margin: 0 auto 70px;
  max-width: 1000px;
  padding: 0 30px;
  position: relative;
  font-weight: 700;
  font-size: 4rem;
}
.area h2::after {
  border-radius: 50px;
  position: absolute;
  top: 70px;
  left: 30px;
  width: 90px;
  height: 10px;
  background: -moz-linear-gradient(right, #CBF5D0, #FFA236);
  background: -webkit-gradient(linear, left top, right top, from(#CBF5D0), to(#FFA236));
  content: "";
}
.area-contents {
  padding-top: 45px;
  height: 398px;
  background: url(../img/front-page/area_bg_pc-2.webp) center top no-repeat;
}
.area-contents-inner {
  margin: 0 auto 0;
  max-width: 790px;
  padding: 22px 0 30px 27px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}
.area-contents ul {
  margin-bottom: 22px;
}
.area-contents ul li {
  padding-left: 34px;
  background: url(../img/front-page/area_arrow_icon.png) left center no-repeat;
  font-weight: 700;
  font-size: 3rem;
}
.area-contents ul li:last-child {
  margin-bottom: 0;
}
.area-contents p {
  line-height: 1.875;
  font-size: 1.6rem;
}
.area-contents-kanto {
  margin-top: -15.1898734177%;
  position: absolute;
  top: 0;
  right: -8.8607594937%;
  width: 69.1139240506%;
}
@media (min-width: 1440px) {
  .area-contents {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .area h2 {
    font-size: 8vw;
    margin-bottom: 10.4vw;
    padding: 0 4vw;
  }
  .area h2::after {
    top: 13.3333333333vw;
    left: 4vw;
    width: 24vw;
    height: 1.6vw;
  }
  .area-contents {
    padding-top: 4vw;
    height: 74.6666666667vw;
    background-image: url(../img/front-page/area_bg_sp.jpg);
    background-size: cover;
  }
  .area-contents-inner {
    padding: 8vw 0 5.3333333333vw 4vw;
    max-width: 92vw;
  }
  .area-contents ul {
    margin-bottom: 2.1333333333vw;
  }
  .area-contents ul li {
    font-size: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    background-size: 2.4vw;
  }
  .area-contents p {
    font-size: 4.2666666667vw;
  }
  .area-contents-kanto {
    margin-top: -9.3333333333vw;
    right: -4vw;
    width: 63.4666666667vw;
  }
}

/*
	.flow
========================= */
.flow {
  color: #fff;
  background: url(../img/front-page/guarantee_bg.jpg) center top repeat;
}
.flow h2 {
  margin-bottom: 157px;
  padding-top: 120px;
  text-align: center;
}
.flow h2 span {
  padding-bottom: 30px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 4rem;
}
.flow h2 span::after {
  margin-left: -45px;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  height: 10px;
  background: -moz-linear-gradient(right, #CBF5D0, #FFA236);
  background: -webkit-gradient(linear, left top, right top, from(#CBF5D0), to(#FFA236));
  content: "";
}
.flow-contents {
  margin: 0 auto 0;
  max-width: 1220px;
  padding: 0 30px 186px;
  display: flex;
}
.flow-contents section {
  padding-right: 2.4590163934%;
  width: 18.0327868852%;
  background: url(../img/front-page/flow_arrow_icon.png) right 3.2% top 170px no-repeat;
  background-size: 6.4%;
}
.flow-contents section:last-child {
  padding-right: 0;
  background: none;
}
.flow-contents section .flow-contents-section-title {
  margin-bottom: 2px;
  font-family: "Roboto";
  font-weight: 700;
  font-style: italic;
  font-size: 2rem;
}
.flow-contents section .flow-contents-section-title strong {
  margin-left: 0.2em;
  font-size: 3rem;
}
.flow-contents section .flow-contents-section-image {
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.flow-contents section .flow-contents-section-text-name {
  margin-bottom: 17px;
  padding-bottom: 16px;
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.flow-contents section .flow-contents-section-text-name::after {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #fff;
  content: "";
}
.flow-contents section .flow-contents-section-text p {
  font-size: 1.6rem;
}
.flow-contents section .flow-contents-section-btn {
  margin-top: 13px;
  padding: 11px 5px 11px 36px;
  border-radius: 5px;
  display: block;
  color: #fff;
  background: #FFA236 url(../img/front-page/flow_btn_icon.png) 16px center no-repeat;
  font-weight: 700;
  font-size: 1.6rem;
  transition: 0.3s;
}
.flow-contents section .flow-contents-section-btn:hover {
  background-color: #FFBA00;
}
@media (max-width: 768px) {
  .flow h2 {
    margin-bottom: 6.1333333333vw;
    padding-top: 20.5333333333vw;
  }
  .flow h2 span {
    font-size: 8vw;
    padding-bottom: 6.9333333333vw;
  }
  .flow h2 span::after {
    margin-left: -12vw;
    width: 24vw;
    height: 1.6vw;
  }
  .flow-contents {
    padding: 0 1.3333333333vw 13.3333333333vw 4vw;
    display: block;
  }
  .flow-contents section {
    margin-bottom: 5.8666666667vw;
    padding: 0 0 10.6666666667vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: auto;
    background: none;
  }
  .flow-contents section::after {
    position: absolute;
    left: 47.2vw;
    bottom: 0;
    width: 4vw;
    height: 5.0666666667vw;
    background: url(../img/front-page/flow_arrow_icon.png) left top no-repeat;
    background-size: 100%;
    content: "";
    transform: rotate(90deg);
  }
  .flow-contents section:last-child {
    margin: 0;
    padding: 0;
  }
  .flow-contents section:last-child::after {
    display: none;
  }
  .flow-contents section .flow-contents-section-title {
    font-size: 5.3333333333vw;
    margin-bottom: 0.5333333333vw;
    width: 100%;
  }
  .flow-contents section .flow-contents-section-title strong {
    font-size: 8vw;
  }
  .flow-contents section .flow-contents-section-image {
    width: 32vw;
  }
  .flow-contents section .flow-contents-section-image picture, .flow-contents section .flow-contents-section-image img {
    border-radius: 5px;
  }
  .flow-contents section .flow-contents-section-text {
    width: 58.6666666667vw;
  }
  .flow-contents section .flow-contents-section-text-name {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
  .flow-contents section .flow-contents-section-text-name::after {
    width: 5.3333333333vw;
    height: 1.0666666667vw;
  }
  .flow-contents section .flow-contents-section-text p {
    font-size: 4.2666666667vw;
  }
  .flow-contents section .flow-contents-section-btn {
    font-size: 4.2666666667vw;
    margin: 4vw auto 0;
    padding: 2.9333333333vw 0 2.9333333333vw 9.6vw;
    width: 49.0666666667vw;
    background-size: 2.6666666667vw;
  }
}

/*
	.message
========================= */
.message {
  margin: 0 auto 130px;
  max-width: 1440px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.message-image {
  margin-right: 45px;
  width: 44.4444444444%;
}
.message-text {
  padding-top: 130px;
  min-width: 650px;
  width: 43.125%;
}
.message-text-title {
  margin: 0 auto 100px;
  line-height: 1.45;
  position: relative;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.1em;
  width: fit-content;
}
.message-text-title::before {
  position: absolute;
  top: -20px;
  left: -50px;
  width: 34px;
  height: 27px;
  background: url(../img/front-page/common_quote-start.png) left top no-repeat;
  content: "";
}
.message-text-title::after {
  position: absolute;
  bottom: -20px;
  right: -50px;
  width: 34px;
  height: 27px;
  background: url(../img/front-page/common_quote-end.png) left top no-repeat;
  content: "";
}
.message-text-word {
  margin-bottom: 130px;
}
.message-text-word p {
  margin-bottom: 2em;
  line-height: 1.875;
  font-size: 1.6rem;
}
.message-text-author {
  line-height: 2.2222222222;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: right;
}
.message-text-author small {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .message {
    margin-bottom: 21.3333333333vw;
    display: block;
  }
  .message-image {
    margin: 0 0 18.6666666667vw;
    width: auto;
  }
  .message-text {
    padding: 0 4vw;
    width: auto;
    text-align: justify;
    min-width: initial;
  }
  .message-text-title {
    font-size: 6.6666666667vw;
    /* margin-bottom: 16vw; */
    margin: 25vw 0 16vw;
    padding: 0 4vw;
  }
  .message-text-title::before {
    top: -8vw;
    left: 0;
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-size: 100%;
  }
  .message-text-title::after {
    bottom: -5.3333333333vw;
    right: 0;
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-size: 100%;
  }
  .message-text-word {
    margin-bottom: 9.0666666667vw;
  }
  .message-text-word p {
    font-size: 4.2666666667vw;
  }
  .message-text-author {
    font-size: 4.8vw;
  }
  .message-text-author small {
    font-size: 4.2666666667vw;
  }
}

/*
	.outline,.history
========================= */
.outline,
.history {
  margin: 0 auto 0;
  max-width: 920px;
  padding: 0 40px 74px;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.outline h2,
.history h2 {
  margin-bottom: 47px;
  padding-left: 37px;
  background: url(../img/front-page/contents_h3_icon.png) left top 8px no-repeat;
  background-size: 31px;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
.outline-contents,
.history-contents {
  border: 1px #707070;
  border-style: solid none;
}
.outline-contents dl,
.history-contents dl {
  margin: 0;
  display: flex;
  position: relative;
  line-height: 1.5625;
  font-size: 1.6rem;
}
.outline-contents dl::after,
.history-contents dl::after {
  border-bottom: 1px dotted #707070;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 96.7391304348%;
  content: "";
}
.outline-contents dl:last-child::after,
.history-contents dl:last-child::after {
  display: none;
}
.outline-contents dl dt,
.history-contents dl dt {
  margin: 0;
  padding: 2.1739130435% 1.6304347826% 2.1739130435% 3.2608695652%;
  width: 21.1956521739%;
  background-color: rgba(203, 245, 208, 0.5);
  font-weight: 700;
}
.outline-contents dl dd,
.history-contents dl dd {
  margin: 0;
  padding: 2.1739130435% 1.6304347826%;
  width: 70.652173913%;
}
@media (max-width: 768px) {
  .outline,
  .history {
    padding: 0 4vw 19.2vw;
  }
  .outline h2,
  .history h2 {
    font-size: 8vw;
    margin-bottom: 13.3333333333vw;
    padding: 1.3333333333vw 0 0 5.3333333333vw;
    background-position: left top;
    background-size: 5.3333333333vw;
  }
  .outline-contents dl,
  .history-contents dl {
    font-size: 4.2666666667vw;
    display: block;
  }
  .outline-contents dl::after,
  .history-contents dl::after {
    width: 100%;
  }
  .outline-contents dl:last-child::after,
  .history-contents dl:last-child::after {
    display: none;
  }
  .outline-contents dl dt,
  .history-contents dl dt {
    padding: 3.2vw 4vw 3.7333333333vw;
    width: auto;
  }
  .outline-contents dl dd,
  .history-contents dl dd {
    padding: 2.6666666667vw 4vw 4.5333333333vw;
    width: auto;
  }
}

.outline {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .outline {
    padding-top: 11.4666666667vw;
  }
}

/*
	.access
========================= */
.access {
  margin: 0 auto 80px;
  max-width: 920px;
  padding: 0 40px 74px;
  background-color: #fff;
}
.access h2 {
  margin-bottom: 25px;
  padding-left: 37px;
  background: url(../img/front-page/contents_h3_icon.png) left top 8px no-repeat;
  background-size: 31px;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
.access-gMaps {
  margin-bottom: 20px;
  padding: 30px 0 50%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.access-gMaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access-inner {
  margin-bottom: 15px;
  display: flex;
}
.access-first {
  margin-right: 5%;
  width: 45%;
}
.access-first-name {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.access-first-phone {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.access-first-phone a {
  padding-left: 24px;
  color: #0B8241;
  background: url(../img/front-page/access_phone_icon.png) left 10px no-repeat;
  background-size: 20px;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0em;
}
.access-second {
  padding-top: 1em;
  font-size: 1.6rem;
}
.access-contents-title {
  margin-bottom: 14px;
  padding: 4px 10px 6px;
  color: #fff;
  background-color: #436251;
  font-weight: 700;
  font-size: 1.6rem;
}
.access-contents ul li {
  margin-bottom: 0.5em;
  padding-left: 16px;
  line-height: 1.875;
  background: url(../img/front-page/access_train_icon.png) left 7px no-repeat;
  background-size: 12px;
  font-size: 1.6rem;
}
.access-contents ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .access {
    margin-bottom: 13.3333333333vw;
    padding: 0 4vw 19.2vw;
  }
  .access h2 {
    font-size: 8vw;
    margin-bottom: 9.8666666667vw;
    padding: 1.3333333333vw 0 0 5.3333333333vw;
    background-position: left top;
    background-size: 5.3333333333vw;
  }
  .access-gMaps {
    margin-bottom: 6.1333333333vw;
  }
  .access-inner {
    margin-bottom: 8.8vw;
    display: block;
  }
  .access-first {
    margin: 0 0 2.9333333333vw;
    width: auto;
  }
  .access-first-name {
    font-size: 6.6666666667vw;
  }
  .access-first-phone {
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  .access-first-phone a {
    font-size: 6.6666666667vw;
    padding-left: 6.4vw;
    background-position: left 2.6666666667vw;
    background-size: 5.3333333333vw;
  }
  .access-second {
    font-size: 4.2666666667vw;
    padding-top: 0;
  }
  .access-contents-title {
    font-size: 4.2666666667vw;
    margin-bottom: 3.7333333333vw;
    padding: 1.0666666667vw 2.6666666667vw 1.6vw;
  }
  .access-contents ul li {
    font-size: 4.2666666667vw;
    margin-bottom: 1em;
    padding-left: 4vw;
    background-position: left 1.8666666667vw;
    background-size: 3.2vw;
  }
}

/*
	.contact
========================= */
.contact-summary {
  margin-bottom: 56px;
  padding: 0 30px;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}
.contact-phone {
  margin: 0 auto 80px;
  max-width: 500px;
  display: block;
  height: 150px;
  color: #fff;
  background: url(../img/front-page/contact_phone_bg_pc.jpg) left top no-repeat;
}
.contact-phone:hover .contact-phone-inner {
  color: #fff;
  background-color: rgba(67, 98, 81, 0.4);
}
.contact-phone-inner {
  padding: 20px 0 0 20px;
  height: calc(100% - 20px);
  background-color: rgba(67, 98, 81, 0.8);
  transition: background 0.3s;
}
.contact-phone-name {
  font-weight: 700;
  font-size: 2rem;
}
.contact-phone-number {
  margin: -5px 0 10px;
  padding-left: 41px;
  line-height: 1;
  background: url(../img/front-page/apply_phone_icon.png) left 5px no-repeat;
  background-size: 36px;
  font-weight: 700;
  font-size: 4rem;
}
.contact-phone-time {
  padding: 0.2em 1em 0.4em;
  border-radius: 50px;
  display: inline-block;
  line-height: 1;
  color: #333;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.contact-phone-time strong {
  margin-left: 0.5em;
  font-size: 2rem;
}
.contact-form {
  margin: 0 auto 0;
  max-width: 804px;
  padding: 0 30px;
}
.contact-form dl {
  margin-bottom: 46px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
.contact-form dl dt {
  padding-top: 0.5em;
  width: 28.6069651741%;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.contact-form dl dt.is-require::after {
  margin-left: 0.5em;
  padding: 0 0.5em;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  background-color: #BF1616;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  content: "必須";
}
.contact-form dl dt.is-any::after {
  margin-left: 0.5em;
  padding: 0 0.5em;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  background-color: #7F8AA7;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  content: "任意";
}
.contact-form dl dd {
  width: 68.9054726368%;
}
.contact-form dl dd input,
.contact-form dl dd select {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  background-color: #fff;
  box-sizing: border-box;
}
.contact-form dl dd textarea {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  height: 250px;
  background-color: #fff;
  box-sizing: border-box;
}
.contact-form-privacy {
  margin: 75px 0 60px;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
.contact-form-privacy input {
  margin-right: 1em;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: -0.5em;
}
.contact-form-privacy label {
  cursor: pointer;
}
.contact-form-privacy span {
  margin-left: 0.5em;
  padding: 0 0.5em;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  background-color: #BF1616;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  content: "必須";
}
.contact-form-privacy a {
  color: #333;
}
.contact-form-submit {
  text-align: center;
}
.contact-form-submit button {
  padding: 12px 0;
  border: none;
  border-radius: 5px;
  display: inline-block;
  width: 300px;
  color: #fff;
  background: #FFA236 url(../img/front-page/contact_form_btn_icon.png) 18px center no-repeat;
  background-size: 12px;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  appearance: none;
  transition: background 0.3s;
}
.contact-form-submit button:hover {
  background-color: #FFBA00;
}
@media (max-width: 768px) {
  .contact-summary {
    font-size: 4.8vw;
    margin-bottom: 10.6666666667vw;
    padding: 0;
  }
  .contact-phone {
    margin-bottom: 14.4vw;
    width: 92vw;
    height: 40vw;
    background-image: url(../img/front-page/contact_phone_bg_sp.jpg);
    background-size: 100%;
  }
  .contact-phone-inner {
    padding: 0 0 0 5.3333333333vw;
    height: 100%;
  }
  .contact-phone-name {
    font-size: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
  .contact-phone-number {
    font-size: 10.6666666667vw;
    margin: -1.3333333333vw 0 1.8666666667vw;
    padding-left: 10.9333333333vw;
    background-position: left 1.3333333333vw;
    background-size: 9.6vw;
  }
  .contact-phone-time {
    font-size: 4.2666666667vw;
  }
  .contact-phone-time strong {
    font-size: 5.3333333333vw;
  }
  .contact-form {
    padding: 0 4vw;
  }
  .contact-form dl {
    margin-bottom: 4.8vw;
    padding-bottom: 5.3333333333vw;
    display: block;
  }
  .contact-form dl dt {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
    padding-top: 0;
    width: auto;
  }
  .contact-form dl dt.is-require::after {
    font-size: 3.2vw;
  }
  .contact-form dl dt.is-any::after {
    font-size: 3.2vw;
  }
  .contact-form dl dd {
    width: auto;
  }
  .contact-form dl dd input,
  .contact-form dl dd select {
    height: 13.3333333333vw;
  }
  .contact-form dl dd textarea {
    height: 53.3333333333vw;
  }
  .contact-form-privacy {
    font-size: 4.2666666667vw;
    margin: 0 0 8.8vw;
    padding-left: 9.6vw;
    position: relative;
    line-height: 1.25;
    text-align: left;
  }
  .contact-form-privacy input {
    margin-right: 1em;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .contact-form-privacy span {
    font-size: 3.2vw;
    margin-top: -1%;
    padding: 0.4em 0.7em;
    position: absolute;
    top: 50%;
    right: 10%;
  }
  .g-recaptcha{
    display: flex;
    justify-content: center;
    margin: 0 auto 35px;
  }
  .contact-form-submit button {
    font-size: 6.6666666667vw;
    padding: 3.2vw 0;
    width: 84vw;
    background-position: 5.3333333333vw center;
    background-size: 2.9333333333vw;
  }
}

/*
	.l-footer
======================= */
.l-footer {
  position: relative;
}
.l-footer-main {
  padding: 44px 40px 30px;
  display: flex;
  background: url(../img/common/footer_bg.jpg) left top repeat;
}
.l-footer-main-outline {
  width: 396px;
}
.l-footer-main-outline-top {
  margin-bottom: 15px;
  display: flex;
  color: #fff;
  width: 300px;
}
.l-footer-main-outline-top:hover {
  color: #fff;
}
.l-footer-main-outline-top-logo {
  margin-right: 13px;
  width: 60px;
}
.l-footer-main-outline-top-text {
  flex: 1;
}
.l-footer-main-outline-top-text strong {
  margin-bottom: 0.5em;
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.l-footer-main-outline-top-text p {
  line-height: 1.3076923077;
  font-size: 1.3rem;
}
.l-footer-main-outline-sns {
  padding-left: 73px;
  display: flex;
}
.l-footer-main-outline-sns li {
  margin-right: 20px;
}
.l-footer-main-outline-sns li:last-child {
  margin-right: 0;
}
.l-footer-main-outline-sns li.l-footer-main-outline-sns-twitter {
  width: 19px;
}
.l-footer-main-outline-sns li.l-footer-main-outline-sns-facebook, .l-footer-main-outline-sns li.l-footer-main-outline-sns-instagram {
  width: 17px;
}
.l-footer-main-links {
  width: 472px;
}
.l-footer-main-links ul {
  margin-bottom: 12px;
  padding-bottom: 17px;
  border-bottom: 2px solid #fff;
  display: flex;
}
.l-footer-main-links ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.l-footer-main-links ul li {
  margin-right: 2em;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.l-footer-main-links ul li:last-child {
  margin-right: 0;
}
.l-footer-main-links ul li a {
  padding-left: 15px;
  display: inline-block;
  color: #fff;
  background: url(../img/common/footer_arrow_icon.png) left center no-repeat;
  background-size: 7px;
  transition: 0.3s;
}
.l-footer-main-links ul li a:hover {
  color: #FFBA00;
  background-image: url(../img/common/footer_arrow_icon_hover.png);
}
.l-footer small {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #333;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
}
.l-footer-forTop {
  border-radius: 100px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  background: -moz-linear-gradient(bottom, #CBF5D0, #FFA236);
  background: -webkit-gradient(linear, center top, center bottom, from(#CBF5D0), to(#FFA236));
  font-size: 0;
  transition: background 0.3s;
}
.l-footer-forTop:hover {
  background: -moz-linear-gradient(bottom, #DFF7E2, #F7C386);
  background: -webkit-gradient(linear, center top, center bottom, from(#DFF7E2), to(#F7C386));
}
.l-footer-forTop::after {
  margin: -2px 0 0 -4px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  content: "";
}
.l-footer-spFixNav {
  display: none;
}
@media (max-width: 768px) {
  .l-footer-main {
    padding: 9.3333333333vw 4vw 11.7333333333vw;
    display: block;
  }
  .l-footer-main-outline {
    width: auto;
  }
  .l-footer-main-outline-top {
    margin-bottom: 4vw;
    width: auto;
  }
  .l-footer-main-outline-top-logo {
    margin-right: 3.4666666667vw;
    width: 16vw;
  }
  .l-footer-main-outline-top-text strong {
    font-size: 5.3333333333vw;
  }
  .l-footer-main-outline-top-text p {
    font-size: 3.4666666667vw;
  }
  .l-footer-main-outline-sns {
    padding-left: 19.4666666667vw;
  }
  .l-footer-main-outline-sns li {
    margin-right: 5.3333333333vw;
  }
  .l-footer-main-outline-sns li.l-footer-main-outline-sns-twitter {
    width: 5.0666666667vw;
  }
  .l-footer-main-outline-sns li.l-footer-main-outline-sns-facebook, .l-footer-main-outline-sns li.l-footer-main-outline-sns-instagram {
    width: 4.5333333333vw;
  }
  .l-footer-main-links {
    display: none;
  }
  .l-footer small {
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw 0 18.6666666667vw;
    height: auto;
    line-height: 1;
  }
  .l-footer-forTop {
    top: -4vw;
    right: 4vw;
    bottom: auto;
    width: 8vw;
    height: 8vw;
  }
  .l-footer-forTop::after {
    margin: -0.5333333333vw 0 0 -1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .l-footer-spFixNav {
    padding: 2.6666666667vw 4vw;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 92vw;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 12;
  }
  .l-footer-spFixNav-phone {
    padding: 1.3333333333vw 0 0 12.5333333333vw;
    border-radius: 5px;
    display: block;
    width: 30.9333333333vw;
    line-height: 1.1;
    color: #fff;
    background: #618070 url(../img/common/footer_spFixNav_phone_icon.png) 5.7333333333vw center no-repeat;
    background-size: 5.4133333333vw;
  }
  .l-footer-spFixNav-phone .number {
    font-size: 4.2666666667vw;
    display: block;
    font-weight: 700;
  }
  .l-footer-spFixNav-phone .time {
    font-size: 2.4vw;
    display: block;
    font-weight: 500;
  }
  .l-footer-spFixNav-phone:hover {
    color: #fff;
  }
  .l-footer-spFixNav-contact {
    border-radius: 5px;
    display: block;
    width: 44.8vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    color: #fff;
    background-color: #FFA236;
    font-weight: 600;
    text-align: center;
  }
  .l-footer-spFixNav-contact:hover {
    color: #fff;
  }
}
/* プライバシーポリシーページ */
body.privacy-policy{
  word-break: break-word;
}
body.privacy-policy h2 {
  font-size: 3.2rem!important;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
body.privacy-policy h3 {
  font-size: 2.8rem!important;
}
body.privacy-policy p {
  margin-bottom: 30px;
}
body.privacy-policy .content-row ul li {
  list-style-type: disc;
  margin-left: 2em;
}