@charset "UTF-8";
/* ========================================
    variables
======================================== */
/* ========================================
    mixin
======================================== */
/* ========================================
    base
======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-size: 62.5%; /* -> 10px */
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  line-height: 1.9;
  color: #333;
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active, a:focus {
  color: inherit;
  cursor: pointer;
}
a .anchor {
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

p {
  line-height: 1.7;
  margin-bottom: 2px;
  letter-spacing: 2.1px;
}
@media (max-width: 600px) {
  p {
    letter-spacing: 1.7px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: initial;
}

ol {
  font-size: initial;
  margin-bottom: 5px;
  margin-left: 5px;
}
ol li {
  margin-top: 4px;
}

figure {
  margin: 0;
}

main {
  margin-top: 8rem;
}
@media (max-width: 600px) {
  main {
    margin-top: 6rem;
  }
}

.small-t1 {
  max-width: 1110px;
  margin: 0 auto;
  width: 100%;
}

.small-t2 {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 600px) {
  .small-t2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.small-t3 {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 600px) {
  .small-t3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mt-10 {
  margin-top: 10rem;
}
@media (max-width: 600px) {
  .mt-10 {
    margin-top: 5rem;
  }
}

.mt-8 {
  margin-top: 8rem;
}
@media (max-width: 600px) {
  .mt-8 {
    margin-top: 3rem;
  }
}

@media (max-width: 1025px) {
  .pc-only {
    display: none !important;
  }
}

.home-small {
  max-width: 1240px;
}

.mt-bg {
  margin-top: 7rem;
}
@media (max-width: 600px) {
  .mt-bg {
    margin-top: 4rem;
  }
}

.mt-4r {
  margin-top: 4rem;
}

.mt-5r {
  margin-top: 5rem;
}

.color-red {
  color: #ff5757;
}

.border-red {
  padding: 15px 0;
  text-align: center;
  border: 1px solid #ff5757;
}

figure {
  margin: 10px 0;
}
figure img {
  width: 100%;
}

.txt-bold {
  font-weight: 600;
}

.w-170px {
  width: 170px;
}

h1 {
  font-size: 3.5rem;
  line-height: 1.7;
}
@media (max-width: 600px) {
  h1 {
    font-size: 6vw;
  }
}

h2 {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 600px) and (max-width: 768px) {
  h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 2.1rem;
  }
}

h3 {
  font-weight: 300;
  font-size: 2.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 600px) {
  h3 {
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
  }
}

h4 {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: normal;
}
@media (max-width: 600px) {
  h4 {
    font-size: 1.6rem;
  }
}

p {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  p {
    font-size: 1.4rem;
  }
}

ul {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  ul {
    font-size: 1.4rem;
  }
}

small {
  font-size: 10px;
}

.color-primary {
  color: #019688;
}

.section-title {
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.section-title h2 {
  letter-spacing: 2px;
}

.sec-title {
  padding: 20px 0;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 600px) {
  .sec-title {
    padding: 10px 0;
  }
}
.sec-title h2 {
  margin: 0;
  text-transform: uppercase;
  color: #997E60;
  font-size: 30px;
}
@media (max-width: 600px) {
  .sec-title h2 {
    font-size: 25px;
  }
}
.sec-title p {
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .sec-title p {
    font-size: 20px;
  }
}

.sec-title02 h2 {
  text-transform: uppercase;
  color: #997E60;
}
.sec-title02 h3 {
  background-color: #9D8080;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  border-radius: 10px;
}

.btn-purchase {
  display: inline-block;
  width: 100%;
  background-color: #FF6900;
  text-align: center;
  padding: 20px 0;
  border-radius: 12px;
}
.btn-purchase span {
  color: #fff;
  font-size: 20px;
}
.btn-purchase span i {
  margin-right: 10px;
}
@media (max-width: 600px) {
  .btn-purchase {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
  }
}

form {
  line-height: 2;
  font-size: 17px;
}
form .form-control {
  padding: 1rem;
  font-size: 1.5rem;
}
form .small-text {
  font-size: 12px;
}
form .form-group {
  padding-bottom: 12px;
  padding-top: 15px;
}
@media (max-width: 600px) {
  form .form-group {
    border-bottom: none;
  }
}
form .form-group input, form .form-group textarea {
  margin-top: 23px;
  margin-bottom: 23px;
  margin: 0;
  margin-right: 5px;
}
form .form-group:first-child {
  padding-top: 0;
}
form .form-group:last-child {
  border: none;
}
form .cf7_req {
  color: #fff;
  background-color: red;
  padding: 2px 6px;
  font-size: 11px;
  display: inline-block;
}
form .cf7_opt {
  background-color: #aaa !important;
}
form .btn {
  font-size: 16px;
  padding: 10px;
  width: 200px;
  margin-top: 30px;
  background-color: #019688;
  border-color: #019688;
}
form .btn:hover {
  background-color: #019688;
  border-color: #019688;
  opacity: 0.8;
}
form .wpcf7-list-item {
  margin: 0;
}
form .wpcf7-list-item label {
  padding: 0 10px;
}
form input[type=radio] {
  width: auto !important;
}

form [type=radio] {
  width: 16px;
  height: 16px;
}

@media (max-width: 600px) {
  .wpcf7-list-item-label {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .form-check {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .form-check .wpcf7-list-item {
    margin: 0;
  }
  .form-check .wpcf7-list-item label {
    padding-top: 0;
  }
}

.view-more a {
  letter-spacing: 2px;
  padding: 20px 0px;
  font-size: 18px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  background: #FF6900;
  min-width: 350px;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .view-more a {
    font-size: 16px;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .view-more a {
    padding: 20px 5px;
    transition: all 0.2s ease-in-out;
  }
  .view-more a:hover {
    opacity: 0.9;
  }
}

.hp-t1 {
  letter-spacing: 2px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .hp-t1 {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

.hp-t2 {
  letter-spacing: 1.2px;
  display: block;
  font-weight: 400;
  color: #8D8D8D;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 600px) {
  .hp-t2 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 14px;
  }
}

.hp-bb {
  position: relative;
  padding-bottom: 10px;
}
.hp-bb::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #333;
  transform: translate(-50%, 0);
}

.hp-t3 {
  letter-spacing: 1.2px;
  display: block;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .hp-t3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 14px;
  }
}

.header {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 999;
  top: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
}
.header--inner {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  height: 8rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 600px) {
  .header--inner {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    height: 6rem;
  }
}
.header--inner__logo {
  height: 100%;
}
.header--inner__logo img {
  height: 100%;
}
@media (max-width: 1025px) {
  .header--inner__nav {
    position: absolute;
    height: 100vh;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .header--inner__nav ul {
    flex-direction: column;
    margin-top: 20px;
  }
  .header--inner__nav.hidden {
    display: none;
  }
}
.header--inner__nav ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.header--inner__nav ul li a {
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  padding: 5px 15px;
  border: none;
}
.header--inner__nav ul li a:hover {
  opacity: 0.8;
}
.header--inner__right a {
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
  padding: 10px 40px;
  background: #FF6900;
  border-width: 2px;
  border-style: solid;
  color: #fff;
}
.header--inner__right a i {
  margin-right: 5px;
}
@media (max-width: 600px) {
  .header--inner__right a {
    width: 100%;
    text-align: center;
  }
}
.header--inner__right a:hover {
  opacity: 0.8;
}
.header--inner__right .header-icon-last {
  background: #00ACEE;
  color: #fff;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .header--inner__right .header-icon-last {
    margin-left: 0;
    margin-top: 15px;
  }
}
.header .pc-nav {
  padding: 40px 0;
}
@media (max-width: 1025px) {
  .header .pc-nav {
    padding: 20px 0;
  }
}
.header .pc-nav ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1025px) {
  .header .pc-nav ul {
    flex-direction: column;
  }
}
.header .pc-nav ul li {
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 1025px) {
  .header .pc-nav ul li {
    font-size: 14px;
  }
}
.header .pc-nav ul li a {
  display: block;
  margin-top: 20px;
}
.header .pc-nav ul li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-top: 1px solid #019688;
  border-right: 1px solid #019688;
  transform: rotate(45deg);
}
@media (max-width: 1025px) {
  .header .pc-nav ul li a {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    color: #019688;
  }
}
.header .pc-nav ul li .sub-menu {
  margin-top: 5px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1025px) {
  .header .pc-nav ul li .sub-menu li {
    margin-bottom: 5px;
  }
}
.header .pc-nav ul li .sub-menu li a {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.8;
  position: relative;
  margin-top: 8px;
}
@media (max-width: 1025px) {
  .header .pc-nav ul li .sub-menu li a {
    background-color: transparent;
    color: #fff;
    padding: 0;
    margin: 0;
  }
}
.header .pc-nav ul li .sub-menu li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #FF6900;
}
@media (max-width: 1025px) {
  .header .pc-nav ul li .sub-menu li a::before {
    background: #fff;
  }
}
@media (min-width: 1025px) {
  .header .pc-nav ul li a:hover {
    color: #bbb;
  }
}
.header .sp-nav {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(1, 150, 136, 0.9);
  overflow: scroll;
  transition: all 0.3s linear;
}
@media (min-width: 1025px) {
  .header .sp-nav {
    display: none;
  }
}
.header .sp-nav--close {
  height: 65px;
}
.header .sp-nav--close .hi-toggle {
  float: right;
}
.header .sp-nav--close .hi-toggle:after {
  content: "";
  display: table;
  clear: both;
}
.header .sp-nav--block {
  padding: 5px 20px;
  height: 100vh;
}
.header .sp-nav--block .number {
  font-size: 24px;
}
.header .sp-nav--block .bg-white {
  border-radius: 8px;
  padding-left: 20px;
  margin-top: 10px;
  color: #019688;
}

.show-menu {
  visibility: visible !important;
  opacity: 1 !important;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #FF6900;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 600px) {
  .back-to-top {
    bottom: 90px;
  }
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.back-to-top:hover {
  opacity: 0.5;
}

.footer {
  background-color: #2b1821;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}
@media (max-width: 600px) {
  .footer {
    padding-top: 1rem;
  }
}
.footer--box {
  padding-top: 40px;
}
@media (max-width: 600px) {
  .footer--box {
    padding-top: 2rem;
  }
}
.footer--box .fb-logo {
  background-color: #fff;
  max-width: 300px;
  padding: 10px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .footer--box .fb-logo {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.footer--box .copyright {
  margin-top: 30px;
  border-top: 1px solid #fff;
  padding-top: 30px;
  color: #fff;
}
@media (max-width: 600px) {
  .footer--box .copyright {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.footer--box .copyright p {
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: center;
}

.mbl-only {
  display: none;
  max-height: 100%;
}
@media (max-width: 600px) {
  .mbl-only {
    display: inline-block;
  }
}

@media (max-width: 600px) {
  .mbl-except {
    display: none;
  }
}

.banner {
  background: rgba(255, 105, 0, 0.1);
  max-width: 1500px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.banner--item {
  width: 100%;
  max-height: 800px;
  display: inline-block;
}
.banner--item img {
  width: 100%;
  max-height: 100%;
}
@media (min-width: 1025px) {
  .banner--item img {
    max-height: 500px;
    object-fit: cover;
    object-position: bottom;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .banner--item img {
    height: 650px;
    object-fit: cover;
    object-position: bottom;
  }
}
@media (max-width: 600px) {
  .banner--item img {
    height: 620px;
    object-fit: cover;
    object-position: bottom;
  }
}
.banner--inner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.banner--inner .bi-box {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .banner--inner .bi-box {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .banner--inner .bi-box {
    max-width: 1100px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .banner--inner .bi-box {
    width: 520px;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .banner--inner .bi-box {
    width: 95vw;
    gap: 20px;
  }
}
.banner--inner .bi-box .bib-item {
  width: calc(50% - 20px);
}
.banner--inner .bi-box .bib-item:last-child {
  order: -1;
}
@media (min-width: 768px) {
  .banner--inner .bi-box .bib-item:last-child {
    order: 2;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .banner--inner .bi-box .bib-item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .banner--inner .bi-box .bib-item {
    width: 100%;
  }
}
.banner--inner .bi-box .bib-item h2 {
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .banner--inner .bi-box .bib-item h2 {
    margin-top: 40px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .banner--inner .bi-box .bib-item h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .banner--inner .bi-box .bib-item h2 {
    margin-bottom: 15px;
  }
}
.banner--inner .bi-box .bib-item p {
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .banner--inner .bi-box .bib-item p {
    margin-bottom: 15px;
  }
}

.sec01-fig {
  height: 200px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}
.sec01-fig img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .sec01-fig {
    height: 400px;
  }
}

.nayami-box {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .nayami-box {
    margin-bottom: 0;
  }
}

.nayami-gray {
  background-color: #E6E6E6;
  padding: 15px;
  border-radius: 8px;
}

.nayami-sign {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 35px;
  color: #F88B74;
}
@media (max-width: 600px) {
  .nayami-sign {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
  }
}

.nayami-fig {
  border-radius: 10px;
  overflow: hidden;
}

.kensa01-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.kensa01-row .kensa01-col {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .kensa01-row .kensa01-col {
    width: calc(25% - 10px);
  }
}
.kensa01-row .kensa01-col h4 {
  font-weight: normal;
}
.kensa01-row .kensa01-col figure {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 0;
}
.kensa01-row .kensa01-col figure img {
  height: 100%;
  object-fit: cover;
}

.kensa02 {
  background: rgba(1, 150, 136, 0.9);
  padding: 40px 0;
  color: #fff;
}
.kensa02-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.kensa02-row .kensa02-col {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  color: #019688;
  text-align: center;
}
@media (min-width: 768px) {
  .kensa02-row .kensa02-col {
    width: calc(33.33% - 20px);
  }
}
.kensa02-row .kensa02-col .kensa02-icon {
  line-height: 1.4;
  font-size: 65px;
}

.sec-03--list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .sec-03--list {
    margin-top: 20px;
  }
}
.sec-03--list__box {
  background-color: #fff;
  padding: 50px;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .sec-03--list__box:nth-child(even) .lb3-img {
    order: 2;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .sec-03--list__box {
    padding: 10px 10px;
  }
}
@media (max-width: 600px) {
  .sec-03--list__box {
    padding: 10px 10px;
    gap: 10px;
  }
}
.sec-03--list__box .lb3-img {
  width: calc(40% - 30px);
}
@media (max-width: 600px) {
  .sec-03--list__box .lb3-img {
    width: 100%;
    margin: 0;
  }
}
.sec-03--list__box .lb3-txt {
  width: calc(60% - 20px);
}
@media (max-width: 600px) {
  .sec-03--list__box .lb3-txt {
    width: 100%;
  }
}

.dekiru {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  max-width: 600px;
  margin: 0 auto;
}
.dekiru-circle {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .dekiru-circle {
    width: 150px;
    height: 150px;
  }
}
.dekiru-txt {
  text-align: center;
}

.accordion {
  margin-top: 40px;
  font-size: 17px;
  background: #efefef;
  padding: 10px 40px;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .accordion {
    font-size: 15px;
    padding: 10px 10px;
    margin-top: 20px;
  }
}
.accordion .toggle {
  display: none;
}
.accordion .Label {
  padding: 20px 40px 15px 85px;
  display: block;
  cursor: pointer;
  border-top: 1px solid #bbb;
}
.accordion .Label:hover {
  background: rgba(255, 105, 0, 0.1);
}
@media (max-width: 600px) {
  .accordion .Label {
    padding: 15px 15px 15px 35px;
  }
}
.accordion .Label::before { /*タイトル横の矢印*/
  content: "Q.";
  color: #FF6900;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 800;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .accordion .Label::before {
    left: 10px;
    font-size: 15px;
    top: 14px;
    transform: none;
  }
}
.accordion .Label::after { /*タイトル横の矢印*/
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FF6900;
  border-right: 2px solid #FF6900;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
@media (max-width: 600px) {
  .accordion .Label::after {
    right: 12px;
  }
}
.accordion .Label,
.accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion .content { /*本文*/
  height: 0;
  overflow: hidden;
  padding: 0 20px;
}
.accordion .content p {
  margin-left: 6.5rem;
  margin-right: 4rem;
  letter-spacing: 2.4px;
}
@media (max-width: 600px) {
  .accordion .content p {
    margin-left: 15px;
    margin-right: 0;
    font-size: 14px;
    letter-spacing: 1.2px;
  }
}
.accordion .content::before {
  content: "A.";
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  left: 25px;
  top: 20px;
  color: #FF6900;
}
@media (max-width: 600px) {
  .accordion .content::before {
    left: 10px;
    font-size: 15px;
    top: 6px;
  }
}
.accordion .toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .accordion .toggle:checked + .Label + .content {
    padding: 5px 20px 20px;
  }
}
.accordion .toggle:checked + .Label::after {
  transform: rotate(-45deg) !important;
}
.accordion .last {
  border-bottom: none;
}
.accordion .first {
  border-top: none;
}

.mosiko {
  padding: 50px 0;
  background: #019688;
}
.mosiko--btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .mosiko--btn {
    margin: auto;
  }
}

.features-list {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.features-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  align-items: baseline;
}
@media (max-width: 600px) {
  .features-list li {
    margin-bottom: 5px;
    font-size: 15px;
  }
}

.features-list li:last-child {
  margin-bottom: 0;
}

.features-list svg {
  color: #019688;
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.75rem;
}

.testimonial {
  background-color: #777;
  padding-top: 60px;
  padding-bottom: 80px;
  color: #fff;
}
.testimonial .hp-bb::before {
  background-color: #fff;
}

.koe {
  display: flex;
  gap: 20px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.koe-item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #333;
  display: inline-block;
  position: relative;
  text-align: center;
  width: calc(33.33% - 20px);
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #FF6900;
}
.koe-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) and (max-width: 768px) {
  .koe-item {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .koe-item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.koe-item *,
.koe-item *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.koe-item figcaption {
  padding: 50px 10px 40px;
}
@media (max-width: 600px) {
  .koe-item figcaption {
    padding: 40px 10px 20px;
  }
}

.koe-item figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #FF6900;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}
@media (max-width: 600px) {
  .koe-item figcaption:before {
    font-size: 25px;
    line-height: 50px;
    width: 50px;
  }
}

.koe p {
  margin: 0;
  opacity: 0.7;
}

.koe blockquote {
  margin: 0 0 10px;
}

/*# sourceMappingURL=style.css.map */
