@charset "UTF-8";
/* ---------- font ---------- */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJapanese/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJapanese/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJapanese/NotoSansJP-Regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Regular.woff") format("woff");
  font-weight: normal;
}
/*------ hide-pc & hide-sp ------*/
@media (min-width: 992px) {
  .hide-pc {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hide-sp {
    display: none !important;
  }
}
/* ---------- reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.home {
  font-family: "Noto Sans JP", sans-serif;
  color: #3A3A3A;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}
.home .page {
  position: relative;
}

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

iframe {
  max-width: 100%;
}

a {
  transition: all 0.3s ease;
}

p {
  margin: 0 0 16px;
  line-height: 1.7;
}
p:last-child {
  margin: 0;
}

.txt-green {
  color: #007E43;
}

.scroll-top {
  opacity: 0;
}
.scroll-top.active {
  opacity: 1;
}

.section {
  position: relative;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
.section .container {
  width: 1200px;
  padding: 0;
}
@media (max-width: 1240px) {
  .section .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
.section .content-title {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .section .content-title {
    margin: 0 0 24px;
  }
}
.section .content-title h2 {
  color: #007E43;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3.36px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .section .content-title h2 {
    font-size: 28px;
    letter-spacing: 2.24px;
    margin: 0 0 23px;
  }
}
@media (max-width: 374px) {
  .section .content-title h2 {
    font-size: 24px;
  }
}
.section .content-title h2 > span {
  font-size: 36px;
  letter-spacing: 2.88px;
  color: #3A3A3A;
}
@media (max-width: 767px) {
  .section .content-title h2 > span {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
.section .content-title h2:last-child {
  margin: 0;
}
.section .content-title p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section .content-title p {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .section .content-title p {
    font-size: 14px;
  }
}

.custom-btn {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.custom-btn:hover, .custom-btn:focus {
  color: #fff;
}
.custom-btn.btn-cv {
  background: #F58428;
  box-shadow: 0 4px 0 0 #B75B2D;
  padding: 15px 24px 19px;
}
@media (max-width: 767px) {
  .custom-btn.btn-cv {
    padding: 17px 6px;
  }
}
.custom-btn.btn-cv::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
  background-image: url("../img/icon/circle-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: relative;
}
.custom-btn.btn-cv:hover {
  background: #F64B12;
  box-shadow: 0 4px 0 0 #B75B2D;
}
.custom-btn.btn-ao {
  background: #205EC2;
  padding: 25.5px 24px;
}
@media (max-width: 767px) {
  .custom-btn.btn-ao {
    padding: 25.5px 6px;
  }
}
.custom-btn.btn-ao::before {
  content: "";
  display: inline-block;
  margin-right: 32px;
  background-image: url("../img/icon/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 11px;
  position: relative;
}
.custom-btn.btn-ao:hover {
  background: #0E3E8C;
}
.custom-btn .cta-balloon {
  position: absolute;
  content: "";
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
  width: 428px;
  max-width: 100%;
  background: #fff;
  border: 3px solid #3A3A3A;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 5px;
  text-align: center;
  color: #3A3A3A;
  border-radius: 80px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}
@media (max-width: 767px) {
  .custom-btn .cta-balloon {
    font-size: 13px;
    width: 307px;
    padding: 9px 5px;
    top: -37px;
  }
}
@media (max-width: 374px) {
  .custom-btn .cta-balloon {
    font-size: 10px;
  }
}
.custom-btn .cta-balloon::before, .custom-btn .cta-balloon::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
}
.custom-btn .cta-balloon::before {
  pointer-events: none;
  top: 100%;
  border-width: 13px 14px 0;
  border-color: #764e1c transparent transparent;
  border-style: solid;
  left: calc(50% + 1px);
  transform: translateX(-50%);
}
.custom-btn .cta-balloon::after {
  border-width: 11px 12px 0;
  border-color: #fff transparent transparent;
  border-style: solid;
  z-index: 2;
  left: calc(50% + 1px);
  transform: translateX(-50%);
  margin: 0;
  top: calc(100% - 2px);
}
.custom-btn .cta-balloon span {
  color: #007E43;
  font-size: 18px;
}
@media (max-width: 767px) {
  .custom-btn .cta-balloon span {
    font-size: 13px;
  }
}

.slick-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .slick-nav {
    margin: -9px 0 0;
  }
}
.slick-nav .slick-arrow {
  position: relative;
  top: 2px;
  width: 9px;
  height: 15px;
  background-color: #454545;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  cursor: pointer;
}
.slick-nav .slick-arrow.custom-slick-prev {
  mask-image: url("../img/icon/icon-arrow-slide-prev.svg");
}
.slick-nav .slick-arrow.custom-slick-next {
  mask-image: url("../img/icon/icon-arrow-slide-next.svg");
}
.slick-nav .slick-arrow:hover {
  opacity: 0.8;
}
.slick-nav .custom-slick-dots {
  margin: 0 10px;
}
.slick-nav .slick-dots {
  position: static !important;
  line-height: 20px;
}
.slick-nav .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 12px;
  vertical-align: middle;
}
.slick-nav .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #C8C6C3;
  border-radius: 50%;
  padding: 0;
}
.slick-nav .slick-dots li button::before {
  content: none;
}
.slick-nav .slick-dots li.slick-active button {
  background-color: #205EC2;
}

.site-header {
  padding: 0px;
  box-shadow: none;
  height: 141px;
  background: #fff;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1050;
  top: 0;
  transition: padding 0.3s;
}
@media (max-width: 991px) {
  .site-header {
    border-bottom: 1px solid #DDD;
    background: #FFF;
    height: 64px;
  }
}
.site-header .container {
  width: 100%;
  padding: 0;
}
@media (max-width: 991px) {
  .site-header .content-menu {
    display: none;
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 64px;
    bottom: 0;
    z-index: 888;
    overflow-y: auto;
    overflow-x: hidden;
    right: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    will-change: opacity;
  }
}
.site-header .navbar-header {
  padding: 2px 8px 8px 24px;
  height: auto;
  position: relative;
}
@media (max-width: 991px) {
  .site-header .navbar-header {
    padding: 16px 20px;
  }
}
.site-header .group-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .site-title {
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  .site-header .site-title {
    top: 0;
    width: calc(100% - 45px);
  }
}
.site-header .site-title > a {
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #3A3A3A;
}
@media (max-width: 991px) {
  .site-header .site-title > a {
    gap: 10px;
    font-size: 11px;
    line-height: 1.4;
  }
}
@media (max-width: 374px) {
  .site-header .site-title > a {
    gap: 6px;
  }
}
.site-header .site-title img {
  height: 59px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .site-header .site-title img {
    height: 32px;
  }
}
.site-header .button-interview {
  width: 358px;
}
@media (max-width: 991px) {
  .site-header .button-interview {
    width: 100%;
  }
}
.site-header .button-interview p {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 -1px;
  text-align: center;
  line-height: normal;
}
@media (max-width: 991px) {
  .site-header .button-interview p {
    font-size: 14px;
    margin: 0;
  }
}
@media (max-width: 374px) {
  .site-header .button-interview p {
    font-size: 12px;
  }
}
.site-header .button-interview a::before {
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
.site-header .main-navigation {
  background: #EEF6F4;
  padding: 0 24px;
}
.site-header .primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .primary-menu li a {
  font-size: 16px;
  font-weight: 700;
  color: #3A3A3A;
  padding: 12.4px 16px;
  display: block;
}
.site-header .primary-menu li a:hover {
  color: #205EC2;
}
.site-header .primary-menu li.active a {
  color: #205EC2;
}
.site-header .nav-sp-btn {
  margin-left: auto;
  position: absolute;
  content: "";
  right: 20px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  z-index: 10;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .nav-sp-btn img {
  max-height: 25px;
  object-fit: contain;
  transition: all 0.3s;
}
.site-header .nav-sp-btn img.open {
  opacity: 1;
  visibility: visible;
  display: block;
}
.site-header .nav-sp-btn img.close {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.key-viewsual {
  margin: 141px 0 0;
  padding: 79px 0;
  position: relative;
  background-image: url("../img/top/viewsual-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media (max-width: 1240px) {
  .key-viewsual {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .key-viewsual {
    margin: 64px 0 0;
    background-image: url("../img/top/viewsual-bg-sp.jpg");
    padding: 44px 20px 0px;
    background-position: center right;
  }
}
.key-viewsual .container {
  width: 1200px;
  padding: 0;
}
@media (max-width: 1240px) {
  .key-viewsual .container {
    width: 100%;
  }
}
.key-viewsual .title {
  max-width: 812px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .key-viewsual .title {
    max-width: 334px;
    margin: 0 0 32px;
  }
}
.key-viewsual .content-main {
  max-width: 647px;
  margin: 0 0 98px;
}
@media (max-width: 767px) {
  .key-viewsual .content-main {
    max-width: 242px;
    margin: 0 0 66px;
  }
}
.key-viewsual .button-interview {
  max-width: 486px;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .key-viewsual .button-interview {
    max-width: 335px;
    margin: 40px 0 18px;
  }
}
.key-viewsual .button-interview > a {
  font-size: 22px;
  padding: 26px 24px 29px;
  box-shadow: 0 8px 0 0 #B75B2D;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .key-viewsual .button-interview > a {
    font-size: 16px;
    padding: 20px 11px 22px 6px;
    box-shadow: 0 6px 0 0 #B75B2D;
  }
}
@media (max-width: 374px) {
  .key-viewsual .button-interview > a {
    font-size: 14px;
  }
}
.key-viewsual .button-interview > a::before {
  width: 20px;
  height: 20px;
  margin-right: 24px;
  top: 2px;
}
@media (max-width: 767px) {
  .key-viewsual .button-interview > a::before {
    margin-right: 12px;
    width: 14px;
    height: 14px;
  }
}
.key-viewsual .button-interview > a:hover {
  box-shadow: 0 8px 0 0 #B75B2D;
}
@media (max-width: 767px) {
  .key-viewsual .button-interview > a:hover {
    box-shadow: 0 6px 0 0 #B75B2D;
  }
}
.key-viewsual .box-balloon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
.key-viewsual .box-balloon .usp-balloon {
  background: #fff;
  border-radius: 6px;
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  width: 167px;
  position: relative;
  padding: 15px 10px 15px 15px;
  top: 1px;
}
.key-viewsual .box-balloon .usp-balloon::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 25%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0px 12px 12px;
  border-color: transparent transparent transparent #fff;
}
.key-viewsual .box-balloon .usp-balloon span {
  font-size: 18px;
  color: #E68A5E;
}
.key-viewsual .box-balloon .user-balloon {
  width: 94px;
  position: relative;
  right: -5px;
}
.key-viewsual .box-balloon .usp-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-shadow: 0 0 8px #000;
  color: #fff;
  position: absolute;
  content: "";
  bottom: 6px;
  left: -2px;
  white-space: nowrap;
}
.key-viewsual .box-balloon .usp-name span {
  font-size: 12px;
  letter-spacing: 0;
  margin-right: 6px;
}

.content-usp {
  background: #3FA166;
  color: #fff;
  padding: 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .content-usp {
    padding: 8px 0;
  }
}
.content-usp .container {
  width: 1200px;
  padding: 0;
}
@media (max-width: 1240px) {
  .content-usp .container {
    width: 100%;
    padding: 0 0px;
  }
}
.content-usp .list-usp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-usp .list-usp .item {
  position: relative;
  flex: 1;
  color: #fff;
  padding: 21px 27px 9px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-usp .list-usp .item {
    flex: auto;
    width: 50%;
    padding: 10px 10px 10px;
  }
}
.content-usp .list-usp .item::after {
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 46px);
  background: #9DCAAF;
  position: absolute;
}
@media (max-width: 767px) {
  .content-usp .list-usp .item::after {
    height: 100%;
  }
}
.content-usp .list-usp .item:last-child::after {
  content: "";
  background-image: url("../img/top/okada-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 176px;
  height: 216px;
  top: auto;
  transform: none;
  bottom: 0;
  background-color: transparent;
  right: 22px;
}
@media (max-width: 767px) {
  .content-usp .list-usp .item:nth-child(2)::after {
    content: none;
  }
}
.content-usp .list-usp .title-usp {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .content-usp .list-usp .title-usp {
    font-size: 15px;
    margin: 0 0 7px;
  }
}
@media (max-width: 374px) {
  .content-usp .list-usp .title-usp {
    font-size: 12px;
  }
}
.content-usp .list-usp .ct-usp {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 5px;
}
@media (max-width: 1199px) {
  .content-usp .list-usp .ct-usp {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .content-usp .list-usp .ct-usp {
    font-size: 15px;
    margin: 0 0 9px;
  }
}
.content-usp .list-usp .ct-usp > span {
  color: #FFE732;
  font-size: 80px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 58px;
  padding: 0 9px;
  display: inline-block;
  position: relative;
  top: 7px;
}
@media (max-width: 1199px) {
  .content-usp .list-usp .ct-usp > span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .content-usp .list-usp .ct-usp > span {
    font-size: 40px;
    line-height: 29px;
    padding: 0 4px;
    top: 2px;
  }
}
@media (max-width: 374px) {
  .content-usp .list-usp .ct-usp > span {
    font-size: 32px;
  }
}
.content-usp .list-usp .ct-usp i {
  font-style: normal;
  font-size: 48px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  position: relative;
  top: 7px;
  left: -4px;
}
@media (max-width: 767px) {
  .content-usp .list-usp .ct-usp i {
    font-size: 20px;
    top: -1px;
    left: -3px;
  }
}
.content-usp .list-usp .usp-balloon {
  background: #fff;
  border-radius: 6px;
  color: #3A3A3A;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 203px;
  position: relative;
  padding: 24px 5px 28px;
  margin: 6px 0 4px;
}
.content-usp .list-usp .usp-balloon::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 26%;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 25px solid #fff;
}
.content-usp .list-usp .usp-balloon span {
  color: #E68A5E;
  font-size: 22px;
}
.content-usp .list-usp .usp-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  text-shadow: 0 0 8px #000;
  letter-spacing: 1.2px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  max-width: 199px;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.content-usp .list-usp .usp-name span {
  font-size: 16px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .content-usp .list-usp .note {
    font-size: 11px;
    font-weight: 400;
  }
}

#testimonials {
  padding: 103px 0 100px;
  background: #FBFBFA;
}
@media (max-width: 767px) {
  #testimonials {
    padding: 67px 0 48px;
  }
}
#testimonials .btn-more {
  margin: 46px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  #testimonials .btn-more {
    margin: 39px 0 0;
  }
}
#testimonials .btn-more > a {
  max-width: 378px;
  margin: 0 auto;
  justify-content: flex-start;
  padding: 25px 53px;
}
@media (max-width: 767px) {
  #testimonials .btn-more > a {
    justify-content: center;
    padding: 25px 25px 25px 6px;
  }
}

.slide-voice {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.list-voice {
  margin: 0;
}
.list-voice.slick-dotted.slick-slider {
  margin: 0;
}
.list-voice .slick-track {
  display: flex;
}
.list-voice .slick-list {
  padding: 0px 22% 37px;
}
@media (max-width: 991px) {
  .list-voice .slick-list {
    padding: 0px 4% 37px;
  }
}
@media (max-width: 374px) {
  .list-voice .slick-list {
    padding: 0px 12% 37px;
  }
}
.list-voice .item {
  padding: 0 12px;
  height: auto;
}
@media (max-width: 767px) {
  .list-voice .item {
    padding: 0 9px;
  }
}
.list-voice .item .box-inner {
  box-shadow: 0 133px 37px 0 rgba(68, 131, 115, 0), 0 85px 34px 0 rgba(68, 131, 115, 0), 0 48px 29px 0 rgba(68, 131, 115, 0.01), 0 21px 21px 0 rgba(68, 131, 115, 0.02), 0 5px 12px 0 rgba(68, 131, 115, 0.02);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
}
.list-voice .box-ct {
  padding: 18px 18px 38px;
}
@media (max-width: 767px) {
  .list-voice .box-ct {
    padding: 18px;
  }
}
.list-voice .title {
  background: #3FA166;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  padding: 9px 8px;
  text-align: center;
}
@media (max-width: 991px) {
  .list-voice .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .list-voice .title {
    padding: 5px 8px 6px;
  }
}
.list-voice .photo {
  margin: 0 0 10px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .list-voice .photo {
    margin: 0 0 15px;
  }
}
.list-voice .photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.list-voice .client-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 991px) {
  .list-voice .client-info {
    font-size: 16px;
  }
}

.case-content {
  background: #EEF6F4;
  padding: 98px 0 100px;
}
@media (max-width: 767px) {
  .case-content {
    padding: 72px 0 48px;
  }
}
.case-content .content-title h2 > span {
  display: inline-block;
}

.list-case {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 991px) {
  .list-case {
    gap: 16px;
  }
}
.list-case .item-case {
  position: relative;
  width: calc((100% - 32px) / 2);
}
@media (max-width: 991px) {
  .list-case .item-case {
    width: 100%;
  }
}
.list-case .item-case > a {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  border-radius: 4px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 23px 40px 23px 23px;
  position: relative;
  color: #3A3A3A;
  height: 100%;
}
@media (max-width: 767px) {
  .list-case .item-case > a {
    padding: 22px 16px 22px 18px;
    gap: 12px;
  }
}
.list-case .item-case > a:hover .title {
  color: #205EC2;
}
.list-case .item-case > a:hover .photo {
  opacity: 0.8;
}
.list-case .label {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #007E43;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 13px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .list-case .label {
    font-size: 12px;
    padding: 6px 9px;
    top: -2px;
    left: -1px;
  }
}
.list-case .label span {
  font-size: 20px;
  padding-left: 8px;
}
@media (max-width: 767px) {
  .list-case .label span {
    font-size: 16px;
    padding-left: 6px;
  }
}
.list-case .photo {
  width: 166px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .list-case .photo {
    width: 89px;
  }
}
.list-case .photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 166/117;
}
@media (max-width: 767px) {
  .list-case .photo img {
    aspect-ratio: 89/63;
  }
}
.list-case .title {
  width: calc(100% - 190px);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  margin: 11px 0 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .list-case .title {
    width: calc(100% - 101px);
    font-size: 15px;
    margin: -2px 0 0;
  }
}

.message-content {
  padding: 103px 0 0;
  position: relative;
  background: #FBFBFA;
}
@media (max-width: 767px) {
  .message-content {
    padding: 54px 0 0px;
  }
}
.message-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 85px);
  background: #3FA166;
}
@media (max-width: 767px) {
  .message-content::after {
    height: calc(100% - 56px);
  }
}
.message-content > * {
  position: relative;
  z-index: 2;
}
.message-content .container {
  width: 880px;
  margin: 0 auto;
}
@media (max-width: 920px) {
  .message-content .container {
    width: 100%;
    padding: 0 20px;
  }
}
.message-content .content-title {
  margin: 0 0 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .message-content .content-title {
    margin: 0 0 26px;
  }
}
.message-content .content-title h2 {
  margin: 0 0 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .message-content .content-title h2 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1.92px;
    margin: 0 0 32px;
  }
}
@media (max-width: 374px) {
  .message-content .content-title h2 {
    font-size: 20px;
  }
}
.message-content .wrapper-video {
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
  padding-top: 56.25%;
  transition: all 0.3s 0s ease;
  box-shadow: 0 80px 23px 0 rgba(161, 159, 135, 0.01), 0 51px 21px 0 rgba(161, 159, 135, 0.04), 0 29px 17px 0 rgba(161, 159, 135, 0.15), 0 13px 13px 0 rgba(161, 159, 135, 0.25), 0 3px 7px 0 rgba(161, 159, 135, 0.29);
}
@media (max-width: 767px) {
  .message-content .wrapper-video {
    box-shadow: 0 13px 13px 0 rgba(161, 159, 135, 0.25), 0 3px 7px 0 rgba(161, 159, 135, 0.29);
  }
}
.message-content .wrapper-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.worries-content {
  background-color: #FBFBFA;
  padding: 93px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .worries-content {
    padding: 64px 0 0;
  }
}
.worries-content h2 {
  text-align: center;
  color: #007E43;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3.36px;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 52px;
}
@media (max-width: 767px) {
  .worries-content h2 {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 2.24px;
    margin: 0 0 24px;
  }
}
.worries-content h2 span {
  color: #3A3A3A;
  font-size: 36px;
  letter-spacing: 2.88px;
}
@media (max-width: 767px) {
  .worries-content h2 span {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.worries-content .image {
  position: relative;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  left: 4px;
}
@media (max-width: 991px) {
  .worries-content .image {
    left: 0;
    text-align: center;
  }
}
.worries-content .image::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: url("../img/icon/gradation.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  height: 335px;
  width: 100vw;
}
@media (max-width: 767px) {
  .worries-content .image::after {
    height: 160px;
  }
}
@media (max-width: 374px) {
  .worries-content .image::after {
    height: 120px;
  }
}
.worries-content .image picture {
  position: relative;
  z-index: 2;
}

.worries-detail {
  background: #3FA166;
  padding: 165px 0 100px;
  position: relative;
}
@media (max-width: 767px) {
  .worries-detail {
    padding: 67px 0 48px;
  }
}
.worries-detail::before {
  content: "";
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 66px 120px 0px 120px;
  border-color: #E68A5E transparent transparent transparent;
}
@media (max-width: 767px) {
  .worries-detail::before {
    top: 24px;
    border-width: 18px 32px 0px 32px;
  }
}
.worries-detail h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .worries-detail h2 {
    font-size: 20px;
    margin: 0 0 16px;
  }
}
@media (max-width: 374px) {
  .worries-detail h2 {
    font-size: 16px;
  }
}
.worries-detail h2 span {
  font-size: 56px;
  color: #FFE732;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .worries-detail h2 span {
    font-size: 36px;
  }
}
@media (max-width: 374px) {
  .worries-detail h2 span {
    font-size: 28px;
  }
}

@media (max-width: 1240px) {
  .list-worries {
    margin: 0 -12px;
  }
}
.list-worries .item {
  border-radius: 6px;
  background: #FFF;
  padding: 48px 48px 48px 64px;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
}
@media (max-width: 767px) {
  .list-worries .item {
    padding: 35px 24px 33px;
    margin: 0 0 16px;
  }
}
@media (max-width: 374px) {
  .list-worries .item {
    padding: 46px 16px 36px;
  }
}
.list-worries .item:last-child {
  margin: 0;
}
.list-worries .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.list-worries .content-worries {
  width: calc(100% - 448px);
  margin: 7px 0 0;
}
@media (max-width: 991px) {
  .list-worries .content-worries {
    width: 100%;
  }
}
.list-worries .image {
  width: 400px;
}
@media (max-width: 991px) {
  .list-worries .image {
    width: 100%;
    margin: 0 0 16px;
  }
}
@media (max-width: 991px) {
  .list-worries .image img {
    aspect-ratio: 311/190;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
.list-worries .w-numb {
  color: #007E43;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .list-worries .w-numb {
    font-size: 16px;
    margin: 0 0 9px;
  }
}
.list-worries .w-numb::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #007E43;
  display: inline-block;
  margin-right: 18px;
  position: relative;
  top: -8px;
}
@media (max-width: 767px) {
  .list-worries .w-numb::before {
    width: 14px;
    margin-right: 8px;
  }
}
.list-worries .w-numb span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  padding-left: 9px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .list-worries .w-numb span {
    font-size: 24px;
    line-height: 17px;
    padding-left: 6px;
  }
}
.list-worries h3 {
  color: #E68A5E;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 28px;
}
@media (max-width: 1199px) {
  .list-worries h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .list-worries h3 {
    font-size: 22px;
    margin: 0 0 21px;
  }
}
@media (max-width: 374px) {
  .list-worries h3 {
    font-size: 18px;
  }
}
.list-worries p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .list-worries p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 12px;
  }
}
.list-worries p:last-child {
  margin: 0;
}

.manga-content {
  padding: 80px 0;
  background-image: url("../img/top/bg-manga.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1240px) {
  .manga-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .manga-content {
    padding: 80px 20px 48px;
    background-image: url("../img/top/bg-manga-sp.jpg");
    background-position: top center;
  }
}
.manga-content .container {
  border-radius: 6px;
  background: #FFF;
  padding: 51px 48px 57px 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
}
@media (max-width: 991px) {
  .manga-content .container {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .manga-content .container {
    padding: 32px 24px;
  }
}
@media (max-width: 374px) {
  .manga-content .container {
    padding: 32px 16px;
  }
}
.manga-content .container::before, .manga-content .container::after {
  content: none;
}
.manga-content .ct-manga {
  width: calc(100% - 488px);
}
@media (max-width: 991px) {
  .manga-content .ct-manga {
    width: 100%;
  }
}
.manga-content .image {
  width: 448px;
  margin: -80px 0 0;
}
@media (max-width: 991px) {
  .manga-content .image {
    width: 100%;
    text-align: center;
    margin: -72px 0 0;
  }
}
@media (max-width: 767px) {
  .manga-content .image img {
    height: 216px;
  }
}
.manga-content h3 {
  color: #007E43;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .manga-content h3 {
    font-size: 23px;
    line-height: 1.4;
    margin: 0 0 19px;
  }
}
.manga-content h3 span {
  display: block;
  font-size: 34px;
}
@media (max-width: 767px) {
  .manga-content h3 span {
    font-size: 20px;
  }
}
.manga-content p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .manga-content p {
    font-size: 15px;
    line-height: 1.6;
  }
}
.manga-content .btn-more {
  margin: 32px 0 0;
}
@media (max-width: 767px) {
  .manga-content .btn-more {
    margin: 22px 0 0;
  }
}
.manga-content .btn-more > a {
  max-width: 431px;
  font-size: 20px;
  padding: 26px 30px 29px 24px;
}
@media (max-width: 767px) {
  .manga-content .btn-more > a {
    max-width: 287px;
    font-size: 16px;
    padding: 22px 6px;
  }
}
@media (max-width: 374px) {
  .manga-content .btn-more > a {
    font-size: 14px;
  }
}
.manga-content .btn-more > a::before {
  margin-right: 40px;
  width: 8px;
  height: 16px;
  top: 4px;
}
@media (max-width: 767px) {
  .manga-content .btn-more > a::before {
    margin-right: 12px;
  }
}
@media (max-width: 374px) {
  .manga-content .btn-more > a::before {
    margin-right: 6px;
  }
}

.price-content {
  background: #EEF6F4;
  padding: 98px 0 100px;
}
@media (max-width: 767px) {
  .price-content {
    padding: 72px 0 48px;
  }
}
@media (max-width: 767px) {
  .price-content .content-title {
    margin: 0 0 28px;
  }
}
.price-content .content-title h2 {
  line-height: normal;
}
@media (max-width: 767px) {
  .price-content .content-title h2 {
    line-height: 1.2;
  }
}
.price-content .content-title h2 span {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 2.72px;
  display: inline-block;
  margin: 0 0 11px;
}
@media (max-width: 767px) {
  .price-content .content-title h2 span {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin: 0 0 5px;
  }
}
.price-content .content-title h2 i {
  font-style: normal;
}
.price-content .content-title h2 i.numb {
  font-family: "Times New Roman";
  font-size: 88px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .price-content .content-title h2 i.numb {
    font-size: 39px;
    line-height: 26px;
  }
}
.price-content .content-title h2 i.unit {
  font-size: 56px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .price-content .content-title h2 i.unit {
    font-size: 23px;
    letter-spacing: 1.84px;
  }
}
.price-content .content-title h2 i.c-unit {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 3.36px;
}
@media (max-width: 767px) {
  .price-content .content-title h2 i.c-unit {
    font-size: 23px;
    letter-spacing: 1.84px;
  }
}

.content-table {
  border-radius: 6px;
  background: #FFF;
  padding: 48px 100px 54px;
}
@media (max-width: 1240px) {
  .content-table {
    margin: 0 -12px;
    padding: 48px 12px 34px;
  }
}
.content-table h3 {
  max-width: 491px;
  margin: 0 auto 25px;
  border: 1px solid #3A3A3A;
  background: #FBFBFA;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  padding: 6px 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-table h3 {
    font-size: 16px;
    padding: 10px 12px;
    max-width: 311px;
  }
}
.content-table .priceBox {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 24px;
  color: #3A3A3A;
}
@media (max-width: 767px) {
  .content-table .priceBox {
    font-size: 24px;
    margin: 0 0 22px;
  }
}
.content-table .priceBox span {
  color: #E68A5E;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 72px;
}
@media (max-width: 767px) {
  .content-table .priceBox span {
    font-size: 44px;
    line-height: 32px;
    padding-right: 8px;
  }
}
.content-table .main-table table {
  font-size: 14px;
}
.content-table .note {
  margin: 35px 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .content-table .note {
    margin: 24px 0 0;
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .content-table .note {
    font-size: 14px;
  }
}

.sec-cta {
  position: relative;
  padding: 61px 0 58px;
  background-image: url("../img/top/bg-cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-cta {
    padding: 53px 0 36px;
    background-image: url("../img/top/bg-cta-sp.jpg");
  }
}
.sec-cta h2 {
  color: #FFE732;
  font-size: 46px;
  font-weight: 700;
  margin: 0 0 39px;
  line-height: normal;
}
@media (max-width: 991px) {
  .sec-cta h2 {
    font-size: 24px;
    margin: 0 0 17px;
    color: #fff;
    line-height: 1.59;
  }
}
@media (max-width: 991px) {
  .sec-cta h2 span {
    font-size: 40px;
    color: #FFE732;
    position: relative;
  }
}
@media (max-width: 374px) {
  .sec-cta h2 span {
    font-size: 32px;
  }
}
.sec-cta h2 span::before {
  content: "";
  position: absolute;
  background-image: url("../img/top/list-circle.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 206px;
  height: 6px;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.sec-cta p {
  font-size: 19px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sec-cta p {
    font-size: 15px;
  }
}
@media (max-width: 374px) {
  .sec-cta p {
    font-size: 14px;
    margin: 0 -16px;
  }
}
.sec-cta .btn-more {
  margin: 68px 0 0;
}
@media (max-width: 767px) {
  .sec-cta .btn-more {
    margin: 58px 0 0;
  }
}
.sec-cta .btn-more > a {
  max-width: 880px;
  margin: 0 auto;
  font-size: 30px;
  line-height: normal;
  padding: 36px 68px 39px 24px;
  box-shadow: 0 8px 0 0 #B75B2D;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .sec-cta .btn-more > a {
    font-size: 16px;
    padding: 21px 12px 23px 6px;
    box-shadow: 0 6px 0 0 #B75B2D;
  }
}
@media (max-width: 374px) {
  .sec-cta .btn-more > a {
    font-size: 14px;
  }
}
.sec-cta .btn-more > a::before {
  width: 32px;
  height: 32px;
  margin-right: 48px;
  top: 2px;
}
@media (max-width: 767px) {
  .sec-cta .btn-more > a::before {
    width: 16px;
    height: 16px;
    margin-right: 12px;
  }
}
.sec-cta .btn-more > a:hover {
  box-shadow: 0 8px 0 0 #B75B2D;
}
@media (max-width: 767px) {
  .sec-cta .btn-more > a:hover {
    box-shadow: 0 6px 0 0 #B75B2D;
  }
}
.sec-cta .btn-more > a .cta-balloon {
  top: -37px;
}
.sec-cta .note {
  margin: 32px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sec-cta .note {
    margin: 22px 0 0;
    font-size: 15px;
  }
}

#reason {
  padding: 105px 0 80px;
  background: #FBFBFA;
}
@media (max-width: 767px) {
  #reason {
    padding: 72px 0 48px;
  }
}
@media (max-width: 767px) {
  #reason .content-title {
    margin: 0 0 32px;
  }
}
#reason .content-title h2 {
  font-size: 56px;
  letter-spacing: 4.48px;
  margin: 0 0 34px;
}
@media (max-width: 767px) {
  #reason .content-title h2 {
    font-size: 28px;
    letter-spacing: 2.24px;
    margin: 0 0 23px;
  }
}
#reason .content-title h2 span {
  display: block;
  font-size: 34px;
  letter-spacing: 2.72px;
}
@media (max-width: 767px) {
  #reason .content-title h2 span {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 374px) {
  #reason .content-title h2 span {
    font-size: 18px;
  }
}
#reason .content-title h2 i {
  font-style: normal;
  font-size: 88px;
  font-weight: 400;
  letter-spacing: 7.04px;
  font-family: "Times New Roman";
  line-height: 102px;
}
@media (max-width: 767px) {
  #reason .content-title h2 i {
    font-size: 48px;
    letter-spacing: 3.84px;
    line-height: 48px;
  }
}
#reason .btn-more {
  margin: 48px 0 0;
}
@media (max-width: 767px) {
  #reason .btn-more {
    margin: 40px 0 0;
  }
}
#reason .btn-more > a {
  max-width: 431px;
  margin: 0 auto;
  font-size: 20px;
  padding: 27px 24px 28px;
}
@media (max-width: 767px) {
  #reason .btn-more > a {
    font-size: 16px;
    max-width: 335px;
    padding: 22px 6px;
  }
}
@media (max-width: 374px) {
  #reason .btn-more > a {
    font-size: 14px;
  }
}
#reason .btn-more > a::before {
  content: "";
  background-image: url("../img/icon/icon-arrow-right-816.svg");
  width: 8px;
  height: 16px;
  margin-right: 18px;
}
@media (max-width: 767px) {
  #reason .btn-more > a::before {
    margin-right: 10px;
  }
}

.list-reason {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.list-reason .item {
  position: relative;
  width: calc((100% - 48px) / 3);
  border-radius: 6px;
  background: #FFF;
  padding: 52px 32px 33px;
}
@media (max-width: 991px) {
  .list-reason .item {
    width: 100%;
    padding: 31px 24px 34px;
  }
}
.list-reason .numb {
  position: absolute;
  content: "";
  top: -8px;
  left: 32px;
  font-family: "Times New Roman";
  font-size: 56px;
  font-weight: 400;
  color: #007E43;
  line-height: 37px;
  margin: 0;
}
@media (max-width: 767px) {
  .list-reason .numb {
    font-size: 40px;
    line-height: 26px;
    left: 24px;
  }
}
.list-reason h3 {
  color: #E68A5E;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 17px;
}
@media (max-width: 767px) {
  .list-reason h3 {
    font-size: 20px;
    margin: 0 0 13px;
  }
}
.list-reason p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.list-reason .note {
  font-size: 13px;
  line-height: 1.5;
}

.sec-price {
  background: #EEF6F4;
  padding: 85px 0 91px;
}
@media (max-width: 767px) {
  .sec-price {
    padding: 69px 0 48px;
  }
}
.sec-price .content-title {
  margin: 0 0 47px;
}
@media (max-width: 767px) {
  .sec-price .content-title {
    margin: 0 0 24px;
  }
}
.sec-price .content-title h2 {
  font-size: 56px;
  letter-spacing: 4.48px;
}
@media (max-width: 991px) {
  .sec-price .content-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sec-price .content-title h2 {
    font-size: 23px;
    letter-spacing: 1.84px;
    line-height: 1.4;
    margin: 0 0 27px;
  }
}
@media (max-width: 374px) {
  .sec-price .content-title h2 {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.sec-price .content-title h2 span {
  font-size: 42px;
  letter-spacing: 3.36px;
}
@media (max-width: 767px) {
  .sec-price .content-title h2 span {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 1.5;
  }
}
.sec-price .content-title h2 i {
  font-size: 80px;
  font-weight: 600;
  line-height: 82px;
  letter-spacing: 6.4px;
  font-style: normal;
  display: inline-block;
}
@media (max-width: 767px) {
  .sec-price .content-title h2 i {
    font-size: 39px;
    letter-spacing: 3.12px;
    line-height: 36px;
  }
}
.sec-price .content-title p {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 374px) {
  .sec-price .content-title p {
    font-size: 14px;
  }
}
.sec-price .note {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .sec-price .note {
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
  }
}

.list-price {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 48px;
  margin: 0 0 48px;
}
@media (max-width: 767px) {
  .list-price {
    margin: 0 -12px 9px;
  }
}
.list-price .item {
  position: relative;
  width: calc((100% - 96px) / 3);
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 133px 37px 0 rgba(68, 131, 115, 0), 0 85px 34px 0 rgba(68, 131, 115, 0), 0 48px 29px 0 rgba(68, 131, 115, 0.01), 0 21px 21px 0 rgba(68, 131, 115, 0.02), 0 5px 12px 0 rgba(68, 131, 115, 0.02);
  padding: 10px 10px 48px;
  text-align: center;
}
@media (max-width: 991px) {
  .list-price .item {
    width: 100%;
    padding: 32px 10px;
  }
}
.list-price .item::after {
  content: "";
  position: absolute;
  background-image: url("../img/icon/icon-plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  top: 55%;
  right: -64px;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .list-price .item::after {
    top: auto;
    right: auto;
    bottom: -44px;
    width: 56px;
    height: 56px;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 767px) {
  .list-price .item:first-child .image img {
    height: 46px;
  }
}
.list-price .item:nth-child(2) .image {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .list-price .item:nth-child(2) .image {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .list-price .item:nth-child(2) .numb {
    margin: 0 0 1px;
  }
}
.list-price .item:last-child .image {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .list-price .item:last-child .image {
    margin: 6px 0;
  }
}
.list-price .item:last-child::after {
  content: none;
}
.list-price .image {
  text-align: center;
  margin: -25px 0 24px;
}
@media (max-width: 767px) {
  .list-price .image {
    margin: 0 0 10px;
  }
}
.list-price .image img {
  height: 90px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .list-price .image img {
    height: 42px;
  }
}
.list-price .fz-28 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .list-price .fz-28 {
    font-size: 22px;
    margin: 0 0 10px;
  }
}
.list-price .fz-26 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .list-price .fz-26 {
    font-size: 22px;
    margin: 0 0 8px;
  }
}
.list-price .fz-22 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .list-price .fz-22 {
    font-size: 18px;
    margin-top: 0;
  }
}
.list-price .fz-19 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .list-price .fz-19 {
    font-size: 18px;
    margin-top: 0;
  }
}
.list-price .fz-48 {
  color: #E68A5E;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0px;
}
@media (max-width: 767px) {
  .list-price .fz-48 {
    font-size: 32px;
    letter-spacing: -3.84px;
    line-height: 1.3;
  }
}
.list-price .numb {
  color: #E68A5E;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -5.76px;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .list-price .numb {
    font-size: 32px;
    letter-spacing: -3.84px;
  }
}
.list-price .numb span {
  font-size: 80px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 67px;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .list-price .numb span {
    font-size: 64px;
    line-height: 46px;
    top: 2px;
    padding-right: 5px;
  }
}
.list-price .numb i {
  font-style: normal;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .list-price .numb i {
    letter-spacing: -3.84px;
  }
}

.credit {
  border-radius: 6px;
  background: #FFF;
  padding: 40px 24px;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .credit {
    padding: 25px 24px 32px;
    margin: 0 -12px 0px;
  }
}
.credit h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .credit h3 {
    font-size: 16px;
    margin: 0 0 14px;
  }
}
@media (max-width: 374px) {
  .credit h3 {
    font-size: 15px;
  }
}

.list-credit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 64px;
}
@media (max-width: 767px) {
  .list-credit {
    gap: 8px;
  }
}
.list-credit .item {
  width: 100px;
}
@media (max-width: 767px) {
  .list-credit .item {
    width: 44px;
  }
}
.list-credit .item:nth-child(2) {
  width: 137px;
}
@media (max-width: 767px) {
  .list-credit .item:nth-child(2) {
    width: 85px;
  }
}
.list-credit .item:nth-child(4) {
  width: 80px;
}
@media (max-width: 767px) {
  .list-credit .item:nth-child(4) {
    width: 44px;
  }
}
@media (max-width: 767px) {
  .list-credit .item:nth-child(5) {
    width: 59px;
  }
}

.about-content {
  padding: 100px 0 0;
  background-image: url("../img/top/bg-about.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
@media (max-width: 991px) {
  .about-content {
    padding: 66px 0 39px;
    background-image: none;
  }
}
.about-content h2 {
  color: #007E43;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 3.36px;
  margin: 0 0 61px;
  text-align: center;
}
@media (max-width: 767px) {
  .about-content h2 {
    font-size: 28px;
    letter-spacing: 2.24px;
    margin: 0 0 30px;
    text-align: left;
  }
}
@media (max-width: 374px) {
  .about-content h2 {
    font-size: 24px;
  }
}

.group-about {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px 40px;
}
@media (max-width: 1199px) {
  .group-about {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .group-about {
    flex-direction: column-reverse;
  }
}
.group-about .image {
  width: calc(100% - 730px);
  text-align: right;
}
@media (max-width: 1199px) {
  .group-about .image {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .group-about .image {
    width: 100vw;
    text-align: center;
    margin: 0 -20px;
    background-image: url("../img/top/bg-about-sp.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
  }
}
.group-about .image img {
  width: 408px;
}
@media (max-width: 1199px) {
  .group-about .image img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .group-about .image img {
    width: 236px;
    position: relative;
    left: 5px;
  }
}

.content-about {
  width: 690px;
  padding: 0 0 82px;
}
@media (max-width: 1199px) {
  .content-about {
    width: calc(65% - 16px);
  }
}
@media (max-width: 991px) {
  .content-about {
    width: 100%;
    padding: 0;
  }
}
.content-about h3 {
  color: #E68A5E;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1199px) {
  .content-about h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .content-about h3 {
    font-size: 19px;
    margin: 0 0 26px;
  }
}
.content-about .fz-18 {
  font-size: 18px;
}
@media (max-width: 991px) {
  .content-about .fz-18 {
    margin: 0 0 32px;
  }
}
@media (max-width: 767px) {
  .content-about .fz-18 {
    font-size: 16px;
  }
}
.content-about .fz-18 span {
  font-weight: 700;
}
.content-about h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.9;
  margin: 34px 0 4px;
}
@media (max-width: 1199px) {
  .content-about h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .content-about h4 {
    font-size: 26px;
    margin: 8px 0 16px;
  }
}
.content-about h4 span {
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin-left: 12px;
  line-height: 1.9;
  top: -3px;
  position: relative;
}
@media (max-width: 767px) {
  .content-about h4 span {
    display: block;
    font-size: 13px;
    margin-left: 0;
    line-height: normal;
    top: -5px;
  }
}
.content-about > ul {
  list-style: outside none none;
  margin: 0 0 20px;
  padding: 0 0 0 4px;
}
@media (max-width: 767px) {
  .content-about > ul {
    margin: 0 0 15px;
  }
}
.content-about > ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  position: relative;
}
@media (max-width: 767px) {
  .content-about > ul li {
    line-height: 1.7;
  }
}
.content-about > ul li:before {
  content: "・";
  display: inline-block;
  margin-right: 4px;
}
.content-about p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .content-about p {
    line-height: 1.7;
  }
}

.banner-content {
  background: #3FA166;
  color: #fff;
  padding: 55px 0 61px;
}
@media (max-width: 991px) {
  .banner-content {
    padding: 34px 8px 24px;
  }
}
.banner-content .container {
  padding: 0;
}

.list-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: -26px 0 70px;
}
.list-banner .item {
  position: relative;
  width: calc((100% - 48px) / 4);
  border-radius: 6px;
  overflow: hidden;
}

.banner-link {
  max-width: 880px;
  margin: 0 auto;
}
.banner-link h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  margin: 0 0 4px;
}
@media (max-width: 991px) {
  .banner-link h3 {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 0 0 10px;
  }
}
@media (max-width: 374px) {
  .banner-link h3 {
    font-size: 18px;
  }
}
.banner-link h3::before, .banner-link h3::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 38px;
  background-color: #fff;
  position: relative;
  top: 10px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
@media (max-width: 991px) {
  .banner-link h3::before, .banner-link h3::after {
    width: 18px;
    height: 76px;
    top: 6px;
  }
}
.banner-link h3::before {
  margin-right: 12px;
  mask-image: url("../img/icon/line-1.svg");
}
@media (max-width: 991px) {
  .banner-link h3::before {
    mask-image: url("../img/icon/line-1-sp.svg");
    margin: 0 1px 0 0px;
  }
}
.banner-link h3::after {
  margin-left: 18px;
  mask-image: url("../img/icon/line-2.svg");
}
@media (max-width: 991px) {
  .banner-link h3::after {
    mask-image: url("../img/icon/line-2-sp.svg");
    margin: 0 0 0 1px;
  }
}

.sec-intro {
  padding: 102px 0 100px;
  position: relative;
  background-image: url("../img/top/bg-intro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
@media (max-width: 767px) {
  .sec-intro {
    padding: 68px 0 48px;
    background-image: url("../img/top/bg-intro-sp.jpg");
  }
}
.sec-intro .content-title {
  margin: 0 0 43px;
}
@media (max-width: 767px) {
  .sec-intro .content-title {
    margin: 0 0 32px;
  }
}
@media (max-width: 374px) {
  .sec-intro .content-title {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.sec-intro .content-title h2 {
  margin: 0 0 41px;
}
@media (max-width: 767px) {
  .sec-intro .content-title h2 {
    margin: 0 0 30px;
  }
}

.content-intro {
  max-width: 880px;
  margin: 0 auto;
}
.content-intro table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.content-intro table tr th, .content-intro table tr td {
  font-size: 18px;
  padding: 19.2px 18px;
}
@media (max-width: 767px) {
  .content-intro table tr th, .content-intro table tr td {
    padding: 20px 18px 21px;
  }
}
.content-intro table tr th {
  background: #4D7A6C;
  color: #fff;
  width: 236px;
  vertical-align: top;
  font-weight: 700;
}
@media (max-width: 767px) {
  .content-intro table tr th {
    width: 100%;
    padding: 9px 18px;
  }
}
.content-intro table tr td {
  padding-left: 24px;
  background: #fff;
}
@media (max-width: 767px) {
  .content-intro table tr td {
    padding-left: 18px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .content-intro table tr:first-child td {
    padding: 17px 18px;
  }
}
.content-intro table a {
  color: #205EC2;
  text-decoration: underline;
}
.content-intro table a:hover {
  color: #0E3E8C;
}
@media (max-width: 767px) {
  .content-intro table, .content-intro thead, .content-intro tbody, .content-intro th, .content-intro td, .content-intro tr {
    display: block;
  }
}

#flow {
  background: #EEF6F4;
  padding: 102px 0 100px;
}
@media (max-width: 767px) {
  #flow {
    padding: 67px 0 48px;
  }
}
#flow .container {
  width: 880px;
}
@media (max-width: 1240px) {
  #flow .container {
    width: 100%;
  }
}
#flow .content-title {
  margin: 0 0 64px;
}
@media (max-width: 767px) {
  #flow .content-title {
    margin: 0 0 48px;
  }
}

.list-flow {
  padding-left: 18px;
}
@media (max-width: 767px) {
  .list-flow {
    padding-left: 0;
  }
}
.list-flow .item {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 26px;
  position: relative;
  margin: 0 0 66px;
}
@media (max-width: 767px) {
  .list-flow .item {
    margin: 0 0 52px;
  }
}
.list-flow .item::after {
  content: "";
  position: absolute;
  background-image: url("../img/icon/icon-triangle-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 18px;
  bottom: -42px;
  left: 126px;
}
@media (max-width: 550px) {
  .list-flow .item::after {
    left: 50%;
    transform: translateX(-50%);
    width: 19px;
    height: 12px;
    bottom: -27px;
  }
}
.list-flow .item:last-child {
  margin: 0;
}
.list-flow .item:last-child::after {
  content: none;
}
.list-flow .step {
  position: absolute;
  content: "";
  top: -24px;
  left: -18px;
  width: 64px;
  height: 64px;
  line-height: 1.7;
  border-radius: 50%;
  background: #007E43;
  color: #FBFBFA;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .list-flow .step {
    left: -12px;
  }
}
.list-flow .step span {
  font-size: 27px;
  display: block;
  line-height: 25px;
}
@media (max-width: 767px) {
  .list-flow .step span {
    line-height: 26px;
  }
}
.list-flow .image {
  width: 286px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 550px) {
  .list-flow .image {
    width: 100%;
  }
}
.list-flow .image img {
  aspect-ratio: 286/190;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .list-flow .image img {
    aspect-ratio: 335/190;
  }
}
.list-flow .content-flow {
  width: calc(100% - 312px);
}
@media (max-width: 550px) {
  .list-flow .content-flow {
    width: 100%;
  }
}
.list-flow h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 12px;
}
@media (max-width: 550px) {
  .list-flow h3 {
    font-size: 21px;
    margin: 0 0 1px;
  }
}
.list-flow p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .list-flow p {
    margin: 0 0 21px;
  }
}
.list-flow p:last-child {
  margin: 0;
}
.list-flow .btn-more > a {
  color: #205EC2;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-decoration: underline;
}
.list-flow .btn-more > a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  mask-image: url("../img/icon/icon-arrow-right-510.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 5px;
  height: 10px;
  margin-right: 12px;
  background-color: #205EC2;
}
.list-flow .btn-more > a:hover {
  color: #0E3E8C;
}
.list-flow .btn-more > a:hover::before {
  background-color: #0E3E8C;
}

.point-img {
  margin: 41px 0 0;
}
@media (max-width: 767px) {
  .point-img {
    border-radius: 8px;
    background: #FBFBF5;
    padding: 0px;
    margin: 31px -12px 0;
  }
}

#qa {
  background: #FBFBFA;
  padding: 103px 0 100px;
}
@media (max-width: 767px) {
  #qa {
    padding: 68px 0 48px;
  }
}
#qa .content-title {
  margin: 0 0 44px;
}
@media (max-width: 767px) {
  #qa .content-title {
    margin: 0 0 24px;
  }
}
#qa .btn-more {
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  #qa .btn-more {
    margin: 40px 0 0;
  }
}
#qa .btn-more > a {
  max-width: 430px;
  margin: 0 auto;
  font-size: 20px;
  padding: 27px 18px 28px 24px;
}
@media (max-width: 767px) {
  #qa .btn-more > a {
    max-width: 335px;
    font-size: 18px;
    padding: 21px 6px;
  }
}
#qa .btn-more > a::before {
  width: 5px;
  height: 10px;
  margin-right: 31px;
  background-image: url("../img/icon/icon-arrow-right-510.svg");
}
@media (max-width: 767px) {
  #qa .btn-more > a::before {
    margin-right: 8px;
  }
}

.list-faq {
  max-width: 880px;
  margin: 0 auto;
}
.list-faq dl {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 29px 8px 0 rgba(245, 237, 219, 0.01), 0 18px 7px 0 rgba(245, 237, 219, 0.07), 0 10px 6px 0 rgba(245, 237, 219, 0.24), 0 5px 5px 0 rgba(245, 237, 219, 0.4), 0 1px 3px 0 rgba(245, 237, 219, 0.47);
  padding: 14px 40px;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .list-faq dl {
    padding: 13.5px 16px;
  }
}
.list-faq dl.active .plus-icon::after {
  content: none;
}
.list-faq dl:last-child {
  margin: 0;
}
.list-faq .icon-q, .list-faq .icon-a {
  font-size: 24px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 24px 0 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 80px;
  background: #007E43;
  position: relative;
}
@media (max-width: 767px) {
  .list-faq .icon-q, .list-faq .icon-a {
    top: 7px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    margin: 0 8px 0 0;
    align-self: flex-start;
  }
}
.list-faq .icon-a {
  background: #E68A5E;
  float: left;
  top: -6px;
}
@media (max-width: 767px) {
  .list-faq .icon-a {
    top: -2px;
  }
}
.list-faq dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 14px 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .list-faq dt {
    padding: 13px 0;
  }
}
.list-faq dt .dt-ct {
  width: calc(100% - 84px);
  padding-right: 38px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .list-faq dt .dt-ct {
    font-size: 16px;
    width: calc(100% - 56px);
    padding-right: 23px;
  }
}
.list-faq dt .plus-icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  margin: 0;
}
@media (max-width: 767px) {
  .list-faq dt .plus-icon {
    align-self: flex-start;
    top: 13px;
  }
}
.list-faq dt .plus-icon::before, .list-faq dt .plus-icon::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
}
.list-faq dt .plus-icon::before {
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #007E43;
}
.list-faq dt .plus-icon::after {
  height: 20px;
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #007E43;
}
.list-faq dd {
  display: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  padding: 20px 0 30px;
}
@media (max-width: 767px) {
  .list-faq dd {
    padding: 9px 0;
  }
}
.list-faq dd .dd-ct {
  width: calc(100% - 125px);
  max-width: 100%;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .list-faq dd .dd-ct {
    width: calc(100% - 79px);
    font-size: 15px;
  }
}
.list-faq dd .dd-ct p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .list-faq dd .dd-ct p {
    font-size: 15px;
    line-height: 1.74;
  }
}

.site-footer {
  background: transparent;
  padding: 0;
  margin: 0;
}
.site-footer .footer-menu {
  padding: 64px 0 61px;
}
@media (max-width: 767px) {
  .site-footer .footer-menu {
    padding: 64px 0 83px;
  }
}
.site-footer .logo {
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .site-footer .logo {
    margin: 0 0 67px;
  }
}
.site-footer .logo a {
  display: block;
  color: #3A3A3A;
}
.site-footer .logo a span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  margin: 9px 0 0;
}
.site-footer .logo img {
  height: 72px;
  object-fit: contain;
}
.site-footer .menu-footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px 13px;
}
@media (max-width: 767px) {
  .site-footer .menu-footer ul li {
    border: 0 none;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
.site-footer .menu-footer ul li::before {
  content: none;
}
.site-footer .menu-footer ul li a {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
}
.site-footer .menu-footer ul li a:hover {
  text-decoration: none;
  color: #205EC2;
}
.site-footer .site-info {
  background: #EEF6F4;
  color: #888;
  padding: 8px 0 12px;
}
@media (max-width: 767px) {
  .site-footer .site-info {
    text-align: center;
    padding: 7px 0;
  }
}
.site-footer .site-info .container {
  width: 1200px;
  padding: 0;
}
@media (max-width: 1280px) {
  .site-footer .site-info .container {
    padding: 0 40px;
    width: 100%;
  }
}
.site-footer .site-info p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  color: #888;
}
@media (max-width: 767px) {
  .site-footer .site-info p {
    font-size: 10px;
  }
}

.bfb-common-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #152544;
  color: #fff;
  width: 100%;
  display: block;
  z-index: 88;
}
.bfb-common-cta .bfb-contact {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px 62px;
  padding: 3px 0 7px 124px;
}
@media (max-width: 1240px) {
  .bfb-common-cta .bfb-contact {
    width: 100%;
    padding: 19px 4px;
    gap: 2px 16px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .bfb-common-cta .bfb-contact {
    padding: 4px 4px 4px;
  }
}
.bfb-common-cta .bfb-close-cta {
  position: absolute;
  content: "";
  background-image: url("../img/icon/icon-close-cta.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: -40px;
  left: 0;
  cursor: pointer;
  z-index: 8;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bfb-common-cta .bfb-close-cta {
    width: 31px;
    height: 31px;
    top: -31px;
  }
}
@media (max-width: 767px) {
  .bfb-common-cta .bfb-cta-left {
    width: 100%;
    text-align: center;
  }
}
.bfb-common-cta .bfb-cta-left h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1240px) {
  .bfb-common-cta .bfb-cta-left h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .bfb-common-cta .bfb-cta-left h3 {
    font-size: 14px;
    line-height: 1;
  }
}
.bfb-common-cta .bfb-cta-left h3 > span {
  color: #FFE732;
  font-size: 32px;
  padding-left: 3px;
}
@media (max-width: 767px) {
  .bfb-common-cta .bfb-cta-left h3 > span {
    font-size: 18px;
  }
}
.bfb-common-cta .bfb-cta-left p {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1240px) {
  .bfb-common-cta .bfb-cta-left p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .bfb-common-cta .bfb-cta-left p {
    font-size: 12px;
  }
}
.bfb-common-cta .bfb-cta-right {
  width: 367px;
}
@media (max-width: 767px) {
  .bfb-common-cta .bfb-cta-right {
    width: 100%;
  }
}
.bfb-common-cta .bfb-cta-right p {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: normal;
}
.bfb-common-cta .bfb-cta-right > a {
  padding: 13px 38px 21px 24px;
  box-shadow: 0 4px 0 0 #B75B2D;
}
@media (max-width: 767px) {
  .bfb-common-cta .bfb-cta-right > a {
    max-width: 367px;
    margin: 0 auto;
    font-size: 15px;
    padding: 11px 20px 11px 6px;
    box-shadow: 0 2px 0 0 #B75B2D;
  }
}
@media (max-width: 374px) {
  .bfb-common-cta .bfb-cta-right > a {
    padding: 11px 11px 11px 6px;
  }
}
@media (max-width: 374px) {
  .bfb-common-cta .bfb-cta-right > a {
    font-size: 12px;
  }
}
.bfb-common-cta .bfb-cta-right > a::before {
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .bfb-common-cta .bfb-cta-right > a::before {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    order: 2;
  }
}
@media (max-width: 374px) {
  .bfb-common-cta .bfb-cta-right > a::before {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .bfb-common-cta .bfb-cta-right > a span {
    order: 3;
  }
}
.bfb-common-cta .bfb-cta-right > a:hover {
  box-shadow: 0 4px 0 0 #B75B2D;
}
@media (max-width: 767px) {
  .bfb-common-cta .bfb-cta-right > a:hover {
    box-shadow: 0 2px 0 0 #B75B2D;
  }
}
.bfb-common-cta .bfb-cta-right .list-icon {
  display: none;
}
@media (max-width: 767px) {
  .bfb-common-cta .bfb-cta-right .list-icon {
    display: flex;
    gap: 2px;
    order: 1;
    margin-right: 8px;
    position: relative;
    top: 1px;
  }
}
@media (max-width: 374px) {
  .bfb-common-cta .bfb-cta-right .list-icon {
    margin-right: 5px;
  }
}
.bfb-common-cta .bfb-cta-right .list-icon li {
  border-radius: 3px;
  background: #FFF;
  padding: 4px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.bfb-common-cta .bfb-cta-right .list-icon li img {
  height: 24px;
  object-fit: contain;
}
.bfb-common-cta .bfb-cta-right .list-icon li:nth-child(2) img {
  height: 32px;
}
.bfb-common-cta .bfb-cta-right .list-icon li:last-child img {
  height: 19px;
}

body.show-main-menu {
  overflow: hidden;
}
body.show-main-menu .site-header .content-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body.show-main-menu .site-header .button-interview {
  background: #EEF6F4;
  padding: 18px 20px 24px;
}
body.show-main-menu .site-header .button-interview > a {
  max-width: 335px;
  margin: 0 auto;
  font-size: 16px;
  padding: 20px 12px 22px 6px;
  box-shadow: 0 6px 0 0 #B75B2D;
  border-radius: 12px;
}
@media (max-width: 374px) {
  body.show-main-menu .site-header .button-interview > a {
    font-size: 14px;
  }
}
body.show-main-menu .site-header .button-interview > a::before {
  width: 14px;
  height: 14px;
  margin-right: 12px;
  top: 1px;
}
body.show-main-menu .site-header .button-interview p {
  margin: 0 0 4px;
}
body.show-main-menu .site-header .main-navigation {
  background: transparent;
  padding: 39px 48px;
}
body.show-main-menu .site-header .main-navigation .primary-menu {
  display: block;
}
body.show-main-menu .site-header .main-navigation .primary-menu li {
  margin: 0 0 31px;
}
body.show-main-menu .site-header .main-navigation .primary-menu li a {
  font-size: 20px;
  padding: 0;
}
body.show-main-menu .nav-sp-btn .close {
  opacity: 1;
  visibility: visible;
  display: block;
  max-height: 30px;
}
body.show-main-menu .nav-sp-btn .open {
  opacity: 0;
  visibility: hidden;
  display: none;
}