@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 1.7;
  color: #111;
  background-color: #ffebc7;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    position: static;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 15px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    max-width: 1330px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    display: none;
  }
}

.header__logo a img {
  width: 200px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header__logo a img {
    width: 380px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

.header__link img {
  width: 200px;
}
.header__link img:hover {
  margin-top: 5px;
}

.mv__image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__image {
    position: relative;
  }
}
.mv__image img {
  width: 100%;
}
.mv__image a {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 10px;
}
.mv__image a img {
  width: 100%;
}

.cta {
  max-width: 1400px;
  margin: 40px auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 0 15px;
  }
}

.time {
  font-size: 2.45em;
  font-weight: 700;
  background: #ffa700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .time {
    font-size: 22px;
  }
}
.time span {
  font-size: 54px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .time span {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .time span {
    font-size: 22px;
  }
}

.cta__content {
  background: #fff;
  border: 12px solid #ffa700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta__content {
    border: 6px solid #ffa700;
  }
}

.cta__img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .cta__img {
    width: 28%;
    bottom: 0;
    right: -10px;
    left: auto;
  }
}

.cta__text {
  width: calc(100% - 440px);
  margin-right: 0;
  margin-left: auto;
  text-align: center;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .cta__text {
    width: 100%;
  }
}

.cta__text-top {
  width: 400px;
}

.cta__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cta__btn-area {
    display: block;
  }
}
.cta__btn-area a {
  width: 100%;
}
.cta__btn-area a img {
  width: 100%;
  height: auto;
}

.cta__tel {
  width: 100%;
}

.cta__text-bottom {
  font-size: 38px;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 767px) {
  .cta__text-bottom {
    font-size: 18px;
  }
}

.stay {
  margin-top: 50px;
  margin-bottom: 50px;
}

.stay__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .stay__inner {
    display: block;
  }
}

.stay__content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .stay__content {
    width: 100%;
    text-align: center;
  }
}

.stay__lead {
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .stay__lead {
    font-size: 25px;
    text-align: center;
    padding-bottom: 15px;
  }
}

.red {
  font-weight: 700;
  color: #ff1005;
}

.stay__text {
  border-top: 3px solid #111;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .stay__text {
    padding-top: 15px;
  }
}

.stay__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .stay__img {
    width: 100%;
    margin-top: 30px;
  }
}

.worries {
  background-image: url(../img/worries-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  .worries {
    padding: 50px 15px;
  }
}

.worries__title {
  max-width: 900px;
  margin: 0 auto 50px;
}
.worries__title img {
  width: 100%;
}

.worries__list-item {
  background: #fff;
  border: 2px solid #111;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .worries__list-item {
    padding: 5px 10px;
    font-size: 18px;
  }
}
.worries__list-item img {
  width: 40px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .worries__list-item img {
    width: 20px;
  }
}

.worries__text {
  color: #ffff00;
  background: #000;
  padding: 10px 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 70px auto 0;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .worries__text {
    font-size: 18px;
    text-align: center;
  }
}
.worries__text img {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .worries__text img {
    display: block;
    margin: 0 auto;
  }
}

.omakase {
  background: #ffa700;
  text-align: center;
}

.omakase__bg {
  width: 30%;
  max-width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .omakase__bg {
    width: 40px;
    margin-top: -10px;
  }
}

.omakase__img {
  max-width: 600px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .omakase__img {
    width: 100%;
  }
}

.omakase__area {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .omakase__area {
    padding: 0 15px;
  }
}

.omakase__title {
  font-size: 30px;
  font-weight: 700;
  background: #111;
  color: #fff;
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .omakase__title {
    font-size: 18px;
    text-align: center;
    padding-right: 0;
  }
}

.omakase__content {
  background: #fff;
  border: 12px solid #111;
  position: relative;
}
@media screen and (max-width: 767px) {
  .omakase__content {
    border: 6px solid #111;
  }
}

.omakase__hum {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .omakase__hum {
    width: 25%;
    bottom: 0;
    right: 5px;
    left: auto;
  }
}

.omakase__text {
  width: calc(100% - 440px);
  margin-right: 0;
  margin-left: auto;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .omakase__text {
    width: 100%;
    padding: 10px 15px;
  }
}
.omakase__text li {
  margin: 20px 0;
}
.omakase__text li img {
  width: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .omakase__text li img {
    width: 20px;
  }
}

