@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: 1000px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

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

.sec-inner {
  width: 100%;
  max-width: 1140px;

  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;
}

.gray-bg {
  background: #f0f0f0;
}

@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;
  }

}

/* ================================ 
  fv
================================ */
.fv {
  position: relative;
  height: 530px;
  color: #fff;
  overflow: hidden;
  background: url(../images/asia-marketing-research/fv-bg-l.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 90px;
}

.fv__inner {
  font-feature-settings: "palt";
  height: 100%;
  margin-top: 50px;
}

.fv__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fv__tags li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 40px;
  padding: 0 18px;
  font-size: 14px;
  color: #fff;
  background: #e18400;
  border-radius: 50px;
}

.fv__tags .is-text {
  min-width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.fv__lead-top {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.75;
}

.fv__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.fv__lead {
  margin-top: 24px;
  font-size: 20px;
  /* font-weight: 700; */
  line-height: 1.7;
}

.fv__stats {
  display: flex;
  gap: 20px;
  margin-top: 34px;
}

.fv__stat {
  flex: 1;
  max-width: 210px;
  height: 110px;
  padding: 16px 10px;
  border: 1px solid #fff;
}

.fv__stat-label {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.fv__stat-number {
  text-align: center;
  line-height: 1.3;
  color: #ead680;
  margin-top: 10px;
}

.fv__stat-number .num {
  font-size: 30px;
  font-weight: 700;
  font-family: 'roboto', san-serif;
  vertical-align: -2px;
}

.fv__stat-number .unit {
  font-size: 20px;
  font-weight: 700;
}

.fv__awards {
  display: flex;
  margin-top: -45px;
}

.fv__award {
  position: relative;
  width: 170px;
  text-align: center;
}

.fv__award img {
  width: 100%;
  height: auto;
  display: block;
}

.fv__award span {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: #ead680;
}

.contact-btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 4;
  width: 160px;
  min-height: 124px;
  padding: 24px 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  background: #e18400;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;

  &: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;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 1400px) {
  .fv {
    background: url(../images/asia-marketing-research/fv-bg.jpg);
  }
}

@media screen and (max-width: 1000px) {
  .fv {
    background-image: url(../images/asia-marketing-research/fv-bg-sp.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #254d83;
    height: 1200px;
    background-size: contain;
  }

  .fv__awards {
    right: 10px;
    top: 180px;
    position: absolute;
    flex-direction: column;
  }

  .fv__stats {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    max-width: none;
  }

  .fv__stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    /* padding: 6px 10px; */
    max-width: 100%;
  }

  .fv__stat-number {
    margin-top: 0;
  }

}

@media screen and (max-width: 767px) {
  .fv {
    height: auto;
    min-height: 800px;
    margin-top: 0;
  }

  .fv__image img {
    object-position: center center;
  }

  .fv__inner {
    /* padding: 24px 16px 110px; */
    padding-top: 20px;
    margin-top: 0;
  }

  .fv__tags {
    gap: 4px;
  }

  .fv__tags li {
    min-width: auto;
    padding: 0 12px;
    height: 28px;
    font-size: 12px;
  }

  .fv__lead-top {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
  }

  .fv__title {
    margin-top: 6px;
    font-size: 34px;
    line-height: 1.3;
  }

  .fv__lead {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4;
  }

  .fv__stats {
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
    max-width: none;
  }

  .fv__stat {
    min-height: auto;
    padding: 2px 10px;
  }

  .fv__stat-label {
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
  }

  .fv__stat-number {
    font-size: 28px;
    white-space: nowrap;
  }

  .fv__stat-number .num {
    font-size: 24px;
    vertical-align: 3px;

  }

  .fv__stat-number .unit {
    font-size: 14px;
    vertical-align: 3px;

  }

  .fv__awards {}

  .fv__award {
    /* width: calc(50% - 6px); */
    max-width: 90px;
  }

  .fv__award span {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 12px;
  }

  .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;
  }
}

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

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

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

.reason-item {
  display: flex;
  align-items: stretch;
}

.reason-item__image {
  width: 400px;
  flex-shrink: 0;
}

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

.reason-item__content {
  flex: 1;
  padding: 24px 30px;
  background: #254d83;
  color: #fff;
}

.reason-item__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.reason-item__num {
  flex-shrink: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #ead680;
  font-family: 'roboto', sans-serif;
}

.reason-item__title {
  padding-top: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.reason-item__text {
  font-size: 14px;
  margin-left: 69px;
}

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

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

  .reason-list {
    gap: 16px;
  }

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

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

  .reason-item__image {
    width: 100%;
  }

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

  .reason-item__content {
    padding: 20px 16px;
  }

  .reason-item__head {
    gap: 12px;
    align-items: center;
  }

  .reason-item__num {
    font-size: 40px;
  }

  .reason-item__title {
    padding-top: 0;
    font-size: 16px;
    line-height: 1.3;
  }

  .reason-item__text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4;
    margin-left: 0;
  }
}

