@charset "UTF-8";
/* -------------------------------------------- */
/* 共通 */
/* -------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1200px;
  color: #333;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

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

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

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

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

@media only screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}

/* -------------------------------------------- */
/* 共通パーツ */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* header */
/* -------------------------------------------- */

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-right: 40px;
  padding-left: 40px;
  position: fixed;
  z-index: 1000;
}

.header-logo {
  width: 100%;
  max-width: 223px;
}

.pc-menu {
  display: flex;
  list-style: none;
}
.pc-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-tel {
  width: 100%;
  max-width: 201px;
  height: 48px;
  margin-left: 10px;
  margin-right: 20px;
}
.header-tel img {
  width: 100%;
  max-width: 201px;
  height: 48px;
}

.header-contact {
  display: inline-block;
  width: 180px;
  max-width: 100%;
  line-height: 45px;
  height: 45px;
  background: linear-gradient(60deg, #001a60 0%, #0029a5 100%);
  border-radius: 25px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-contact:hover {
  opacity: 0.8;
}

.pc-menu {
  display: flex;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 90px;
  font-weight: bold;
}
.pc-menu-item-list {
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pc-menu-item-list:hover {
  color: #ed8a3b;
}
.pc-menu-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pc-menu-item a:hover {
  opacity: 0.8;
}

.globalMenuSp {
  display: none;
}
@media only screen and (max-width: 1350px) {
  .pc-menu-item-list {
    padding-right: 15px;
  }
  .header {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .globalMenuSp {
    display: block;
  }
  .globalMenuPc {
    display: none;
  }
  .header {
    min-width: auto;
    width: 100%;
    position: fixed;
    height: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-logo {
    width: 149px;
  }

  .sp-menu {
    display: flex;
    list-style: none;
    gap: 8px;
  }
  .sp-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .sp-menu-item a {
    width: 45px;
  }
  .header-tel {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
/* -------------------------------------------- */
/* main */
/* -------------------------------------------- */
main {
  padding-top: 90px;
}

.inner {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.mv {
  background-image: url("img/mv-back-img.jpg");
  height: 700px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.main-visual {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.mv-title p {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 16px;
  letter-spacing: 0.04em;
}

.mv-title p span {
  color: #ed8a3b;
  font-size: 22px;
  background-image: radial-gradient(circle at center, #ed8a3b 22%, transparent 22%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.3em; /* 縦方向の位置調整 */
}

.mv-title h2 {
  font-weight: bold;
  font-size: 50px;
  padding-bottom: 30px;
  line-height: 4.3rem;
}

.mv-title-s {
  font-size: 42px;
  letter-spacing: 0.04em;
}

.mv-title-g {
  color: #ed8a3b;
  background: -webkit-linear-gradient(35deg, #f7b343 0%, #ed8a3b 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
}

.mv-point {
  padding-bottom: 66px;
  width: 393px;
  margin: 0 auto;
}
.mv-contact {
  display: inline-block;
  width: 320px;
  max-width: 100%;
  line-height: 70px;
  height: 70px;
  background: linear-gradient(60deg, #001a60 0%, #0029a5 100%);
  border-radius: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff !important;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mv-contact a {
  display: inline-block;
  width: 100%;
}

.mv-contact:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 25px;
  background: url(img/mv-contact.svg);
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 23px;
  left: 28px;
}

.mv-contact:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 18px;
  background: url(img/mv-contact-icon.svg);
  position: absolute;
  top: 27px;
  right: 25px;
}

.mv-contact:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 100%;
    min-width: initial;
  }
  main {
    padding-top: 60px;
  }
  .mv {
    background-image: url("img/mv-back-img-sp.jpg");
    height: 600px;
  }
  .main-visual {
    position: static;
    transform: none;
    text-align: center;
    padding-top: 30px;
  }

  .mv-title p {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .mv-title h2 {
    font-size: 25px;
    line-height: 2.5rem;
    padding-bottom: 20px;
  }
  .mv-title p span {
    font-size: 18px;
  }
  .mv-title p span {
    font-size: 18px;
    background-image: radial-gradient(circle at center, #ed8a3b 14%, transparent 14%); /* 点の色とサイズ調整 */
    background-size: 1em 0.15em; /* 点の間隔とサイズ調整 */
    padding-top: 0.1em; /* 縦方向の位置調整 */
  }

  .mv-title-s {
    font-size: 21px;
  }
  .mv-title-g {
    font-size: 45px;
  }
  .mv-point {
    width: 351px;
    padding-bottom: 20px;
  }
  .mv-contact {
    width: 260px;
    line-height: 59px;
    height: 59px;
    font-size: 16px;
  }
  .mv-contact:before {
    width: 25px;
    height: 19px;
    top: 22px;
    left: 20px;
  }
  .mv-contact:after {
    width: 8px;
    height: 13px;
    top: 23px;
    right: 20px;
    background-size: contain;
  }
}

/* -------------------------------------------- */
/* worry */
/* -------------------------------------------- */

.worry {
  background-image: url("img/worry-back-img.png");
  height: 443px;
  position: relative;
  background-position: center;
  background-size: cover;
  top: 173px;
}

.worry-content {
  text-align: center;
  position: relative;
  top: -113px;
}

.worry-content h2 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding-bottom: 50px;
  display: inline-block;
}

.worry-content h2::before,
.worry-content h2::after {
  position: absolute;
  top: -7px;
  background-color: #ed8a3b; /* 線色 */
  border-radius: 2px; /* 線幅の半分 */
  content: "";
  display: block;
  height: 55px;
  width: 4px; /* 線幅 */
}

.worry-content h2::before {
  left: -40px;
  transform: rotate(-30deg);
}

.worry-content h2::after {
  right: -30px;
  transform: rotate(30deg);
}

.worry-content h2 span {
  background: linear-gradient(transparent 70%, #ffea63 0%);
}

.worry-img {
  width: 725px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 53px;
}

.worry-text {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .worry-content {
    top: -300px;
  }
  .worry-content h2 {
    font-size: 24px;
    line-height: 2.1rem;
    padding-bottom: 30px;
  }
  .worry-content h2::before,
  .worry-content h2::after {
    top: 10px;
    width: 3px;
  }
  .worry-content h2::before {
    left: -12px;
  }
  .worry-content h2::after {
    right: -12px;
  }
  .worry-img {
    width: 356px;
    padding-bottom: 15px;
  }
  .worry-text {
    font-size: 24px;
    line-height: 2rem;
  }
  .worry {
    background-image: url(img/worry-back-img-sp.png);
    position: relative;
    height: 210px;
    top: 330px;
  }
  .worry::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 16vw 50vw 0 50vw;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }

  .worry-back-img:before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    bottom: 0;
    left: 0;
    border-width: 16vw 50vw 0 50vw;
    border-style: solid;
    border-color: transparent #fff transparent #fff;
  }
  .worry-back-img::after {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    bottom: 0;
    right: 0;
    border-width: 16vw 50vw 0 50vw;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
  }
}

/* -------------------------------------------- */
/* 4reason */
/* -------------------------------------------- */
.reaon-content[id] {
  display: block;
  padding-top: 110px;
  margin-top: -110px;
}
.reason {
  padding-top: 200px;
  padding-bottom: 60px;
  overflow: hidden;
}
.h2title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
}

.h2title span {
  color: #ed8a3b;
}

.h2title span.number {
  font-size: 80px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.h2title::after {
  content: "";
  width: 60px;
  height: 4px;
  display: inline-block;
  background-color: #ed8a3b;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 30px);
}

.reason-item {
  padding-top: 130px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.reason-item.reverse {
  flex-direction: row-reverse;
}

.reason-item::after {
  content: "";
  display: block;
  position: absolute;
  background: #f5f5f5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 200vw;
  height: 400px;
  right: 60px;
  z-index: -1;
}

.reason-item.reverse::after {
  left: 60px;
}

.reason-item:first-of-type {
  padding-top: 180px;
}

.reason-item-text-number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #ed8a3b;
  padding-bottom: 15px;
}
.reason-item-text-number span {
  font-weight: bold;
  font-size: 54px;
  padding-left: 4px;
}

.reason-item-text-h3 {
  font-size: 32px;
  letter-spacing: 0.06em;
  padding-bottom: 30px;
  font-weight: bold;
  line-height: 2.8rem;
}

.reason-item-text-h3 span {
  color: #ed8a3b;
}
.reason-item-text {
  padding-top: 30px;
}

.reason-item-text-txt {
  font-size: 16px;
  line-height: 1.6rem;
}
.reason-item-img {
  width: 650px;
  position: relative;
  top: -80px;
}

@media only screen and (max-width: 767px) {
  .reason {
    padding-top: 340px;
  }
  .reason-item:first-of-type {
    padding-top: 60px;
  }
  .h2title {
    font-size: 24px;
  }

  .reaon-content .h2title {
    font-size: 20px;
  }
  .h2title span.number {
    font-size: 50px;
  }
  .h2title::after {
    height: 3px;
  }
  .reason-item::after {
    display: none;
  }

  .reason-item {
    flex-direction: column-reverse;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 40px;
  }
  .reason-item-img {
    width: auto;
    top: initial;
    margin: 0 auto;
  }

  .reason-item-text-number {
    font-size: 16px;
  }
  .reason-item-text-number span {
    font-size: 40px;
  }
  .reason-item-text {
    padding-top: 10px;
  }
  .reason-item-text-h3 {
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 1.8rem;
  }
  .reason-item.reverse {
    flex-direction: column-reverse;
  }
}

/* -------------------------------------------- */
/* purpose */
/* -------------------------------------------- */
.purpose {
  background-image: url(img/purpose-back-img.png);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.purpose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 11vw 50vw 0 50vw;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.purpose-content {
  position: relative;
  z-index: 1;
  padding-top: 310px;
}
.purpose-content .h2title {
  color: #fff;
}
.purpose-content .h2title::after {
  background-color: #fff;
  bottom: -25px;
}

.purpose-items {
  padding-top: 20px;
  padding-bottom: 70px;
  max-width: 730px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.purpose-item {
  text-align: center;
  width: 160px;
  margin-right: 30px;
  margin-top: 40px;
}

.purpose-item:nth-of-type(4n) {
  margin-right: 0 !important;
}

.purpose-item p {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding-top: 20px;
}

.purpose-item p span {
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .purpose {
    background-image: url(img/purpose-back-img-sp.png);
  }
  .purpose-content {
    padding-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .purpose-content .h2title {
    line-height: 1.8rem;
  }
  .purpose-content .h2title::after {
    display: none;
  }
  .purpose::before {
    border-width: 16vw 50vw 0 50vw;
  }

  .purpose-items {
    max-width: 351px;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .purpose-item {
    margin-top: 30px;
  }

  .purpose-item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 390px) {
  .purpose-item {
    width: 145px;
  }
}

/* -------------------------------------------- */
/* contact */
/* -------------------------------------------- */

.contact {
  background-image: url("img/contact-back-img.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
}

.contact-content {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.contact-content p {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  display: inline-block;
}

.contact-content p::after {
  content: "";
  background-image: url(img/free.svg);
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: contain;
  top: -20px;
  right: -90px;
  vertical-align: middle;
}

.contact-items {
  display: flex;
  gap: 40px;
  padding-top: 70px;
  justify-content: center;
  align-items: center;
}

.contact-item-tel {
  width: 395px;
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-item-tel-box::before {
  content: url(img/contact-tel-text.svg);
  position: absolute;
  width: 210px;
  top: -30px;
  margin: auto;
  left: 0px;
  right: 0px;
}

.contact-item-btn {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  line-height: 80px;
  height: 80px;
  background: linear-gradient(60deg, #001a60 0%, #0029a5 100%);
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff !important;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-item-btn:hover,
.contact-item-tel:hover {
  opacity: 0.8;
}

.contact-item-btn a {
  display: inline-block;
  width: 100%;
}
.contact-item-btn-box,
.contact-item-tel-box {
  position: relative;
}
.contact-item-btn-box::before {
  content: url(img/contact-btn-text.svg);
  position: absolute;
  width: 148px;
  top: -30px;
  margin: auto;
  left: 0px;
  right: 0px;
}

.contact-item-btn:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 25px;
  background: url(img/mv-contact.svg);
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 28px;
  left: 30px;
}

.contact-item-btn:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 18px;
  background: url(img/mv-contact-icon.svg);
  position: absolute;
  top: 32px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .contact {
    background-image: url("img/contact-back-img-sp.jpg");
  }
  .contact-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact-content p {
    font-size: 24px;
    line-height: 1.8rem;
  }
  .contact-items {
    display: block;
    padding-top: 52px;
  }
  .contact-item-tel {
    width: 278px;
    height: auto;
    margin: 0 auto;
  }
  .contact-item-btn {
    width: 260px;
    line-height: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 16px;
  }
  .contact-item-btn:before {
    width: 26px;
    height: 20px;
    top: 22px;
    left: 20px;
  }
  .contact-item-btn:after {
    width: 8px;
    height: 14px;
    top: 24px;
    background-size: cover;
  }
  .contact-content p::after {
    width: 60px;
    height: 60px;
    right: -43px;
  }
  .contact-item-btn-box {
    margin-top: 65px;
  }
}

/* -------------------------------------------- */
/* feature */
/* -------------------------------------------- */
.feature[id] {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
.feature-content .h2title::after {
  bottom: -25px;
}
.feature-content {
  padding-top: 80px;
  padding-bottom: 90px;
}

.feature-table tbody {
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.16));
  transform: translateZ(0px); /* ハードウェアアクセラレーションに仕事させるためだけの記述 */
}
.feature-table tbody tr:first-of-type th {
  border-top-left-radius: 10px;
}
.feature-table {
  width: 1000px;
  margin-top: 75px;
  text-align: center;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
}
.feature-table tr {
  box-sizing: border-box;
  width: 100%;
  background: #f5f5f5;
  border-radius: 10px;
}

.feature-table tr td .number {
  font-size: 26px;
}
.feature-table thead th {
  vertical-align: middle;
}
.feature-table thead td {
  height: 70px;
}

.feature-table thead td.non {
  background: #fff;
}
table tr:nth-child(odd) td,
table tr:nth-child(odd) th {
  background: #fff;
}

.feature-table thead .pitta {
  width: 25%;
  max-width: 250px;
  height: 90px;
  letter-spacing: 0.06em;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(#f7b343 0%, #ed8a3b 100%);
  color: #fff;
  font-size: 24px;
}
.feature-table thead .other {
  width: 25%;
  max-width: 250px;
  background-color: #fff;
  color: #fff;
  position: relative;
  z-index: 1;
  letter-spacing: 0.06em;
}

.feature-table thead .other::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 70px;
  background-color: #707070;
}

.feature-table thead .other:last-of-type::before {
  border-top-right-radius: 10px;
  border-left: solid 1px #fff;
}

.feature-table thead .other span {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  max-width: 250px;
  font-size: 18px;
  font-weight: 500;
}

.feature-table tbody th {
  font-size: 16px;
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0.06em;
}

.feature-table tbody .pittaData {
  color: #ed8a3b;
  font-size: 18px;
  position: relative;
  letter-spacing: 0.06em;
}

.feature-table tbody .pittaData--small {
  font-size: 11px;
  position: relative;
  line-height: 0.9rem;
  color: #ed8a3b;
}

.pittaData--small:before,
.pittaData:before {
  content: "";
  position: absolute;
  border-left: 5px solid #ed8a3b;
  border-right: 5px solid #ed8a3b;
  width: 100%;
  top: 0;
  left: 0;
  height: 70px;
}

.pittaData--small.tableBottom:before {
  border-radius: 0 0 10px 10px;
  border-bottom: 5px solid #ed8a3b;
  height: 75px;
}

.feature-table tbody td {
  vertical-align: middle;
  height: 70px;
  padding: 0 16px;
}
.feature-table tbody .otherData {
  color: #707070;
  letter-spacing: 0.06em;
  font-size: 18px;
}

.feature-table tbody td:nth-of-type(even) {
  border-right: 1px solid #707070;
}

.feature-table tbody .otherData--small {
  font-size: 11px;
  color: #707070;
  letter-spacing: 0.06em;
  line-height: 0.9rem;
}

.feature-table tbody .otherData--small.f14 {
  font-size: 14px;
  padding: 0 12px;
  border-radius: 0 0 10px 0;
}

.feature-table tbody .pittaData--small span.circle {
  color: #ed8a3b;
  margin-bottom: 8px;
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.feature-table tbody .triangle {
  width: 22px;
  margin: 0 auto;
  display: block;
  margin-bottom: 4px;
}
.feature-table tbody span.cross {
  color: #707070;
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .feature-content .h2title::after {
    bottom: -15px;
  }
  .feature-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .feature-table {
    width: 600px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 45px;
  }
  .feature-tableWrap {
    overflow-x: scroll;
    height: 545px;
  }

  .feature-table thead .pitta {
    font-size: 20px;
    height: 70px;
  }
  .feature-table thead .other span {
    font-size: 15px;
  }
  .feature-table thead .other::before {
    height: 50px;
  }

  .feature-table tbody th {
    font-size: 14px;
    padding-left: 20px;
  }
  .feature-table tbody .pittaData {
    font-size: 15px;
  }
  .feature-table tr td .number {
    font-size: 20px;
  }
  .feature-table tbody .pittaData--small {
    font-size: 10px;
  }
  .feature-table tbody .pittaData--small span.circle {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .feature-table tbody span.cross {
    margin-bottom: 2px;
    font-size: 20px;
  }
  .feature-table tbody .triangle {
    width: 18px;
    margin-bottom: 2px;
  }
  .feature-table tbody td {
    padding: 0px;
  }
  .feature-table tbody .otherData {
    font-size: 15px;
  }
  .feature-table tbody .otherData--small,
  .feature-table tbody .otherData--small.f14 {
    font-size: 10px;
  }
  .feature-table tbody .otherData.sp-Data {
    font-size: 10px;
  }
  .rd-top {
    border-radius: 10px 0 0 0;
  }
  .rd-bottom {
    border-radius: 0 0 0 10px;
  }
}

/* -------------------------------------------- */
/* step */
/* -------------------------------------------- */
.step[id] {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
.step-content .h2title {
  color: #fff;
  margin-bottom: 65px;
}
.step-content .h2title::after {
  background-color: #fff;
  bottom: -25px;
}

.step-content {
  padding-top: 80px;
  padding-bottom: 112px;
}

.step {
  position: relative;
}

.step::before {
  content: "";
  position: absolute;
  background-image: url(img/step-back-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 330px;
  width: 100%;
}

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

.step-item {
  position: relative;
  width: 100%;
  max-width: 270px;
}

.step-item::before {
  content: "";
  background-image: url(img/step-icon.svg);
  width: 16px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: -10%;
}

.step-item:last-of-type::before {
  content: none;
}

@media only screen and (max-width: 767px) {
  .step::before {
    background-image: url(img/step-back-img-sp.png);
    height: 250px;
  }
  .step-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .step-content .h2title::after {
    bottom: -15px;
  }
  .step-content .h2title {
    margin-bottom: 45px;
  }

  .step-items {
    display: block;
    padding: 0 20px;
  }
  .step-item {
    margin-bottom: 46px;
    margin-right: auto;
    margin-left: auto;
  }
  .step-item::before {
    top: unset;
    right: unset;
    left: 50%;
    transform: rotate(90deg);
    bottom: -50px;
  }

  .step-item:last-of-type {
    margin-bottom: 0px;
  }
}

/* -------------------------------------------- */
/* voice */
/* -------------------------------------------- */
.voice[id] {
  display: block;
  padding-top: 40px;
  margin-top: -40px;
}
.voice {
  background-color: #f5f5f5;
}

.voice-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.voice-content .h2title::after {
  bottom: -25px;
}

.voice-items {
  padding-top: 45px;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.voice-item {
  width: 480px;
  margin-right: 40px;
  margin-top: 50px;
  position: relative;
  background-color: #fff;
  border-radius: 30px 30px 30px 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px;
}

.voice-item::before {
  content: "’’";
  color: #ed8a3b;
  font-size: 80px;
  font-weight: bold;
  top: -28px;
  right: 30px;
  position: absolute;
}

.voice-item:nth-of-type(2n) {
  margin-right: 0 !important;
}

.voice-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 2rem;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}

.voice-title span {
  background: linear-gradient(transparent 70%, #ffea63 0%);
}

.voice-text {
  font-size: 16px;
  line-height: 1.6rem;
  padding-bottom: 20px;
  font-weight: 500;
}

.voice-person {
  height: 80px;
  line-height: 80px;
}

.voice-person img {
  display: inline-block;
  height: auto;
  margin-right: 17px;
  vertical-align: middle;
}

.voice-person p {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4rem;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .voice-content {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
  }
  .voice-content .h2title {
    line-height: 1.8rem;
  }
  .voice-content .h2title::after {
    bottom: -15px;
  }

  .voice-items {
    max-width: 351px;
    justify-content: center;
    padding-top: 0;
    padding-top: 5px;
  }
  .voice-item {
    width: 100%;
    margin-top: 40px;
    padding: 30px 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .voice-item:nth-of-type(2n) {
    margin-right: 0 !important;
  }

  .voice-title {
    font-size: 20px;
  }

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

  .voice-person p {
    width: 215px;
  }
}

/* -------------------------------------------- */
/* question */
/* -------------------------------------------- */
.question[id] {
  display: block;
  padding-top: 40px;
  margin-top: -40px;
}
.question-content {
  padding-top: 100px;
  padding-bottom: 120px;
}

.question-content .h2title::after {
  bottom: -25px;
}
.question-items {
  padding-top: 75px;
}

.question-item {
  width: 1000px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
}

.question-item:first-of-type {
  margin-top: 0;
}

.question-item-q {
  padding: 20px;
  background: #f5f5f5;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-radius: 10px 10px 0px 0px;
  line-height: 1.6rem;
}

.iconQ {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: linear-gradient(#f7b343 0%, #ed8a3b 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
  line-height: 40px;
  text-align: center;
  flex-shrink: 0; /* 追加 */
}

.question-item-a {
  padding: 30px 20px;
  font-size: 16px;
  line-height: 1.6rem;
  display: flex;
  margin: 0 auto;
  font-weight: 500;
}

.iconA {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #333;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
  line-height: 40px;
  text-align: center;
  flex-shrink: 0; /* 追加 */
}

@media only screen and (max-width: 767px) {
  .question-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .question-content .h2title::after {
    bottom: -15px;
  }

  .question-items {
    padding: 45px 20px 0;
  }

  .question-item {
    width: 100%;
  }

  .question-item-a {
    padding: 20px;
  }

  .question-item-q {
    padding: 16px 12px 16px 20px;
  }
}

/* -------------------------------------------- */
/* footer */
/* -------------------------------------------- */
.footer-content {
  padding: 16px 0;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.footer-content-inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 767px) {
  .footer-content {
    padding: 10px 0;
    text-align: center;
  }
  .footer-content-inner {
    width: 100%;
    padding: 0 20px;
    display: block;
  }
  .footer-copyright {
    padding-top: 5px;
  }
}
/* -------------------------------------------- */
/* pagetop */
/* -------------------------------------------- */

#back-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#back-top a {
  width: 70px;
  display: block;
}

#back-top span {
  width: 70px;
  height: 70px;
  display: block;
  background: url(img/pagetop-img.png);
  background-size: cover;
}

#back-top:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  #back-top {
    bottom: 20px;
    right: 20px;
  }
  #back-top a {
    width: 46px;
  }
  #back-top span {
    width: 46px;
    height: 46px;
  }
}