.orange {
  color: #ff7600;
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .orange {
    font-size: 19px;
  }
}

.warning {
  background-image: url(../img/warning-bg.png);
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .warning {
    padding-bottom: 30px;
  }
}

.warning__head {
  position: relative;
}
@media screen and (max-width: 767px) {
  .warning__head {
    margin-bottom: 50px;
  }
}

.warning__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .warning__inner {
    padding: 0 15px;
  }
}

.warning__title {
  position: absolute;
  bottom: 15%;
  color: #ffff00;
  font-size: 52px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .warning__title {
    font-size: 22px;
    bottom: 0;
    text-align: center;
  }
}

.warning__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .warning__item {
    display: block;
    margin-bottom: 40px;
  }
}

.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.warning__item-img {
  max-width: 440px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .warning__item-img {
    width: 60%;
    margin: 0 auto 20px;
    display: block;
  }
}

.warning__item-textarea {
  color: #fff;
}

.warning__item-title {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .warning__item-title {
    font-size: 22px;
    text-align: center;
  }
}

.warning__item-star {
  font-size: 29px;
}
@media screen and (max-width: 767px) {
  .warning__item-star {
    font-size: 18px;
    text-align: center;
  }
}

.star-red {
  margin-left: 20px;
  color: #ff1005;
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.68);
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .star-red {
    font-size: 24px;
  }
}

.yellow {
  color: #ffff00;
}

.spots {
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  .spots {
    padding: 50px 15px;
  }
}

.spots__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .spots__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.spots {
  text-align: center;
}

.spots__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  max-width: 1400px; /* 最大幅を設定 */
  margin: 0 auto; /* 中央に配置 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* パディングを含めた幅計算 */
}
@media screen and (max-width: 767px) {
  .spots__items {
    display: none;
  }
}
.spots__items img {
  width: 100%;
  height: auto;
}

.spots__items__sp img {
  margin-top: 20px;
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}

.row img {
  max-width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: calc(33.333% - 10px); /* 画像の最大幅を設定 */
}

.row:nth-of-type(2) img {
  max-width: calc(33.333% - 10px); /* 2列目の画像の最大幅を設定 */
}

.row:nth-of-type(3) img {
  max-width: calc(33.333% - 10px); /* 3列目の画像の最大幅を設定 */
}

.costsaver {
  margin-top: 80px;
  background-image: url(../img/costsaver-bg.png);
  padding: 150px 30px;
}
@media screen and (max-width: 767px) {
  .costsaver {
    margin-top: 40px;
    padding: 40px 15px;
  }
}

.costsaver__content {
  background: #fff;
  max-width: 1300px;
  margin: 0 auto;
  padding: 150px 50px;
}
@media screen and (max-width: 767px) {
  .costsaver__content {
    padding: 40px 15px;
  }
}

.costsaver-title {
  text-align: center;
  color: #000;
  font-size: 42px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .costsaver-title {
    font-size: 22px;
  }
}

.costsaver__items {
  max-width: 800px;
  margin: 0 auto;
}

.costsaver__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 80px auto;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .costsaver__item {
    display: block;
    margin: 40px auto;
  }
}

.costsaver__icon {
  width: 90px;
}

.costsaver__icon_sp {
  width: 35px;
  margin-right: 10px;
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .costsaver__icon_sp {
    display: inline;
  }
}

.costsaver__title {
  font-size: 27px;
  font-weight: 500;
  border-bottom: 2px solid #ff7600;
}
@media screen and (max-width: 767px) {
  .costsaver__title {
    font-size: 22px;
  }
}

.costsaver__text .orange {
  color: #ff7600;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .costsaver__text .orange {
    font-size: 16px;
  }
}

.costsaver__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .costsaver__service {
    display: block;
  }
}

.costsaver__service-img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .costsaver__service-img {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .costsaver__service-text {
    text-align: center;
  }
}