/* ================================ 
  trouble
================================ */

.trouble {
  position: relative;
  overflow: hidden;
}

.trouble-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
  height: 70px;
  background: url(../images/asia-marketing-research/sec-arrow.png) no-repeat center;
  background-size: cover;
}

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

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

.trouble-title {
  text-align: center;
}

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

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

.trouble-item {
  width: 340px;
  padding: 23px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 40%, transparent 100%);
  text-align: center;
}

.trouble-item__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #254d83;
}

.trouble-item__text {
  min-height: 86px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

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

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

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

.trouble-message__lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #254d83;
}

.trouble-message__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}

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

  .trouble-inner {
    padding-bottom: 0;
  }

  .trouble-title {}

  .trouble-list {
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
  }

  .trouble-item {
    width: calc(50% - 5px);
    padding: 20px 18px;
  }

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

  .trouble-item__text {
    min-height: auto;
    font-size: 14px;
    line-height: 1.7;
  }

  .trouble-item__image {
    margin-top: 16px;
    height: 72px;
  }

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

  .trouble-message__lead {
    font-size: 20px;
    line-height: 1.3;
  }

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

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

.area-title {
  text-align: center;
}

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

/* .area-map {
  margin-top: 34px;
}

.area-map img {
  display: block;
  width: 100%;
  height: auto;
} */

.area-map {
  position: relative;
}

.area-map img {
  /* display: block; */
  width: 100%;
  height: auto;
}

.area-label {
  position: absolute;
  font-weight: 700;
  font-size: 18px;
}

.area-label--china {
  color: #fff;
  top: 220px;
  left: 510px;
}

.area-label--korea {
  top: 182px;
  right: 196px;
}

.area-label--taiwan {
  top: 334px;
  right: 296px;
}

.area-label--hongkong {
  top: 394px;
  right: 447px;
}

.area-label--philippines {
  top: 408px;
  right: 222px;
}

.area-label--malaysia {
  top: 478px;
  right: 440px;
}

.area-label--thailand {
  top: 440px;
  left: 400px;
}

.area-label--singapore {
  top: 525px;
  left: 290px;
}

.area-label--indonesia {
  top: 609px;
  left: 390px;
}

.area-label--india {
  color: #fff;
  top: 339px;
  left: 166px;
}

.area-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.area-map-img-sp {
  display: none;
}

@media screen and (max-width: 1140px) {
  .area-label {
    display: none;
  }

  .area-map-img-pc {
    display: none;
  }

  .area-map-img-sp {
    display: block;
  }

}

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

  .area-title {}

  .area-map {
    margin-top: 24px;
  }

  .area-label {
    display: none;
  }

  .area-text {
    text-align: left;
  }
}

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

.method-inner {
  padding-top: 70px;
  padding-bottom: 120px;
}

.method-title {
  text-align: center;
}

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

.method-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 36px;
  /* display: grid; */
  /* grid-template-columns: repeat(4, 1fr); */
}

.method-item {
  padding: 36px 20px;
  background: #fff;
  max-width: 260px;
}

.method-item__icon {
  height: 55px;
  /* margin-top: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.method-item__icon img {
  width: auto;
  display: block;
  object-fit: contain;
}

.method-item:nth-child(1) .method-item__icon img {
  height: 55px;
}

.method-item:nth-child(2) .method-item__icon img {
  height: 47px;
}

.method-item:nth-child(3) .method-item__icon img {
  height: 55px;
}

.method-item:nth-child(4) .method-item__icon img {
  height: 55px;
}

.method-item:nth-child(5) .method-item__icon img {
  height: 45px;
}

.method-item:nth-child(6) .method-item__icon img {
  height: 50px;
}

.method-item:nth-child(7) .method-item__icon img {
  height: 55px;
}

.method-item__title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #254d83;
}

.method-item__text {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.677;
}

.method-item__text span {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.method-bottom-text {
  margin-top: 34px;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.method-bottom-text span {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}


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

  .method-title {}

  .method-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .method-item:nth-child(5),
  .method-item:nth-child(6),
  .method-item:nth-child(7) {
    grid-column: auto;
  }

  .method-item {
    width: calc(50% - 10px);
    padding: 20px 12px;
  }

  .method-item__title {
    margin-top: 14px;
    font-size: 14px;
  }

  .method-item__text {
    font-size: 12px;
    line-height: 1.7;
  }

  .method-bottom-text {
    margin-top: 24px;
    text-align: left;
  }
}

/* ================================ 
  case
================================ */
.case {
  background: #254d83;
}

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

.case-title {
  color: #fff;
  text-align: center;
}

.case-list {
  margin-top: 42px;
}

.case-item+.case-item {
  margin-top: 28px;
}

.case-item {
  display: flex;
  align-items: stretch;
  background: #fff;
}

.case-item__image {
  width: 300px;
  flex-shrink: 0;
}

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

.case-item__content {
  flex: 1;
  padding: 22px 40px 30px 30px;
}

.case-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #254d83;
}

