@charset "UTF-8";
/* Global Reset (html5doctor.com)
 * - Author: Richard Clark - http://richclarkdesign.com
------------------------------------------------------ */
/*----- for HTML5 -----*/
@import url("https://cdn.fonts.net/t/1.css?apiType=css&projectid=f94f474e-4442-4c06-a4bc-c165edfd8984");

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,
main,
menu,
nav,
section,
summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
  -webkit-backface-visibility: visible;
}

hr {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

input,
select {
  vertical-align: middle;
}

main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

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

ul,
ol {
  list-style: none;
}

strong,
b {
  font-weight: inherit;
}

em {
  font-style: normal;
}

address {
  font-style: normal;
}

hr,
legend {
  display: none;
}

time {
  display: inline-block;
}

sub,
sup {
  font-size: 60%;
  line-height: 1;
  position: relative;
  top: 0.6em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: top;
}

/* page */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Pseudo-element */
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: inherit;
}

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

figure {
  display: block;
}

button {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

:root {
  --blue_1: #00499F;
  --blue_2: #0074C1;
  --green: #A8D823;
  --gray_1: #5F5F5F;
  --gray_2: #868686;
  --gray_3: #A5A5A5;
  --gray_4: #BEBEBE;
  --error: #CC0000;
  --txt_black: #363636;
  --spWidth: 390;
  --pd-bottom-space: 240px;
}

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "shoraisans-custom";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url("/assets/fonts/wesmo/shoraisans/ShoraiSansLight_normal_normal.woff2") format("woff2"), url("/assets/fonts/wesmo/shoraisans/ShoraiSansLight_normal_normal.woff") format("woff");
}

@font-face {
  font-family: "shoraisans-custom";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url("/assets/fonts/wesmo/shoraisans/ShoraiSansRegular_normal_normal.woff2") format("woff2"), url("/assets/fonts/wesmo/shoraisans/ShoraiSansRegular_normal_normal.woff") format("woff");
}

@font-face {
  font-family: "shoraisans-custom";
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url("/assets/fonts/wesmo/shoraisans/ShoraiSansDemi_normal_normal.woff2") format("woff2"), url("/assets/fonts/wesmo/shoraisans/ShoraiSansDemi_normal_normal.woff") format("woff");
}

@font-face {
  font-family: "WESTERXSans-custom";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url("/assets/fonts/wesmo/westerxsans/WESTERXSans-Light.woff2") format("woff2"), url("/assets/fonts/wesmo/westerxsans/WESTERXSans-Light.woff") format("woff");
}

@font-face {
  font-family: "WESTERXSans-custom";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url("/assets/fonts/wesmo/westerxsans/WESTERXSans-Regular.woff2") format("woff2"), url("/assets/fonts/wesmo/westerxsans/WESTERXSans-Regular.woff") format("woff");
}

body {
  font-size: 1.4rem;
  font-family: "M PLUS Rounded 1c", WESTERXSans-custom, shoraisans-custom, YuGothic, "Yu Gothic", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #363636;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-block {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 100%;
  width: 1124px;
}

.u-block--1240 {
  width: 1300px;
}

@media screen and (max-width:767px) {
  .u-block {
    width: auto;
    padding-inline: calc(20 / var(--spWidth) * 100vw);
  }
}

@media screen and (max-width:767px) {
  .u-block-reset--sp {
    margin-inline: calc(-20 / var(--spWidth) * 100vw) !important;
  }
}

@media print,
screen and (min-width: 768px) {
  .u-hover {
    transition: ease opacity 0.3s;
  }

  .u-hover:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width:767px) {
  .u-show-pc {
    display: none !important;
  }
}

@media print,
screen and (min-width: 768px) {
  .u-show-sp {
    display: none !important;
  }
}

.u-color-white {
  color: #fff !important;
}

@media print,
screen and (min-width: 768px) {
  .u-text-center--pc {
    text-align: center !important;
  }
}

@media screen and (max-width:767px) {
  .u-text-center--sp {
    text-align: center !important;
  }
}

.u-font-mesmo {
  font-feature-settings: "calt" 1, "kern" 1, "liga" 1;
  -webkit-font-feature-settings: "calt" 1, "kern" 1, "liga" 1;
  -moz-font-feature-settings: "calt" 1, "kern" 1, "liga" 1;
  -moz-font-feature-settings: "calt=1, kern=1, liga=1";
  -ms-font-feature-settings: "calt" 1, "kern" 1, "liga" 1;
  -o-font-feature-settings: "calt" 1, "kern" 1, "liga" 1;
}

.l-container {
  background: #fff;
}

.l-main {
  overflow: hidden;
  margin: 0 auto;
  min-width: 1064px;
}

@media screen and (max-width:767px) {
  .l-main {
    min-width: 0;
  }
}

.c-headline-v1 {
  margin: 0 0 60px;
  font-size: 4.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
  font-feature-settings: "palt";
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width:767px) {
  .c-headline-v1 {
    font-size: calc(28 / var(--spWidth) * 100vw);
  }
}