.costsaver__service-lead1 {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 3px 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .costsaver__service-lead1 {
    font-size: 18px;
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}

.costsaver__service-lead2 {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 3px 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .costsaver__service-lead2 {
    font-size: 18px;
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}

.costsaver__service-lead3 {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 3px 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ff7600;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .costsaver__service-lead3 {
    font-size: 18px;
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 30px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .costsaver__service-sub {
    font-size: 16px;
    text-align: center;
  }
}

.choose {
  background: rgba(255, 167, 0, 0.2);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .choose {
    margin-top: 25px;
  }
}

.choose-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 30px;
}
@media screen and (max-width: 767px) {
  .choose-inner {
    padding: 40px 15px;
  }
}

.choose-title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .choose-title {
    font-size: 22px;
  }
}

.choose__items {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .choose__items {
    margin-top: 50px;
  }
}

.choose__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .choose__item {
    display: block;
    margin-bottom: 40px;
  }
}

.choose__img {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .choose__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.point {
  font-family: "DIN 2014", sans-serif;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .point {
    font-size: 22px;
    text-align: center;
  }
}

.choose__title {
  font-size: 28px;
  font-weight: 500;
  border-bottom: 3px solid #ff7600;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .choose__title {
    font-size: 20px;
    text-align: center;
  }
}

.choose__text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .choose__text {
    font-size: 16px;
  }
}

.price {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price {
    margin-top: 40px;
  }
}

.price-inner {
  max-width: 1000px;
  padding: 30px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .price-inner {
    padding: 20px 15px;
  }
}

.price-title {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .price-title {
    font-size: 22px;
  }
}

.price-items {
  margin: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .price-items {
    gap: 20px;
    margin: 0;
  }
}

.price-item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .price-item {
    width: 80%;
    display: block;
    margin: 10px auto;
  }
}

.price-text {
  text-align: center;
}

.pay-area {
  max-width: 800px;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  margin: 50px auto;
}
.pay-area .pay-title {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pay-area .pay-title {
    font-size: 18px;
  }
}
.pay-area span {
  display: block;
  max-width: 500px;
  height: 2px;
  background: #000;
  margin: 20px auto;
  width: 80%;
}
.pay-area p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .pay-area p {
    font-size: 16px;
  }
}
.pay-area img {
  max-width: 300px;
  margin-top: 40px;
}

.comparison {
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  .comparison {
    padding: 40px 15px;
  }
}

.comparison-title {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comparison-title {
    font-size: 22px;
  }
}

.price-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed; /* 列幅を固定 */
  border-collapse: separate; /* セルを分離して間隔をあける */
  border-spacing: 15px; /* セル間の間隔を指定 */
}
.price-table .border {
  border: 5px solid #ff7600;
  color: #ff7600;
  font-weight: 500;
  font-size: 25px;
}

.price-table th,
.price-table td {
  padding: 12px 15px;
  text-align: center;
  border: 1px solid #ff7600;
  background: #fff;
  vertical-align: middle;
}
.price-table th img,
.price-table td img {
  max-width: 100%;
}

.price-table thead {
  background-color: #fff;
}

.price-table th {
  font-weight: bold;
}
.price-table th img {
  width: 100%;
}

.price-table_sp {
  margin-top: 40px;
}
.price-table_sp .price-table-title {
  background: #fff;
  border: 1px solid #ff7600;
  text-align: center;
  padding: 5px 0;
  margin-top: 20px;
  font-weight: 500;
}
.price-table_sp .price-table-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #ff7600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
.price-table_sp .price-table-name {
  width: 50%;
  text-align: center;
  padding: 0 20px;
}
.price-table_sp .price-table-text {
  width: 50%;
  text-align: center;
}
.price-table_sp .border {
  border: 3px solid #ff7600;
  color: #ff7600;
  font-weight: 500;
  font-size: 22px;
}

.none {
  visibility: hidden;
}

.area {
  background: #fff;
  margin-top: 80px;
  padding: 80px 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area {
    margin-top: 40px;
    padding: 40px 15px;
  }
}

.area-title {
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .area-title {
    font-size: 22px;
  }
}

.area-text {
  margin-top: 40px;
  color: #ff1005;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .area-text {
    font-size: 18px;
    margin-top: 20px;
  }
}

.map-img {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .map-img {
    width: 100%;
  }
}

.voice {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .voice {
    margin: 40px 0;
  }
}

.voice__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .voice__inner {
    padding: 0 15px;
  }
}