.case-item__area {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.case-item__detail {
  margin-top: 16px;
}

.case-item__detail-head {
  padding: 4px 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background: #254d83;
}

.case-item__table {
  font-size: 12px;
  line-height: 1.6;
}

.case-item__row {
  display: flex;
  align-items: flex-start;
  padding: 2px 12px;
}

.case-item__row.is-gray {
  background: #f0f0f0;
}

.case-item__row dt {
  width: 110px;
  flex-shrink: 0;
}

.case-item__row dd {
  flex: 1;
}

.case-item__point {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #254d83;
}

.case-item__point-icon {
  width: 40px;
  flex-shrink: 0;
}

.case-item__point-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.case-item__point-text {
  font-size: 12px;
  line-height: 1.66;
}

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

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

  .case-item+.case-item {
    margin-top: 20px;
  }

  .case-item {
    flex-direction: column;
  }

  .case-item__image {
    width: 100%;
  }

  .case-item__image img {
    aspect-ratio: 16 / 9;
  }

  .case-item__content {
    padding: 20px 16px 20px;
  }

  .case-item__title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .case-item__area {
    font-size: 13px;
  }

  .case-item__detail-head {
    font-size: 16px;
    line-height: 1.3;
    padding: 8px 10px;
  }

  .case-item__row {
    padding: 8px 10px;
    align-items: center;
  }

  .case-item__row dt {
    width: 60px;
    margin-bottom: 2px;
  }

  .case-item__row dd {
    line-height: 1.3;
  }

  .case-item__point {
    gap: 10px;
    padding: 12px 14px;
  }
}

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

.operation-title {
  text-align: center;
}

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

.operation-text {
  margin-top: 26px;
  font-size: 16px;
  line-height: 1.71;
  text-align: center;
}

.operation-list {
  display: flex;
  gap: 20px;
  margin-top: 42px;
}

.operation-item {
  position: relative;
  width: calc(50% - 10px);
  padding: 22px 50px;
  background: #f0f0f0;
  /* background: #f0f0f0 url("./images/operation-globe.png") no-repeat center bottom -40px; */
  border-radius: 10px;
  background-position: center;
  background-size: 420px;
  overflow: hidden;
}

.operation-item--quantitative .operation-item__title {
  color: #5787c7;
}

.operation-item__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #254d83;
}

.operation-item--quantitative .operation-item__company,
.operation-item--quantitative .operation-item__group {
  background: #5787c7;
}

.operation-item--qualitative .operation-item__company,
.operation-item--qualitative .operation-item__group {
  background: #254d83;
}

.operation-item__company {
  position: relative;
  margin-top: 12px;
  padding: 9px 16px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.operation-item__company::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  height: 25px;
  width: 25px;
  background: url(../images/asia-marketing-research/arrow01.png);
  background-size: cover;
  background-position: bottom;
}

.operation-item__group {
  position: relative;
  z-index: 2;
  margin-top: 31px;
  padding: 10px;
  border-radius: 5px;
}

.operation-item__group--right {
  .operation-item__box {
    margin-bottom: 10px;

    &:last-child {
      margin-bottom: 0;
    }
  }
}

.operation-item__group--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.operation-item__box {
  padding: 6px 10px;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.operation-item__box--full {
  grid-column: 1 / -1;
}

.operation-item__bottom {
  position: relative;
  z-index: 2;
  margin-top: 95px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.operation-item__bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translateX(-50%);
  width: 25px;
  height: 42px;
  background: url(../images/asia-marketing-research/arrow02.png);
  background-size: cover;
  /* background: #333; */
  /* clip-path: polygon(35% 0, 65% 0, 65% 55%, 100% 55%, 50% 100%, 0 55%, 35% 55%); */
}

.operation-item__overlay-box {
  padding: 6px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.operation-item__globe {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  width: 360px;
  pointer-events: none;
}

.operation-item__globe img {
  display: block;
  width: 100%;
  height: auto;
}

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

  .operation-text {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
  }

  .operation-list {
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
  }

  .operation-item {
    width: 100%;
    padding: 20px 16px;
  }

  .operation-item__title {
    font-size: 18px;
  }

  .operation-item__company {
    font-size: 14px;
  }

  .operation-item__group {
    margin-top: 28px;
  }

  .operation-item__group--grid {
    grid-template-columns: 1fr;
  }

  .operation-item__box--full {
    grid-column: auto;
  }

  .operation-item__box,
  .operation-item__overlay-box {
    font-size: 14px;
  }

  .operation-item__bottom {
    margin-top: 82px;
  }

  .operation-item__bottom::before {
    top: -70px;
  }

  .operation-item__globe {
    width: 280px;
    bottom: -12px;
  }
}

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

.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;
}

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

  .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;
  }
}

/* ================================ 
  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;
  }
}