@charset "UTF-8";
:root {
  /* Colors */
  --grd-or: linear-gradient(
    180deg,
    rgba(255, 174, 0, 1) 0%,
    rgba(255, 99, 2, 1) 100%
  );
  /* Fonts */
  /* Effects */
  --01-box-shadow: 0px 0px 15px 0px rgba(237, 128, 32, 0.2);
  --02-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.2);
}

/* Figma Color Variables of your File */
:root,
[data-1-mode=mode-1] {
  /* mode-1 */
  --main-white: #ffffff;
  --main-orange: #ed8020;
  --main-black: #333333;
  --main-txt-black: #333333;
  --bg-lightgray: #f8f8f8;
  --main-yellow: #f6a900;
  --line-gray: #999999;
  --bg-white: #ffffff;
  --line-orange-2: #ed8020;
  --bg-orange: #FFFCF2;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: var(--main-black, #333333);
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.en {
  font-family: "Outfit", sans-serif;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  background-color: #fff;
  font-weight: 700;
  position: relative;
  width: calc(100% - 60px);
  max-width: 1760px;
  margin: 0 auto;
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 100;
  border-radius: 80px;
}
.c-header header {
  border-radius: 80px;
}
.c-header .header-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 0;
  padding: 14px 34px 14px 20px;
}
.c-header .header-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 308px;
      -ms-flex: 0 0 308px;
          flex: 0 0 308px;
  font-size: 14px;
  margin: 0;
  width: 308px;
}
.c-header .header-logo__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.c-header .header-logo__mark {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  height: 57px;
  position: relative;
  width: 140px;
}
.c-header .header-logo__mark img {
  position: absolute;
  max-width: none;
}
.c-header .header-logo__mark img:only-child {
  height: 100%;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  width: 100%;
}
.c-header .header-logo__mark img:nth-child(1) {
  height: 100%;
  left: 0;
  top: 0;
}
.c-header .header-logo__mark img:nth-child(2) {
  height: 86.7%;
  left: 2.79%;
  top: 6.35%;
  width: 37.79%;
}
.c-header .header-logo__mark img:nth-child(3) {
  height: 17.53%;
  left: 15.56%;
  top: 45.6%;
  width: 25.12%;
}
.c-header .header-logo__mark img:nth-child(4) {
  height: 52.57%;
  left: 45.7%;
  top: 20.14%;
  width: 54.3%;
}
.c-header .header-logo__mark img:nth-child(5) {
  height: 5.1%;
  left: 46.16%;
  top: 81.81%;
  width: 52.19%;
}
.c-header .header-logo__mark img:nth-child(6) {
  height: 8.44%;
  left: 23.16%;
  top: 30.7%;
  width: 1.96%;
}
.c-header .header-logo__mark img:nth-child(7) {
  height: 6.88%;
  left: 31.65%;
  top: 27.39%;
  width: 1.6%;
}
.c-header .header-logo__text {
  color: #333;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 700;
}
.c-header .header-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: min(120px, 6.25vw);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-header .header-nav__list,
.c-header .header-actions {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-header .header-nav__list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: min(60px, 3.125vw);
  white-space: nowrap;
}
.c-header .header-nav__item a {
  color: #333;
  display: block;
  font-size: 16px;
  white-space: nowrap;
}
.c-header .header-actions {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 20px;
  white-space: nowrap;
}
.c-header .header-actions__item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 53px;
  text-align: center;
  white-space: nowrap;
}
.c-header .header-actions__item--phone a {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 200px;
  padding-inline: 0;
  line-height: 1;
}
.c-header .header-actions__label {
  color: #333;
  font-size: 12px;
  font-weight: 400;
}
.c-header .header-actions__phone {
  color: var(--main-orange);
  font-size: 30px;
  line-height: 1.2;
}
.c-header .header-actions__item--document,
.c-header .header-actions__item--contact {
  border-radius: 999px;
  font-size: 16px;
}
.c-header .header-actions__item--document a,
.c-header .header-actions__item--contact a {
  padding: 14px 24px;
}
.c-header .header-actions__item--document a {
  background-color: #fff;
  border: 1px solid var(--main-orange);
  color: var(--main-orange);
  border-radius: 999px;
}
.c-header .header-actions__item--contact a {
  background-color: var(--main-orange);
  color: #fff;
  border: 1px solid var(--main-orange);
  border-radius: 999px;
}
.c-header .header-menu {
  display: none;
}
.c-header .header-menu__icon span {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.c-header .header-menu[aria-expanded=true] .header-menu__icon span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.c-header .header-menu[aria-expanded=true] .header-menu__icon span:nth-child(2) {
  opacity: 0;
}
.c-header .header-menu[aria-expanded=true] .header-menu__icon span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

body.open {
  overflow: hidden;
}
body.open::after {
  content: "";
  position: fixed;
  inset: 0;
  background-color: rgba(202, 196, 196, 0.7);
  z-index: 90;
}

.c-footer {
  background: var(--main-black, #333333);
  color: var(--main-white);
  padding: 120px 0 100px;
}
.c-footer .inner-block {
  max-width: 1540px;
}
.c-footer .footer-brand__text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}
.c-footer .footer-brand__contact {
  font-size: 14px;
  font-weight: 500;
  margin-top: 43px;
}
.c-footer .footer-brand__address {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
.c-footer .footer-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.c-footer .footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.c-footer .footer-nav__list {
  margin-top: 30px;
}
.c-footer .footer-nav__list li {
  font-size: 14px;
}
.c-footer .footer-nav__list li + li {
  margin-top: 20px;
}
.c-footer .footer-bottom {
  margin-top: 100px;
  padding-top: 30px;
  border-top: 1px solid var(--line-gray);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer .footer-bottom__legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-footer .footer-bottom__legal span {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-footer .footer-bottom__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.c-ttl01 {
  margin-bottom: 40px;
}
.c-ttl01 .sub-ttl {
  color: var(--main-orange, #ed8020);
  text-align: center;
  font-size: 13px;
  line-height: 160%;
  font-weight: 700;
  position: relative;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.c-ttl01 .ttl {
  text-align: center;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 36px;
  line-height: 160%;
  font-weight: 700;
  position: relative;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin-top: 10px;
}
.c-ttl01 .txt {
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  position: relative;
  margin-top: 40px;
}

.c-right-clip {
  position: relative;
}
.c-right-clip::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  height: 140px;
  background-color: var(--main-white);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  -webkit-filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.05));
}
.c-right-clip.bg-orange::after {
  background-color: var(--main-white);
}

.c-left-clip {
  position: relative;
}
.c-left-clip::after {
  content: "";
  position: absolute;
  top: -141px;
  right: 0;
  width: 100%;
  height: 140px;
  background-color: inherit;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
  -webkit-filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.05));
}
.c-left-clip.bg-orange::after {
  background-color: var(--main-white);
}

.bg-orange {
  background-color: var(--bg-orange);
}

.bg-gray {
  background-color: var(--bg-lightgray);
}

.c-sec-block {
  padding: 100px 0;
}

.c-numbering {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.c-numbering h3 {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
}
.c-numbering .number {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main-orange);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  padding-right: 9px;
  position: relative;
  line-height: 1;
}
.c-numbering .number::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 16px;
  margin: auto;
  background-color: var(--main-orange);
}
.c-numbering .number + .number::before {
  content: none;
}