.voice__title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__title {
    font-size: 22px;
  }
}

.voice__lead {
  text-align: center;
  font-size: 28px;
  color: #ff7600;
}
@media screen and (max-width: 767px) {
  .voice__lead {
    font-size: 18px;
  }
}

.voice__lead-p {
  margin-left: 15px;
  font-family: "DIN 2014", sans-serif;
  font-weight: 700;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .voice__lead-p {
    font-size: 22px;
  }
}

.voice__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 50px;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .voice__items {
    display: block;
  }
}

.voice__item {
  background: var(--rgb-255255255, #fff);
  -webkit-box-shadow: 5px 5px 4.5px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 4.5px 0px rgba(0, 0, 0, 0.16);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .voice__item {
    margin-bottom: 20px;
    padding: 15px;
  }
}

.voice__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .voice__textarea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.voice__img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .voice__img {
    width: 100px;
    margin-left: 10px;
  }
}

.voice__orange {
  background: #ff7600;
  color: #fff;
  border-radius: 22px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .voice__orange {
    font-size: 14px;
  }
}

.voice__content {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .voice__content {
    font-size: 18px;
  }
}

.voice__text {
  line-height: 40px; /* 181.818% */
}
@media screen and (max-width: 767px) {
  .voice__text {
    line-height: 30px;
    font-size: 16px;
  }
}

.flow {
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .flow {
    margin: 50px auto;
  }
}

.flow__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.flow__title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__title {
    font-size: 22px;
  }
}

.flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .flow__items {
    display: block;
    margin: 40px auto;
    width: 100%;
    padding: 0 15px;
    margin: 20px auto;
  }
}

.flow__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .flow__item {
    margin-bottom: 40px;
  }
}

.step {
  text-align: center;
  font-family: "DIN 2014", sans-serif;
  color: #ff7600;
  font-weight: 700;
}

.flow__item-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flow__item-title {
    font-size: 18px;
  }
}

.flow-img {
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .flow-img {
    margin: 10px auto;
    width: 50%;
    display: block;
  }
}

.flow__text {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .flow__text {
    font-size: 16px;
  }
}

.arrow {
  width: 40px;
  height: 40px;
  margin-top: 300px;
}

.faq {
  margin-top: 80px;
  background: rgba(255, 167, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .faq {
    margin-top: 40px;
  }
}

.faq__inner {
  max-width: 1000px;
  padding: 50px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 30px 15px;
  }
}

.faq__title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 22px;
  }
}

.faq__items {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .faq__items {
    margin-top: 30px;
  }
}

.faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 20px;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .faq-item {
    margin-bottom: 10px;
    padding: 3px 5px;
  }
}

.faq-item:not(.answer-item) {
  background-color: #ff7600; /* Qの背景色 */
  border-radius: 5px;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .faq-item:not(.answer-item) {
    padding: 10px 8px;
  }
}

.faq-icon {
  font-family: "DIN 2014", sans-serif;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.question-icon {
  background-color: #fff; /* Qのアイコン背景 */
  color: #ff7600; /* Qのアイコン文字色 */
}

.answer-icon {
  background-color: #ff7600; /* Aのアイコン背景 */
  color: #fff; /* Aのアイコン文字色 */
}

.faq-question,
.faq-answer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 1.6;
}

.faq-question {
  font-weight: bold;
  color: #fff; /* Qのテキスト色を白に */
}

.faq-answer {
  margin-left: 10px; /* Answer's margin to align it under the question */
}

.contact {
  max-width: 900px;
  margin: 80px auto;
  padding: 20px;
  padding: 80px 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact {
    margin: 40px auto;
    padding: 15px;
    width: 90%;
  }
}

.contact__title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .form-group {
    display: block;
  }
}