.c-paragraph {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

@media screen and (max-width:767px) {
  .c-paragraph {
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.c-lead {
  font-size: 1.8rem;
  line-height: 1.8;
  text-indent: -0.08em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  text-align: center;
}

@media screen and (max-width:767px) {
  .c-lead {
    text-align: left;
    font-size: calc(14 / var(--spWidth) * 100vw);
  }
}

.c-lead-v2 {
  margin: 0 0 10px;
  font-size: 2.2rem;
  font-weight: 500;
}

@media screen and (max-width:767px) {
  .c-lead-v2 {
    margin: 0 0 calc(8 / var(--spWidth) * 100vw);
    font-size: calc(18 / var(--spWidth) * 100vw);
  }
}

.c-lead-v2>span {
  position: relative;
  padding: 0 0.3em;
  z-index: 5;
  background-image: linear-gradient(to top, #B1EA14, #E1FF8F 25%, transparent 40%);
}

.c-inlinelink {
  text-decoration: underline;
}

@media print,
screen and (min-width: 768px) {
  .c-inlinelink:hover {
    text-decoration: none;
    color: var(--green);
  }
}

.c-svg-sprite {
  display: none;
}

.c-arw {
  position: relative;
  display: inline-block;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: ease all 0.3s;
}

@media print,
screen and (min-width: 768px) {

  button:hover .c-arw>span,
  a:hover .c-arw>span {
    transform: scale(1);
  }
}

@media screen and (max-width:767px) {
  .c-arw {
    width: calc(32 / var(--spWidth) * 100vw);
  }
}

.c-arw::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 1px solid transparent;
  background: linear-gradient(to top, #fff, #fff) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) border-box;
  mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) border-box;
  -webkit-mask-composite: destination-out;
}

.c-arw::after {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  -webkit-mask: url(/mesmo_lp/assets/img/contents/arrow_white.svg);
  mask: url(/mesmo_lp/assets/img/contents/arrow_white.svg);
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  transition: ease background-color 0.2s;
}

@media screen and (max-width:767px) {
  .c-arw::after {
    width: 12px;
    -webkit-mask: url(/mesmo_lp/assets/img/contents/arrow_white.svg);
    mask: url(/mesmo_lp/assets/img/contents/arrow_white.svg);
  }
}

.c-arw--lg:before {
  background: linear-gradient(to top, var(--blue_2), #00499F) border-box;
}

.c-arw>span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to top, #00499F, var(--blue_2), #00BEEB);
  border-radius: 50%;
  transform: scale(0);
  transition: ease transform 0.2s;
}

.c-arw--blue:before {
  background-image: linear-gradient(to bottom, var(--blue_2), #00499F);
}

.c-arw--blue:after {
  background-color: var(--blue_1);
}

@media print,
screen and (min-width: 768px) {

  button:hover .c-arw--blue::before,
  a:hover .c-arw--blue::before {
    background-image: linear-gradient(to top, #00499F, var(--blue_2), #00BEEB);
  }

  button:hover .c-arw--blue:after,
  a:hover .c-arw--blue:after {
    background-color: #fff;
  }
}

.c-anclist {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 20px;
}

@media screen and (max-width:767px) {
  .c-anclist {
    margin-top: calc(56 / var(--spWidth) * 100vw);
  }
}

.c-anclist--grid3 {
  gap: 24px 20px;
  justify-content: space-between;
  grid-template-columns: repeat(3, auto);
  max-width: 790px;
  margin-inline: auto;
}

@media screen and (max-width:767px) {
  .c-anclist--grid3 {
    gap: 15px 12px;
    grid-template-columns: repeat(2, auto);
  }
}

.c-anclist--grid4 {
  gap: 24px 20px;
  justify-content: space-between;
  grid-template-columns: repeat(4, auto);
}

@media screen and (max-width:767px) {
  .c-anclist--grid4 {
    gap: 15px 12px;
    grid-template-columns: repeat(2, auto);
  }
}

@media print,
screen and (min-width: 768px) {
  .c-anclist--blue .c-anclist__item:hover {
    color: var(--blue_1);
  }
}

@media print,
screen and (min-width: 768px) {
  .c-anclist--white .c-arw>span {
    background: #fff !important;
  }

  .c-anclist--white .c-anclist__item:hover .c-arw:after {
    background-color: var(--blue_1);
  }
}

.c-anclist__item {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width:767px) {
  .c-anclist__item {
    font-size: calc(14 / var(--spWidth) * 100vw);
  }
}

.c-button {
  position: relative;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50px;
  overflow: hidden;
  transition: ease color 0.3s;
}

@media screen and (max-width:767px) {
  .c-button {
    border-width: 1px;
  }
}

.c-button>span {
  position: relative;
  z-index: 5;
  display: block;
}

.c-button svg {
  vertical-align: bottom;
}

.c-button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  background-color: #000;
  transition: ease transform 0.3s;
}

@media print,
screen and (min-width: 768px) {
  .c-button:hover:after {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.c-button--blue {
  border-color: var(--blue_1);
  color: var(--blue_1);
  font-size: 2.4rem;
  font-weight: 500;
}

.c-button--blue:after {
  background-color: var(--blue_1);
}

@media print,
screen and (min-width: 768px) {
  .c-button--blue:hover {
    color: #fff;
  }
}

@media screen and (max-width:767px) {
  .c-button--blue {
    font-size: calc(22 / var(--spWidth) * 100vw);
  }
}

.c-button--contact {
  margin-top: 30px;
  width: 342px;
  height: 78px;
}

@media screen and (max-width:767px) {
  .c-button--contact {
    height: calc(72 / var(--spWidth) * 100vw);
    width: 100%;
  }
}

.c-button--white {
  width: 287px;
  height: 68px;
  color: #fff;
  line-height: 1;
}

@media print,
screen and (min-width: 768px) {
  .c-button--white:hover {
    color: #00499F;
  }
}

@media screen and (max-width:767px) {
  .c-button--white {
    height: calc(56 / var(--spWidth) * 100vw);
    width: calc(216 / var(--spWidth) * 100vw);
  }
}

.c-button--white:after {
  background-color: #fff;
}

.c-button--store {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media screen and (max-width:767px) {
  .c-button--store {
    font-size: calc(18 / var(--spWidth) * 100vw);
  }
}

.c-documentbutton {
  padding: 2px;
  background-image: linear-gradient(to top, #F7F7F7, #F7F7F7);
  font-size: 2.8rem;
  color: #363636;
  border-radius: 50px;
  overflow: hidden;
  display: block;
  max-width: 100%;
  width: 468px;
  margin-inline: auto;
}

@media print,
screen and (min-width: 768px) {
  .c-documentbutton:hover {
    background-image: linear-gradient(to top, #92C30B, #D6FF66);
  }

  .c-documentbutton:hover .c-documentbutton__inner:after {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media screen and (max-width:767px) {
  .c-documentbutton {
    width: 100%;
    padding: 1px;
    font-size: calc(18 / var(--spWidth) * 100vw);
  }
}

.c-documentbutton__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  overflow: hidden;
  height: 96px;
  background-image: linear-gradient(to top, #92C30B, #D6FF66);
}

@media screen and (max-width:767px) {
  .c-documentbutton__inner {
    height: calc(62 / var(--spWidth) * 100vw);
  }
}

.c-documentbutton__inner>span {
  position: relative;
  z-index: 5;
  display: block;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 90%;
}

.c-documentbutton__inner:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  background-color: #fff;
  transition: ease transform 0.3s;
}

.c-videocard {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  margin: 70px 0 0;
}

@media screen and (max-width:767px) {
  .c-videocard {
    border-radius: 0;
    margin: calc(50 / var(--spWidth) * 100vw) 0 0;
  }
}

.c-videocard>img {
  border-radius: 31px;
}

@media screen and (max-width:767px) {
  .c-videocard>img {
    border-radius: 0;
  }
}

.c-videocard:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, #232528, rgba(35, 37, 40, 0.6));
  mix-blend-mode: multiply;
  transition: ease opacity 0.3s;
}

@media print,
screen and (min-width: 768px) {
  .c-videocard:hover {
    cursor: pointer;
  }

  .c-videocard:hover .c-videocard__play {
    background-color: #363636;
  }

  .c-videocard:hover:after {
    opacity: 0;
  }
}

.c-videocard__play {
  width: 120px;
  display: block;
  aspect-ratio: 1/1;
  background-color: #fff;
  -webkit-mask: url(/assets/img/wesmo/cmn_ic08.svg);
  mask: url(/assets/img/wesmo/cmn_ic08.svg);
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: ease background-color 0.3s;
}

@media screen and (max-width:767px) {
  .c-videocard__play {
    width: calc(44 / var(--spWidth) * 100vw);
  }
}

.c-videocard__overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-videocard__overlay img {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

.c-popup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 25px;
  min-height: 80px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  border-radius: 26px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(30, 32, 35, 0.1);
  font-weight: 500;
  text-indent: -0.08em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  color: var(--blue_1);
  white-space: nowrap;
}

@media screen and (max-width:767px) {
  .c-popup {
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.c-popup:before {
  position: absolute;
  z-index: 5;
  top: calc(100% - 1px);
  left: 20%;
  content: "";
  width: 21px;
  height: 13px;
  display: block;
  background: url(/mesmo_lp/assets/img/contents/cmn_bg01.svg) 50% 50% no-repeat;
  background-size: contain;
}

.c-popup--right:before {
  left: 85%;
  transform: rotateY(180deg);
}

.c-popup--right--top:before {
  left: 70%;
  top: auto;
  bottom: 100%;
  transform: rotate(180deg);
}

.p-section {
  position: relative;
}

.p-section--tab {
  position: relative;
  z-index: 5;
  border-radius: 20px 20px 0 0;
}

.p-section--about {
  padding: 105px 0 var(--pd-bottom-space);
  text-align: center;
  color: #fff;
}

@media screen and (max-width:767px) {
  .p-section--about {
    padding: calc(90 / var(--spWidth) * 100vw) 0 calc(120 / var(--spWidth) * 100vw);
  }
}

@media print,
screen and (min-width: 768px) {
  .p-section--point .c-lead {
    padding-left: 20px;
  }
}

.p-section--point .u-block {
  position: relative;
  padding-block: 80px 124px;
}

@media screen and (max-width:767px) {
  .p-section--point .u-block {
    padding-block: calc(80 / var(--spWidth) * 100vw);
  }
}

.p-section--cycle {
  padding: 130px 0 160px;
}

@media screen and (max-width:767px) {
  .p-section--cycle {
    padding: calc(65 / var(--spWidth) * 100vw) 0 calc(55 / var(--spWidth) * 100vw);
  }

  .p-section--cycle .c-headline-v1 {
    margin-bottom: calc(32 / var(--spWidth) * 100vw);
  }
}

.p-section--document {
  position: relative;
  z-index: 5;
  padding: 95px 0 100px;
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width:767px) {
  .p-section--document {
    padding: calc(56 / var(--spWidth) * 100vw) 0 calc(70 / var(--spWidth) * 100vw);
  }
}

.p-section--document .c-headline-v1 {
  margin: 0 0 28px;
}

@media screen and (max-width:767px) {
  .p-section--document .c-headline-v1 {
    margin: 0 0 calc(16 / var(--spWidth) * 100vw);
  }
}

.p-section--document .c-documentbutton {
  margin-top: 30px;
}

@media screen and (max-width:767px) {
  .p-section--document .c-documentbutton {
    margin-top: calc(15 / var(--spWidth) * 100vw);
  }
}

.p-section--document .u-block {
  position: relative;
}

.p-section--step {
  position: relative;
  z-index: 5;
  padding: 90px 0 115px;
  background: #F5F6F8;
}

@media screen and (max-width:767px) {
  .p-section--step {
    padding: calc(65 / var(--spWidth) * 100vw) 0 calc(70 / var(--spWidth) * 100vw);
  }
}

.p-section--step .c-headline-v1 {
  margin: 0 0 28px;
}

@media screen and (max-width:767px) {
  .p-section--step .c-headline-v1 {
    margin: 0 0 calc(32 / var(--spWidth) * 100vw);
  }
}

.p-section--method {
  position: relative;
  z-index: 5;
  padding: 130px 0 var(--pd-bottom-space);
  min-height: 100vh;
  background-color: #fff;
}

@media screen and (max-width:767px) {
  .p-section--method {
    min-height: auto;
    padding: calc(64 / var(--spWidth) * 100vw) 0 calc(120 / var(--spWidth) * 100vw);
  }
}

.p-section--method .c-headline-v1 {
  margin: 0 0 28px;
}

@media screen and (max-width:767px) {
  .p-section--method .c-headline-v1 {
    margin: 0 0 calc(23 / var(--spWidth) * 100vw);
  }
}

.p-section--price {
  padding: 0 0 var(--pd-bottom-space);
  background-image: linear-gradient(to bottom, #E1E4E7, #F9F9F9 8%, #fff);
}

@media print,
screen and (min-width: 768px) {
  .p-section--price {
    min-height: 100vh;
  }
}

@media screen and (max-width:767px) {
  .p-section--price {
    min-height: 100vh;
    padding: 0 0 calc(80 / var(--spWidth) * 100vw);
  }
}

.p-section--price .c-headline-v1 {
  margin: 0 0 60px;
}

@media screen and (max-width:767px) {
  .p-section--price .c-headline-v1 {
    margin: 0 0 calc(36 / var(--spWidth) * 100vw);
  }
}

.p-section--priceaside {
  position: relative;
  z-index: 5;
  padding: 0 0 var(--pd-bottom-space);
}

@media screen and (max-width:767px) {
  .p-section--priceaside {
    padding: 0 0 calc(120 / var(--spWidth) * 100vw);
  }
}

.p-section--faq {
  padding: 150px 0;
}

@media screen and (max-width:767px) {
  .p-section--faq {
    padding: calc(80 / var(--spWidth) * 100vw) 0 calc(95 / var(--spWidth) * 100vw);
  }
}

.p-section--faq .c-headline-v1 {
  margin: 0 0 90px;
}

@media screen and (max-width:767px) {
  .p-section--faq .c-headline-v1 {
    margin: 0 0 calc(40 / var(--spWidth) * 100vw);
  }
}

.p-section--event {
  padding: 130px 0 90px;
}

@media screen and (max-width:767px) {
  .p-section--event {
    padding: calc(70 / var(--spWidth) * 100vw) 0 calc(90 / var(--spWidth) * 100vw);
  }
}

.p-section--event .c-headline-v1 {
  margin-bottom: 40px;
}

@media screen and (max-width:767px) {
  .p-section--event .c-headline-v1 {
    margin-bottom: calc(16 / var(--spWidth) * 100vw);
  }
}

.p-section--gray {
  background-image: linear-gradient(to top, #F9F9F9, #E1E4E7);
}

.p-section--blue {
  background-image: linear-gradient(to top, var(--blue_2), #00499F);
}

.p-fixnav {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px 25px;
  white-space: nowrap;
  font-size: 1.4rem;
  mix-blend-mode: exclusion;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

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

.is-contents .p-fixnav {
  opacity: 1;
  pointer-events: all;
}

.p-fixnav__list a {
  color: #363636;
}

.p-fixnav__list a.is-current {
  color: #A5A5A5;
}

@media print,
screen and (min-width: 768px) {
  .p-fixnav__list a:hover {
    color: #A5A5A5;
  }
}

.init-smoothscroll .p-fixnav__list a {
  transition: none !important;
  color: #363636 !important;
}

.p-mv {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.p-mv__bg {
  height: 0;
}

.p-mv__bg__inner {
  position: relative;
}

.p-mv__bg__cover img,
.p-mv__bg__cover video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mv__contents {
  position: relative;
  z-index: 5;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 88px;
  padding-bottom: 400px;
}

@media screen and (max-width:767px) {
  .p-mv__contents {
    padding: 0 calc(20 / var(--spWidth) * 100vw) calc(400 / var(--spWidth) * 100vw);
  }
}

.p-mv__title {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  height: 100vh;
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .p-mv__title {
    width: calc(200 / var(--spWidth) * 100vw);
  }
}

.p-mv__text {
  position: relative;
  z-index: 5;
  margin-top: 2.5em;
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 2;
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .p-mv__text {
    letter-spacing: 0.12em;
    font-size: calc(14 / var(--spWidth) * 100vw);
  }
}

.p-mv__lead {
  position: relative;
  z-index: 5;
  margin-top: 75px;
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .p-mv__lead {
    margin-top: calc(45 / var(--spWidth) * 100vw);
  }
}

.p-mv__bnr {
  position: relative;
  z-index: 10;
  display: block;
  margin-top: 500px;
}

@media print,
screen and (min-width: 768px) {
  .p-mv__bnr {
    transition: ease opacity 0.5s;
  }

  .p-mv__bnr:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width:767px) {
  .p-mv__bnr {
    margin-top: calc(288 / var(--spWidth) * 100vw);
  }
}

.p-mv__bnr img {
  filter: drop-shadow(0 0 10px #1e2023);
}

.p-mv__follower {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}

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

.p-mv__follower__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.22);
  pointer-events: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
  transition: ease opacity 0.3s;
}

.is-contents .p-mv__follower__inner {
  opacity: 0;
}

.p-mv__follower__inner:after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 33px;
  height: 33px;
  background-color: #fff;
  -webkit-mask: url(/assets/img/wesmo/cmn_ic08.svg);
  mask: url(/assets/img/wesmo/cmn_ic08.svg);
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.p-mv__badge {
  position: relative;
  z-index: 2;
  height: 0;
  pointer-events: none;
}

.p-mv__badge__inner {
  position: relative;
  height: 100vh;
}

.c-startbadge {
  position: absolute;
  z-index: 10;
  bottom: 25px;
  right: 25px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 280px;
  background-image: linear-gradient(to bottom, #00499F, var(--blue_2), #00BEEB);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  padding-top: 1.2%;
}

@media screen and (max-width:767px) {
  .c-startbadge {
    bottom: calc(25 / var(--spWidth) * 100vw);
    right: calc(15 / var(--spWidth) * 100vw);
    width: calc(216 / var(--spWidth) * 100vw);
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.c-startbadge__logo {
  margin: 5px auto 25px;
  width: 176px;
}

@media screen and (max-width:767px) {
  .c-startbadge__logo {
    margin: 5 0 calc(14 / var(--spWidth) * 100vw);
    width: calc(150 / var(--spWidth) * 100vw);
  }
}

.c-startbadge__tx01 {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (max-width:767px) {
  .c-startbadge__tx01 {
    margin-top: calc(15 / var(--spWidth) * 100vw);
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.c-startbadge__tx02 {
  font-size: 1.6rem;
  line-height: 1.6;
  background: linear-gradient(to bottom, #E1FF8F, #B1EA14);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width:767px) {
  .c-startbadge__tx02 {
    font-size: calc(12 / var(--spWidth) * 100vw);
    line-height: 1.5;
    text-align: center;
  }
}

.c-startbadge__tx03 {
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width:767px) {
  .c-startbadge__tx03 {
    margin-top: 0.2em;
    font-size: calc(14 / var(--spWidth) * 100vw);
  }
}

.c-startbadge__icon {
  position: absolute;
  z-index: 5;
  top: -53px;
  left: 111px;
  width: 136px;
}

@media screen and (max-width:767px) {
  .c-startbadge__icon {
    top: calc(-20 / var(--spWidth) * 100vw);
    left: auto;
    right: calc(18 / var(--spWidth) * 100vw);
    width: calc(70 / var(--spWidth) * 100vw);
  }
}

.p-mv__playmovie--sp {
  position: absolute;
  top: calc(100dvh - 7.6923076923vw);
  left: calc(20 / var(--spWidth) * 100vw);
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  gap: 0 5px;
  transform: translateY(-50%);
}

.p-mv__playmovie--sp:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  -webkit-mask: url(/assets/img/wesmo/cmn_ic08.svg);
  mask: url(/assets/img/wesmo/cmn_ic08.svg);
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.p-about__title {
  font-weight: 500;
}

.p-about__title__sub {
  display: block;
  text-indent: -0.08em;
  letter-spacing: 0.08em;
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 600;
}

@media screen and (max-width:767px) {
  .p-about__title__sub {
    font-size: calc(18 / var(--spWidth) * 100vw);
  }
}

.p-about__title__main {
  display: block;
  text-indent: -0.08em;
  letter-spacing: 0.08em;
  font-size: 4rem;
  font-weight: 600;
}

@media screen and (max-width:767px) {
  .p-about__title__main {
    font-size: calc(18 / var(--spWidth) * 100vw);
  }
}

.p-about__logo {
  margin: 25px auto 0;
  width: 413px;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-about__logo {
    margin: calc(25 / var(--spWidth) * 100vw) auto 0;
    width: calc(250 / var(--spWidth) * 100vw);
  }

  .p-about__logo img {
    margin: calc(-10 / var(--spWidth) * 100vw) auto 0;
    width: calc(250 / var(--spWidth) * 100vw);
  }
}

.p-about__logo__kana {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.016em;
}

@media screen and (max-width:767px) {
  .p-about__logo__kana {
    font-size: calc(16 / var(--spWidth) * 100vw);
  }
}

.p-about__videotext {
  width: 508px;
}

@media screen and (max-width:767px) {
  .p-about__videotext {
    width: calc(223 / var(--spWidth) * 100vw);
  }
}

.p-about__videotext circle {
  stroke: #fff;
  transition: ease all 0.3s;
}

.p-about__videotext path {
  fill: #fff;
  transition: ease all 0.3s;
}

@media print,
screen and (min-width: 768px) {
  .c-videocard:hover .p-about__videotext circle {
    stroke: #f3f4f6;
  }

  .c-videocard:hover .p-about__videotext path {
    fill: #f3f4f6;
  }
}

.p-about__paragraph {
  margin-top: 25px;
  font-size: 2.5rem;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .p-about__paragraph {
    margin-top: calc(20 / var(--spWidth) * 100vw);
    font-size: calc(14 / var(--spWidth) * 100vw);
    text-align: left;
  }
}

.p-about__logoicon--top {
  position: absolute;
  z-index: 2;
  top: -50px;
  left: calc(50% + 340px);
  width: 290px;
}

@media screen and (max-width:767px) {
  .p-about__logoicon--top {
    top: calc(-56 / var(--spWidth) * 100vw);
    left: auto;
    right: calc(30 / var(--spWidth) * 100vw);
    width: calc(143 / var(--spWidth) * 100vw);
  }
}

.p-about__bottom {
  margin-top: 70px;
}

@media screen and (max-width:767px) {
  .p-about__bottom {
    margin-top: calc(50 / var(--spWidth) * 100vw);
  }
}

.p-about__news {
  margin: 80px 0 0;
  padding: 25px 70px 35px;
  border-radius: 30px;
  background-image: linear-gradient(135deg, white 0%, rgba(255, 255, 255, 0.4) 100%);
  color: var(--txt_black);
}

@media screen and (max-width:767px) {
  .p-about__news {
    border-radius: 20px;
    margin: calc(54 / var(--spWidth) * 100vw) 0 0;
    padding: calc(20 / var(--spWidth) * 100vw) calc(12 / var(--spWidth) * 100vw) calc(34 / var(--spWidth) * 100vw);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 100%);
  }
}

.p-about__news__title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .p-about__news__title {
    margin: 0 0 calc(10 / var(--spWidth) * 100vw);
    font-size: calc(18 / var(--spWidth) * 100vw);
  }
}

.p-about__news__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

@media screen and (max-width:767px) {
  .p-about__news__list {
    gap: calc(14 / var(--spWidth) * 100vw);
  }
}

.p-about__news__list__block {
  display: flex;
  gap: 0 1em;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .p-about__news__list__block {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: calc(13 / var(--spWidth) * 100vw);
    text-align: left;
  }
}

.p-about__news__list__date {
  color: var(--blue_1);
}

.p-about__note {
  margin-top: 24px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-about__note {
    margin-top: calc(20 / var(--spWidth) * 100vw);
    font-size: calc(13 / var(--spWidth) * 100vw);
    text-align: left;
  }
}

.p-point__popup01 {
  padding-left: 10px;
  margin-bottom: 35px;
}

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

.p-point__popup01 .c-popup {
  font-size: 2.4rem;
  width: 370px;
}

@media screen and (max-width:767px) {
  .p-point__popup01 .c-popup {
    width: auto;
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-point__popup__note {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 28px;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}

.p-point__popup__main {
  position: relative;
  top: 5px;
}

.p-point__logoicon--top {
  position: absolute;
  z-index: 5;
  top: -65px;
  left: 1020px;
  width: 230px;
}

@media screen and (max-width:767px) {
  .p-point__logoicon--top {
    top: calc(-28 / var(--spWidth) * 100vw);
    left: calc(30 / var(--spWidth) * 100vw);
    width: calc(120 / var(--spWidth) * 100vw);
  }
}

.p-point__logoicon--middle {
  position: absolute;
  z-index: 2;
  top: 360px;
  right: 1072px;
  width: 280px;
}

@media screen and (max-width:767px) {
  .p-point__logoicon--middle {
    top: auto;
    bottom: calc(-28 / var(--spWidth) * 100vw);
    left: calc(30 / var(--spWidth) * 100vw);
    width: calc(120 / var(--spWidth) * 100vw);
  }
}

.p-point__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin: 0 0 45px;
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "palt";
  color: var(--blue_1);
}

@media screen and (max-width:767px) {
  .p-point__title {
    display: block;
    margin: 0 0 calc(26 / var(--spWidth) * 100vw);
    font-size: calc(28 / var(--spWidth) * 100vw);
  }
}

.p-point__title img {
  flex-shrink: 0;
  width: 124px;
}

@media screen and (max-width:767px) {
  .p-point__title img {
    display: none;
  }
}

.p-point__group {
  margin-top: 60px;
  padding: 80px 54px 90px;
  border-radius: 30px;
  background-color: #fff;
}

@media screen and (max-width:767px) {
  .p-point__group {
    border-radius: 20px;
    margin-top: calc(30 / var(--spWidth) * 100vw);
    padding: calc(30 / var(--spWidth) * 100vw) calc(10 / var(--spWidth) * 100vw) calc(40 / var(--spWidth) * 100vw);
  }
}

.p-point__group__title {
  margin: 0 0 73px;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-point__group__title {
    margin: 0 auto calc(30 / var(--spWidth) * 100vw);
    width: calc(90 / var(--spWidth) * 100vw);
  }
}

.p-point__group__logolist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 10px;
  place-content: center;
  place-items: center;
}

@media screen and (max-width:767px) {
  .p-point__group__logolist {
    gap: 40px 40px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width:767px) {
  .p-point__seminar__popup--sp {
    margin-top: calc(56 / var(--spWidth) * 100vw);
    text-align: center;
    color: var(--gray_1);
  }
}

.p-point__seminar {
  position: relative;
  margin: 150px auto 115px;
  padding: 70px 60px;
  max-width: 830px;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #00499F, var(--blue_2), #00BEEB);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 63px;
}

@media print,
screen and (min-width: 768px) {
  .p-point__seminar:hover .c-arw {
    transform: translateX(8px);
  }

  .p-point__seminar:hover .p-point__seminar__popup01,
  .p-point__seminar:hover .p-point__seminar__popup02 {
    transform: scale(1.11);
  }

  .p-point__seminar:hover .p-point__seminar__image:after {
    opacity: 0;
  }
}

@media screen and (max-width:767px) {
  .p-point__seminar {
    margin: calc(8 / var(--spWidth) * 100vw) 0 0;
    padding: 0;
    max-width: 100%;
    background: none;
    border-radius: 20px;
    overflow: hidden;
  }
}

.p-point__seminar__detail {
  margin-left: 10px;
  width: 309px;
}

@media screen and (max-width:767px) {
  .p-point__seminar__detail {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: rgba(25, 28, 26, 0.7);
  }
}

.p-point__seminar__image {
  position: relative;
  width: 338px;
  border-radius: 20px;
  overflow: hidden;
}

@media print,
screen and (min-width: 768px) {
  .p-point__seminar__image:after {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 19px;
    background: rgba(25, 28, 26, 0.3);
    content: "";
    display: block;
    transition: ease opacity 0.3s;
  }
}

@media screen and (max-width:767px) {
  .p-point__seminar__image {
    width: auto;
  }
}

@media screen and (max-width:767px) {
  .p-point__seminar__title {
    width: calc(206 / var(--spWidth) * 100vw);
  }
}

.p-point__seminar__more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-top: 50px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-point__seminar__more {
    gap: calc(3 / var(--spWidth) * 100vw);
    flex-direction: column;
    font-size: calc(14 / var(--spWidth) * 100vw);
    margin-top: calc(20 / var(--spWidth) * 100vw);
  }
}

.p-point__seminar__more .c-arw {
  width: 50px;
}

@media print,
screen and (min-width: 768px) {
  .p-point__seminar__more .c-arw:after {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}

@media screen and (max-width:767px) {
  .p-point__seminar__more .c-arw {
    transform: rotate(-90deg);
    width: calc(37 / var(--spWidth) * 100vw);
  }
}

.p-point__seminar__popup01 {
  position: absolute;
  left: -85px;
  bottom: -20px;
  transition: ease transform 0.3s;
}

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

.p-point__seminar__popup01 .c-popup--right--top:before {
  bottom: 99%;
}

.p-point__seminar__popup02 {
  position: absolute;
  right: -50px;
  top: -40px;
  transition: ease transform 0.3s;
}

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

.p-entry {
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .p-entry .p-cv-layout {
    align-items: flex-start;
  }

  .p-entry .c-button--white {
    height: 100px;
    width: 330px;
    font-size: 2.8rem;
  }

  .p-entry .c-documentbutton {
    width: 446px;
  }
}

@media screen and (max-width:767px) {
  .p-entry {
    min-height: 100vh;
    background-color: #00499F;
  }

  .p-entry .p-cv-layout {
    gap: calc(52 / var(--spWidth) * 100vw) 0;
  }

  .p-entry .c-button--white {
    height: calc(56 / var(--spWidth) * 100vw);
    width: calc(216 / var(--spWidth) * 100vw);
    font-size: calc(18 / var(--spWidth) * 100vw);
  }

  .p-entry .c-documentbutton {
    font-size: calc(18 / var(--spWidth) * 100vw);
    width: calc(290 / var(--spWidth) * 100vw);
  }
}

.p-entry__header {
  padding: 110px 0;
  background: url(/mesmo_lp/assets/img/contents/cmn_logo05.png) 50% 50% no-repeat, linear-gradient(to bottom, #00499F, var(--blue_2), #00BEEB);
}

@media screen and (max-width:767px) {
  .p-entry__header {
    padding: calc(80 / var(--spWidth) * 100vw) 0;
    background: url(/mesmo_lp/assets/img/contents/cmn_logo05.png) 15% 50% no-repeat, linear-gradient(to top, #00499F, var(--blue_2), #00BEEB);
    background-size: auto 100%;
  }
}

.p-entry__header .u-block {
  position: relative;
}

.p-entry__title {
  margin: 0 0 130px;
  font-size: 4rem;
  font-weight: 500;
  text-indent: -0.08em;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media screen and (max-width:767px) {
  .p-entry__title {
    margin: 0 calc(-10 / var(--spWidth) * 100vw) calc(38 / var(--spWidth) * 100vw);
    font-size: calc(28 / var(--spWidth) * 100vw);
  }
}

@media screen and (max-width:767px) {
  .c-logoicon {
    width: calc(120 / var(--spWidth) * 100vw);
  }
}

.p-entry__popup01 {
  position: absolute;
  z-index: 2;
  left: 50px;
  top: 115px;
}

.p-entry__popup01 .c-popup {
  width: 205px;
}

.p-entry__popup02 {
  position: absolute;
  z-index: 2;
  right: 60px;
  top: 115px;
}

.p-entry__popup02 .c-popup {
  width: 200px;
}

.p-entry__popup03 {
  position: absolute;
  z-index: 2;
  right: 105px;
  top: -54px;
}

.p-entry__popup03 .c-popup {
  width: 200px;
}

.p-entry__bg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width:767px) {
  .p-entry__bg img {
    height: calc(306 / var(--spWidth) * 100vw);
  }
}

@media screen and (max-width:767px) {
  .p-entry_label--sp {
    margin: 0 0 calc(10 / var(--spWidth) * 100vw);
    font-size: calc(14 / var(--spWidth) * 100vw);
    text-align: center;
    letter-spacing: 0.08em;
  }
}

.p-entry__logoicon {
  position: absolute;
  z-index: 5;
  top: calc(-50 / var(--spWidth) * 100vw);
  right: calc(64 / var(--spWidth) * 100vw);
  width: calc(120 / var(--spWidth) * 100vw);
}

.p-entry__bottomnotice {
  margin: 70px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}

@media screen and (max-width:767px) {
  .p-entry__bottomnotice {
    margin: calc(50 / var(--spWidth) * 100vw) auto 0;
    width: 100%;
  }

  .p-entry__bottomnotice .p-cv-notice {
    margin: 0;
  }
}

.p-merit {
  position: relative;
  z-index: 5;
}

.p-merit__header {
  border-radius: 30px 30px 0 0;
  padding: 70px 0 70px;
  background-image: linear-gradient(to top, var(--blue_2), #00499F);
  color: #fff;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-merit__header {
    padding: calc(50 / var(--spWidth) * 100vw) 0 calc(40 / var(--spWidth) * 100vw);
  }
}

.p-merit__header .u-block {
  position: relative;
}

.p-merit__header__popup {
  position: absolute;
  top: -10px;
  left: calc(50% + 30px);
  transform: translateX(-400px);
}

@media screen and (max-width:767px) {
  .p-merit__header__popup {
    margin-left: calc(15 / var(--spWidth) * 100vw);
    margin-bottom: calc(30 / var(--spWidth) * 100vw);
    position: static;
    transform: none;
  }
}

.p-merit__header__popup .c-popup {
  width: 160px;
  min-height: 70px;
}

@media screen and (max-width:767px) {
  .p-merit__header__popup .c-popup {
    border-radius: 20px;
    padding: 5px;
    width: calc(115 / var(--spWidth) * 100vw);
    min-height: calc(50 / var(--spWidth) * 100vw);
    color: var(--gray_1);
  }
}

.p-merit__header__popup .c-popup:before {
  left: 65%;
}

.p-merit__title {
  margin: 0 0 20px;
}

@media screen and (max-width:767px) {
  .p-merit__title {
    margin: 0 auto calc(30 / var(--spWidth) * 100vw);
    width: calc(300 / var(--spWidth) * 100vw);
  }

  .p-merit__title img {
    width: 100%;
  }
}

.p-merit__detail {
  background-image: linear-gradient(to bottom, var(--blue_2), #00499F);
}

@media print,
screen and (min-width: 768px) {
  .p-merit__detail {
    padding: 85px 0 var(--pd-bottom-space);
  }
}

@media screen and (max-width:767px) {
  .p-merit__detail {
    padding: calc(44 / var(--spWidth) * 100vw) 0 calc(120 / var(--spWidth) * 100vw);
  }
}

.p-merit__feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media screen and (max-width:767px) {
  .p-merit__feature {
    gap: calc(16 / var(--spWidth) * 100vw);
  }
}

.p-merit__feature__section {
  position: relative;
  background-color: #fff;
}

@media print,
screen and (min-width: 768px) {
  .p-merit__feature__section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 34px;
    border-radius: 30px;
    padding: 30px 65px 30px 68px;
  }

  .p-merit__feature__section.is-large {
    padding-block: 48px;
  }
}

@media screen and (max-width:767px) {
  .p-merit__feature__section {
    display: block;
    padding: calc(20 / var(--spWidth) * 100vw) calc(16 / var(--spWidth) * 100vw) calc(30 / var(--spWidth) * 100vw);
    border-radius: 20px;
    transform: scale(0.6);
    transform-origin: 50% 100%;
    opacity: 0;
  }

  .p-merit__feature__section.is-show {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}

.p-merit__feature__count {
  position: absolute;
  z-index: 5;
  top: 14px;
  left: 16px;
  display: block;
  color: #000;
  font-style: normal;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1;
  background-image: linear-gradient(to top, #92C30B, #D6FF66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width:767px) {
  .p-merit__feature__count {
    position: static;
    font-size: calc(32 / var(--spWidth) * 100vw);
    margin-bottom: 0.2em;
  }
}

.is-large .p-merit__feature__count {
  font-size: 4rem;
}

@media screen and (max-width:767px) {
  .is-large .p-merit__feature__count {
    font-size: calc(40 / var(--spWidth) * 100vw);
  }
}

.p-merit__feature__title {
  flex-shrink: 0;
  font-weight: 500;
  color: var(--blue_1);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

@media screen and (max-width:767px) {
  .p-merit__feature__title {
    font-size: calc(23 / var(--spWidth) * 100vw);
  }
}

.p-merit__feature__title.is-size01 {
  font-size: 3rem;
}

@media screen and (max-width:767px) {
  .p-merit__feature__title.is-size01 {
    font-size: calc(21 / var(--spWidth) * 100vw);
  }
}

.p-merit__feature__title.is-size02 {
  font-size: 3rem;
}

@media screen and (max-width:767px) {
  .p-merit__feature__title.is-size02 {
    font-size: calc(26 / var(--spWidth) * 100vw);
  }
}

.p-merit__feature__title__note {
  display: block;
  margin-top: 6px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .p-merit__feature__title__note {
    font-size: calc(11 / var(--spWidth) * 100vw);
  }
}

.p-merit__feature__text {
  max-width: 524px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

@media screen and (max-width:767px) {
  .p-merit__feature__text {
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-merit__feature__note {
  margin-top: 0.5em;
  font-size: calc(11 / var(--spWidth) * 100vw);
  color: var(--blue_1);
}

.p-merit__notelist {
  margin: 80px auto 0;
  max-width: 770px;
  color: #fff;
  counter-reset: number;
}

@media screen and (max-width:767px) {
  .p-merit__notelist {
    margin: calc(40 / var(--spWidth) * 100vw) 0 0;
  }
}

.p-merit__notelist>li {
  position: relative;
  margin-top: 1em;
  padding-left: 3em;
  line-height: 1.6;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-weight: 500;
  counter-increment: number;
}

@media screen and (max-width:767px) {
  .p-merit__notelist>li {
    margin-top: 0.8em;
    line-height: 1.8;
    font-size: calc(12 / var(--spWidth) * 100vw);
  }
}

.p-merit__notelist>li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "※" counter(number);
  font-weight: 500;
}

@media print,
screen and (min-width: 768px) {
  .p-merit__outline {
    height: 200vh;
    overflow: hidden;
    background-color: #d2f5ff;
  }
}

.p-merit__outline__contents {
  overflow: hidden;
}

@media print,
screen and (min-width: 768px) {
  .p-merit__outline__contents {
    margin-inline: auto;
    max-width: 1440px;
  }
}

.p-merit__outline__bg img {
  background-color: #d2f5ff;
}

@media print,
screen and (min-width: 768px) {
  .p-merit__outline__bg {
    overflow: hidden;
  }

  .p-merit__outline__bg img {
    width: 100%;
    height: calc(100vh - 80px);
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(2);
    transform-origin: 50% 0%;
    background-color: transparent;
  }
}

.p-merit__outline__anc__item {
  position: absolute;
  opacity: 0;
  z-index: 5;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 30px 25px;
}

.p-merit__outline__anc__item::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 4px solid transparent;
  background: linear-gradient(to top, #00499F, var(--blue_2), #00BEEB) border-box;
  -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) border-box;
  mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}

.p-merit__outline__anc__item.is-item01 {
  top: 25px;
  right: 62px;
  width: 456px;
  height: 230px;
  padding-top: 40px;
  padding-left: 133px;
}

.p-merit__outline__anc__item.is-item02 {
  top: 145px;
  left: 65px;
  height: 165px;
  width: 456px;
  padding-left: 143px;
}

.p-merit__outline__anc__item.is-item03 {
  bottom: 62px;
  left: 68px;
  width: 400px;
  padding-left: 80px;
}

.p-merit__outline__anc__item.is-item04 {
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  padding-left: 110px;
}

.p-merit__outline__anc__item.is-item05 {
  bottom: 14px;
  right: 128px;
  width: 400px;
  padding-left: 90px;
}

.p-merit__outline__anc__item .c-arw {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 25px;
  width: 38px;
}

.p-merit__outline__anc__item.is-large .c-arw {
  left: 30px;
  bottom: 30px;
  width: 56px;
}

.p-merit__outline__anc__count {
  position: absolute;
  top: 10px;
  left: 18px;
  display: block;
  color: #000;
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  background-image: linear-gradient(to top, #92C30B, #D6FF66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.is-large .p-merit__outline__anc__count {
  top: 15px;
  left: 25px;
  font-size: 6.4rem;
}

.p-merit__outline__anc__title {
  text-align: center;
  color: var(--blue_1);
  line-height: 1.5;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}

.is-large .p-merit__outline__anc__title {
  font-size: 2.5rem;
}

.p-merit__outline__anc__note {
  position: absolute;
  bottom: 13px;
  right: 25px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: var(--blue_1);
}

.p-cycle__subtitle {
  margin: 0 0 30px;
}

@media screen and (max-width:767px) {
  .p-cycle__subtitle {
    margin: 0 0 calc(25 / var(--spWidth) * 100vw);
  }
}

.p-cycle__note {
  margin: 40px 0 0;
  color: var(--gray_1);
  letter-spacing: 0.08em;
  font-size: 1.3rem;
}

@media screen and (max-width:767px) {
  .p-cycle__note {
    margin: calc(24 / var(--spWidth) * 100vw) 0 0;
  }
}

.p-cycle-layout {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 7.5471698113%;
}

@media screen and (max-width:767px) {
  .p-cycle-layout {
    flex-direction: column-reverse;
  }
}

.p-cycle-layout__image {
  flex-shrink: 0;
  width: 524px;
}

@media screen and (max-width:767px) {
  .p-cycle-layout__image {
    margin: calc(24 / var(--spWidth) * 100vw) 0 0;
    width: auto;
  }
}

.p-cycle-layout__image img {
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(30, 32, 35, 0.08);
}

.p-document__image {
  border-radius: 50%;
  box-shadow: 0 0 55px 0px rgba(0, 0, 0, 0.12);
}

@media print,
screen and (min-width: 768px) {
  .p-document__image {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 75px;
    width: 200px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width:767px) {
  .p-document__image {
    position: relative;
    z-index: 5;
    transform: none;
    margin: 0 auto calc(10 / var(--spWidth) * 100vw);
    display: block;
    width: calc(140 / var(--spWidth) * 100vw);
  }
}

.p-step__popup {
  display: flex;
  justify-content: center;
  margin: 0 0 35px 90px;
}

@media screen and (max-width:767px) {
  .p-step__popup {
    margin: 0 0 calc(30 / var(--spWidth) * 100vw) 0;
    justify-content: flex-end;
  }
}

.p-step__popup .c-popup {
  min-height: 70px;
  width: 270px;
  transform: translateX(50%);
}

@media screen and (max-width:767px) {
  .p-step__popup .c-popup {
    min-height: calc(50 / var(--spWidth) * 100vw);
    width: calc(200 / var(--spWidth) * 100vw);
    transform: none;
    color: #5F5F5F;
  }
}

.p-step__lead {
  margin: 0 0 100px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .p-step__lead {
    margin: 0 0 calc(76 / var(--spWidth) * 100vw);
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-step__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:767px) {
  .p-step__list {
    gap: calc(90 / var(--spWidth) * 100vw) 0;
    flex-direction: column;
  }
}

.p-step__list__item {
  position: relative;
  width: 200px;
  transform: scale(0.6);
  transform-origin: 0% 50%;
  opacity: 0;
}

.p-step__list__item.is-show {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media print,
screen and (min-width: 768px) {
  .p-step__list__item.is-show:nth-child(2) {
    transition-delay: 0.2s !important;
  }

  .p-step__list__item.is-show:nth-child(3) {
    transition-delay: 0.4s !important;
  }
}

@media screen and (max-width:767px) {
  .p-step__list__item {
    transform-origin: 50% 0%;
    width: 100%;
  }

  .p-step__list__item .c-paragraph {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-step__list__item:before {
  position: absolute;
  top: 80px;
  right: -65px;
  content: "";
  display: block;
  width: 39px;
  height: 32px;
  background: url(/mesmo_lp/assets/img/contents/index_step_ic04.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media screen and (max-width:767px) {
  .p-step__list__item:before {
    top: auto;
    bottom: calc(-55 / var(--spWidth) * 100vw);
    left: 50%;
    margin-left: calc(-25 / var(--spWidth) * 100vw);
    width: calc(29 / var(--spWidth) * 100vw);
    height: calc(24 / var(--spWidth) * 100vw);
    transform: rotate(90deg) translateY(-50%);
  }
}

.p-step__list__item:last-child:before {
  display: none;
}

.p-step__list__figure {
  width: 260px;
  margin: 0 auto 24px;
}

@media screen and (max-width:767px) {
  .p-step__list__figure {
    margin: 0 auto calc(12 / var(--spWidth) * 100vw);
    width: calc(170 / var(--spWidth) * 100vw);
  }
}

.p-step__list__count {
  position: absolute;
  z-index: 2;
  top: -13px;
  left: 10px;
  width: 70px;
}

@media screen and (max-width:767px) {
  .p-step__list__count {
    top: 0;
    left: 15%;
    width: calc(64 / var(--spWidth) * 100vw);
  }
}

.p-step__list__subtitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  font-feature-settings: "palt";
  color: var(--blue_1);
}

@media screen and (max-width:767px) {
  .p-step__list__subtitle {
    font-size: calc(22 / var(--spWidth) * 100vw);
  }
}

.p-step__service {
  width: 660px;
  margin: 30px auto 0;
  padding: 44px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 20px rgba(30, 32, 35, 0.08);
}

@media screen and (max-width:767px) {
  .p-step__service {
    margin: calc(50 / var(--spWidth) * 100vw) auto 0;
    padding: calc(25 / var(--spWidth) * 100vw) calc(15 / var(--spWidth) * 100vw);
    width: auto;
  }
}

.p-step__service__text {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: var(--gray_1);
}

@media screen and (max-width:767px) {
  .p-step__service__text {
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-method__list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  margin-top: 72px;
}

@media screen and (max-width:767px) {
  .p-method__list {
    margin-top: calc(50 / var(--spWidth) * 100vw);
    gap: calc(16 / var(--spWidth) * 100vw);
  }
}

.p-method__layout {
  border-radius: 30px;
  padding: 55px 120px;
  background-image: linear-gradient(to top, var(--blue_2), #00499F);
  color: #fff;
  transform: scale(0.6);
  transform-origin: 50% 50%;
  opacity: 0;
}

.is-show .p-method__layout {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media print,
screen and (min-width: 768px) {
  .is-show .p-method__layout:nth-child(2) {
    transition-delay: 0.3s !important;
  }
}

@media screen and (max-width:767px) {
  .p-method__layout {
    border-radius: 20px;
    padding: calc(28 / var(--spWidth) * 100vw) calc(12 / var(--spWidth) * 100vw) calc(40 / var(--spWidth) * 100vw);
    transform-origin: 50% 100%;
  }

  .p-method__layout.is-show {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}

@media print,
screen and (min-width: 768px) {
  .p-method__layout__image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }
}

@media screen and (max-width:767px) {
  .p-method__layout__image {
    margin: 0 auto calc(23 / var(--spWidth) * 100vw);
  }
}

.p-method__layout__image img {
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(30, 32, 35, 0.08);
}

@media print,
screen and (min-width: 768px) {
  .is-item01 .p-method__layout__image {
    left: 98px;
    width: 300px;
  }
}

@media screen and (max-width:767px) {
  .is-item01 .p-method__layout__image {
    width: calc(240 / var(--spWidth) * 100vw);
  }
}

@media print,
screen and (min-width: 768px) {
  .is-item02 .p-method__layout__image {
    left: 147px;
    width: 200px;
  }
}

@media screen and (max-width:767px) {
  .is-item02 .p-method__layout__image {
    width: calc(168 / var(--spWidth) * 100vw);
  }
}

.p-method__layout__detail {
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .p-method__layout__detail {
    width: 380px;
    margin-left: auto;
  }
}

.p-method__list__title {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media print,
screen and (min-width: 768px) {
  .p-method__list__title {
    font-size: 4rem;
    margin: 0 0 30px;
  }

  .is-item02 .p-method__list__title {
    margin: 0 0 25px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width:767px) {
  .p-method__list__title {
    margin: 0 0 0.8em;
    font-size: calc(32 / var(--spWidth) * 100vw);
  }

  .is-item02 .p-method__list__title {
    font-size: calc(30 / var(--spWidth) * 100vw);
  }
}

.p-method__list__subtitle {
  letter-spacing: 0.08em;
  font-size: 2.8rem;
  font-weight: 500;
}

@media screen and (max-width:767px) {
  .p-method__list__subtitle {
    font-size: calc(22 / var(--spWidth) * 100vw);
  }
}

.p-method__list__lead {
  margin-top: 24px;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.8;
}

@media print,
screen and (min-width: 768px) {
  .p-method__list__lead {
    font-size: 1.8rem;
  }

  .is-item02 .p-method__list__lead {
    font-size: 2.4rem;
  }
}

@media screen and (max-width:767px) {
  .p-method__list__lead {
    margin-top: calc(20 / var(--spWidth) * 100vw);
    font-size: calc(14 / var(--spWidth) * 100vw);
  }

  .is-item02 .p-method__list__lead {
    font-size: calc(18 / var(--spWidth) * 100vw);
  }
}

.p-method__list__note {
  font-weight: 500;
  line-height: 1.8;
  margin-inline: auto;
  max-width: 540px;
  letter-spacing: 0.08em;
}

@media print,
screen and (min-width: 768px) {
  .p-method__list__note {
    margin-top: 50px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width:767px) {
  .p-method__list__note {
    margin-top: calc(34 / var(--spWidth) * 100vw);
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-method__list__note>li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-method__list__aside {
  margin-top: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
}

@media screen and (max-width:767px) {
  .p-method__list__aside {
    margin-top: calc(27 / var(--spWidth) * 100vw);
    font-size: calc(12 / var(--spWidth) * 100vw);
  }
}

.p-price-top {
  padding-top: 120px;
}

@media screen and (max-width:767px) {
  .p-price-top {
    padding-top: calc(70 / var(--spWidth) * 100vw);
  }
}

.p-price-about {
  display: flex;
  justify-content: center;
  gap: 0 140px;
}

@media screen and (max-width:767px) {
  .p-price-about {
    justify-content: space-between;
    gap: 0 5px;
  }
}

.p-price-about__dl {
  text-align: center;
}

.p-price-about__dl dt {
  margin: 0 0 20px;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #00499F;
}

@media screen and (max-width:767px) {
  .p-price-about__dl dt {
    margin: 0 0 calc(15 / var(--spWidth) * 100vw);
    font-feature-settings: "palt";
    font-size: calc(22 / var(--spWidth) * 100vw);
  }
}

@media print,
screen and (min-width: 768px) {
  .p-price-about__dl.is-item01 img {
    width: 300px;
    margin-left: -15px;
  }

  .p-price-about__dl.is-item02 img {
    width: 194px;
  }
}

@media print,
screen and (max-width:767px) {
  .p-price-about__dl.is-item01 img {
    margin-left: 0px;
    width: 300px;
    height: auto;
  }
}

@media screen and (max-width:767px) {
  .p-price-about__dl img {
    width: auto;
    height: calc(68 / var(--spWidth) * 100vw);
  }
}

.p-price-layout {
  display: flex;
  align-items: center;
  width: 590px;
  margin: 70px auto 0;
  gap: 0 45px;
}

@media screen and (max-width:767px) {
  .p-price-layout {
    flex-direction: column;
    gap: calc(24 / var(--spWidth) * 100vw);
    margin: calc(30 / var(--spWidth) * 100vw) auto 0;
    width: auto;
  }
}

.p-price-layout__image {
  flex-shrink: 0;
}

@media screen and (max-width:767px) {
  .p-price-layout__image {
    width: calc(190 / var(--spWidth) * 100vw);
  }
}

.p-price-layout__image img {
  filter: drop-shadow(0 0 5px rgba(30, 32, 35, 0.08));
}

.p-price__note {
  margin-top: 24px;
  font-size: 1.3rem;
  color: #868686;
  font-weight: 500;
  counter-reset: number;
}

@media screen and (max-width:767px) {
  .p-price__note {
    margin-top: calc(24 / var(--spWidth) * 100vw);
    font-size: calc(12 / var(--spWidth) * 100vw);
  }
}

.p-price__note li {
  position: relative;
  margin-top: 8px;
  padding-left: 9em;
  counter-increment: number;
}

.p-price__note li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "サービス内容" counter(number) "：";
  font-weight: 500;
}

.p-price__note-v2-wrap {
  margin-top: 24px;
}

@media print,
screen and (min-width: 768px) {
  .p-price__note-v2-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}

@media screen and (max-width:767px) {
  .p-price__note-v2-wrap {
    margin-top: calc(24 / var(--spWidth) * 100vw);
  }
}

.p-price__note-v2 {
  font-size: 1.3rem;
  color: #868686;
  font-weight: 500;
}

@media screen and (max-width:767px) {
  .p-price__note-v2 {
    font-size: calc(12 / var(--spWidth) * 100vw);
  }
}

.p-price__note-v2 li {
  position: relative;
  margin-top: 8px;
  padding-left: 1.8em;
}

.p-price__note-v2 li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "※";
  font-weight: 500;
}

.p-price-aside {
  position: relative;
  padding: 90px 7.2580645161%;
  border-radius: 50px;
  background-color: #F5F6F8;
}

@media screen and (max-width:767px) {
  .p-price-aside {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    bottom: 0;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
  }
}

.p-price-aside::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 8px solid transparent;
  background: linear-gradient(to bottom, #00499F, var(--blue_2), #00BEEB) border-box;
  -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) border-box;
  mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}

@media screen and (max-width:767px) {
  .p-price-aside::before {
    display: none;
  }
}

.p-price-aside__header {
  padding: 65px 15px 80px;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(to top, var(--blue_2), #00499F) border-box;
  color: #fff;
}

@media screen and (max-width:767px) {
  .p-price-aside__header {
    border-radius: 30px 30px 0 0;
    padding: calc(55 / var(--spWidth) * 100vw) calc(20 / var(--spWidth) * 100vw);
    text-align: left;
  }
}

.p-price-aside__header .c-headline-v1 {
  margin-bottom: 40px;
}

@media screen and (max-width:767px) {
  .p-price-aside__header .c-headline-v1 {
    margin-bottom: calc(30 / var(--spWidth) * 100vw);
  }
}

@media print,
screen and (min-width: 768px) {
  .p-price-aside__header .c-anclist {
    margin-top: 50px;
    margin-inline: -30px;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: auto auto;
  }
}

@media screen and (max-width:767px) {
  .p-price-aside__header .c-anclist {
    margin-top: calc(40 / var(--spWidth) * 100vw);
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
    gap: calc(17 / var(--spWidth) * 100vw);
  }
}

.p-price-aside__header__block {
  margin: 40px auto 0;
  max-width: 660px;
}

@media screen and (max-width:767px) {
  .p-price-aside__header__block .c-videocard {
    margin-inline: calc(-20 / var(--spWidth) * 100vw);
  }
}

@media screen and (max-width:767px) {
  .p-price-aside__body {
    border-radius: 0 0 20px 20px;
    padding: 0 calc(8 / var(--spWidth) * 100vw) calc(16 / var(--spWidth) * 100vw);
    background: var(--blue_2);
  }
}

.p-price-aside__section {
  margin: 24px 0;
  padding: 45px 38px;
  border-radius: 30px;
  background-color: #EEEEEE;
}

@media screen and (max-width:767px) {
  .p-price-aside__section {
    margin: 0;
    padding: calc(15 / var(--spWidth) * 100vw) calc(12 / var(--spWidth) * 100vw) calc(30 / var(--spWidth) * 100vw);
    border-radius: 20px;
  }

  .p-price-aside__section+.p-price-aside__section {
    margin: calc(16 / var(--spWidth) * 100vw) 0 0;
  }
}

.p-price-aside__section:nth-child(even) {
  background-color: #fff;
}

.p-price-aside__section:last-child {
  margin-bottom: 0;
}

.p-price-aside__headline {
  display: flex;
  align-items: center;
  border-radius: 20px;
  color: #fff;
  line-height: 1;
  background: linear-gradient(to top, var(--blue_2), #00499F) border-box;
}

@media print,
screen and (min-width: 768px) {
  .p-price-aside__headline {
    margin: 0 0 24px;
    padding: 12px 30px;
    width: 532px;
  }
}

@media screen and (max-width:767px) {
  .p-price-aside__headline {
    margin: 0 0 calc(16 / var(--spWidth) * 100vw);
    padding: calc(14 / var(--spWidth) * 100vw);
    width: auto;
  }
}

.p-price-aside__headline__icon {
  position: relative;
  top: -0.05em;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 5.6rem;
}

@media screen and (max-width:767px) {
  .p-price-aside__headline__icon {
    top: 0;
    font-size: calc(32 / var(--spWidth) * 100vw);
  }
}

.p-price-aside__headline__label {
  flex-grow: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .p-price-aside__headline__label {
    font-size: 3rem;
  }

  #price_child01 .p-price-aside__headline__label {
    font-size: 2.8rem;
  }
}

@media screen and (max-width:767px) {
  .p-price-aside__headline__label {
    font-size: calc(20 / var(--spWidth) * 100vw);
  }
}

@media print,
screen and (min-width: 768px) {
  .p-price-aside__media {
    display: flex;
    align-items: center;
    gap: 5.081300813%;
  }

  .p-price-aside__media .c-videocard__play {
    width: 18.7969924812%;
  }
}

.p-price-aside__media__img {
  flex-shrink: 0;
  width: 54.0650406504%;
}

@media screen and (max-width:767px) {
  .p-price-aside__media__img {
    width: auto;
  }
}

.p-price-aside__media__detail {
  flex-grow: 1;
}

.p-price-aside__headline-v2 {
  margin: 0 0 24px;
  font-size: 2.2rem;
  font-weight: 500;
}

@media screen and (max-width:767px) {
  .p-price-aside__headline-v2 {
    margin: calc(14 / var(--spWidth) * 100vw) 0;
    font-size: calc(18 / var(--spWidth) * 100vw);
    text-align: center;
  }
}

.p-price-aside__headline-v2>span {
  background-image: linear-gradient(to top, #B1EA14, #E1FF8F 25%, transparent 35%);
}

.p-price-aside__box {
  margin: 32px auto 0;
  padding: 32px 135px 42px;
  max-width: 930px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(30, 32, 35, 0.06);
}

@media screen and (max-width:767px) {
  .p-price-aside__box {
    margin: calc(25 / var(--spWidth) * 100vw) auto 0;
    padding: calc(28 / var(--spWidth) * 100vw) calc(11 / var(--spWidth) * 100vw);
    border-radius: 20px;
  }
}

.p-price-aside__box+.p-price-aside__box {
  margin-top: 24px;
}

@media screen and (max-width:767px) {
  .p-price-aside__box+.p-price-aside__box {
    margin-top: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-price-aside__headline-v3 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 2.2rem;
}

@media screen and (max-width:767px) {
  .p-price-aside__headline-v3 {
    font-size: calc(16 / var(--spWidth) * 100vw);
  }
}

@media screen and (max-width:767px) {
  .p-faq-tab__header-wrapper {
    overflow-x: auto;
    padding: 0 calc(20 / var(--spWidth) * 100vw);
  }
}

.p-faq-tab__header {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #A8D823;
}

@media screen and (max-width:767px) {
  .p-faq-tab__header {
    border: none;
  }

  .p-faq-tab__header:after {
    content: "";
    flex-shrink: 0;
    width: calc(20 / var(--spWidth) * 100vw);
  }
}

.p-faq-tab__header__item {
  border: 1px solid #fff;
  border-radius: 30px 30px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: none;
  background: none;
  padding: 14px 22px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: ease all 0.3s;
  font-feature-settings: "palt";
}

.p-faq-tab__header__item.is-current {
  background-color: #fff;
  color: var(--blue_1);
}

.p-faq-tab__header__item.is-disabled {
  pointer-events: none;
  border-color: #868686;
  color: #868686;
}

@media print,
screen and (min-width: 768px) {
  .p-faq-tab__header__item:hover {
    background-color: #fff;
    color: var(--blue_1);
  }
}

@media screen and (max-width:767px) {
  .p-faq-tab__header__item {
    flex-shrink: 0;
    border-radius: 20px 20px 0 0;
    padding: 12px 10px;
    font-size: calc(14 / var(--spWidth) * 100vw);
    border-bottom: 2px solid #A8D823 !important;
  }
}

.p-faq-tab__body {
  margin-top: 80px;
}

@media screen and (max-width:767px) {
  .p-faq-tab__body {
    margin-top: calc(55 / var(--spWidth) * 100vw);
  }
}

.p-faq-tab__contents {
  display: none;
}

.p-faq-tab__contents.is-current {
  display: block;
}

.p-faq-list {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width:767px) {
  .p-faq-list {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}

.p-faq-list__section {
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(30, 32, 35, 0.6);
  min-height: 208px;
}

@media screen and (max-width:767px) {
  .p-faq-list__section {
    min-height: 0;
    border-radius: 20px;
  }
}

.p-faq-list__section__header {
  border: none;
  background: none;
  display: block;
  width: 100%;
  padding: 35px 30px 50px;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  color: #363636;
}

@media print,
screen and (min-width: 768px) {
  .p-faq-list__section__header:hover .p-faq-list__section__header__count>i:after {
    background: #fff;
  }

  .p-faq-list__section__header:hover .p-faq-list__section__header__count>i>span {
    transform: scale(1);
  }
}

@media screen and (max-width:767px) {
  .p-faq-list__section__header {
    padding: calc(20 / var(--spWidth) * 100vw) calc(25 / var(--spWidth) * 100vw);
  }
}

.p-faq-list__section__header__count,
.p-faq-list__section__body__count {
  display: block;
  margin: 0 0 30px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  color: var(--blue_1);
}

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

  .p-faq-list__section__header__count,
  .p-faq-list__section__body__count {
    margin: 0 0 calc(15 / var(--spWidth) * 100vw);
    font-size: calc(28 / var(--spWidth) * 100vw);
  }
}

.p-faq-list__section__header__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .p-faq-list__section__header__title {
    font-size: calc(14 / var(--spWidth) * 100vw);
  }
}

.p-faq-list__section__header__count {
  position: relative;
}

@media screen and (max-width:767px) {
  .p-faq-list__section__header__count {
    display: flex;
    align-items: center;
    height: calc(40 / var(--spWidth) * 100vw);
  }
}

.p-faq-list__section__header__count i {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 5px;
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
}

@media screen and (max-width:767px) {
  .p-faq-list__section__header__count i {
    width: calc(40 / var(--spWidth) * 100vw);
  }
}

.p-faq-list__section__header__count i::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(to bottom, #00499F, var(--blue_2), #00BEEB) border-box;
  -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) border-box;
  mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) border-box;
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}

@media screen and (max-width:767px) {
  .p-faq-list__section__header__count i::before {
    border-width: 1px;
  }
}

.p-faq-list__section__header__count i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  -webkit-mask: url(/mesmo_lp/assets/img/contents/cmn_ic10.svg);
  mask: url(/mesmo_lp/assets/img/contents/cmn_ic10.svg);
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  background: linear-gradient(to bottom, #00499F, var(--blue_2), #00BEEB);
  transition: ease background 0.2s;
}

@media screen and (max-width:767px) {
  .p-faq-list__section__header__count i:after {
    width: calc(14 / var(--spWidth) * 100vw);
  }
}

.p-faq-list__section__header__count i>span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #00499F, var(--blue_2), #00BEEB);
  border-radius: 50%;
  transform: scale(0);
  transition: ease transform 0.2s;
}

.is-open .p-faq-list__section__header__count i:after {
  -webkit-mask-image: url(/mesmo_lp/assets/img/contents/cmn_ic11.svg);
  mask-image: url(/mesmo_lp/assets/img/contents/cmn_ic11.svg);
}

.p-faq-list__section__body {
  padding: 0 35px 50px;
  text-align: left;
  display: none;
}

@media screen and (max-width:767px) {
  .p-faq-list__section__body {
    padding: calc(5 / var(--spWidth) * 100vw) calc(25 / var(--spWidth) * 100vw) calc(20 / var(--spWidth) * 100vw);
  }
}

.p-faq-list__section__body p {
  margin-top: 1em;
}

.p-faq-list__section__body__count {
  margin-top: 0 !important;
  margin-bottom: 10px;
  color: #ED8000;
}

@media screen and (max-width:767px) {
  .p-faq-list__section__body__count {
    margin-bottom: calc(2 / var(--spWidth) * 100vw);
  }
}

.js-tab-fadeup {
  opacity: 0;
  transform: scale(0.6);
}

.p-contact {
  position: relative;
  z-index: 5;
  padding: 100px 0 90px;
  background-color: #F5F6F8;
}

@media screen and (max-width:767px) {
  .p-contact {
    padding: calc(55 / var(--spWidth) * 100vw) 0;
  }
}

.p-contact__box {
  padding: 80px 30px;
  border-radius: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(30, 32, 35, 0.08);
}

@media screen and (max-width:767px) {
  .p-contact__box {
    box-shadow: none;
    border: 1px solid var(--blue_1);
    border-radius: 20px;
    padding: calc(50 / var(--spWidth) * 100vw) calc(14 / var(--spWidth) * 100vw);
  }
}

.p-contact__box .c-headline-v1 {
  margin: 0 0 30px;
}

@media screen and (max-width:767px) {
  .p-contact__box .c-headline-v1 {
    margin: 0 0 calc(30 / var(--spWidth) * 100vw);
  }
}

.p-contact__box__lead {
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width:767px) {
  .p-contact__box__lead {
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-contact__box__small {
  margin-top: 45px;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 1.5rem;
  color: var(--gray_1);
}

@media screen and (max-width:767px) {
  .p-contact__box__small {
    margin-top: calc(22 / var(--spWidth) * 100vw);
    font-size: calc(12 / var(--spWidth) * 100vw);
  }
}

.p-contact__box__notice {
  margin: 65px auto 0;
  max-width: 100%;
  width: 524px;
  font-size: 1.3rem;
  color: var(--gray_1);
}

@media screen and (max-width:767px) {
  .p-contact__box__notice {
    margin: calc(40 / var(--spWidth) * 100vw) 0 0;
    font-size: calc(12 / var(--spWidth) * 100vw);
    width: auto;
  }
}

.p-cv {
  position: relative;
  z-index: 5;
  background: url(/mesmo_lp/assets/img/contents/cmn_logo05.png) 50% 50% no-repeat, linear-gradient(to top, #00499F, var(--blue_2), #00BEEB);
  color: #fff;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .p-cv {
    padding: 50px 0 65px;
  }
}

@media screen and (max-width:767px) {
  .p-cv {
    padding: calc(65 / var(--spWidth) * 100vw) 0;
    background: url(/mesmo_lp/assets/img/contents/cmn_logo05.png) 15% 50% no-repeat, linear-gradient(to top, #00499F, var(--blue_2), #00BEEB);
    background-size: auto 100%;
  }
}

.p-cv__title {
  margin: 0 0 26px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .p-cv__title {
    margin: 0 0 calc(15 / var(--spWidth) * 100vw);
    font-size: calc(12 / var(--spWidth) * 100vw);
    line-height: 1.6;
  }
}

.p-cv-layout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 40px;
}

@media screen and (max-width:767px) {
  .p-cv-layout {
    flex-direction: column;
    gap: calc(36 / var(--spWidth) * 100vw);
    margin: 0 auto;
    width: calc(290 / var(--spWidth) * 100vw);
  }
}

.p-cv-layout__grid {
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-cv-layout__grid {
    width: 100%;
  }
}

.p-cv-asidelink {
  margin-top: 10px;
  font-weight: 500;
}

.p-cv-asidelink a {
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  text-decoration: underline;
}

@media print,
screen and (min-width: 768px) {
  .p-cv-asidelink a:hover {
    color: var(--green);
    text-decoration: none;
  }
}

@media screen and (max-width:767px) {
  .p-cv-asidelink a {
    font-size: calc(12 / var(--spWidth) * 100vw);
  }
}

.p-cv-notice {
  margin-top: 1em;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .p-cv-notice {
    margin: 0.5em -1em 0;
    font-size: calc(12 / var(--spWidth) * 100vw);
  }
}

.p-last {
  position: relative;
  z-index: 5;
  aspect-ratio: 1440/880;
  padding: 120px 0 100px;
  text-align: center;
  color: #fff;
  background: url(/mesmo_lp/assets/img/contents/business_works.png) 50% 50% no-repeat;
  background-size: cover;
}

@media screen and (max-width:767px) {
  .p-last {
    background-image: url(/mesmo_lp/assets/img/contents/business_works.png);
    padding-block: calc(90 / var(--spWidth) * 100vw);
  }
}

.p-last__paragraph {
  margin-top: 65px;
  line-height: 2.6;
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  font-weight: 500;
  transition-delay: 0.4s !important;
}

@media screen and (max-width:767px) {
  .p-last__paragraph {
    margin-top: calc(40 / var(--spWidth) * 100vw);
    font-size: calc(14 / var(--spWidth) * 100vw);
    line-height: 2;
  }
}

@media screen and (max-width:767px) {
  .p-last__tx01 {
    margin: 0 auto;
    width: calc(328 / var(--spWidth) * 100vw);
  }
}

.p-last__tx02 {
  margin-top: 100px;
  transition-delay: 1s !important;
}

@media screen and (max-width:767px) {
  .p-last__tx02 {
    margin-top: calc(85 / var(--spWidth) * 100vw);
  }
}

.p-last__tx03 {
  margin-top: 65px;
  transition-delay: 1s !important;
}

@media screen and (max-width:767px) {
  .p-last__tx03 {
    margin: 0 auto;
    margin-top: calc(10 / var(--spWidth) * 100vw);
    width: 250px;
    text-align: center;
  }
}

.p-last-fade-target {
  opacity: 0;
  transform: translateY(15px);
  transition: ease opacity 1.5s;
}

.is-show .p-last-fade-target {
  transform: translateY(0px);
  opacity: 1;
}

.animation-fadein {
  opacity: 0;
}

.animation-fadein.is-show {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.animation-fadeup {
  opacity: 0;
  filter: blur(10px);
}

.animation-fadeup.is-show {
  opacity: 1;
  filter: blur(0px);
  transition: all 0.3s ease;
}

.animation-scaleup,
.animation-scaleup--low {
  transform: scale(0.5);
  transform-origin: 50% 100%;
  opacity: 0;
}

.animation-scaleup.is-show,
.animation-scaleup--low.is-show {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animation-scaleup--low {
  transform: scale(0.8);
}

.c-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}

[data-modal-id] {
  cursor: pointer;
}

.c-modal-list {
  display: none;
}

.c-modal-wrapper {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.c-modal-view {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.c-modal-view__contents {
  position: relative;
  width: 100%;
  max-height: 80%;
  display: flex;
  margin: 0 auto;
  padding: 0 55px;
  max-width: 1310px;
}

@media screen and (max-width:767px) {
  .c-modal-view__contents {
    position: static;
    width: 100%;
    padding: 0 calc(20 / var(--spWidth) * 100vw);
  }
}

.c-modal-view__contents> :first-child {
  margin-top: 0;
}

.c-modal-view__block {
  padding: 0;
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-modal-view__block::-webkit-scrollbar {
  display: none;
}

.c-modal__close {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  text-align: center;
  top: -50px;
  right: 0;
  width: 48px;
  height: 48px;
  display: block;
}

@media screen and (max-width:767px) {
  .c-modal__close {
    top: calc(30 / var(--spWidth) * 100vw);
    right: calc(25 / var(--spWidth) * 100vw);
    width: calc(30 / var(--spWidth) * 100vw);
    height: calc(30 / var(--spWidth) * 100vw);
  }
}

.c-modal__close:before,
.c-modal__close:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.c-modal__close:before {
  transform: rotate(45deg);
}

.c-modal__close:after {
  transform: rotate(-45deg);
}

.p-header {
  --header-color: #fff;
}

@media screen and (max-width:767px) {
  .p-header {
    --header-color: #363636;
  }
}

@media print,
screen and (min-width: 768px) {
  .p-header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0%);
    transition: ease transform 0.2s;
  }

  .is-contents .p-header {
    transform: translateY(-100%);
  }
}

@media print,
screen and (min-width: 768px) {
  .p-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 40px;
    margin: 0 auto;
    padding: 14px 25px;
    max-width: 1440px;
    min-width: 1044px;
  }
}

@media print,
screen and (min-width: 768px) {
  .p-header__fix {
    flex-shrink: 0;
  }
}

@media screen and (max-width:767px) {
  .p-header__fix {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0%);
    transition: ease transform 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(70 / var(--spWidth) * 100vw);
    padding: calc(8 / var(--spWidth) * 100vw) calc(10 / var(--spWidth) * 100vw);
  }

  .is-gnav-open .p-header__fix {
    mix-blend-mode: normal;
  }
}

@media screen and (max-width:767px) {
  .p-header__fix--sp {
    z-index: 2000;
    position: fixed;
    top: 0;
    top: calc(17 / var(--spWidth) * 100vw);
    right: calc(80 / var(--spWidth) * 100vw);
  }
}

.p-header__logo {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: var(--header-color);
  font-size: 2.2rem;
  line-height: 1;
}

@media screen and (max-width:767px) {
  .p-header__logo {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(5 / var(--spWidth) * 100vw);
    font-size: calc(10 / var(--spWidth) * 100vw);
  }
}

.p-header__logo span {
  flex-shrink: 0;
}

.p-header__logo .u-font-wesmo {
  font-size: 2.8rem;
}

@media screen and (max-width:767px) {
  .p-header__logo .u-font-wesmo {
    font-size: calc(18 / var(--spWidth) * 100vw);
  }
}

@media screen and (max-width:767px) {
  #page-top:not(.is-contents) .p-header {
    --header-color: #f7f7f7;
  }
}

.p-header__util {
  display: flex;
  align-items: center;
  gap: 0 calc(13 / var(--spWidth) * 100vw);
}

.p-header__util__cv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: calc(34 / var(--spWidth) * 100vw);
  width: calc(95 / var(--spWidth) * 100vw);
  font-size: calc(13 / var(--spWidth) * 100vw);
  border-radius: 50px;
  background-image: linear-gradient(to top, #92C30B, #D6FF66);
  color: var(--txt_black);
  text-align: center;
}

.p-header__util__switch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: calc(54 / var(--spWidth) * 100vw);
  border-radius: 50%;
  border: 1px solid var(--header-color);
  color: var(--header-color);
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
}

.p-header__util__switch__open {
  font-size: calc(11 / var(--spWidth) * 100vw);
}

.is-gnav-open .p-header__util__switch__open {
  display: none;
}

.p-header__util__switch__close {
  display: none;
  font-size: calc(10 / var(--spWidth) * 100vw);
}

.is-gnav-open .p-header__util__switch__close {
  display: block;
}

.p-header__util__switch__close i {
  position: relative;
  margin: 0 auto 3px;
  display: block;
  aspect-ratio: 1/1;
  width: calc(16 / var(--spWidth) * 100vw);
  transform: rotate(45deg);
}

.p-header__util__switch__close i:before,
.p-header__util__switch__close i:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--header-color);
  content: "";
  display: block;
}

.p-header__util__switch__close i:after {
  transform: rotate(90deg);
}

.p-gnav {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

@media screen and (max-width:767px) {
  .p-gnav {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, var(--blue_2), #00499F);
    display: block;
    padding: calc(100 / var(--spWidth) * 100vw) calc(30 / var(--spWidth) * 100vw);
    transform: scale(0);
    transform-origin: 100% 0%;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    pointer-events: none;
    overflow-y: auto;
  }

  .is-gnav-open .p-gnav {
    pointer-events: all;
    transform: scale(1);
  }

  .p-gnav .c-startbadge {
    bottom: calc(80 / var(--spWidth) * 100vw);
  }
}

.p-gnav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
  color: #fff;
  font-size: 1.5rem;
  font-feature-settings: "palt";
}

@media screen and (max-width:767px) {
  .p-gnav__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    font-size: calc(18 / var(--spWidth) * 100vw);
  }
}

@media (hover: hover) {
  .p-gnav__list>li>a:hover {
    color: var(--green);
  }
}

.p-gnav__cv {
  display: flex;
  align-items: center;
  gap: 0 16px;
}

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

.p-gnav__cv .c-button,
.p-gnav__cv .c-documentbutton__inner {
  font-size: 1.5rem;
}

.p-gnav__cv .c-button {
  height: 43px;
  width: 155px;
}

.p-gnav__cv .c-documentbutton__inner {
  height: 39px;
  font-size: 1.5rem;
}

.p-gnav__cv .c-documentbutton {
  width: 120px;
  background-image: linear-gradient(to top, #92C30B, #D6FF66);
}

.p-footer {
  position: relative;
  z-index: 5;
  padding: 70px 0 110px;
  background-image: linear-gradient(to bottom, var(--blue_2), #00499F);
  color: #fff;
}

@media screen and (max-width:767px) {
  .p-footer {
    padding: calc(65 / var(--spWidth) * 100vw) 0 calc(80 / var(--spWidth) * 100vw);
  }
}

.p-footer .u-block {
  position: relative;
}

.p-footer-layout {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:767px) {
  .p-footer-layout {
    display: block;
  }
}

.p-footer-logo {
  display: block;
  margin-inline: auto;
  width: 236px;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-footer-logo {
    margin: 0;
    width: calc(162 / var(--spWidth) * 100vw);
  }
}

.p-footer-sublogo {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 30px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0 10px;
}

@media screen and (max-width:767px) {
  .p-footer-sublogo {
    align-items: flex-end;
    margin-top: calc(15 / var(--spWidth) * 100vw);
    font-size: calc(16 / var(--spWidth) * 100vw);
    position: static;
  }
}

@media screen and (max-width:767px) {
  .p-footer-sublogo img {
    width: calc(175 / var(--spWidth) * 100vw);
  }
}

.p-footer-sublogo span {
  line-height: 1;
}

.p-footer-sublogo-pc {
  margin-top: 20px;
}

@media screen and (max-width:767px) {
  .p-footer-sublogo-pc {
    display: none !important;
  }
}

.p-footer-sublogo-pc img {
  width: 250px;
}

.p-footer-layout__detail {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 30px;
  display: flex;
  align-items: flex-start;
  gap: 0 32px;
}

@media screen and (max-width:767px) {
  .p-footer-layout__detail {
    flex-direction: column;
    position: static;
    margin-top: calc(48 / var(--spWidth) * 100vw);
    gap: calc(40 / var(--spWidth) * 100vw);
  }
}

.p-footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 30px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .p-footer-nav {
    gap: 16px 30px;
    line-height: 1.5;
    font-size: calc(15 / var(--spWidth) * 100vw);
  }
}

.p-footer-nav--single {
  grid-template-columns: 1fr;
}

@media screen and (max-width:767px) {
  .p-footer-nav--single {
    gap: 11px 0;
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-footer-nav a.is-pdf:after {
  position: relative;
  content: "";
  margin-left: 2px;
  vertical-align: middle;
  display: inline-block;
  width: 29px;
  height: 13px;
  background: url(/assets/img/wesmo/cmn_ic01.svg) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width:767px) {
  .p-footer-nav a.is-pdf:after {
    top: -1px;
    margin-left: 5px;
  }
}

.p-footer-nav a.is-blank:after {
  position: relative;
  top: -2px;
  content: "";
  margin-left: 2px;
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/assets/img/wesmo/cmn_ic13.svg) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width:767px) {
  .p-footer-nav a.is-blank:after {
    top: -2px;
    margin-left: 5px;
  }
}

@media (hover: hover) {
  .p-footer-nav a {
    transition: ease color 0.3s;
  }

  .p-footer-nav a:hover {
    color: var(--green);
  }
}

.p-footer-bottom {
  margin-top: 10px;
}

@media screen and (max-width:767px) {
  .p-footer-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: calc(50 / var(--spWidth) * 100vw);
  }
}

.p-footer-sns {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

@media screen and (max-width:767px) {
  .p-footer-sns {
    align-items: flex-start;
  }
}

@media screen and (max-width:767px) {
  .p-footer-sns__popup {
    width: calc(180 / var(--spWidth) * 100vw);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  }
}

.p-footer-sns__list {
  display: flex;
  justify-content: center;
  gap: 0 12px;
  margin: 10px 0 0;
}

.p-footer-sns__list li {
  width: 30px;
}

.p-footer-pagetop {
  border: none;
  background: transparent;
  padding: 0;
  width: calc(53 / var(--spWidth) * 100vw);
}

.p-footer-copyright {
  margin-top: 25px;
  color: #BEBEBE;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-align: right;
  line-height: 1.8;
}

@media screen and (max-width:767px) {
  .p-footer-copyright {
    margin-top: calc(40 / var(--spWidth) * 100vw);
    text-align: center;
  }
}

.fix-footer {
  position: fixed;
  z-index: 2000;
  bottom: 0;
  left: 0%;
  transform: translateY(100%);
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  transition: transform 0.2s;
}

@media screen and (max-width:767px) {
  .fix-footer {
    display: none;
    padding-bottom: 10px;
    bottom: 0;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

.is-gnav-open .fix-footer,
.is-contents .fix-footer {
  transform: translateY(0%);
}

.fix-footer-layout {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 80px;
  max-width: 900px;
}

@media print,
screen and (min-width: 768px) {
  .fix-footer-layout {
    gap: 0 26px;
    justify-content: center;
  }
}

@media screen and (max-width:767px) {
  .fix-footer-layout {
    justify-content: center;
    height: auto;
  }
}

.fix-footer__logo {
  position: relative;
  color: var(--blue_1);
  text-align: center;
}

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

.fix-footer__logo .fix-footer__logo__typo {
  width: 150px;
}

.fix-footer__logo__sub {
  font-weight: 500;
  font-size: 1.4rem;
}

.fix-footer__logo__icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -90px;
  width: 69px;
}

.fix-footer__buttons {
  display: flex;
  gap: 0 23px;
}

.fix-footer__buttons .c-button,
.fix-footer__buttons .c-documentbutton__inner {
  height: 48px;
  font-size: 1.8rem;
}

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

  .fix-footer__buttons .c-button,
  .fix-footer__buttons .c-documentbutton__inner {
    gap: 0 14px;
    border-width: 1px;
    height: calc(42 / var(--spWidth) * 100vw);
    font-size: calc(14 / var(--spWidth) * 100vw);
  }
}

.fix-footer__buttons .c-button {
  width: auto;
  padding: 0 30px;
  border-color: var(--blue_1);
  background-color: #fff;
  color: var(--blue_1);
}

@media (hover: hover) {
  .fix-footer__buttons .c-button:hover {
    color: #fff;
  }
}

.fix-footer__buttons .c-button:after {
  background-color: var(--blue_1);
}

.fix-footer__buttons .c-documentbutton {
  width: 260px;
  background-image: linear-gradient(to top, #92C30B, #D6FF66);
}

@media screen and (max-width:767px) {
  .fix-footer__buttons .c-documentbutton {
    display: none;
  }
}

.p-event-mv {
  height: 847px;
  min-height: 100vh;
  padding-top: 115px;
  background-image: linear-gradient(to top, var(--blue_2), #00499F);
  color: #fff;
}

@media screen and (max-width:767px) {
  .p-event-mv {
    min-height: 100lvh;
    height: auto;
    padding: calc(100 / var(--spWidth) * 100vw) 0 calc(70 / var(--spWidth) * 100vw);
  }
}

.p-event-mv__subtitle02 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-event-mv__subtitle02 {
    margin-bottom: calc(20 / var(--spWidth) * 100vw);
    font-size: calc(14 / var(--spWidth) * 100vw);
  }
}

.p-event-mv__title {
  margin-bottom: 30px;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-event-mv__title {
    margin-bottom: calc(25 / var(--spWidth) * 100vw);
    width: calc(338 / var(--spWidth) * 100vw);
  }
}

.p-event-mv__subtitle {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-event-mv__subtitle {
    font-size: calc(14 / var(--spWidth) * 100vw);
  }
}

.p-event-mv__box {
  position: relative;
  margin: 45px auto 0;
  padding: 50px 50px 60px;
  max-width: 720px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 20px rgba(30, 32, 35, 0.16);
}

@media screen and (max-width:767px) {
  .p-event-mv__box {
    margin: calc(320 / var(--spWidth) * 100vw) auto 0;
    padding: calc(48 / var(--spWidth) * 100vw) calc(12 / var(--spWidth) * 100vw) calc(60 / var(--spWidth) * 100vw);
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(30, 32, 35, 0.16);
  }
}

.p-event-mv__box__title {
  letter-spacing: 0.08em;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-event-mv__box__title {
    font-size: calc(18 / var(--spWidth) * 100vw);
  }
}

.p-event-mv__box__text {
  margin-top: 30px;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width:767px) {
  .p-event-mv__box__text {
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-event-mv__popup {
  position: absolute;
  z-index: 5;
  width: 236px;
}

.p-event-mv__popup.is-item01 {
  top: -120px;
  left: -170px;
  width: 250px;
  transition-delay: 0.2s !important;
}

@media screen and (max-width:767px) {
  .p-event-mv__popup.is-item01 {
    top: calc(-303 / var(--spWidth) * 100vw);
    left: 0;
    width: calc(183 / var(--spWidth) * 100vw);
  }
}

.p-event-mv__popup.is-item02 {
  top: 157px;
  left: -116px;
  transition-delay: 0.4s !important;
}

@media screen and (max-width:767px) {
  .p-event-mv__popup.is-item02 {
    top: calc(-260 / var(--spWidth) * 100vw);
    left: auto;
    right: 0;
    width: calc(160 / var(--spWidth) * 100vw);
  }
}

.p-event-mv__popup.is-item03 {
  top: -132px;
  right: -170px;
  width: 250px;
  transition-delay: 0.6s !important;
}

@media screen and (max-width:767px) {
  .p-event-mv__popup.is-item03 {
    width: calc(204 / var(--spWidth) * 100vw);
    right: auto;
    left: calc(35 / var(--spWidth) * 100vw);
  }
}

.p-event-mv__popup__text {
  position: absolute;
  z-index: 5;
  color: #363636;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-event-mv__popup__text {
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.is-item01 .p-event-mv__popup__text {
  top: 65px;
  left: 0;
  width: 100%;
  padding-right: 10px;
}

@media screen and (max-width:767px) {
  .is-item01 .p-event-mv__popup__text {
    top: calc(55 / var(--spWidth) * 100vw);
  }
}

.is-item02 .p-event-mv__popup__text {
  top: 55px;
  left: 0;
  width: 100%;
  padding-left: 20px;
}

@media screen and (max-width:767px) {
  .is-item02 .p-event-mv__popup__text {
    padding-left: calc(5 / var(--spWidth) * 100vw);
    top: calc(45 / var(--spWidth) * 100vw);
  }
}

.is-item03 .p-event-mv__popup__text {
  top: 75px;
  left: 0;
  width: 100%;
  padding-right: 10px;
}

@media screen and (max-width:767px) {
  .is-item03 .p-event-mv__popup__text {
    top: calc(60 / var(--spWidth) * 100vw);
    left: calc(5 / var(--spWidth) * 100vw);
  }
}

.p-event-seminar__text {
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}

@media screen and (max-width:767px) {
  .p-event-seminar__text {
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-event-seminar__logoicon--top {
  position: absolute;
  z-index: 2;
  top: -68px;
  right: calc(50% + 300px);
  width: 323px;
}

@media screen and (max-width:767px) {
  .p-event-seminar__logoicon--top {
    top: calc(-70 / var(--spWidth) * 100vw);
    left: calc(35 / var(--spWidth) * 100vw);
    right: auto;
    width: calc(153 / var(--spWidth) * 100vw);
  }
}

.p-event-seminar__logoicon--top img {
  width: 100%;
}

.p-event-seminar-tab {
  margin-top: 75px;
}

@media screen and (max-width:767px) {
  .p-event-seminar-tab {
    margin-top: calc(46 / var(--spWidth) * 100vw);
  }
}

.p-event-seminar-tab__header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 16px;
  border-bottom: 5px solid var(--blue_2);
}

@media screen and (max-width:767px) {
  .p-event-seminar-tab__header {
    gap: 20px 10px;
    grid-template-columns: 1fr 1fr;
    border: none;
    margin: 0 auto;
    width: calc(328 / var(--spWidth) * 100vw);
  }
}

.p-event-seminar-tab__header__item {
  position: relative;
  border: none;
  border-radius: 50px 50px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: none;
  background: none;
  padding: 15px 24px;
  height: 67px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-weight: 500;
  color: #363636;
  background-color: #fff;
  cursor: pointer;
  transition: ease all 0.3s;
}

.p-event-seminar-tab__header__item.is-current {
  background-color: var(--blue_2);
  color: #fff;
}

.p-event-seminar-tab__header__item.is-current:after {
  opacity: 1;
}

@media screen and (max-width:767px) {
  .p-event-seminar-tab__header__item {
    border-radius: 25px 25px 0 0;
    height: calc(48 / var(--spWidth) * 100vw);
    font-size: calc(15 / var(--spWidth) * 100vw);
  }

  .p-event-seminar-tab__header__item:after {
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    bottom: 0;
    height: 2px;
    width: calc(328 / var(--spWidth) * 100vw);
    background-color: var(--blue_2);
    opacity: 0;
    pointer-events: none;
  }

  .p-event-seminar-tab__header__item:nth-child(odd):after {
    left: 0;
  }

  .p-event-seminar-tab__header__item:nth-child(even):after {
    right: 0;
  }
}

@media (hover: hover) {
  .p-event-seminar-tab__header__item:hover {
    background-color: var(--blue_2);
    color: #fff;
  }
}

.p-event-seminar-tab__body {
  margin-top: 50px;
}

@media screen and (max-width:767px) {
  .p-event-seminar-tab__body {
    margin-top: calc(40 / var(--spWidth) * 100vw);
  }
}

.p-event-seminar-tab__contents {
  display: none;
}

.p-event-seminar-tab__contents.is-current {
  display: block;
}

.p-event-chart {
  position: fixed;
  z-index: 100;
  bottom: 15px;
  right: 15px;
  width: 530px;
  padding: 12px 14px 12px;
  border-radius: 30px;
  background-image: linear-gradient(to top, #92C30B, #D6FF66);
  box-shadow: 0 0 20px rgba(30, 32, 35, 0.5);
}

@media screen and (max-width:767px) {
  .p-event-chart {
    border-radius: 20px;
    padding: calc(14 / var(--spWidth) * 100vw) calc(14 / var(--spWidth) * 100vw);
    bottom: calc(20 / var(--spWidth) * 100vw);
    right: calc(20 / var(--spWidth) * 100vw);
    width: calc(350 / var(--spWidth) * 100vw);
  }
}

.p-event-chart__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 13px;
  padding-top: 8px;
}

.p-event-chart__header.is-close {
  padding-top: 0;
}

@media screen and (max-width:767px) {
  .p-event-chart__header {
    padding-top: 0;
    gap: 0 calc(13 / var(--spWidth) * 100vw);
  }
}

.p-event-chart__header__title {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1;
}

@media screen and (max-width:767px) {
  .p-event-chart__header__title {
    font-size: calc(16 / var(--spWidth) * 100vw);
  }
}

.p-event-chart__header__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
  border-radius: 50px;
  border: none;
  width: 110px;
  padding: 0 0 4px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  height: 36px;
  min-width: 100px;
  cursor: pointer;
  transition: ease all 0.3s;
  overflow: hidden;
  color: #363636;
  background-color: #F7F7F7;
  transition: ease color 0.3s;
  filter: drop-shadow(0 0 10px rgba(30, 32, 35, 0.12));
}

@media screen and (max-width:767px) {
  .p-event-chart__header__button {
    padding: 0;
    height: calc(32 / var(--spWidth) * 100vw);
    font-size: calc(14 / var(--spWidth) * 100vw);
  }
}

.p-event-chart__header__button:after {
  content: "CLOSE";
}

.p-event-chart__header__button:before {
  position: relative;
  top: 1px;
  content: "";
  width: 10px;
  height: 14px;
  display: block;
  background-color: currentColor;
  -webkit-mask: url(/assets/img/wesmo/cmn_ic09.svg);
  mask: url(/assets/img/wesmo/cmn_ic09.svg);
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: ease background-color 0.3s;
}

@media screen and (max-width:767px) {
  .p-event-chart__header__button:before {
    top: 0;
  }
}

.is-close .p-event-chart__header__button:before {
  transform: rotate(180deg);
}

.is-close .p-event-chart__header__button:after {
  content: "OPEN";
}

@media (hover: hover) {
  .p-event-chart__header__button:hover {
    color: var(--blue_2);
  }
}

.p-event-chart__body {
  border-radius: 20px;
  margin-top: 20px;
  padding: 14px 14px 10px;
  background-color: #fff;
}

@media screen and (max-width:767px) {
  .p-event-chart__body {
    border-radius: 16px;
    padding: 12px 12px 10px;
    margin-top: 12px;
  }
}

.p-event-chart__question {
  border-radius: 20px;
  padding: 15px 12px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEEEEE;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .p-event-chart__question {
    border-radius: 16px;
    padding: 10px 15px;
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-event-chart__answer {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 0 30px;
}

@media screen and (max-width:767px) {
  .p-event-chart__answer {
    gap: 0 10px;
  }
}

.p-event-chart__answer__button {
  flex-shrink: 0;
  position: relative;
  border-radius: 50px;
  border: 1px solid var(--blue_2);
  padding: 0 25px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  height: 36px;
  min-width: 100px;
  cursor: pointer;
  transition: ease all 0.3s;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  .p-event-chart__answer__button {
    padding: 0 15px;
    height: 34px;
    font-size: calc(15 / var(--spWidth) * 100vw);
  }
}

.p-event-chart__answer__button>span {
  position: relative;
  z-index: 5;
}

.p-event-chart__answer__button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  border-radius: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(0);
  aspect-ratio: 1/1;
  background-color: #00499F;
  transition: ease all 0.2s;
}

.p-event-chart__answer__button:nth-child(1) {
  color: #fff;
  background-color: var(--blue_2);
}

@media (hover: hover) {
  .p-event-chart__answer__button:nth-child(1):hover {
    border-color: #00499F;
  }

  .p-event-chart__answer__button:nth-child(1):hover:after {
    transform: translate(-50%, -50%) scale(1);
  }
}

.p-event-chart__answer__button:nth-child(2) {
  color: var(--blue_2);
  background-color: #fff;
}

@media (hover: hover) {
  .p-event-chart__answer__button:nth-child(2):hover {
    color: #fff;
    border-color: #00499F;
  }

  .p-event-chart__answer__button:nth-child(2):hover:after {
    transform: translate(-50%, -50%) scale(1);
  }
}

.p-event-chart__result__lead {
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .p-event-chart__result__lead {
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-event-chart__result__box {
  border-radius: 20px;
  margin-top: 12px;
  padding: 18px 20px;
  background-color: #EEEEEE;
}

@media screen and (max-width:767px) {
  .p-event-chart__result__box {
    padding: 8px 15px 15px;
  }
}

.p-event-chart__result__list>li {
  position: relative;
  padding-left: 1em;
  font-weight: 500;
  font-size: 1.5rem;
  color: #363636;
}

@media screen and (max-width:767px) {
  .p-event-chart__result__list>li {
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-event-chart__result__list>li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.p-event-chart__result__note {
  margin-top: 12px;
}

.p-event-chart__result__note>li {
  position: relative;
  padding-left: 1em;
  font-weight: 500;
  font-size: 1.3rem;
  color: #868686;
}

@media screen and (max-width:767px) {
  .p-event-chart__result__note>li {
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-event-chart__result__note>li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.p-event-chart__result__cv {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 10px;
  max-width: 430px;
}

@media screen and (max-width:767px) {
  .p-event-chart__result__cv {
    margin: 15px auto 0;
    gap: 8px 32px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.p-event-chart__result__cv__item {
  width: 135px;
}

@media screen and (max-width:767px) {
  .p-event-chart__result__cv__item {
    width: 108px;
  }
}

.p-event-chart__return {
  border: none;
  background: none;
  padding: 0;
  text-decoration: underline;
  color: #5F5F5F;
  font-size: 1.3rem;
  font-family: inherit;
  cursor: pointer;
  transition: ease color 0.3s;
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .p-event-chart__return {
    font-size: calc(12 / var(--spWidth) * 100vw);
  }
}

.p-event-chart__return:hover {
  text-decoration: none;
  color: var(--green);
}

[data-customid="0"] .p-event-chart__return {
  display: none !important;
}

@media print,
screen and (min-width: 768px) {
  #page-form .p-header__logo {
    color: var(--blue_1);
  }

  #page-form .p-gnav__list {
    color: var(--txt_black);
  }

  #page-form .p-gnav__cv .c-button {
    border: 1px solid var(--txt_black);
    color: var(--txt_black);
  }
}

.p-form {
  position: relative;
  background-color: #F5F6F8;
}

.p-form--contact {
  padding: 140px 0 128px;
}

@media screen and (max-width:767px) {
  .p-form--contact {
    padding: calc(130 / var(--spWidth) * 100vw) 0 calc(96 / var(--spWidth) * 100vw);
  }
}

.p-form--book {
  padding: 140px 0 128px;
}

@media screen and (max-width:767px) {
  .p-form--book {
    padding: calc(90 / var(--spWidth) * 100vw) 0 calc(96 / var(--spWidth) * 100vw);
  }
}

.p-form-badge {
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .p-form-badge {
    position: relative;
    margin: calc(32 / var(--spWidth) * 100vw) 0 calc(48 / var(--spWidth) * 100vw);
  }
}

.p-form-badge:after {
  position: absolute;
  z-index: 1;
  top: -45px;
  right: calc(50% + 337px);
  content: "";
  display: block;
  border-radius: 50%;
  width: 430px;
  aspect-ratio: 1/1;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(30, 32, 35, 0.08);
}

@media screen and (max-width:767px) {
  .p-form-badge:after {
    top: calc(-65 / var(--spWidth) * 100vw);
    right: auto;
    left: calc(-26 / var(--spWidth) * 100vw);
    width: calc(200 / var(--spWidth) * 100vw);
  }
}

.p-form-badge__logo {
  position: absolute;
  z-index: 2;
  top: 253px;
  right: calc(50% + 345px);
  width: 238px;
}

@media screen and (max-width:767px) {
  .p-form-badge__logo {
    position: relative;
    z-index: 5;
    top: auto;
    right: auto;
    margin: 0 auto;
    width: calc(116 / var(--spWidth) * 100vw);
  }
}

.p-form-badge2 {
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .p-form-badge2 {
    position: relative;
    margin: calc(50 / var(--spWidth) * 100vw) 0;
    padding: 0 calc(35 / var(--spWidth) * 100vw);
  }
}

.p-form-badge2__logo {
  position: absolute;
  z-index: 2;
  top: 263px;
  left: calc(50% + 355px);
  width: 216px;
}

@media screen and (max-width:767px) {
  .p-form-badge2__logo {
    top: calc(-23 / var(--spWidth) * 100vw);
    left: auto;
    right: calc(34 / var(--spWidth) * 100vw);
    width: calc(116 / var(--spWidth) * 100vw);
  }
}

.p-form-badge2__book {
  position: absolute;
  z-index: 2;
  top: 243px;
  right: calc(50% + 345px);
  width: 216px;
}

@media screen and (max-width:767px) {
  .p-form-badge2__book {
    position: relative;
    top: auto;
    right: auto;
    width: calc(168 / var(--spWidth) * 100vw);
  }
}

.p-form-badge2__book img {
  filter: drop-shadow(0 0 20px rgba(30, 32, 35, 0.08));
}

.p-form-pagetitle {
  margin: 0 0 64px;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-form-pagetitle {
    margin: 0 0 calc(20 / var(--spWidth) * 100vw);
    font-size: calc(28 / var(--spWidth) * 100vw);
  }
}

.p-form-pagetitle__logo {
  margin-right: 15px;
  width: 276px;
  vertical-align: middle;
}

@media print,
screen and (min-width: 768px) {
  .p-form-pagetitle__logo {
    position: relative;
    top: -4px;
  }
}

@media screen and (max-width:767px) {
  .p-form-pagetitle__logo {
    margin: 0 auto calc(8 / var(--spWidth) * 100vw);
    width: calc(184 / var(--spWidth) * 100vw);
    display: block;
  }
}

.p-form-text {
  position: relative;
  z-index: 5;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .p-form-text {
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-form-step {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px 0 0;
}

@media screen and (max-width:767px) {
  .p-form-step {
    margin: 0;
  }
}

.p-form-step__item {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: var(--gray_3);
  line-height: 1.7;
}

@media screen and (max-width:767px) {
  .p-form-step__item {
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-form-step__item.is-current {
  color: var(--txt_black);
}

.p-form-step__item.is-current span {
  background-image: linear-gradient(to top, #A8D823, #A8D823 10%, transparent 10%);
}

.p-form-step__item:not(:first-child):before {
  margin: 0 16px;
  flex-shrink: 0;
  display: block;
  content: "";
  width: 24px;
  height: 1px;
  background-color: var(--gray_3);
}

@media screen and (max-width:767px) {
  .p-form-step__item:not(:first-child):before {
    margin: 0 calc(20 / var(--spWidth) * 100vw);
    width: calc(24 / var(--spWidth) * 100vw);
  }
}

.p-form-block {
  margin: 0 auto;
  max-width: 590px;
}

@media screen and (max-width:767px) {
  .p-form-block {
    padding-inline: calc(20 / var(--spWidth) * 100vw);
  }
}

.p-form-return {
  margin-top: 90px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width:767px) {
  .p-form-return {
    margin-top: calc(56 / var(--spWidth) * 100vw);
  }
}

.p-form-return__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 14px;
  color: var(--txt_black);
  font-size: 1.8rem;
  font-weight: 500;
}

@media print,
screen and (min-width: 768px) {
  .p-form-return__link:hover {
    color: var(--blue_1);
  }
}

@media screen and (max-width:767px) {
  .p-form-return__link {
    gap: 0 calc(12 / var(--spWidth) * 100vw);
    font-size: calc(16 / var(--spWidth) * 100vw);
  }
}

.p-form-return__link .c-arw {
  width: 44px;
  transform: rotate(90deg);
}

@media screen and (max-width:767px) {
  .p-form-return__link .c-arw {
    width: calc(44 / var(--spWidth) * 100vw);
  }
}

.p-form-confirm {
  margin-top: 58px;
}

.p-form-confirm__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin: 0 0 88px;
  font-size: 1.6rem;
}

@media screen and (max-width:767px) {
  .p-form-confirm__list {
    margin: 0 0 calc(40 / var(--spWidth) * 100vw);
    gap: calc(32 / var(--spWidth) * 100vw);
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-form-confirm__list__title {
  margin-bottom: 2px;
  color: var(--gray_2);
}

.p-form-confirm__list__desc {
  color: var(--txt_black);
}

.p-form-confirm__notice {
  margin-top: 48px;
  text-align: center;
  color: var(--gray_2);
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .p-form-confirm__notice {
    margin-top: 40px;
    font-size: calc(12 / var(--spWidth) * 100vw);
  }
}

.p-form-switch {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width:767px) {
  .p-form-switch {
    margin-top: calc(40 / var(--spWidth) * 100vw);
  }
}

.p-form-switch--dl {
  margin-top: 65px;
}

@media screen and (max-width:767px) {
  .p-form-switch--dl {
    margin-top: calc(48 / var(--spWidth) * 100vw);
  }
}

.p-form-switch__submit {
  position: relative;
  overflow: hidden;
  transition: ease color 0.3s;
  border-radius: 50px;
  border: 2px solid var(--blue_1);
  padding: 0 68px;
  height: 75px;
  background-color: var(--blue_1);
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Mochiy Pop One", WESTERXSans-custom, shoraisans-custom, YuGothic, "Yu Gothic", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  cursor: pointer;
}

@media screen and (max-width:767px) {
  .p-form-switch__submit {
    padding: 0 calc(56 / var(--spWidth) * 100vw);
    height: calc(62 / var(--spWidth) * 100vw);
    font-size: calc(18 / var(--spWidth) * 100vw);
  }
}

.p-form-switch__submit>span {
  position: relative;
  z-index: 5;
}

.p-form-switch__submit:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  background-color: #fff;
  transition: ease transform 0.3s;
}

@media print,
screen and (min-width: 768px) {
  .p-form-switch__submit:hover {
    color: var(--blue_1);
  }

  .p-form-switch__submit:hover:after {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.p-form-switch__submit-v2 {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50px;
  padding: 2px;
  border: none;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: WESTERXSans-custom, shoraisans-custom, YuGothic, "Yu Gothic", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: linear-gradient(to top, #92C30B, #D6FF66);
  color: var(--txt_black);
  text-align: center;
  font-feature-settings: "palt";
}

@media screen and (max-width:767px) {
  .p-form-switch__submit-v2 {
    font-size: calc(18 / var(--spWidth) * 100vw);
  }
}

.p-form-switch__submit-v2>span {
  position: relative;
  display: block;
  border-radius: 50px;
  z-index: 5;
  overflow: hidden;
}

.p-form-switch__submit-v2>span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  background-color: #fff;
  transition: ease transform 0.3s;
}

.p-form-switch__submit-v2>span>span {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  height: 96px;
  width: 468px;
}

@media screen and (max-width:767px) {
  .p-form-switch__submit-v2>span>span {
    gap: 0 6px;
    height: calc(62 / var(--spWidth) * 100vw);
    width: calc(280 / var(--spWidth) * 100vw);
  }
}

@media print,
screen and (min-width: 768px) {
  .p-form-switch__submit-v2:hover>span:after {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.p-form-switch__submit-v2--dl>span>span {
  width: 510px;
}

@media screen and (max-width:767px) {
  .p-form-switch__submit-v2--dl>span>span {
    width: calc(318 / var(--spWidth) * 100vw);
  }
}

.p-form-switch__submit-v2__dl {
  display: inline-block;
  width: 28px;
  height: 25px;
  background: url(/assets/img/wesmo/cmn_ic12.svg) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width:767px) {
  .p-form-switch__submit-v2__dl {
    width: calc(19 / var(--spWidth) * 100vw);
    height: calc(18 / var(--spWidth) * 100vw);
  }
}

.p-form-switch__return {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-form-switch__return {
    margin-top: 20px;
  }
}

.p-form-switch__return button {
  border: none;
  font-family: inherit;
  letter-spacing: 0.08em;
  color: var(--gray_2);
  cursor: pointer;
  font-weight: 500;
  background: none;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}

@media screen and (max-width:767px) {
  .p-form-switch__return button {
    font-size: calc(12 / var(--spWidth) * 100vw);
  }
}

.p-form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 20px 16px;
  border-radius: 3px;
  border: 1px solid var(--gray_4);
  font-size: 1.5rem;
  font-weight: 500;
  font-family: WESTERXSans-custom, shoraisans-custom, YuGothic, "Yu Gothic", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.08em;
}

.p-form-input::-moz-placeholder {
  color: var(--gray_4);
}

.p-form-input::placeholder {
  color: var(--gray_4);
}

@media screen and (max-width:767px) {
  .p-form-input {
    font-size: calc(13 / var(--spWidth) * 100vw);
    padding: calc(19 / var(--spWidth) * 100vw) calc(16 / var(--spWidth) * 100vw);
  }
}

textarea.p-form-input {
  height: 297px;
  resize: none;
}

.p-form-select {
  position: relative;
}

.p-form-select:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  display: block;
  border: 8px solid transparent;
  border-top-color: var(--gray_1);
  transform: scaleX(0.7);
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .p-form-select:after {
    right: 15px;
  }
}

.p-form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 20px 16px;
  border-radius: 3px;
  border: 1px solid var(--gray_4);
  font-size: 1.5rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  font-family: WESTERXSans-custom, shoraisans-custom, YuGothic, "Yu Gothic", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-form-select select::-moz-placeholder {
  color: var(--gray_4);
}

.p-form-select select::placeholder {
  color: var(--gray_4);
}

@media screen and (max-width:767px) {
  .p-form-select select {
    padding: calc(18 / var(--spWidth) * 100vw) calc(16 / var(--spWidth) * 100vw);
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-form-control {
  margin: 80px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media screen and (max-width:767px) {
  .p-form-control {
    margin: 48px 0 0;
  }
}

.p-form-control__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 5px;
}

@media screen and (max-width:767px) {
  .p-form-control__head {
    gap: 0 8px;
    margin: 0 0 calc(8 / var(--spWidth) * 100vw);
  }
}

.p-form-control__label {
  font-size: 1.6rem;
}

@media screen and (max-width:767px) {
  .p-form-control__label {
    font-size: calc(13 / var(--spWidth) * 100vw);
  }
}

.p-form-control__icon {
  padding: 1px;
  width: 46px;
  border-radius: 50px;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  background: linear-gradient(to top, var(--blue_2), #00499F) border-box;
  color: #fff;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-form-control__icon {
    padding: 2px;
    font-size: calc(10 / var(--spWidth) * 100vw);
  }
}

.p-form-control__icon.is-required {
  background: #CC0000;
}

.p-form-control__notice {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: var(--gray_2);
}

@media screen and (max-width:767px) {
  .p-form-control__notice {
    width: 100%;
  }
}

.p-form-control__error {
  color: var(--error);
}

.p-form-error {
  margin-top: 0.5em;
  color: var(--error);
}