.c-grid-list {
  display: grid;
  gap: 20px;
}
.c-grid-list .item {
  padding: 20px;
  background-color: var(--main-white);
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
}
.c-grid-list .item__lead {
  font-weight: 700;
  line-height: 160%;
}
.c-grid-list .item__desc {
  font-weight: 500;
  line-height: 160%;
  font-size: 14px;
  margin-top: 20px;
}
.c-grid-list .item__icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
}
.c-grid-list .item__img img {
  width: 100%;
  border-radius: 10px;
}

.c-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.c-btn-area .cta-btn {
  padding: 22px 32px 21px;
  border-radius: 40px;
  color: var(--main-white);
  background: var(--main-orange, #ed8020);
  border: 2px solid var(--main-white);
  line-height: 1;
  font-weight: bold;
}
.c-btn-area .cta-btn__secondary {
  background-color: var(--main-white);
  color: var(--main-orange);
}

.c-ask {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  line-height: 160%;
  font-weight: 500;
  font-size: 14px;
}
.c-ask::before {
  content: "※";
}

/* --------------------------------
c-table
----------------------------------- */
.c-table {
  border-collapse: collapse;
  table-layout: fixed;
}
.c-table th,
.c-table td {
  padding: 16px 20px;
  text-align: center;
  vertical-align: middle;
}
.c-table thead th {
  font-size: 14px;
  font-weight: 700;
  color: var(--main-white);
  padding: 24px 20px;
  border-right: 1px solid var(--line-gray);
}
.c-table thead th:first-child {
  border: none;
}
.c-table thead .bg-yellow {
  background-color: var(--main-yellow, #f6a900);
}
.c-table thead .b-smile {
  position: relative;
  border: none;
  color: var(--main-white);
  padding: 5px 0;
}
.c-table thead .b-smile::before {
  content: "";
  height: calc(100% + 38px);
  width: calc(100% + 2px);
  position: absolute;
  left: -1px;
  bottom: -2px;
  background: url(../img/common/bg-th.svg) no-repeat;
  border-radius: 10px 10px 0 0;
}
.c-table tbody tr:first-child th {
  border-top: 1px solid var(--line-gray);
}
.c-table tbody tr:last-child th,
.c-table tbody tr:last-child td {
  border-bottom: 1px solid var(--line-gray);
}
.c-table tbody tr:last-child th::after,
.c-table tbody tr:last-child td::after {
  content: none;
}
.c-table tbody tr:last-child td:nth-child(2) {
  border-bottom: 3px solid var(--line-orange-2);
}
.c-table tbody tr:last-child td:nth-child(2)::after {
  content: none;
}
.c-table tbody th,
.c-table tbody td {
  position: relative;
  border-left: 1px solid var(--line-gray);
}
.c-table tbody th::after,
.c-table tbody td::after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background-color: var(--line-gray);
}
.c-table tbody th {
  background-color: var(--bg-lightgray);
  font-weight: 700;
  text-align: left;
  position: relative;
}
.c-table tbody td {
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-table tbody td:nth-child(2) {
  border-left: 3px solid var(--line-orange-2);
  border-right: 3px solid var(--line-orange-2);
  position: relative;
  background: #FFE9D7;
}
.c-table tbody td:nth-child(2)::after {
  content: "";
  width: calc(100% - 40px);
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background-color: var(--main-orange);
}
.c-table tbody td:last-child {
  border-right: 1px solid var(--line-gray);
}
.c-table__label {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, calc(-100% + 2px));
          transform: translate(-50%, calc(-100% + 2px));
  white-space: nowrap;
  font-weight: 700;
}
.c-table__brand {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
  color: var(--main-white);
  position: relative;
  z-index: 1;
}
.c-table__brand img {
  width: 47px;
  width: auto;
}

.inn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inn::before {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 700;
}
.inn.check::before {
  content: "";
  border-radius: 50%;
  border-style: solid;
  border-color: var(--main-orange, #ed8020);
  border-width: 4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 26px;
  height: 26px;
  position: relative;
  aspect-ratio: 1;
}
.inn.caution::before {
  content: "";
  background: url(../img/common/icon-sankaku.svg) no-repeat;
  background-size: 26px;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 26px;
  height: 26px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.inn.cross::before {
  content: "";
  background: url(../img/common/icon-close.svg) no-repeat;
  background-size: 24px;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}

/* --------------------------------
c-qa
----------------------------------- */
.qa-list {
  margin-top: 40px;
}

.qa-item {
  border-bottom: 1px solid var(--line-gray, #999);
}
.qa-item:first-child {
  border-top: 1px solid var(--line-gray, #999);
}

.qa-item__question {
  margin: 0;
}

.qa-item__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 35px 40px 35px 32px;
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 16px;
}

.qa-item__q,
.qa-item__a {
  color: var(--main-orange);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 700;
}

.qa-item__q-text,
.qa-item__a-text {
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.qa-item__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 24px;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}
.qa-item__icon::before, .qa-item__icon::after {
  background-color: var(--main-orange);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 100%;
}
.qa-item__icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.qa-item.is-open .qa-item__icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.qa-item__answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 24px 40px 24px 32px;
  background: #ffe9d7;
}
.qa-item__answer[hidden] {
  display: none;
}

/* --------------------------------
c-modal (movie-modal)
----------------------------------- */
body.modal-open {
  overflow: hidden;
}

.movie-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
}
.movie-modal[hidden] {
  display: none;
}
.movie-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.movie-modal__body {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 0 auto;
}
.movie-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  color: var(--main-white);
  font-size: 32px;
  line-height: 1;
}
.movie-modal__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
}
.movie-modal__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .sec-mv-block {
  position: relative;
  overflow: hidden;
  background-color: #ff7700;
}
.home .sec-mv-block .inner-block {
  max-width: 1440px;
}
.home .sec-mv-block .txt-box {
  position: absolute;
  top: 0;
  height: 100%;
  width: min(1400px, 72.9166666667vw);
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 119, 0)), to(rgb(255, 195, 0)));
  background: linear-gradient(270deg, rgb(255, 119, 0) 0%, rgb(255, 195, 0) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 160px;
  padding-bottom: 40px;
  z-index: 1;
}
.home .sec-mv-block .txt-box__sub-ttl {
  font-weight: 700;
  font-size: min(16px, 0.8333333333vw);
}
.home .sec-mv-block .txt-box__ttl {
  color: var(--main-white);
  font-size: min(48px, 2.5vw);
  line-height: 140%;
  font-weight: 700;
  margin-top: min(20px, 1.0416666667vw);
  text-indent: max(-30px, -1.5625vw);
}
.home .sec-mv-block .txt-box__ttl .small {
  font-size: min(40px, 2.0833333333vw);
}
.home .sec-mv-block .txt-box__txt {
  font-size: min(18px, 0.9375vw);
  line-height: 180%;
  font-weight: 700;
  margin-top: min(20px, 1.0416666667vw);
}
.home .sec-mv-block .txt-box__txt .small {
  font-size: min(16px, 0.8333333333vw);
  font-weight: 500;
}
.home .sec-mv-block .txt-box__link {
  margin-top: min(30px, 1.5625vw);
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: min(16px, 0.8333333333vw);
}
.home .sec-mv-block .txt-box__link::after {
  content: "";
  -webkit-mask: url(../img/common/arrow.svg);
          mask: url(../img/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--main-black, #333333);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 10px;
  left: 0;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 40px;
}
.home .sec-mv-block .txt-box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  margin-top: min(40px, 2.0833333333vw);
  width: min(605px, 31.5104166667vw);
}
.home .sec-mv-block .decorative-element01 {
  position: absolute;
  width: min(180px, 9.375vw);
  aspect-ratio: 180/270;
  left: 0;
  z-index: -1;
  top: min(150px, 7.8125vw);
}
.home .sec-mv-block .decorative-element02 {
  position: absolute;
  left: 90px;
  bottom: 90px;
  width: min(270px, 14.0625vw);
  aspect-ratio: 270/180;
  z-index: -1;
}
.home .sec-mv-block .decorative-element03 {
  position: absolute;
  width: min(270px, 14.0625vw);
  aspect-ratio: 1/1;
  right: min(280px, 14.5833333333vw);
  top: min(100px, 5.2083333333vw);
  z-index: -1;
}
.home .sec-mv-block .decorative-element04 {
  position: absolute;
  bottom: min(182px, 48.5333333333vw);
  width: min(124px, 33.0666666667vw);
  aspect-ratio: 1/1;
  z-index: -1;
}
.home .sec-mv-block .decorative-element05 {
  position: absolute;
  width: min(180px, 9.375vw);
  aspect-ratio: 180/270;
  right: max(-27px, -7.2vw);
  z-index: -1;
}
.home .sec-mv-block .img-box {
  position: relative;
  width: min(1080px, 56.25vw);
  margin-left: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home .sec-mv-block .img-box picture,
.home .sec-mv-block .img-box img {
  width: 100%;
}
.home .swiper-block {
  bottom: min(70px, 3.6458333333vw);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.home .mv-swiper {
  margin-top: 57px;
}
.home .mv-swiper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home .mv-swiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}
.home .mv-swiper .swiper-slide img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .sec-something-block {
  padding-bottom: 130px;
}
.home .sec-something-block .problem-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 50px;
}
.home .sec-something-block .problem-card {
  background-color: var(--bg-lightgray);
  border-radius: 10px;
  min-width: 0;
  padding: 20px 20px 30px 20px;
}
.home .sec-something-block .problem-card:nth-child(-n+3) {
  grid-column: span 2;
}
.home .sec-something-block .problem-card:nth-child(n+4) {
  grid-column: span 3;
}
.home .sec-something-block .problem-card__summary,
.home .sec-something-block .problem-card__detail {
  margin: 0;
}
.home .sec-something-block .problem-card__summary {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.home .sec-something-block .problem-card__detail {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  margin-top: auto;
  padding-top: 22px;
  position: relative;
  margin-top: 20px;
}
.home .sec-something-block .problem-card__detail::before {
  background-color: #ccc;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home .sec-something-block .problem-card__detail:after {
  background-color: var(--main-orange);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.home .sec-smile-block {
  padding-bottom: 140px;
  margin-top: -90px;
  padding-top: 160px;
}
.home .sec-smile-block img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.home .sec-support-block {
  padding-top: 50px;
}
.home .sec-support-block .inner-block {
  max-width: 1660px;
}
.home .sec-support-block .c-grid-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.home .sec-support-block .c-grid-list .item__desc {
  padding-top: 20px;
  border-top: 1px solid var(--line-gray);
}
.home .sec-creation-block .inner-block {
  max-width: 1580px;
}
.home .sec-creation-block .creation-list {
  display: grid;
  grid-template-columns: 600fr 410fr 410fr;
  gap: 40px;
}
.home .sec-creation-block .creation-list__item {
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--main-white);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(237, 128, 32, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(237, 128, 32, 0.3);
}
.home .sec-creation-block .creation-list__img.swich-image {
  display: grid;
  overflow: hidden;
}
.home .sec-creation-block .creation-list__img.swich-image img {
  grid-area: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.home .sec-creation-block .creation-list__img.swich-image img.is-active {
  opacity: 1;
}
.home .sec-creation-block .creation-list__box {
  padding: 24px 32px;
}
.home .sec-creation-block .creation-list__ttl {
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
}
.home .sec-creation-block .creation-list__desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
}
.home .sec-creation-block .creation-cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
  margin: 40px auto 0;
  background: var(--grd-or, linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(255, 99, 2) 100%));
  border-radius: 10px;
  padding: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(237, 128, 32, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(237, 128, 32, 0.3);
}
.home .sec-creation-block .creation-cta__title {
  font-size: 13px;
  line-height: 140%;
  font-weight: 700;
  color: var(--main-white);
}
.home .sec-creation-block .creation-cta__desc {
  margin-top: 8px;
  color: var(--main-white);
  font-size: 18px;
  line-height: 160%;
  font-weight: 700;
}
.home .sec-creation-block .creation-cta__btn {
  background: var(--main-white, #ffffff);
  border: 1px solid var(--main-white);
  border-radius: 40px;
  padding: 24px 32px 24px 32px;
  position: relative;
  color: var(--main-orange);
  font-weight: 700;
}
.home .sec-price-block .inner-block {
  max-width: 1580px;
}
.home .sec-price-block .price-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.home .sec-price-block .price-list__item {
  background-color: var(--main-white);
  padding: 30px 24px 24px;
}
.home .sec-price-block .price-list__box {
  margin-top: 24px;
}
.home .sec-price-block .price-list__img {
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
}
.home .sec-price-block .price-list__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.home .sec-price-block .price-list__title {
  margin-top: 28px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 700;
  text-align: center;
}
.home .sec-price-block .price-list__desc {
  margin-top: 16px;
  font-size: 14px;
  line-height: 160%;
  font-weight: 500;
}
.home .sec-case-block .inner-block {
  max-width: 1660px;
}
.home .sec-case-block .case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.home .sec-case-block .case-list__item {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(237, 128, 32, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(237, 128, 32, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
.home .sec-case-block .case-list__img img {
  width: 100%;
}
.home .sec-case-block .case-list__box {
  padding: 50px 32px;
  position: relative;
}
.home .sec-case-block .case-list__logo {
  background-color: var(--main-white);
  position: absolute;
  left: 32px;
  top: -25px;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
}
.home .sec-case-block .case-list__name {
  line-height: 160%;
  font-weight: 500;
}
.home .sec-case-block .case-list__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 8px;
  gap: 8px;
}
.home .sec-case-block .case-list__tags li {
  padding: 2px 8px;
  font-size: 13px;
  line-height: 160%;
  font-weight: 500;
  background: var(--bg-lightgray, #f8f8f8);
}
.home .sec-case-block .case-list__tags li span {
  margin-left: 8px;
  padding-left: 9px;
  position: relative;
}
.home .sec-case-block .case-list__tags li span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: var(--line-gray);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home .sec-case-block .case-list__title {
  color: var(--main-orange, #ed8020);
  font-size: 20px;
  margin-top: 20px;
  line-height: 160%;
  font-weight: 700;
  padding: 0 26px;
  position: relative;
}
.home .sec-case-block .case-list__title::before, .home .sec-case-block .case-list__title::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-quotation.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.home .sec-case-block .case-list__title::before {
  left: 0;
  top: 0;
}
.home .sec-case-block .case-list__title::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home .sec-case-block .case-list__details {
  margin-top: 20px;
}
.home .sec-case-block .case-list__details dt {
  color: var(--main-orange, #ed8020);
  font-size: 14px;
  font-weight: 700;
}
.home .sec-case-block .case-list__details dd {
  margin-top: 4px;
  font-size: 14px;
  line-height: 160%;
  font-weight: 500;
}
.home .sec-case-block .case-list__details dd + dt {
  margin-top: 16px;
}
.home .sec-case-block .case-cta {
  margin-top: 50px;
}
.home .sec-case-block .case-cta__desc {
  color: var(--main-orange);
  line-height: 160%;
  font-weight: 700;
  text-align: center;
}
.home .sec-case-block .case-cta__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  border-radius: 40px;
  padding: 24px 32px 24px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  color: var(--main-white);
  z-index: 1;
  overflow: hidden;
  font-weight: bold;
}
.home .sec-case-block .case-cta__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 174, 0)), to(rgb(255, 99, 2)));
  background: linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(255, 99, 2) 100%);
  z-index: -1;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .sec-case-block .case-cta__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 99, 2)), to(rgb(255, 174, 0)));
  background: linear-gradient(180deg, rgb(255, 99, 2) 0%, rgb(255, 174, 0) 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .sec-case-block .case-example {
  margin-top: 50px;
  background: #fffae8;
  padding: 40px 60px;
}
.home .sec-case-block .case-swiper {
  margin-top: 27px;
  padding: 5px 57px;
  position: relative;
}
.home .sec-case-block .case-swiper::before, .home .sec-case-block .case-swiper::after {
  content: "";
  width: 52px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fffae8;
  z-index: 2;
}
.home .sec-case-block .case-swiper::before {
  left: 0;
}
.home .sec-case-block .case-swiper::after {
  right: 0;
}
.home .sec-case-block .case-swiper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec-case-block .case-swiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
}
.home .sec-case-block .case-swiper .swiper-slide img {
  width: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .sec-case-block .case-swiper__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--main-orange);
  background-color: var(--main-white);
  cursor: pointer;
  z-index: 3;
}
.home .sec-case-block .case-swiper__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--main-orange);
  border-right: 1px solid var(--main-orange);
}
.home .sec-case-block .case-swiper__nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.home .sec-case-block .case-swiper__nav--prev {
  left: 0;
}
.home .sec-case-block .case-swiper__nav--prev::before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.home .sec-case-block .case-swiper__nav--next {
  right: 0;
}
.home .sec-case-block .case-swiper__nav--next::before {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.home .sec-movie-block .movie-block {
  max-width: 800px;
  margin: auto;
  aspect-ratio: 800/450;
  background: var(--line-gray, #999999);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.home .sec-movie-block .movie-trigger {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.home .sec-movie-block .movie-trigger__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .sec-movie-block .movie-trigger__play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon-play.svg);
  background-size: contain;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.home .sec-message-block {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 174, 0)), to(rgb(255, 99, 2)));
  background: linear-gradient(90deg, rgb(255, 174, 0) 0%, rgb(255, 99, 2) 100%);
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home .sec-message-block::before {
  content: "";
  width: 180px;
  height: 270px;
  background: url(../img/common/bg-deco01.svg);
  position: absolute;
  left: 0;
  top: 80px;
  z-index: -1;
}
.home .sec-message-block::after {
  content: "";
  width: 180px;
  height: 270px;
  background: url(../img/common/bg-deco01.svg);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home .sec-message-block .inner-block {
  max-width: 1660px;
}
.home .sec-message-block .message-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .sec-message-block .message-box__img {
  width: 53.164556962%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home .sec-message-block .message-box__img img {
  width: 100%;
}
.home .sec-message-block .message-box__txt {
  background-color: var(--main-white);
  border-radius: 20px;
  width: 53.164556962%;
  margin-left: -100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.home .sec-message-block .message-box__txt-inner {
  padding: 60px min(120px, 6.25vw) 60px min(105px, 5.46875vw);
  width: 100%;
}
.home .sec-message-block .message-box__sub-ttl {
  font-size: 28px;
  line-height: 160%;
  font-weight: 700;
}
.home .sec-message-block .message-box__desc {
  margin-top: 26px;
  line-height: 160%;
  font-weight: 500;
}
.home .sec-message-block .message-box__profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 160%;
  font-weight: 500;
}
.home .sec-message-block .message-box__profile .name {
  font-size: 32px;
  line-height: 160%;
  font-weight: 700;
}
.home .sec-message-block .c-ttl01 .sub-ttl,
.home .sec-message-block .c-ttl01 .ttl {
  text-align: left;
}
.home .sec-features-block {
  padding-top: 160px;
  padding-bottom: 134px;
  position: relative;
  z-index: 1;
}
.home .sec-features-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 140px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 174, 0)), to(rgb(255, 99, 2)));
  background: linear-gradient(90deg, rgb(255, 174, 0) 0%, rgb(255, 99, 2) 100%);
}
.home .sec-features-block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 140px;
  -webkit-clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  background-color: var(--bg-orange);
  bottom: -1px;
  left: 0;
  z-index: -1;
}
.home .sec-features-block .inner-block {
  max-width: 1660px;
}
.home .sec-features-block .features-table {
  margin-top: 40px;
  padding-top: 36px;
  overflow-x: auto;
}
.home .sec-features-block .features-table .c-table {
  min-width: 720px;
}
.home .sec-example-block .inner-block {
  max-width: 1660px;
}
.home .sec-example-block .example-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.home .sec-example-block .example-list__item {
  border-radius: 10px;
  background-color: var(--main-white);
  padding: 24px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
}
.home .sec-example-block .example-list__img {
  border-radius: 10px;
  overflow: hidden;
}
.home .sec-example-block .example-list__img img {
  width: 100%;
}
.home .sec-example-block .example-list__list {
  margin-top: 16px;
}
.home .sec-example-block .example-list__list li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 160%;
  font-weight: 500;
}
.home .sec-example-block .example-list__list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background-color: var(--main-orange);
  width: 8px;
  height: 7px;
  border-radius: 50%;
}
.home .sec-example-block .example-list__list li + li {
  margin-top: 8px;
}
.home .sec-example-block .example-cta {
  margin-top: 60px;
  padding: 40px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  background: #ffe9d7;
  border-radius: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec-example-block .example-cta__box {
  width: 27.9452054795%;
}
.home .sec-example-block .example-cta__sub-ttl {
  background: var(--main-orange, #ed8020);
  border-radius: 50px;
  padding: 16px 24px 16px 24px;
  position: relative;
  color: var(--main-white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .sec-example-block .example-cta__sub-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  width: 30px;
  height: 20px;
  background-color: var(--main-orange);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.home .sec-example-block .example-cta__ttl {
  margin-top: 30px;
  font-size: 32px;
  line-height: 160%;
  font-weight: 700;
  color: var(--main-orange);
  text-align: center;
}
.home .sec-example-block .example-cta .c-grid-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 69.8630136986%;
}
.home .sec-flow-block .flow-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 50px;
  position: relative;
}
.home .sec-flow-block .flow-list::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 8.3333333333%;
  right: 8.3333333333%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 99, 2)), to(rgb(255, 174, 0)));
  background: linear-gradient(90deg, rgb(255, 99, 2) 0%, rgb(255, 174, 0) 100%);
  z-index: 0;
}
.home .sec-flow-block .flow-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  position: relative;
}
.home .sec-flow-block .flow-item:nth-child(1) .flow-item__number {
  background: var(--main-orange, #ed8020);
}
.home .sec-flow-block .flow-item:nth-child(2) .flow-item__number {
  background: #e97106;
}
.home .sec-flow-block .flow-item:nth-child(3) .flow-item__number {
  background: #ea7304;
}
.home .sec-flow-block .flow-item:nth-child(4) .flow-item__number {
  background: #f38e10;
}
.home .sec-flow-block .flow-item:nth-child(5) .flow-item__number {
  background: #fca81d;
}
.home .sec-flow-block .flow-item:nth-child(6) .flow-item__number {
  background: var(--main-yellow, #f6a900);
}
.home .sec-flow-block .flow-item__number {
  border-radius: 50px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
  position: relative;
  color: var(--main-white);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home .sec-flow-block .flow-item__card {
  background-color: var(--main-white);
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: var(--01-box-shadow, 0px 0px 15px 0px rgba(237, 128, 32, 0.2));
          box-shadow: var(--01-box-shadow, 0px 0px 15px 0px rgba(237, 128, 32, 0.2));
}
.home .sec-flow-block .flow-item.is-current .flow-item__card {
  border-color: var(--main-orange);
}
.home .sec-flow-block .flow-item__icon {
  display: block;
  margin: 0 auto 24px;
  width: 50px;
}
.home .sec-flow-block .flow-item__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.home .sec-flow-block .flow-item__label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}
.home .sec-flow-block .flow-duration {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.home .sec-flow-block .flow-duration__item {
  background-color: var(--bg-lightgray);
  border-radius: 6px;
  padding: 8px 16px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  background-color: #ffe9d7;
  color: var(--main-orange);
}
.home .sec-flow-block .flow-duration__item:first-child {
  grid-column: span 3;
}
.home .sec-flow-block .flow-duration__item:last-child {
  grid-column: span 3;
}
.home .sec-flow-block .flow-duration__label {
  line-height: 160%;
  font-weight: 700;
}
.home .sec-flow-block .flow-duration__value {
  line-height: 160%;
  font-weight: 700;
}
.home .sec-flow-block .ask {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  line-height: 160%;
  font-weight: 500;
}
.home .sec-flow-block .ask::before {
  content: "※";
}
.home .sec-cta-block {
  position: relative;
  background: var(--grd-or, linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(255, 99, 2) 100%));
}
.home .sec-cta-block::before {
  content: "";
  background: url(../img/home/cta-txt.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: min(1317px, 68.59375vw);
  height: auto;
  aspect-ratio: 1317/204;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.home .sec-cta-block .cta-ttl {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  color: var(--main-white);
}
.home .sec-cta-block .cta-txt {
  text-align: center;
  color: var(--main-white);
  line-height: 180%;
  font-weight: 500;
  margin-top: 30px;
}
.home .sec-cta-block .cta-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.home .sec-cta-block .cta-btn-area .cta-btn {
  padding: 24px 32px;
  border-radius: 40px;
  color: var(--main-white);
  background-color: var(--main-orange);
  border: 2px solid var(--main-white);
  font-weight: bold;
}
.home .sec-cta-block .cta-btn-area .cta-btn__secondary {
  background-color: var(--main-white);
  color: var(--main-orange);
}
.home .sec-cta-block .cta-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: var(--main-white);
  font-weight: bold;
  margin-top: 30px;
}
.home .sec-cta-block .cta-link::after {
  content: "";
  background: url(../img/common/arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 10px;
  position: relative;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.home .sec-news-block .inner-block {
  max-width: 1000px;
}
.home .sec-news-block .news-item {
  border-bottom: 1px solid var(--line-gray);
}
.home .sec-news-block .news-item:first-child {
  border-top: 1px solid var(--line-gray);
}
.home .sec-news-block .news-item__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 8px;
  position: relative;
}
.home .sec-news-block .news-item__link.no-link {
  pointer-events: none;
}
.home .sec-news-block .news-item__link.no-link .news-item__arrow {
  display: none;
}
.home .sec-news-block .news-item__body {
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.home .sec-news-block .news-item__meta {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.home .sec-news-block .news-item__category {
  background: #ffffff;
  border-style: solid;
  border-color: var(--main-orange, #ed8020);
  border-width: 1px;
  padding: 6px 10px 6px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  color: var(--main-orange, #ed8020);
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 500;
  min-width: 73px;
}
.home .sec-news-block .news-item__date {
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.home .sec-news-block .news-item__title {
  font-weight: 500;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec-news-block .news-item__arrow {
  -webkit-mask: url(../img/common/arrow.svg);
          mask: url(../img/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--main-orange, #ed8020);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 10px;
  position: relative;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 40px;
}
.home .sec-news-block .news-link {
  border-radius: 40px;
  padding: 24px 32px 24px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--main-white);
  font-weight: 700;
  margin: 40px auto 0;
  z-index: 1;
  overflow: hidden;
}
.home .sec-news-block .news-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 174, 0)), to(rgb(255, 99, 2)));
  background: linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(255, 99, 2) 100%);
  z-index: -1;
  opacity: 1;
}
.home .sec-news-block .news-link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 99, 2)), to(rgb(255, 174, 0)));
  background: linear-gradient(180deg, rgb(255, 99, 2) 0%, rgb(255, 174, 0) 100%);
  z-index: -1;
  opacity: 0;
}
.home .sec-question-block .inner-block {
  max-width: 1000px;
}
@media screen and (width < 768px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-inline: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    width: 100%;
    top: 0;
  }
  .c-header header {
    border-radius: 0;
  }
  .c-header .header-inner {
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding: 15px 20px;
  }
  .c-header .header-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
  .c-header .header-logo__mark {
    -webkit-flex-basis: 74px;
        -ms-flex-preferred-size: 74px;
            flex-basis: 74px;
    height: 30px;
    width: 74px;
  }
  .c-header .header-logo__text {
    font-size: 11px;
  }
  .c-header .header-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 48px;
    min-width: 48px;
  }
  .c-header .header-menu__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .c-header .header-menu__icon span {
    background-color: #222;
    display: block;
    height: 2px;
    width: 22px;
  }
  .c-header .header-menu__text {
    font-size: 10px;
    font-weight: 400;
  }
  .c-header .header-content {
    max-height: 0;
    padding: 0 16px;
  }
  .c-header .header-content.is-open {
    max-height: 720px;
    padding-bottom: 28px;
  }
  .c-header .header-nav__list,
  .c-header .header-actions {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: block;
  }
  .c-header .header-nav__item {
    border-bottom: 1px solid #c3c7d0;
    position: relative;
  }
  .c-header .header-nav__item a {
    color: #333;
    font-size: 16px;
    padding: 16px 25px 16px 0;
  }
  .c-header .header-nav__item::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 23px;
  }
  .c-header .header-actions {
    margin-top: 18px;
  }
  .c-header .header-actions__item {
    margin-top: 8px;
  }
  .c-header .header-actions__item a {
    min-height: 46px;
    width: 100%;
  }
  .c-header .header-actions__item--phone a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0;
  }
  .c-header .header-actions__label {
    font-size: 14px;
  }
  .c-header .header-actions__phone {
    font-size: 45px;
  }
  .c-header .header-actions__item--document,
  .c-header .header-actions__item--contact {
    font-size: 16px;
    margin-top: 20px;
  }
  .c-header .header-actions__item--document a,
  .c-header .header-actions__item--contact a {
    border-radius: 30px;
  }
  .c-header .header-actions__item--document a {
    border: 1px solid var(--main-orange);
    color: var(--main-orange);
  }
  .c-header .header-actions__item--contact a {
    background-color: var(--main-orange);
    color: #fff;
  }
  .c-footer {
    padding: 60px 0 50px;
  }
  .c-footer .footer-brand__text {
    font-size: 12px;
    margin-top: 10px;
  }
  .c-footer .footer-brand__contact {
    font-size: 12px;
    margin-top: 10px;
  }
  .c-footer .footer-brand__address {
    font-size: 12px;
    margin-top: 10px;
  }
  .c-footer .footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .c-footer .footer-nav {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
  }
  .c-footer .footer-nav__list {
    margin-top: 16px;
  }
  .c-footer .footer-nav__list li {
    font-size: 12px;
  }
  .c-footer .footer-nav__list li + li {
    margin-top: 10px;
  }
  .c-footer .footer-bottom {
    margin-top: 50px;
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .c-footer .footer-bottom__legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .c-footer .footer-bottom__legal span {
    font-size: 12px;
  }
  .c-footer .footer-bottom__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
    gap: 24px;
  }
  .c-ttl01 {
    margin-bottom: 20px;
  }
  .c-ttl01 .sub-ttl {
    font-size: 12px;
  }
  .c-ttl01 .ttl {
    font-size: 20px;
  }
  .c-ttl01 .txt {
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
  }
  .c-right-clip::after {
    height: 70px;
  }
  .c-left-clip::after {
    height: 70px;
    top: -71px;
  }
  .c-sec-block {
    padding: 60px 0;
  }
  .c-numbering {
    margin-bottom: 10px;
  }
  .c-numbering h3 {
    font-size: 12px;
  }
  .c-numbering .number {
    font-size: 16px;
  }
  .c-btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .c-btn-area .cta-btn {
    padding: 17px;
    font-size: 12px;
  }
  .c-ask {
    margin-top: 24px;
    font-size: 12px;
  }
  .c-table th,
  .c-table td {
    padding: 12px 16px;
  }
  .c-table thead th {
    font-size: 12px;
    padding: 12px 16px;
  }
  .c-table thead .b-smile {
    padding: 5px 12px;
  }
  .c-table thead .b-smile::before {
    height: calc(100% + 28px);
  }
  .c-table tbody th::after,
  .c-table tbody td::after {
    width: calc(100% - 20px);
  }
  .c-table tbody td:nth-child(2)::after {
    width: calc(100% - 20px);
  }
  .c-table__brand {
    font-size: 14px;
  }
  .c-table th,
  .c-table td {
    padding: 10px;
  }
  .c-table tbody th,
  .c-table tbody td {
    font-size: 12px;
  }
  .qa-list {
    margin-top: 24px;
  }
  .qa-item__btn {
    padding: 24px 32px 24px 24px;
    font-size: 14px;
  }
  .qa-item__icon {
    right: 16px;
    width: 16px;
    height: 16px;
  }
  .qa-item__icon::before, .qa-item__icon::after {
    height: 2px;
  }
  .qa-item__answer {
    padding: 16px 32px 16px 24px;
  }
  .movie-modal__close {
    top: -36px;
    font-size: 24px;
  }
  .home .sec-mv-block .txt-box {
    position: relative;
    width: 100%;
    margin-top: -18.6666666667vw;
    padding-top: 18.6666666667vw;
    padding-right: 0;
    padding-bottom: 120px;
  }
  .home .sec-mv-block .txt-box__sub-ttl {
    font-size: min(14px, 3.7333333333vw);
  }
  .home .sec-mv-block .txt-box__ttl {
    margin-top: 10px;
    font-size: min(22px, 5.8666666667vw);
    text-indent: max(-13px, -3.4666666667vw);
  }
  .home .sec-mv-block .txt-box__ttl .small {
    font-size: min(20px, 5.3333333333vw);
  }
  .home .sec-mv-block .txt-box__txt {
    font-size: min(11px, 2.9333333333vw);
    margin-top: min(25px, 6.6666666667vw);
  }
  .home .sec-mv-block .txt-box__txt .small {
    font-size: min(11px, 2.9333333333vw);
  }
  .home .sec-mv-block .txt-box__link {
    font-size: 12px;
    margin-top: 20px;
  }
  .home .sec-mv-block .txt-box__list {
    gap: 16px;
    margin-top: min(30px, 8vw);
    width: 100%;
  }
  .home .sec-mv-block .txt-box .c-btn-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  .home .sec-mv-block .decorative-element01 {
    width: min(82px, 21.8666666667vw);
    top: 0;
  }
  .home .sec-mv-block .decorative-element03 {
    width: min(124px, 33.0666666667vw);
    right: max(-28px, -7.4666666667vw);
    top: min(35px, 9.3333333333vw);
  }
  .home .sec-mv-block .decorative-element05 {
    width: min(82px, 21.8666666667vw);
    bottom: min(149px, 39.7333333333vw);
  }
  .home .sec-mv-block .img-box {
    width: 100%;
  }
  .home .swiper-block {
    bottom: 50px;
  }
  .home .mv-swiper {
    margin-top: 32px;
  }
  .home .sec-something-block {
    padding-bottom: 60px;
  }
  .home .sec-something-block .problem-card__detail {
    margin-top: 10px;
    padding-top: 11px;
    font-size: 12px;
  }
  .home .sec-something-block .problem-list {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .home .sec-something-block .problem-card {
    grid-column: auto !important;
    padding: 22px 20px 24px;
  }
  .home .sec-something-block .problem-card__heading {
    margin-bottom: 18px;
  }
  .home .sec-something-block .problem-card__heading h3 {
    font-size: 16px;
  }
  .home .sec-something-block .problem-card__summary {
    font-size: 16px;
  }
  .home .sec-smile-block {
    padding-bottom: 70px;
    padding-top: 80px;
    margin-top: -40px;
  }
  .home .sec-creation-block .creation-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .home .sec-creation-block .creation-list__box {
    padding: 16px;
  }
  .home .sec-creation-block .creation-list__ttl {
    font-size: 16px;
  }
  .home .sec-creation-block .creation-list__desc {
    margin-top: 4px;
    font-size: 14px;
  }
  .home .sec-creation-block .creation-cta {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .home .sec-creation-block .creation-cta__title {
    font-size: 12px;
  }
  .home .sec-creation-block .creation-cta__btn {
    border-radius: 40px;
    padding: 16px 24px;
  }
  .home .sec-price-block .price-list__item {
    padding: 16px;
  }
  .home .sec-price-block .price-list__box {
    margin-top: 16px;
  }
  .home .sec-price-block .price-list__title {
    margin-top: 16px;
    font-size: 14px;
  }
  .home .sec-price-block .price-list__desc {
    font-size: 12px;
    margin-top: 8px;
  }
  .home .sec-case-block .case-list__box {
    padding: 24px 16px;
  }
  .home .sec-case-block .case-list__logo {
    top: -20px;
    left: 16px;
    padding: 5px 10px;
  }
  .home .sec-case-block .case-list__logo img {
    max-width: 120px;
  }
  .home .sec-case-block .case-list__tags {
    margin-top: 8px;
  }
  .home .sec-case-block .case-list__tags li {
    font-size: 12px;
  }
  .home .sec-case-block .case-list__details dt {
    font-size: 13px;
  }
  .home .sec-case-block .case-list__details dd {
    font-size: 13px;
  }
  .home .sec-case-block .case-list__details dd + dt {
    margin-top: 12px;
  }
  .home .sec-case-block .case-cta__btn {
    padding: 17px;
    font-size: 12px;
  }
  .home .sec-case-block .case-example {
    margin-top: 32px;
    padding: 24px 32px;
  }
  .home .sec-case-block .case-swiper {
    padding: 5px 35px;
  }
  .home .sec-case-block .case-swiper::before, .home .sec-case-block .case-swiper::after {
    width: 30px;
  }
  .home .sec-case-block .case-swiper__nav {
    width: 20px;
    height: 20px;
  }
  .home .sec-movie-block .movie-trigger__play {
    width: 75px;
  }
  .home .sec-message-block {
    padding: 60px 0 80px;
  }
  .home .sec-message-block .message-box__img {
    width: 100%;
  }
  .home .sec-message-block .message-box__txt-inner {
    padding: 60px min(60px, 8vw) 60px min(50px, 6.6666666667vw);
  }
  .home .sec-message-block .message-box__sub-ttl {
    font-size: 24px;
  }
  .home .sec-message-block .message-box__desc {
    margin-top: 16px;
  }
  .home .sec-message-block .message-box__profile {
    font-size: 12px;
  }
  .home .sec-message-block .message-box__profile .name {
    font-size: 28px;
  }
  .home .sec-features-block {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .home .sec-features-block::before {
    height: 70px;
  }
  .home .sec-features-block::after {
    height: 70px;
  }
  .home .sec-example-block .example-cta {
    padding: 32px;
  }
  .home .sec-example-block .example-cta__sub-ttl {
    padding: 12px 16px;
  }
  .home .sec-example-block .example-cta__sub-ttl::after {
    width: 20px;
    height: 15px;
    bottom: -10px;
  }
  .home .sec-example-block .example-cta__ttl {
    font-size: 24px;
  }
  .home .sec-flow-block .flow-list {
    margin-top: 0;
  }
  .home .sec-flow-block .flow-list {
    width: 76.1194029851%;
  }
  .home .sec-flow-block .flow-item__card {
    width: calc(100% - 40px);
    padding: 16px;
  }
  .home .sec-flow-block .flow-item__icon {
    margin-bottom: 16px;
    width: 32px;
  }
  .home .sec-flow-block .flow-duration {
    width: 20.8955223881%;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    margin-top: 0;
  }
  .home .sec-flow-block .flow-duration__item {
    display: block;
  }
  .home .sec-flow-block .flow-block {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: 32px;
  }
  .home .sec-flow-block .flow-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    min-width: 0;
  }
  .home .sec-flow-block .flow-list::before {
    top: 0;
    bottom: 0;
    left: 18px;
    right: auto;
    width: 4px;
    margin: auto;
    height: 80%;
  }
  .home .sec-flow-block .flow-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .sec-flow-block .flow-item__card {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    text-align: left;
  }
  .home .sec-flow-block .flow-item__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
    width: 24px;
  }
  .home .sec-flow-block .flow-item__label {
    font-size: 12px;
  }
  .home .sec-flow-block .flow-duration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .home .sec-flow-block .flow-duration__item {
    background-color: #ffe9d7;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    min-height: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    grid-column: unset;
    padding: 12px 8px;
  }
  .home .sec-flow-block .flow-duration__label,
  .home .sec-flow-block .flow-duration__value {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 12px;
  }
  .home .sec-flow-block .flow-duration__value {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .home .sec-flow-block .ask {
    margin-top: 24px;
  }
  .home .sec-cta-block::before {
    width: min(350px, 93.3333333333vw);
  }
  .home .sec-cta-block .cta-ttl {
    font-size: 32px;
  }
  .home .sec-cta-block .cta-txt {
    margin-top: 30px;
  }
  .home .sec-cta-block .cta-btn-area {
    margin-top: 30px;
  }
  .home .sec-cta-block .cta-btn-area .cta-btn {
    padding: 17px;
    font-size: 12px;
  }
  .home .sec-cta-block .cta-link {
    margin-top: 16px;
    font-size: 12px;
  }
  .home .sec-news-block .news-item__link {
    padding: 16px 8px;
  }
  .home .sec-news-block .news-item__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .home .sec-news-block .news-item__category {
    font-size: 11px;
    padding: 4px 8px;
  }
  .home .sec-news-block .news-item__date {
    font-size: 12px;
  }
  .home .sec-news-block .news-link {
    padding: 17px;
    font-size: 12px;
    margin-top: 24px;
  }
}
@media screen and (768px <= width) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-inline: 40px;
    max-width: 1440px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header .header-nav__item a:hover {
    color: var(--main-orange);
  }
  .c-header .header-actions__item--document a:hover {
    border-color: var(--main-yellow);
    color: var(--main-yellow);
  }
  .c-header .header-actions__item--contact a:hover {
    background-color: var(--main-yellow);
    border-color: var(--main-yellow);
  }
  .c-footer .footer-bottom__legal span + span {
    padding-left: 16px;
    margin-left: 15px;
    border-left: 1px solid #999999;
  }
  .c-btn-area .cta-btn:hover {
    background-color: var(--main-yellow);
  }
  .c-btn-area .cta-btn__secondary:hover {
    background-color: #f1994d;
    color: var(--main-white);
  }
  .l-content {
    padding-top: 6em;
  }
  .home .sec-mv-block .txt-box__link:hover::after {
    left: 2px;
  }
  .home .sec-mv-block .img-box {
    min-height: 750px;
  }
  .home .sec-creation-block .creation-cta__btn:hover {
    background-color: var(--main-orange);
    color: var(--main-white);
  }
  .home .sec-case-block .case-cta__btn:hover::before {
    opacity: 0;
  }
  .home .sec-case-block .case-cta__btn:hover::after {
    opacity: 1;
  }
  .home .sec-movie-block .movie-trigger:hover .movie-trigger__play {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .home .sec-message-block .message-box__txt {
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
  }
  .home .sec-message-block .message-box__txt-inner {
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
  .home .sec-cta-block .cta-btn-area .cta-btn:hover {
    background-color: var(--main-yellow);
  }
  .home .sec-cta-block .cta-btn-area .cta-btn__secondary:hover {
    color: var(--main-yellow);
    background-color: var(--main-white);
  }
  .home .sec-cta-block .cta-link:hover::after {
    left: 2px;
  }
  .home .sec-news-block .news-item__link:hover .news-item__arrow {
    left: 2px;
  }
  .home .sec-news-block .news-link:hover::before {
    opacity: 0;
  }
  .home .sec-news-block .news-link:hover::after {
    opacity: 1;
  }
}
@media screen and (width < 1501px) {
  .c-header .header-inner {
    min-height: 60px;
    padding: 10px 20px;
    border-radius: 0;
  }
  .c-header .header-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
  .c-header .header-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48px;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 48px;
    min-width: 48px;
  }
  .c-header .header-menu__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .c-header .header-menu__icon span {
    background-color: var(--main-orange);
    display: block;
    height: 2px;
    width: 22px;
  }
  .c-header .header-menu__text {
    font-size: 10px;
    font-weight: 400;
  }
  .c-header .header-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    display: block;
    left: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 30px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition: max-height 0.3s ease, opacity 0.2s ease, padding 0.3s ease, -webkit-transform 0.3s ease;
    transition: max-height 0.3s ease, opacity 0.2s ease, padding 0.3s ease, -webkit-transform 0.3s ease;
    transition: max-height 0.3s ease, opacity 0.2s ease, transform 0.3s ease, padding 0.3s ease;
    transition: max-height 0.3s ease, opacity 0.2s ease, transform 0.3s ease, padding 0.3s ease, -webkit-transform 0.3s ease;
    width: 100%;
    z-index: 10;
  }
  .c-header .header-content.is-open {
    max-height: 720px;
    opacity: 1;
    padding-bottom: 28px;
    padding-top: 0;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .c-header .header-nav__list,
  .c-header .header-actions {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: block;
  }
  .c-header .header-nav__item {
    border-bottom: 1px solid var(--line-gray);
    position: relative;
  }
  .c-header .header-nav__item a {
    color: #333;
    font-size: 16px;
    padding: 16px 25px 16px 0;
  }
  .c-header .header-nav__item::after {
    content: "";
    height: 9px;
    position: absolute;
    right: 4px;
    top: 23px;
    width: 7px;
    background: url(../img/common/icon-arrow02.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .c-header .header-actions {
    margin-top: 30px;
  }
  .c-header .header-actions__item {
    margin-top: 8px;
  }
  .c-header .header-actions__item a {
    min-height: 46px;
    width: 100%;
  }
  .c-header .header-actions__item--phone a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0;
  }
  .c-header .header-actions__label {
    font-size: 14px;
    font-weight: 500;
  }
  .c-header .header-actions__phone {
    font-size: 45px;
  }
  .c-header .header-actions__item--document,
  .c-header .header-actions__item--contact {
    font-size: 16px;
    margin-top: 20px;
  }
  .c-header .header-actions__item--document a,
  .c-header .header-actions__item--contact a {
    border-radius: 30px;
  }
  .c-header .header-actions__item--document a {
    border: 1px solid var(--main-orange);
    color: var(--main-orange);
  }
  .c-header .header-actions__item--contact a {
    background-color: var(--main-orange);
    border: 2px solid;
    color: #fff;
  }
}
@media screen and (width < 1501px) and (width < 768px) {
  .c-header .header-content {
    border-radius: 0 0 20px 20px;
  }
  .c-header .header-actions__item--phone a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (width < 1501px) and (768px <= width) {
  .c-header .header-actions__item--document a:hover {
    color: var(--main-white);
    background-color: var(--main-orange);
  }
  .c-header .header-actions__item--contact a:hover {
    color: var(--main-orange);
    background-color: var(--main-white);
  }
}
@media screen and (768px <= width < 1700px) {
  .c-header .header-inner {
    gap: 40px;
  }
  .c-header .header-content {
    gap: 20px;
  }
  .c-header .header-nav__list {
    gap: 40px;
  }
  .c-header .header-actions {
    gap: 10px;
  }
  .c-header .header-actions__item a {
    padding-inline: 16px;
  }
  .c-header .header-actions__item--phone a {
    min-width: 180px;
  }
  .c-header .header-actions__phone {
    font-size: 28px;
  }
  .c-header .header-actions__item--document,
  .c-header .header-actions__item--contact {
    font-size: 14px;
    max-width: 300px;
    margin-inline: auto;
  }
}
@media screen and (768px <= width) and (width < 1501px) {
  .c-header .header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header .header-content {
    display: block;
  }
}
@media screen and (768px <= width) and (width < 1100px) {
  .home .sec-mv-block::before {
    content: "";
    width: min(1400px, 72.9166666667vw);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgb(255, 119, 0)), to(rgb(255, 195, 0)));
    background: linear-gradient(270deg, rgb(255, 119, 0) 0%, rgb(255, 195, 0) 100%);
  }
  .home .sec-mv-block .txt-box {
    padding-bottom: 0;
  }
  .home .sec-mv-block .txt-box .c-btn-area {
    font-size: 14px;
    margin-top: min(30px, 1.5625vw);
  }
  .home .sec-mv-block .txt-box .c-btn-area .cta-btn {
    padding: min(22px, 1.1458333333vw) min(32px, 1.6666666667vw) min(21px, 1.09375vw);
  }
  .home .sec-mv-block .img-box {
    right: 0;
  }
}
@media screen and (768px <= width) and (width < 900px) {
  .home .sec-mv-block {
    padding-top: 120px;
  }
  .home .sec-mv-block .txt-box__sub-ttl {
    font-size: 14px;
  }
  .home .sec-mv-block .txt-box__ttl {
    font-size: 24px;
  }
  .home .sec-mv-block .txt-box__txt {
    font-size: 14px;
  }
  .home .sec-mv-block .txt-box__txt .small {
    font-size: 12px;
  }
  .home .sec-mv-block .txt-box__link {
    font-size: 14px;
  }
}
@media screen and (768px <= width) and (width < 1300px) {
  .home .sec-mv-block .img-box {
    min-height: min(750px, 57.6923076923vw);
  }
  .home .sec-message-block .message-box__img {
    width: 80%;
  }
  .home .sec-message-block .message-box__txt-inner {
    padding: 60px min(120px, 9.2307692308vw) 60px min(105px, 8.0769230769vw);
  }
  .home .sec-flow-block .flow-item__card {
    padding: 16px;
  }
  .home .sec-flow-block .flow-item__icon {
    width: min(50px, 3.8461538462vw);
    margin-bottom: min(24px, 1.8461538462vw);
  }
  .home .sec-flow-block .flow-duration__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (width < 1300px) {
  .home .sec-support-block .c-grid-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home .sec-case-block .case-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .sec-message-block .message-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .sec-message-block .message-box__txt {
    width: 80%;
    margin-left: auto;
    margin-top: max(-240px, -18.4615384615vw);
    top: 0;
  }
  .home .sec-example-block .example-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home .sec-example-block .example-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .home .sec-example-block .example-cta__box {
    width: 100%;
  }
  .home .sec-example-block .example-cta .c-grid-list {
    width: 100%;
  }
}
@media screen and (width < 1300px) and (width < 900px) {
  .home .sec-support-block .c-grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (width < 1300px) and (width < 900px) and (width < 768px) {
  .home .sec-support-block .c-grid-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (width < 1100px) {
  .home .sec-price-block .price-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (width < 1100px) and (width < 768px) {
  .home .sec-price-block .price-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (width < 1300px) and (width < 768px) {
  .home .sec-case-block .case-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .home .sec-message-block .message-box__txt {
    width: 100%;
  }
  .home .sec-example-block .example-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .home .sec-example-block .example-cta .c-grid-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
  }
}
@media screen and (width < 768px) and (width < 768px) {
  .home .sec-flow-block .flow-item__card {
    gap: 8px;
  }
}
/*# sourceMappingURL=style.css.map */