.form-group label {
  width: 40%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* ラベル内のテキストと必須マークを左右に配置 */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .form-group label {
    width: 60%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; /* ラベル内のテキストと必須マークを左右に配置 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: block;
  }
}

.form-group .required {
  color: #ff1005;
  font-size: 16px;
  font-weight: normal;
  margin-left: 5px; /* 少しスペースを追加 */
}

.form-group input[type=text],
.form-group input[type=tel],
.form-group input[type=email],
.form-group select,
.form-group textarea {
  width: 100%; /* 残りのスペースをフォームフィールドに */
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .form-group input[type=text],
  .form-group input[type=tel],
  .form-group input[type=email],
  .form-group select,
  .form-group textarea {
    width: 100%;
  }
}

.form-group textarea {
  resize: vertical; /* テキストエリアのサイズを縦方向のみ変更可能に */
}

.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%; /* チェックボックスのグループ全体の幅を調整 */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 767px) {
  .checkbox-group {
    width: 100%;
  }
}

.checkbox-group label {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-group label input {
  margin-right: 10px;
  -webkit-transform: scale(1.2, 1.2);
  border: 1px solid #000;
}

.wpcf7-list-item {
  display: block !important;
}

.wpcf7-spinner {
  display: none !important;
}

.form-group .submit {
  width: 250px;
  padding: 15px 10px;
  background-color: #fff;
  border: 1px solid #ff7600;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-top: 20px; /* ボタンを他の要素から分ける */
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .form-group .submit {
    text-align: center;
    display: block;
    color: #000;
  }
}

.form-group .submit:hover {
  background-color: #ff7600;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap {
    width: 60%;
  }
}

.company {
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .company {
    margin: 40px auto;
  }
}

.company__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company__inner {
    display: block;
  }
}

.company__title {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .company__title {
    font-size: 22px;
  }
}

.company__content {
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .company__content {
    font-size: 16px;
  }
}

.company__sub {
  padding-right: 20px;
}

.company__item-sp .company__sub-sp {
  font-weight: 700;
}
.company__item-sp .company__text {
  font-size: 15px;
}

footer {
  background: #ffa700;
  text-align: center;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 150px;
  }
}

.footer-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
}

.footer-tel img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.footer-menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer-menu-content img {
  width: 100%;
}

.thankyou {
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 40px 0;
}
.thankyou .thankyou__logo img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .thankyou {
    padding: 20px 0;
  }
}
.thankyou .thankyou__content {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .thankyou .thankyou__content {
    margin-top: 40px;
  }
}
.thankyou .thankyou__content h1 {
  background: #ff7600;
  padding: 10px 0;
  color: #fff;
}
.thankyou p {
  margin: 40px auto 20px auto;
  font-size: 18px;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 2rem;
  letter-spacing: 1.5;
  max-width: 600px;
}
.thankyou a img {
  width: 600px;
}

/* ===== パートナー募集 ===== */
.partner {
  background-color: #ffebc7;
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .partner {
    padding: 50px 15px;
  }
}

.partner__inner {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 60px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .partner__inner {
    padding: 30px 20px;
  }
}

.partner__lead {
  text-align: center;
  color: #ff7600;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .partner__lead {
    font-size: 15px;
  }
}

.partner__title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .partner__title {
    font-size: 22px;
  }
}

.partner__intro {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 45px;
}

.partner__block {
  margin-bottom: 40px;
}

.partner__heading {
  font-size: 22px;
  font-weight: 700;
  color: #ff7600;
  border-left: 6px solid #ff7600;
  padding-left: 14px;
  margin-bottom: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .partner__heading {
    font-size: 19px;
  }
}

.partner__block > p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 12px;
}

.partner__subheading {
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 8px;
}

.partner__note {
  margin-top: 16px;
  font-size: 15px;
  color: #555;
}

.partner__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.partner__list li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 6px;
}
.partner__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: #ffa700;
  border-radius: 50%;
}

.partner__area-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.partner__area-list li {
  background: #ff7600;
  color: #fff;
  font-weight: 700;
  padding: 8px 26px;
  border-radius: 999px;
  font-size: 16px;
}

.partner__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.partner__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 220px;
}
.partner__col-title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid #ffa700;
}

.partner__form {
  margin-top: 20px;
  padding-top: 45px;
  border-top: 2px dashed #ffd9a0;
}
.partner__form-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .partner__form-title {
    font-size: 20px;
  }
}
.partner__form-note {
  text-align: center;
  line-height: 1.9;
  margin-bottom: 32px;
}

/* reCAPTCHA v3 のバッジ（右下アイコン）を非表示 */
.grecaptcha-badge {
  visibility: hidden !important;
}