:root {
  --color-white: #FFFFFF;
  --color-black: #333333;
  --color-font: #E54A17;
  --color-font2: #224E97;
  --color-bg: #FFF5DC;
  --color-bg2: #E6F5FF;
  --color-bg3: #224E97;
  --color-bg4: #FFD700;
  --color-marker: #FEF102 ;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #000000;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
}
html.is-open {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
body * {
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--color-black);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

picture {
  display: block;
}

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: -2px;
}

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

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

.swiper-container {
  padding-bottom: 44px;
}
@media screen and (max-width: 969px) {
  .swiper-container {
    padding-bottom: calc(44 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: calc(42 / 750 * 100vw);
  }
}

.swiper-button-prev,
.swiper-button-next {
  height: 32px;
  width: 32px;
  z-index: 11;
}
@media screen and (max-width: 969px) {
  .swiper-button-prev,
.swiper-button-next {
    height: calc(32 / 970 * 100vw);
    width: calc(32 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    height: calc(40 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev:after {
  background-image: url(../images/icon_prev.svg);
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next:after {
  background-image: url(../images/icon_next.svg);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: var(--color-white);
  height: 14px;
  margin: 0 9px;
  opacity: 1;
  width: 14px;
}
@media screen and (max-width: 969px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(14 / 970 * 100vw);
    margin: 0 calc(9 / 970 * 100vw);
    width: calc(14 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(13 / 750 * 100vw);
    margin: 0 calc(8 / 750 * 100vw);
    width: calc(13 / 750 * 100vw);
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--color-main);
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 969px) {
      transform: translateY(calc(10 / 970 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 750 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 969px) {
      transform: translateY(calc(10 / 970 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 750 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.lity-close,
.lity-close:hover {
  background-image: url(../images/icon_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  font-size: 0;
  height: 50px;
  position: absolute;
  top: -50px;
  width: 50px;
}
@media screen and (max-width: 969px) {
  .lity-close,
.lity-close:hover {
    font-size: 0;
    height: calc(50 / 970 * 100vw);
    top: calc(-50 / 970 * 100vw);
    width: calc(50 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lity-close,
.lity-close:hover {
    font-size: 0;
    height: calc(50 / 750 * 100vw);
    top: calc(-50 / 750 * 100vw);
    width: calc(50 / 750 * 100vw);
  }
}

/* noto-sans-jp-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v42-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/noto-sans-jp-v42-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-jp-v42-latin-regular.woff2") format("woff2"), url("../fonts/noto-sans-jp-v42-latin-regular.woff") format("woff"), url("../fonts/noto-sans-jp-v42-latin-regular.ttf") format("truetype"), url("../fonts/noto-sans-jp-v42-latin-regular.svg#NotoSansJP") format("svg");
  /* Legacy iOS */
}
/* noto-sans-jp-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v42-latin-500.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/noto-sans-jp-v42-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-jp-v42-latin-500.woff2") format("woff2"), url("../fonts/noto-sans-jp-v42-latin-500.woff") format("woff"), url("../fonts/noto-sans-jp-v42-latin-500.ttf") format("truetype"), url("../fonts/noto-sans-jp-v42-latin-500.svg#NotoSansJP") format("svg");
  /* Legacy iOS */
}
/* noto-sans-jp-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v42-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/noto-sans-jp-v42-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-jp-v42-latin-700.woff2") format("woff2"), url("../fonts/noto-sans-jp-v42-latin-700.woff") format("woff"), url("../fonts/noto-sans-jp-v42-latin-700.ttf") format("truetype"), url("../fonts/noto-sans-jp-v42-latin-700.svg#NotoSansJP") format("svg");
  /* Legacy iOS */
}
.l-container {
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 970px;
}
@media screen and (max-width: 969px) {
  .l-container {
    padding-left: calc(25 / 970 * 100vw);
    padding-right: calc(25 / 970 * 100vw);
    width: calc(970 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(25 / 750 * 100vw);
    padding-right: calc(25 / 750 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .l-container--full {
    padding-left: calc(25 / 1280 * 100vw);
    padding-right: calc(25 / 1280 * 100vw);
    width: calc(970 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container--full {
    padding-left: calc(25 / 750 * 100vw);
    padding-right: calc(25 / 750 * 100vw);
    width: 100%;
  }
}

.c-title {
  color: var(--color-font2);
  font-size: 34px;
  font-weight: bold;
  line-height: 51px;
  margin-bottom: 42px;
  padding-bottom: 32px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .c-title {
    font-size: calc(34 / 970 * 100vw);
    line-height: calc(51 / 970 * 100vw);
    margin-bottom: calc(42 / 970 * 100vw);
    padding-bottom: calc(32 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: calc(26 / 750 * 100vw);
    line-height: calc(39 / 750 * 100vw);
    margin-bottom: calc(34 / 750 * 100vw);
    padding-bottom: calc(28 / 750 * 100vw);
  }
}
.c-title::after {
  background-color: var(--color-bg3);
  border-radius: 4px;
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 97px;
}
@media screen and (max-width: 969px) {
  .c-title::after {
    border-radius: calc(4 / 970 * 100vw);
    height: calc(7 / 970 * 100vw);
    width: calc(97 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-title::after {
    border-radius: calc(3 / 750 * 100vw);
    height: calc(4.6 / 750 * 100vw);
    width: calc(69 / 750 * 100vw);
  }
}
.c-title span {
  color: var(--color-font);
}

.c-button {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 8px;
  color: var(--color-main);
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  width: 142px;
}
@media screen and (max-width: 969px) {
  .c-button {
    border-radius: calc(8 / 970 * 100vw);
    font-size: calc(16 / 970 * 100vw);
    height: calc(44 / 970 * 100vw);
    width: calc(142 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(16 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
    width: calc(142 / 750 * 100vw);
  }
}
@media screen and (max-width: 969px) {
  .c-button {
    border-radius: calc(8 / 970 * 100vw);
    font-size: calc(16 / 970 * 100vw);
    height: calc(44 / 970 * 100vw);
    width: calc(142 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(14 / 750 * 100vw);
    height: calc(45 / 750 * 100vw);
    width: calc(192 / 750 * 100vw);
  }
}

.c-sectionTitle {
  color: var(--color-font2);
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 47px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .c-sectionTitle {
    padding-bottom: calc(47 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle {
    padding-bottom: calc(47 / 750 * 100vw);
  }
}
.c-sectionTitle::after {
  background-color: var(--color-bg3);
  border-radius: 4px;
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 97px;
}
@media screen and (max-width: 969px) {
  .c-sectionTitle::after {
    border-radius: calc(4 / 970 * 100vw);
    height: calc(7 / 970 * 100vw);
    width: calc(97 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle::after {
    border-radius: calc(3 / 750 * 100vw);
    height: calc(4.57 / 750 * 100vw);
    width: calc(69 / 750 * 100vw);
  }
}
.c-sectionTitle .voistade {
  display: block;
  font-size: 28px;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 969px) {
  .c-sectionTitle .voistade {
    font-size: calc(28 / 970 * 100vw);
    margin-bottom: calc(32 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle .voistade {
    font-size: calc(21 / 750 * 100vw);
    margin-bottom: calc(23 / 750 * 100vw);
  }
}
.c-sectionTitle .voistade::after {
  background-image: url(../images/decoration_section_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -21px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 144px;
}
@media screen and (max-width: 969px) {
  .c-sectionTitle .voistade::after {
    bottom: calc(-21 / 970 * 100vw);
    height: calc(12 / 970 * 100vw);
    width: calc(144 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle .voistade::after {
    bottom: calc(-18 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    width: calc(109 / 750 * 100vw);
  }
}
.c-sectionTitle .motto {
  font-size: 38px;
}
@media screen and (max-width: 969px) {
  .c-sectionTitle .motto {
    font-size: calc(38 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle .motto {
    font-size: calc(28 / 750 * 100vw);
  }
}
.c-sectionTitle .text {
  font-size: 48px;
  margin-left: 6px;
  position: relative;
}
@media screen and (max-width: 969px) {
  .c-sectionTitle .text {
    font-size: calc(48 / 970 * 100vw);
    margin-left: calc(6 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle .text {
    font-size: calc(36 / 750 * 100vw);
    margin-left: calc(4 / 750 * 100vw);
  }
}
.c-sectionTitle .text::after {
  background-color: var(--color-marker);
  bottom: 0;
  content: "";
  display: inline-block;
  height: 23px;
  left: -3px;
  position: absolute;
  width: 196px;
}
@media screen and (max-width: 969px) {
  .c-sectionTitle .text::after {
    height: calc(23 / 970 * 100vw);
    left: calc(-3 / 970 * 100vw);
    width: calc(196 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle .text::after {
    height: calc(17 / 750 * 100vw);
    left: calc(-3 / 750 * 100vw);
    width: calc(148 / 750 * 100vw);
  }
}
.c-sectionTitle .text span {
  position: relative;
  z-index: 1;
}

.c-subSectionTitle {
  color: var(--color-font);
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 80px;
  padding-bottom: 20px;
  padding-top: 90px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .c-subSectionTitle {
    font-size: calc(48 / 970 * 100vw);
    margin-bottom: calc(80 / 970 * 100vw);
    padding-bottom: calc(20 / 970 * 100vw);
    padding-top: calc(90 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-subSectionTitle {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
    padding-bottom: calc(14 / 750 * 100vw);
    padding-top: calc(60 / 750 * 100vw);
  }
}
.c-subSectionTitle::before {
  background-image: url(../images/decoration_title_subsection.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 63px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
}
@media screen and (max-width: 969px) {
  .c-subSectionTitle::before {
    height: calc(63 / 970 * 100vw);
    width: calc(65 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-subSectionTitle::before {
    height: calc(48 / 750 * 100vw);
    width: calc(49 / 750 * 100vw);
  }
}
.c-subSectionTitle::after {
  background-color: var(--color-font);
  border-radius: 4px;
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .c-subSectionTitle::after {
    border-radius: calc(4 / 970 * 100vw);
    height: calc(7 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-subSectionTitle::after {
    border-radius: calc(3 / 750 * 100vw);
    height: calc(4.57 / 750 * 100vw);
  }
}
.c-subSectionTitle span {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 969px) {
  .c-subSectionTitle span {
    font-size: calc(28 / 970 * 100vw);
    margin-bottom: calc(10 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-subSectionTitle span {
    font-size: calc(21 / 750 * 100vw);
    margin-bottom: calc(14 / 750 * 100vw);
  }
}
.c-subSectionTitle span.kome {
  font-size: 18px;
}
@media screen and (max-width: 969px) {
  .c-subSectionTitle span.kome {
    font-size: calc(18 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-subSectionTitle span.kome {
    font-size: calc(14 / 750 * 100vw);
  }
}

.p-header {
  height: 100px;
}
@media screen and (max-width: 969px) {
  .p-header {
    height: calc(100 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: calc(100 / 750 * 100vw);
  }
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 20px 0 43px;
}
@media screen and (max-width: 969px) {
  .p-header__inner {
    padding: 0 calc(20 / 970 * 100vw) 0 calc(43 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 calc(35 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  }
}
.p-header__logo {
  width: 152px;
}
.p-header__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-header__logo {
    width: calc(152 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(136 / 750 * 100vw);
  }
}
.p-header__textBox {
  margin-left: auto;
}
.p-header__textBox__text {
  font-size: 12px;
  line-height: 18px;
}
@media screen and (max-width: 969px) {
  .p-header__textBox__text {
    font-size: calc(12 / 970 * 100vw);
    line-height: calc(18 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__textBox__text {
    font-size: calc(12 / 750 * 100vw);
    line-height: calc(18 / 750 * 100vw);
  }
}
.p-header__textBox__text a {
  color: var(--color-font2);
  text-decoration: underline;
}
.p-header.is-clone {
  background-color: var(--color-bg);
  opacity: 0.92;
  position: fixed;
  top: 0;
  transform: translateY(-200%);
  transition: 0.6s;
  width: 100%;
  z-index: 101;
}
.p-header.is-clone.is-show {
  transform: translateY(0);
}

.p-mainVisual {
  background-color: var(--color-bg);
  background-image: url(../images/mainvisual.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 660px;
}
@media screen and (max-width: 1279px) {
  .p-mainVisual {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: calc(660 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/mainvisual_sp.png);
    height: calc(387 / 750 * 100vw);
  }
}
.p-mainVisual .l-container {
  height: 100%;
}
.p-mainVisual__inner {
  height: 100%;
  padding-top: 130px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-mainVisual__inner {
    padding-top: calc(130 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__inner {
    padding-left: calc(37 / 750 * 100vw);
    padding-top: calc(85 / 750 * 100vw);
  }
}
.p-mainVisual__inner::before {
  background-image: url(../images/image_mainvisual.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -48px;
  content: "";
  display: block;
  height: 256px;
  left: 0;
  position: absolute;
  width: 343px;
}
@media screen and (max-width: 1279px) {
  .p-mainVisual__inner::before {
    bottom: calc(-48 / 1280 * 100vw);
    height: calc(256 / 1280 * 100vw);
    width: calc(343 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__inner::before {
    bottom: calc(-30 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
    left: calc(37 / 750 * 100vw);
    width: calc(201 / 750 * 100vw);
  }
}
.p-mainVisual__text {
  color: var(--color-white);
  font-size: 48px;
  font-weight: bold;
  line-height: 84px;
}
@media screen and (max-width: 1279px) {
  .p-mainVisual__text {
    font-size: calc(48 / 1280 * 100vw);
    line-height: calc(84 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(50 / 750 * 100vw);
  }
}

.p-about {
  background-color: var(--color-bg);
}
.p-about__inner {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 969px) {
  .p-about__inner {
    padding-bottom: calc(80 / 970 * 100vw);
    padding-top: calc(80 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding-bottom: calc(56 / 750 * 100vw);
    padding-top: calc(56 / 750 * 100vw);
  }
}
.p-about__titleBox__title {
  color: var(--color-font2);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-about__titleBox__title {
    font-size: calc(28 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__titleBox__title {
    font-size: calc(21 / 750 * 100vw);
  }
}
.p-about__titleBox__title span {
  display: none;
}
.p-about__titleBox__logo {
  margin: 12px auto 0;
  width: 429px;
}
.p-about__titleBox__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-about__titleBox__logo {
    margin: calc(12 / 970 * 100vw) auto 0;
    width: calc(429 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__titleBox__logo {
    margin: calc(7 / 750 * 100vw) auto 0;
    width: calc(350 / 750 * 100vw);
  }
}
.p-about__banner {
  margin-top: 42px;
}
.p-about__banner img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-about__banner {
    margin-top: calc(42 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__banner {
    margin-top: calc(23 / 750 * 100vw);
  }
}
.p-about__banner a {
  display: block;
}
.p-about__notice {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-about__notice {
    font-size: calc(16 / 970 * 100vw);
    margin-top: calc(20 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__notice {
    font-size: calc(12 / 750 * 100vw);
    margin-top: calc(13 / 750 * 100vw);
  }
}
.p-about__pointGroup {
  margin-top: 42px;
}
@media screen and (max-width: 969px) {
  .p-about__pointGroup {
    margin-top: calc(42 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__pointGroup {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.p-about__pointGroup__titleBox {
  text-align: center;
}
.p-about__pointGroup__titleBox__title {
  color: var(--color-font2);
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 0 25px;
  position: relative;
}
@media screen and (max-width: 969px) {
  .p-about__pointGroup__titleBox__title {
    font-size: calc(30 / 970 * 100vw);
    padding: 0 calc(25 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__pointGroup__titleBox__title {
    font-size: calc(21 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.p-about__pointGroup__titleBox__title::before, .p-about__pointGroup__titleBox__title::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  width: 16px;
}
@media screen and (max-width: 969px) {
  .p-about__pointGroup__titleBox__title::before, .p-about__pointGroup__titleBox__title::after {
    height: calc(24 / 970 * 100vw);
    width: calc(16 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__pointGroup__titleBox__title::before, .p-about__pointGroup__titleBox__title::after {
    height: calc(19 / 750 * 100vw);
    width: calc(12 / 750 * 100vw);
  }
}
.p-about__pointGroup__titleBox__title::before {
  background-image: url(../images/decoration_title_before.svg);
  left: 0;
}
.p-about__pointGroup__titleBox__title::after {
  background-image: url(../images/decoration_title_after.svg);
  right: 0;
}
.p-about__pointGroup__image {
  margin: 20px auto 0;
  width: 632px;
}
.p-about__pointGroup__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-about__pointGroup__image {
    margin: calc(20 / 970 * 100vw) auto 0;
    width: calc(632 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__pointGroup__image {
    margin: calc(20 / 750 * 100vw) auto 0;
    width: calc(486 / 750 * 100vw);
  }
}
.p-about__pointGroup__pointList {
  margin-top: 42px;
}
@media screen and (max-width: 969px) {
  .p-about__pointGroup__pointList {
    margin-top: calc(42 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__pointGroup__pointList {
    margin-top: calc(38 / 750 * 100vw);
  }
}
.p-about__pointGroup__pointList > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-about__pointGroup__pointList > ul > li + li {
  margin-left: 60px;
}
@media screen and (max-width: 969px) {
  .p-about__pointGroup__pointList > ul > li + li {
    margin-left: calc(60 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__pointGroup__pointList > ul > li + li {
    margin-left: calc(42 / 750 * 100vw);
  }
}
.p-about__pointGroup__pointList__pointBox {
  align-items: center;
  background-color: var(--color-bg4);
  border: 6px solid var(--color-white);
  border-radius: 50%;
  display: flex;
  height: 200px;
  justify-content: center;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 969px) {
  .p-about__pointGroup__pointList__pointBox {
    border: calc(6 / 970 * 100vw) solid var(--color-white);
    height: calc(200 / 970 * 100vw);
    width: calc(200 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__pointGroup__pointList__pointBox {
    border: calc(4.5 / 750 * 100vw) solid var(--color-white);
    height: calc(153 / 750 * 100vw);
    width: calc(153 / 750 * 100vw);
  }
}
.p-about__pointGroup__pointList__pointBox__number {
  height: 73px;
  position: absolute;
  top: -24px;
}
@media screen and (max-width: 969px) {
  .p-about__pointGroup__pointList__pointBox__number {
    height: calc(73 / 970 * 100vw);
    top: calc(-24 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__pointGroup__pointList__pointBox__number {
    height: calc(54 / 750 * 100vw);
    top: calc(-18 / 750 * 100vw);
  }
}
.p-about__pointGroup__pointList__pointBox__number img {
  height: 100%;
  width: auto;
}
.p-about__pointGroup__pointList__pointBox__title {
  color: var(--color-font2);
  font-size: 26px;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
  transform: translateY(14px);
}
@media screen and (max-width: 969px) {
  .p-about__pointGroup__pointList__pointBox__title {
    font-size: calc(26 / 970 * 100vw);
    line-height: calc(39 / 970 * 100vw);
    transform: translateY(calc(14 / 970 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-about__pointGroup__pointList__pointBox__title {
    font-size: calc(20 / 750 * 100vw);
    line-height: calc(30 / 750 * 100vw);
    transform: translateY(calc(12 / 750 * 100vw));
  }
}
.p-about__pointGroup__button {
  margin-top: 40px;
  text-align: center;
}
.p-about__pointGroup__button img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-about__pointGroup__button {
    margin-top: calc(40 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__pointGroup__button {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.p-about__pointGroup__button a {
  display: block;
}

.p-media__titleBox__inner {
  padding-top: 60px;
}
@media screen and (max-width: 969px) {
  .p-media__titleBox__inner {
    padding-top: calc(60 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-media__titleBox__inner {
    padding-top: calc(34 / 750 * 100vw);
  }
}
.p-media__content {
  background-color: var(--color-bg);
}
.p-media__content__inner {
  padding-bottom: 63px;
  padding-top: 63px;
}
@media screen and (max-width: 969px) {
  .p-media__content__inner {
    padding-bottom: calc(63 / 970 * 100vw);
    padding-top: calc(63 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-media__content__inner {
    padding-bottom: calc(48 / 750 * 100vw);
    padding-top: calc(48 / 750 * 100vw);
  }
}
.p-media__content__logoList > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-media__content__logoList > ul > li + li {
  margin-left: 50px;
}
@media screen and (max-width: 969px) {
  .p-media__content__logoList > ul > li + li {
    margin-left: calc(50 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-media__content__logoList > ul > li + li {
    margin-left: calc(26 / 750 * 100vw);
  }
}
.p-media__content__logoList__logo {
  height: 46px;
}
@media screen and (max-width: 969px) {
  .p-media__content__logoList__logo {
    height: calc(46 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-media__content__logoList__logo {
    height: calc(24 / 750 * 100vw);
  }
}
.p-media__content__logoList__logo img {
  height: 100%;
  width: auto;
}

.p-wakamiya {
  background-color: var(--color-bg2);
}
.p-wakamiya__inner {
  padding-bottom: 60px;
  padding-top: 80px;
}
@media screen and (max-width: 969px) {
  .p-wakamiya__inner {
    padding-bottom: calc(60 / 970 * 100vw);
    padding-top: calc(80 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-wakamiya__inner {
    padding-bottom: calc(50 / 750 * 100vw);
    padding-top: calc(56 / 750 * 100vw);
  }
}
.p-wakamiya__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.p-wakamiya__content__personBox {
  width: 320px;
}
@media screen and (max-width: 969px) {
  .p-wakamiya__content__personBox {
    width: calc(320 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-wakamiya__content__personBox {
    width: calc(244 / 750 * 100vw);
  }
}
.p-wakamiya__content__personBox__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-wakamiya__content__personBox__image {
    margin: 0 auto;
    width: calc(183 / 750 * 100vw);
  }
}
.p-wakamiya__content__personBox__nameBox {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
@media screen and (max-width: 969px) {
  .p-wakamiya__content__personBox__nameBox {
    margin-top: calc(18 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-wakamiya__content__personBox__nameBox {
    margin-top: calc(14 / 750 * 100vw);
  }
}
.p-wakamiya__content__personBox__nameBox__ja {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 969px) {
  .p-wakamiya__content__personBox__nameBox__ja {
    font-size: calc(18 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-wakamiya__content__personBox__nameBox__ja {
    font-size: calc(14 / 750 * 100vw);
  }
}
.p-wakamiya__content__personBox__nameBox__ja span {
  font-size: 14px;
}
@media screen and (max-width: 969px) {
  .p-wakamiya__content__personBox__nameBox__ja span {
    font-size: calc(14 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-wakamiya__content__personBox__nameBox__ja span {
    font-size: calc(12 / 750 * 100vw);
  }
}
.p-wakamiya__content__personBox__nameBox__en {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 969px) {
  .p-wakamiya__content__personBox__nameBox__en {
    font-size: calc(14 / 970 * 100vw);
    margin-left: calc(10 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-wakamiya__content__personBox__nameBox__en {
    font-size: calc(12 / 750 * 100vw);
    margin-left: calc(10 / 750 * 100vw);
  }
}
.p-wakamiya__content__personBox__text {
  font-size: 14px;
  line-height: 21px;
  margin-top: 15px;
  text-align: justify;
}
@media screen and (max-width: 969px) {
  .p-wakamiya__content__personBox__text {
    font-size: calc(14 / 970 * 100vw);
    line-height: calc(21 / 970 * 100vw);
    margin-top: calc(15 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-wakamiya__content__personBox__text {
    font-size: calc(12 / 750 * 100vw);
    line-height: calc(18 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }
}
.p-wakamiya__content__textBox {
  width: 560px;
}
@media screen and (max-width: 969px) {
  .p-wakamiya__content__textBox {
    width: calc(560 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-wakamiya__content__textBox {
    width: calc(427 / 750 * 100vw);
  }
}
.p-wakamiya__content__textBox__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
@media screen and (max-width: 969px) {
  .p-wakamiya__content__textBox__title {
    font-size: calc(24 / 970 * 100vw);
    line-height: calc(36 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-wakamiya__content__textBox__title {
    font-size: calc(18 / 750 * 100vw);
    line-height: calc(27 / 750 * 100vw);
  }
}
.p-wakamiya__content__textBox__text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 40px;
  text-align: justify;
}
@media screen and (max-width: 969px) {
  .p-wakamiya__content__textBox__text {
    font-size: calc(18 / 970 * 100vw);
    line-height: calc(32 / 970 * 100vw);
    margin-top: calc(40 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-wakamiya__content__textBox__text {
    font-size: calc(15 / 750 * 100vw);
    line-height: calc(26 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
}

.p-onayami__inner {
  padding-top: 80px;
}
@media screen and (max-width: 969px) {
  .p-onayami__inner {
    padding-top: calc(80 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__inner {
    padding-top: calc(57 / 750 * 100vw);
  }
}
.p-onayami__intro {
  margin-bottom: -10px;
  margin-top: -56px;
  position: relative;
}
@media screen and (max-width: 969px) {
  .p-onayami__intro {
    margin-bottom: calc(-10 / 970 * 100vw);
    margin-top: calc(-56 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__intro {
    margin-top: calc(-44 / 750 * 100vw);
  }
}
.p-onayami__intro::after {
  border-color: var(--color-white) transparent transparent transparent;
  border-style: solid;
  border-width: 136px 640px 0 640px;
  bottom: -125px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 1;
}
@media screen and (max-width: 969px) {
  .p-onayami__intro::after {
    border-width: calc(136 / 970 * 100vw) calc(640 / 970 * 100vw) 0 calc(640 / 970 * 100vw);
    bottom: calc(-125 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__intro::after {
    border-width: calc(80 / 750 * 100vw) calc(375 / 750 * 100vw) 0 calc(375 / 750 * 100vw);
    bottom: calc(-79 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__intro__inner {
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.p-onayami__intro__onayamiList {
  background-image: url(../images/illust_onayami.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 600px;
  margin-left: -4px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 924px;
}
@media screen and (max-width: 969px) {
  .p-onayami__intro__onayamiList {
    height: calc(600 / 970 * 100vw);
    margin-left: calc(-4 / 970 * 100vw);
    width: calc(924 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__intro__onayamiList {
    height: calc(459 / 750 * 100vw);
    margin-left: calc(0 / 750 * 100vw);
    width: calc(700 / 750 * 100vw);
  }
}
.p-onayami__solution {
  background-color: var(--color-bg);
}
.p-onayami__solution__inner {
  padding-bottom: 50px;
  padding-top: 90px;
}
@media screen and (max-width: 969px) {
  .p-onayami__solution__inner {
    padding-bottom: calc(50 / 970 * 100vw);
    padding-top: calc(90 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__solution__inner {
    padding-bottom: calc(40 / 750 * 100vw);
    padding-top: calc(55 / 750 * 100vw);
  }
}
.p-onayami__solution__title {
  background-image: url(../images/title_onayami_solution.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 281px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 772px;
}
@media screen and (max-width: 969px) {
  .p-onayami__solution__title {
    height: calc(281 / 970 * 100vw);
    width: calc(772 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__solution__title {
    height: calc(214 / 750 * 100vw);
    width: calc(587 / 750 * 100vw);
  }
}
.p-onayami__solution__content {
  background-color: var(--color-white);
  border-radius: 16px;
  margin-top: 40px;
  padding: 80px 100px 55px;
}
@media screen and (max-width: 969px) {
  .p-onayami__solution__content {
    border-radius: calc(16 / 970 * 100vw);
    margin-top: calc(40 / 970 * 100vw);
    padding: calc(80 / 970 * 100vw) calc(100 / 970 * 100vw) calc(55 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__solution__content {
    border-radius: calc(16 / 750 * 100vw);
    margin-top: calc(36 / 750 * 100vw);
    padding: calc(62 / 750 * 100vw) calc(80 / 750 * 100vw) calc(42 / 750 * 100vw);
  }
}
.p-onayami__solution__content__textBox__titleBox__title {
  color: var(--color-font2);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-onayami__solution__content__textBox__titleBox__title {
    font-size: calc(24 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__solution__content__textBox__titleBox__title {
    font-size: calc(18 / 750 * 100vw);
  }
}
.p-onayami__solution__content__textBox__titleBox__logoBox {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 969px) {
  .p-onayami__solution__content__textBox__titleBox__logoBox {
    margin-top: calc(30 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__solution__content__textBox__titleBox__logoBox {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.p-onayami__solution__content__textBox__titleBox__logoBox__logo {
  width: 445px;
}
.p-onayami__solution__content__textBox__titleBox__logoBox__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-onayami__solution__content__textBox__titleBox__logoBox__logo {
    width: calc(445 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__solution__content__textBox__titleBox__logoBox__logo {
    width: calc(349 / 750 * 100vw);
  }
}
.p-onayami__solution__content__textBox__titleBox__logoBox__text {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 969px) {
  .p-onayami__solution__content__textBox__titleBox__logoBox__text {
    font-size: calc(24 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__solution__content__textBox__titleBox__logoBox__text {
    font-size: calc(19 / 750 * 100vw);
  }
}
.p-onayami__solution__content__textBox__titleBox__text {
  color: var(--color-font2);
  font-size: 34px;
  font-weight: bold;
  line-height: 51px;
  margin-top: 42px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-onayami__solution__content__textBox__titleBox__text {
    font-size: calc(34 / 970 * 100vw);
    line-height: calc(51 / 970 * 100vw);
    margin-top: calc(42 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__solution__content__textBox__titleBox__text {
    font-size: calc(26 / 750 * 100vw);
    line-height: calc(39 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
}
.p-onayami__solution__content__textBox__notice {
  font-size: 16px;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-onayami__solution__content__textBox__notice {
    font-size: calc(16 / 970 * 100vw);
    margin-top: calc(5 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__solution__content__textBox__notice {
    font-size: calc(12 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}
.p-onayami__solution__content__pointList {
  margin-top: 15px;
}
@media screen and (max-width: 969px) {
  .p-onayami__solution__content__pointList {
    margin-top: calc(15 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__solution__content__pointList {
    margin-top: calc(13 / 750 * 100vw);
  }
}
.p-onayami__solution__content__pointList > ul > li + li {
  margin-top: 16px;
}
@media screen and (max-width: 969px) {
  .p-onayami__solution__content__pointList > ul > li + li {
    margin-top: calc(16 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__solution__content__pointList > ul > li + li {
    margin-top: calc(12 / 750 * 100vw);
  }
}
.p-onayami__solution__content__pointList__text {
  align-items: center;
  background-color: var(--color-bg2);
  border-radius: 10px;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  height: 120px;
  justify-content: center;
  line-height: 36px;
  padding-left: 27px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-onayami__solution__content__pointList__text {
    border-radius: calc(10 / 970 * 100vw);
    font-size: calc(24 / 970 * 100vw);
    height: calc(120 / 970 * 100vw);
    line-height: calc(36 / 970 * 100vw);
    padding-left: calc(27 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__solution__content__pointList__text {
    border-radius: calc(10 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
    height: calc(91 / 750 * 100vw);
    line-height: calc(27 / 750 * 100vw);
    padding-left: calc(20 / 750 * 100vw);
  }
}
.p-onayami__solution__content__pointList__text::before {
  background-image: url(../images/icon_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  left: 50px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 60px;
}
@media screen and (max-width: 969px) {
  .p-onayami__solution__content__pointList__text::before {
    height: calc(60 / 970 * 100vw);
    left: calc(50 / 970 * 100vw);
    width: calc(60 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__solution__content__pointList__text::before {
    height: calc(46 / 750 * 100vw);
    left: calc(34 / 750 * 100vw);
    width: calc(46 / 750 * 100vw);
  }
}
.p-onayami__solution__content__image {
  margin: 30px auto 0;
  width: 620px;
}
.p-onayami__solution__content__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-onayami__solution__content__image {
    margin: calc(30 / 970 * 100vw) auto 0;
    width: calc(620 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-onayami__solution__content__image {
    margin: calc(22 / 750 * 100vw) auto 0;
    width: calc(472 / 750 * 100vw);
  }
}

.p-tsunagaru {
  background-color: var(--color-bg);
}
.p-tsunagaru__inner {
  padding-bottom: 130px;
  padding-top: 50px;
}
@media screen and (max-width: 969px) {
  .p-tsunagaru__inner {
    padding-bottom: calc(130 / 970 * 100vw);
    padding-top: calc(50 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tsunagaru__inner {
    padding-bottom: calc(40 / 750 * 100vw);
    padding-top: calc(40 / 750 * 100vw);
  }
}
.p-tsunagaru__content__illust img {
  height: auto;
  width: 100%;
}
.p-tsunagaru__content__textBox {
  margin-top: 60px;
}
@media screen and (max-width: 969px) {
  .p-tsunagaru__content__textBox {
    margin-top: calc(60 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tsunagaru__content__textBox {
    margin-top: calc(60 / 750 * 100vw);
  }
}
.p-tsunagaru__content__textBox__text {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-tsunagaru__content__textBox__text {
    font-size: calc(18 / 970 * 100vw);
    line-height: calc(32 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tsunagaru__content__textBox__text {
    font-size: calc(15 / 750 * 100vw);
    line-height: calc(27 / 750 * 100vw);
  }
}
.p-tsunagaru__content__textBox__text span {
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
}
@media screen and (max-width: 969px) {
  .p-tsunagaru__content__textBox__text span {
    font-size: calc(24 / 970 * 100vw);
    line-height: calc(42 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tsunagaru__content__textBox__text span {
    font-size: calc(18 / 750 * 100vw);
    line-height: calc(32 / 750 * 100vw);
  }
}
.p-tsunagaru__content__textBox__notice {
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}
@media screen and (max-width: 969px) {
  .p-tsunagaru__content__textBox__notice {
    font-size: calc(16 / 970 * 100vw);
    line-height: calc(24 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tsunagaru__content__textBox__notice {
    font-size: calc(12 / 750 * 100vw);
    line-height: calc(18 / 750 * 100vw);
  }
}
.p-tsunagaru__content__photoFrame {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-tsunagaru__content__photoFrame {
    margin-top: calc(40 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tsunagaru__content__photoFrame {
    margin-top: calc(37 / 750 * 100vw);
  }
}
.p-tsunagaru__content__photoFrame__title {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 969px) {
  .p-tsunagaru__content__photoFrame__title {
    font-size: calc(28 / 970 * 100vw);
    padding: 0 calc(30 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tsunagaru__content__photoFrame__title {
    font-size: calc(21 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.p-tsunagaru__content__photoFrame__title::before, .p-tsunagaru__content__photoFrame__title::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  width: 16px;
}
@media screen and (max-width: 969px) {
  .p-tsunagaru__content__photoFrame__title::before, .p-tsunagaru__content__photoFrame__title::after {
    height: calc(24 / 970 * 100vw);
    width: calc(16 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tsunagaru__content__photoFrame__title::before, .p-tsunagaru__content__photoFrame__title::after {
    height: calc(19 / 750 * 100vw);
    width: calc(12 / 750 * 100vw);
  }
}
.p-tsunagaru__content__photoFrame__title::before {
  background-image: url(../images/decoration_title_photoframe_before.svg);
  left: 0;
}
.p-tsunagaru__content__photoFrame__title::after {
  background-image: url(../images/decoration_title_photoframe_after.svg);
  right: 0;
}
.p-tsunagaru__content__photoFrame__content {
  margin-top: 65px;
  position: relative;
}
@media screen and (max-width: 969px) {
  .p-tsunagaru__content__photoFrame__content {
    margin-top: calc(65 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tsunagaru__content__photoFrame__content {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.p-tsunagaru__content__photoFrame__content__image {
  left: 0;
  position: absolute;
  top: -20px;
  width: 487px;
}
.p-tsunagaru__content__photoFrame__content__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-tsunagaru__content__photoFrame__content__image {
    top: calc(-20 / 970 * 100vw);
    width: calc(487 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tsunagaru__content__photoFrame__content__image {
    top: calc(-10 / 750 * 100vw);
    width: calc(364 / 750 * 100vw);
  }
}
.p-tsunagaru__content__photoFrame__content__text {
  font-size: 18px;
  line-height: 32px;
  margin-left: auto;
  text-align: justify;
  width: 460px;
}
@media screen and (max-width: 969px) {
  .p-tsunagaru__content__photoFrame__content__text {
    font-size: calc(18 / 970 * 100vw);
    line-height: calc(32 / 970 * 100vw);
    width: calc(460 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-tsunagaru__content__photoFrame__content__text {
    font-size: calc(15 / 750 * 100vw);
    line-height: calc(27 / 750 * 100vw);
    width: calc(349 / 750 * 100vw);
  }
}

.p-hirogaru {
  background-color: var(--color-bg);
}
.p-hirogaru__inner {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 969px) {
  .p-hirogaru__inner {
    padding-bottom: calc(60 / 970 * 100vw);
    padding-top: calc(60 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hirogaru__inner {
    padding-bottom: calc(40 / 750 * 100vw);
    padding-top: calc(40 / 750 * 100vw);
  }
}
.p-hirogaru .c-sectionTitle {
  margin-bottom: 40px;
}
@media screen and (max-width: 969px) {
  .p-hirogaru .c-sectionTitle {
    margin-bottom: calc(40 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hirogaru .c-sectionTitle {
    margin-bottom: calc(33 / 750 * 100vw);
  }
}
.p-hirogaru__content__illust {
  margin: 0 auto;
  width: 540px;
}
@media screen and (max-width: 969px) {
  .p-hirogaru__content__illust {
    width: calc(540 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hirogaru__content__illust {
    width: calc(410 / 750 * 100vw);
  }
}
.p-hirogaru__content__textBox {
  margin-top: 60px;
}
@media screen and (max-width: 969px) {
  .p-hirogaru__content__textBox {
    margin-top: calc(60 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hirogaru__content__textBox {
    margin-top: calc(60 / 750 * 100vw);
  }
}
.p-hirogaru__content__textBox__text {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-hirogaru__content__textBox__text {
    font-size: calc(18 / 970 * 100vw);
    line-height: calc(32 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hirogaru__content__textBox__text {
    font-size: calc(15 / 750 * 100vw);
    line-height: calc(27 / 750 * 100vw);
  }
}
.p-hirogaru__content__textBox__text span {
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
}
@media screen and (max-width: 969px) {
  .p-hirogaru__content__textBox__text span {
    font-size: calc(24 / 970 * 100vw);
    line-height: calc(42 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hirogaru__content__textBox__text span {
    font-size: calc(18 / 750 * 100vw);
    line-height: calc(32 / 750 * 100vw);
  }
}
.p-hirogaru__content__textBox__notice {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
}
@media screen and (max-width: 969px) {
  .p-hirogaru__content__textBox__notice {
    font-size: calc(14 / 970 * 100vw);
    line-height: calc(25 / 970 * 100vw);
    margin-top: calc(10 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hirogaru__content__textBox__notice {
    font-size: calc(12 / 750 * 100vw);
    line-height: calc(21 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.p-hirogaru__content__textBox__notice a {
  color: var(--color-font2);
  text-decoration: underline;
}

.p-mimamoreru {
  background-color: var(--color-bg);
  position: relative;
}
.p-mimamoreru::after {
  border-color: var(--color-bg) transparent transparent transparent;
  border-style: solid;
  border-width: 136px 640px 0 640px;
  bottom: -135px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 1;
}
@media screen and (max-width: 969px) {
  .p-mimamoreru::after {
    border-width: calc(136 / 970 * 100vw) calc(640 / 970 * 100vw) 0 calc(640 / 970 * 100vw);
    bottom: calc(-135 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mimamoreru::after {
    border-width: calc(80 / 750 * 100vw) calc(375 / 750 * 100vw) 0 calc(375 / 750 * 100vw);
    bottom: calc(-79 / 750 * 100vw);
  }
}
.p-mimamoreru__inner {
  padding-top: 60px;
}
@media screen and (max-width: 969px) {
  .p-mimamoreru__inner {
    padding-top: calc(60 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mimamoreru__inner {
    padding-top: calc(40 / 750 * 100vw);
  }
}
.p-mimamoreru .c-sectionTitle .text::after {
  width: 240px;
}
@media screen and (max-width: 969px) {
  .p-mimamoreru .c-sectionTitle .text::after {
    width: calc(240 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mimamoreru .c-sectionTitle .text::after {
    width: calc(182 / 750 * 100vw);
  }
}
.p-mimamoreru__content__illust img {
  height: auto;
  width: 100%;
}
.p-mimamoreru__content__textBox {
  margin-top: 70px;
}
@media screen and (max-width: 969px) {
  .p-mimamoreru__content__textBox {
    margin-top: calc(70 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mimamoreru__content__textBox {
    margin-top: calc(60 / 750 * 100vw);
  }
}
.p-mimamoreru__content__textBox__text {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-mimamoreru__content__textBox__text {
    font-size: calc(18 / 970 * 100vw);
    line-height: calc(32 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mimamoreru__content__textBox__text {
    font-size: calc(15 / 750 * 100vw);
    line-height: calc(27 / 750 * 100vw);
  }
}
.p-mimamoreru__content__textBox__text span {
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
}
@media screen and (max-width: 969px) {
  .p-mimamoreru__content__textBox__text span {
    font-size: calc(24 / 970 * 100vw);
    line-height: calc(42 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mimamoreru__content__textBox__text span {
    font-size: calc(18 / 750 * 100vw);
    line-height: calc(32 / 750 * 100vw);
  }
}
.p-mimamoreru__content__other {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-mimamoreru__content__other {
    margin-top: calc(70 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mimamoreru__content__other {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.p-mimamoreru__content__other__title {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 45px;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 969px) {
  .p-mimamoreru__content__other__title {
    font-size: calc(28 / 970 * 100vw);
    margin-bottom: calc(45 / 970 * 100vw);
    padding: 0 calc(30 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mimamoreru__content__other__title {
    font-size: calc(21 / 750 * 100vw);
    margin-bottom: calc(34 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.p-mimamoreru__content__other__title::before, .p-mimamoreru__content__other__title::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  width: 16px;
}
@media screen and (max-width: 969px) {
  .p-mimamoreru__content__other__title::before, .p-mimamoreru__content__other__title::after {
    height: calc(24 / 970 * 100vw);
    width: calc(16 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mimamoreru__content__other__title::before, .p-mimamoreru__content__other__title::after {
    height: calc(19 / 750 * 100vw);
    width: calc(12 / 750 * 100vw);
  }
}
.p-mimamoreru__content__other__title::before {
  background-image: url(../images/decoration_title_photoframe_before.svg);
  left: 0;
}
.p-mimamoreru__content__other__title::after {
  background-image: url(../images/decoration_title_photoframe_after.svg);
  right: 0;
}
.p-mimamoreru__content__other__function {
  margin: 0 auto;
  width: 727px;
}
@media screen and (max-width: 969px) {
  .p-mimamoreru__content__other__function {
    width: calc(727 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mimamoreru__content__other__function {
    width: calc(545 / 750 * 100vw);
  }
}
.p-mimamoreru__content__other__function__functionList {
  background-image: url(../images/image_function.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 388px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-mimamoreru__content__other__function__functionList {
    height: calc(388 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mimamoreru__content__other__function__functionList {
    height: calc(295 / 750 * 100vw);
  }
}
.p-mimamoreru__content__other__function__notice {
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 969px) {
  .p-mimamoreru__content__other__function__notice {
    font-size: calc(14 / 970 * 100vw);
    line-height: calc(25 / 970 * 100vw);
    margin-top: calc(20 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mimamoreru__content__other__function__notice {
    font-size: calc(10 / 750 * 100vw);
    line-height: calc(18 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}

.p-agency__inner {
  padding-bottom: 30px;
  padding-top: 190px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-agency__inner {
    padding-bottom: calc(30 / 970 * 100vw);
    padding-top: calc(190 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-agency__inner {
    padding-bottom: calc(25 / 750 * 100vw);
    padding-top: calc(130 / 750 * 100vw);
  }
}
.p-agency__section {
  background-color: var(--color-bg2);
  border-radius: 16px;
  padding: 55px 100px;
}
@media screen and (max-width: 969px) {
  .p-agency__section {
    border-radius: calc(16 / 970 * 100vw);
    padding: calc(55 / 970 * 100vw) calc(100 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-agency__section {
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(43 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}
.p-agency__section__title {
  color: var(--color-font2);
  font-size: 34px;
  font-weight: bold;
  line-height: 51px;
  margin-bottom: 42px;
  padding-bottom: 32px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-agency__section__title {
    font-size: calc(34 / 970 * 100vw);
    line-height: calc(51 / 970 * 100vw);
    margin-bottom: calc(42 / 970 * 100vw);
    padding-bottom: calc(32 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-agency__section__title {
    font-size: calc(26 / 750 * 100vw);
    line-height: calc(39 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
    padding-bottom: calc(20 / 750 * 100vw);
  }
}
.p-agency__section__title span {
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 969px) {
  .p-agency__section__title span {
    font-size: calc(24 / 970 * 100vw);
    line-height: calc(36 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-agency__section__title span {
    font-size: calc(18 / 750 * 100vw);
    line-height: calc(27 / 750 * 100vw);
  }
}
.p-agency__section__title::after {
  background-color: var(--color-bg3);
  border-radius: 4px;
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 97px;
}
@media screen and (max-width: 969px) {
  .p-agency__section__title::after {
    border-radius: calc(4 / 970 * 100vw);
    height: calc(7 / 970 * 100vw);
    width: calc(97 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-agency__section__title::after {
    border-radius: calc(3 / 750 * 100vw);
    height: calc(4.57 / 750 * 100vw);
    width: calc(69 / 750 * 100vw);
  }
}
.p-agency__section__content {
  background-color: var(--color-white);
  padding: 53px 58px 48px;
  position: relative;
}
@media screen and (max-width: 969px) {
  .p-agency__section__content {
    padding: calc(53 / 970 * 100vw) calc(58 / 970 * 100vw) calc(48 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-agency__section__content {
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
}
.p-agency__section__content::before {
  background-image: url(../images/illust_agency.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 228px;
  position: absolute;
  right: 58px;
  top: 23px;
  width: 270px;
}
@media screen and (max-width: 969px) {
  .p-agency__section__content::before {
    height: calc(228 / 970 * 100vw);
    right: calc(58 / 970 * 100vw);
    top: calc(23 / 970 * 100vw);
    width: calc(270 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-agency__section__content::before {
    height: calc(173 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
    top: calc(17 / 750 * 100vw);
    width: calc(205 / 750 * 100vw);
  }
}
.p-agency__section__content__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 969px) {
  .p-agency__section__content__title {
    font-size: calc(24 / 970 * 100vw);
    line-height: calc(36 / 970 * 100vw);
    margin-bottom: calc(20 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-agency__section__content__title {
    font-size: calc(18 / 750 * 100vw);
    line-height: calc(27 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.p-agency__section__content__list__text {
  align-items: center;
  display: flex;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 969px) {
  .p-agency__section__content__list__text {
    font-size: calc(18 / 970 * 100vw);
    line-height: calc(32 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-agency__section__content__list__text {
    font-size: calc(15 / 750 * 100vw);
    line-height: calc(27 / 750 * 100vw);
  }
}
.p-agency__section__content__list__text::before {
  background-color: #6A9BE2;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  transform: translateY(1px);
  width: 6px;
}
@media screen and (max-width: 969px) {
  .p-agency__section__content__list__text::before {
    height: calc(18 / 970 * 100vw);
    margin-right: calc(10 / 970 * 100vw);
    width: calc(6 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-agency__section__content__list__text::before {
    height: calc(14 / 750 * 100vw);
    margin-right: calc(7 / 750 * 100vw);
    transform: translateY(0);
    width: calc(4 / 750 * 100vw);
  }
}

.p-application__inner {
  padding-bottom: 80px;
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-application__inner {
    padding-bottom: calc(80 / 970 * 100vw);
    padding-top: calc(30 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__inner {
    padding-bottom: calc(56 / 750 * 100vw);
    padding-top: calc(30 / 750 * 100vw);
  }
}
.p-application__section {
  background-color: var(--color-bg2);
  border-radius: 16px;
  padding: 55px 100px;
}
@media screen and (max-width: 969px) {
  .p-application__section {
    border-radius: calc(16 / 970 * 100vw);
    padding: calc(55 / 970 * 100vw) calc(100 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__section {
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(43 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}
.p-application__section__title {
  color: var(--color-font2);
  font-size: 34px;
  font-weight: bold;
  line-height: 51px;
  margin-bottom: 42px;
  padding-bottom: 32px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-application__section__title {
    font-size: calc(34 / 970 * 100vw);
    line-height: calc(51 / 970 * 100vw);
    margin-bottom: calc(42 / 970 * 100vw);
    padding-bottom: calc(32 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__section__title {
    font-size: calc(26 / 750 * 100vw);
    line-height: calc(39 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
    padding-bottom: calc(20 / 750 * 100vw);
  }
}
.p-application__section__title span {
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 969px) {
  .p-application__section__title span {
    font-size: calc(24 / 970 * 100vw);
    line-height: calc(36 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__section__title span {
    font-size: calc(18 / 750 * 100vw);
    line-height: calc(27 / 750 * 100vw);
  }
}
.p-application__section__title::after {
  background-color: var(--color-bg3);
  border-radius: 4px;
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 97px;
}
@media screen and (max-width: 969px) {
  .p-application__section__title::after {
    border-radius: calc(4 / 970 * 100vw);
    height: calc(7 / 970 * 100vw);
    width: calc(97 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__section__title::after {
    border-radius: calc(3 / 750 * 100vw);
    height: calc(4.57 / 750 * 100vw);
    width: calc(69 / 750 * 100vw);
  }
}
.p-application__section__stepList > ul > li + li {
  margin-top: 26px;
  position: relative;
}
@media screen and (max-width: 969px) {
  .p-application__section__stepList > ul > li + li {
    margin-top: calc(26 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__section__stepList > ul > li + li {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.p-application__section__stepList > ul > li + li::before {
  border-color: var(--color-bg3) transparent transparent transparent;
  border-style: solid;
  border-width: 14px 13.5px 0 13.5px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -19px;
  width: 0;
}
@media screen and (max-width: 969px) {
  .p-application__section__stepList > ul > li + li::before {
    border-width: calc(14 / 970 * 100vw) calc(13.5 / 970 * 100vw) 0 calc(13.5 / 970 * 100vw);
    top: calc(-19 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__section__stepList > ul > li + li::before {
    border-width: calc(11 / 750 * 100vw) calc(10.5 / 750 * 100vw) 0 calc(10.5 / 750 * 100vw);
    top: calc(-19 / 970 * 100vw);
  }
}
.p-application__section__stepList__stepBox {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 10px;
  display: flex;
  height: 60px;
}
@media screen and (max-width: 969px) {
  .p-application__section__stepList__stepBox {
    border-radius: calc(10 / 970 * 100vw);
    height: calc(60 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__section__stepList__stepBox {
    border-radius: calc(10 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
  }
}
.p-application__section__stepList__stepBox__titleBox {
  align-items: center;
  background-color: var(--color-font2);
  border-radius: 10px 0 0 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 150px;
}
@media screen and (max-width: 969px) {
  .p-application__section__stepList__stepBox__titleBox {
    border-radius: calc(10 / 970 * 100vw) 0 0 calc(10 / 970 * 100vw);
    width: calc(150 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__section__stepList__stepBox__titleBox {
    border-radius: calc(10 / 750 * 100vw) 0 0 calc(10 / 750 * 100vw);
    width: calc(113 / 750 * 100vw);
  }
}
.p-application__section__stepList__stepBox__titleBox__title {
  color: var(--color-white);
  font-size: 20px;
  font-weight: bold;
  transform: translateY(-2px);
}
@media screen and (max-width: 969px) {
  .p-application__section__stepList__stepBox__titleBox__title {
    font-size: calc(20 / 970 * 100vw);
    transform: translateY(calc(-2 / 970 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-application__section__stepList__stepBox__titleBox__title {
    font-size: calc(15 / 750 * 100vw);
    transform: translateY(calc(-2 / 750 * 100vw));
  }
}
.p-application__section__stepList__stepBox__titleBox__title span {
  font-size: 30px;
}
@media screen and (max-width: 969px) {
  .p-application__section__stepList__stepBox__titleBox__title span {
    font-size: calc(30 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__section__stepList__stepBox__titleBox__title span {
    font-size: calc(22 / 750 * 100vw);
  }
}
.p-application__section__stepList__stepBox__textBox {
  padding-left: 100px;
  transform: translateY(-1px);
}
@media screen and (max-width: 969px) {
  .p-application__section__stepList__stepBox__textBox {
    padding-left: calc(100 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__section__stepList__stepBox__textBox {
    padding-left: calc(70 / 750 * 100vw);
  }
}
.p-application__section__stepList__stepBox__textBox__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  text-align: left;
}
@media screen and (max-width: 969px) {
  .p-application__section__stepList__stepBox__textBox__title {
    font-size: calc(18 / 970 * 100vw);
    line-height: calc(27 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__section__stepList__stepBox__textBox__title {
    font-size: calc(14 / 750 * 100vw);
    line-height: calc(21 / 750 * 100vw);
  }
}
.p-application__section__stepList__stepBox__textBox__text {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
@media screen and (max-width: 969px) {
  .p-application__section__stepList__stepBox__textBox__text {
    font-size: calc(14 / 970 * 100vw);
    line-height: calc(21 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__section__stepList__stepBox__textBox__text {
    font-size: calc(11 / 750 * 100vw);
    line-height: calc(16 / 750 * 100vw);
  }
}

.p-voice {
  background-color: var(--color-bg);
}
.p-voice__inner {
  padding-bottom: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 969px) {
  .p-voice__inner {
    padding-bottom: calc(40 / 970 * 100vw);
    padding-top: calc(80 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding-bottom: calc(30 / 750 * 100vw);
    padding-top: calc(56 / 750 * 100vw);
  }
}
.p-voice__voiceGroup__voiceList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-voice__voiceGroup__voiceList > ul > li {
  margin-top: 24px;
  width: 396px;
}
@media screen and (max-width: 969px) {
  .p-voice__voiceGroup__voiceList > ul > li {
    margin-top: calc(24 / 970 * 100vw);
    width: calc(396 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceGroup__voiceList > ul > li {
    margin-top: calc(13 / 750 * 100vw);
    width: calc(302 / 750 * 100vw);
  }
}
.p-voice__voiceGroup__voiceList > ul > li:nth-child(-n+2) {
  margin-top: 0;
}
.p-voice__voiceGroup__voiceList__voiceBox__icon {
  margin: 0 auto;
  width: 160px;
}
.p-voice__voiceGroup__voiceList__voiceBox__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-voice__voiceGroup__voiceList__voiceBox__icon {
    width: calc(160 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceGroup__voiceList__voiceBox__icon {
    width: calc(122 / 750 * 100vw);
  }
}
.p-voice__voiceGroup__voiceList__voiceBox__text {
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}
@media screen and (max-width: 969px) {
  .p-voice__voiceGroup__voiceList__voiceBox__text {
    font-size: calc(18 / 970 * 100vw);
    line-height: calc(32 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceGroup__voiceList__voiceBox__text {
    font-size: calc(15 / 750 * 100vw);
    line-height: calc(27 / 750 * 100vw);
  }
}
.p-voice__voiceGroup__notice {
  font-size: 14px;
  margin-top: 25px;
  text-align: right;
}
@media screen and (max-width: 969px) {
  .p-voice__voiceGroup__notice {
    font-size: calc(14 / 970 * 100vw);
    margin-top: calc(25 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceGroup__notice {
    font-size: calc(12 / 750 * 100vw);
    margin-top: calc(13 / 750 * 100vw);
  }
}
.p-voice__movie {
  margin-top: 80px;
}
@media screen and (max-width: 969px) {
  .p-voice__movie {
    margin-top: calc(80 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__movie {
    margin-top: calc(60 / 750 * 100vw);
  }
}
.p-voice__movie__title {
  color: var(--color-font2);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-voice__movie__title {
    font-size: calc(24 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__movie__title {
    font-size: calc(18 / 750 * 100vw);
  }
}
.p-voice__movie__thumbnail {
  margin: 40px auto 0;
  width: 720px;
}
.p-voice__movie__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-voice__movie__thumbnail {
    margin: calc(40 / 970 * 100vw) auto 0;
    width: calc(720 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__movie__thumbnail {
    margin: calc(30 / 750 * 100vw) auto 0;
    width: calc(540 / 750 * 100vw);
  }
}
.p-voice__movie__thumbnail a {
  display: block;
}

.p-detail {
  background-color: var(--color-bg);
}
.p-detail .l-container {
  padding-bottom: 80px;
  padding-top: 40px;
}
@media screen and (max-width: 969px) {
  .p-detail .l-container {
    padding-bottom: calc(80 / 970 * 100vw);
    padding-top: calc(40 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail .l-container {
    padding-bottom: calc(50 / 750 * 100vw);
    padding-top: calc(30 / 750 * 100vw);
  }
}
.p-detail__banner {
  width: 920px;
}
.p-detail__banner img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-detail__banner {
    width: calc(920 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__banner {
    width: calc(700 / 750 * 100vw);
  }
}
.p-detail__about {
  margin-top: 80px;
}
@media screen and (max-width: 969px) {
  .p-detail__about {
    margin-top: calc(80 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__about {
    margin-top: calc(56 / 750 * 100vw);
  }
}
.p-detail__about__titleBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 969px) {
  .p-detail__about__titleBox {
    margin-bottom: calc(50 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__about__titleBox {
    margin-bottom: calc(34 / 750 * 100vw);
  }
}
.p-detail__about__titleBox__logo {
  margin: 0 auto 30px;
  width: 429px;
}
.p-detail__about__titleBox__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-detail__about__titleBox__logo {
    margin: 0 auto calc(30 / 970 * 100vw);
    width: calc(429 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__about__titleBox__logo {
    margin: 0 auto calc(30 / 750 * 100vw);
    width: calc(429 / 750 * 100vw);
  }
}
.p-detail__about__titleBox__title {
  color: var(--color-font2);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-detail__about__titleBox__title {
    font-size: calc(24 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__about__titleBox__title {
    font-size: calc(24 / 750 * 100vw);
  }
}
.p-detail__about__pointGroup {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.p-detail__about__pointGroup__image {
  width: 460px;
}
.p-detail__about__pointGroup__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-detail__about__pointGroup__image {
    width: calc(460 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__about__pointGroup__image {
    width: calc(350 / 750 * 100vw);
  }
}
.p-detail__about__pointGroup__pointList {
  margin-top: -45px;
}
@media screen and (max-width: 969px) {
  .p-detail__about__pointGroup__pointList {
    margin-top: calc(-45 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__about__pointGroup__pointList {
    margin-top: calc(-10 / 750 * 100vw);
  }
}
.p-detail__about__pointGroup__pointList > ul {
  display: flex;
  justify-content: center;
}
.p-detail__about__pointGroup__pointList > ul > li:nth-child(1) {
  margin-left: -7px;
  order: 2;
}
@media screen and (max-width: 969px) {
  .p-detail__about__pointGroup__pointList > ul > li:nth-child(1) {
    margin-left: calc(-7 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__about__pointGroup__pointList > ul > li:nth-child(1) {
    margin-left: calc(-7 / 750 * 100vw);
  }
}
.p-detail__about__pointGroup__pointList > ul > li:nth-child(2) {
  order: 1;
  transform: translateY(80px);
}
@media screen and (max-width: 969px) {
  .p-detail__about__pointGroup__pointList > ul > li:nth-child(2) {
    transform: translateY(calc(80 / 970 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-detail__about__pointGroup__pointList > ul > li:nth-child(2) {
    transform: translateY(calc(60 / 750 * 100vw));
  }
}
.p-detail__about__pointGroup__pointList > ul > li:nth-child(3) {
  margin-left: -7px;
  order: 3;
  transform: translateY(80px);
}
@media screen and (max-width: 969px) {
  .p-detail__about__pointGroup__pointList > ul > li:nth-child(3) {
    margin-left: calc(-7 / 970 * 100vw);
    transform: translateY(calc(80 / 970 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-detail__about__pointGroup__pointList > ul > li:nth-child(3) {
    margin-left: calc(-7 / 750 * 100vw);
    transform: translateY(calc(60 / 750 * 100vw));
  }
}
.p-detail__about__pointGroup__pointList__pointBox {
  align-items: center;
  background-color: var(--color-bg4);
  border: 4.5px solid var(--color-white);
  border-radius: 50%;
  display: flex;
  height: 150px;
  justify-content: center;
  position: relative;
  width: 150px;
}
@media screen and (max-width: 969px) {
  .p-detail__about__pointGroup__pointList__pointBox {
    border: calc(4.5 / 970 * 100vw) solid var(--color-white);
    height: calc(150 / 970 * 100vw);
    width: calc(150 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__about__pointGroup__pointList__pointBox {
    border: calc(3.42 / 750 * 100vw) solid var(--color-white);
    height: calc(114 / 750 * 100vw);
    width: calc(114 / 750 * 100vw);
  }
}
.p-detail__about__pointGroup__pointList__pointBox__number {
  height: 53px;
  position: absolute;
  top: -19px;
}
@media screen and (max-width: 969px) {
  .p-detail__about__pointGroup__pointList__pointBox__number {
    height: calc(53 / 970 * 100vw);
    top: calc(-19 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__about__pointGroup__pointList__pointBox__number {
    height: calc(40 / 750 * 100vw);
    top: calc(-20 / 750 * 100vw);
  }
}
.p-detail__about__pointGroup__pointList__pointBox__number img {
  height: 100%;
  width: auto;
}
.p-detail__about__pointGroup__pointList__pointBox__title {
  color: var(--color-font2);
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  transform: translateY(9px);
}
@media screen and (max-width: 969px) {
  .p-detail__about__pointGroup__pointList__pointBox__title {
    font-size: calc(20 / 970 * 100vw);
    line-height: calc(30 / 970 * 100vw);
    transform: translateY(calc(9 / 970 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-detail__about__pointGroup__pointList__pointBox__title {
    font-size: calc(15 / 750 * 100vw);
    line-height: calc(23 / 750 * 100vw);
    transform: translateY(calc(8 / 750 * 100vw));
  }
}
.p-detail__price {
  margin-top: 95px;
}
@media screen and (max-width: 969px) {
  .p-detail__price {
    margin-top: calc(95 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__price {
    margin-top: calc(56 / 750 * 100vw);
  }
}
.p-detail__price__content {
  background-color: var(--color-white);
  border-radius: 16px;
  padding-bottom: 40px;
  padding-top: 30px;
}
@media screen and (max-width: 969px) {
  .p-detail__price__content {
    border-radius: calc(16 / 970 * 100vw);
    padding-bottom: calc(40 / 970 * 100vw);
    padding-top: calc(30 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__price__content {
    background-color: transparent;
    border-radius: calc(0 / 750 * 100vw);
    padding-bottom: calc(0 / 750 * 100vw);
    padding-top: calc(0 / 750 * 100vw);
  }
}
.p-detail__price__content__title {
  color: var(--color-font);
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 26px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-detail__price__content__title {
    font-size: calc(28 / 970 * 100vw);
    margin-bottom: calc(26 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__price__content__title {
    font-size: calc(21 / 750 * 100vw);
    margin-bottom: calc(27 / 750 * 100vw);
  }
}
.p-detail__price__content__image {
  margin: 0 auto;
  width: 720px;
}
.p-detail__price__content__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-detail__price__content__image {
    width: calc(720 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__price__content__image {
    width: calc(700 / 750 * 100vw);
  }
}
.p-detail__price__notice {
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
}
@media screen and (max-width: 969px) {
  .p-detail__price__notice {
    font-size: calc(14 / 970 * 100vw);
    line-height: calc(21 / 970 * 100vw);
    margin-top: calc(20 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__price__notice {
    font-size: calc(12 / 750 * 100vw);
    line-height: calc(18 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.p-detail__textBox {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-detail__textBox {
    margin-top: calc(35 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__textBox {
    margin-top: calc(60 / 750 * 100vw);
  }
}
.p-detail__textBox .c-subSectionTitle {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-detail__textBox .c-subSectionTitle::after {
  display: none;
}
.p-detail__textBox__text {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 969px) {
  .p-detail__textBox__text {
    font-size: calc(14 / 970 * 100vw);
    margin-top: calc(10 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__textBox__text {
    font-size: calc(12 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }
}
.p-detail__returns {
  margin-top: 50px;
}
@media screen and (max-width: 969px) {
  .p-detail__returns {
    margin-top: calc(50 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__returns {
    margin-top: calc(36 / 750 * 100vw);
  }
}
.p-detail__returns__content {
  background-color: var(--color-white);
  border-radius: 16px;
  padding-bottom: 40px;
  padding-top: 30px;
}
@media screen and (max-width: 969px) {
  .p-detail__returns__content {
    border-radius: calc(16 / 970 * 100vw);
    padding-bottom: calc(40 / 970 * 100vw);
    padding-top: calc(30 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__returns__content {
    background-color: transparent;
    border-radius: calc(0 / 750 * 100vw);
    padding-bottom: calc(0 / 750 * 100vw);
    padding-top: calc(0 / 750 * 100vw);
  }
}
.p-detail__returns__content__title {
  color: var(--color-font);
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 26px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-detail__returns__content__title {
    font-size: calc(28 / 970 * 100vw);
    margin-bottom: calc(26 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__returns__content__title {
    font-size: calc(21 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.p-detail__returns__content__image {
  margin: 0 auto;
  width: 844px;
}
.p-detail__returns__content__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-detail__returns__content__image {
    width: calc(844 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__returns__content__image {
    width: calc(700 / 750 * 100vw);
  }
}
.p-detail__returns__notice {
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
}
@media screen and (max-width: 969px) {
  .p-detail__returns__notice {
    font-size: calc(14 / 970 * 100vw);
    line-height: calc(21 / 970 * 100vw);
    margin-top: calc(20 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-detail__returns__notice {
    font-size: calc(12 / 750 * 100vw);
    line-height: calc(18 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.p-detail__returns__notice span {
  color: var(--color-font);
  font-weight: bold;
}

.p-support__inner {
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-support__inner {
    padding-bottom: calc(80 / 970 * 100vw);
    padding-top: calc(80 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__inner {
    padding-bottom: calc(56 / 750 * 100vw);
    padding-top: calc(56 / 750 * 100vw);
  }
}
.p-support__content .c-subSectionTitle {
  margin-bottom: 40px;
}
@media screen and (max-width: 969px) {
  .p-support__content .c-subSectionTitle {
    margin-bottom: calc(40 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__content .c-subSectionTitle {
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.p-support__content__illust {
  margin: 0 auto;
  width: 920px;
}
.p-support__content__illust img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-support__content__illust {
    width: calc(920 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__content__illust {
    width: calc(700 / 750 * 100vw);
  }
}
.p-support__content__textBox {
  margin-top: 40px;
}
@media screen and (max-width: 969px) {
  .p-support__content__textBox {
    margin-top: calc(40 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__content__textBox {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.p-support__content__textBox__text {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-support__content__textBox__text {
    font-size: calc(18 / 970 * 100vw);
    line-height: calc(32 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__content__textBox__text {
    font-size: calc(14 / 750 * 100vw);
    line-height: calc(25 / 750 * 100vw);
  }
}
.p-support__content__textBox__text span {
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
}
@media screen and (max-width: 969px) {
  .p-support__content__textBox__text span {
    font-size: calc(24 / 970 * 100vw);
    line-height: calc(42 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__content__textBox__text span {
    font-size: calc(18 / 750 * 100vw);
    line-height: calc(32 / 750 * 100vw);
  }
}
.p-support__cta {
  margin-top: 80px;
}
@media screen and (max-width: 969px) {
  .p-support__cta {
    margin-top: calc(80 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__cta {
    margin-top: calc(56 / 750 * 100vw);
  }
}
.p-support__cta .c-subSectionTitle {
  margin-bottom: 40px;
}
@media screen and (max-width: 969px) {
  .p-support__cta .c-subSectionTitle {
    margin-bottom: calc(40 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__cta .c-subSectionTitle {
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.p-support__cta__button {
  margin: 0 auto;
  width: 920px;
}
.p-support__cta__button img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-support__cta__button {
    width: calc(920 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support__cta__button {
    width: calc(700 / 750 * 100vw);
  }
}

.p-faq {
  background-color: var(--color-bg2);
}
.p-faq__inner {
  padding-bottom: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 969px) {
  .p-faq__inner {
    padding-bottom: calc(40 / 970 * 100vw);
    padding-top: calc(80 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-bottom: calc(28 / 750 * 100vw);
    padding-top: calc(56 / 750 * 100vw);
  }
}
.p-faq__faqList > ul > li + li {
  margin-top: 16px;
}
@media screen and (max-width: 969px) {
  .p-faq__faqList > ul > li + li {
    margin-top: calc(16 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList > ul > li + li {
    margin-top: calc(12 / 750 * 100vw);
  }
}
.p-faq__faqList__faqBox {
  background-color: var(--color-white);
  border-radius: 8px;
  cursor: pointer;
  padding: 20px 30px;
}
@media screen and (max-width: 969px) {
  .p-faq__faqList__faqBox {
    border-radius: calc(8 / 970 * 100vw);
    padding: calc(20 / 970 * 100vw) calc(30 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox {
    border-radius: calc(10 / 750 * 100vw);
    padding: calc(15 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox {
  position: relative;
}
.p-faq__faqList__faqBox__qBox::after {
  background-image: url(../images/icon_arrow_faq.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 0;
  top: 13px;
  width: 21px;
}
@media screen and (max-width: 969px) {
  .p-faq__faqList__faqBox__qBox::after {
    height: calc(13 / 970 * 100vw);
    top: calc(13 / 970 * 100vw);
    width: calc(21 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox::after {
    height: calc(10 / 750 * 100vw);
    top: calc(13 / 750 * 100vw);
    width: calc(17 / 750 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__inner {
  display: flex;
}
.p-faq__faqList__faqBox__qBox__icon {
  flex-shrink: 0;
  margin-right: 30px;
  width: 40px;
}
.p-faq__faqList__faqBox__qBox__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-faq__faqList__faqBox__qBox__icon {
    margin-right: calc(30 / 970 * 100vw);
    width: calc(40 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__icon {
    margin-right: calc(26 / 750 * 100vw);
    width: calc(30 / 750 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__text {
  color: var(--color-font2);
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  transform: translateY(6px);
  width: 720px;
}
@media screen and (max-width: 969px) {
  .p-faq__faqList__faqBox__qBox__text {
    font-size: calc(18 / 970 * 100vw);
    line-height: calc(27 / 970 * 100vw);
    transform: translateY(calc(6 / 970 * 100vw));
    width: calc(720 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__text {
    font-size: calc(15 / 750 * 100vw);
    line-height: calc(18 / 750 * 100vw);
    transform: translateY(calc(6 / 750 * 100vw));
    width: calc(590 / 750 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox {
  display: none;
  margin-top: 20px;
}
@media screen and (max-width: 969px) {
  .p-faq__faqList__faqBox__aBox {
    margin-top: calc(20 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox {
    margin-top: calc(15 / 750 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox__inner {
  display: flex;
}
.p-faq__faqList__faqBox__aBox__icon {
  flex-shrink: 0;
  margin-right: 30px;
  width: 40px;
}
.p-faq__faqList__faqBox__aBox__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-faq__faqList__faqBox__aBox__icon {
    margin-right: calc(30 / 970 * 100vw);
    width: calc(40 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__icon {
    margin-right: calc(25 / 750 * 100vw);
    width: calc(30 / 750 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox__text {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 27px;
  transform: translateY(6px);
  width: 720px;
}
@media screen and (max-width: 969px) {
  .p-faq__faqList__faqBox__aBox__text {
    font-size: calc(18 / 970 * 100vw);
    line-height: calc(27 / 970 * 100vw);
    transform: translateY(calc(6 / 970 * 100vw));
    width: calc(720 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__text {
    font-size: calc(15 / 750 * 100vw);
    line-height: calc(23 / 750 * 100vw);
    transform: translateY(calc(3 / 750 * 100vw));
    width: calc(590 / 750 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox__text a {
  color: var(--color-font2);
  text-decoration: underline;
}
.p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__qBox::after {
  transform: rotate(180deg);
}

.p-flow {
  background-color: var(--color-bg2);
}
.p-flow__inner {
  padding-bottom: 60px;
  padding-top: 40px;
}
@media screen and (max-width: 969px) {
  .p-flow__inner {
    padding-bottom: calc(60 / 970 * 100vw);
    padding-top: calc(40 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding-bottom: calc(56 / 750 * 100vw);
    padding-top: calc(28 / 750 * 100vw);
  }
}
.p-flow__caseList {
  display: flex;
  justify-content: center;
}
.p-flow__caseList__caseBox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1595px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 417px;
}
@media screen and (max-width: 969px) {
  .p-flow__caseList__caseBox {
    height: calc(1595 / 970 * 100vw);
    width: calc(417 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__caseList__caseBox {
    height: calc(1304 / 750 * 100vw);
    width: calc(340 / 750 * 100vw);
  }
}
.p-flow__caseList__caseBox + .p-flow__caseList__caseBox {
  margin-left: 88px;
}
@media screen and (max-width: 969px) {
  .p-flow__caseList__caseBox + .p-flow__caseList__caseBox {
    margin-left: calc(88 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__caseList__caseBox + .p-flow__caseList__caseBox {
    margin-left: calc(20 / 750 * 100vw);
  }
}
.p-flow__caseList__caseBox--case1 {
  background-image: url(../images/image_flow_case_1.svg);
}
.p-flow__caseList__caseBox--case2 {
  background-image: url(../images/image_flow_case_2.svg);
}
.p-flow__notice1 {
  font-size: 14px;
  line-height: 21px;
  margin-top: 25px;
}
@media screen and (max-width: 969px) {
  .p-flow__notice1 {
    font-size: calc(14 / 970 * 100vw);
    line-height: calc(21 / 970 * 100vw);
    margin-top: calc(25 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__notice1 {
    font-size: calc(12 / 750 * 100vw);
    line-height: calc(18 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.p-flow__notice2 {
  font-size: 14px;
  line-height: 21px;
  margin-top: 25px;
}
@media screen and (max-width: 969px) {
  .p-flow__notice2 {
    font-size: calc(14 / 970 * 100vw);
    line-height: calc(21 / 970 * 100vw);
    margin-top: calc(25 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__notice2 {
    font-size: calc(12 / 750 * 100vw);
    line-height: calc(18 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.p-flow__notice2 span {
  color: var(--color-font);
  font-weight: bold;
}
.p-flow__notice2 a {
  color: var(--color-font2);
  text-decoration: underline;
}

.p-footer {
  background-color: var(--color-bg3);
  height: 320px;
}
@media screen and (max-width: 969px) {
  .p-footer {
    height: calc(320 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    height: calc(240 / 750 * 100vw);
  }
}
.p-footer .l-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-footer__contact {
  text-align: center;
}
.p-footer__contact a {
  color: var(--color-white);
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 969px) {
  .p-footer__contact a {
    font-size: calc(24 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__contact a {
    font-size: calc(19 / 750 * 100vw);
  }
}
.p-footer__info {
  color: var(--color-white);
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .p-footer__info {
    font-size: calc(16 / 970 * 100vw);
    line-height: calc(24 / 970 * 100vw);
    margin-top: calc(30 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__info {
    font-size: calc(13 / 750 * 100vw);
    line-height: calc(20 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.p-footer__navList {
  margin-top: 25px;
}
@media screen and (max-width: 969px) {
  .p-footer__navList {
    margin-top: calc(25 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__navList {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.p-footer__navList > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-footer__navList > ul > li + li {
  margin-left: 20px;
}
@media screen and (max-width: 969px) {
  .p-footer__navList > ul > li + li {
    margin-left: calc(20 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__navList > ul > li + li {
    margin-left: calc(15 / 750 * 100vw);
  }
}
.p-footer__navList a {
  color: var(--color-white);
  font-size: 16px;
}
@media screen and (max-width: 969px) {
  .p-footer__navList a {
    font-size: calc(16 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__navList a {
    font-size: calc(12 / 750 * 100vw);
  }
}

.p-copyright {
  height: 40px;
}
@media screen and (max-width: 969px) {
  .p-copyright {
    height: calc(40 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-copyright {
    height: calc(32 / 750 * 100vw);
  }
}
.p-copyright .l-container {
  height: 100%;
}
.p-copyright__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-copyright__text {
  color: var(--color-font2);
  font-size: 14px;
}
@media screen and (max-width: 969px) {
  .p-copyright__text {
    font-size: calc(14 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-copyright__text {
    font-size: calc(12 / 750 * 100vw);
  }
}

.p-terms {
  background-color: var(--color-white);
  max-height: 80vh !important;
  overflow: scroll;
  padding: 50px;
  width: 920px;
}
@media screen and (max-width: 969px) {
  .p-terms {
    padding: calc(50 / 970 * 100vw);
    width: calc(920 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms {
    padding: calc(50 / 750 * 100vw);
    width: calc(920 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms {
    display: none;
  }
}
.p-terms__entry h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 969px) {
  .p-terms__entry h2 {
    font-size: calc(18 / 970 * 100vw);
    line-height: calc(32 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms__entry h2 {
    font-size: calc(18 / 750 * 100vw);
    line-height: calc(32 / 750 * 100vw);
  }
}
.p-terms__entry h2 + * {
  margin-top: 10px;
}
@media screen and (max-width: 969px) {
  .p-terms__entry h2 + * {
    margin-top: calc(10 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms__entry h2 + * {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.p-terms__entry p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
@media screen and (max-width: 969px) {
  .p-terms__entry p {
    font-size: calc(14 / 970 * 100vw);
    line-height: calc(24 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms__entry p {
    font-size: calc(14 / 750 * 100vw);
    line-height: calc(24 / 750 * 100vw);
  }
}
.p-terms__entry p + h2 {
  margin-top: 30px;
}
@media screen and (max-width: 969px) {
  .p-terms__entry p + h2 {
    margin-top: calc(30 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms__entry p + h2 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.p-terms__entry p + p {
  margin-top: 15px;
}
@media screen and (max-width: 969px) {
  .p-terms__entry p + p {
    margin-top: calc(15 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms__entry p + p {
    margin-top: calc(15 / 750 * 100vw);
  }
}

.p-sticky {
  bottom: 30px;
  display: none;
  position: fixed;
  right: 30px;
  z-index: 10;
}
@media screen and (max-width: 969px) {
  .p-sticky {
    bottom: calc(30 / 970 * 100vw);
    right: calc(30 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sticky {
    background: rgba(51, 51, 51, 0.8);
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sticky__inner {
    padding: calc(30 / 750 * 100vw) calc(100 / 750 * 100vw);
  }
}
.p-sticky__banner {
  border: 1px solid var(--color-font2);
  margin: 0 auto;
  width: 360px;
}
.p-sticky__banner img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .p-sticky__banner {
    width: calc(360 / 970 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sticky__banner {
    width: 100%;
  }
}
.p-sticky__banner a {
  display: block;
}