@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.42;
  color: #333;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  border: none;
  background: none;

  padding: 0;
  margin: 0;

  font: inherit;
  color: inherit;

  text-align: inherit;
  cursor: pointer;
}

.sec-inner {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

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

.sp-only {
  display: none;
}

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

.sec-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec-title {
  margin-bottom: 42px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.sec-title span {
  font-weight: inherit;
  color: #e18400;
}

.contact-btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 4;
  width: 160px;
  min-height: 124px;
  padding: 20px 15px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  background: #e80000;
  border: 2px solid #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);

  &:hover {
    color: #fff;
  }
}

.contact-btn.is-show {
  opacity: 1;
  visibility: visible;
}

.contact-btn-icon {
  img {
    width: 20px;
  }
}

.contact-btn-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.roboto {
  font-family: 'roboto', sans-serif;
}

@media screen and (max-width: 767px) {

  .sec-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sec-title {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.3;
  }

  .contact-btn {
    flex-direction: row;
    /* left: 50%;
    transform: translateX(-50%); */
    bottom: 80px;
    right: 16px;
    width: 75%;
    padding: 13px 10px 13px;
    border-radius: 5px;
    min-height: auto;
    /* max-width: 320px; */
  }

  .contact-btn-icon {
    font-size: 18px;
  }

  .contact-btn-text {
    font-size: 14px;
    line-height: 1.4;
  }

}

.page.page-template-default {

/* ================================ 
    fv
  ================================ */
.fv {
  padding-top: 120px;
  /* padding-bottom: 30px; */
  overflow: hidden;
}

.fv-inner {
  margin: 0 auto;
  position: relative;
  gap: 40px;
}

.fv-text {
  width: 100%;
  max-width: 620px;
  position: relative;
  z-index: 5;
}

.fv-lead {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 700;
  color: #333;
}

.fv-head {
  margin-bottom: 36px;
}

.fv-title {
  margin: 0;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 700;
  color: #e18400;
  letter-spacing: 0.02em;
  flex: 1;
  font-feature-settings: "palt";
}

.fv-marks {
  width: 100%;
  max-width: 235px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 2px;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 1
}

.fv-mark {
  width: 100%;
  max-width: 115px;
}

.fv-mark:nth-child(1) {
  grid-column: 1 / 3;
  justify-self: center;
}

.fv-mark:nth-child(2) {
  grid-column: 1;
  justify-self: end;
}

.fv-mark:nth-child(3) {
  grid-column: 2;
  justify-self: start;
}

.fv-achievements {
  max-width: 620px;
}

.fv-achievement {
  font-feature-settings: "palt";
  background: #e18400;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fv-achievement:last-child {
  margin-bottom: 0;
}

.fv-achievement-label {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.fv-achievement-dot {
  flex: 1;
  min-width: 20px;
  height: 3px;
  background-image: radial-gradient(circle, #fff 1.4px, transparent 1.2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left center;
}

.fv-achievement-value {
  margin: 0;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #ffe988;
  white-space: nowrap;
}

.fv-achievement-value span {
  font-size: 30px;
  font-weight: bold;
}

.fv-achievement-label br {
  display: none;
}

.fv-image {
  width: 100%;
  max-width: 616px;
  position: absolute;
  top: 50px;
  right: -80px;
}

.fv-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* tablet */
@media screen and (max-width: 1100px) {
  .fv {
    padding: 50px 0 0;
  }

  .fv-inner {
    gap: 30px;
  }

  .fv-title {
    font-size: 56px;
  }

  .fv-marks {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    right: 100px;
    padding-top: 0;
  }

  .fv-mark {
    width: 90px;
  }

  .fv-lead {
    font-size: 20px;
  }

  .fv-achievements {
    max-width: 100%;
  }

  .fv-achievement {
    padding: 12px 16px;
  }

  .fv-achievement-label {
    font-size: 15px;
  }

  .fv-achievement-value {
    font-size: 18px;
  }

  .fv-achievement-value span {
    font-size: 28px;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .fv {
    padding: 10px 0 0;
  }

  .fv-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .fv-image {
    position: static;
    max-width: 100%;
  }

  .fv-text,
  .fv-image {
    max-width: 100%;
  }

  .fv-lead {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
  }

  .fv-head {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 6px;
  }

  .fv-title {
    font-size: 42px;
    line-height: 1.2;
  }

  .fv-marks {
    right: auto;
    top: 0;
    left: 225px;
    gap: 6px;
    max-width: 155px;
  }

  .fv-mark {
    width: 70px;
  }

  .fv-achievement {
    padding: 6px 8px;
    gap: 2px;
  }

  .fv-achievement-label {
    font-size: 12px;
    line-height: 1.3;
  }

  .fv-achievement-value {
    font-size: 12px;
    line-height: 1.2;
  }

  .fv-achievement-value span {
    font-size: 16px;
  }

  .fv-image {
    max-width: 400px;
    padding: 0 14px;
    margin: 0 auto 10px;
  }
}

/* =========================
     small sp
  ========================= */
@media screen and (max-width: 400px) {
  .fv {}

  .fv-title {
    font-size: 34px;
  }

  .fv-marks {
    right: auto;
    left: 208px;
    max-width: 130px;
  }

  .fv-mark {
    width: 60px;
  }

  .fv-achievement-label br {
    display: block;
  }
}

/* ================================ 
    trouble
  ================================ */
.trouble {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #e18400 0%, #fcecb4 100%);

  &::after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    /* 調整ポイント */
    background: url("../images/global-market-research/sec-round.png") no-repeat center bottom;
    background-size: cover;
    pointer-events: none;
  }
}

.trouble-inner {
  position: relative;
  z-index: 1;
  padding-top: 190px;
  padding-bottom: 60px;
}

.trouble-title {
  margin-bottom: 40px;
  color: #fff;

  span {
    color: #fcecb4;
  }
}

.trouble-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.trouble-item {
  width: calc((100% - 60px) / 3);
  padding: 28px 23px 26px;
  border-radius: 10px;
  background: #f3f3f3;
  text-align: center;
}

.trouble-item-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #e18400;
}

.trouble-item-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  color: #333;
}

.trouble-item-image {
  margin-top: 18px;
  height: 85px;
}

.trouble-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.trouble-message {
  margin-top: 42px;
  text-align: center;
}

.trouble-message-lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #e80000;
  margin-bottom: 0;
}

.trouble-message-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

/* tablet */
@media screen and (max-width: 1000px) {
  .trouble-item {
    width: calc(50% - 5px);
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
  }

  .trouble-item-text {
    min-height: auto;
    font-size: 14px;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 10px;
  }

  .trouble-item-image {
    margin-top: auto;
    height: 60px;
  }

  .trouble-item-text .trouble-item-text-br {
    display: none;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .trouble {
    &::after {
      left: 0;
      /* bottom: 60px; */
      width: 100%;
      height: 65px;
      background: url("../images/global-market-research/sec-round-sp.png") no-repeat center bottom;
      background-size: cover;
    }
  }

  .trouble-inner {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .trouble-title {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .trouble-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .trouble-item:last-child {
    width: 100%;
    max-width: 480px;
  }

  .trouble-item-title {
    margin-bottom: 16px;
    font-size: 16px;
  }


  .trouble-message {
    margin-top: 34px;
    text-align: left;
  }

  .trouble-message-lead {
    font-size: 16px;
    line-height: 1.5;
  }

  .trouble-message-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ================================ 
    reason
  ================================ */
.reason {
  position: relative;
}

.reason-inner {
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
}

.reason-title {}

.reason-title span {
  color: #e18400;
}

.reason-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.reason-item {
  display: flex;
  align-items: stretch;
  min-height: 190px;
}

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

.reason-image {
  width: 360px;
  flex-shrink: 0;
}

.reason-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reason-content {
  flex: 1;
  padding: 22px 28px 20px;
  background: #e18400;
  color: #fff;

}

.reason-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.reason-num {
  flex-shrink: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  color: #ead680;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}

.reason-item-title {
  padding-top: 6px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.reason-text {
  margin-left: 82px;
  font-size: 14px;
  /* font-weight: 700; */
  margin-top: -16px;
  line-height: 1.8;
  color: #fff;
}

.reason-deco {
  position: absolute;
  left: 270px;
  bottom: -78px;
  width: 146px;
  z-index: 2;
}

.reason-deco img {
  display: block;
  width: 100%;
  height: auto;
}

/* SP */
@media screen and (max-width: 767px) {
  .reason-inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .reason-title {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.5;
  }

  .reason-list {
    gap: 16px;
  }

  .reason-item,
  .reason-item.reverse {
    flex-direction: column;
  }

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

  .reason-image {
    width: 100%;
  }

  .reason-image img {
    aspect-ratio: 16 / 9;
  }

  .reason-content {
    padding: 18px 16px;
  }

  .reason-head {
    gap: 10px;
    margin-bottom: 8px;
  }

  .reason-num {
    font-size: 42px;
  }

  .reason-item-title {
    padding-top: 2px;
    font-size: 16px;
    line-height: 1.4;
  }

  .reason-text {
    margin-left: 0;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 6px;
  }

  .reason-deco {
    left: 50%;
    bottom: -35px;
    width: 80px;
    transform: translateX(-50%);
  }
}

/* ================================ 
    performance
  ================================ */
.performance {
  background: #f0f0f0;
}

.performance-title span {
  color: #e18400;
}

.performance-inner {
  padding-top: 60px;
  padding-bottom: 100px;
}

.performance-title {
  margin-bottom: 24px;
  text-align: center;
}

.performance-text {
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align: center;
}

.performance-list {
  display: grid;
  grid-template-columns: repeat(10, 88px);
  justify-content: center;
  gap: 20px;
}

.performance-item {
  width: 88px;
  min-height: 88px;
  padding: 10px 8px 12px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.performance-item-name {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}

.performance-item-image {
  width: 48%;
  height: 39px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
}

.performance-item-image img {
  max-height: 39px;
  width: 100%;
  object-fit: contain;
}

.performance-note {
  font-size: 12px;
  text-align: right;
  margin-top: -16px;
}

/* tablet */
@media screen and (max-width: 1100px) {
  .performance-list {
    grid-template-columns: repeat(5, 88px);
  }

  .performance-note {
    margin-top: 20px;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .performance-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .performance-text {
    margin-bottom: 30px;
    text-align: left;
  }

  .performance-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 8px;
  }

  .performance-item {
    width: calc(25% - 6px);
    min-height: 68px;
    padding: 10px 8px 12px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
  }

  .performance-item-name {
    margin: 0 0 10px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    font-feature-settings: "palt";
  }

  .performance-item-image {
    width: 45%;
    max-width: 40px;
    height: 30px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    img {
      max-height: 32px;
    }
  }

  .performance-note {
    margin-top: 16px;
    text-align: center;
  }
}

/* ================================ 
    service
  ================================ */
.service {
  padding: 0;
}

.service-inner {
  padding-top: 70px;
  padding-bottom: 80px;
}

.service-title {
  margin-bottom: 24px;
  text-align: center;
}

.service-title span {
  color: #e18400;
}

.service-text {
  margin: 0 auto 44px;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align: center;
}

.service-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.service-item {
  position: relative;
  width: 340px;
  padding-top: 20px;
}

.service-item-body {
  height: 100%;
  min-height: 240px;
  padding: 44px 20px 30px;
  border: 3px solid;
  border-radius: 10px;
  background: transparent;
}

.service-item-head {
  position: absolute;
  top: 0;
  left: 50%;
  width: 260px;
  height: 40px;
  transform: translateX(-50%);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-align: center;
}

.service-item-orange .service-item-head {
  background: #e18400;
}

.service-item-orange .service-item-body {
  border-color: #e18400;
}

.service-item-green .service-item-head {
  background: #4bae4f;
}

.service-item-green .service-item-body {
  border-color: #4bae4f;
}

.service-item-gray .service-item-head {
  background: #868686;
}

.service-item-gray .service-item-body {
  border-color: #868686;
}

.service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 18px;
}

.service-link {
  display: flex;
  align-items: center;
  gap: 6px;
  width: calc(50% - 9px);
}

.service-link img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}

.service-link p {
  margin: 0;
  font-feature-settings: "palt";
  font-size: 12px;
  line-height: 1.33;
  font-weight: 700;
  color: #333;
}

.service-item-orange .service-link p,
.service-item-orange .service-link img {
  color: #e18400;
}

.service-item-green .service-link p,
.service-item-green .service-link img {
  color: #4bae4f;
}

.service-item-gray .service-link p,
.service-item-gray .service-link img {
  color: #868686;
}

.service-item-orange .service-link p {
  color: #e18400;
}

.service-item-green .service-link p {
  color: #4bae4f;
}

.service-item-gray .service-link p {
  color: #868686;
}

.service-link-center {
  width: 100%;
  justify-content: center;
}

/* SP */
@media screen and (max-width: 1100px) {
  .service-list {
    flex-wrap: wrap;
  }
}

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

  .service-text {
    margin-bottom: 30px;
    text-align: left;
  }

  .service-list {
    flex-direction: column;
    align-items: center;
  }

  .service-item {
    width: 100%;
    max-width: 400px;
  }

  .service-item-body {
    min-height: auto;
    padding: 36px 18px 28px;
  }

  .service-item-head {
    width: 240px;
  }

  .service-links {
    gap: 20px 14px;
  }

  .service-link {
    width: calc(50% - 7px);
  }

  .service-link-center {
    justify-content: left;
  }
}

/* ================================ 
    flow
  ================================ */
.gradient-bg {
  background: linear-gradient(to bottom, #e18400 0%, #fcebb2 100%);
}

.flow {
  color: #fff;
}

.flow-inner {
  padding-top: 70px;
  padding-bottom: 80px;
}

.flow-title {
  margin-bottom: 34px;
  text-align: center;
}

.flow-title span {
  color: #fcecb4;
}

.flow-block {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
}

.flow-block+.flow-block {
  margin-top: 26px;
}

.flow-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 18px;
}

.flow-head-left {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 16px;
}

.flow-heading {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.flow-heading span {
  font-size: 20px;
  font-weight: 700;
}

.flow-sub {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}

.flow-note {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.flow-range {
  margin: 0;
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
}

.flow-list {
  display: flex;
  gap: 20px;
}

.flow-col {
  width: 140px;
  text-align: center;
}

.flow-item {
  min-height: 250px;
  padding: 20px 8px 16px;
  background: #f3f3f3;
  text-align: center;
}

.flow-item.active {
  background: #fcecb4;

  .flow-text,
  .flow-num {
    color: #e18400;
  }
}

.flow-text,
.flow-num,
.flow-day {
  text-align: center;
}

.flow-num {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

.flow-image {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-image-m {
  width: 58px;
}

.flow-image-s {
  width: 42px;
}

.flow-image img {
  display: block;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

.flow-text {
  margin: 0;
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  color: #333;
}

.flow-day {
  margin: 14px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.flow-block-second .flow-day {
  color: #333;
}

/* tablet */
@media screen and (max-width: 1100px) {
  .flow-list {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .flow-list::-webkit-scrollbar {
    height: 8px;
  }

  .flow-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 999px;
  }

  .flow-list::-webkit-scrollbar-track {
    background: transparent;
  }

  .flow-col {
    flex: 0 0 140px;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .flow-inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .flow-title {
    margin-bottom: 26px;
  }

  .flow-block {
    padding-top: 14px;
  }

  .flow-block+.flow-block {
    margin-top: 22px;
  }

  .flow-block-second .flow-day {
    color: #fff;
  }

  .flow-head {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
  }

  .flow-head-left {
    display: block;
  }

  .flow-heading {
    font-size: 18px;
  }

  .flow-heading span {
    display: block;
    margin-top: 4px;
    font-size: 16px;
  }

  .flow-sub {
    margin-top: 4px;
    font-size: 16px;
  }

  .flow-note {
    margin-top: 4px;
    font-size: 14px;
  }

  .flow-range {
    padding-top: 0;
    font-size: 14px;
  }

  .flow-list {
    gap: 6px;
    margin-right: calc(50% - 50vw);
    padding-right: 16px;
  }

  .flow-col {
    flex: 0 0 80px;
    width: 80px;
  }

  .flow-item {
    min-height: 200px;
    padding: 10px 8px 14px;
  }

  .flow-num {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .flow-image {
    width: 40px;
    /* height: 60px; */
    margin-bottom: 12px;
  }

  .flow-text {
    font-size: 12px;
    line-height: 1.4;
  }

  .flow-day {
    margin-top: 10px;
    font-size: 12px;
  }
}


/* ================================ 
    faq
  ================================ */
.faq-inner {
  padding-top: 70px;
  padding-bottom: 40px;
}

.faq-title {
  color: #e18400;
  text-align: center;
}

.faq-list {
  margin-top: 42px;
  border-top: 1px solid #c4c4c4;
}

.faq-item {
  border-bottom: 1px solid #c4c4c4;
}

.faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  gap: 12px;
  align-items: start;
  padding: 20px 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;

  &:hover,
  &:focus {
    background: transparent;
    color: inherit;
    border: none;
  }
}

.faq-question__mark {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #e18400;
}

.faq-question__text {
  padding-top: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.faq-question__icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: auto;
}

.faq-question__icon::before,
.faq-question__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #e18400;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.faq-question__icon::before {
  width: 14px;
  height: 3px;
}

.faq-question__icon::after {
  width: 3px;
  height: 14px;
}

.faq-item.is-open .faq-question__icon::after {
  opacity: 0;
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.faq-answer__inner {
  padding: 0 42px 24px;
}

.faq-answer__inner p {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .faq-inner {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .faq-list {
    margin-top: 28px;
  }

  .faq-question {
    grid-template-columns: 24px 1fr 24px;
    gap: 10px;
    padding: 18px 0;
  }

  .faq-question__mark {
    font-size: 24px;
  }

  .faq-question__text {
    font-size: 14px;
    line-height: 1.4;
  }

  .faq-question__icon {
    width: 24px;
    height: 24px;
  }

  .faq-question__icon::before {
    width: 12px;
  }

  .faq-question__icon::after {
    height: 12px;
  }

  .faq-answer__inner {
    padding: 0 0 20px 34px;
  }

  .faq-answer__inner p {
    font-size: 12px;
    line-height: 1.6;
  }
}

/* ================================ 
    price
  ================================ */
.price-case {
  position: relative;
}

.price-case-inner {
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
}

.price-case-title {
  margin-bottom: 50px;
  text-align: center;
}

.price-case-title span {
  color: #e18400;
}

.price-case-deco {
  position: absolute;
  top: -18px;
  right: 190px;
  width: 107px;
  z-index: 2;
}

.price-case-deco img {
  display: block;
  width: 100%;
  height: auto;
}

.price-case-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.price-case-item {
  width: 260px;
  padding: 20px 30px 28px;
  background: #f3f3f3;
}

.price-case-item-title {
  min-height: 56px;
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  text-align: center;
  font-feature-settings: "palt";
}

.price-case-country {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.price-case-country img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}

.price-case-country p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}

.price-case-image {
  width: calc(100% + 60px);
  height: 110px;
  margin: 0 -30px 18px;
}

.price-case-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-case-theme {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  text-align: center;
}

.price-case-price {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #e18400;
  text-align: center;
}

.price-case-box+.price-case-box {
  margin-top: 10px;
}

.price-case-box-title {
  height: 30px;
  margin: 0 0 8px;
  padding: 0 10px;
  background: #e18400;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
}

.price-case-box-text,
.price-case-box-list {
  margin: 0;
  font-size: 14px;
  line-height: 1.57;
  color: #333;
}

.price-case-box-list {}

.price-case-box-list li {
  position: relative;
  padding-left: 1em;
}

.price-case-box-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.price-case-box-list li+li {
  margin-top: 2px;
}

/* tablet */
@media screen and (max-width: 1100px) {
  .price-case-list {
    flex-wrap: wrap;
    /* max-width: 900px; */
    margin: 0 auto;
  }

  .price-case-deco {
    right: 40px;
  }

  .price-case-item {
    width: 100%;
    max-width: 350px;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .price-case-inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .price-case-title {
    margin-bottom: 30px;
    color: #fff;
    span {
        color: #fcecb4;
      }
  }

  .price-case-deco {
    top: -10px;
    right: 16px;
    width: 72px;
  }

  .price-case-list {
    flex-direction: column;
    align-items: center;
  }

  .price-case-item {
    width: 100%;
    max-width: 440px;
  }

  .price-case-item-title,
  .price-case-country p,
  .price-case-theme {
    font-size: 18px;
  }

  .price-case-item-title {
    min-height: auto;
  }

  .price-case-item {
    padding: 20px 20px 28px;
  }

  .price-case-image {
    width: calc(100% + 40px);
    height: 110px;
    margin: 0 -20px 18px;
  }

  .price-case-price {
    font-size: 28px;
  }
}

/* ================================ 
    contact
  ================================ */
.contact-inner {
  padding-bottom: 70px;
}

.contact-inner .sec-title.contact-title {
  color: #e18400;
  margin-bottom: 42px;
  font-size: 32px;
  font-weight: 700;
}

.document_contact .contact_formblock {
  width: 100%;
}

.document_contact form dl dt,
.document_contact.tuiki_230107 .contact_formblock form dl dt {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .contact-inner {
    padding-bottom: 0;
  }

  .contact-inner .sec-title.sec-title {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.3;
  }
}

.lower_wrapper.tuiki_230107 form dl dd textarea::placeholder {
  font-size: 14px;
}

}