@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* default
------------------------------------------------------ */
body {
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  font-display: auto;
  font-family: "Zen Maru Gothic", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

video {
  width: 100%;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: unset;
  color: unset;
}

sub {
  font-size: 50%;
}

/* layout
------------------------------------------------------ */
.l-screenlogo {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  animation-name: screenlogo;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes screenlogo {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  20% {
    opacity: 1;
    filter: blur(0px);
  }
  80% {
    opacity: 1;
    filter: blur(0px);
  }
  99% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 0;
    display: none;
    pointer-events: none;
  }
}
.l-screenlogo img {
  width: 30%;
}

.l-wrapper {
  position: relative;
}

.l-main {
  position: absolute;
  top: 0;
  right: 26.8055555556vw;
  max-width: 1px;
  width: 412.5px;
  margin: auto;
  background-color: #0F81B3;
  opacity: 0;
  flex: 0 0 auto;
  border-right: 0px solid #0F81B3;
  border-left: 0px solid #0F81B3;
  overflow: hidden;
  transform-origin: top right;
  z-index: 60;
  animation-name: main;
  animation-delay: 2.5s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes main {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    background-color: #ffffff;
    animation-timing-function: ease-out;
    border-right: 0px solid #0F81B3;
    border-left: 0px solid #0F81B3;
    max-width: 1px;
  }
  10% {
    opacity: 1;
    background-color: #ffffff;
    animation-timing-function: ease-out;
    border-right: 0px solid #0F81B3;
    border-left: 0px solid #0F81B3;
    max-width: 1px;
  }
  30% {
    opacity: 1;
    background-color: #ffffff;
    animation-timing-function: ease-out;
    border-right: 4px solid #0F81B3;
    border-left: 4px solid #0F81B3;
    max-width: 0px;
  }
  90% {
    opacity: 1;
    background-color: #ffffff;
    animation-timing-function: ease-out;
    border-right: 4px solid #0F81B3;
    border-left: 4px solid #0F81B3;
    max-width: 412.5px;
  }
  100% {
    opacity: 1;
    background-color: #ffffff;
    animation-timing-function: ease-out;
    border-right: 4px solid #0F81B3;
    border-left: 4px solid #0F81B3;
    max-width: 412.5px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1025px) {
  .l-main {
    right: 43.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-right: 0px solid #0F81B3;
    border-left: 0px solid #0F81B3;
    transition: 0.3s;
    transform: scale(1);
    animation-name: main-sp;
    animation-delay: 2.5s;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
  @keyframes main-sp {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
      background-color: #ffffff;
      animation-timing-function: ease-out;
      max-width: 0;
      border-right: 8px solid #0F81B3;
      border-left: 8px solid #0F81B3;
    }
    100% {
      opacity: 1;
      background-color: #ffffff;
      animation-timing-function: ease-out;
      max-width: 100%;
      border-right: 0px solid #0F81B3;
      border-left: 0px solid #0F81B3;
    }
  }
  .is-menuOpen .l-main {
    overflow: hidden;
    filter: blur(5px);
  }
}
.l-main__wrapper {
  width: 412.5px;
}
@media screen and (max-width: 767px) {
  .l-main__wrapper {
    width: 100vw;
  }
}

.l-sub {
  position: fixed;
  left: 0;
  width: calc(73.2638888889vw - 375px);
  z-index: 50;
  opacity: 0;
  transform: translateX(-10%);
  animation-name: sub;
  animation-delay: 4.5s;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes sub {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media screen and (min-width: 767px) and (max-width: 1025px) {
  .l-sub {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-sub {
    display: none;
  }
}

.l-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 26.8055555556vw;
  z-index: 10;
  transform: translateX(10%);
  opacity: 0;
  animation-name: nav;
  animation-delay: 4.5s;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes nav {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media screen and (min-width: 767px) and (max-width: 1025px) {
  .l-nav {
    width: 40.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-nav {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 80;
    background-color: rgba(255, 216, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    animation: none;
    transform: translateX(0%);
    transition: 0.3s;
  }
  .is-menuOpen .l-nav {
    opacity: 1;
    pointer-events: all;
  }
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFD800;
  z-index: 0;
  transition: 1s;
}
.l-bg.bg01 {
  background-color: #ffffff;
}
.l-bg.bg02 {
  background-color: #FFD800;
}
.l-bg.bg03 {
  background-color: #ffffff;
}
.l-bg.bg04 {
  background-color: #FFD800;
}
.l-bg.bg05 {
  background-color: #ffffff;
}
.l-bg.bg06 {
  background-color: #FFD800;
}
@media screen and (max-width: 767px) {
  .l-bg {
    display: none;
  }
}
.l-bg__image {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0;
  animation-name: bgImage;
  animation-delay: 3.5s;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes bgImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-bg__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-bg__deco, .l-bg__deco--right, .l-bg__deco--left {
  position: fixed;
  width: 50px;
  top: 0;
  height: 100vh;
  background-image: url(../img/side_deco.webp);
  background-size: 50px auto;
  background-repeat: no-repeat;
  transition: filter 0.3s;
  animation-name: side_deco;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes side_deco {
  0% {
    background-position-y: 0px;
  }
  100% {
    background-position-y: -370px;
  }
}
.bg01 .l-bg__deco, .bg01 .l-bg__deco--right, .bg01 .l-bg__deco--left {
  filter: grayscale(1);
}
.bg02 .l-bg__deco, .bg02 .l-bg__deco--right, .bg02 .l-bg__deco--left {
  filter: grayscale(0);
}
.bg03 .l-bg__deco, .bg03 .l-bg__deco--right, .bg03 .l-bg__deco--left {
  filter: grayscale(1);
}
.bg04 .l-bg__deco, .bg04 .l-bg__deco--right, .bg04 .l-bg__deco--left {
  filter: grayscale(0);
}
.bg05 .l-bg__deco, .bg05 .l-bg__deco--right, .bg05 .l-bg__deco--left {
  filter: grayscale(1);
}
.bg06 .l-bg__deco, .bg06 .l-bg__deco--right, .bg06 .l-bg__deco--left {
  filter: grayscale(0);
}
.l-bg__deco--left {
  left: 20px;
}
.l-bg__deco--right {
  right: 20px;
}

.p-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-hamburger {
    display: block;
    position: fixed;
    top: 7.2vw;
    right: 6.1333333333vw;
    width: 7.2vw;
    height: 4.8vw;
    z-index: 200;
  }
}
.p-hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #000000;
  transition: 0.3s;
}
.p-hamburger span:nth-child(1) {
  top: 0;
}
.p-hamburger span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.p-hamburger span:nth-child(3) {
  bottom: 0;
}
.p-hamburger.is-active span:nth-child(1) {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.p-hamburger.is-active span:nth-child(2) {
  top: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: center;
}
.p-hamburger.is-active span:nth-child(3) {
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.p-kv {
  position: relative;
  height: 772.2px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-kv {
    height: 187.2vw;
  }
}
.p-kv__logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-kv__logo {
    display: block;
    position: absolute;
    top: 6.6666666667vw;
    left: 6.6666666667vw;
    width: 51.4666666667vw;
    z-index: 30;
  }
}
.p-kv__text {
  display: block;
  margin-top: 85.8px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
  color: #0F81B3;
  z-index: 10;
}
.p-kv__text span {
  display: inline-block;
  background-color: #FFD800;
  border: 1px solid #0F81B3;
  padding: 0 0.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-kv__text {
    margin-top: 20.8vw;
    font-size: 22px;
    font-size: 5.8666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-kv__message, .p-kv__message04, .p-kv__message03, .p-kv__message02, .p-kv__message01 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 220px;
  margin: auto;
  opacity: 0;
  z-index: 50;
  animation-name: kv_message;
  animation-duration: 20s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .p-kv__message, .p-kv__message04, .p-kv__message03, .p-kv__message02, .p-kv__message01 {
    width: 53.3333333333vw;
  }
}
.p-kv__message01 {
  position: absolute;
  top: 223.3px;
  width: 208.45px;
  animation-delay: 5s;
}
@media screen and (max-width: 767px) {
  .p-kv__message01 {
    top: 54.1333333333vw;
    width: 50.5333333333vw;
  }
}
.p-kv__message02 {
  position: absolute;
  top: 215.6px;
  width: 187px;
  animation-delay: 10s;
}
@media screen and (max-width: 767px) {
  .p-kv__message02 {
    top: 52.2666666667vw;
    width: 45.3333333333vw;
  }
}
.p-kv__message03 {
  position: absolute;
  top: 216.7px;
  width: 201.3px;
  animation-delay: 15s;
}
@media screen and (max-width: 767px) {
  .p-kv__message03 {
    top: 52.5333333333vw;
    width: 48.8vw;
  }
}
.p-kv__message04 {
  position: absolute;
  top: 214.5px;
  width: 185.9px;
  animation-delay: 20s;
}
@media screen and (max-width: 767px) {
  .p-kv__message04 {
    top: 52vw;
    width: 45.0666666667vw;
  }
}
@keyframes kv_message {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  1% {
    opacity: 1;
    filter: blur(0px);
  }
  22% {
    opacity: 1;
    filter: blur(0px);
  }
  23% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 0;
    filter: blur(5px);
  }
}
.p-kv__illust {
  position: absolute;
  width: 2751.65px;
  left: 0;
  bottom: 0;
  transform: translateX(-66%);
  animation-name: kv_illust;
  animation-duration: 20s;
  animation-delay: 6s;
  animation-timing-function: ease-in-out;
  animation-play-state: running;
  animation-iteration-count: infinite;
  z-index: 60;
}
@media screen and (max-width: 767px) {
  .p-kv__illust {
    width: 667.0666666667vw;
  }
}
@keyframes kv_illust {
  0% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(-16.5%);
  }
  50% {
    transform: translateX(-32%);
  }
  75% {
    transform: translateX(-46.5%);
  }
  100% {
    transform: translateX(-66%);
  }
}
.p-kv__vision {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.p-kv__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.p-kv02 {
  position: relative;
  height: 836px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-kv02 {
    height: 202.6666666667vw;
  }
}
.p-kv02__logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-kv02__logo {
    display: block;
    position: absolute;
    top: 6.6666666667vw;
    left: 6.6666666667vw;
    width: 51.4666666667vw;
    z-index: 30;
  }
}
.p-kv02__text {
  position: absolute;
  top: 512.6px;
  left: 0;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: left;
  color: #0F81B3;
  z-index: 10;
  transform: scaleX(0);
  transform-origin: left;
  animation-name: kv02_text;
  animation-delay: 4s;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes kv02_text {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 767px) {
  .p-kv02__text {
    top: 124.2666666667vw;
    font-size: 40px;
    font-size: 10.6666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-kv02__text span {
  display: inline-block;
  background-color: #FFD800;
  border: 1px solid #0F81B3;
  border-left: 0;
  padding: 0 0.25em;
  margin-bottom: 0.5em;
  padding-left: 58.3px;
  background-color: #0F81B3;
  animation-name: kv02_text_inner;
  animation-delay: 4.5s;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@media screen and (max-width: 767px) {
  .p-kv02__text span {
    padding-left: 14.1333333333vw;
  }
}
.p-kv02__text small {
  display: inline-block;
  background-color: #FFD800;
  border: 1px solid #0F81B3;
  border-left: 0;
  padding: 0 0.25em;
  margin-bottom: 0.5em;
  padding-left: 58.3px;
  font-size: 25.8px;
  line-height: 2.3255813953;
  letter-spacing: 0em;
  background-color: #0F81B3;
  animation-name: kv02_text_inner;
  animation-delay: 4.5s;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes kv02_text_inner {
  0% {
    background-color: #0F81B3;
  }
  100% {
    background-color: #FFD800;
  }
}
@media screen and (max-width: 767px) {
  .p-kv02__text small {
    padding-left: 14.1333333333vw;
    font-size: 25.8px;
    font-size: 6.88vw;
    line-height: 2.3255813953;
    letter-spacing: 0em;
  }
}
.p-kv02__vision {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
  opacity: 0;
  animation-name: kv02_vision;
  animation-delay: 3.5s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes kv02_vision {
  0% {
    opacity: 0;
    transform: translateY(2%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 767px) {
  .p-kv02__vision {
    top: 0vw;
  }
}

.p-about {
  background-color: #EBEBEB;
  margin-top: 30.8px;
  padding-top: 24.2px;
  padding-bottom: 51.7px;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-top: 7.4666666667vw;
    padding-top: 5.8666666667vw;
    padding-bottom: 12.5333333333vw;
  }
}
.p-about__title {
  display: block;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: left;
  color: #0F81B3;
  transform: scaleX(0);
  transform-origin: center left;
  z-index: 10;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.p-about__title.is-active {
  animation-name: about_title;
}
@keyframes about_title {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 40px;
    font-size: 10.6666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-about__title.is-active span {
  animation-name: about_title_inner;
}
.p-about__title span {
  display: inline-block;
  background-color: #FFD800;
  border: 1px solid #0F81B3;
  padding: 0 0.5em;
  margin-top: 8.8px;
  background-color: #0F81B3;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes about_title_inner {
  0% {
    background-color: #0F81B3;
  }
  100% {
    background-color: #FFD800;
  }
}
@media screen and (max-width: 767px) {
  .p-about__title span {
    margin-top: 2.1333333333vw;
  }
}
.p-about__movie {
  display: none;
  margin: 40.7px auto 0;
  width: 379.5px;
}
@media screen and (min-width: 767px) and (max-width: 1025px) {
  .p-about__movie {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-about__movie {
    display: block;
    margin: 9.8666666667vw auto 0vw auto;
    width: 92vw;
  }
}
.p-about__movie iframe, .p-about__movie video {
  width: 100%;
}
.p-about__text {
  margin: 33px auto 0;
  padding: 22px 16.5px;
  border-radius: 13.2px;
  box-sizing: border-box;
  text-align: justify;
  width: 379.5px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
  color: #0F81B3;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin: 8vw auto 0vw auto;
    padding: 5.3333333333vw 4vw 5.3333333333vw 4vw;
    border-radius: 3.2vw;
    width: 92vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-flow {
  padding: 46.2px 0;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 11.2vw 0vw 11.2vw 0vw;
  }
}
.p-flow__container {
  width: 346.5px;
  margin: 72.6px auto 0;
  counter-reset: flow-count;
}
@media screen and (max-width: 767px) {
  .p-flow__container {
    width: 84vw;
    margin: 17.6vw auto 0vw auto;
  }
}
.p-flow__label {
  display: block;
  margin: 17.6px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__label {
    margin: 4.2666666667vw auto 0vw auto;
  }
}
.p-flow__label span {
  display: inline-block;
  color: #0F81B3;
  font-size: 28px;
  line-height: 2.1428571429;
  letter-spacing: 0em;
  border: 1.1px solid #0F81B3;
  box-sizing: border-box;
  font-weight: 500;
  background-color: #FFD800;
  padding: 0px 17.6px;
}
@media screen and (max-width: 767px) {
  .p-flow__label span {
    font-size: 28px;
    font-size: 7.4666666667vw;
    line-height: 2.1428571429;
    letter-spacing: 0em;
    margin: 0vw 4.2666666667vw 0vw 4.2666666667vw;
  }
}
.p-flow__list:not(:first-child) {
  margin-top: 26.4px;
}
@media screen and (max-width: 767px) {
  .p-flow__list:not(:first-child) {
    margin-top: 6.4vw;
  }
}
.p-flow__list__head {
  width: 100%;
  height: 66px;
  padding-right: 22px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0F81B3;
  font-size: 28px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 500;
  border-radius: 110px 22px 22px 110px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__list__head {
    height: 16vw;
    font-size: 28px;
    font-size: 7.4666666667vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    padding-right: 5.3333333333vw;
    font-weight: 600;
    border-radius: 26.6666666667vw 5.3333333333vw 5.3333333333vw 26.6666666667vw;
  }
}
.p-flow__list__head span {
  display: block;
  width: 100%;
  text-align: center;
}
.p-flow__list__head::before {
  content: counter(flow-count);
  counter-increment: flow-count;
  display: block;
  width: 66px;
  height: 66px;
  padding-top: 9.9px;
  border: 3.3px solid #0F81B3;
  box-sizing: border-box;
  color: #0F81B3;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  background-color: #FFD800;
  border-radius: 100%;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-flow__list__head::before {
    width: 16vw;
    height: 16vw;
    padding-top: 2.4vw;
    font-size: 32px;
    font-size: 8.5333333333vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.p-flow__list__text {
  width: 338.8px;
  margin-left: auto;
  margin-top: 17.6px;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-flow__list__text {
    width: 82.1333333333vw;
    margin-top: 4.2666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}
.p-flow__list__text a {
  display: block;
  margin-top: 1em;
}
.p-flow__offer {
  padding: 25.3px 0;
  width: 347.6px;
  margin: 35.2px auto 0;
  border-top: 2px dashed #707070;
  border-bottom: 2px dashed #707070;
}
@media screen and (max-width: 767px) {
  .p-flow__offer {
    padding: 6.1333333333vw 0vw 6.1333333333vw 0vw;
    width: 84.2666666667vw;
    margin: 8.5333333333vw auto 0vw auto;
  }
}
.p-flow__offer__main {
  text-align: center;
  color: #0F81B3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-flow__offer__main {
    font-size: 28px;
    font-size: 7.4666666667vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
.p-flow__offer__text {
  margin-top: 7.7px;
  text-align: center;
  color: #000000;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__offer__text {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}

.p-how {
  padding: 46.2px 0;
  background-color: #FFD800;
}
@media screen and (max-width: 767px) {
  .p-how {
    padding: 11.2vw 0vw 11.2vw 0vw;
  }
}
.p-how__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 368.5px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-how__container {
    width: 89.3333333333vw;
  }
}
.p-how__box {
  margin-top: 35.2px;
  width: 168.3px;
}
@media screen and (max-width: 767px) {
  .p-how__box {
    margin-top: 8.5333333333vw;
    width: 40.8vw;
  }
}
.p-how__box__image {
  overflow: hidden;
  width: 100%;
  height: 104.5px;
  border: 2.2px solid #0F81B3;
  box-sizing: border-box;
  border-radius: 11px;
}
@media screen and (max-width: 767px) {
  .p-how__box__image {
    height: 25.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.p-how__box__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-how__box__name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 8.8px auto;
  min-height: 3em;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-how__box__name {
    margin: 2.1333333333vw auto 2.1333333333vw auto;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.2222222222;
    letter-spacing: 0em;
  }
}
.p-how__box__name small {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-how__box__name small {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.4;
    letter-spacing: 0em;
  }
}
.p-how__box__text {
  margin: 8.8px auto;
  text-align: justify;
  min-height: 2em;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-how__box__text {
    margin: 2.1333333333vw auto 2.1333333333vw auto;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}

.p-plan {
  padding: 52.8px 0;
  background-color: #0F81B3;
}
@media screen and (max-width: 767px) {
  .p-plan {
    padding: 12.8vw 0vw 12.8vw 0vw;
  }
}
.p-plan--yellow {
  padding: 52.8px 0;
  background-color: #FFD800;
}
@media screen and (max-width: 767px) {
  .p-plan--yellow {
    padding: 12.8vw 0vw 12.8vw 0vw;
  }
}
.p-plan__illust {
  background-color: #FFD800;
}
.p-plan__illust img {
  vertical-align: top;
}
.p-plan__frame {
  width: 379.5px;
  margin: 25.3px auto 0;
  background-color: #ffffff;
  padding: 33px 16.5px 44px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-plan__frame {
    width: 92vw;
    margin: 6.1333333333vw auto 0vw auto;
    padding: 8vw 4vw 10.6666666667vw 4vw;
  }
}
.p-plan__top {
  border-bottom: 2.2px dashed #0F81B3;
  padding-bottom: 31.9px;
}
@media screen and (max-width: 767px) {
  .p-plan__top {
    padding-bottom: 7.7333333333vw;
  }
}
.p-plan__top__title {
  text-align: center;
  color: #0F81B3;
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-plan__top__title {
    font-size: 40px;
    font-size: 10.6666666667vw;
    line-height: 1.45;
    letter-spacing: 0em;
  }
}
.p-plan__top__title small {
  display: block;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-plan__top__title small {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.p-plan__top__title small:first-child {
  margin-bottom: -0.5em;
}
.p-plan__top__lead {
  width: 295.9px;
  margin: 16.5px auto 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-plan__top__lead {
    width: 71.7333333333vw;
    margin: 4vw auto 0vw auto;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-plan__details {
  margin-top: 19.8px;
}
@media screen and (max-width: 767px) {
  .p-plan__details {
    margin-top: 4.8vw;
  }
}
.p-plan__block02 {
  width: 350.9px;
  margin: 26.4px auto 0;
  padding-bottom: 5.5px;
  border-bottom: 1.1px solid #0F81B3;
}
@media screen and (max-width: 767px) {
  .p-plan__block02 {
    width: 85.0666666667vw;
    margin: 6.4vw auto 0vw auto;
  }
}
.p-plan__block02:first-child {
  margin-top: 0;
}
.p-plan__headline__lead {
  display: block;
  font-size: 18px;
  line-height: 0.8888888889;
  letter-spacing: 0em;
  color: #0F81B3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__headline__lead {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 0.8888888889;
    letter-spacing: 0em;
  }
}
.p-plan__headline__main {
  width: 346.5px;
  color: #0F81B3;
  text-align: center;
  font-size: 28px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  padding: 5.5px 0;
  box-sizing: border-box;
  border: 1.1px solid #0F81B3;
  background-color: #FFD800;
}
@media screen and (max-width: 767px) {
  .p-plan__headline__main {
    width: 84vw;
    font-size: 28px;
    font-size: 7.4666666667vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    padding: 1.3333333333vw 0vw 1.3333333333vw 0vw;
  }
}
.p-plan__headline02 {
  display: flex;
  justify-content: center;
  width: 350.9px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__headline02 {
    width: 85.0666666667vw;
  }
}
.p-plan__headline02__block {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 160.6px;
  background-color: #FFD800;
  border: 1.1px solid #0F81B3;
  padding: 11px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-plan__headline02__block {
    width: 38.9333333333vw;
    padding: 2.6666666667vw 0vw 2.6666666667vw 0vw;
  }
}
.p-plan__headline02__block:nth-of-type(2) {
  background-color: #ffffff;
  width: 190.3px;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .p-plan__headline02__block:nth-of-type(2) {
    width: 46.1333333333vw;
  }
}
.p-plan__headline02__lead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-plan__headline02__lead {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    letter-spacing: 0em;
  }
}
.p-plan__headline02__main {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  color: #0F81B3;
  text-align: center;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  margin-left: 5.5px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-plan__headline02__main {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
.p-plan__headline02__main span {
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-plan__headline02__main span {
    font-size: 40px;
    font-size: 10.6666666667vw;
    line-height: 1.45;
    letter-spacing: 0em;
  }
}
.p-plan__text, .p-plan__text--black {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  text-align: justify;
  font-weight: 400;
  color: #0F81B3;
  margin-top: 8.8px;
}
@media screen and (max-width: 767px) {
  .p-plan__text, .p-plan__text--black {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    margin-top: 2.1333333333vw;
  }
}
.p-plan__text--black {
  color: #000000;
}
.p-plan__table {
  margin: 17.6px auto 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-plan__table {
    margin: 4.2666666667vw auto 0vw auto;
  }
}
.p-plan__table__head__time {
  width: 50%;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  border-bottom: 3.3px solid #0F81B3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__table__head__time {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.p-plan__table__head__price {
  width: 50%;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  border-bottom: 1.1px solid #707070;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__table__head__price {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.p-plan__table__time, .p-plan__table__time--border {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-plan__table__time, .p-plan__table__time--border {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    letter-spacing: 0em;
  }
}
.p-plan__table__time--border {
  border-right: 1.1px solid #000000;
  width: 20%;
}
.p-plan__table__count {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-plan__table__count {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    letter-spacing: 0em;
  }
}
.p-plan__table__price {
  font-size: 30px;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  padding-right: 0.5em;
  box-sizing: border-box;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-plan__table__price {
    font-size: 30px;
    font-size: 8vw;
    line-height: 1.4666666667;
    letter-spacing: 0em;
  }
}
.p-plan__table__price span {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-plan__table__price span {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.45;
    letter-spacing: 0em;
  }
}
.p-plan__table__margin {
  height: 16.5px;
}
@media screen and (max-width: 767px) {
  .p-plan__table__margin {
    height: 4vw;
  }
}
.p-plan__table02 {
  width: 100%;
  margin-top: 13.2px;
}
.p-plan__table02__head {
  background-color: #FFD800;
  border-right: 8.8px solid #ffffff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 5.5px;
}
@media screen and (max-width: 767px) {
  .p-plan__table02__head {
    margin-top: 6.4vw;
    border-right: 2.1333333333vw solid #ffffff;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 1.3333333333vw;
  }
}
.p-plan__table02__head:last-child {
  border-right: 0;
}
.p-plan__table02__cell {
  border-right: 8.8px solid #ffffff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 5.5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__table02__cell {
    margin-top: 6.4vw;
    border-right: 2.1333333333vw solid #ffffff;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 1.3333333333vw;
  }
}
.p-plan__table02__cell:last-child {
  border-right: 0;
}
.p-plan__notes {
  margin-top: 26.4px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-plan__notes {
    margin-top: 6.4vw;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.p-place {
  padding: 88px 0 0;
}
@media screen and (max-width: 767px) {
  .p-place {
    padding: 21.3333333333vw 0vw 0vw 0vw;
  }
}
.p-place__text {
  width: 346.5px;
  margin: 18.7px auto 0;
  color: #0F81B3;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-place__text {
    width: 84vw;
    margin: 4.5333333333vw auto 0vw auto;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
.p-place__map {
  width: 379.5px;
  margin: 22px auto 0;
}
@media screen and (max-width: 767px) {
  .p-place__map {
    width: 92vw;
    margin: 5.3333333333vw auto 0vw auto;
  }
}
.p-place__map__text {
  display: block;
  font-family: "Noto Serif Armenian", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: -0.15em;
  color: #FFD800;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-place__map__text {
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.p-place__map__main {
  box-sizing: border-box;
  border: 4.4px solid #FFD800;
  vertical-align: bottom;
}
.p-place__map__main iframe {
  display: block;
  width: 100%;
  height: 275px;
}
@media screen and (max-width: 767px) {
  .p-place__map__main iframe {
    height: 66.6666666667vw;
  }
}
.p-place__block {
  width: 346.5px;
  margin: 8.8px auto 0;
  background-color: #FFD800;
  color: #0F81B3;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  padding: 11px 0;
  border: 1.1px solid #0F81B3;
  box-sizing: border-box;
  border-radius: 9.9px;
}
@media screen and (max-width: 767px) {
  .p-place__block {
    width: 84vw;
    margin: 2.1333333333vw auto 0vw auto;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    padding: 2.6666666667vw 0vw 2.6666666667vw 0vw;
    border-radius: 2.4vw;
  }
}
.p-place__block:first-of-type {
  margin: 34.1px auto 0;
}
@media screen and (max-width: 767px) {
  .p-place__block:first-of-type {
    margin: 8.2666666667vw auto 0vw auto;
  }
}

.p-specification {
  border-top: 2px solid #0F81B3;
  border-bottom: 2px solid #0F81B3;
  padding: 44px 0;
  background-color: #EBEBEB;
}
@media screen and (max-width: 767px) {
  .p-specification {
    padding: 10.6666666667vw 0vw 10.6666666667vw 0vw;
  }
}
.p-specification__illust img {
  vertical-align: top;
}
.p-specification__dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 361.9px;
  margin: 17.6px auto 0;
}
@media screen and (max-width: 767px) {
  .p-specification__dl {
    width: 87.7333333333vw;
    margin: 4.2666666667vw auto 0vw auto;
  }
}
.p-specification__dl:first-child {
  margin: 35.2px auto 0;
}
@media screen and (max-width: 767px) {
  .p-specification__dl:first-child {
    margin: 8.5333333333vw auto 0vw auto;
  }
}
.p-specification__dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 127.6px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 500;
  border-bottom: 3px solid #707070;
  padding: 12.1px;
  box-sizing: border-box;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-specification__dt {
    width: 30.9333333333vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    padding: 2.9333333333vw 2.9333333333vw 2.9333333333vw 2.9333333333vw;
  }
}
.p-specification__dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 400;
  border-bottom: 1px solid #707070;
  width: 100%;
  padding: 12.1px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-specification__dd {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    padding: 2.9333333333vw 2.9333333333vw 2.9333333333vw 2.9333333333vw;
  }
}

.p-sns {
  position: relative;
  padding: 52.8px 0;
}
@media screen and (max-width: 767px) {
  .p-sns {
    padding: 12.8vw 0vw 12.8vw 0vw;
  }
}
.p-sns__illust {
  position: absolute;
  top: 0;
  left: 0;
  width: 129.8px;
}
@media screen and (max-width: 767px) {
  .p-sns__illust {
    width: 31.4666666667vw;
  }
}
.p-sns__frame {
  width: 346.5px;
  margin: auto;
  background-color: #FFD800;
  padding: 35.2px 0 52.8px;
  border-radius: 12.1px;
}
@media screen and (max-width: 767px) {
  .p-sns__frame {
    width: 84vw;
    padding: 8.5333333333vw 0vw 12.8vw 0vw;
    border-radius: 2.9333333333vw;
  }
}
.p-sns__text {
  width: 301.4px;
  margin: 28.6px auto 0;
  text-align: justify;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-sns__text {
    width: 73.0666666667vw;
    margin: 6.9333333333vw auto 0vw auto;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
.p-sns__link {
  width: 242px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 29.7px auto 0;
}
@media screen and (max-width: 767px) {
  .p-sns__link {
    width: 58.6666666667vw;
    margin: 7.2vw auto 0vw auto;
  }
}

.p-qa {
  padding: 52.8px 0;
  background-color: #0F81B3;
}
@media screen and (max-width: 767px) {
  .p-qa {
    padding: 12.8vw 0vw 12.8vw 0vw;
  }
}
.p-qa__container {
  width: 374px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-qa__container {
    width: 90.6666666667vw;
  }
}
.p-qa__box {
  position: relative;
  margin-top: 16.5px;
  border: 2px solid #FFD800;
  box-sizing: border-box;
  border-radius: 12.1px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-qa__box {
    margin-top: 4vw;
    border-radius: 2.9333333333vw;
  }
}
.p-qa__box__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #ffffff;
  border: 2px solid #FFD800;
  margin-top: -2px;
  margin-left: -2px;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0em;
  width: calc(100% + 4.4px);
  box-sizing: border-box;
  border-radius: 12.1px;
  padding: 15.4px;
  z-index: 5;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-qa__box__title {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.375;
    letter-spacing: 0em;
    border-radius: 2.9333333333vw;
    padding: 3.7333333333vw 3.7333333333vw 3.7333333333vw 3.7333333333vw;
  }
}
.p-qa__box.is-active .p-qa__box__title {
  background-color: #FFD800;
}
.p-qa .p-qa__box__icon {
  width: 1.25em;
  height: 1.25em;
}
.p-qa .p-qa__box__icon img {
  width: 100%;
  height: 100%;
}
.p-qa__box__main {
  width: 265.1px;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-qa__box__main {
    width: 64.2666666667vw;
  }
}
.p-qa__box__details {
  position: relative;
  margin-top: -2px;
  padding: 0 22px;
  height: 0;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-qa__box__details {
    padding: 0vw 5.3333333333vw 0vw 5.3333333333vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
.p-qa__box.is-active .p-qa__box__details {
  padding: 22px 22px;
  margin-top: -11px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-qa__box.is-active .p-qa__box__details {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    margin-top: -2.6666666667vw;
  }
}
.p-qa__box__switch {
  position: relative;
  width: 19.8px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-qa__box__switch {
    width: 4.8vw;
  }
}
.p-qa__box__switch span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 19.8px;
  height: 2.2px;
  background-color: #0F81B3;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-qa__box__switch span {
    width: 4.8vw;
  }
}
.p-qa__box__switch span:nth-of-type(2) {
  transform: rotate(90deg);
}
.p-qa__box.is-active .p-qa__box__switch span:nth-of-type(2) {
  transform: rotate(0deg);
}
.p-qa__notes {
  text-align: center;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  color: #ffffff;
  margin-top: 33px;
}

.p-information {
  position: relative;
  padding: 44px 27.5px;
}
@media screen and (max-width: 767px) {
  .p-information {
    padding: 10.6666666667vw 6.6666666667vw 10.6666666667vw 6.6666666667vw;
  }
}
.p-information__illust {
  position: absolute;
  top: -44px;
  right: 0px;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .p-information__illust {
    top: -10.6666666667vw;
    right: 0vw;
    width: 26.6666666667vw;
  }
}
.p-information__text {
  margin-top: 15.4px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-information__text {
    margin-top: 3.7333333333vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
.p-information__text strong {
  display: block;
  text-align: center;
  color: #FF0000;
}
.p-information__mail {
  position: relative;
  width: 346.5px;
  margin: 35.2px auto 0;
  background-color: #FFD800;
  border-radius: 11px;
  padding: 15.4px 0 8.8px;
}
@media screen and (max-width: 767px) {
  .p-information__mail {
    width: 84vw;
    margin: 8.5333333333vw auto 0vw auto;
    border-radius: 2.6666666667vw;
    padding: 3.7333333333vw 0vw 2.1333333333vw 0vw;
  }
}
.p-information__mail__lead {
  position: absolute;
  top: -0.75em;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0em;
  text-align: center;
  font-family: "Noto Serif Armenian", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-information__mail__lead {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.35;
    letter-spacing: 0em;
  }
}
.p-information__mail__main {
  text-align: center;
  color: #0F81B3;
  font-size: 28px;
  line-height: 1.3571428571;
  letter-spacing: 0em;
  font-family: "Noto Serif Armenian", serif;
}
@media screen and (max-width: 767px) {
  .p-information__mail__main {
    font-size: 28px;
    font-size: 7.4666666667vw;
    line-height: 1.3571428571;
    letter-spacing: 0em;
  }
}
.p-information__form {
  width: 346.5px;
  margin: 44px auto 0;
}
@media screen and (max-width: 767px) {
  .p-information__form {
    width: 84vw;
    margin: 10.6666666667vw auto 0vw auto;
  }
}
.p-information__form__label {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-information__form__label {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
.p-information__form__label strong {
  color: #FF0000;
  font-size: 90%;
}
.p-information__form__block {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-information__form__block {
    margin-top: 5.3333333333vw;
  }
}
.p-information__form__input {
  display: block;
  width: 100%;
  margin-top: 3.3px;
  padding: 9.9px 14.3px;
  border-radius: 4.4px;
  box-sizing: border-box;
  border: 1.1px solid #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 767px) {
  .p-information__form__input {
    margin-top: 0.8vw;
    padding: 2.4vw 3.4666666667vw 2.4vw 3.4666666667vw;
  }
}
.p-information__form__select {
  position: relative;
}
.p-information__form__select::after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../img/icon_drop.svg);
  background-size: 100%;
  top: 40%;
  right: 0.75em;
  background-repeat: no-repeat;
}
.p-information__form__select .p-information__form__option-a {
  display: none;
}
.p-information__form__select .p-information__form__option-b {
  display: none;
}
.p-information__form__select .p-information__form__option-c {
  display: none;
}
.p-information__form__select[data-select=a] .p-information__form__option-a {
  display: block;
}
.p-information__form__select[data-select=b] .p-information__form__option-b {
  display: block;
}
.p-information__form__select[data-select=c] .p-information__form__option-c {
  display: block;
}
.p-information__form__textarea {
  display: block;
  width: 100%;
  height: 6em;
  margin-top: 3.3px;
  padding: 9.9px 14.3px;
  border-radius: 4.4px;
  box-sizing: border-box;
  border: 1.1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-information__form__textarea {
    margin-top: 0.8vw;
    padding: 2.4vw 3.4666666667vw 2.4vw 3.4666666667vw;
  }
}
.p-information__check {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26.4px;
}
@media screen and (max-width: 767px) {
  .p-information__check {
    margin-top: 6.4vw;
  }
}
.p-information__check__box {
  width: 19.8px;
  height: 19.8px;
  margin-right: 11px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-information__check__box {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 2.6666666667vw;
  }
}
.p-information__check__label {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  color: #0F81B3;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-information__check__label {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
.p-information__form__notes {
  display: block;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  margin-top: 5.5px;
}
@media screen and (max-width: 767px) {
  .p-information__form__notes {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    margin-top: 1.3333333333vw;
  }
}
.p-information__caution {
  width: 345.4px;
  margin: 33px auto 0;
}
@media screen and (max-width: 767px) {
  .p-information__caution {
    width: 83.7333333333vw;
    margin: 8vw auto 0vw auto;
  }
}
.p-information__caution__headline {
  color: #000000;
  text-align: center;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-information__caution__headline {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
.p-information__submitWrap {
  opacity: 0.5;
  filter: grayscale(1);
  pointer-events: none;
}
.p-information__submitWrap.is-active {
  opacity: 1;
  filter: grayscale(0);
  pointer-events: all;
}
.p-information__submit {
  width: 100%;
  margin: 37.4px auto 0;
  background-color: #FFD800;
  color: #0F81B3;
  font-size: 26px;
  line-height: 1.6923076923;
  letter-spacing: 0em;
  padding: 6.6px 0;
  box-sizing: border-box;
  border-radius: 220px;
  border-top: 0px solid #0F81B3;
  border-right: 1.1px solid #0F81B3;
  border-bottom: 4.4px solid #0F81B3;
  border-left: 0px solid #0F81B3;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-information__submit {
    padding: 9.0666666667vw auto 0vw auto;
    font-size: 26px;
    font-size: 6.9333333333vw;
    line-height: 1.6923076923;
    letter-spacing: 0em;
    padding: 1.6vw 0vw 1.6vw 0vw;
    box-sizing: border-box;
    border-radius: 53.3333333333vw;
    border-top: 0px solid #0F81B3;
    border-right: 1.1px solid #0F81B3;
    border-bottom: 4.4px solid #0F81B3;
    border-left: 0px solid #0F81B3;
  }
}
.p-information__submit__notes {
  margin-top: 23.1px;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-information__submit__notes {
    margin-top: 5.6vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    letter-spacing: 0em;
  }
}
.p-information__submit__notes a {
  color: #0F81B3;
  cursor: pointer;
}
.p-information__submit__notes a:hover {
  text-decoration: underline;
}
.p-information__thanks {
  width: 350.9px;
  padding: 22px 11px;
  box-sizing: border-box;
  border: 2.2px solid #0F81B3;
  color: #0F81B3;
  margin-top: 69.3px;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-information__thanks {
    margin-top: 16.8vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    letter-spacing: 0em;
  }
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  z-index: 110;
}
.p-modal.is-active {
  opacity: 1;
  pointer-events: all;
}
.p-modal__inner {
  width: 319px;
  max-width: 95%;
  max-height: 90%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 3px solid #0F81B3;
  overflow: scroll;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 767px) {
  .p-modal__inner {
    width: 85.0666666667vw;
    padding: 8vw 8vw 8vw 8vw;
  }
}
.p-modal__list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-modal__list li {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-modal__list li::before {
  content: "●";
  display: block;
  color: #0F81B3;
  margin-right: 0.25em;
}
.p-modal__block {
  margin: 29px auto 0;
}
.p-modal__headline {
  display: block;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.25em;
  color: #0F81B3;
}
@media screen and (max-width: 767px) {
  .p-modal__headline {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}
.p-modal__text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-modal__text {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-modal__order {
  margin: 12px 0 12px;
  text-align: justify;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .p-modal__order {
    margin: 3.2vw auto 3.2vw auto;
  }
}
.p-modal__order__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-modal__order__row {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-modal__order__num {
  width: 1.5em;
  flex: 0 0 auto;
}
.p-modal__close {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-modal__close {
    margin-top: 8vw;
    margin-right: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-modal__close::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../img/icon_close.svg);
  background-size: 100% 100%;
  margin-right: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-modal__close::before {
    width: 6.6666666667vw;
    width: 6.6666666667vw;
  }
}

.p-footer {
  padding: 22px 0 44px;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 5.3333333333vw 0vw 10.6666666667vw 0vw;
  }
}
.p-footer__logo {
  width: 209px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 50.6666666667vw;
  }
}
.p-footer__logo:not(:first-child) {
  margin-top: 49.5px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo:not(:first-child) {
    margin-top: 12vw;
  }
}
.p-footer__logo img {
  width: 100%;
}
.p-footer__copy {
  display: block;
  margin-top: 27.5px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    margin-top: 6.6666666667vw;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.4;
    letter-spacing: 0em;
  }
}

.p-nav {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding-left: 10%;
  box-sizing: border-box;
  margin: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-nav {
    padding-left: 0;
    align-items: center;
  }
}
.p-nav__logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-nav__logo {
    display: block;
    width: 74.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__list {
    margin-bottom: 4.2666666667vw;
  }
}
.p-nav__list li {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  color: #0F81B3;
  border-left: 0px solid #0F81B3;
  transition: 0.3s;
}
.p-nav__list li:hover {
  padding-left: 5px;
  border-left: 5px solid #0F81B3;
}
@media screen and (max-width: 767px) {
  .p-nav__list li {
    margin-top: 6.4vw;
    font-size: 22px;
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
    letter-spacing: 0em;
    text-align: center;
  }
}
.p-nav__link {
  margin-top: 68px;
  font-size: 17px;
  line-height: 1.4705882353;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-nav__link {
    margin-top: 10.6666666667vw;
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 1.4705882353;
    letter-spacing: 0em;
  }
}

.p-sub {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  margin: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  z-index: 10;
}
.p-sub__logo {
  width: 52.4300441826%;
  margin: 0 auto;
}
.p-sub__logo img {
  width: 100%;
}
.p-sub__movie {
  width: 63.4756995582%;
  margin: 65px auto 35px;
}
.p-sub__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-sub__sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  margin: 29px auto 0px;
}
.p-sub__sns__icon {
  height: 35px;
}
.p-sub__sns__icon img {
  width: auto;
  height: 100%;
}
.p-sub__copy {
  display: block;
  margin: 42px auto 0;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
}

.p-feature {
  background-color: #FFD800;
  margin-top: 28px;
  padding-top: 30px;
  padding-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .p-feature {
    margin-top: 7.4666666667vw;
    padding-top: 8vw;
    padding-bottom: 12.5333333333vw;
  }
}
.p-feature__title {
  display: block;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: left;
  color: #0F81B3;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-feature__title {
    font-size: 40px;
    font-size: 10.6666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-feature__title span {
  display: inline-block;
  background-color: #FFD800;
  border: 1px solid #0F81B3;
  padding: 0 0.5em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-feature__title span {
    margin-top: 2.1333333333vw;
  }
}
.p-feature__topics {
  width: 329px;
  margin: 6px auto 0;
  filter: drop-shadow(-5px 5px 0px #094F6E);
}
@media screen and (max-width: 767px) {
  .p-feature__topics {
    width: 87.7333333333vw;
    margin: 1.6vw auto 0vw auto;
  }
}
.p-feature__topics__head {
  width: 88px;
  text-align: center;
  color: #0F81B3;
  background-color: #ffffff;
  border: 1px solid #0F81B3;
  border-bottom: 0 solid #000;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-feature__topics__head {
    width: 23.4666666667vw;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-feature__topics__main {
  background-color: #ffffff;
  border: 1px solid #0F81B3;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-feature__topics__main {
    padding: 2.6666666667vw 0vw 5.3333333333vw 0vw;
  }
}
.p-feature__topics__text {
  font-size: 32px;
  line-height: 1.4375;
  letter-spacing: 0em;
  color: #0F81B3;
}
@media screen and (max-width: 767px) {
  .p-feature__topics__text {
    font-size: 32px;
    font-size: 8.5333333333vw;
    line-height: 1.4375;
    letter-spacing: 0em;
  }
}
.p-feature__topics__text span {
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-feature__topics__text span {
    font-size: 40px;
    font-size: 10.6666666667vw;
    line-height: 1.15;
    letter-spacing: 0em;
  }
}
.p-feature__topics__caution {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-feature__topics__caution {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 1.6vw;
  }
}
.p-feature__topics__sub {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-feature__topics__sub {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    margin-top: 1.6vw;
  }
}
.p-feature__graph {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 329px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .p-feature__graph {
    width: 87.7333333333vw;
    margin: 5.3333333333vw auto 0vw auto;
  }
}
.p-feature__graph__box {
  width: 156px;
  height: 156px;
  background-color: #ffffff;
  border-radius: 100%;
  bottom: #0F81B3;
  border: 1px solid #0F81B3;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__graph__box {
    width: 41.6vw;
    height: 41.6vw;
  }
}
.p-feature__graph__headline {
  display: inline-block;
  width: 88px;
  background-color: #0F81B3;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 400;
  color: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-feature__graph__headline {
    width: 23.4666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}
.p-feature__graph__sub {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  margin-top: 9px;
  color: #0F81B3;
}
@media screen and (max-width: 767px) {
  .p-feature__graph__sub {
    margin-top: 2.4vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
.p-feature__graph__num {
  font-size: 56px;
  line-height: 0.8214285714;
  letter-spacing: 0em;
  margin-top: 0;
  color: #0F81B3;
}
@media screen and (max-width: 767px) {
  .p-feature__graph__num {
    font-size: 56px;
    font-size: 14.9333333333vw;
    line-height: 0.8214285714;
    letter-spacing: 0em;
  }
}
.p-feature__graph__text {
  text-align: center;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-feature__graph__text {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    letter-spacing: 0em;
    margin-top: 2.1333333333vw;
  }
}
.p-feature__graph__text small {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-feature__graph__text small {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-feature__graph__comment {
  position: relative;
  width: 329px;
  margin: 22px auto 0;
  background-color: #ffffff;
  padding: 17px;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-feature__graph__comment {
    width: 87.7333333333vw;
    margin: 5.3333333333vw auto 0vw auto;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.375;
    letter-spacing: 0em;
    padding: 4.5333333333vw 4.5333333333vw 4.5333333333vw 4.5333333333vw;
  }
}
.p-feature__graph__comment::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  margin: auto;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #ffffff;
  border-left: 18px solid transparent;
}
@media screen and (max-width: 767px) {
  .p-feature__graph__comment::before {
    border-top: 4.8vw solid transparent;
    border-right: 4.8vw solid transparent;
    border-bottom: 4.8vw solid #ffffff;
    border-left: 4.8vw solid transparent;
  }
}
.p-feature__graph__dl {
  margin: 16px auto 0;
  width: 329px;
}
@media screen and (max-width: 767px) {
  .p-feature__graph__dl {
    margin: 4.2666666667vw auto 0vw auto;
    width: 87.7333333333vw;
  }
}
.p-feature__graph__dt {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #0F81B3;
}
@media screen and (max-width: 767px) {
  .p-feature__graph__dt {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-feature__graph__dd {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  margin-top: 8px;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-feature__graph__dd {
    margin-top: 2.1333333333vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
.p-feature__graph__dd small {
  display: block;
  text-align: right;
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: 0em;
  margin-top: 8px;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-feature__graph__dd small {
    margin-top: 2.1333333333vw;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.8333333333;
    letter-spacing: 0em;
  }
}

.c-title {
  text-align: center;
}
.c-title--black {
  text-align: center;
}
.c-title--yellow {
  text-align: center;
}
.c-title--white {
  text-align: center;
}
.c-title--blueBlack {
  text-align: center;
}
.c-title--left {
  -moz-text-align-last: left;
       text-align-last: left;
}
.c-title__deco {
  display: block;
  font-size: 24px;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: "Noto Serif Armenian", serif;
  color: #0F81B3;
}
.c-title--yellow .c-title__deco {
  color: #FFD800;
}
.c-title--white .c-title__deco {
  color: #ffffff;
}
.c-title--blueBlack .c-title__deco {
  color: #0F81B3;
}
@media screen and (max-width: 767px) {
  .c-title__deco {
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}
.c-title__rub {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0F81B3;
}
.c-title--black .c-title__rub {
  color: #000000;
}
.c-title--yellow .c-title__rub {
  color: #FFD800;
}
.c-title--white .c-title__rub {
  color: #ffffff;
}
.c-title--blueBlack .c-title__rub {
  color: #0F81B3;
}
@media screen and (max-width: 767px) {
  .c-title__rub {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.c-title__small {
  display: block;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0F81B3;
}
.c-title--black .c-title__small {
  color: #000000;
}
.c-title--yellow .c-title__small {
  color: #FFD800;
}
.c-title--white .c-title__small {
  color: #ffffff;
}
.c-title--blueBlack .c-title__small {
  color: #0F81B3;
}
@media screen and (max-width: 767px) {
  .c-title__small {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
.c-title__main {
  display: block;
  font-size: 36px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0F81B3;
}
.c-title--black .c-title__main {
  color: #000000;
}
.c-title--yellow .c-title__main {
  color: #FFD800;
}
.c-title--white .c-title__main {
  color: #ffffff;
}
.c-title--blueBlack .c-title__main {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-title__main {
    font-size: 36px;
    font-size: 9.6vw;
    line-height: 1.4444444444;
    letter-spacing: 0em;
  }
}

.c-button, .c-button--blue02s, .c-button--blue02, .c-button--blue {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 279px;
  margin: 24px auto 0;
  padding: 15px 25px 15px 35px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 50px;
  color: #0F81B3;
  background-color: #FFD800;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-button, .c-button--blue02s, .c-button--blue02, .c-button--blue {
    width: 74.4vw;
    margin: 6.4vw auto 0vw auto;
    padding: 4vw 6.6666666667vw 4vw 9.3333333333vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.45;
    letter-spacing: 0em;
    border-radius: 13.3333333333vw;
  }
}
.c-button::after, .c-button--blue02s::after, .c-button--blue02::after, .c-button--blue::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("../img/icon_arrow.svg");
  background-size: cover;
}
.c-button--blue {
  background-color: #0F81B3;
  color: #FFD800;
}
.c-button--blue::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("../img/icon_arrow_y.svg");
  background-size: cover;
}
.c-button--blue02 {
  background-color: #0F81B3;
  color: #ffffff;
}
.c-button--blue02::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("../img/icon_arrow_w.svg");
  background-size: cover;
}
.c-button--blue02s {
  background-color: #0F81B3;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .c-button--blue02s {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
.c-button--blue02s small {
  text-align: center;
  width: 100%;
}
.c-button--blue02s::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("../img/icon_arrow_w.svg");
  background-size: cover;
}

.c-button02, .c-button02--yellow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 311px;
  margin: 24px auto 0;
  padding: 0 27px 0 29px;
  box-sizing: border-box;
  border-top: 2px solid #0F81B3;
  border-right: 4px solid #0F81B3;
  border-bottom: 4px solid #0F81B3;
  border-left: 2px solid #0F81B3;
  font-size: 18px;
  line-height: 1.2777777778;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 10px;
  color: #0F81B3;
  background-color: #ffffff;
  transition: 0.3s;
}
.c-button02::after, .c-button02--yellow::after {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  background-image: url("../img/icon_arrow02.svg");
  background-size: cover;
  transition: 0.3s;
}
.c-button02:hover::after, .c-button02--yellow:hover::after {
  transform: scale(0.9);
}
@media screen and (max-width: 767px) {
  .c-button02, .c-button02--yellow {
    width: 82.9333333333vw;
    margin: 6.4vw auto 0vw auto;
    padding: 0vw 7.2vw 0vw 7.7333333333vw;
    box-sizing: border-box;
    border-top: 2px solid #0F81B3;
    border-right: 4px solid #0F81B3;
    border-bottom: 4px solid #0F81B3;
    border-left: 2px solid #0F81B3;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.2777777778;
    letter-spacing: 0em;
    border-radius: 375, 10;
  }
  .c-button02::after, .c-button02--yellow::after {
    width: 17.6vw;
    height: 17.6vw;
  }
}
.c-button02--yellow {
  background-color: #FFD800;
}

/* pc,sp
------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .u-sp {
    display: none;
  }
}
@media screen and (min-width: 1025px), print {
  .u-sp {
    display: none;
  }
}

.u-fzset {
  font-size: 120%;
  display: inline-block;
  margin: 0 0.1em;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}