@charset "UTF-8";
/* googleフォント
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Noto+Sans+JP:wght@100..900&display=swap");
/* ==========================================================
!HTML5 elements
========================================================== */
header,
footer,
nav,
main,
section,
aside,
article {
  display: block;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
/* 全ての要素のbox-sizingをデフォルトでborder-boxにする */
:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: clamp(12px, 3.864875px + 2.7027vw, 15px);
}
@media only screen and (min-width: 769px), print {
  :root {
    font-size: max(13px, 6px + 0.625vw);
  }
}
@media only screen and (min-width: 1601px), print {
  :root {
    font-size: min(20px, 11px + 0.3125vw);
  }
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #131F2A;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  background: #ffffff none;
  -webkit-text-size-adjust: 100%;
  background-color: #EFF1F7;
  font-size: 1rem;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.8;
}

/* Hack for Safari 7.1-8.0 */
_::-webkit-full-page-media,
_:future,
:root body {
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: "";
}

a,
input {
  /* outline: none; */
}

abbr,
acronym {
  border: 0;
}

/* ==========================================================
!Clearfix
========================================================== */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* ==========================================================
!Layout
========================================================== */
html {
  overflow-y: scroll;
}

body {
  text-align: center;
}

@media print {
  html,
  html body {
    zoom: 0.65;
  }
}
/* ==========================================================
!background
========================================================== */
.l-bg-town {
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  position: relative;
}
.l-bg-town::before {
  content: "";
  display: block;
  width: 100%;
  height: 17.57rem;
  background: url(../img/bg_card.svg) center center repeat-y;
  background-size: auto 100%;
  position: absolute;
  bottom: 0.28rem;
  left: 0;
}
@media only screen and (min-width: 769px), print {
  .l-bg-town::before {
    height: 26vw;
    bottom: 0.62rem;
  }
}
.l-bg-town__contents {
  position: relative;
  z-index: 1;
}
.l-bg-town__car {
  width: 27.39%;
  margin: 0px auto;
  margin-top: 7.14rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .l-bg-town__car {
    width: 10.93%;
    margin-top: 8.93rem;
  }
}

/* ==========================================================
!Breadcrumb
========================================================== */
.l-breadcrumbs {
  font-size: 0.7857142857rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 0.7142857143rem;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 5rem - 2.5rem);
  margin-left: auto;
  margin-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .l-breadcrumbs {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-breadcrumbs {
    position: absolute;
    top: 0px;
    right: 7.48%;
  }
}
.l-breadcrumbs__deco {
  position: absolute;
  aspect-ratio: 1/1;
  width: 0.71rem;
  background: #CDD6E2;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 769px), print {
  .l-breadcrumbs__deco {
    width: 0.81rem;
  }
}
.l-breadcrumbs__deco::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
}
.l-breadcrumbs__deco--left {
  right: 100%;
  top: 0;
}
.l-breadcrumbs__deco--left::after {
  border-radius: 0px 0.85rem 0px 0px;
}
@media only screen and (min-width: 769px), print {
  .l-breadcrumbs__deco--left::after {
    border-radius: 0px 0.87rem 0px 0px;
  }
}
.l-breadcrumbs__deco--right {
  top: 100%;
  right: 0px;
}
@media only screen and (min-width: 769px), print {
  .l-breadcrumbs__deco--right {
    position: relative;
    top: 0px;
  }
}
.l-breadcrumbs__deco--right::after {
  border-radius: 0px 0.85rem 0px 0px;
}
@media only screen and (min-width: 769px), print {
  .l-breadcrumbs__deco--right::after {
    border-radius: 0.87rem 0px 0px 0px;
  }
}
.l-breadcrumbs__deco--article {
  background: #EFF1F7;
}
.l-breadcrumbs__deco--article::after {
  background-color: #CDD6E2;
}
.l-breadcrumbs__txt {
  background: #CDD6E2;
  border-radius: 0px 0px 0px 0.85rem;
  padding: 0.28rem 0.57rem 0.85rem 0.57rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .l-breadcrumbs__txt {
    padding: 0.37rem 1.5rem 0.75rem 1.5rem;
    border-radius: 0px 0px 0.87rem 0.87rem;
  }
}
.l-breadcrumbs__txt--article {
  background: #EFF1F7;
}
.l-breadcrumbs ol {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0.7857142857rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 0.7142857143rem;
}
@media only screen and (min-width: 769px), print {
  .l-breadcrumbs ol {
    font-size: 0.75rem;
  }
}
.l-breadcrumbs ol li {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.l-breadcrumbs ol li:first-child::before {
  display: none;
}
.l-breadcrumbs ol li:nth-child(n+2)::before {
  display: inline-block;
  margin: 0 0.42rem 0 0;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 1px solid #000000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  position: static;
}
@media only screen and (min-width: 769px), print {
  .l-breadcrumbs ol li:nth-child(n+2)::before {
    margin: 0 0.5rem 0 0;
  }
}
.l-breadcrumbs ol li a {
  color: #131F2A;
  white-space: nowrap;
}
.l-breadcrumbs ol li span {
  color: #131F2A;
  white-space: nowrap;
}

/* ==========================================================
!contents
========================================================== */
.l-contents {
  width: calc(100% - 0.4285714286rem);
  margin: 0px auto;
}
@media only screen and (min-width: 769px), print {
  .l-contents {
    width: calc(100% - 1.5rem);
  }
}

/* ==========================================================
!CV Area
========================================================== */
.l-cvarea {
  margin-bottom: 1rem;
}
.l-cvarea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .l-cvarea__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
  }
}
.l-cvarea__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2.35rem 1.71rem 1.71rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.85rem;
  text-align: left;
}
@media only screen and (min-width: 1000px), print {
  .l-cvarea__box {
    padding: 5.93rem 3.12rem;
    border-radius: 1.5rem;
  }
}
@media only screen and (min-width: 1024px), print {
  .l-cvarea__box {
    padding: 5.93rem 6.25rem;
    border-radius: 1.5rem;
  }
}
.l-cvarea__box--personal {
  background: linear-gradient(155deg, #FCD402, #F9750C);
}
.l-cvarea__box--corp {
  background: linear-gradient(155deg, #7ACBF3, #2AABDE);
}
.l-cvarea__tit {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px), print {
  .l-cvarea__tit {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-cvarea__tit {
    margin-bottom: 2.5rem;
  }
}
.l-cvarea__tit--personal {
  background: url(../img/ico_personal.svg) center right/contain no-repeat;
}
.l-cvarea__tit--corp {
  background: url(../img/ico_corporation.svg) center right/contain no-repeat;
}
.l-cvarea__tit-eng {
  display: block;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.7857142857rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px), print {
  .l-cvarea__tit-eng {
    font-size: 0.75rem;
  }
}
.l-cvarea__btn-wrap {
  width: 100%;
  max-width: 36.25rem;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2142857143rem;
}
@media only screen and (min-width: 769px), print {
  .l-cvarea__btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px), print {
  .l-cvarea__btn-wrap {
    max-width: none;
    gap: 0.37rem;
  }
}
.l-cvarea__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 769px), print {
  .l-cvarea__btn:nth-child(1) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/* ==========================================================
!Editor内スタイル
========================================================== */
.l-entry-content {
  background: #fff;
  border-radius: 0.85rem;
  padding: 2.28rem 0 2.35rem;
  line-height: 1.75;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content {
    border-radius: 1rem;
    padding: 7rem 0 9.75rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-entry-content {
    width: calc((100% - 5.5rem) / 12 * 10 + 4.5rem);
    margin: 0px auto;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  }
}
@media only screen and (min-width: 1000px) and (min-width: 769px), print {
  .l-entry-content {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
.l-entry-content__inner {
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content__inner {
    width: calc((100% - 4.5rem) / 10 * 8 + 3.5rem);
  }
}
.l-entry-content__inner > *:first-child {
  margin-top: 0;
}
.l-entry-content figure {
  margin-top: 1.14rem;
  border-radius: 0.57rem;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content figure {
    margin-top: 1.5rem;
    border-radius: 1rem;
  }
}
.l-entry-content figure img {
  width: 100%;
}
.l-entry-content * + p {
  margin-top: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content * + p {
    margin-top: 1.25rem;
  }
}
.l-entry-content p + p {
  margin-top: 0.57rem;
}
.l-entry-content h2,
.l-entry-content h3,
.l-entry-content h4,
.l-entry-content h5 {
  margin-top: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content h2,
  .l-entry-content h3,
  .l-entry-content h4,
  .l-entry-content h5 {
    margin-top: 1.5rem;
  }
}
.l-entry-content h2 + p,
.l-entry-content h3 + p,
.l-entry-content h4 + p,
.l-entry-content h5 + p {
  font-size: 0.9285714286rem;
  margin-top: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content h2 + p,
  .l-entry-content h3 + p,
  .l-entry-content h4 + p,
  .l-entry-content h5 + p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.l-entry-content h2 {
  font-size: 1.2857142857rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content h2 {
    font-size: 1.5rem;
  }
}
.l-entry-content h2::after {
  display: none;
}
.l-entry-content h2 + p {
  margin-top: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content h2 + p {
    margin-top: 0.75rem;
  }
}
.l-entry-content h3,
.l-entry-content h4,
.l-entry-content h5 {
  font-size: 1.0714285714rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content h3,
  .l-entry-content h4,
  .l-entry-content h5 {
    font-size: 1.125rem;
  }
}
.l-entry-content p strong:not([class]),
.l-entry-content li strong:not([class]),
.l-entry-content table strong:not([class]),
.l-entry-content blockquote strong:not([class]) {
  font-weight: inherit;
  font-size: inherit;
  background: linear-gradient(to top, rgba(251, 198, 2, 0.8) 0px, rgba(251, 198, 2, 0.8) 0.4em, rgba(251, 198, 2, 0) calc(0.4em + 1px), rgba(251, 198, 2, 0) 100%);
}
.l-entry-content p a:not([class]),
.l-entry-content li a:not([class]),
.l-entry-content table a:not([class]),
.l-entry-content blockquote a:not([class]) {
  margin-right: 0.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#131f2a), to(#131f2a));
  background-image: linear-gradient(#131f2a, #131f2a);
  background-repeat: no-repeat;
  background-position: 0 100%;
  -webkit-transition: background-size 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background-size 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  background-size: 100% 1px;
}
@media (hover: hover) {
  .l-entry-content p a:not([class]):where(:-moz-any-link, :enabled, summary):hover, .l-entry-content li a:not([class]):where(:-moz-any-link, :enabled, summary):hover, .l-entry-content table a:not([class]):where(:-moz-any-link, :enabled, summary):hover, .l-entry-content blockquote a:not([class]):where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
    background-position: 100% 100%;
    background-size: 0 1px;
  }
  .l-entry-content p a:not([class]):where(:any-link, :enabled, summary):hover,
  .l-entry-content li a:not([class]):where(:any-link, :enabled, summary):hover,
  .l-entry-content table a:not([class]):where(:any-link, :enabled, summary):hover,
  .l-entry-content blockquote a:not([class]):where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
    background-position: 100% 100%;
    background-size: 0 1px;
  }
}
.l-entry-content p a:not([class])[target=_blank]::after,
.l-entry-content li a:not([class])[target=_blank]::after,
.l-entry-content table a:not([class])[target=_blank]::after,
.l-entry-content blockquote a:not([class])[target=_blank]::after {
  content: "";
  display: inline-block;
  margin: 0 0 -0.05em 0.2em;
  width: 0.9em;
  height: 0.9em;
  content: "";
  background: url(../img/ico_newwindow.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content p a:not([class])[target=_blank]::after,
  .l-entry-content li a:not([class])[target=_blank]::after,
  .l-entry-content table a:not([class])[target=_blank]::after,
  .l-entry-content blockquote a:not([class])[target=_blank]::after {
    margin: 0 0 0 0.37em;
  }
}
.l-entry-content hr {
  height: 1.5px;
  width: 100%;
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  margin-top: 2.28rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content hr {
    margin-top: 3.5rem;
  }
}
.l-entry-content blockquote {
  display: block;
  padding: 2.28rem 1.42rem;
  border-radius: 0.85rem;
  background: #EFF1F7;
  margin-top: 0.71rem;
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content blockquote {
    padding: 2.5rem 3rem;
    border-radius: 1rem;
    margin-top: 0.75rem;
  }
}
.l-entry-content blockquote p {
  font-size: 1rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content blockquote p {
    font-size: 1rem;
  }
}
.l-entry-content blockquote::before, .l-entry-content blockquote::after {
  display: block;
  content: "";
  position: absolute;
  width: 1.28rem;
  aspect-ratio: 18/14;
  background: url(../img/ico_blockquote.svg) center center/contain no-repeat;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content blockquote::before, .l-entry-content blockquote::after {
    width: 1.12rem;
  }
}
.l-entry-content blockquote::before {
  top: 1.14rem;
  left: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content blockquote::before {
    top: 1.06rem;
    left: 1.06rem;
  }
}
.l-entry-content blockquote::after {
  bottom: 1.14rem;
  right: 1.14rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 769px), print {
  .l-entry-content blockquote::after {
    bottom: 1.06rem;
    right: 1.06rem;
  }
}
.l-entry-content blockquote.has-vivid-green-cyan-background-color {
  background: #87D7FF;
}
.l-entry-content blockquote.has-vivid-green-cyan-background-color::before, .l-entry-content blockquote.has-vivid-green-cyan-background-color::after {
  background-image: url(../img/ico_blockquote_strong.svg);
}
.l-entry-content ul,
.l-entry-content ol {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content ul,
  .l-entry-content ol {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-entry-content ul,
  .l-entry-content ol {
    margin-top: 1.5rem;
  }
}
.l-entry-content .wp-block-group {
  margin-top: 2.28rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-group {
    margin-top: 4.5rem;
  }
}
.l-entry-content .wp-block-group:first-child {
  margin-top: 0;
}
.l-entry-content .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.2857142857rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-buttons {
    margin-top: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.l-entry-content .wp-block-buttons:first-child {
  margin-top: 0;
}
.l-entry-content .wp-block-button {
  width: 100%;
  max-width: 18.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-button {
    width: 100%;
    max-width: 17.87rem;
  }
}
.l-entry-content .wp-block-media-text {
  margin-top: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-media-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem 2.5rem;
    margin-top: 0.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-entry-content .wp-block-media-text.has-cyan-bluish-gray-background-color {
  padding: 1.42rem 1.42rem 2.28rem 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-media-text.has-cyan-bluish-gray-background-color {
    padding: 3.12rem 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-media-text.has-cyan-bluish-gray-background-color .wp-block-media-text__media {
    width: 34.22%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-media-text.has-cyan-bluish-gray-background-color .wp-block-media-text__content {
    width: 63.28%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.l-entry-content .wp-block-media-text:first-child {
  margin-top: 0;
}
.l-entry-content .wp-block-media-text__media {
  margin-top: 0;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-media-text__media {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.l-entry-content .wp-block-media-text__content {
  margin-top: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-media-text__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }
}
.l-entry-content .wp-block-columns {
  gap: 1.42rem 0.85rem;
  margin-top: 1.42rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.5rem;
    gap: 1rem 2.5rem;
  }
}
.l-entry-content .wp-block-columns:first-child {
  margin-top: 0;
}
.l-entry-content .wp-block-columns:has(.wp-block-column:nth-child(n+3)) .has-large-font-size {
  font-size: 1.0714285714rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-columns:has(.wp-block-column:nth-child(n+3)) .has-large-font-size {
    font-size: 1.125rem;
  }
}
.l-entry-content .wp-block-columns:has(.wp-block-column:nth-child(n+4)) {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-column .wp-block-media-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-entry-content .wp-block-gallery.columns-2 .blocks-gallery-grid {
  grid-template-columns: 1fr 1fr;
}
.l-entry-content .wp-block-gallery.columns-3 .blocks-gallery-grid {
  grid-template-columns: 1fr 1fr 1fr;
}
.l-entry-content .wp-block-gallery + .wp-block-gallery {
  margin-top: 2px;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-gallery + .wp-block-gallery {
    margin-top: 0.5rem;
  }
}
.l-entry-content .blocks-gallery-grid {
  display: grid;
  gap: 2px;
  margin-top: 0;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .blocks-gallery-grid {
    gap: 0.5rem;
  }
}
.l-entry-content .blocks-gallery-item {
  padding: 0;
  margin: 0;
}
.l-entry-content .blocks-gallery-item::before {
  display: none;
}
.l-entry-content .blocks-gallery-item figure {
  margin: 0;
}
.l-entry-content .wp-block-table table {
  border-color: #DEE2E9;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-table tbody > tr:nth-child(1) > th:nth-child(1), .l-entry-content .wp-block-table tbody > tr:nth-child(1) > td:nth-child(1) {
    border-top-color: #DEE2E9;
  }
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-table tbody > tr:last-child > th:last-child, .l-entry-content .wp-block-table tbody > tr:last-child > td:last-child {
    border-bottom-color: #DEE2E9;
  }
}
.l-entry-content .wp-block-table tbody th {
  background: #fff;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-table tbody th {
    border-color: #DEE2E9;
  }
}
.l-entry-content .wp-block-table tbody td {
  background: #DEE2E9;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-table tbody td {
    border-color: #fff;
  }
}
.l-entry-content .wp-block-table + * {
  margin-top: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-table + * {
    margin-top: 2rem;
  }
}
.l-entry-content .has-cyan-bluish-gray-background-color {
  background: #DEE2E9;
  border-radius: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .has-cyan-bluish-gray-background-color {
    border-radius: 1rem;
  }
}
.l-entry-content p.has-cyan-bluish-gray-background-color {
  padding: 2.28rem 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content p.has-cyan-bluish-gray-background-color {
    padding: 2.5rem;
  }
}
.l-entry-content .wp-block-video {
  position: relative;
}
.l-entry-content .wp-block-video video {
  width: 100%;
  height: auto;
  display: block;
}
.l-entry-content .wp-block-video::after {
  display: block;
  content: "";
  width: 41.81%;
  aspect-ratio: 138/86;
  position: absolute;
  background: url(../img/ico_video_play.webp) center center/contain no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .wp-block-video::after {
    width: 14.88%;
  }
}
.l-entry-content .wp-block-video.is-play::after {
  opacity: 0;
  visibility: hidden;
}
.l-entry-content .has-large-font-size {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content .has-large-font-size {
    font-size: 1.375rem;
  }
}
.l-entry-content__gmap {
  margin-top: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content__gmap {
    margin-top: 2.5rem;
  }
}
.l-entry-content__gmap iframe {
  aspect-ratio: 330/254;
  width: 100% !important;
  height: auto !important;
  display: block;
}
@media only screen and (min-width: 769px), print {
  .l-entry-content__gmap iframe {
    aspect-ratio: 1048/412;
  }
}

/* ==========================================================
!Footer
========================================================== */
.l-footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4.14rem;
  overflow: hidden;
}
@media only screen and (min-width: 1000px), print {
  .l-footer {
    background-image: repeating-linear-gradient(90deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, rgba(0, 0, 0, 0) 0.62rem, transparent 1.12rem);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 1.5px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 6.37rem;
    grid-template-rows: repeat(3, auto);
    padding-bottom: 0px;
    overflow: visible;
    grid-template-areas: "nav      side" "orixauto side" "group    side";
  }
}
.l-footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px 1.37rem;
  padding-bottom: 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
}
@media only screen and (min-width: 1000px), print {
  .l-footer__nav-wrap {
    grid-area: nav;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 5.62rem;
    padding-right: 8.12rem;
    padding-bottom: 5.93rem;
    padding-top: 5rem;
  }
}
.l-footer__side {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.25rem 1.37rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
}
@media only screen and (min-width: 1000px), print {
  .l-footer__side {
    grid-area: side;
    background-image: repeating-linear-gradient(180deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
    padding: 0px;
    padding-top: 1.37rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-footer__sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.37rem;
  margin-bottom: 0.5rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 1000px), print {
  .l-footer__sns {
    width: 100%;
    max-width: 1.87rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    margin: 0px auto;
    margin-bottom: 1.5rem;
  }
}
.l-footer__sns-item {
  padding: 0;
  margin-bottom: 0rem;
}
.l-footer__sns-item::before {
  display: none;
}
@media (hover: hover) {
  .l-footer__sns-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .l-footer__sns-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-footer__copyright {
  font-size: 0.7857142857rem;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.06em;
  text-align: left;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (min-width: 1000px), print {
  .l-footer__copyright {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 0.75rem;
    width: auto;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    margin: auto;
  }
}
.l-footer__auto {
  grid-area: orixauto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.28rem;
  padding-bottom: 0.14rem;
}
@media only screen and (min-width: 769px), print {
  .l-footer__auto {
    padding: 0.75rem;
    padding-bottom: 0.25rem;
  }
}
.l-footer__auto-inner {
  width: calc(100% - 0.4285714286rem);
  margin: 0px auto;
  border-radius: 0.57rem;
  background-color: #fff;
  font-size: 0.7857142857rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding: 1.71rem 2.14rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px), print {
  .l-footer__auto-inner {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-footer__auto-inner {
    width: 100%;
    height: 6.66em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 1.87rem;
  }
}
.l-footer__auto-logo {
  display: block;
  margin-bottom: 1.42rem;
  aspect-ratio: 200/30;
  height: 2.14rem;
  min-height: 30px;
}
@media only screen and (min-width: 769px), print {
  .l-footer__auto-logo {
    margin-bottom: 0px;
    height: 1.87rem;
  }
}
.l-footer__auto-logo img {
  width: auto;
  height: 100%;
  max-width: none;
}
.l-footer__auto-link {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .l-footer__auto-link {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2em;
  }
}
.l-footer__auto-item {
  display: block;
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-footer__auto-item {
    margin-bottom: 0;
  }
}
@media (hover: hover) {
  .l-footer__auto-item:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .l-footer__auto-item:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-footer__corp {
  padding-bottom: 0.28rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px), print {
  .l-footer__corp {
    grid-area: group;
    padding-bottom: 0.75rem;
  }
}
.l-footer__corp-slider {
  width: calc(100% - 0.4285714286rem);
  margin: 0px auto;
}
@media only screen and (min-width: 769px), print {
  .l-footer__corp-slider {
    width: 100%;
    padding: 0 0.5rem 0 0.75rem;
  }
}
.l-footer__corp-slide {
  width: min(13rem, 48.4vw);
}
@media only screen and (min-width: 769px), print {
  .l-footer__corp-slide {
    width: 15rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-footer__corp-slide {
    width: 12.93rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.l-footer__corp-link {
  border-radius: 0.57rem;
  overflow: hidden;
  display: block;
  background: #fff;
  aspect-ratio: 207/78;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px), print {
  .l-footer__corp-link {
    border-radius: 0.5rem;
  }
}
.l-footer__corp-link img {
  width: auto;
  max-width: none;
  height: 2.14rem;
  min-height: 30px;
}
@media only screen and (min-width: 769px), print {
  .l-footer__corp-link img {
    height: 1.87rem;
  }
}

.l-footer-lp {
  background-image: repeating-linear-gradient(90deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, rgba(0, 0, 0, 0) 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  padding-bottom: 5.35rem;
}
@media only screen and (min-width: 769px), print {
  .l-footer-lp {
    padding-bottom: 0;
  }
}
.l-footer-lp__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  text-align: left;
  position: relative;
  background-image: url(../img/bg_lp_contact.webp);
  background-repeat: no-repeat;
  background-position: 50% calc(100% - 0.57rem);
  background-size: auto 16.07rem;
}
@media only screen and (min-width: 769px), print {
  .l-footer-lp__contact {
    background-size: auto 26rem;
    background-position: 50% calc(100% - 0.56rem);
    background-repeat: repeat-x;
  }
}
.l-footer-lp__tit01 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 1.42rem;
  background-image: repeating-linear-gradient(180deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1.5px 100%;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.7857142857rem;
  letter-spacing: 0.1em;
  line-height: 1.42rem;
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  .l-footer-lp__tit01 {
    width: 5rem;
    font-size: 0.875rem;
    line-height: 5rem;
  }
}
.l-footer-lp__tit01::after {
  display: none;
}
.l-footer-lp__contact-inner {
  width: calc(100% - 1.42rem);
  padding: 3.71rem 1.71rem 5.14rem;
}
@media only screen and (min-width: 769px), print {
  .l-footer-lp__contact-inner {
    width: calc(100% - 5rem);
    padding: 7.56rem 0rem 9.87rem;
  }
}
.l-footer-lp__h3 {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .l-footer-lp__h3 {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-footer-lp__h3 {
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
  }
}
.l-footer-lp__tel {
  margin-top: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .l-footer-lp__tel {
    margin-top: 1.5rem;
    width: calc((100vw - 5.5rem) / 12 * 6 + 2.5rem);
    margin: 0px auto;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-footer-lp__tel {
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
  }
}
.l-footer-lp__contact-img {
  position: absolute;
  bottom: 0.35rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 21.91%;
}
@media only screen and (min-width: 769px), print {
  .l-footer-lp__contact-img {
    width: 10.93%;
    bottom: 0.25rem;
  }
}
.l-footer-lp__auto {
  background-image: repeating-linear-gradient(90deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, rgba(0, 0, 0, 0) 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  padding: 0.5rem 0;
}
@media only screen and (min-width: 769px), print {
  .l-footer-lp__auto {
    padding: 0.81rem 0;
  }
}
.l-footer-lp__auto-inner {
  width: calc(100% - 0.4285714286rem);
  margin: 0px auto;
  background: #fff;
  padding: 0.57rem;
  border-radius: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-footer-lp__auto-inner {
    width: calc(100% - 1.5rem);
  }
}
@media only screen and (min-width: 769px), print {
  .l-footer-lp__auto-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-radius: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-footer-lp__auto-logo {
  width: 100%;
  max-width: 14.28rem;
  display: block;
  margin: 0px auto;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px), print {
  .l-footer-lp__auto-logo {
    width: 100%;
    max-width: 12.5rem;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px), print {
  .l-footer-lp__auto-link {
    text-align: right;
  }
}
.l-footer-lp__auto-item {
  display: block;
  font-size: 0.7857142857rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .l-footer-lp__auto-item {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .l-footer-lp__auto-item:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .l-footer-lp__auto-item:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-footer-lp__copyright {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.7857142857rem;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 769px), print {
  .l-footer-lp__copyright {
    font-size: 0.75rem;
  }
}

.l-footer-contact__auto {
  background-image: repeating-linear-gradient(90deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, rgba(0, 0, 0, 0) 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  padding: 0.28rem 0;
}
@media only screen and (min-width: 769px), print {
  .l-footer-contact__auto {
    padding: 0.75rem 0;
  }
}
.l-footer-contact__auto-inner {
  width: calc(100% - 0.4285714286rem);
  margin: 0px auto;
  background: #fff;
  padding: 0.57rem;
  border-radius: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-footer-contact__auto-inner {
    width: calc(100% - 1.5rem);
  }
}
@media only screen and (min-width: 769px), print {
  .l-footer-contact__auto-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem;
    border-radius: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-footer-contact__auto-logo {
  width: 100%;
  max-width: 14.28rem;
  display: block;
  margin: 0px auto;
  margin-bottom: 0.35rem;
}
@media only screen and (min-width: 769px), print {
  .l-footer-contact__auto-logo {
    width: 100%;
    max-width: 12.5rem;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.l-footer-contact__copyright {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.7857142857rem;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 769px), print {
  .l-footer-contact__copyright {
    font-size: 0.75rem;
  }
}

/* ==========================================================
!app
========================================================== */
.l-app {
  border-radius: 0.85rem;
  background: #103961;
  overflow: hidden;
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.2142857143rem;
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .l-app {
    margin-bottom: 0.5rem;
    padding: 3.75rem 4.37rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1.5rem;
    gap: 1rem 0px;
  }
}
@media only screen and (min-width: 1280px), print {
  .l-app {
    padding: 3.75rem 4.37rem 6.87rem 7.18rem;
  }
}
.l-app__txt-box {
  text-align: left;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.42rem;
  padding-top: 2.28rem;
}
@media only screen and (min-width: 769px), print {
  .l-app__txt-box {
    width: 50%;
    padding: 0px;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-app__txt-box {
    width: 30.68%;
  }
}
.l-app__tit01 {
  margin-bottom: 0.92rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (min-width: 769px), print {
  .l-app__tit01 {
    margin-bottom: 1.56rem;
  }
}
.l-app__tit01::after {
  display: none;
}
.l-app__tit01-subtxt {
  display: inline-block;
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.8571428571rem;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 10px;
  margin-bottom: 0.35rem;
  background-color: #fff;
  color: #103961;
  border-radius: 0.87rem 0.87rem 0.87rem 2px;
}
@media only screen and (min-width: 769px), print {
  .l-app__tit01-subtxt {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-app__tit01-subtxt {
    margin-bottom: 0.62rem;
  }
}
.l-app__tit01-dib {
  display: inline-block;
}
.l-app__txt01 {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.9285714286rem;
  width: 68.35%;
}
@media only screen and (min-width: 769px), print {
  .l-app__txt01 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-app__txt01 {
    width: 100%;
  }
}
.l-app__img {
  width: 23.31%;
  max-width: 5.92rem;
  bottom: 22vw;
  right: 1.71rem;
  position: absolute;
  aspect-ratio: 291/522;
}
@media only screen and (min-width: 769px), print {
  .l-app__img {
    width: 21.01%;
    position: relative;
    max-width: none;
    right: 0;
    bottom: 0;
  }
}
.l-app__img-capture {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation: appImgChange 21s ease-in infinite;
  animation: appImgChange 21s ease-in infinite;
  backdrop-filter: blur(1.25rem);
}
.l-app__img-capture:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.l-app__img-capture:nth-child(2) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.l-app__img-capture:nth-child(3) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}
@-webkit-keyframes appImgChange {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
  }
  0.9% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  32.1% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  33.0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
  }
}
@keyframes appImgChange {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
  }
  0.9% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  32.1% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  33.0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
  }
}
.l-app__link-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.14rem 1.42rem;
  background: #577189;
  border-radius: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-app__link-box {
    width: 100%;
    padding: 2.5rem 2.5rem 3.75rem 2.5rem;
    border-radius: 1.5rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-app__link-box {
    width: 36.82%;
  }
}
.l-app__tit02 {
  font-size: 1.0714285714rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .l-app__tit02 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-app__tit02 {
    text-align: center;
    margin-bottom: 1.87rem;
  }
}
.l-app__tit02-eng {
  display: block;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: max(0.6875rem, 10px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.l-app__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 769px), print {
  .l-app__list {
    width: 100%;
    max-width: 22.5rem;
  }
}
.l-app__list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.36%;
}
@media only screen and (min-width: 769px), print {
  .l-app__list-item {
    width: 50%;
  }
}
@media only screen and (min-width: 769px), print {
  .l-app__list-item:nth-child(1) {
    padding-right: 2.5rem;
    border-right: solid 1px rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 769px), print {
  .l-app__list-item:nth-child(2) {
    padding-left: 2.5rem;
  }
}
.l-app__qr {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .l-app__qr {
    margin-bottom: 0.31rem;
    display: block;
  }
}

.l-app-sec__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.42rem;
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__header {
    width: 65.76%;
    margin-bottom: 1.75rem;
    gap: 1.75rem;
  }
}
.l-app-sec__contents {
  border-radius: 0.85rem;
  background: #DEE2E9;
  padding: 1.14rem;
  margin-bottom: 0.71rem;
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__contents {
    border-radius: 0.75rem;
    padding: 2.68rem 33.75% 2.5rem 3rem;
    margin-bottom: 0.75rem;
    position: relative;
  }
}
.l-app-sec__contents-tit01 {
  color: #0E2A4F;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.1428571429rem;
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__contents-tit01 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__contents-tit01 {
    margin-bottom: 0.5rem;
  }
}
.l-app-sec__contents-inner {
  background: #CDD6E2;
  border-radius: 0.28rem;
  margin-top: 2.14rem;
  padding: 1.42rem;
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__contents-inner {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0;
    margin-top: 0.75rem;
    padding: 0;
    gap: 0.25rem;
    position: static;
  }
}
.l-app-sec__contents-appstore {
  width: 60.78%;
  max-width: 11.07rem;
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__contents-appstore {
    width: calc((100% - 0.25rem) / 2);
    max-width: none;
    background: #CDD6E2;
    border-radius: 0.5rem;
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-app-sec__contents-appstore + .l-app-sec__contents-appstore {
  margin-top: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__contents-appstore + .l-app-sec__contents-appstore {
    margin-top: 0;
  }
}
.l-app-sec__qr {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__qr {
    display: block;
    width: 37.91%;
  }
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__bnr {
    width: 52.78%;
  }
}
.l-app-sec__contents-phone {
  position: absolute;
  width: 27.94%;
  max-width: 5.92rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0.57rem 0.57rem 0.85rem rgba(0, 0, 0, 0.12);
  box-shadow: 0.57rem 0.57rem 0.85rem rgba(0, 0, 0, 0.12);
  bottom: 1.42rem;
  right: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__contents-phone {
    width: 24.13%;
    max-width: none;
    border-radius: 2.68rem;
    -webkit-box-shadow: 1.25rem 1.25rem 1.62rem rgba(0, 0, 0, 0.16);
    box-shadow: 1.25rem 1.25rem 1.62rem rgba(0, 0, 0, 0.16);
    bottom: 2.5rem;
    right: 3rem;
  }
}
.l-app-sec__legacy {
  border: solid 1px #CCD6E1;
  border-radius: 0.57rem;
  padding: 1.42rem 1.14rem 1.14rem 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__legacy {
    border-radius: 0.5rem;
    padding: 1.75rem 2.5rem 1.75rem 2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-app-sec__legacy-tit {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #0E2A4F;
  margin-bottom: 0.64rem;
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__legacy-tit {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__legacy-tit {
    margin-bottom: 0rem;
  }
}
.l-app-sec__legacy-txt {
  position: relative;
  padding-left: 3.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__legacy-txt {
    padding-left: 3.56rem;
  }
}
.l-app-sec__legacy-icon {
  position: absolute;
  width: 3.21rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__legacy-icon {
    width: 2.81rem;
  }
}
.l-app-sec__legacy-name {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__legacy-name {
    font-size: 0.875rem;
  }
}
.l-app-sec__legacy-caption {
  font-size: 0.7857142857rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
  display: inline-block;
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__legacy-caption {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-app-sec__legacy-caption {
    display: block;
  }
}

/* ==========================================================
!Gnavi
========================================================== */
.l-gnavi {
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .l-gnavi {
    width: 100%;
    background-color: #fff;
    padding: 0.81rem 0px 0.31rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 0px 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, 7.25rem);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-gnavi__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 0;
  font-size: min(14px, 0.8125rem);
  letter-spacing: 0em;
  color: #131F2A;
  line-height: 1.07;
}
.l-gnavi__item--switching {
  position: relative;
  background: transparent;
  cursor: pointer;
}
.l-gnavi__item--switching::after {
  display: block;
  position: absolute;
  content: "";
  aspect-ratio: 72/26;
  width: 4.5rem;
  background: url(../img/ico_for_members.webp) center center/contain no-repeat;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.l-gnavi__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-gnavi__txt {
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}
.l-gnavi__megamenu-btn {
  cursor: pointer;
  position: relative;
}
.l-gnavi__megamenu-btn .l-gnavi__txt::after {
  display: block;
  content: "";
  border: solid 2px #000000;
  border-top: none;
  border-left: none;
  width: 0.43rem;
  aspect-ratio: 1/1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ==========================================================
!Header
========================================================== */
.l-header {
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.19);
}
@media only screen and (min-width: 1000px), print {
  .l-header {
    position: sticky;
    top: 0px;
    left: 0px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-animation: slideDownMenu 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 forwards;
    animation: slideDownMenu 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 forwards;
  }
}
.l-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1000px), print {
  .l-header.is-fixed {
    position: sticky;
  }
}
@-webkit-keyframes slideDownMenu {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDownMenu {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-header__box01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.2142857143rem;
  padding-left: 0;
  background: #103961;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px), print {
  .l-header__box01 {
    padding: 0.43rem 0.68rem 0.43rem 0.25rem;
  }
}
.l-header__logo {
  width: 100%;
  max-width: 8.78rem;
}
@media only screen and (min-width: 769px), print {
  .l-header__logo {
    width: 100%;
    max-width: 8.31rem;
  }
}
.l-header__subnav {
  width: calc(100% - 8.78rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px), print {
  .l-header__subnav {
    width: calc(100% - 8.31rem);
  }
}
.l-header__item01 {
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .l-header__item01 {
    margin-right: 2.46em;
    font-size: min(13px, 0.8125rem);
    position: relative;
    display: block;
    padding: 0px;
    margin-bottom: 0rem;
  }
}
.l-header__item01::before {
  display: none;
}
.l-header__link01 {
  color: #fff;
  font-weight: 600;
}
@media (hover: hover) {
  .l-header__link01:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
  }
  .l-header__link01:where(:any-link, :enabled, summary):hover {
    color: #fff;
  }
}
.l-header__icon01 {
  display: inline-block;
  margin-right: 0.25rem;
}
.l-header__icon01--campaign {
  width: 1.23em;
}
.l-header__icon01--member {
  width: 1.53em;
}
.l-header__sub-menu-btn {
  cursor: pointer;
  padding-right: 1em;
  position: relative;
}
.l-header__sub-menu-btn::after {
  display: block;
  content: "";
  width: 0.53em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  aspect-ratio: 1/1;
  border: solid 0.12rem #fff;
  border-top: none;
  border-left: none;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.l-header__sub-menu-btn.is-opened {
  opacity: 0.7;
}
.l-header__item02 {
  margin-left: 0.5rem;
  display: none;
  margin-bottom: 0rem;
}
@media only screen and (min-width: 1000px), print {
  .l-header__item02 {
    display: block;
    padding: 0;
  }
}
.l-header__item02::before {
  display: none;
}
.l-header__item02--regist .l-header__btn01 {
  background: #FBC602;
}
.l-header__item02--regist .l-header__btn01 .l-header__icon02 {
  width: 0.83em;
}
.l-header__item02--regist-corporate .l-header__btn01 {
  background: #7DCDF4;
}
.l-header__item02--regist-corporate .l-header__btn01 .l-header__icon02 {
  width: 1.16em;
}
.l-header__item02--login .l-header__btn01 {
  background: #ED8900;
  color: #fff;
}
@media (hover: hover) {
  .l-header__item02--login .l-header__btn01:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
  }
  .l-header__item02--login .l-header__btn01:where(:any-link, :enabled, summary):hover {
    color: #fff;
  }
}
.l-header__item02--login .l-header__btn01 .l-header__icon02 {
  width: 0.91em;
}
.l-header__item02--beginner .l-header__btn01 {
  background: #fff;
  color: #000000;
}
.l-header__item02--beginner .l-header__btn01 .l-header__icon02 {
  width: 1.16em;
}
.l-header__item02--sp {
  display: block;
}
@media only screen and (min-width: 1000px), print {
  .l-header__item02--sp {
    display: none;
  }
}
.l-header__btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 10.07rem;
  height: 3.28rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.7857142857rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-weight: 600;
  line-height: 1;
  gap: 0.54em;
  border-radius: 0.37rem;
  color: #103961;
}
@media only screen and (min-width: 769px), print {
  .l-header__btn01 {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-header__btn01 {
    width: 10.62rem;
    height: 2.06rem;
    gap: 0.37em;
    border-radius: 4rem;
    font-size: min(12px, 0.75rem);
  }
}
@media (hover: hover) {
  .l-header__btn01:where(:-moz-any-link, :enabled, summary):hover {
    color: #103961;
  }
  .l-header__btn01:where(:any-link, :enabled, summary):hover {
    color: #103961;
  }
}
.l-header__icon02 {
  display: block;
}

.l-header__submenu {
  position: fixed;
  width: 13.75rem;
  background: #FFFFFF;
  border-radius: 0.75rem;
  z-index: 1001;
  -webkit-transform: translate(-20%, 0.75rem);
  transform: translate(-20%, 0.75rem);
  padding: 1.56rem;
  display: none;
  -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
}
@media only screen and (min-width: 769px), print {
  .l-header__submenu {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
@media only screen and (min-width: 1000px), print {
  .l-header__submenu.is-opened {
    display: block;
  }
}
.l-header__submenu-bg {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .l-header__submenu-bg.is-opened {
    display: block;
  }
}
.l-header__submenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}
.l-header__submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.37rem;
  font-size: 0.8125rem;
  letter-spacing: 0em;
}
.l-header__submenu-icon {
  width: 1.46em;
}
.l-header__submenu-close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  font-size: 0.8125rem;
  padding: 0.2em 0.5em;
}

.l-header-lp {
  width: 100%;
  z-index: 1000;
}
@media only screen and (min-width: 769px), print {
  .l-header-lp {
    position: sticky;
    top: 0px;
    left: 0px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-animation: slideDownMenu 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 forwards;
    animation: slideDownMenu 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 forwards;
  }
}
.l-header-lp__box01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.42rem 0;
  padding-left: 0;
  background: #103961;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px), print {
  .l-header-lp__box01 {
    padding: 0.43rem 0.75rem 0.43rem 0.25rem;
  }
}
.l-header-lp__logo {
  width: 100%;
  max-width: 8.78rem;
}
@media only screen and (min-width: 769px), print {
  .l-header-lp__logo {
    width: 100%;
    max-width: 8.31rem;
  }
}
.l-header-lp__txt01 {
  font-size: 0.7142857143rem;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  text-align: right;
  margin-left: 0;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 769px), print {
  .l-header-lp__txt01 {
    font-size: 0.75rem;
    margin-right: 8px;
    line-height: 1.55;
    margin-left: auto;
  }
}
.l-header-lp__subnav {
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (min-width: 769px), print {
  .l-header-lp__subnav {
    position: relative;
    width: 100%;
    max-width: 10.87rem;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.l-header-lp__subnav.u-active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.l-header-lp__item {
  padding: 0;
  display: block;
  margin: 0;
}
.l-header-lp__item::before {
  display: none;
}
.l-header-lp__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #103961;
  color: #fff;
  font-size: 0.9285714286rem;
  font-weight: 500;
  border: solid 0.21rem #F0F1F8;
  padding: 1.57rem 0;
  gap: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .l-header-lp__btn {
    font-size: 0.75rem;
    border: none;
    background: #fff;
    padding: 0.62rem 0;
    color: #131F2A;
    border-radius: 999rem;
    font-weight: 700;
  }
}
.l-header-lp__btn-ico {
  display: block;
  width: 1.53em;
}
@media only screen and (min-width: 769px), print {
  .l-header-lp__btn-ico {
    display: none;
  }
}

.l-header-contact {
  width: 100%;
  z-index: 1000;
}
@media only screen and (min-width: 1000px), print {
  .l-header-contact {
    position: sticky;
    top: 0px;
    left: 0px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-animation: slideDownMenu 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 forwards;
    animation: slideDownMenu 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 forwards;
  }
}
.l-header-contact__box01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.42rem 0;
  padding-left: 0;
  background: #103961;
}
@media only screen and (min-width: 769px), print {
  .l-header-contact__box01 {
    padding: 0.43rem 0.25rem;
  }
}
.l-header-contact__logo {
  width: 100%;
  max-width: 8.78rem;
  margin: 0px auto;
}
@media only screen and (min-width: 769px), print {
  .l-header-contact__logo {
    width: 100%;
    max-width: 8.31rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-header-contact__logo {
    margin-left: 0;
  }
}

/* ==========================================================
!megamenu
========================================================== */
.l-megamenu-bg {
  display: none;
  background: rgba(19, 31, 42, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}
@media only screen and (min-width: 1000px), print {
  .l-megamenu-bg.is-opened {
    display: block;
  }
}

.l-megamenu {
  display: none;
  position: fixed;
  z-index: 1001;
  width: calc((100% - 1.5rem - 5.5rem) / 12 * 10 + 4.5rem);
  left: 50%;
  -webkit-transform: translate(-50%, 0.12rem);
  transform: translate(-50%, 0.12rem);
}
@media only screen and (min-width: 1000px), print {
  .l-megamenu {
    display: block;
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-megamenu.is-opened {
    visibility: visible;
    opacity: 1;
  }
}
.l-megamenu__close {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  font-size: 1.75rem;
  line-height: 1.75rem;
  top: 0.5em;
  right: 0.5em;
}
.l-megamenu__tab {
  position: absolute;
  border-radius: 0.87rem 0.87rem 0 0;
  background: #fff;
  bottom: calc(100% - 1px);
  padding: 0.87rem 0 0.25rem 0;
  width: 9.12rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l-megamenu__tab::before, .l-megamenu__tab::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/img_megamenu_tab.svg) center center/contain no-repeat;
  width: 0.81rem;
  aspect-ratio: 1/1;
}
.l-megamenu__tab::before {
  right: 100%;
  bottom: 0;
}
.l-megamenu__tab::after {
  left: 100%;
  bottom: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.l-megamenu__tab-figure {
  width: 100%;
  max-width: 1.87rem;
  aspect-ratio: 1/1;
  margin: 0px auto;
  margin-bottom: 0.43rem;
}
.l-megamenu__tab-figure img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.l-megamenu__tab-title {
  font-size: 0.8125rem;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
}
.l-megamenu__tab-title::after {
  display: inline-block;
  content: "";
  border: solid 2px #000000;
  border-top: none;
  border-left: none;
  width: 0.37rem;
  aspect-ratio: 1/1;
  vertical-align: 0.1em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-megamenu__header {
  border-radius: 1rem 1rem 0 0;
  background: #fff;
  text-align: left;
  padding: 3rem 18.12rem 2.5rem 5.81rem;
}
.l-megamenu__header-icon {
  width: 3.12rem;
  aspect-ratio: 1/1;
  margin-bottom: 1.37rem;
}
.l-megamenu__header-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.l-megamenu__header-eng {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #103961;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.l-megamenu__header-title {
  font-size: 1.5714285714rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .l-megamenu__header-title {
    font-size: 2.25rem;
  }
}
@media (hover: hover) {
  .l-megamenu__header-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .l-megamenu__header-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-megamenu__header-link-icon {
  width: 1.75rem;
  margin-top: -0.37rem;
}
.l-megamenu__img {
  position: absolute;
  top: 2.5rem;
  bottom: 2.5rem;
  right: 3.5rem;
  width: 13.93rem;
}
.l-megamenu__img-figure {
  max-height: 100%;
  border-radius: 999rem;
  overflow: hidden;
}
.l-megamenu__img-figure img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.l-megamenu__contents {
  border-radius: 0 0 1rem 1rem;
  background: #CDD6E2;
  padding: 3rem 18.12rem 3rem 6.12rem;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.l-megamenu__contents-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.37rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media (hover: hover) {
  .l-megamenu__contents-link:where(:-moz-any-link, :enabled, summary):hover .l-megamenu__contents-txt {
    opacity: 0.6;
  }
  .l-megamenu__contents-link:where(:any-link, :enabled, summary):hover .l-megamenu__contents-txt {
    opacity: 0.6;
  }
}
.l-megamenu__contents-icon {
  width: 1.18rem;
  margin-top: 0.18rem;
}
.l-megamenu__contents-txt {
  width: calc(100% - 1.18rem - 0.37rem);
}

/* ==========================================================
!Mainimg
========================================================== */
.l-mainimg-2nd__h1-sub span, .l-mainimg-2nd__h1-eng span {
  display: inline-block;
  opacity: 0; /* 初期状態 */
  -webkit-transform: translateX(20px);
  transform: translateX(20px); /* 初期位置：右 */
  overflow: hidden;
}

.l-mainimg-2nd__h1-sub span:first-child, .l-mainimg-2nd__h1-eng span:first-child {
  -webkit-transform: none;
  transform: none; /* スライドさせない */
}

.l-mainimg-2nd {
  position: relative;
  padding: 0.21rem 0px;
  /* フェードインのみ (1文字目用) */
}
@media only screen and (min-width: 1000px), print {
  .l-mainimg-2nd {
    padding: 0.75rem 0px 0.5rem;
  }
}
.l-mainimg-2nd::before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#CDD6E2), color-stop(6.25%, #CDD6E2), to(rgba(205, 214, 226, 0)));
  background: linear-gradient(180deg, #CDD6E2 0%, #CDD6E2 6.25%, rgba(205, 214, 226, 0) 100%);
  height: 36.57rem;
  z-index: -1;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd::before {
    height: 40rem; /* 1600px時、640px想定 */
  }
}
@media only screen and (min-width: 1000px), print {
  .l-mainimg-2nd--article {
    margin-bottom: -5.5rem;
  }
}
.l-mainimg-2nd--article::before {
  display: none;
}
.l-mainimg-2nd__inner {
  width: calc(100% - 0.4285714286rem);
  margin: 0px auto;
  border-radius: 0.85rem;
  background: #fff;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__inner {
    width: calc(100% - 1.5rem);
  }
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__inner {
    border-radius: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    padding: 5.5rem 0px 4.5rem 0px;
    min-height: 22.5rem;
  }
}
.l-mainimg-2nd__inner--article {
  background: #CDD6E2;
}
@media only screen and (min-width: 1000px), print {
  .l-mainimg-2nd__inner--article {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
.l-mainimg-2nd__txtbox {
  padding: 1.14rem 1.71rem;
  padding-top: 0.71rem;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__txtbox {
    width: calc((100% - 5.5rem) / 12 * 6 + 2.5rem);
    padding: 0px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-mainimg-2nd__txtbox {
    width: calc((100% - 5.5rem) / 12 * 5 + 2rem);
  }
}
.l-mainimg-2nd__txtbox--article {
  padding: 0 1.42rem 2rem 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__txtbox--article {
    padding: 0px;
  }
}
.l-mainimg-2nd__txtbox:last-child {
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__txtbox:last-child {
    width: calc((100% - 5.5rem) / 12 * 10 + 4.5rem);
  }
}
.l-mainimg-2nd__icon01 {
  width: 3.85rem;
  aspect-ratio: 1/1;
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__icon01 {
    width: 5.06rem;
    margin-bottom: 1.75rem;
  }
}
.l-mainimg-2nd__icon01 img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
  width: 80%;
  height: 80%;
}
.l-mainimg-2nd__h1--article {
  font-size: 1.5714285714rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 0.57rem;
  color: #2A343E;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__h1--article {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__h1--article {
    margin-bottom: 0.5rem;
  }
}
.l-mainimg-2nd__date {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-mainimg-2nd__time {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.06em;
  display: block;
  font-size: 0.9285714286rem;
  line-height: 1.3;
  color: #4E575F;
  margin-bottom: 0.31rem;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__time {
    margin-bottom: 0rem;
  }
}
.l-mainimg-2nd__tag {
  font-size: 0.7857142857rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 0.7142857143rem;
  display: block;
  background-color: #222222;
  color: #fff;
  width: 7em;
  border-radius: 2px;
  text-align: center;
  padding: 3px 0px;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__tag {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__tag {
    width: 9.5em;
  }
}
@-webkit-keyframes textSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes textSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes simpleFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes simpleFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-mainimg-2nd__h1-eng {
  display: block;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.1em;
  font-size: 0.8571428571rem;
  color: #131F2A;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  opacity: 0;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__h1-eng {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}
.l-mainimg-2nd__h1-eng span {
  line-height: 1;
}
.l-mainimg-2nd__h1-eng.u-active {
  opacity: 1;
}
.l-mainimg-2nd__h1-eng.u-active span {
  -webkit-animation: textSlideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation: textSlideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.l-mainimg-2nd__h1-eng.u-active span:first-child {
  /* フェードインのみのアニメーションを適用 */
  -webkit-animation-name: simpleFadeIn;
  animation-name: simpleFadeIn;
}
.l-mainimg-2nd__h1-sub {
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.9285714286rem;
  color: rgba(19, 31, 42, 0.5);
  opacity: 0;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__h1-sub {
    font-size: 1rem;
  }
}
.l-mainimg-2nd__h1-sub span {
  line-height: 1;
}
.l-mainimg-2nd__h1-sub.u-active {
  opacity: 1;
}
.l-mainimg-2nd__h1-sub.u-active span {
  -webkit-animation: textSlideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation: textSlideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.l-mainimg-2nd__h1-sub.u-active span:first-child {
  /* フェードインのみのアニメーションを適用 */
  -webkit-animation-name: simpleFadeIn;
  animation-name: simpleFadeIn;
}
.l-mainimg-2nd__h1-text {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 800;
  margin-bottom: 0.57rem;
  color: #2A343E;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__h1-text {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__h1-text {
    margin-bottom: 0.5rem;
  }
}
.l-mainimg-2nd__h1-text.u-active {
  /* 3色を33.33%ずつ均等配置 (ハードストップ) */
  background-image: -webkit-gradient(linear, right top, left top, from(#CDD6E2), color-stop(33.33%, #CDD6E2), color-stop(33.33%, #FDBD03), color-stop(66.66%, #FDBD03), color-stop(66.66%, #2A343E), to(#2A343E));
  background-image: linear-gradient(270deg, #CDD6E2 0%, #CDD6E2 33.33%, #FDBD03 33.33%, #FDBD03 66.66%, #2A343E 66.66%, #2A343E 100%);
  background-size: 300% auto;
  background-position: 100% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* アニメーション適用 */
  -webkit-animation: gradientFlow 0.8s cubic-bezier(0.68, 0.01, 0.63, 0.99) 0.1s 1 forwards;
  animation: gradientFlow 0.8s cubic-bezier(0.68, 0.01, 0.63, 0.99) 0.1s 1 forwards;
}
@-webkit-keyframes gradientFlow {
  0% {
    background-position: 100% 50%; /* 最初の色 (#CDD6E2) */
  }
  100% {
    background-position: 0% 50%; /* 最後の色 (#2A343E) */
  }
}
@keyframes gradientFlow {
  0% {
    background-position: 100% 50%; /* 最初の色 (#CDD6E2) */
  }
  100% {
    background-position: 0% 50%; /* 最後の色 (#2A343E) */
  }
}
.l-mainimg-2nd__txt01 {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__txt01 {
    font-size: 1rem;
  }
}
.l-mainimg-2nd__btn {
  margin-top: -0.29rem;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__btn {
    width: 100%;
    max-width: 17.87rem;
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__btn--mtwide {
    margin-top: 2.18rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__btn--long {
    width: 100%;
    max-width: 25rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__textlink {
    margin-top: 1.25rem;
  }
}
.l-mainimg-2nd__sidebox {
  border-top: solid 1px #DBE1EA;
  padding: 1.71rem;
  padding-top: 1.42rem;
  width: 100%;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__sidebox {
    width: calc((100% - 5.5rem) / 12 * 5 + 2rem);
    border: solid 1px #E3E7EE;
    border-radius: 1rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-mainimg-2nd__sidebox {
    margin-left: 6.5rem;
    padding: 2.5rem 3.37rem 2rem 3.37rem;
  }
}
.l-mainimg-2nd__sideimg {
  padding: 0.57rem 1.42rem 2.28rem;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__sideimg {
    width: calc((100% - 5.5rem) / 12 * 5 + 2rem);
    padding: 0px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-mainimg-2nd__sideimg {
    margin-left: 6.5rem;
  }
}
.l-mainimg-2nd__sideimg-in {
  aspect-ratio: 330/128;
  width: 100%;
  overflow: hidden;
  border-radius: 999em;
  background-color: #CDD6E2;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-2nd__sideimg-in {
    aspect-ratio: 548/300;
  }
}
.l-mainimg-2nd__sideimg-in img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.l-mainimg-2nd__sideimg-in img.is-animate-img {
  -webkit-animation: imgOpacity 1s ease-out 0.6s 1 forwards, imgScale 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s 1 forwards;
  animation: imgOpacity 1s ease-out 0.6s 1 forwards, imgScale 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s 1 forwards; /* 拡大率: 1.2→1 */
}
@-webkit-keyframes imgOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes imgScale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes imgScale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.l-mainimg-lp {
  width: calc(100% - 0.4285714286rem);
  margin: 0px auto;
  margin-bottom: 0.21rem;
  padding-top: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-lp {
    width: calc(100% - 1.5rem);
  }
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-lp {
    margin-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
}
.l-mainimg-lp__inner {
  background: #103961;
  border-radius: 0.85rem;
  padding-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-lp__inner {
    border-radius: 1.5rem;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-lp__figure {
    width: calc((100% - 5.5rem) / 12 * 6 + 2.5rem);
  }
}
.l-mainimg-lp__txtbox {
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-lp__txtbox {
    width: calc((100% - 5.5rem) / 12 * 6 + 2.5rem);
    padding: 5.37rem 0 5.37rem 5.37rem;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-mainimg-lp__txtbox {
    padding: 5.37rem 0 5.37rem 8.25rem;
  }
}
.l-mainimg-lp__tit {
  font-size: 2rem;
  line-height: 1.21;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 1000px), print {
  .l-mainimg-lp__tit {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }
}
.l-mainimg-lp__tit-subtxt {
  display: inline-block;
  font-size: 0.8571428571rem;
  line-height: 2.58;
  background: #fff;
  color: #131F2A;
  padding: 0 0.85rem;
  font-weight: 600;
  border-radius: 1.35rem 1.28rem 1.28rem 0.14rem;
  margin-bottom: 0.21rem;
}
@media only screen and (min-width: 1000px), print {
  .l-mainimg-lp__tit-subtxt {
    font-size: 0.875rem;
    line-height: 2.35;
    padding: 0 0.75rem;
    border-radius: 1.18rem 1.12rem 1.12rem 0.12rem;
    margin-bottom: 0.25rem;
  }
}
.l-mainimg-lp__tit-strong {
  font-size: 1.1428571429rem;
  line-height: 1.93;
  font-weight: 700;
}
@media only screen and (min-width: 1000px), print {
  .l-mainimg-lp__tit-strong {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.l-mainimg-lp__txt {
  font-size: 1.0714285714rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-lp__txt {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-mainimg-lp__txt {
    margin-bottom: 1rem;
  }
}
.l-mainimg-lp__ul {
  font-size: 1.0714285714rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-lp__ul {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-mainimg-lp__ul {
    margin-bottom: 1.75rem;
  }
}
.l-mainimg-lp__li {
  padding-left: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-lp__li {
    padding-left: 1.5rem;
  }
}
.l-mainimg-lp__li::before {
  width: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-lp__li::before {
    width: 1.25rem;
  }
}
.l-mainimg-lp__li::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 1.14rem;
  background-color: #103961;
  -webkit-mask-image: url("../img/ico_input_check.svg");
  mask-image: url("../img/ico_input_check.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-lp__li::after {
    width: 1.25rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-mainimg-lp__btn {
    width: 100%;
    max-width: 20.37rem;
  }
}

/* ==========================================================
!Navi
========================================================== */
@media only screen and (min-width: 1000px), print {
  .l-navi {
    display: none;
  }
}
.l-navi__box {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
@media only screen and (min-width: 1000px), print {
  .l-navi__box {
    width: auto;
  }
}
.l-navi__box--splast {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (min-width: 1000px), print {
  .l-navi__box--splast {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.l-navi__dl-logo {
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .l-navi__dl-logo {
    display: block;
    width: 100%;
    max-width: 11.25rem;
    margin-bottom: 1rem;
  }
}
.l-navi__ul {
  text-align: left;
}
.l-navi__li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
  position: relative;
  font-size: 0.8125rem;
  margin-bottom: 0.9em;
  line-height: 1.4;
}
.l-navi__li::before {
  display: block;
  content: "-";
  position: absolute;
  left: 0px;
  top: 0px;
  aspect-ratio: unset;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: none;
}
@media only screen and (min-width: 1000px), print {
  .l-navi__li--f-big {
    font-size: 0.875rem;
  }
}
.l-navi__li--mb {
  margin-bottom: 1em;
}
@media (hover: hover) {
  .l-navi__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .l-navi__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-navi__link02 {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px), print {
  .l-navi__link02 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-navi__link02 {
    display: block;
  }
}
@media (hover: hover) {
  .l-navi__link02:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .l-navi__link02:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-navi__link02-icon {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  width: 1.78rem;
}
@media only screen and (min-width: 1000px), print {
  .l-navi__link02-icon {
    display: none !important;
  }
}
.l-navi__dl {
  text-align: left;
  padding: 1.42rem 0px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1000px), print {
  .l-navi__dl {
    margin-bottom: 1.56rem;
    padding: 0px;
    border-bottom: none;
  }
}
.l-navi__dl--last {
  border-bottom: none;
}
@media only screen and (min-width: 1000px), print {
  .l-navi__dl-dt--sp {
    display: none;
  }
}
.l-navi__dl-dd {
  margin-top: 0.75rem;
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .l-navi__dl-dd {
    display: block;
  }
}
.l-navi__fixed-area {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-animation: slideUpMenu 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 forwards;
  animation: slideUpMenu 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 forwards;
}
@-webkit-keyframes slideUpMenu {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUpMenu {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-navi__pickupnavi {
  width: calc(100% - 4.85rem);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.64rem 0 0.42rem;
}
.l-navi__btn01 {
  grid-row: span 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: none;
  border-left: solid 1px rgba(112, 112, 112, 0.2);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-navi__btn01:nth-child(1) {
  border-left: none;
}
.l-navi__btn01-icon {
  width: 1.85rem;
  margin: 0px auto;
}
.l-navi__btn01-icon--login {
  width: 1.5rem;
}
.l-navi__btn01-icon img {
  width: 100%;
}
.l-navi__btn01-txt {
  display: block;
  font-size: 0.7142857143rem;
  letter-spacing: -0.08em;
  font-weight: 600;
  color: #131F2A;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  padding: 0.35rem 0 0.14rem;
}
.l-navi__hamburger {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #232324;
  width: 4.85rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.14rem 0px 0.57rem;
}
.l-navi__hamburger.is-opened .l-navi__hamburger-icon::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-navi__hamburger.is-opened .l-navi__hamburger-icon::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-navi__hamburger.is-opened .l-navi__hamburger-line {
  display: none;
}
.l-navi__hamburger.is-opened .l-navi__hamburger-txt::before {
  display: none;
}
.l-navi__hamburger.is-opened .l-navi__hamburger-txt::after {
  display: block;
}
.l-navi__hamburger-icon {
  position: relative;
  width: 1.5rem;
  aspect-ratio: 21/14;
  display: block;
  margin: 0px auto;
  margin-bottom: 0.35rem;
}
.l-navi__hamburger-icon::before, .l-navi__hamburger-icon::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 3.57rem;
  left: 0px;
}
.l-navi__hamburger-icon::before {
  top: 0rem;
}
.l-navi__hamburger-icon::after {
  top: 0.42rem;
}
.l-navi__hamburger-line {
  display: block;
  position: absolute;
  width: 1rem;
  height: 2px;
  background-color: #fff;
  border-radius: 3.57rem;
  bottom: 0px;
  left: 0px;
}
.l-navi__hamburger-txt {
  display: block;
  font-size: 0.7142857143rem;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #fff;
}
.l-navi__hamburger-txt::before {
  display: block;
  content: "メニュー";
}
.l-navi__hamburger-txt::after {
  display: none;
  content: "閉じる";
}
.l-navi__hamburger-txt.is-opened::before {
  display: none;
}
.l-navi__hamburger-txt.is-opened::after {
  display: block;
}
.l-navi__bg {
  position: fixed;
  z-index: 110;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(224, 224, 224, 0.33);
  backdrop-filter: blur(50px) brightness(120%);
  display: none;
}
.l-navi__bg.u-active {
  display: block;
}
.l-navi__submenu {
  position: fixed;
  z-index: 110;
  width: 87.23%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.l-navi__submenu.u-active {
  display: block;
}
.l-navi__list01 {
  background-color: #fff;
  border-radius: 0.85rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.l-navi__btn02 {
  margin-bottom: 0.57rem;
  padding: 0;
}
.l-navi__btn02::before {
  display: none;
}
.l-navi__btn02:last-child {
  margin-bottom: 0rem;
}
.l-navi__closebtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.2857142857rem;
}
.l-navi__hamburger-nav {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #EFF1F7;
  padding: 4.14rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.l-navi__hamburger-nav.u-active {
  display: block;
}
.l-navi__hamburger-nav-inner {
  overflow: scroll;
  padding: 0 1.42rem;
  padding-bottom: 0.71rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-navi__hamburger-nav-inner .l-navi__dl--top {
  display: none;
}
.l-navi__list02 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.71rem;
}
.l-navi__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.l-navi__btn03 {
  border-radius: 0.42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.42rem 0px;
  gap: 0.28rem;
}
.l-navi__btn03--orange {
  background: #FBC602;
}
.l-navi__btn03--orange .l-navi__icon {
  width: 0.71rem;
}
.l-navi__btn03--lblue {
  background: #7DCDF4;
}
.l-navi__btn03--lblue .l-navi__icon {
  width: 0.92rem;
}
.l-navi__icon {
  display: block;
  font-size: 0;
}
.l-navi__txt {
  font-size: 0.8571428571rem;
  font-weight: 700;
  color: #131F2A;
  line-height: 1;
}

/* ==========================================================
!Section Common
========================================================== */
.l-outer {
  border-radius: 0.85rem;
  background: #fff;
}
@media only screen and (min-width: 769px), print {
  .l-outer {
    border-radius: 1.5rem;
  }
}
.l-outer--bg02 {
  background: #DEE2E9;
}
.l-outer--boder {
  background: none;
  border: solid 1px #CDD6E2;
}

.l-inner {
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0 auto;
}
@media only screen and (min-width: 1000px), print {
  .l-inner {
    width: calc((100% - 5.5rem) / 12 * 10 + 4.5rem);
  }
}
.l-inner--left {
  text-align: left;
}
@media only screen and (min-width: 1000px), print {
  .l-inner--narrow {
    width: calc((100% - 5.5rem) / 12 * 8 + 3.5rem);
  }
}

.l-flow-section__num {
  display: block;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: rgba(16, 57, 97, 0.5);
  letter-spacing: 0.02em;
  text-align: right;
  font-size: 1rem;
  margin-bottom: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .l-flow-section__num {
    position: absolute;
    left: 0;
    text-align: center;
    top: 1.25rem;
    width: 100%;
    font-size: 1.625rem;
  }
}

.l-flow-section__num-big {
  color: #103961;
  font-size: 2em;
  font-weight: 300;
  margin-right: 0.17em;
}

.l-flow-section {
  border-radius: 0.85rem;
  background: #fff;
  padding: 1.42rem 0 2.28rem;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .l-flow-section {
    position: relative;
    padding: 9.37rem 0 6.5rem;
    border-radius: 1.5rem;
  }
}
.l-flow-section--bg02 {
  background: #DEE2E9;
}
.l-flow-section--bg03 {
  background: #CDD6E2;
}
.l-flow-section--bg04 {
  background: none;
  border: solid 1px #CDD6E2;
}
.l-flow-section + .l-flow-section {
  margin-top: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .l-flow-section + .l-flow-section {
    margin-top: 0.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-flow-section__num--left {
    text-align: left;
    padding-left: 1.75rem;
    top: 1.25rem;
  }
}
.l-signup-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.42rem;
  text-align: left;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .l-signup-section__header {
    gap: 1.25rem;
    margin-bottom: 2.5rem;
    text-align: center;
  }
}
.l-signup-section__imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px), print {
  .l-signup-section__imgarea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.l-signup-section__img {
  width: 48.18%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .l-signup-section__img {
    width: 59.6%;
    margin-top: 2rem;
  }
}
.l-signup-section__figure01 {
  margin-right: -1.57142857rem;
  margin-left: -1.36rem;
}
@media only screen and (min-width: 769px), print {
  .l-signup-section__figure01 {
    margin: 0;
  }
}
.l-signup-section__txtbox {
  width: 51.81%;
  position: relative;
  padding: 2.21rem 0 2.57rem 1.92rem;
}
@media only screen and (min-width: 769px), print {
  .l-signup-section__txtbox {
    width: 22.86%;
    padding: 4.12rem 0 5.35rem 0;
  }
}
.l-signup-section__txtbox::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 128.07%;
  background: #DEE2E9;
  border-radius: 50%;
  z-index: 0;
}
@media only screen and (min-width: 769px), print {
  .l-signup-section__txtbox::before {
    height: 100%;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.l-signup-section__tit01 {
  position: relative;
  z-index: 1;
  font-size: 1.0714285714rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .l-signup-section__tit01 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-signup-section__tit01 {
    margin-bottom: 0.43rem;
  }
}
.l-signup-section__txt01 {
  position: relative;
  z-index: 1;
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.8571428571rem;
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-signup-section__txt01 {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-signup-section__txt01 {
    margin-bottom: 1.18rem;
  }
}
.l-signup-section__figure02 {
  width: 100%;
  max-width: 7.71rem;
  position: relative;
  z-index: 1;
  border-radius: 0.35rem;
  overflow: hidden;
  margin: 0px auto;
}
@media only screen and (min-width: 769px), print {
  .l-signup-section__figure02 {
    width: 100%;
    max-width: 11.5rem;
  }
}

.l-card-section__header {
  padding-top: 2.85rem;
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .l-card-section__header {
    padding-top: 6.5rem;
    margin-bottom: 1.56rem;
  }
}
.l-card-section__tit {
  font-size: 1.4285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .l-card-section__tit {
    font-size: 1.5rem;
  }
}
.l-card-section__tit::after {
  display: none;
}
.l-card-section__contents {
  padding-bottom: 2.85rem;
}
@media only screen and (min-width: 769px), print {
  .l-card-section__contents {
    padding-bottom: 6rem;
  }
}
.l-card-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.42rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 769px), print {
  .l-card-section__list {
    gap: 0.5rem;
  }
}
.l-card-section__card {
  width: calc((100% - 0.42rem) / 2);
}
@media only screen and (min-width: 769px), print {
  .l-card-section__card {
    width: calc((100% - 3.5rem) / 8 * 3 + 1rem);
  }
}
.l-card-section__card-img {
  display: block;
  -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  border-radius: 0.42rem;
  overflow: hidden;
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .l-card-section__card-img {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
@media only screen and (min-width: 769px), print {
  .l-card-section__card-img {
    margin-bottom: 0.75rem;
    border-radius: 0.75rem;
  }
}
.l-card-section__card-img img {
  width: 100%;
}

/* ==========================================================
!Wrapper
========================================================== */
.l-wrapper {
  background-image: repeating-linear-gradient(90deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, rgba(0, 0, 0, 0) 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper {
    background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem), repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
    background-position: left top, left bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: 100% 1px, 100% 1px;
  }
}
.l-wrapper--tabnoboder {
  background: none;
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper--tabnoboder {
    background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem), repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
    background-position: left top, left bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: 100% 1px, 100% 1px;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper__sidemenu {
    position: sticky;
    width: 24.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    top: 9rem;
    left: 0px;
    padding: 0px 4.12rem;
    padding-top: 6rem;
    padding-bottom: 6.5rem;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.l-wrapper__sidemenu--pconly {
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper__sidemenu--pconly {
    display: block;
  }
}
.l-wrapper__sidemenu--spfixed {
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #EFF1F7;
  background-image: repeating-linear-gradient(90deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, rgba(0, 0, 0, 0) 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  overflow: scroll;
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper__sidemenu--spfixed {
    position: sticky;
    width: 24.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    top: 9.31rem;
    left: 0px;
    padding: 0px 4.12rem;
    padding-top: 6rem;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.l-wrapper__sidemenu--spfixed.is-fixed {
  position: fixed;
}
.l-wrapper__sidemenu--spfixed.is-absolute {
  position: absolute;
  bottom: 0;
  top: auto;
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper__contents {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-image: repeating-linear-gradient(180deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
  }
}
.l-wrapper__inner {
  width: calc(100% - 0.4285714286rem);
  margin: 0px auto;
  padding-top: 1.71rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper__inner {
    width: calc(100% - 1.5rem);
  }
}
@media only screen and (min-width: 769px), print {
  .l-wrapper__inner {
    padding-top: 6rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper__inner {
    padding-bottom: 6.5rem;
  }
}

.l-wrapper-box__bg-area {
  width: 100%;
  min-height: 132.53vw;
  overflow: hidden;
  padding-top: 6.71rem;
  padding-bottom: 5.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  clip-path: rect(auto auto auto auto round 0.85rem);
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-box__bg-area {
    min-height: 40.75vw;
    padding: 6.25rem 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.l-wrapper-box__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}
.l-wrapper-box__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.l-wrapper-box__inner {
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-box__inner {
    margin-left: 6.25rem;
    width: calc((100% - 5.5rem) / 12 * 6 + 2.5rem);
  }
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper-box__inner {
    width: calc((100% - 5.5rem) / 12 * 3 + 1rem);
  }
}

.l-wrapper-box02__inner {
  background: #ADADAD;
  padding: 5.35rem 0;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-box02__inner {
    padding: 10.93rem 0;
  }
}
.l-wrapper-box02__card {
  padding: 2.14rem 2rem;
  border-radius: 0.57rem;
  background: #fff;
  text-align: center;
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-box02__card {
    padding: 3.12rem 0;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper-box02__card {
    width: calc((100% - 5.5rem) / 12 * 6 + 2.5rem);
  }
}
.l-wrapper-box02__tit {
  font-size: 1.2857142857rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1.21rem;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-box02__tit {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-box02__tit {
    margin-bottom: 1rem;
  }
}
.l-wrapper-box02__tit::after {
  display: none;
}
.l-wrapper-box02__tit-num {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.02em;
  color: #103961;
  font-size: 3rem;
  line-height: 1;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-box02__tit-num {
    font-size: 4.0625rem;
  }
}
.l-wrapper-box02__tit-cammma {
  font-size: 0.8em;
}
.l-wrapper-box02__tit-sup {
  font-size: 0.5em;
  vertical-align: text-top;
}
.l-wrapper-box02__txt {
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-box02__txt {
    margin-bottom: 0.25rem;
  }
}

.l-wrapper-fixed {
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-wrapper-fixed__img {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__img {
    display: block;
    position: sticky;
    background: #CDD6E2;
    width: calc((100% - 5.5rem) / 12 * 6 + 2.5rem);
    border-radius: 1.5rem;
    overflow: hidden;
    top: 0;
    right: 0;
    height: calc(100vh - 4.06rem);
  }
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper-fixed__img {
    height: calc(100vh - 9.68rem);
    top: 9.68rem;
  }
}
.l-wrapper-fixed__img.is-fixed {
  position: fixed;
  right: 0.75rem;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__img.is-fixed {
    position: sticky;
    right: 0;
  }
}
.l-wrapper-fixed__img.is-absolute {
  position: absolute;
  right: 0;
  bottom: 4.06rem;
  top: auto;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__img.is-absolute {
    position: sticky;
    top: 0;
    bottom: auto;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper-fixed__img.is-absolute {
    top: 9.68rem;
  }
}
.l-wrapper-fixed__img--app {
  display: block;
  position: absolute;
  width: 23.13vw;
  right: 1.42rem;
  top: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__img--app {
    width: calc((100% - 5.5rem) / 12 * 6 + 2.5rem);
    border-radius: 1.5rem;
    top: 0;
    right: 0;
    height: calc(100vh - 4.06rem);
    position: sticky;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper-fixed__img--app {
    height: calc(100vh - 9.68rem);
  }
}
.l-wrapper-fixed__img--app.is-fixed {
  position: fixed;
  right: 1.64rem;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__img--app.is-fixed {
    position: sticky;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper-fixed__img--app.is-fixed {
    top: 9.68rem;
  }
}
.l-wrapper-fixed__img--app.is-absolute {
  position: absolute;
  right: 1.42rem;
  top: auto;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__img--app.is-absolute {
    position: sticky;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper-fixed__img--app.is-absolute {
    top: 9.68rem;
  }
}
.l-wrapper-fixed__figure {
  position: absolute;
  opacity: 0;
  width: 100%;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__figure {
    height: 100%;
  }
}
.l-wrapper-fixed__figure.u-active {
  opacity: 1;
}
.l-wrapper-fixed__figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__figure--app {
    width: 41.32%;
    aspect-ratio: 324/553;
    height: auto;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
.l-wrapper-fixed__contents {
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__contents {
    width: calc((100% - 5.5rem) / 12 * 6 + 2.5rem);
    background: #fff;
    border-radius: 1.5rem;
    padding-top: 10.43rem;
  }
}
.l-wrapper-fixed__contents--app {
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__contents--app {
    width: calc((100% - 5.5rem) / 12 * 6 + 2.5rem);
    margin-left: 0;
  }
}
.l-wrapper-fixed__contents--bg02 {
  background: none;
}
.l-wrapper-fixed__article {
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  padding-bottom: 2rem;
  margin-bottom: 2.28rem;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__article {
    padding-bottom: 6rem;
    margin-bottom: 6rem;
  }
}
.l-wrapper-fixed__article:last-child {
  margin-bottom: 0rem;
}
.l-wrapper-fixed__article--last {
  background: none;
  padding-bottom: 0;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__article--last {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper-fixed__article--app02 {
    width: calc((100% - 2.5rem) / 6 * 4 + 1.5rem);
    margin-right: auto;
    margin-left: auto;
  }
}
.l-wrapper-fixed__article-inner {
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper-fixed__article-inner {
    width: calc((100% - 2.5rem) / 6 * 4 + 1.5rem);
  }
}
.l-wrapper-fixed__article-inner--app {
  width: 60%;
  margin-left: 0;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__article-inner--app {
    width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
    margin: 0px auto;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper-fixed__article-inner--app {
    width: calc((100% - 2.5rem) / 6 * 4 + 1.5rem);
  }
}
.l-wrapper-fixed__article-inner--app02 {
  width: 60%;
  margin-left: 0;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__article-inner--app02 {
    width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
    margin: 0px auto;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper-fixed__article-inner--app02 {
    width: 100%;
  }
}
.l-wrapper-fixed__box01 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__box01 {
    margin-bottom: 1.75rem;
  }
}
.l-wrapper-fixed__box01:last-child {
  margin-bottom: 0rem;
}
.l-wrapper-fixed__box01-header {
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__box01-header {
    margin-bottom: 0.75rem;
  }
}
.l-wrapper-fixed__box01-contents + .l-wrapper-fixed__box01-contents {
  margin-top: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-fixed__box01-contents + .l-wrapper-fixed__box01-contents {
    margin-top: 1.75rem;
  }
}
.l-wrapper-fixed__contents-img {
  overflow: hidden;
  border-radius: 0.57rem;
  margin-bottom: 0.85rem;
}

.l-wrapper-form {
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
    margin: 0px auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-wrapper-form {
    width: calc((100% - 5.5rem) / 12 * 10 + 4.5rem);
  }
}
.l-wrapper-form__txtbox {
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-form__txtbox {
    width: 35.18%;
    margin: 0;
    position: sticky;
    top: 4.06rem;
    left: 0;
  }
}
.l-wrapper-form__txtbox-figure {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-form__txtbox-figure {
    display: block;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-form__formbox {
    width: 54.71%;
  }
}

@media only screen and (min-width: 769px), print {
  .l-wrapper-slider {
    width: calc(100% - 0.4285714286rem);
    margin: 0px auto;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px), print {
  .l-wrapper-slider {
    width: calc(100% - 1.5rem);
  }
}
.l-wrapper-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .l-wrapper-slider__inner {
    gap: 2.5rem;
  }
}

/* ==========================================================
!cardnavi
========================================================== */
.l-cardnavi {
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .l-cardnavi {
    margin-bottom: 0.75rem;
    padding-top: 1rem;
  }
}
.l-cardnavi--editor {
  margin-bottom: 0rem;
}
@media only screen and (min-width: 769px), print {
  .l-cardnavi--editor {
    padding-top: 0rem;
    padding-bottom: 6.31rem;
  }
}
.l-cardnavi__inner {
  padding: 2.85rem 0px;
}
@media only screen and (min-width: 1000px), print {
  .l-cardnavi__inner {
    padding-top: 6rem;
    padding-bottom: 5.37rem;
  }
}
.l-cardnavi__tit {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .l-cardnavi__tit {
    margin-bottom: 1.06rem;
  }
}
.l-cardnavi__slider {
  padding: 0px 1.14rem;
  margin-bottom: 1.92rem;
}
@media only screen and (min-width: 769px), print {
  .l-cardnavi__slider {
    margin-bottom: 0rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-cardnavi__slider {
    padding: 0px;
    width: calc((100% - 5.5rem) / 12 * 10 + 4.5rem);
  }
}
.l-cardnavi__slider--editor {
  padding: 0;
  margin-right: -0.21428571rem;
  margin-bottom: 0rem;
}
@media only screen and (min-width: 769px), print {
  .l-cardnavi__slider--editor {
    margin-right: -0.5rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-cardnavi__slider--editor {
    width: calc((100% - 5.5rem) / 12 * 10 + 4.5rem + 0.21428571rem);
    margin: 0px auto;
    -webkit-transform: translateX(0.25rem);
    transform: translateX(0.25rem);
  }
}

.l-cardnavi02__box {
  padding: 4.57rem 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .l-cardnavi02__box {
    padding: 10rem 0;
  }
}
.l-cardnavi02__bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.l-cardnavi02__bgimg.js-aniOn {
  -webkit-animation: imgOpacity_bg 1s ease-out 0.6s 1 forwards, imgScale_bg 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s 1 forwards;
  animation: imgOpacity_bg 1s ease-out 0.6s 1 forwards, imgScale_bg 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s 1 forwards; /* 拡大率: 1.2→1 */
}
@-webkit-keyframes imgOpacity_bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes imgOpacity_bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes imgScale_bg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes imgScale_bg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.l-cardnavi02__bgimg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-cardnavi02__contents {
  position: relative;
  z-index: 1;
}
.l-cardnavi02__tit {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .l-cardnavi02__tit {
    margin-bottom: 1.5rem;
  }
}
.l-cardnavi02__txt {
  text-align: left;
  margin-bottom: 2.28rem;
}
@media only screen and (min-width: 769px), print {
  .l-cardnavi02__txt {
    margin-bottom: 2rem;
    text-align: center;
  }
}
.l-cardnavi02__txt-caption {
  margin-top: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-cardnavi02__txt-caption {
    margin-top: 0;
  }
}
.l-cardnavi02__btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2857142857rem;
  width: 100%;
  max-width: 20.71rem;
  margin: 0px auto;
}
@media only screen and (min-width: 769px), print {
  .l-cardnavi02__btnwrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
    max-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-cardnavi02__btnwrap--spfull {
  max-width: none;
}
@media only screen and (min-width: 769px), print {
  .l-cardnavi02__btn {
    width: 100%;
    max-width: 21.62rem;
  }
}

/* ==========================================================
!l-contact-corp
========================================================== */
.l-contact-corp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem), repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom, left top;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 1.5px, 100% 1.5px;
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp {
    margin-bottom: 0.75rem;
  }
}
.l-contact-corp__tit01 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 1.42rem;
  background-image: repeating-linear-gradient(180deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1.5px 100%;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.7857142857rem;
  letter-spacing: 0.1em;
  line-height: 1.42rem;
  padding-top: 54.66vw;
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp__tit01 {
    width: 5rem;
    font-size: 0.875rem;
    line-height: 5rem;
    padding-top: 0;
  }
}
.l-contact-corp__tit01::after {
  display: none;
}
.l-contact-corp__inner {
  width: calc(100% - 1.42rem);
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp__inner {
    width: calc(100% - 5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.75rem 0px 3.68rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-contact-corp__inner {
    padding: 0;
  }
}
.l-contact-corp__imgbox {
  margin-right: -1.43rem;
  padding-top: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp__imgbox {
    margin-right: unset;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    width: 46.84%;
  }
}
.l-contact-corp__img-wrap {
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp__bg {
    width: 81%;
    margin-left: 6.17%;
  }
}
.l-contact-corp__bg img {
  width: 100%;
}
.l-contact-corp__img01 {
  position: absolute;
  width: 29.12%;
  top: -0.22rem;
  right: 1.59%;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp__img01 {
    width: 23.96%;
    top: auto;
    bottom: -5.31%;
    right: auto;
    left: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
}
.l-contact-corp__img01.js-aniOn {
  opacity: 1;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp__img01.js-aniOn {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.l-contact-corp__img01 img {
  width: 100%;
}
.l-contact-corp__img02 {
  position: absolute;
  width: 94.54%;
  left: 0;
  top: 21.95%;
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp__img02 {
    width: 81.99%;
    left: 3.64%;
    top: 17.5%;
  }
}
.l-contact-corp__img02 img {
  width: 100%;
}
.l-contact-corp__img03 {
  position: absolute;
  width: 23.8%;
  bottom: -16.1%;
  left: 3.98%;
  z-index: 1;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp__img03 {
    width: 24.66%;
    left: auto;
    right: 0;
    top: -13.93%;
    bottom: auto;
    z-index: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
.l-contact-corp__img03.js-aniOn {
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp__img03.js-aniOn {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.l-contact-corp__txtbox {
  padding: 1.71rem;
  padding-top: max(2.28rem, 9.14vw);
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp__txtbox {
    padding: 0px;
    width: 35.26%;
  }
}
.l-contact-corp__tit02 {
  font-size: 1.5714285714rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #131F2A;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp__tit02 {
    font-size: 2.25rem;
  }
}
.l-contact-corp__txt {
  padding-top: 0.57rem;
  margin-bottom: 0.85rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.8125rem;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp__txt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp__txt {
    padding-top: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-contact-corp__btn {
    width: 100%;
    max-width: 17.87rem;
  }
}
.l-contact-corp__link {
  margin-top: 1.14rem;
  text-align: left;
}

/* ==========================================================
!Campaign
========================================================== */
.l-campaign-supplement {
  padding: 3.42rem 0;
}
@media only screen and (min-width: 769px), print {
  .l-campaign-supplement {
    padding: 7.5rem 0 6.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.l-campaign-supplement__imgbox {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .l-campaign-supplement__imgbox {
    display: block;
    width: 28.93%;
    position: relative;
  }
}
@media only screen and (min-width: 769px), print {
  .l-campaign-supplement__imgbox--size02 {
    width: 30.39%;
  }
}
@media only screen and (min-width: 769px), print {
  .l-campaign-supplement__limit {
    position: absolute;
    background: #fff;
    border-radius: 999rem;
    -webkit-box-shadow: 0 0.18rem 1rem rgba(127, 167, 193, 0.37);
    box-shadow: 0 0.18rem 1rem rgba(127, 167, 193, 0.37);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0.81rem 0;
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    max-width: 16.06rem;
  }
}
.l-campaign-supplement__date {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.06em;
  font-size: 1.125rem;
  display: block;
}
.l-campaign-supplement__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1.12rem;
  margin: 0 0.62rem;
  -ms-flex-item-align: center;
  align-self: center;
}
.l-campaign-supplement__arrow img {
  display: block;
  width: 50%;
}
.l-campaign-supplement__txtbox {
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .l-campaign-supplement__txtbox {
    width: 49.74%;
    margin: 0;
  }
}
.l-campaign-supplement__inner + .l-campaign-supplement__inner {
  margin-top: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .l-campaign-supplement__inner + .l-campaign-supplement__inner {
    margin-top: 2rem;
  }
}
.l-campaign-supplement__tit01 {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-campaign-supplement__tit01 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-campaign-supplement__tit01 {
    margin-bottom: 0.93rem;
    color: #103961;
  }
}
.l-campaign-supplement__tit01::after {
  display: none;
}
.l-campaign-supplement__article {
  border-radius: 0.85rem;
  padding: 1.71rem 2.28rem;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 769px), print {
  .l-campaign-supplement__article {
    padding: 2rem 3rem;
    border-radius: 1rem;
  }
}
.l-campaign-supplement__article-txtbox {
  width: 59.92%;
}
@media only screen and (min-width: 769px), print {
  .l-campaign-supplement__article-txtbox {
    width: 73.65%;
  }
}
.l-campaign-supplement__tit02 {
  font-size: 0.9285714286rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  .l-campaign-supplement__tit02 {
    font-size: 1.1875rem;
    text-align: left;
    margin-bottom: 0.75rem;
  }
}
.l-campaign-supplement__tit02-strong {
  font-size: 2.2857142857rem;
  font-weight: 400;
  color: #0F6AAC;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 769px), print {
  .l-campaign-supplement__tit02-strong {
    font-size: 2.9375rem;
  }
}
.l-campaign-supplement__article-figure {
  width: 32.2%;
}
@media only screen and (min-width: 769px), print {
  .l-campaign-supplement__article-figure {
    width: 21.68%;
  }
}
.l-campaign-supplement__ul {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .l-campaign-supplement__ul {
    font-size: 1rem;
  }
}
.l-campaign-supplement__li::before {
  background: rgba(16, 57, 97, 0.5);
}

/* ==========================================================
!Recomend
========================================================== */
.l-recomend {
  overflow: hidden;
  border-radius: 0.85rem;
  background: #103961;
  position: relative;
  padding: 11.78rem 0;
}
@media only screen and (min-width: 769px), print {
  .l-recomend {
    padding: 8.12rem 0 8.75rem;
    border-radius: 0.75rem;
  }
}
.l-recomend__bgimg {
  position: absolute;
  width: 150%;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1px;
  opacity: 0.3;
}
@media only screen and (min-width: 769px), print {
  .l-recomend__bgimg {
    opacity: 0.35;
    width: 100%;
    display: block;
  }
}
.l-recomend__bgimg-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 769px), print {
  .l-recomend__bgimg-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
  }
}
@media only screen and (min-width: 769px), print {
  .l-recomend__bgimg-inner + .l-recomend__bgimg-inner {
    margin-top: 2px;
  }
}
.l-recomend__scroll-img {
  -webkit-animation: loop_bg_tate 15s infinite linear 0s both;
  animation: loop_bg_tate 15s infinite linear 0s both;
}
@media only screen and (min-width: 769px), print {
  .l-recomend__scroll-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-name: loop_bg_yoko;
    animation-name: loop_bg_yoko;
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 2px;
  }
}
.l-recomend__scroll-img--to-bottom {
  animation-direction: reverse;
}
@-webkit-keyframes loop_bg_tate {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes loop_bg_tate {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes loop_bg_yoko {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop_bg_yoko {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.l-recomend__img {
  padding-bottom: 1px;
}
@media only screen and (min-width: 769px), print {
  .l-recomend__img {
    padding-bottom: 0px;
    width: auto;
    height: 100%;
  }
}
.l-recomend__img img {
  width: 100%;
}
@media only screen and (min-width: 769px), print {
  .l-recomend__img img {
    width: auto;
    height: 100%;
    max-width: none;
  }
}
.l-recomend__img--pc {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .l-recomend__img--pc {
    display: block;
  }
}
.l-recomend__contents {
  position: relative;
  z-index: 1;
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .l-recomend__contents {
    gap: 1.87rem;
    width: calc((100% - 5.5rem) / 12 * 10 + 4.5rem);
  }
}
.l-recomend__btn {
  width: 100%;
  max-width: 18.57rem;
}
@media only screen and (min-width: 769px), print {
  .l-recomend__btn {
    width: 100%;
    max-width: 17.87rem;
  }
}

/* ==========================================================
!Text Link
========================================================== */
.c-txtlink01 {
  font-size: 0rem;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.c-txtlink01--center {
  text-align: center;
  display: block;
  width: 100%;
}
@media (hover: hover) {
  .c-txtlink01:where(:-moz-any-link, :enabled, summary):hover .c-txtlink01__txt::before {
    transform: scaleX(1);
  }
  .c-txtlink01:where(:any-link, :enabled, summary):hover .c-txtlink01__txt::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .c-txtlink01:where(:-moz-any-link, :enabled, summary):hover .c-txtlink01__arrow-inner::after {
    transform: translateX(50%);
  }
  .c-txtlink01:where(:any-link, :enabled, summary):hover .c-txtlink01__arrow-inner::after {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .c-txtlink01:where(:-moz-any-link, :enabled, summary):hover .c-txtlink01__arrow-inner--back::after {
    transform: scaleX(-1) translateX(50%);
  }
  .c-txtlink01:where(:any-link, :enabled, summary):hover .c-txtlink01__arrow-inner--back::after {
    -webkit-transform: scaleX(-1) translateX(50%);
    transform: scaleX(-1) translateX(50%);
  }
}
.c-txtlink01__txt {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #131F2A;
  padding-bottom: 0.37rem;
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .c-txtlink01__txt {
    font-size: 0.875rem;
  }
}
.c-txtlink01__txt:last-of-type {
  padding-right: 0.31rem;
  margin-right: 0.06rem;
}
.c-txtlink01__txt::before {
  display: block;
  height: 2px;
  background: #103961;
  width: 100%;
  content: "";
  border-radius: 999rem;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  z-index: 1;
}
.c-txtlink01__txt::after {
  display: block;
  height: 2px;
  background: #CDD6E2;
  width: 100%;
  content: "";
  border-radius: 999rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-txtlink01__txt--white {
  color: #fff;
}
.c-txtlink01__txt--bWhite::before {
  background: #fff;
}
.c-txtlink01__arrow {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-txtlink01__arrow {
    font-size: 0.875rem;
  }
}
.c-txtlink01__arrow::after {
  display: block;
  height: 2px;
  background: #1AA4D9;
  width: 100%;
  content: "";
  border-radius: 999rem;
  margin-top: 0.37rem;
}
.c-txtlink01__arrow-inner {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 1.28em;
  display: block;
  background: rgba(19, 31, 42, 0.12);
  overflow: hidden;
}
.c-txtlink01__arrow-inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 200%;
  background: url(../img/btn_arrow.svg) left center repeat-x;
  background-size: auto 100%;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.c-txtlink01__arrow-inner--bgwhite {
  background: #FFFFFF;
}
.c-txtlink01__arrow-inner--close::after {
  background-image: url(../img/btn_close.svg);
}
.c-txtlink01__arrow-inner--back::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: auto;
  left: 0;
}

/* ==========================================================
!Button
========================================================== */
.c-btn-subtxt-wrap {
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .c-btn-subtxt-wrap {
    display: block;
  }
}
.c-btn-subtxt-wrap__subtxt {
  display: inline-block;
  color: #0D3356;
  background: #fff;
  border-radius: 0.78rem;
  font-size: 0.7857142857rem;
  font-weight: 700;
  line-height: 1.83em;
  padding: 0 0.42rem;
  margin-bottom: 0.57rem;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .c-btn-subtxt-wrap__subtxt {
    position: absolute;
    display: block;
    background: #CDD6E2;
    top: 0px;
    left: 0px;
    border-radius: 0.25rem;
    border-bottom-left-radius: 0;
    padding: 0 0.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.c-btn-subtxt-wrap__subtxt--bgwhite {
  background: #fff;
  color: #0D3356;
}

.c-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 100%;
  gap: 2px;
}
@media only screen and (min-width: 769px), print {
  .c-btn-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.c-btn-wrap--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-btn-wrap--gapWide {
  gap: 0.42rem;
}

.c-btn {
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1;
  padding: 1.14rem;
  padding-left: 1.42rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: min(18.57rem, 100%);
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.57rem;
  background: #103961;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .c-btn {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-btn {
    padding: 1rem;
    padding-left: 1.5rem;
    border-radius: 0.5rem;
    gap: 1.25rem;
    min-width: min(17.81rem, 100%);
  }
}
@media (hover: hover) {
  .c-btn:where(:-moz-any-link, :enabled, summary):hover::after {
    top: -100%;
    border-radius: 0rem;
  }
  .c-btn:where(:any-link, :enabled, summary):hover::after {
    top: -100%;
    border-radius: 0rem;
  }
  .c-btn:where(:-moz-any-link, :enabled, summary):hover .c-btn__icon-inner:nth-child(1) {
    animation: loop_icon01 2s infinite linear 0s both;
  }
  .c-btn:where(:any-link, :enabled, summary):hover .c-btn__icon-inner:nth-child(1) {
    -webkit-animation: loop_icon01 2s infinite linear 0s both;
    animation: loop_icon01 2s infinite linear 0s both;
  }
  .c-btn:where(:-moz-any-link, :enabled, summary):hover .c-btn__icon-inner:nth-child(2) {
    animation: loop_icon02 2s infinite linear 0s both;
  }
  .c-btn:where(:any-link, :enabled, summary):hover .c-btn__icon-inner:nth-child(2) {
    -webkit-animation: loop_icon02 2s infinite linear 0s both;
    animation: loop_icon02 2s infinite linear 0s both;
  }
}
@-webkit-keyframes loop_icon01 {
  0% {
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
  }
}
@keyframes loop_icon01 {
  0% {
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
  }
}
@-webkit-keyframes loop_icon02 {
  0% {
    -webkit-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
  }
}
@keyframes loop_icon02 {
  0% {
    -webkit-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
  }
}
.c-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  background: #4E575F;
  border-radius: 4.81rem;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.c-btn__txt {
  color: #fff;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 0;
  z-index: 1;
}
.c-btn__icon {
  width: 2.69em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .c-btn__icon {
    width: 3.28em;
  }
}
.c-btn__icon--bg01 {
  background-color: rgba(19, 31, 42, 0.1);
}
.c-btn__icon--bg02 {
  background-color: #DEE2E9;
}
.c-btn__icon--bg03 {
  background-color: rgba(255, 255, 255, 0.3);
}
.c-btn__icon.js-aniOn .c-btn__icon-inner:nth-child(1) {
  -webkit-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
}
.c-btn__icon.js-aniOn .c-btn__icon-inner:nth-child(2) {
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.c-btn__icon-inner {
  width: 200%;
  height: 0.71em;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.c-btn__icon-inner::before, .c-btn__icon-inner::after {
  width: 50%;
  height: 100%;
  display: block;
  content: "";
}
.c-btn__icon-inner::before {
  background: url(../img/btn_icon_white.svg) center center/contain no-repeat;
}
.c-btn__icon-inner::after {
  background: url(../img/btn_icon02_white.svg) center center/contain no-repeat;
}
.c-btn__icon-inner:nth-child(1) {
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}
.c-btn__icon-inner:nth-child(2) {
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.c-btn__icon-inner--black::before {
  background-image: url(../img/btn_icon.svg);
}
.c-btn__icon-inner--black::after {
  background-image: url(../img/btn_icon02.svg);
}
.c-btn__icon-inner--pdf {
  height: 100%;
}
.c-btn__icon-inner--pdf::before {
  height: 50%;
  background-image: url(../img/ico_pdf.svg);
}
.c-btn__icon-inner--pdf::after {
  height: 0.71em;
  background-image: url(../img/btn_icon02.svg);
}
.c-btn__icon-inner--blank {
  height: 100%;
}
.c-btn__icon-inner--blank::before {
  height: 35.71%;
  background-image: url(../img/ico_newwindow.svg);
}
.c-btn__icon-inner--blank::after {
  height: 0.71em;
  background-image: url(../img/btn_icon02.svg);
}
.c-btn__icon02 {
  width: 3.42rem;
}
.c-btn--white {
  background: #fff;
}
.c-btn--white .c-btn__txt {
  color: #131F2A;
}
.c-btn--hoverOrange::after {
  background: #FDBD03;
}
.c-btn--orange {
  background: #FBC602;
}
.c-btn--orange .c-btn__txt {
  color: #131F2A;
}
.c-btn--lblue {
  background: #7DCDF4;
}
.c-btn--lblue .c-btn__txt {
  color: #131F2A;
}
.c-btn--hoverBlue::after {
  background: #87D7FF;
}
.c-btn--boder {
  border: solid 1px rgba(65, 75, 85, 0.5);
  background: transparent;
}
.c-btn--boder .c-btn__txt {
  color: #131F2A;
}
.c-btn--spbottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (min-width: 769px), print {
  .c-btn--spbottom {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-btn--middle {
    min-width: min(20.37rem, 100%);
  }
}
@media only screen and (min-width: 769px), print {
  .c-btn--large {
    min-width: min(21.18rem, 100%);
  }
}
.c-btn--full {
  width: 100%;
}
@media only screen and (min-width: 769px), print {
  .c-btn--full {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.c-btn--spfull {
  width: 100%;
}
@media only screen and (min-width: 769px), print {
  .c-btn--spfull {
    width: auto;
  }
}

.c-btn-icon {
  display: inline-block;
  border-radius: 50%;
  background-color: #DEE2E9;
  aspect-ratio: 1/1;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  *:hover > .c-btn-icon::before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.c-btn-icon::before {
  display: block;
  content: "";
  position: absolute;
  width: 200%;
  background: url(../img/btn_arrow.svg) left center repeat-x;
  background-size: auto 100%;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.c-btn-icon--anchor::before {
  width: 100%;
  height: 200%;
  background: url(../img/btn_arrow_anchor.svg) center top repeat-y;
  background-size: 100% auto;
  top: auto;
  bottom: 0;
}
@media (hover: hover) {
  *:hover > .c-btn-icon--anchor::before {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.c-btn-icon--blank::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  background: url(../img/ico_newwindow.svg) center center no-repeat;
  background-size: 0.81rem auto;
  right: 100%;
  top: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.c-btn-icon--blank::before {
  width: 100%;
  background: url(../img/ico_newwindow.svg) center center no-repeat;
  background-size: 0.81rem auto;
}
@media (hover: hover) {
  *:hover > .c-btn-icon--blank::before {
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
  }
}
@media (hover: hover) {
  *:hover > .c-btn-icon--blank::after {
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
  }
}
.c-btn-icon--white {
  background: #FFFFFF;
}
.c-btn-icon--plus::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.57rem;
  border-top: solid 1px #282828;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.c-btn-icon--plus::before {
  width: 0.57rem;
  height: 1px;
  background: #282828;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn-icon--plus.u-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
@media (hover: hover) {
  *:hover > .c-btn-icon--plus::before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* ==========================================================
!H(n)eading
========================================================== */
h2 {
  font-size: 1.5714285714rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #131F2A;
}
@media only screen and (min-width: 769px), print {
  h2 {
    font-size: 2.25rem;
  }
}
h2::after {
  display: block;
  content: "";
  width: 100%;
  max-width: 1.78rem;
  height: 2px;
  background: url(../img/h2_boder.svg) center center/contain no-repeat;
  margin: 0px auto;
  margin-top: 1.28rem;
}
@media only screen and (min-width: 769px), print {
  h2::after {
    width: 100%;
    max-width: 2.25rem;
    height: 3px;
    margin-top: 1.25rem;
  }
}

.c-title-basic01 {
  font-size: 1.5714285714rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #131F2A;
}
@media only screen and (min-width: 769px), print {
  .c-title-basic01 {
    font-size: 2.25rem;
  }
}
.c-title-basic01::after {
  display: block;
  content: "";
  width: 100%;
  max-width: 1.78rem;
  height: 2px;
  background: url(../img/h2_boder.svg) center center/contain no-repeat;
  margin: 0px auto;
  margin-top: 1.28rem;
}
@media only screen and (min-width: 769px), print {
  .c-title-basic01::after {
    width: 100%;
    max-width: 2.25rem;
    height: 3px;
    margin-top: 1.25rem;
  }
}
.c-title-basic01__subtit {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.9285714286rem;
  display: inline-block;
  border-radius: 1rem 1rem 1rem 0.14rem;
  background: #87D7FF;
  color: #131F2A;
  padding: 0px 0.85rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px), print {
  .c-title-basic01__subtit {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-title-basic01__subtit {
    padding: 0 1rem;
    border-radius: 0.87rem 0.87rem 0.87rem 0.12rem;
    margin-bottom: 0.25rem;
  }
}
.c-title-basic01__subtit-eng {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.c-title-basic01__maintext {
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  /* 3色を33.33%ずつ均等配置 (ハードストップ) */
  background-image: -webkit-gradient(linear, right top, left top, from(#CDD6E2), color-stop(33.33%, #CDD6E2), color-stop(33.33%, #FDBD03), color-stop(66.66%, #FDBD03), color-stop(66.66%, #2A343E), to(#2A343E));
  background-image: linear-gradient(270deg, #CDD6E2 0%, #CDD6E2 33.33%, #FDBD03 33.33%, #FDBD03 66.66%, #2A343E 66.66%, #2A343E 100%);
  background-size: 300% auto;
  background-position: 100% 50%;
}
.c-title-basic01__maintext.js-aniOn {
  /* アニメーション適用 */
  -webkit-animation: gradientFlow 0.8s cubic-bezier(0.68, 0.01, 0.63, 0.99) 0.1s 1 forwards;
  animation: gradientFlow 0.8s cubic-bezier(0.68, 0.01, 0.63, 0.99) 0.1s 1 forwards;
}
.c-title-basic01__maintext--white {
  background-color: #fff;
  background-image: none;
}
.c-title-basic01--white::after {
  background-image: url(../img/h2_boder_white.svg);
}
.c-title-basic01--left {
  text-align: left;
}
.c-title-basic01--left::after {
  margin-left: 0;
}
.c-title-basic01--spleft {
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-title-basic01--spleft {
    text-align: center;
  }
}
.c-title-basic01--spleft::after {
  margin-left: 0;
}
@media only screen and (min-width: 769px), print {
  .c-title-basic01--spleft::after {
    margin-left: auto;
  }
}
@media only screen and (min-width: 769px), print {
  .c-title-basic01--pcleft {
    text-align: left;
  }
}
@media only screen and (min-width: 769px), print {
  .c-title-basic01--pcleft::after {
    margin-left: 0;
  }
}

h3 {
  font-size: 1.2857142857rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #131F2A;
}
@media only screen and (min-width: 769px), print {
  h3 {
    font-size: 1.5rem;
  }
}

.c-title-basic02 {
  font-size: 1.2857142857rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #131F2A;
}
@media only screen and (min-width: 769px), print {
  .c-title-basic02 {
    font-size: 1.5rem;
  }
}
.c-title-basic02--blue {
  color: #103961;
}
.c-title-basic02::after {
  display: none;
}

.c-title-basic03 {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .c-title-basic03 {
    font-size: 1rem;
  }
}
.c-title-basic03__inner {
  display: inline-block;
  color: #fff;
  padding: 0px 0.57rem;
  background: #103961;
  border-radius: 1.5rem 1.56rem 1.56rem 0.25rem;
}
@media only screen and (min-width: 769px), print {
  .c-title-basic03__inner {
    padding: 0px 0.75rem;
  }
}
.c-title-basic03__inner--bgwhite {
  background: #fff;
  color: #131F2A;
}
.c-title-basic03__inner:nth-child(n+2) {
  margin-top: 2px;
}
.c-title-basic03::after {
  display: none;
}

h4 {
  font-size: 1.0714285714rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #103961;
}
@media only screen and (min-width: 769px), print {
  h4 {
    font-size: 1.125rem;
  }
}

.c-title-basic04 {
  font-size: 1.0714285714rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #103961;
}
@media only screen and (min-width: 769px), print {
  .c-title-basic04 {
    font-size: 1.125rem;
  }
}
.c-title-basic04::after {
  display: none;
}

/* 768px以上（タブレット） */
/* ==========================================================
!Text
========================================================== */
.c-text-basic01 {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic01 {
    font-size: 1rem;
  }
}
.c-text-basic01--spsmall {
  font-size: 0.9285714286rem;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic01--spsmall {
    font-size: 1rem;
  }
}

.c-text-basic02 {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic02 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-text-basic02 {
    line-height: 1.8;
  }
}
.c-text-basic02--spsmall {
  font-size: 0.9285714286rem;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic02--spsmall {
    font-size: 1rem;
  }
}

.c-text-basic03 {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 800;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic03 {
    font-size: 2.625rem;
  }
}

.c-text-basic04 {
  font-size: 1.5714285714rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic04 {
    font-size: 2.25rem;
  }
}
.c-text-basic04--spsmall {
  font-size: 1.2857142857rem;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic04--spsmall {
    font-size: 2.25rem;
  }
}

.c-text-basic05 {
  font-size: 1.2857142857rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic05 {
    font-size: 1.5rem;
  }
}
.c-text-basic05--spsmall {
  font-size: 1.1428571429rem;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic05--spsmall {
    font-size: 1.5rem;
  }
}

.c-text-basic06 {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic06 {
    font-size: 1.375rem;
  }
}
.c-text-basic06--spsmall {
  font-size: 1.0714285714rem;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic06--spsmall {
    font-size: 1.375rem;
  }
}

.c-text-basic07 {
  font-size: 1.0714285714rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic07 {
    font-size: 1.125rem;
  }
}
.c-text-basic07--spsmall {
  font-size: 1rem;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic07--spsmall {
    font-size: 1.125rem;
  }
}

.c-text-basic08 {
  font-size: 1.0714285714rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic08 {
    font-size: 1.125rem;
  }
}
.c-text-basic08--spsmall {
  font-size: 1rem;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic08--spsmall {
    font-size: 1.125rem;
  }
}

.c-text-basic09 {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic09 {
    font-size: 1rem;
  }
}
.c-text-basic09--spsmall {
  font-size: 0.9285714286rem;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic09--spsmall {
    font-size: 1rem;
  }
}

.c-text-basic10 {
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic10 {
    font-size: 0.875rem;
  }
}
.c-text-basic10--spsmall {
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic10--spsmall {
    font-size: 0.875rem;
  }
}

.c-text-basic11 {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic11 {
    font-size: 0.875rem;
  }
}
.c-text-basic11--spsmall {
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 769px), print {
  .c-text-basic11--spsmall {
    font-size: 0.875rem;
  }
}

.c-text-caption {
  font-size: 0.7857142857rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.55;
  color: #000;
}
@media only screen and (min-width: 769px), print {
  .c-text-caption {
    font-size: 0.75rem;
  }
}
.c-text-caption--spsmall {
  font-size: 0.7142857143rem;
}
@media only screen and (min-width: 769px), print {
  .c-text-caption--spsmall {
    font-size: 0.75rem;
  }
}

.c-text-tel {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.9285714286rem;
  color: #131F2A;
}
@media only screen and (min-width: 769px), print {
  .c-text-tel {
    font-size: 1rem;
  }
}
.c-text-tel--cwhite {
  color: #fff;
}
.c-text-tel__txt02 {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-text-tel__txt02 {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-text-tel__txt02 {
    width: 100%;
  }
}
.c-text-tel__phone {
  font-size: 2.1428571429rem;
  color: #103961;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (min-width: 769px), print {
  .c-text-tel__phone {
    font-size: 2.625rem;
    pointer-events: none;
  }
}
.c-text-tel__phone::before {
  display: inline-block;
  content: "";
  width: 1.35rem;
  aspect-ratio: 19/29;
  background: url(../img/howto/ico_tel.svg) center center/contain no-repeat;
  vertical-align: -0.1em;
  margin-right: 0.1em;
}
@media only screen and (min-width: 769px), print {
  .c-text-tel__phone::before {
    width: 1.56rem;
    vertical-align: 0;
  }
}
.c-text-tel__fax {
  font-size: 2.1428571429rem;
  color: #103961;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (min-width: 769px), print {
  .c-text-tel__fax {
    font-size: 2.625rem;
    pointer-events: none;
  }
}
.c-text-tel__fax::before {
  display: inline-block;
  content: "";
  width: 1.92rem;
  aspect-ratio: 27/24;
  background: url(../img/howto/ico_fax.svg) center center/contain no-repeat;
  vertical-align: 0em;
  margin-right: 0.1em;
}
@media only screen and (min-width: 769px), print {
  .c-text-tel__fax::before {
    width: 2.37rem;
    vertical-align: 0;
  }
}
.c-text-tel__freedial {
  color: #fff;
  font-size: 1.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media only screen and (min-width: 769px), print {
  .c-text-tel__freedial {
    font-size: 2.625rem;
    pointer-events: none;
  }
}
.c-text-tel__freedial::before {
  display: inline-block;
  content: "";
  width: 3.35rem;
  aspect-ratio: 47/25;
  background: url(../img/howto/ico_freedial.svg) center center/contain no-repeat;
  vertical-align: -0.1em;
}
@media only screen and (min-width: 769px), print {
  .c-text-tel__freedial::before {
    width: 3.5rem;
    vertical-align: 0em;
  }
}
.c-text-tel__caption {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.9285714286rem;
}
@media only screen and (min-width: 769px), print {
  .c-text-tel__caption {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-text-tel__caption {
    width: 100%;
  }
}

/* ==========================================================
!Listing
========================================================== */
ul {
  text-align: left;
}
ul > li {
  padding-left: 1.12em;
  display: block;
  position: relative;
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  ul > li {
    margin-bottom: 0.37rem;
  }
}
ul > li::before {
  display: block;
  content: "";
  background: #FDBD03;
  border-radius: 50%;
  width: 0.75em;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0px;
  top: 0.9em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

ol {
  counter-reset: ol-num;
  text-align: left;
}
ol > li {
  padding-left: 1.12em;
  position: relative;
}
ol > li + li {
  margin-top: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  ol > li + li {
    margin-top: 0.37rem;
  }
}
ol > li::before {
  display: block;
  counter-increment: ol-num;
  content: counter(ol-num) ".";
  font-size: 1.125em;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: rgba(16, 57, 97, 0.5);
  letter-spacing: 0.02em;
  left: 0px;
  position: absolute;
  top: 0px;
}
ol ul {
  margin-left: -1.13em;
  margin-top: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  ol ul {
    margin-top: 0.37em;
  }
}
ol ul > li {
  margin-bottom: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  ol ul > li {
    margin-bottom: 0.37rem;
  }
}

.c-roundnumberslist {
  counter-reset: round-num;
  text-align: left;
}
.c-roundnumberslist__item {
  padding-left: 1.43em;
  position: relative;
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-roundnumberslist__item {
    margin-bottom: 0.37rem;
  }
}
.c-roundnumberslist__item::before {
  display: block;
  counter-increment: round-num;
  content: counter(round-num, decimal-leading-zero);
  font-size: 0.6875em;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background: #103961;
  color: #fff;
  letter-spacing: 0.02em;
  left: 0px;
  position: absolute;
  top: 0.4em;
  border-radius: 50%;
  width: 1.81em;
  text-align: center;
  line-height: 1.81em;
}

.c-list-table {
  border-top: solid 1px rgba(112, 112, 112, 0.3);
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-list-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-list-table__dt {
  padding-top: 1.42rem;
  padding-bottom: 0.28rem;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .c-list-table__dt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-list-table__dt {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px rgba(112, 112, 112, 0.3);
    width: 12rem;
  }
}
.c-list-table__dd {
  padding-bottom: 1.42rem;
  border-bottom: solid 1px rgba(112, 112, 112, 0.3);
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-list-table__dd {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-list-table__dd {
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: calc(100% - 12rem);
  }
}

.c-descriptionlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-descriptionlist__title {
  width: 5.28rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (min-width: 769px), print {
  .c-descriptionlist__title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-descriptionlist__title {
    width: 5.06rem;
  }
}

.c-descriptionlist__text {
  width: calc(100% - 5.28rem);
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-descriptionlist__text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-descriptionlist__text {
    width: calc(100% - 5.06rem);
  }
}

/* ==========================================================
!Box
========================================================== */
.c-card-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.35rem;
  padding-top: 0.71rem;
  padding-bottom: 1rem;
  height: auto;
}
@media only screen and (min-width: 769px), print {
  .c-card-wrap {
    padding-right: 0.5rem;
    padding-top: 0.81rem;
    padding-bottom: 1.18rem;
  }
}

.c-card-wrap02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.21rem;
  padding-top: 0.21rem;
  padding-bottom: 0.21rem;
  height: auto;
}
@media only screen and (min-width: 769px), print {
  .c-card-wrap02 {
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 1.18rem;
  }
}

.c-card {
  border-radius: 0.57rem;
  background-color: #fff;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.42rem;
  text-align: left;
  -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .c-card {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
@media only screen and (min-width: 769px), print {
  .c-card {
    border-radius: 0.75rem;
    padding: 2.5rem;
  }
}
.c-card::after {
  display: block;
  position: absolute;
  content: "";
  background: #CDD6E2;
  border-radius: 5.5rem;
  top: 100%;
  left: 0;
  width: 100%;
  height: 200%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
@media (hover: hover) {
  .c-card:where(:-moz-any-link, :enabled, summary):hover {
    box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0);
  }
  .c-card:where(:any-link, :enabled, summary):hover {
    -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0);
    box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0);
  }
}
@media only screen and (hover: hover) and (min-width: 769px), print and (hover: hover) {
  .c-card:where(:-moz-any-link, :enabled, summary):hover {
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0);
  }
  .c-card:where(:any-link, :enabled, summary):hover {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0);
  }
}
@media (hover: hover) {
  .c-card:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateY(-100%);
    border-radius: 0rem;
  }
  .c-card:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border-radius: 0rem;
  }
}
@media (hover: hover) {
  .c-card:where(:-moz-any-link, :enabled, summary):hover .c-txtlink01__txt::before {
    transform: scaleX(1);
  }
  .c-card:where(:any-link, :enabled, summary):hover .c-txtlink01__txt::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (hover: hover) {
  .c-card:where(:-moz-any-link, :enabled, summary):hover .c-txtlink01__arrow-inner::after {
    transform: translateX(50%);
  }
  .c-card:where(:any-link, :enabled, summary):hover .c-txtlink01__arrow-inner::after {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.c-card--inner {
  padding-left: 1.14rem;
  padding-right: 1.14rem;
  padding-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-card--inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.c-card--icon {
  padding-top: 0.57rem;
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .c-card--icon {
    padding-top: 1.25rem;
  }
}
.c-card__icon {
  width: 100%;
  max-width: 3.14rem;
  margin-left: auto;
  margin-right: 0px;
  margin-bottom: 0.28rem;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 769px), print {
  .c-card__icon {
    margin-bottom: 0.25rem;
    width: 100%;
    max-width: 3.5rem;
  }
}
.c-card__icon--navi {
  margin-bottom: 1.64rem;
}
@media only screen and (min-width: 769px), print {
  .c-card__icon--navi {
    margin-bottom: 4.06rem;
  }
}
.c-card__icon img {
  position: absolute;
  top: 0.57rem;
  right: 0.57rem;
  width: 100%;
  max-width: 3.14rem;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .c-card__icon img {
    top: 1.25rem;
    right: 1.25rem;
    width: 100%;
    max-width: 3.5rem;
  }
}
.c-card__eng {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.7142857143rem;
  color: #103961;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .c-card__eng {
    font-size: 0.6875rem;
  }
}
.c-card__tit {
  font-size: 1.2857142857rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 1.1428571429rem;
  display: block;
  margin-bottom: 0.92rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .c-card__tit {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card__tit {
    margin-bottom: 1.25rem;
  }
}
.c-card__tit02 {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: block;
  margin-bottom: 0.92rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .c-card__tit02 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card__tit02 {
    margin-bottom: 1.25rem;
  }
}
.c-card__li {
  background: rgba(16, 57, 97, 0.9);
  color: #fff;
  border-radius: 0.71rem;
  height: 6rem;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 1.14rem;
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  gap: 0.42rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .c-card__li {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card__li {
    margin-bottom: 0.25rem;
    gap: 0.37rem;
    border-radius: 0.62rem;
    padding: 0px 1rem;
  }
}
.c-card__li--low {
  height: 3.93rem;
}
.c-card__li--bglight {
  background: #DEE2E9;
  color: #131F2A;
}
.c-card__li::before {
  position: static;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: url(../img/ico_check.svg) center center/contain no-repeat;
  width: 1.14rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media only screen and (min-width: 769px), print {
  .c-card__li::before {
    width: 1.25rem;
  }
}
.c-card__img {
  width: 100%;
  max-width: 10.71rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto;
  margin-bottom: 1.14rem;
  position: relative;
  z-index: 1;
}
.c-card__link {
  position: relative;
  z-index: 1;
}
.c-card__link--big {
  margin-bottom: 0.57rem;
}
.c-card__link-txt {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 769px), print {
  .c-card__link-txt {
    font-size: 0.875rem;
  }
}
.c-card__link-txt--big {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .c-card__link-txt--big {
    font-size: 1.375rem;
  }
}
.c-card__link-arrow {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 769px), print {
  .c-card__link-arrow {
    font-size: 0.875rem;
  }
}
.c-card__link-arrow--big {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .c-card__link-arrow--big {
    font-size: 1.375rem;
  }
}
.c-card__txt {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 0.57rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .c-card__txt {
    font-size: 1rem;
  }
}
.c-card__txt:last-child {
  margin-bottom: 0rem;
}
.c-card__box {
  padding: 1.14rem;
  border-radius: 0.57rem;
  background: #EFF1F7;
  text-align: left;
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .c-card__box {
    font-size: 0.875rem;
  }
}

.c-card02 {
  border-radius: 0.42rem;
  -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  background: #fff;
  min-height: 9.21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 1.42rem 2rem;
}
@media only screen and (min-width: 769px), print {
  .c-card02 {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
@media only screen and (min-width: 769px), print {
  .c-card02 {
    border-radius: 0.75rem;
    padding: 2.5rem 2rem;
    min-height: auto;
  }
}
.c-card02::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  background: #B2BECF;
  border-radius: 9.25rem;
  bottom: 100%;
  left: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (hover: hover) {
  .c-card02:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: translateY(100%);
    border-radius: 0rem;
  }
  .c-card02:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 0rem;
  }
}
.c-card02--bg {
  background: #CDD6E2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-card02--slide {
  height: 100%;
}
.c-card02__img {
  margin-bottom: 0.57rem;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .c-card02__img {
    margin-bottom: 1rem;
  }
}
.c-card02__txt {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  font-size: 0.8125rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 769px), print {
  .c-card02__txt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card02__txt {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.c-card03 {
  -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  padding: 1.42rem;
  background: #fff;
  border-radius: 0.57rem;
  position: relative;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 769px), print {
  .c-card03 {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
@media only screen and (min-width: 769px), print {
  .c-card03 {
    border-radius: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem;
  }
}
.c-card03::after {
  display: block;
  position: absolute;
  content: "";
  background: #CDD6E2;
  border-radius: 5.5rem;
  top: 100%;
  left: 0;
  width: 100%;
  height: 200%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
@media (hover: hover) {
  .c-card03:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translateY(-100%);
    border-radius: 0rem;
  }
  .c-card03:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border-radius: 0rem;
  }
  .c-card03:where(:-moz-any-link, :enabled, summary):hover .c-txtlink01__txt::before {
    transform: scaleX(1);
  }
  .c-card03:where(:any-link, :enabled, summary):hover .c-txtlink01__txt::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .c-card03:where(:-moz-any-link, :enabled, summary):hover .c-txtlink01__arrow-inner::after {
    transform: translateX(50%);
  }
  .c-card03:where(:any-link, :enabled, summary):hover .c-txtlink01__arrow-inner::after {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.c-card03--bg02 {
  background: #DEE2E9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-card03__img {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .c-card03__img {
    display: block;
    width: 28.23%;
    border-radius: 0.5rem;
    overflow: hidden;
    -ms-flex-item-align: start;
    align-self: flex-start;
    z-index: 1;
  }
}
.c-card03__txtbox {
  text-align: left;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .c-card03__txtbox {
    width: 67%;
  }
}
.c-card03__txtbox--pcfull {
  width: 100%;
}
.c-card03__tit {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-card03__tit {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card03__tit {
    margin-bottom: 0.5rem;
  }
}
.c-card03__tit::after {
  display: none;
}
.c-card03__tit-inner {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .c-card03__tit-inner {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card03__tit-inner {
    background: #fff;
    padding: 0.12rem 0.75rem 0.25rem 0.75rem;
    display: inline-block;
    border-radius: 0.87rem 0.87rem 0.87rem 0.12rem;
  }
}
.c-card03__txt {
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-card03__txt {
    margin-bottom: 0.37rem;
  }
}
.c-card03__txt:last-child {
  margin-bottom: 0;
}
.c-card03__link-txt {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 769px), print {
  .c-card03__link-txt {
    font-size: 0.875rem;
  }
}
.c-card03__link-arrow {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 769px), print {
  .c-card03__link-arrow {
    font-size: 0.875rem;
  }
}
.c-card03__btn {
  margin-top: 0.85rem;
  margin-right: -1.43rem;
  margin-left: -1.43rem;
  margin-bottom: -1.43rem;
}
@media only screen and (min-width: 769px), print {
  .c-card03__btn {
    margin-top: 0.75rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 20.5rem;
  }
}

.c-card04 {
  border-radius: 0.57rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.85rem 1.14rem;
  padding: 1.42rem 1.42rem 2.28rem 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-card04 {
    border-radius: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 2.5rem;
  }
}
.c-card04__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 27.58%;
}
@media only screen and (min-width: 769px), print {
  .c-card04__img {
    width: 63.63%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.25rem;
  }
}
.c-card04__tit {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 66.89%;
  font-size: 1.0714285714rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: left;
  -ms-flex-item-align: center;
  align-self: center;
}
@media only screen and (min-width: 769px), print {
  .c-card04__tit {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card04__tit {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.c-card04__txtwrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}
.c-card04__txt {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-card04__txt {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card04__txt {
    text-align: center;
  }
}

.c-card-model__list03, .c-card-model__spec {
  padding-bottom: 0.57rem;
  position: relative;
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list03, .c-card-model__spec {
    padding-bottom: 1.31rem;
    margin-bottom: 0rem;
  }
}
.c-card-model__list03::after, .c-card-model__spec::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 0.85rem 0.85rem 0px 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #D6D6D6;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list03::after, .c-card-model__spec::after {
    border-radius: 0px;
  }
}

.c-card-model {
  padding: 1.71rem;
  padding-bottom: 0px;
  background: #fff;
  border-radius: 0.57rem;
  overflow: hidden;
  position: relative;
  text-align: left;
  -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
}
@media only screen and (min-width: 769px), print {
  .c-card-model {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-model {
    display: grid;
    grid-template-columns: 42.87% 25.7% minmax(0, 1fr) 29.74%;
    grid-template-rows: auto auto minmax(0, 1fr) auto auto;
    border-radius: 1rem;
    padding: 3rem 2.62rem 0rem 3rem;
  }
}
@media only screen and (min-width: 1024px), print {
  .c-card-model {
    grid-template-columns: 42.87% 25.7% minmax(0, 1fr) 16.56rem;
  }
}
.c-card-model + .c-card-model {
  margin-top: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-model + .c-card-model {
    margin-top: 0.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-model__spec {
    grid-column: 1/5;
    grid-row: 1/3;
    padding-right: 25.84%;
  }
}
.c-card-model__modelname {
  padding-right: 30.69%;
  font-size: 1rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__modelname {
    padding-right: 0px;
  }
}
.c-card-model__brand {
  color: rgba(19, 31, 42, 0.5);
  font-size: 1.0714285714rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__brand {
    font-size: 1.125rem;
  }
}
.c-card-model__engine {
  font-size: 0.7857142857rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 0.7142857143rem;
  display: inline-block;
  padding: 0px 2px;
  border-radius: 2px;
  background: rgba(125, 205, 244, 0.4);
  color: #000;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__engine {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-model__engine {
    padding: 0px 0.25rem;
    color: rgba(0, 0, 0, 0.6);
    vertical-align: 0.2em;
  }
}
.c-card-model__modelname-name {
  font-size: 1.5714285714rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 1.2857142857rem;
  color: #424B54;
  display: block;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__modelname-name {
    font-size: 2.25rem;
  }
}
.c-card-model__list01 {
  font-size: 1.0714285714rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.35rem;
  padding-right: 30.69%;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list01 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list01 {
    padding-right: 0px;
    gap: 0.5rem;
  }
}
.c-card-model__class {
  padding-left: 1.14rem;
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__class {
    padding-left: 1.93rem;
  }
}
.c-card-model__class::before {
  display: block;
  content: "";
  width: 1.07em;
  height: 1.84em;
  background: url(../img/lineup/ico_model01.svg) center center/contain no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  aspect-ratio: unset;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (min-width: 769px), print {
  .c-card-model__class::before {
    width: 1.27em;
    height: 1.77em;
  }
}
.c-card-model__capacity {
  padding-left: 1.14rem;
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__capacity {
    padding-left: 1.93rem;
  }
}
.c-card-model__capacity::before {
  display: block;
  content: "";
  width: 1em;
  height: 1.84em;
  background: url(../img/lineup/ico_model02.svg) center center/contain no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  aspect-ratio: unset;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (min-width: 769px), print {
  .c-card-model__capacity::before {
    width: 1.38em;
    height: 1.77em;
  }
}
.c-card-model__capacity-strong {
  font-weight: 700;
  font-size: 1.14em;
  line-height: 1;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__capacity-strong {
    font-size: 1.22em;
  }
}
.c-card-model__price {
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.8571428571rem;
  color: #131F2A;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__price {
    font-size: 0.875rem;
  }
}
.c-card-model__list02 {
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.8571428571rem;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list02 {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list02 {
    margin-top: 0.62rem;
  }
}
.c-card-model__function {
  display: block;
  padding: 0px 3px;
  border-radius: 3px;
  background: #EFF1F7;
  font-weight: 600;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__function {
    padding: 0px 0.37rem;
    border-radius: 0.25rem;
  }
}
.c-card-model__function::before {
  display: none;
}
.c-card-model__modelimg {
  position: absolute;
  width: 30.21%;
  top: 1.71rem;
  right: 0.78rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__modelimg {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 100%;
    grid-column: 3/5;
    grid-row: 2/4;
  }
}
.c-card-model__modelimg img {
  width: 100%;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__modelimg img {
    -webkit-transform: scale(1.107);
    transform: scale(1.107);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list03 {
    margin-bottom: 3rem;
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list03--luggage {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.c-card-model__list03--fuel {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list03--fuel {
    grid-column: 2/5;
    grid-row: 3/4;
    margin-bottom: 3rem;
    padding-left: 1.75rem;
    border-left: solid 1px #D6D6D6;
    padding-right: 54.9%;
  }
}
.c-card-model__list03-dt {
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.8571428571rem;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list03-dt {
    font-size: 0.875rem;
  }
}
.c-card-model__list03-dt::before {
  display: inline-block;
  content: "";
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list03-dt::before {
    margin-right: 0.28em;
  }
}
.c-card-model__list03-dt--luggage::before {
  width: 0.9em;
  height: 1.27em;
  background: url(../img/lineup/ico_model03.svg) center center/contain no-repeat;
  vertical-align: -0.2em;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list03-dt--luggage::before {
    width: 1.21em;
    height: 1.78em;
    vertical-align: -0.3em;
  }
}
.c-card-model__list03-dt--fuel::before {
  width: 1.27em;
  height: 1.27em;
  background: url(../img/lineup/ico_model04.svg) center center/contain no-repeat;
  vertical-align: -0.1em;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list03-dt--fuel::before {
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.2em;
  }
}
.c-card-model__list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list04 {
    gap: 0.31rem;
  }
}
.c-card-model__list04-item {
  display: block;
  font-size: 1.0714285714rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 1rem;
  padding: 0px;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list04-item {
    font-size: 1.125rem;
  }
}
.c-card-model__list04-item::before {
  content: "OR";
  display: inline-block;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.06em;
  font-size: 0.92em;
  letter-spacing: 0;
  margin-right: 2px;
  aspect-ratio: unset;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: none;
  border-radius: 0;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__list04-item::before {
    font-size: 0.88em;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0.31rem;
  }
}
.c-card-model__list04-item:first-child::before {
  display: none;
}
.c-card-model__manual {
  padding-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__manual {
    grid-column: 4/5;
    grid-row: 1/2;
    padding-bottom: 2.43rem;
    z-index: 1;
  }
}
.c-card-model__manual-btn {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  border: solid 1px rgba(65, 75, 85, 0.5);
  padding: 1rem 0.85rem 1rem 1.42rem;
  border-radius: 0.57rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__manual-btn {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-model__manual-btn {
    padding: 0.87rem 0.75rem 0.87rem 1.25rem;
    border-radius: 0.5rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .c-card-model__manual-btn {
    margin-left: -1.88rem;
  }
}
@media only screen and (min-width: 1024px), print {
  .c-card-model__manual-btn {
    margin-left: 0rem;
  }
}
.c-card-model__manual-txt {
  display: block;
  line-height: 1;
}
.c-card-model__manual-txt::after {
  display: inline-block;
  content: "PDF";
  font-size: 0.625rem;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0em;
  border: solid 1px #131F2A;
  opacity: 0.8;
  padding: 0 0.43rem;
  border-radius: 999rem;
  margin-left: 0.25rem;
  vertical-align: 0.1em;
}
.c-card-model__manual-icon {
  width: 2rem;
  margin-left: auto;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__manual-icon {
    width: 1.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-model__viewmore {
    grid-column: 1/5;
    grid-row: 4/5;
  }
}
.c-card-model__morebtn {
  margin-right: -1.72rem;
  margin-left: -1.72rem;
  background: #103961;
  color: #fff;
  display: block;
  text-align: center;
  padding: 1.42rem 0px;
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-card-model__morebtn {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-model__morebtn {
    margin-right: -2.63rem;
    margin-left: -3rem;
    padding: 1.5rem 0px;
    margin-top: -0.88rem;
  }
}

.c-flow-card {
  background: #fff;
  overflow: hidden;
  border-radius: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-flow-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0.75rem;
  }
}
.c-flow-card__item {
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  padding: 1.42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .c-flow-card__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2.5rem;
    background-image: repeating-linear-gradient(180deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, transparent 0.62rem, transparent 1.12rem);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.c-flow-card__item:last-child {
  background-image: none;
}
.c-flow-card__item:last-child::after {
  display: none;
}
.c-flow-card__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  aspect-ratio: 1/1;
  background: url(../img/btn_icon02.svg) center center/contain no-repeat;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(90deg);
  transform: translate(-50%, 50%) rotate(90deg);
}
@media only screen and (min-width: 769px), print {
  .c-flow-card__item::after {
    bottom: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
}
.c-flow-card__img {
  width: 27.58%;
}
@media only screen and (min-width: 769px), print {
  .c-flow-card__img {
    width: 70.88%;
    margin-bottom: 1.25rem;
  }
}
.c-flow-card__tit {
  width: 61.03%;
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-flow-card__tit {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-flow-card__tit {
    width: 100%;
    text-align: center;
  }
}
.c-flow-card__tit--big {
  font-size: 1.0714285714rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .c-flow-card__tit--big {
    font-size: 1.125rem;
  }
}
.c-flow-card__header {
  background: #CDD6E2;
  padding: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-flow-card__header {
    width: 100%;
    padding: 2.5rem;
  }
}
.c-flow-card__txtwrap {
  width: 100%;
  margin-top: 0.85rem;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-flow-card__txtwrap {
    text-align: center;
    margin-top: 0.5rem;
  }
}
.c-flow-card__txt {
  line-height: 1.55;
}
@media only screen and (min-width: 769px), print {
  .c-flow-card__txt {
    line-height: 1.8;
  }
}

.c-price-card {
  border-radius: 0.57rem;
  background-color: #fff;
  display: block;
  text-align: left;
  -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
}
@media only screen and (min-width: 769px), print {
  .c-price-card {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
@media only screen and (min-width: 769px), print {
  .c-price-card {
    border-radius: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-price-card__box {
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  position: relative;
  padding: 2.28rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.57rem 0;
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  .c-price-card__box {
    background-image: repeating-linear-gradient(180deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
    padding: 3rem 2.5rem;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.c-price-card__box::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 1rem;
  aspect-ratio: 1/1;
  background: url(../img/plan/ico_plus.svg) center center/contain no-repeat;
}
@media only screen and (min-width: 769px), print {
  .c-price-card__box::after {
    left: 100%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
}
.c-price-card__box:last-child {
  background: none;
}
.c-price-card__box:last-child::after {
  display: none;
}
.c-price-card__img {
  width: 36.69%;
}
@media only screen and (min-width: 769px), print {
  .c-price-card__img {
    width: 31.64%;
    margin: 0px auto;
    margin-bottom: 0.43rem;
  }
}
.c-price-card__img img {
  width: 100%;
}
.c-price-card__txtbox {
  min-width: 50%;
}
@media only screen and (min-width: 769px), print {
  .c-price-card__txtbox {
    min-width: auto;
  }
}
.c-price-card__txt01 {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.9285714286rem;
  background: #CDD6E2;
  border-radius: 99rem;
  padding: 2px 0px;
  width: 6rem;
  margin: 0px auto;
}
@media only screen and (min-width: 769px), print {
  .c-price-card__txt01 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-price-card__txt01 {
    padding: 0.25rem 0px;
    width: 7.75rem;
    margin-bottom: 1.12rem;
  }
}
.c-price-card__price {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.9285714286rem;
}
@media only screen and (min-width: 769px), print {
  .c-price-card__price {
    font-size: 1rem;
  }
}
.c-price-card__price-num {
  font-size: 2.2857142857rem;
  font-weight: 400;
  color: #0F6AAC;
}
@media only screen and (min-width: 769px), print {
  .c-price-card__price-num {
    font-size: 2.625rem;
  }
}
.c-price-card__caption {
  width: 100%;
}

.c-card-contact {
  background: #fff;
  border-radius: 0.57rem;
  -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  padding: 1.42rem;
  padding-top: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-contact {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-contact {
    border-radius: 0.5rem;
    padding: 1.5rem;
    padding-bottom: 2rem;
  }
}
.c-card-contact--bg02 {
  background: #DEE2E9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-card-contact--bg03 {
  background: #103961;
}
.c-card-contact__dt {
  background: #B2BECF;
  text-align: center;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.9285714286rem;
  padding: 0.28rem 0;
  border-radius: 1.28rem;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-contact__dt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-contact__dt {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
    border-radius: 1.25rem;
  }
}
.c-card-contact__dt--bgwhite {
  background-color: #fff;
}
@media only screen and (min-width: 769px), print {
  .c-card-contact__dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 1rem 0;
  }
}
.c-card-contact__dd-inner {
  text-align: center;
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-contact__dd-inner {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0rem;
  }
}
.c-card-contact__dd-inner:last-child {
  margin-bottom: 0;
}
.c-card-contact__dd-inner--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-contact__dd-inner--flex {
    display: block;
  }
}
.c-card-contact__dd-btn {
  margin-left: -1.43rem;
  margin-right: -1.43rem;
  margin-bottom: -1.43rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-contact__dd-btn {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 18.43rem;
  }
}
.c-card-contact__dd-boder {
  padding-bottom: 1.64rem;
  border-bottom: solid 1px #B2BECF;
  margin-bottom: 1.64rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-contact__dd-boder {
    width: 50%;
    border-right: solid 1px #B2BECF;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0 3rem;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-contact__dd-boder:nth-child(2n) {
    border-right: none;
  }
}
.c-card-contact__dd-boder:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0rem;
}
.c-card-contact__dd-txt01 {
  margin-top: 1.64rem;
  text-align: left;
  font-size: 1rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-contact__dd-txt01 {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.c-card-case {
  padding: 1.14rem;
  padding-top: 2rem;
  background: #EFF1F7;
  border-radius: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-case {
    border-radius: 1rem;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-card-case__box01 {
  margin-bottom: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__box01 {
    width: calc((100% - 0.5rem) / 2);
    margin-bottom: 0rem;
  }
}
.c-card-case__tit01 {
  font-size: 1.2857142857rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__tit01 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-case__tit01 {
    margin-bottom: 1.5rem;
  }
}
.c-card-case__tit01-small {
  font-size: 1.0714285714rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__tit01-small {
    font-size: 1.125rem;
  }
}
.c-card-case__tit01-num {
  font-size: 1.2857142857rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__tit01-num {
    font-size: 1.5rem;
  }
}
.c-card-case__dt {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.9285714286rem;
  background: #FBC602;
  border-radius: 999rem;
  margin: 0px auto;
  padding: 0.28rem 0;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__dt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-case__dt {
    margin-bottom: 1.06rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-case__dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.c-card-case__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.35rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__price {
    gap: 0.37rem;
    margin-bottom: 0rem;
  }
}
.c-card-case__price-txt01 {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.9285714286rem;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__price-txt01 {
    font-size: 1rem;
  }
}
.c-card-case__price-strong {
  font-size: 3.2857142857rem;
  color: #0F6AAC;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__price-strong {
    font-size: 4.125rem;
  }
}
.c-card-case__txt01 {
  display: inline-block;
  border-right: 1px solid rgba(19, 31, 42, 0.3);
  padding: 0 0.85rem;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__txt01 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-case__txt01 {
    padding: 0 1rem;
  }
}
.c-card-case__txt01:last-child {
  border-right: none;
}
.c-card-case__txt01-tit {
  display: block;
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__txt01-tit {
    font-size: 0.875rem;
  }
}
.c-card-case__txt01-b {
  font-size: 1.2857142857rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__txt01-b {
    font-size: 1.375rem;
  }
}
.c-card-case__txt01-arrow {
  display: inline-block;
  width: 0.42rem;
  vertical-align: 0.2em;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__txt01-arrow {
    width: 0.56rem;
  }
}
.c-card-case__box02 {
  position: relative;
  background: #DEE2E9;
  border-radius: 0.57rem;
  padding: 1.14rem;
  padding-top: 2.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__box02 {
    width: calc((100% - 0.5rem) / 2);
    border-radius: 0.75rem;
    padding: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-card-case__figure {
  position: absolute;
  width: 26.84%;
  max-width: 5.71rem;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
@media only screen and (min-width: 769px), print {
  .c-card-case__figure {
    position: static;
    width: 19.11%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.c-card-case__box02-txtwrap {
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__box02-txtwrap {
    width: 76.47%;
  }
}
.c-card-case__tit02 {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #131F2A;
  margin-bottom: 0.35rem;
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  .c-card-case__tit02 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-case__tit02 {
    margin-bottom: 0.5rem;
    text-align: left;
  }
}

.c-card-caution {
  background: rgba(255, 71, 59, 0.1);
  padding: 1.14rem;
  border-radius: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-caution {
    border-radius: 0.5rem;
    padding: 1.5rem;
  }
}
.c-card-caution__dt {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-caution__dt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-card-caution__dt {
    margin-bottom: 0.37rem;
  }
}
.c-card-caution__dt::before {
  display: inline-block;
  content: "";
  width: 1.21rem;
  aspect-ratio: 1/1;
  background: url(../img/ico_caution.svg) center center/contain no-repeat;
  vertical-align: -0.2em;
  background-color: #FF473B;
  border-radius: 50%;
}
@media only screen and (min-width: 769px), print {
  .c-card-caution__dt::before {
    width: 1.43rem;
  }
}
.c-card-caution__dd {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.9285714286rem;
}
@media only screen and (min-width: 769px), print {
  .c-card-caution__dd {
    font-size: 1rem;
  }
}

/* ==========================================================
!pagenation
========================================================== */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -1px 0 0 0;
  padding: 16px 40px 16px 40px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding: 10px;
}
.wp-pagenavi .u-current,
.wp-pagenavi .page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  padding: 10px 10px;
}
.wp-pagenavi .page {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* ==========================================================
!Pagetop
========================================================== */
.l-pagetop {
  position: absolute;
  right: 0.42rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (min-width: 1000px), print {
  .l-pagetop {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin: 0 auto;
  }
}
.l-pagetop__btn {
  width: 4.57rem;
  aspect-ratio: 1/1;
  border: solid 1px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.31rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1000px), print {
  .l-pagetop__btn {
    width: 4.31rem;
  }
}
.l-pagetop__icon {
  font-size: 1.125rem;
  color: #131F2A;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
.l-pagetop__text {
  font-size: 0.6875rem;
  width: 100%;
  display: block;
}
.l-pagetop__car {
  position: absolute;
  width: 59.37%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -45%) translateY(145%);
  transform: translate(-50%, -45%) translateY(145%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.l-pagetop__car.js-aniOn {
  opacity: 1;
  -webkit-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}
@media (hover: hover) {
  .l-pagetop:hover .l-pagetop__car {
    -webkit-transform: translate(-50%, -45%) translateY(-33%);
    transform: translate(-50%, -45%) translateY(-33%);
  }
}

/* fixed
------------------------------------ */
.l-pagetop__fixed {
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .l-pagetop__fixed {
    display: block;
    position: fixed;
    z-index: 99;
    cursor: pointer;
    bottom: 5.37rem;
    right: 0.75rem;
  }
}
.l-pagetop__fixed-car {
  top: calc(100% + 0.75rem);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0;
  visibility: hidden;
}
@media (hover: hover) {
  .l-pagetop__fixed:hover .l-pagetop__fixed-car {
    -webkit-transform: translate(-50%, -45%) translateY(-33%);
    transform: translate(-50%, -45%) translateY(-33%);
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}

/* ==========================================================
!Chatbot
========================================================== */
.l-chatbot {
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .l-chatbot {
    display: block;
    margin: 0px auto;
    width: 4.25rem;
    margin-top: 0.37rem;
    position: relative;
    z-index: 1;
  }
}
.l-chatbot__btn {
  background: #103961;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 4.25rem;
  padding: 0.5rem;
}
.l-chatbot__btn::after {
  display: block;
  content: "";
  width: 41.17%;
  aspect-ratio: 28/16;
  background: url(../../common/img/ico_fukidashi.svg) center center/contain no-repeat;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-0.19rem);
  transform: translateY(-0.19rem);
  right: 0.31rem;
}
.l-chatbot__icon {
  height: 100%;
}
.l-chatbot__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-chatbot__fixed {
  position: fixed;
  right: 0.42rem;
  bottom: 4.64rem;
  z-index: 99;
  width: 100%;
  max-width: 4rem;
  border-radius: 50%;
  background: #103961;
}
@media only screen and (min-width: 769px), print {
  .l-chatbot__fixed {
    width: 13.37rem;
    max-width: none;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 999rem 0px 0px 999rem;
    height: 4.87rem;
    padding-left: 0.56rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .l-chatbot__fixed {
    bottom: 0.62rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-chatbot__fixed.is-scrolled {
    width: 4.25rem;
    border-radius: 999rem;
    height: 4.25rem;
    right: 0.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-chatbot__fixed.is-scrolled .l-chatbot__fixed-txt {
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 769px), print {
  .l-chatbot__fixed.is-scrolled .l-chatbot__fixed-icon {
    width: 3.12rem;
  }
}
@media only screen and (min-width: 769px), print {
  .l-chatbot__fixed.is-scrolled .l-chatbot__fixed-icon::after {
    right: -0.19rem;
  }
}
.l-chatbot__fixed-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.57rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 769px), print {
  .l-chatbot__fixed-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 100%;
  }
}
.l-chatbot__fixed-icon {
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .l-chatbot__fixed-icon {
    width: 3.62rem;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.l-chatbot__fixed-icon::after {
  display: block;
  content: "";
  width: 71.79%;
  aspect-ratio: 28/16;
  background: url(../../common/img/ico_fukidashi.svg) center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-0.58rem) translateY(-50%);
  transform: translateY(-0.58rem) translateY(-50%);
}
@media only screen and (min-width: 769px), print {
  .l-chatbot__fixed-icon::after {
    width: 100%;
    max-width: 1.75rem;
    top: auto;
    bottom: 100%;
    -webkit-transform: translateY(0.18rem);
    transform: translateY(0.18rem);
    right: 0.18rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.l-chatbot__fixed-txt {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .l-chatbot__fixed-txt {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.38;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* ==========================================================
!Table
========================================================== */
table {
  display: block;
  width: 100%;
  border-radius: 0.57rem;
  overflow: hidden;
  border: solid 2px #fff;
}
@media only screen and (min-width: 769px), print {
  table {
    display: table;
    border-radius: 0;
    border: none;
    border-collapse: separate;
  }
}
table + figcaption {
  font-size: 0.7857142857rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 0.7142857143rem;
  line-height: 1.55;
  margin-top: 0.57rem;
  color: #000;
}
@media only screen and (min-width: 769px), print {
  table + figcaption {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  table + figcaption {
    margin-top: 0.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .js-scrollable-elm table {
    min-width: var(--min-width);
    width: 100%;
  }
}

tr {
  display: block;
}
@media only screen and (min-width: 769px), print {
  tr {
    display: table-row;
  }
}

th {
  display: block;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.9285714286rem;
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  th {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  th {
    display: table-cell;
  }
}

td {
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.9285714286rem;
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  td {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  td {
    display: table-cell;
  }
}

thead {
  display: none;
}
@media only screen and (min-width: 769px), print {
  thead {
    display: table-header-group;
  }
}
thead > tr th {
  color: #fff;
  padding: 1rem 0px;
  background-image: repeating-linear-gradient(180deg, #fff, #fff 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
  background-color: #424B54;
  border-bottom: solid 3px #fff;
  font-weight: 400;
}
thead > tr th:nth-child(1) {
  border-radius: 2.43rem 0 0 2.43rem;
  background: #424B54;
}
thead > tr th:last-child {
  border-radius: 0 2.43rem 2.43rem 0;
}
thead > tr th .c-text-caption {
  color: inherit;
  font-weight: inherit;
}

tbody {
  display: block;
}
@media only screen and (min-width: 769px), print {
  tbody {
    display: table-row-group;
  }
}
tbody th {
  background: #DEE2E9;
  padding: 1.14rem 0px;
}
@media only screen and (min-width: 769px), print {
  tbody th {
    border-left: solid 3px #fff;
    border-bottom: solid 3px #FFFFFF;
    padding: 1.68rem 0px;
  }
}
tbody td {
  background: #fff;
  padding: 1.14rem 1.14rem;
}
@media only screen and (min-width: 769px), print {
  tbody td {
    border-bottom: solid 3px #DEE2E9;
    padding: 2rem 2.18rem;
  }
}
tbody > tr:not(tr:has(th)) td {
  border-top: solid 3px #DEE2E9;
}
@media only screen and (min-width: 769px), print {
  tbody > tr:not(tr:has(th)) td {
    border-top: none;
  }
}
tbody > tr:nth-child(1) > th:nth-child(1), tbody > tr:nth-child(1) > td:nth-child(1) {
  border-top-right-radius: 0.35rem;
  border-top-left-radius: 0.35rem;
}
@media only screen and (min-width: 769px), print {
  tbody > tr:nth-child(1) > th:nth-child(1), tbody > tr:nth-child(1) > td:nth-child(1) {
    border-top-left-radius: 1.06rem;
    border-top-right-radius: 0;
    border-top: solid 3px #fff;
  }
}
@media only screen and (min-width: 769px), print {
  tbody > tr:nth-child(1) > th:last-child, tbody > tr:nth-child(1) > td:last-child {
    border-top-right-radius: 1.06rem;
  }
}
@media only screen and (min-width: 769px), print {
  tbody > tr:last-child > th:nth-child(1), tbody > tr:last-child > td:nth-child(1) {
    border-bottom-left-radius: 1.06rem;
  }
}
@media only screen and (min-width: 769px), print {
  tbody > tr:last-child > th:last-child, tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 1.06rem;
  }
}
@media only screen and (min-width: 769px), print {
  tbody > tr:last-child > td {
    border-bottom-color: #fff;
  }
}

@media only screen and (min-width: 769px), print {
  .c-table-basic01__th {
    width: 19.55%;
  }
}
@media only screen and (min-width: 769px), print {
  .c-table-basic01__th--w50 {
    width: 50%;
    padding: 3.5rem 0;
  }
}
.c-table-basic01__th--bglight {
  background: #EFF1F7;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic01__td--w50 {
    width: 50%;
  }
}
.c-table-basic01__td--bdlight {
  border-color: #EFF1F7;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic01__td-txt + .c-table-basic01__td-txt {
    margin-top: 0.5em;
  }
}
.c-table-basic01__td-txt--spleft {
  text-align: left;
}

@media only screen and (min-width: 769px), print {
  .c-table-basic02--size01 thead tr th:nth-of-type(1) {
    width: 19.04%;
  }
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02--size01 thead tr th:nth-of-type(2) {
    width: 40.73%;
  }
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02--size01 thead tr th:nth-of-type(3) {
    width: 23.11%;
  }
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02--size01 tbody tr th {
    width: 19.04%;
  }
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02--size01 tbody tr td:nth-of-type(1) {
    width: 40.73%;
  }
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02--size01 tbody tr td:nth-of-type(2) {
    width: 23.11%;
  }
}
.c-table-basic02__tr:not(tr:has(th)) td {
  border-top: none;
}
.c-table-basic02__th--bg02 {
  background: #4E575F;
  color: #fff;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02__th--bg02 {
    background: #DEE2E9;
    color: #131F2A;
  }
}
.c-table-basic02__th--bd02 {
  border-bottom-color: #EFF1F7;
}
.c-table-basic02__th-sub {
  display: block;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02__td {
    background-image: repeating-linear-gradient(180deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, transparent 0.62rem, transparent 1.12rem);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
    background-color: #fff;
  }
}
.c-table-basic02__td--bdlight {
  border-color: #EFF1F7;
}
.c-table-basic02__td--sp01 {
  padding-bottom: 0;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02__td--sp01 {
    padding-bottom: 2rem;
    text-align: left;
  }
}
.c-table-basic02__td--sp02 {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02__td--sp02 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: left;
  }
}
.c-table-basic02__td--sp04 {
  padding-top: 0;
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02__td--sp04 {
    padding-top: 2rem;
  }
}
.c-table-basic02__td--sp04::after {
  display: block;
  content: "";
  border-bottom: solid 2px #DEE2E9;
  width: 87.87%;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02__td--sp04::after {
    display: none;
  }
}
.c-table-basic02__td--sp04--pc {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02__td--sp04--pc {
    display: table-cell;
  }
}
.c-table-basic02__td-tit {
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: 0.35rem 0px;
  border-radius: 1.14rem;
  background: #DEE2E9;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02__td-tit {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02__td-tit {
    display: none;
  }
}
.c-table-basic02__td-txt {
  line-height: 1.55;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02__td-txt {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02__td-txt + .c-table-basic02__td-txt {
    margin-top: 0.5em;
  }
}
.c-table-basic02__price02 {
  font-size: 1.2857142857rem;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic02__price02 {
    font-size: 1.25rem;
  }
}
.c-table-basic02__cap-gray {
  opacity: 0.5;
}

.c-table-basic03 {
  display: table;
  border: none;
  border-radius: 0;
  border-collapse: separate;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic03 {
    overflow: visible;
  }
}
.c-table-basic03__thead-th {
  position: relative;
}
.c-table-basic03__thead-img01 {
  position: absolute;
  width: 30.8%;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 25%);
  transform: translate(-50%, 25%);
}
.c-table-basic03__thead-img02 {
  position: absolute;
  width: 32.6%;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 25%);
  transform: translate(-50%, 25%);
}
.c-table-basic03__tbody {
  display: table-row-group;
}
.c-table-basic03__tbody tr:nth-of-type(1) th:nth-of-type(1) {
  border-radius: 0.57rem 0 0 0;
  width: 11.21%;
  border-top: solid 2px #DEE2E9;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic03__tbody tr:nth-of-type(1) th:nth-of-type(1) {
    width: 4.28%;
    border-radius: 1.12rem 0 0 0;
    border-width: 3px;
  }
}
.c-table-basic03__tbody tr:nth-of-type(1) th:nth-of-type(2) {
  width: 33.93%;
  border-top: solid 2px #DEE2E9;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic03__tbody tr:nth-of-type(1) th:nth-of-type(2) {
    width: 19.21%;
  }
}
.c-table-basic03__tbody tr:nth-of-type(1) td:nth-of-type(1) {
  border-radius: 0 0.57rem 0 0;
  width: 53.63%;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic03__tbody tr:nth-of-type(1) td:nth-of-type(1) {
    width: 38.28%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 769px), print {
  .c-table-basic03__tbody tr:nth-of-type(1) td:nth-of-type(2) {
    width: 38.28%;
  }
}
.c-table-basic03__tbody tr:last-of-type th:nth-of-type(1) {
  border-radius: 0 0 0 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic03__tbody tr:last-of-type th:nth-of-type(1) {
    border-radius: 0 0 0 1.12rem;
  }
}
.c-table-basic03__tbody tr:last-of-type td:nth-of-type(1) {
  border-radius: 0 0 0.57rem 0;
  border-color: #DEE2E9;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic03__tbody tr:last-of-type td:nth-of-type(1) {
    border-radius: 0 0 1.12rem 0;
  }
}
.c-table-basic03__tr {
  display: table-row;
}
.c-table-basic03__th01 {
  display: table-cell;
  border: none;
  border-bottom: solid 2px #DEE2E9;
  border-left: solid 2px #DEE2E9;
  background: #fff;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic03__th01 {
    border-width: 3px;
  }
}
.c-table-basic03__th01-tate {
  min-height: 7em;
}
.c-table-basic03__th02 {
  display: table-cell;
  background: #fff;
  border: none;
  border-bottom: solid 2px #DEE2E9;
  border-left: solid 2px #DEE2E9;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic03__th02 {
    border-width: 3px;
  }
}
.c-table-basic03__th-sub {
  display: block;
}
.c-table-basic03__td {
  display: table-cell;
  background: #DEE2E9;
  border: none;
  border-bottom: solid 2px #fff;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic03__td {
    border-width: 3px;
    background-image: repeating-linear-gradient(180deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, transparent 0.62rem, transparent 1.12rem);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
    background-color: #DEE2E9;
  }
}
.c-table-basic03__price {
  font-size: 1.2857142857rem;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic03__price {
    font-size: 1.375rem;
  }
}

.c-table-basic04 {
  overflow: visible;
  position: relative;
}
.c-table-basic04 tr th:nth-child(1), .c-table-basic04 tr td:nth-child(1) {
  width: 19.35%;
}
.c-table-basic04 tr th:nth-child(2), .c-table-basic04 tr td:nth-child(2) {
  width: 30.64%;
}
.c-table-basic04 tr th:nth-child(3), .c-table-basic04 tr td:nth-child(3) {
  width: 25.07%;
}
.c-table-basic04 tr th:nth-child(4), .c-table-basic04 tr td:nth-child(4) {
  width: 24.92%;
}
.c-table-basic04__thead::before {
  display: block;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0.18rem 1.62rem rgba(127, 167, 193, 0.47);
  box-shadow: 0 0.18rem 1.62rem rgba(127, 167, 193, 0.47);
  top: -0.82rem;
  width: 30.64%;
  left: 19.35%;
  bottom: -0.25rem;
  z-index: 1;
  border-radius: 0.5rem;
}
.c-table-basic04__thead-th {
  position: relative;
  border-bottom: 0;
}
.c-table-basic04__thead-th--strong {
  background: #fff;
}
.c-table-basic04__thead-th--noboder {
  background: #424B54;
}
.c-table-basic04__thead-inner {
  position: absolute;
  top: -0.82rem;
  left: 0;
  width: 100%;
  background: #FDBD03;
  bottom: 0;
  border-radius: 0.5rem;
  border: solid 3px #fff;
  border-bottom: none;
  color: #131F2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}
.c-table-basic04__td {
  position: relative;
  background-image: repeating-linear-gradient(180deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1.5px 100%;
  background-color: #fff;
}
.c-table-basic04__td--strong {
  background: #fff;
}
.c-table-basic04__td--noboder {
  background: #fff;
}
.c-table-basic04__tbody-inner {
  position: absolute;
  border-bottom: solid 3px rgba(222, 226, 233, 0.5);
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  bottom: -3px;
  padding: 0 2.06rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-table-basic04__tbody-inner--last {
  bottom: calc(-3px - 0.25rem);
  background: #fff;
  border-bottom-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
}
.c-table-basic04__td-txt {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-table-basic04__td-txt {
    font-size: 1rem;
  }
}

.c-table-tate {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

/* ==========================================================
!tags
========================================================== */ /* ==========================================================
!sidemenu/sub navi
========================================================== */
.c-subnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: item;
  position: relative;
}
@media only screen and (min-width: 1000px), print {
  .c-subnavi {
    display: block;
  }
}
.c-subnavi__current-ico {
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .c-subnavi__current-ico {
    background: #FDBD03;
    display: block;
    position: absolute;
    aspect-ratio: 1/1;
    width: 1.18rem;
    border-radius: 50%;
    top: 0.721875rem;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
  }
}
@media only screen and (min-width: 1000px), print {
  .c-subnavi__current-ico--tab {
    opacity: 1;
  }
}
.c-subnavi__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #131F2A;
  cursor: pointer;
  width: 50%;
  padding: 1.14rem 0px;
  line-height: 1.55;
  font-size: 0.9285714286rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 4rem;
  background-color: transparent;
}
@media only screen and (min-width: 769px), print {
  .c-subnavi__item {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .c-subnavi__item {
    background: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 1rem;
    min-height: auto;
    display: block;
  }
}
.c-subnavi__item:nth-of-type(2n) {
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem), repeating-linear-gradient(180deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom, left top;
  background-repeat: repeat-x, repeat-y;
  background-size: 100% 1.5px, 1.5px 100%;
}
@media only screen and (min-width: 1000px), print {
  .c-subnavi__item:nth-of-type(2n) {
    background: none;
  }
}
.c-subnavi__item--spfixed {
  width: min(40%, 14.2857142857rem);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.57rem 0px;
  min-height: 3.42rem;
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem), repeating-linear-gradient(180deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom, left top;
  background-repeat: repeat-x, repeat-y;
  background-size: 100% 1.5px, 1.5px 100%;
}
@media only screen and (min-width: 1000px), print {
  .c-subnavi__item--spfixed {
    background: none;
    width: 100%;
    padding: 0px;
    min-height: auto;
    display: block;
  }
}
.c-subnavi__item--spfixed:nth-of-type(1) {
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
}
@media only screen and (min-width: 1000px), print {
  .c-subnavi__item--spfixed:nth-of-type(1) {
    background: none;
  }
}
.c-subnavi__item-inner {
  display: block;
  font-weight: inherit;
}
@media only screen and (min-width: 1000px), print {
  .c-subnavi__item-inner {
    position: relative;
    padding-left: 1.56rem;
    text-align: left;
  }
}
.c-subnavi__item-inner--num::before {
  display: inline-block;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: rgba(19, 31, 42, 0.5);
}
@media only screen and (min-width: 769px), print {
  .c-subnavi__item-inner--num::before {
    font-size: 0.9375rem;
  }
}
.c-subnavi__item-inner.u-active {
  font-weight: 700;
}
.c-subnavi__item-inner.u-active::before {
  font-weight: 700;
}
@media (hover: hover) {
  *:hover > .c-subnavi__item-inner {
    opacity: 0.6;
  }
}
.c-subnavi__item-icon {
  width: 1.35rem;
}
@media only screen and (min-width: 1000px), print {
  .c-subnavi__item-icon {
    position: absolute;
    width: 1.18rem;
    left: 0px;
    top: 0.77em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.c-subnavi--spfixed {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* ==========================================================
! faq accordion
========================================================== */
@media only screen and (min-width: 769px), print {
  .c-faq-accordion-wrap {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding-right: 0;
    margin-left: 0;
  }
}
@media (hover: hover) {
  .c-faq-accordion-wrap:hover {
    padding-right: 0.75rem;
    margin-left: -0.75rem;
  }
  .c-faq-accordion-wrap:hover .c-faq-accordion__q-eng {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .c-faq-accordion-wrap:hover .c-faq-accordion__q-btn {
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg);
  }
}
.c-faq-accordion-wrap + .c-faq-accordion-wrap {
  margin-top: 0.5rem;
}

.c-faq-accordion {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.57rem;
  text-align: left;
  -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  border-bottom: solid 1px #fff;
}
@media only screen and (min-width: 769px), print {
  .c-faq-accordion {
    border-radius: 0.75rem;
  }
}
.c-faq-accordion + .c-faq-accordion {
  margin-top: 0.5rem;
}
.c-faq-accordion--border {
  background: none;
  border: solid 1px rgba(65, 75, 85, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-faq-accordion__qItem {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.57rem;
  cursor: pointer;
  -webkit-transition: padding-bottom 0.2s;
  transition: padding-bottom 0.2s;
  padding: 1.42rem 0.85rem 1.42rem 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-faq-accordion__qItem {
    padding: 1.75rem 1.5rem 1.75rem 2.5rem;
    gap: 1.25rem;
  }
}
.c-faq-accordion__qItem.u-active {
  padding-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-faq-accordion__qItem.u-active {
    padding-bottom: 1.5rem;
  }
}
.c-faq-accordion__qItem.u-active .c-faq-accordion__q-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.c-faq-accordion__q-eng {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 600;
  font-size: 1.7142857143rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #424B54;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media only screen and (min-width: 769px), print {
  .c-faq-accordion__q-eng {
    font-size: 2.25rem;
  }
}
.c-faq-accordion__q-txt {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px), print {
  .c-faq-accordion__q-txt {
    font-size: 1.125rem;
    line-height: 1.55;
    letter-spacing: 0.08em;
  }
}
.c-faq-accordion__q-btn {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.75rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: none;
  position: relative;
  background: #DEE2E9;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  cursor: pointer;
}
.c-faq-accordion__q-btn::after, .c-faq-accordion__q-btn::before {
  display: block;
  content: "";
  border-bottom: solid 1px #282828;
  width: 28.12%;
  top: 50%;
  left: 50%;
  position: absolute;
}
.c-faq-accordion__q-btn::after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-faq-accordion__q-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
}
.c-faq-accordion__aItem {
  margin-top: 1.14rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(16, 57, 97, 0.1);
  border-radius: 0.42rem;
  padding: 1.14rem;
  color: #131F2A;
  display: none;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: calc(100% - 2.28rem);
  margin: 0px auto;
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-faq-accordion__aItem {
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
    width: calc(100% - 3rem);
    margin-bottom: 1.5rem;
  }
}

/* ==========================================================
!タブ切り替えボタン
========================================================== */
.c-tabbtn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: solid 0.28rem #EFF1F7;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.4285714286rem;
  gap: 0.14rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px), print {
  .c-tabbtn-wrap {
    display: none;
  }
}
.c-tabbtn-wrap--bwhite {
  border-bottom-color: #fff;
}
.c-tabbtn-wrap--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-tabbtn-wrap--pc {
  width: calc(100vw - 6px);
  -webkit-margin-start: calc(50% - 50vw + 3px);
  margin-inline-start: calc(50% - 50vw + 3px);
}
@media only screen and (min-width: 769px), print {
  .c-tabbtn-wrap--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1000px), print {
  .c-tabbtn-wrap--pc {
    width: 100%;
    margin-inline: auto;
    padding-inline: calc((100% - 1048px) / 2);
  }
}

.c-tabbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 0.57rem 0.57rem 0 0;
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  height: 4.28rem;
  width: calc((100% - 3.1428571429rem) / 2 * 1 + 0rem);
  background: #2A343E;
  color: #fff;
  opacity: 0.6;
  border: none;
}
@media only screen and (min-width: 769px), print {
  .c-tabbtn {
    font-size: 0.875rem;
  }
}
.c-tabbtn.js-sptab-active {
  opacity: 1;
}
.c-tabbtn.js-memu-active {
  opacity: 1;
}
.c-tabbtn--full {
  width: 100%;
}

.c-tabbtn-contents {
  display: none;
}
.c-tabbtn-contents.js-sptabarea-active02 {
  display: block;
}
@media only screen and (min-width: 769px), print {
  .c-tabbtn-contents.js-sptabarea-active02 {
    display: none;
  }
}
.c-tabbtn-contents.js-sptabarea-active {
  display: block;
}
@media only screen and (min-width: 769px), print {
  .c-tabbtn-contents.js-sptabarea-active {
    display: none;
  }
}
.c-tabbtn-contents.js-area-active {
  display: block;
}
.c-tabbtn-contents__inner {
  max-width: 1048px;
  margin-inline: auto;
}
@media only screen and (min-width: 769px), print {
  .c-tabbtn-contents--pc {
    display: block;
  }
}

.c-tabbtn-wrap02 {
  width: 100%;
  overflow: scroll;
  background: #CDD6E2;
  z-index: 99;
}
@media only screen and (min-width: 769px), print {
  .c-tabbtn-wrap02 {
    display: none;
  }
}
.c-tabbtn-wrap02.is-fixed {
  position: fixed;
}
.c-tabbtn-wrap02.is-absolute {
  position: absolute;
  bottom: 0;
  top: auto;
}
.c-tabbtn-wrap02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-tabbtn02 {
  width: min(5.28rem, 19.73vw);
  padding: 0.57rem 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 0.7142857143rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.1em;
  color: rgba(19, 31, 42, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-tabbtn02__figure {
  width: 37.83%;
  margin: 0px auto;
  margin-bottom: 0.28rem;
  opacity: 0.25;
}
.c-tabbtn02.u-active {
  color: #131f2a;
}
.c-tabbtn02.u-active .c-tabbtn02__figure {
  opacity: 1;
}

/* ==========================================================
!box
========================================================== */
.c-box {
  text-align: left;
  background: #fff;
  padding: 1.42rem;
  border-radius: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-box {
    padding: 1.5rem;
    border-radius: 0.75rem;
  }
}
.c-box + .c-box {
  margin-top: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-box + .c-box {
    margin-top: 0.5rem;
  }
}
.c-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.85rem 0;
}
@media only screen and (min-width: 769px), print {
  .c-box__header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0px 2.5rem;
  }
}
.c-box__txtwrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media only screen and (min-width: 769px), print {
  .c-box__txtwrap {
    padding: 1rem;
  }
}
.c-box__imgwrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.c-box__tit {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-box__tit {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-box__tit {
    margin-bottom: 0.75rem;
  }
}
.c-box__contents {
  margin-top: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-box__contents {
    margin-top: 0.5rem;
  }
}

.c-compare-box {
  border-radius: 0.57rem;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box {
    border-radius: 1rem;
  }
}
.c-compare-box--before {
  background: #DEE2E9;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box--before {
    margin-bottom: 0.75rem;
  }
}
.c-compare-box--after {
  background: #fff;
}
.c-compare-box__dt {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 0.85rem 0px;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__dt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__dt {
    padding: 1rem 0px;
  }
}
.c-compare-box__dt--before {
  background: #131F2A;
  color: #fff;
}
.c-compare-box__dt--after {
  background: #FDBD03;
  color: #131F2A;
}
.c-compare-box__dd {
  padding: 1.42rem;
  padding-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__dd {
    padding: 2rem 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-compare-box__detail {
  margin-bottom: 1.14rem;
  padding-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__detail {
    width: 50%;
    margin-bottom: 0;
    padding: 0px 0.62rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-compare-box__detail--before {
  border-bottom: solid 1px #CDD6E2;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__detail--before {
    border-bottom: none;
    border-right: solid 1px #CDD6E2;
  }
}
.c-compare-box__detail--after {
  border-bottom: solid 1px #DEE2E9;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__detail--after {
    border-bottom: none;
    border-right: solid 1px #DEE2E9;
  }
}
.c-compare-box__tit01 {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.9285714286rem;
  color: #131F2A;
  border-radius: 1.42rem;
  padding: 0.28rem 0px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__tit01 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__tit01 {
    padding: 0.25rem 0px;
    border-radius: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.c-compare-box__tit01--before {
  background: #fff;
}
.c-compare-box__tit01--after {
  background: #DEE2E9;
}
.c-compare-box__pricetxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.35rem;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__pricetxt {
    gap: 0.37rem;
  }
}
.c-compare-box__pricetxt-txt01 {
  display: block;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.8125rem;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__pricetxt-txt01 {
    font-size: 1rem;
  }
}
.c-compare-box__pricetxt-num {
  display: block;
  font-size: 3.2857142857rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__pricetxt-num {
    font-size: 4rem;
  }
}
.c-compare-box__pricetxt-num--before {
  color: #4E575F;
}
.c-compare-box__pricetxt-num--after {
  color: #0F6AAC;
}
.c-compare-box__pricetxt-comma {
  font-size: 0.6em;
}
.c-compare-box__detail-txt01 {
  display: block;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__detail-txt01 {
    font-size: 1rem;
  }
}
.c-compare-box__txt01 {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__txt01 {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__txt01 {
    margin-top: 0.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__overview {
    width: 50%;
    padding: 0px 2.5rem;
  }
}
.c-compare-box__txt02 {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box__txt02 {
    font-size: 1rem;
  }
}

.c-compare-box02 {
  border-radius: 0.57rem;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02 {
    border-radius: 1rem;
  }
}
.c-compare-box02--before {
  background: #DEE2E9;
}
.c-compare-box02--after {
  background: #fff;
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02--after {
    margin-bottom: 0;
  }
}
.c-compare-box02__dt {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 0.85rem 0px;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__dt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__dt {
    padding: 1rem 0px;
  }
}
.c-compare-box02__dt--before {
  background: #131F2A;
  color: #fff;
}
.c-compare-box02__dt--after {
  background: #FDBD03;
  color: #131F2A;
}
.c-compare-box02__dd {
  padding: 2rem 1.14rem 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__dd {
    padding: 2.5rem 1rem 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__detail {
    padding: 0 3rem;
  }
}
.c-compare-box02__detail--after {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__detail--after {
    margin-bottom: 2.25rem;
  }
}
.c-compare-box02__tit01 {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.9285714286rem;
  color: #131F2A;
  border-radius: 1.42rem;
  padding: 0.28rem 0px;
  width: 100%;
  max-width: 10.07rem;
  margin: 0px auto;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__tit01 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__tit01 {
    padding: 0.18rem 0px;
    border-radius: 1.25rem;
    width: 100%;
    max-width: 12.5rem;
    margin-bottom: 0.87rem;
  }
}
.c-compare-box02__tit01--before {
  background: #fff;
}
.c-compare-box02__tit01--after {
  background: #DEE2E9;
}
.c-compare-box02__pricetxt {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.8125rem;
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__pricetxt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__pricetxt {
    margin-bottom: 2.18rem;
  }
}
.c-compare-box02__pricetxt-num {
  font-size: 3.2857142857rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__pricetxt-num {
    font-size: 4.125rem;
  }
}
.c-compare-box02__pricetxt-num--before {
  color: #4E575F;
}
.c-compare-box02__pricetxt-num--after {
  color: #0F6AAC;
}
.c-compare-box02__pricetxt-comma {
  font-size: 0.6em;
}
.c-compare-box02__detail-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-compare-box02__detail-dt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0.57rem 0;
  text-align: left;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__detail-dt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__detail-dt {
    padding: 0.75rem 0;
  }
}
.c-compare-box02__detail-dt--after {
  border-bottom: solid 1.5px #DEE2E9;
}
.c-compare-box02__detail-dt--before {
  border-bottom: solid 1.5px #fff;
}
.c-compare-box02__detail-dt:last-of-type {
  border-bottom: none;
}
.c-compare-box02__detail-dd {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.57rem 0;
  text-align: right;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__detail-dd {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__detail-dd {
    padding: 0.75rem 0;
  }
}
.c-compare-box02__detail-dd--after {
  border-bottom: solid 1.5px #DEE2E9;
}
.c-compare-box02__detail-dd--before {
  border-bottom: solid 1.5px #fff;
}
.c-compare-box02__detail-dd:last-of-type {
  border-bottom: none;
}
.c-compare-box02__detail-num {
  font-size: 1.4285714286rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__detail-num {
    font-size: 1.5rem;
  }
}
.c-compare-box02__txt01 {
  background: #EFF1F7;
  border-radius: 0.57rem;
  padding: 0.85rem 0;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__txt01 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__txt01 {
    padding: 1.25rem 0 1.5rem;
    border-radius: 0.5rem;
  }
}
.c-compare-box02__txt01-strong {
  font-size: 1.2857142857rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .c-compare-box02__txt01-strong {
    font-size: 1.375rem;
  }
}

.c-box-dl {
  border-radius: 0.57rem;
  overflow: hidden;
  background: #fff;
  padding: 1.42rem;
  padding-bottom: 1.71rem;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-box-dl {
    border-radius: 0.75rem;
    padding: 4rem 4.5rem 3.5rem;
  }
}
.c-box-dl__dt {
  background: #103961;
  color: #fff;
  padding: 0.42rem 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-radius: 999rem;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-box-dl__dt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-box-dl__dt {
    padding: 0.5rem 0;
    margin-bottom: 1.62rem;
  }
}
.c-box-dl__dd-img {
  margin-bottom: 1.14rem;
  border-radius: 0.57rem;
  overflow: hidden;
  aspect-ratio: 290/143;
}
@media only screen and (min-width: 769px), print {
  .c-box-dl__dd-img {
    aspect-ratio: 508/279;
    margin-bottom: 2rem;
    border-radius: 0.87rem;
    margin-bottom: 1.25rem;
  }
}
.c-box-dl__dd-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-box-dl__subtxt-wrap {
  position: relative;
  padding-left: 2.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-box-dl__subtxt-wrap {
    padding-left: 0;
  }
}
.c-box-dl__subtxt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.85rem;
  background-color: #2A343E;
  color: #fff;
  border-radius: 0.42rem;
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 769px), print {
  .c-box-dl__subtxt {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-box-dl__subtxt {
    width: 6.87rem;
    top: 50%;
    left: 50%;
    bottom: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: solid 0.42rem #DEE2E9;
    line-height: 1.55;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.c-box-dl__subtxt-inner {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
}
@media only screen and (min-width: 769px), print {
  .c-box-dl__subtxt-inner {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.c-box-onayami {
  -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  border-radius: 0.57rem;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami {
    border-radius: 1rem;
    position: relative;
  }
}
.c-box-onayami__mainimg {
  padding: 1.42rem;
  padding-bottom: 1.07rem;
  background: #CDD6E2;
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__mainimg {
    position: absolute;
    padding: 0;
    width: 25.3%;
    top: 3.5rem;
    bottom: 3.5rem;
    right: 3.5rem;
    background: none;
    z-index: 1;
  }
}
.c-box-onayami__figure {
  border-radius: 0.57rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 290/127;
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__figure {
    aspect-ratio: 332/336;
    border-radius: 0.75rem;
    max-height: 100%;
  }
}
.c-box-onayami__figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-box-onayami__header {
  background: #CDD6E2;
  padding: 0 1.42rem;
  padding-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__header {
    padding: 3.5rem calc(25.3% + 4.12rem) 0 5rem;
  }
}
.c-box-onayami__tit01 {
  text-align: left;
  font-size: 1.2857142857rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 0.64rem;
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__tit01 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__tit01 {
    margin-bottom: 1.5rem;
  }
}
.c-box-onayami__tit01-subtxt {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__tit01-subtxt {
    font-size: 0.875rem;
  }
}
.c-box-onayami__tit01-num {
  font-size: 0.9285714286rem;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__tit01-num {
    font-size: 1rem;
  }
}
.c-box-onayami__header-inner {
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.c-box-onayami__header-img01 {
  position: absolute;
  width: 19.31%;
  bottom: 100%;
  right: 0;
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__header-img01 {
    position: static;
    width: 15.34%;
  }
}
.c-box-onayami__fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__fukidashi {
    width: 82.06%;
    gap: 0.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 1.75rem;
  }
}
.c-box-onayami__fukidashi-inner {
  display: block;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.9285714286rem;
  text-align: left;
  background: #fff;
  border-radius: 1rem 0.14rem 1rem 1rem;
  padding: 0.28rem 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__fukidashi-inner {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__fukidashi-inner {
    padding: 0.25rem 0.75rem;
    border-radius: 1.18rem 1.12rem 1.12rem 0.12rem;
  }
}
.c-box-onayami__contents {
  padding: 1.14rem 1.42rem 1.42rem 1.42rem;
  background: #fff;
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__contents {
    padding: 2rem calc(25.3% + 4.12rem) 3.5rem 5rem;
  }
}
.c-box-onayami__tit02 {
  color: #131F2A;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0.42rem;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__tit02 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__tit02 {
    margin-bottom: 0.56rem;
  }
}
.c-box-onayami__ul {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-box-onayami__ul {
    font-size: 1rem;
  }
}

/* ==========================================================
!contact
========================================================== */
.c-contact01__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.57rem;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-contact01__header {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
.c-contact01__header--sptaC {
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  .c-contact01__header--sptaC {
    text-align: left;
  }
}
.c-contact01__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-contact01__contents {
    gap: 0.5rem;
  }
}

.c-contact02__header {
  background: #CDD6E2;
  padding: 1.42rem 1.42rem 0.71rem 1.42rem;
  border-radius: 0.85rem 0.85rem 0 0;
}
@media only screen and (min-width: 769px), print {
  .c-contact02__header {
    padding: 2.5rem 2.31rem 2rem;
    border-radius: 0.75rem 0.75rem 0 0;
  }
}
.c-contact02__header-ul {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.9285714286rem;
}
@media only screen and (min-width: 769px), print {
  .c-contact02__header-ul {
    font-size: 1rem;
  }
}
.c-contact02__contents {
  border-radius: 0 0 0.85rem 0.85rem;
  background: #fff;
  padding: 1.42rem 1.42rem 1.14rem 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-contact02__contents {
    padding: 2.5rem 1.5rem 1.5rem;
    border-radius: 0 0 0.75rem 0.75rem;
  }
}
.c-contact02__contents-inner {
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-contact02__contents-inner {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
  }
}
.c-contact02__contents-ul {
  margin-top: 0.57rem;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.9285714286rem;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-contact02__contents-ul {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-contact02__contents-ul {
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.c-contact02__contents-li {
  background: rgba(253, 189, 3, 0.1);
  border-radius: 0.42rem;
  padding: 1.14rem;
  padding-left: 2.64rem;
  display: block;
  text-indent: -1.5rem;
  margin-bottom: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .c-contact02__contents-li {
    border-radius: 0.5rem;
    padding: 1.5rem;
    padding-left: 3.31rem;
    margin-bottom: 0;
    width: calc((100% - 0.5rem) / 2);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-indent: -1.82rem;
  }
}
.c-contact02__contents-li::before {
  background-image: url(../img/ico_caution.svg);
  background-size: contain;
  position: relative;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: inline-block;
  width: 1.3em;
  top: 0;
  margin-right: 0.28rem;
  vertical-align: text-top;
}
@media only screen and (min-width: 769px), print {
  .c-contact02__contents-li::before {
    margin-right: 0.37rem;
  }
}

/* ==========================================================
!flow
========================================================== */
.c-flow {
  counter-reset: num;
}

.c-flow-item--pre {
  background: #DEE2E9;
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-flow-item--pre {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-flow-item--picture {
    padding-top: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-flow-item__txtwrap--picture {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-right: 0;
  }
}
.c-flow-item__imgwrap--picture {
  width: 100%;
}
@media only screen and (min-width: 769px), print {
  .c-flow-item__imgwrap--picture {
    width: 26.83%;
  }
}
.c-flow-item__tit {
  counter-increment: num;
}
.c-flow-item__tit::before {
  display: block;
  content: counter(num, decimal-leading-zero);
  font-size: 1.2857142857rem;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.02em;
  color: #103961;
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-flow-item__tit::before {
    font-size: 1.375rem;
    margin-bottom: 0.75rem;
  }
}
.c-flow-item__tit--text::before {
  display: none;
}
.c-flow-item__subtit {
  font-size: 1.0714285714rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #103961;
  margin-bottom: 0.57rem;
  display: block;
}
@media only screen and (min-width: 769px), print {
  .c-flow-item__subtit {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-flow-item__subtit {
    margin-bottom: 0.75rem;
  }
}
.c-flow-item__subtit--eng {
  font-size: 1.2857142857rem;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media only screen and (min-width: 769px), print {
  .c-flow-item__subtit--eng {
    font-size: 1.375rem;
  }
}

/* ==========================================================
!gridlist
========================================================== */
.c-gridlist {
  gap: 0.2857142857rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 769px), print {
  .c-gridlist {
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-gridlist--spcolumn2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 769px), print {
  .c-gridlist--column3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 769px), print {
  .c-gridlist--column4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 769px), print {
  .c-gridlist--column5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* ==========================================================
!flex
========================================================== */
.c-flexbox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox01 {
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-flexbox01__figure {
  border-radius: 0.57rem;
  overflow: hidden;
  aspect-ratio: 330/187;
  width: 100%;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox01__figure {
    aspect-ratio: unset;
    border-radius: 0.5rem;
    width: 48.47%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.c-flexbox01__figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-flexbox01__txtbox {
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox01__txtbox {
    width: 48.47%;
  }
}
.c-flexbox01__txtbox-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.57rem;
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox01__txtbox-header {
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
}
.c-flexbox01__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox01__aside {
    gap: 0.75rem;
  }
}
.c-flexbox01__btn {
  margin-top: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox01__btn {
    margin-top: 1.5rem;
    width: 100%;
    max-width: 17.87rem;
  }
}

.c-flexbox02 {
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 769px), print {
  .c-flexbox02__txtbox {
    width: calc((100% - 0.5rem) / 2);
  }
}
.c-flexbox02__imgbox {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox02__imgbox {
    width: calc((100% - 0.5rem) / 2);
    display: block;
  }
}
@media only screen and (min-width: 1000px), print {
  .c-flexbox02__imgbox {
    padding-left: 4.75rem;
  }
}
.c-flexbox02__figure {
  border-radius: 999rem;
  overflow: hidden;
}
.c-flexbox02__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-flexbox03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.71rem 0;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox03 {
    gap: 2.5rem;
  }
}
.c-flexbox03__item {
  width: 100%;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox03__item {
    width: calc((100% - 2.5rem) / 2);
  }
}
@media only screen and (min-width: 769px), print {
  .c-flexbox03__item--1cel {
    width: 100%;
  }
}
@media only screen and (min-width: 769px), print {
  .c-flexbox03__item--3cel {
    width: calc((100% - 5rem) / 3);
  }
}
.c-flexbox03__item--4cel {
  width: 48.18%;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox03__item--4cel {
    width: calc((100% - 7.5rem) / 4);
  }
}
.c-flexbox03__figure {
  border-radius: 0.85rem;
  overflow: hidden;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox03__figure {
    border-radius: 0.75rem;
    margin-bottom: 1rem;
  }
}
.c-flexbox03__tit {
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox03__tit {
    margin-bottom: 0.5rem;
  }
}

.c-flexbox04 {
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 769px), print {
  .c-flexbox04__box-wrap {
    width: 57.62%;
  }
}
.c-flexbox04__box01 {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox04__box01 {
    margin-bottom: 1rem;
  }
}
.c-flexbox04__box02 {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox04__box02 {
    margin-bottom: 0rem;
    width: 37.5%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.c-flexbox04__figure {
  border-radius: 0.57rem;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox04__figure {
    border-radius: 0.75rem;
  }
}
.c-flexbox04__figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-flexbox04-supplement {
  padding-top: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox04-supplement {
    padding-top: 2rem;
  }
}

.c-flexbox05 {
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox05 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-flexbox05__imgbox {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox05__imgbox {
    margin-bottom: 0rem;
    width: calc((100% - 5.5rem) / 12 * 6 + 2.5rem);
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.c-flexbox05__figure {
  border-radius: 0.57rem;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox05__figure {
    border-radius: 1rem;
  }
}
.c-flexbox05__figure img {
  width: 100%;
}
.c-flexbox05__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox05__txtbox {
    width: calc((100% - 5.5rem) / 12 * 4 + 1.5rem);
    margin: 0px auto;
    gap: 0.87rem;
  }
}
.c-flexbox05__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.71rem;
}
.c-flexbox05__ul {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox05__ul {
    font-size: 1rem;
  }
}
.c-flexbox05__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox05__li {
    gap: 0.25rem;
  }
}
.c-flexbox05__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox05__dl {
    font-size: 1rem;
  }
}
.c-flexbox05__dt {
  color: #7B838A;
}
.c-flexbox05__aside {
  padding: 1.07rem;
  -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  background: #FFFFFF;
  border-radius: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox05__aside {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
.c-flexbox05__applist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.2857142857rem;
}
.c-flexbox05__bnr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}
.c-flexbox05__bnr img {
  width: 100%;
}

.c-flexbox06 {
  padding: 1.42rem;
  border-radius: 0.57rem;
  background: #C7CFDB;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem;
    border-radius: 0.75rem;
  }
}
.c-flexbox06__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.71rem;
  margin-bottom: 0.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox06__txtbox {
    padding: 0 2rem;
    gap: 2rem;
    margin-bottom: 0rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.c-flexbox06__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox06__inner {
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-flexbox06__tit {
    margin-bottom: 0.25rem;
  }
}
.c-flexbox06__ul {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox06__ul {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-flexbox06__imgbox {
    width: 32.27%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.c-flexbox06__figure {
  border-radius: 0.42rem;
  overflow: hidden;
  aspect-ratio: 290/174;
}
@media only screen and (min-width: 769px), print {
  .c-flexbox06__figure {
    aspect-ratio: unset;
    border-radius: 0.75rem;
  }
}
.c-flexbox06__figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ==========================================================
! ニュースフィード
========================================================== */
.c-news-list {
  border-bottom: solid 1px rgba(112, 112, 112, 0.5);
}

.c-news-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.14rem 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: solid 1px rgba(112, 112, 112, 0.5);
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .c-news-item {
    padding: 1.87rem 0px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.c-news-item.u-hide {
  display: none;
}
.c-news-item::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #103961;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
@media (hover: hover) {
  .c-news-item:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scaleX(1);
  }
  .c-news-item:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .c-news-item:where(:-moz-any-link, :enabled, summary):hover .c-news-item__icon::after {
    transform: translateX(50%);
  }
  .c-news-item:where(:any-link, :enabled, summary):hover .c-news-item__icon::after {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .c-news-item:where(:-moz-any-link, :enabled, summary):hover .c-news-item__icon--blank::before {
    transform: translate(100%, -100%);
  }
  .c-news-item:where(:any-link, :enabled, summary):hover .c-news-item__icon--blank::before {
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
  }
  .c-news-item:where(:-moz-any-link, :enabled, summary):hover .c-news-item__icon--blank::after {
    transform: translate(100%, -100%);
  }
  .c-news-item:where(:any-link, :enabled, summary):hover .c-news-item__icon--blank::after {
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
  }
  .c-news-item:where(:-moz-any-link, :enabled, summary):hover .c-news-item__time {
    opacity: 0.5;
  }
  .c-news-item:where(:any-link, :enabled, summary):hover .c-news-item__time {
    opacity: 0.5;
  }
  .c-news-item:where(:-moz-any-link, :enabled, summary):hover .c-news-item__tit {
    opacity: 0.5;
  }
  .c-news-item:where(:any-link, :enabled, summary):hover .c-news-item__tit {
    opacity: 0.5;
  }
}
.c-news-item--noboder {
  border-top: none;
}
.c-news-item--noboder::before {
  display: none;
}
.c-news-item__date {
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-news-item__date {
    width: 13rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.c-news-item__time {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.8571428571rem;
  letter-spacing: 0.02em;
  color: #424B54;
  display: inline-block;
  margin-right: 0.66em;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media only screen and (min-width: 769px), print {
  .c-news-item__time {
    font-size: 1rem;
    margin-right: 0.75em;
  }
}
.c-news-item__tag {
  display: inline-block;
  font-size: 0.7857142857rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 7.09em;
  background-color: #222222;
  color: #fff;
  border-radius: 0.25rem;
  padding-bottom: 2px;
  vertical-align: 0.1em;
}
@media only screen and (min-width: 769px), print {
  .c-news-item__tag {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-news-item__tag {
    width: 7.16em;
    padding-bottom: 1px;
  }
}
.c-news-item__tit {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: left;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.9285714286rem;
  padding-right: 2.28rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media only screen and (min-width: 769px), print {
  .c-news-item__tit {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-news-item__tit {
    padding-right: 0px;
  }
}
.c-news-item__tit--pdf::after {
  display: inline-block;
  content: "PDF";
  font-size: 0.7857142857rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
  background: #CDD6E2;
  border-radius: 999em;
  line-height: 1.58em;
  padding: 0 0.62rem;
  font-weight: 500;
}
@media only screen and (min-width: 769px), print {
  .c-news-item__tit--pdf::after {
    font-size: 0.75rem;
  }
}
.c-news-item__tit--small {
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 769px), print {
  .c-news-item__tit--small {
    font-size: 0.875rem;
  }
}
.c-news-item__icon {
  display: block;
  width: 1.75rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .c-news-item__icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    top: 0px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.c-news-item__icon::after {
  display: block;
  content: "";
  position: absolute;
  width: 200%;
  background: url(../img/btn_arrow.svg) left center repeat-x;
  background-size: auto 100%;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.c-news-item__icon--blank::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  background: url(../img/ico_newwindow.svg) center center no-repeat;
  background-size: 0.81rem auto;
  right: 100%;
  top: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.c-news-item__icon--blank::after {
  width: 100%;
  background: url(../img/ico_newwindow.svg) center center no-repeat;
  background-size: 0.81rem auto;
}

/* ==========================================================
!Form Parts
========================================================== */
/* !レイアウト
---------------------------------------------------------- */
.c-form__tit01 {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 800;
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-form__tit01 {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-form__tit01 {
    margin-bottom: 1rem;
  }
}
.c-form__tit01::after {
  display: none;
}
.c-form__tit01-eng {
  display: block;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.8571428571rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .c-form__tit01-eng {
    font-size: 0.875rem;
    margin-bottom: 0.81rem;
  }
}
.c-form__txt01 + .c-form__txt01 {
  margin-top: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-form__txt01 + .c-form__txt01 {
    margin-top: 0.93rem;
  }
}
.c-form__ul {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .c-form__ul {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-form__ul {
    margin-top: 0.75rem;
  }
}
.c-form__progress {
  background: #4E575F;
  border-radius: 0.85rem;
  padding: 0.42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .c-form__progress {
    margin-bottom: 0.75rem;
    border-radius: 1rem;
    padding: 0.5rem;
  }
}
.c-form__step {
  border-radius: 0.57rem;
  padding: 0.57rem;
  width: 33.24%;
  text-align: center;
  font-size: 1.0714285714rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0rem;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 769px), print {
  .c-form__step {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-form__step {
    border-radius: 0.75rem;
    padding: 0.75rem 0;
  }
}
.c-form__step::before {
  display: none;
}
.c-form__step.u-active {
  background: #fff;
  color: #131F2A;
}
.c-form__step-eng {
  display: block;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.8571428571rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 769px), print {
  .c-form__step-eng {
    font-size: 0.875rem;
  }
}
.c-form__step-eng.u-active {
  color: rgba(19, 31, 42, 0.5);
}
.c-form__contents {
  background: #fff;
  border-radius: 0.85rem;
  padding-top: 2rem;
  padding-bottom: 2.85rem;
  -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .c-form__contents {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
@media only screen and (min-width: 769px), print {
  .c-form__contents {
    border-radius: 1rem;
    padding: 4rem 5rem 4.43rem;
  }
}
.c-form__contents + .c-form__contents {
  margin-top: 2.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-form__contents + .c-form__contents {
    margin-top: 6.93rem;
  }
}
.c-form__privacy {
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  border: solid 1px #DEE2E9;
  padding: 0.85rem;
  padding-bottom: 1.14rem;
  margin: 0px auto;
  border-radius: 0.42rem;
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .c-form__privacy {
    border-radius: 0.5rem;
    width: 100%;
    padding: 0.93rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1rem;
  }
}
.c-form__privacy-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.14rem 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EFF1F7;
  border-radius: 0.42rem;
  margin-bottom: 0.85rem;
  border: solid 1px #EFF1F7;
}
@media only screen and (min-width: 769px), print {
  .c-form__privacy-legend {
    padding: 0.93rem 0;
    border-radius: 0.37rem;
    margin-bottom: 1rem;
  }
}
.c-form__privacy-legend::before {
  display: inline-block;
  margin: 0 0.28rem 0 0;
  padding: 0 4px 2px 4px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7142857143rem;
  text-align: center;
  vertical-align: middle;
  content: "必須";
  background: #FF473B;
  border-radius: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .c-form__privacy-legend::before {
    border-radius: 0.18rem;
    font-size: 0.75rem;
    margin: 0 0.37rem 0 0;
  }
}
.c-form__privacy-legend:has(input:checked) {
  background: #fff;
  border-color: #B0C123;
}
.c-form__privacy-txt {
  display: block;
  padding: 0;
  margin: 0 0.42rem 0 0;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  background: none;
  border: none;
}
@media only screen and (min-width: 769px), print {
  .c-form__privacy-txt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-form__privacy-txt {
    margin: 0 0.5rem 0 0;
  }
}
.c-form__privacy-link {
  text-align: center;
}
.c-form__btnwrap {
  width: 100%;
  max-width: 18.57rem;
  margin: 0px auto;
}
@media only screen and (min-width: 769px), print {
  .c-form__btnwrap {
    width: 100%;
    max-width: 17.87rem;
  }
}

/* !確認画面
---------------------------------------------------------- */
.c-form-confirmation__dl {
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
  margin-bottom: 1.42rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}
@media only screen and (min-width: 769px), print {
  .c-form-confirmation__dl {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.c-form-confirmation__dt {
  border-top: 1px solid rgba(112, 112, 112, 0.4);
  padding-top: 1.14rem;
  color: rgba(19, 31, 42, 0.5);
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-form-confirmation__dt {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-form-confirmation__dt {
    margin-bottom: 0.5rem;
    padding-top: 2rem;
  }
}
.c-form-confirmation__dd {
  padding-bottom: 1.14rem;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .c-form-confirmation__dd {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-form-confirmation__dd {
    padding-bottom: 2rem;
  }
}
.c-form-confirmation__back {
  margin-top: 1.42rem;
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  .c-form-confirmation__back {
    margin-top: 1.25rem;
  }
}

/* !アンケート
---------------------------------------------------------- */
.c-form-survey {
  background: #DEE2E9;
  margin-bottom: -2.86rem;
  padding: 2.28rem 0;
  counter-reset: num;
}
@media only screen and (min-width: 769px), print {
  .c-form-survey {
    padding: 2.56rem 5rem;
    margin-left: -5rem;
    margin-right: -5rem;
    margin-bottom: -4.43rem;
  }
}
.c-form-survey__header {
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-form-survey__header {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.c-form-survey__tit {
  margin-bottom: 0.14rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .c-form-survey__tit {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-form-survey__tit {
    margin-bottom: 0.25rem;
  }
}
.c-form-survey__legend {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 0.78rem;
  text-indent: -0.79rem;
}
@media only screen and (min-width: 769px), print {
  .c-form-survey__legend {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-form-survey__legend {
    padding-left: 0.93rem;
    text-indent: -0.94rem;
  }
}
.c-form-survey__legend::before {
  display: inline;
  counter-increment: num;
  content: counter(num) ".";
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1rem;
  color: rgba(16, 57, 97, 0.5);
  letter-spacing: 0.02em;
  margin-right: 1px;
}
@media only screen and (min-width: 769px), print {
  .c-form-survey__legend::before {
    font-size: 1rem;
    margin-right: 0.25rem;
  }
}

/* !iOS Reset
---------------------------------------------------------- */
input[type=submit],
input[type=button] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* !default
---------------------------------------------------------- */
legend {
  display: block;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.42rem;
  cursor: default;
}
@media only screen and (min-width: 769px), print {
  legend {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  legend {
    margin-bottom: 0.37rem;
  }
}
legend::after {
  display: inline-block;
  margin: 0 0 0 0.35rem;
  padding: 0 4px 2px 4px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7142857143rem;
  text-align: center;
  vertical-align: middle;
  content: "必須";
  background: #FF473B;
  -webkit-transform: translate(0, -0.2em);
  transform: translate(0, -0.2em);
  border-radius: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  legend::after {
    border-radius: 0.18rem;
    font-size: 0.75rem;
    margin: 0 0 0 0.37rem;
  }
}
legend.any:after {
  content: none;
}

fieldset {
  display: block;
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  fieldset {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}

label {
  background: #EFF1F7;
  border-radius: 0.42rem;
  border: solid 1px #EFF1F7;
  padding: 1.28rem 0.85rem;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1.71rem 1fr;
  gap: 0.57rem;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.9285714286rem;
}
@media only screen and (min-width: 769px), print {
  label {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  label {
    border-radius: 0.5rem;
    gap: 0.5rem;
    padding: 1.25rem;
    grid-template-columns: 1.75rem 1fr;
  }
}
label:has(input[type=checkbox][aria-invalid=true]), label:has(input[type=radio]:required[aria-invalid=true]) {
  background: rgba(255, 71, 59, 0.2);
  border: solid 1px rgba(255, 71, 59, 0.2);
}
label:has(input[type=checkbox]:checked), label:has(input[type=radio]:checked) {
  background: #fff;
  border-color: #B0C225;
}

.c-form__input-wrap {
  width: 100%;
  position: relative;
}
.c-form__input-wrap:has(input[type=text]:required:invalid)::after, .c-form__input-wrap:has(input[type=number]:required:invalid)::after, .c-form__input-wrap:has(input[type=tel]:required:invalid)::after, .c-form__input-wrap:has(input[type=email]:required:invalid)::after, .c-form__input-wrap:has(select:required:invalid)::after, .c-form__input-wrap:has(textarea:required:invalid)::after {
  display: none;
}
.c-form__input-wrap:has(input[type=text]:required:invalid)::before, .c-form__input-wrap:has(input[type=number]:required:invalid)::before, .c-form__input-wrap:has(input[type=tel]:required:invalid)::before, .c-form__input-wrap:has(input[type=email]:required:invalid)::before, .c-form__input-wrap:has(select:required:invalid)::before, .c-form__input-wrap:has(textarea:required:invalid)::before {
  display: block;
}
.c-form__input-wrap:has(input[type=text]:required:valid)::after, .c-form__input-wrap:has(input[type=number]:required:valid)::after, .c-form__input-wrap:has(input[type=tel]:required:valid)::after, .c-form__input-wrap:has(input[type=email]:required:valid)::after, .c-form__input-wrap:has(select:required:valid)::after, .c-form__input-wrap:has(textarea:required:valid)::after {
  display: block;
}
.c-form__input-wrap:has(input[type=text]:required:valid)::before, .c-form__input-wrap:has(input[type=number]:required:valid)::before, .c-form__input-wrap:has(input[type=tel]:required:valid)::before, .c-form__input-wrap:has(input[type=email]:required:valid)::before, .c-form__input-wrap:has(select:required:valid)::before, .c-form__input-wrap:has(textarea:required:valid)::before {
  display: none;
}
.c-form__input-wrap:has(input[type=text]:required:focus)::after, .c-form__input-wrap:has(input[type=number]:required:focus)::after, .c-form__input-wrap:has(input[type=tel]:required:focus)::after, .c-form__input-wrap:has(input[type=email]:required:focus)::after, .c-form__input-wrap:has(select:required:focus)::after, .c-form__input-wrap:has(textarea:required:focus)::after {
  display: none;
}
.c-form__input-wrap:has(input[type=text]:required:focus)::before, .c-form__input-wrap:has(input[type=number]:required:focus)::before, .c-form__input-wrap:has(input[type=tel]:required:focus)::before, .c-form__input-wrap:has(input[type=email]:required:focus)::before, .c-form__input-wrap:has(select:required:focus)::before, .c-form__input-wrap:has(textarea:required:focus)::before {
  display: block;
}
.c-form__input-wrap::after {
  content: "";
  position: absolute;
  width: 1.21rem;
  aspect-ratio: 1/1;
  background: url(../img/ico_check_green.svg) center center/contain no-repeat;
  top: 50%;
  right: 1.14rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px), print {
  .c-form__input-wrap::after {
    width: 1.25rem;
    right: 1.25rem;
  }
}
.c-form__input-wrap--select::before {
  content: "";
  position: absolute;
  height: 0.85rem;
  width: 0.64rem;
  top: 50%;
  right: 1.42rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background: url(../img/ico_arrow_small.svg) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 769px), print {
  .c-form__input-wrap--select::before {
    height: 0.81rem;
    width: 0.62rem;
    right: 1.25rem;
  }
}
.c-form__input-wrap--radio {
  display: grid;
  gap: 0.2857142857rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 769px), print {
  .c-form__input-wrap--radio {
    gap: 0.25rem;
  }
}
.c-form__input-wrap--radio::after {
  display: none;
}
.c-form__input-wrap--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.42rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 769px), print {
  .c-form__input-wrap--checkbox {
    gap: 0.25rem;
  }
}
.c-form__input-wrap--checkbox::after {
  display: none;
}
.c-form__input-wrap--checkbox02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
}
@media only screen and (min-width: 769px), print {
  .c-form__input-wrap--checkbox02 {
    gap: 0.25rem;
  }
}
.c-form__input-wrap--checkbox02::after {
  display: none;
}
.c-form__input-wrap--checkbox02 label {
  padding: 1.07rem 0.85rem 1.07rem 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-form__input-wrap--checkbox02 label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 1.37rem;
    -ms-flex-preferred-size: calc((100% - 0.25rem) / 2);
    flex-basis: calc((100% - 0.25rem) / 2);
  }
}
@media only screen and (min-width: 769px), print {
  .c-form__input-wrap--checkbox02 label:nth-child(n+3) {
    -ms-flex-preferred-size: calc((100% - 0.5rem) / 3);
    flex-basis: calc((100% - 0.5rem) / 3);
  }
}
.c-form__input-wrap--checkbox03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
}
@media only screen and (min-width: 769px), print {
  .c-form__input-wrap--checkbox03 {
    gap: 0.25rem;
  }
}
.c-form__input-wrap--checkbox03::after {
  display: none;
}
.c-form__input-wrap--checkbox03 label {
  padding: 1.07rem 0.85rem 1.07rem 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-form__input-wrap--checkbox03 label {
    padding: 1.37rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: calc((100% - 0.5rem) / 3);
    flex-basis: calc((100% - 0.5rem) / 3);
  }
}
@media only screen and (min-width: 1024px), print {
  .c-form__input-wrap--checkbox03 label {
    -ms-flex-preferred-size: calc((100% - 0.75rem) / 4);
    flex-basis: calc((100% - 0.75rem) / 4);
  }
}
.c-form__input-wrap + * {
  margin-top: 0.31rem;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: block;
  width: 100%;
  padding: 1.42rem;
  border-radius: 0.42rem;
  background: #fff;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.9285714286rem;
  color: #131f2a;
  border: solid 1px #B0C123;
}
@media only screen and (min-width: 769px), print {
  input[type=text],
  input[type=number],
  input[type=tel],
  input[type=email],
  textarea,
  select {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  input[type=text],
  input[type=number],
  input[type=tel],
  input[type=email],
  textarea,
  select {
    padding: 1.25rem;
    border-radius: 0.5rem;
  }
}

button[type=submit] {
  width: 100%;
}

/* numberの増減ボタンを消す */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* 必須 */
/* 必須 且つ 入力されていない */
input[type=text]:required:invalid,
input[type=number]:required:invalid,
input[type=tel]:required:invalid,
input[type=email]:required:invalid,
textarea:required:invalid,
select:required:invalid {
  color: rgba(19, 31, 42, 0.3);
  background: #EFF1F7;
  border: solid 1px #EFF1F7;
}

/* バリデーションエラー */
input[type=text]:required[aria-invalid=true],
input[type=number]:required[aria-invalid=true],
input[type=tel]:required[aria-invalid=true],
input[type=email]:required[aria-invalid=true],
textarea:required[aria-invalid=true],
select:required[aria-invalid=true] {
  background: rgba(255, 71, 59, 0.2);
  border: solid 1px rgba(255, 71, 59, 0.2);
}

/* focus */
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  background: #fff;
  color: #131f2a;
  border: solid 1px #EFF1F7;
}

/* 必須にfocus */
input[type=text]:required:invalid:focus,
input[type=number]:required:invalid:focus,
input[type=tel]:required:invalid:focus,
input[type=email]:required:invalid:focus,
textarea:required:invalid:focus,
select:required:invalid:focus {
  background: #fff;
  color: #131f2a;
  border: solid 1px #EFF1F7;
}

/* Placeholder Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: rgba(19, 31, 42, 0.3);
}

/* Placeholder Firefox 18- */
:-moz-placeholder {
  opacity: 1;
  color: rgba(19, 31, 42, 0.3);
}

/* Placeholder Firefox 19+ */
::-moz-placeholder {
  opacity: 1;
  color: rgba(19, 31, 42, 0.3);
}

/* Placeholder IE 10+ */
:-ms-input-placeholder {
  color: rgba(19, 31, 42, 0.3);
}

/* !ラジオボタン、チェックボックス
---------------------------------------------------------- */
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.71rem;
  height: 1.71rem;
  position: relative;
  background: #fff;
  border: solid 1px #DEE2E9;
  border-radius: 0.28rem;
  display: block;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
@media only screen and (min-width: 769px), print {
  input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.18rem;
  }
}
input[type=checkbox]::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  top: 0px;
  left: 0px;
  background-color: #DEE2E9;
  -webkit-mask-image: url("../img/ico_input_check.svg");
  mask-image: url("../img/ico_input_check.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-position: center center;
  mask-position: center center;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.71rem;
  height: 1.71rem;
  position: relative;
  background: #fff;
  border: solid 1px #DEE2E9;
  border-radius: 50%;
  display: block;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
@media only screen and (min-width: 769px), print {
  input[type=radio] {
    width: 1.75rem;
    height: 1.75rem;
  }
}
input[type=radio]::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  content: "";
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #B0C223;
}
@media only screen and (min-width: 769px), print {
  input[type=radio]::before {
    width: 1.12rem;
  }
}

input[type=checkbox]:checked {
  background: #B0C123;
  border-color: #B0C123;
}
input[type=checkbox]:checked::before {
  background-color: #fff;
}

input[type=radio]:checked::before {
  opacity: 1;
}

/* !エラー表示
---------------------------------------------------------- */
.c-form__input-error {
  position: absolute;
  display: none;
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.8571428571rem;
  background: #fff;
  padding: 0.28rem 0.57rem;
  top: 0;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  border-radius: 1.14rem 1.14rem 0.14rem 1.14rem;
  color: #FF473B;
}
@media only screen and (min-width: 769px), print {
  .c-form__input-error {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-form__input-error {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
@media only screen and (min-width: 769px), print {
  .c-form__input-error {
    padding: 0.37rem 0.75rem;
    right: 0.81rem;
    border-radius: 1rem 1rem 0.12rem 1rem;
  }
}
label:has(input[aria-invalid=true]) + .c-form__input-error, input[aria-invalid=true] + .c-form__input-error, textarea[aria-invalid=true] + .c-form__input-error, select[aria-invalid=true] + .c-form__input-error {
  display: block;
}

/* ==========================================================
!swiper 本体
========================================================== */
.c-swiper {
  padding: 0 1.28rem 0 1.64rem;
  position: relative;
}
@media only screen and (min-width: 1000px), print {
  .c-swiper {
    padding: 0 8.5rem 0 9rem;
  }
}
.c-swiper__article {
  height: auto;
}
.c-swiper__article-inner {
  overflow: hidden;
  background: #DEE2E9;
  border-radius: 0.85rem;
  height: 100%;
  padding: 1.42rem;
  padding-bottom: 5rem;
  -webkit-transition: background 500ms ease-in-out;
  transition: background 500ms ease-in-out;
}
@media only screen and (min-width: 769px), print {
  .c-swiper__article-inner {
    border-radius: 1rem;
    padding: 5rem 6.25rem 8.06rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.swiper-slide-active .c-swiper__article-inner {
  background: #fff;
  -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
}
@media only screen and (min-width: 769px), print {
  .swiper-slide-active .c-swiper__article-inner {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
.swiper-slide-active .c-swiper__article-inner--bg02 {
  background: #103961;
  color: #fff;
}
.c-swiper__img {
  overflow: hidden;
  border-radius: 0.57rem;
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-swiper__img {
    margin-bottom: 0;
    width: 56.45%;
    border-radius: 0.75rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.c-swiper__txtbox {
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .c-swiper__txtbox {
    width: 37.63%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.c-swiper__tit {
  font-size: 1.2857142857rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 1.1428571429rem;
  margin-bottom: 0.57rem;
  color: #131F2A;
}
@media only screen and (min-width: 769px), print {
  .c-swiper__tit {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-swiper__tit {
    margin-bottom: 0.75rem;
  }
}
.c-swiper__tit--cwhite {
  color: #fff;
}
.c-swiper__tit-sub {
  display: inline-block;
  padding: 0.28rem 0.57rem;
  background-color: #87D7FF;
  border-radius: 1.35rem 1.28rem 1.28rem 0.14rem;
  font-size: 0.8571428571rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .c-swiper__tit-sub {
    padding: 0.25rem 0.75rem;
    border-radius: 0.87rem 0.87rem 0.87rem 0.12rem;
    margin-bottom: 0.12rem;
    font-size: 1rem;
  }
}
.c-swiper__tit-sub--bgwhite {
  background-color: #fff;
  color: #131F2A;
}
.c-swiper__tit-eng {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.7857142857rem;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 769px), print {
  .c-swiper__tit-eng {
    font-size: 1rem;
  }
}
.c-swiper__tit-cap {
  font-size: 0.8571428571rem;
  display: inline-block;
}
@media only screen and (min-width: 769px), print {
  .c-swiper__tit-cap {
    font-size: 1.125rem;
  }
}

/* ==========================================================
!swiper navigateion
========================================================== */
.c-swiper-navigation {
  position: absolute;
  left: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}
.c-swiper-navigation--bottom {
  bottom: 2.42rem;
}
@media only screen and (min-width: 769px), print {
  .c-swiper-navigation--bottom {
    bottom: 3.18rem;
  }
}

.swiper-button-prev, .swiper-button-next {
  width: 2.71rem;
  height: 2.71rem;
  border-radius: 50%;
  padding: 0.28rem;
  background: #EFF1F7;
  -webkit-box-shadow: inset 0 0 0.85rem rgba(127, 167, 193, 0.4);
  box-shadow: inset 0 0 0.85rem rgba(127, 167, 193, 0.4);
  top: 50%;
  margin-top: 0;
  position: relative;
}
.swiper-button-prev::after, .swiper-button-next::after {
  background-color: #26333D;
  border-radius: 50%;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 769px), print {
  .swiper-button-prev::after, .swiper-button-next::after {
    background: #103961;
  }
}

.swiper-pagination.swiper-pagination-bullets {
  position: relative;
  bottom: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0rem;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #131F2A;
  opacity: 1;
  width: 0.28rem;
  height: 0.28rem;
  margin: 0px 2px !important;
}
@media only screen and (min-width: 769px), print {
  .swiper-pagination .swiper-pagination-bullet {
    background: rgba(16, 57, 97, 0.7);
    width: 0.37rem;
    height: 0.37rem;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 99px;
}
@media only screen and (min-width: 769px), print {
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 2.62rem;
  }
}

.c-swiper-navigation__pagination--white .swiper-pagination-bullet {
  background-color: #fff;
}
@media only screen and (min-width: 769px), print {
  .c-swiper-navigation__pagination--white .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.7);
  }
}

.c-swiper-navigation__prev {
  position: absolute;
  left: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-swiper-navigation__prev--white::after {
  background-color: #fff;
  color: #103961;
}
.c-swiper-navigation__prev--bottom {
  position: relative;
  width: 2.57rem;
  height: 2.57rem;
  padding: 0;
  left: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
@media only screen and (min-width: 769px), print {
  .c-swiper-navigation__prev--bottom {
    width: 2.56rem;
    height: 2.56rem;
  }
}

.c-swiper-navigation__next {
  position: absolute;
  right: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-swiper-navigation__next--white::after {
  background-color: #fff;
  color: #103961;
}
.c-swiper-navigation__next--bottom {
  position: relative;
  width: 2.57rem;
  height: 2.57rem;
  padding: 0;
  right: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
@media only screen and (min-width: 769px), print {
  .c-swiper-navigation__next--bottom {
    width: 2.56rem;
    height: 2.56rem;
  }
}

.c-swiper-flow {
  overflow: hidden !important;
}
.c-swiper-flow .scroll-hint-icon-wrap {
  z-index: 1;
}
.c-swiper-flow .scroll-hint-icon-wrap.is-moved {
  opacity: 0;
  visibility: hidden;
}
.c-swiper-flow__slide {
  height: auto;
  width: min(21.42rem, 53.19vw);
  background-image: repeating-linear-gradient(180deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
  background-color: #CDD6E2;
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .c-swiper-flow__slide {
    width: 28.37%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.c-swiper-flow__slide:nth-child(1) {
  border-radius: 0.42rem 0 0 0.42rem;
  background-image: none;
}
@media only screen and (min-width: 769px), print {
  .c-swiper-flow__slide:nth-child(1) {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
.c-swiper-flow__slide:nth-child(1)::after {
  display: none;
}
.c-swiper-flow__slide:last-child {
  border-radius: 0 0.42rem 0.42rem 0;
}
@media only screen and (min-width: 769px), print {
  .c-swiper-flow__slide:last-child {
    border-radius: 0 0.5rem 0.5rem 0;
  }
}
.c-swiper-flow__slide::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.78rem;
  aspect-ratio: 1/1;
  background: url(../img/btn_icon02.svg) center center/contain no-repeat;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-swiper-flow__img {
  padding: 2.42rem 0 1.07rem;
}
@media only screen and (min-width: 769px), print {
  .c-swiper-flow__img {
    padding: 2.81rem 0 1.18rem;
  }
}
.c-swiper-flow__txtwrap {
  padding: 0 1.07rem 1.42rem 1.07rem;
}
@media only screen and (min-width: 769px), print {
  .c-swiper-flow__txtwrap {
    padding: 0 1.25rem 1.5rem 1.25rem;
  }
}
.c-swiper-flow__txt {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 769px), print {
  .c-swiper-flow__txt {
    font-size: 0.875rem;
  }
}

.c-swiper-recomend {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .c-swiper-recomend {
    width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  }
}
@media only screen and (min-width: 1000px), print {
  .c-swiper-recomend {
    width: calc((100% - 5.5rem) / 12 * 10 + 4.5rem);
  }
}
.c-swiper-recomend__slider {
  padding: 0 1.64rem;
}
@media only screen and (min-width: 769px), print {
  .c-swiper-recomend__slider {
    padding: 0;
  }
}
.c-swiper-recomend__slide {
  border-radius: 0.85rem;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 769px), print {
  .c-swiper-recomend__slide {
    border-radius: 1rem;
  }
}

/* ==========================================================
!payment
========================================================== */
.c-payment {
  padding-top: 3.42rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 769px), print {
  .c-payment {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.c-payment__header {
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .c-payment__header {
    margin-bottom: 2rem;
  }
}
.c-payment__imglist {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-payment__imglist {
    margin-bottom: 1.25rem;
  }
}
.c-payment__img {
  border-radius: 0.28rem;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .c-payment__img {
    border-radius: 0.5rem;
  }
}
.c-payment__img img {
  width: 100%;
}
.c-payment__ul {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .c-payment__ul {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-payment__ul {
    margin-bottom: 1.25rem;
  }
}
.c-payment__btn {
  width: 100%;
  max-width: 18.57rem;
  margin: 0px auto;
}
@media only screen and (min-width: 769px), print {
  .c-payment__btn {
    width: 100%;
    max-width: 21.87rem;
    margin-left: 0;
  }
}

/* ==========================================================
!article
========================================================== */
.c-article {
  border-top: solid 1px rgba(112, 112, 112, 0.3);
  text-align: left;
  padding: 2.85rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-article {
    padding: 3.5rem 0;
    gap: 1.12rem 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-article--first {
  border-top: none;
  padding-top: 0;
}
.c-article__header {
  width: 100%;
}
.c-article__contents {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-article__contents--spfull {
  margin-left: -1.58rem;
  margin-right: -1.58rem;
  width: calc(100% + 3.14rem);
}
@media only screen and (min-width: 769px), print {
  .c-article__contents--spfull {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 769px), print {
  .c-article__contents--size02 {
    width: 62.27%;
  }
}
.c-article__imgarea {
  width: 100%;
}
@media only screen and (min-width: 769px), print {
  .c-article__imgarea {
    width: 37.05%;
  }
}
.c-article__title {
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .c-article__title {
    margin-bottom: 0.5rem;
  }
}
.c-article__link {
  margin-top: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .c-article__link {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .c-article__caption {
    margin-top: 0.25rem;
  }
}
.c-article__txtwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.14rem;
  margin-top: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .c-article__txtwrap {
    margin-top: 1rem;
    gap: 1rem;
  }
}

/* ==========================================================
!Home
========================================================== */
.p-home__tit01 {
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 769px), print {
  .p-home__tit01 {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.38;
    letter-spacing: 0.1em;
  }
}
.p-home__tit01--center {
  text-align: center;
}
.p-home__tit01::after {
  display: none;
}
.p-home__tit01-eng {
  display: inline-block;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(100deg, #20336A 0%, #20336A 25%, #0A6F94 50%, #CDD6E2 65%, #CDD6E2 100%);
  background-size: 400% auto;
  /* 初期位置 */
  background-position: 100% 50%;
}
@media only screen and (min-width: 769px), print {
  .p-home__tit01-eng {
    font-size: 4.5rem;
  }
}
.p-home__tit01-eng.js-aniOn {
  -webkit-animation: bgSlideToGradient 1s cubic-bezier(0.67, 0.67, 0.37, 1.04) forwards;
  animation: bgSlideToGradient 1s cubic-bezier(0.67, 0.67, 0.37, 1.04) forwards;
}
@-webkit-keyframes bgSlideToGradient {
  0% {
    background-position: 100% 50%;
  }
  80% {
    background-position: 15% 50%;
  }
  100% {
    background-position: 35% 50%;
  }
}
@keyframes bgSlideToGradient {
  0% {
    background-position: 100% 50%;
  }
  80% {
    background-position: 15% 50%;
  }
  100% {
    background-position: 35% 50%;
  }
}

.p-home-progress {
  position: fixed;
  background: #fff;
  color: #FFFFFF;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1010;
  padding: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-progress {
    padding: 0.75rem;
  }
}
.p-home-progress.is-loaded {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 1.3s;
  transition: all 0.6s ease-in-out 1.3s;
}
.p-home-progress.is-complete {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.p-home-progress__inner {
  /* 変更前：background: v.$c_primary; */
  background: #ffffff;
  border-radius: 0.85rem;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media only screen and (min-width: 769px), print {
  .p-home-progress__inner {
    border-radius: 0.75rem;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}
.p-home-progress__inner.is-loaded {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.p-home-progress__logo {
  width: auto;
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 1.3s ease-in;
  transition: opacity 1.3s ease-in;
}
@media only screen and (min-width: 769px), print {
  .p-home-progress__logo {
    width: auto;
    height: auto;
  }
}
.p-home-progress__logo.is-loaded {
  opacity: 0;
}

.p-home-popup {
  position: fixed;
  z-index: 1009;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #EFF1F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-home-popup__inner {
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px;
  width: calc(100% - 1.14rem);
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__inner {
    max-height: calc(100vh - 4.56rem);
    max-width: 80rem;
  }
}
.p-home-popup__header {
  margin-bottom: 1.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__header {
    margin-bottom: 1.43rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.p-home-popup__tit01 {
  font-size: 0.9285714286rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__tit01 {
    font-size: 1.3125rem;
    width: 48.43%;
  }
}
.p-home-popup__tit01::after {
  display: none;
}
.p-home-popup__tit01-icon {
  font-size: 0.7857142857rem;
  letter-spacing: 0em;
  font-weight: 700;
  display: inline-block;
  border: solid 1px #D10927;
  color: #D10927;
  border-radius: 0.28rem;
  padding: 0px 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__tit01-icon {
    font-size: 0.9375rem;
    border-radius: 0.37rem;
    padding: 0px 0.85rem;
    line-height: 1.73em;
  }
}
.p-home-popup__tit01-strong {
  font-size: 1.6428571429rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__tit01-strong {
    font-size: 2.75rem;
  }
}
.p-home-popup__tit01-b {
  font-size: 1.1428571429rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__tit01-b {
    font-size: 1.75rem;
  }
}
.p-home-popup__txt01 {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__txt01 {
    display: block;
    width: 48.43%;
    font-size: 0.9375rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__cardwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.75rem;
  }
}
.p-home-popup__campaign {
  padding-bottom: 0.57rem;
  padding-top: 1.14rem;
  background: #fff;
  border-radius: 0.57rem;
  margin-bottom: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__campaign {
    width: 71.48%;
    border-radius: 0.5rem;
    padding-bottom: 0.43rem;
    padding-top: 2.5rem;
    margin-bottom: 0rem;
  }
}
.p-home-popup__campaign-titwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2857142857rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__campaign-titwrap {
    gap: 1.18rem;
    margin-bottom: 1.93rem;
  }
}
.p-home-popup__tit02 {
  width: calc((100% - 3.1428571429rem) / 2 * 1 + 0rem);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0em;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__tit02 {
    width: 64.45%;
    position: relative;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-home-popup__tit02 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__tit02::before {
    display: block;
    content: "";
    position: absolute;
    width: 19.56%;
    aspect-ratio: 1/1;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-home-popup__tit02-subtxt {
  display: block;
  font-size: 0.7857142857rem;
  line-height: 1.3;
  font-weight: 700;
  padding: 0px 0.85rem 0.42rem;
  border-radius: 999em;
  border: solid 1px #0D2A50;
  text-align: center;
}
@media only screen and (min-width: 1000px), print {
  .p-home-popup__tit02-subtxt {
    display: inline-block;
    font-size: 1rem;
    padding: 0px 1.18rem 0.25rem;
  }
}
.p-home-popup__tit02-strong01 {
  font-weight: 700;
  -webkit-text-emphasis: filled dot #000000;
  text-emphasis: filled dot #000000;
  -webkit-text-emphasis-position: over;
  text-emphasis-position: over right;
}
.p-home-popup__tit02-strong02 {
  font-size: 1.6428571429rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 1000px), print {
  .p-home-popup__tit02-strong02 {
    font-size: 2.9375rem;
  }
}
.p-home-popup__day-box {
  width: calc((100% - 3.1428571429rem) / 2 * 1 + 0rem);
  background: rgba(213, 213, 213, 0.3);
  border-radius: 0.42rem;
  padding: 0.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__day-box {
    width: 23.36%;
    padding: 0.93rem 0px;
    border-radius: 0.5rem;
  }
}
.p-home-popup__day-tit {
  font-size: 0.7142857143rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1000px), print {
  .p-home-popup__day-tit {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}
.p-home-popup__day-txt {
  font-size: 1.3571428571rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media only screen and (min-width: 1000px), print {
  .p-home-popup__day-txt {
    font-size: 2rem;
  }
}
.p-home-popup__day-tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 0.63em;
  display: inline-block;
  font-weight: 700;
}
@media only screen and (min-width: 1000px), print {
  .p-home-popup__day-tate {
    font-size: 1.1875rem;
  }
}
.p-home-popup__day-num {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 2.1em;
  color: #0D2A4F;
  line-height: 1;
}
@media only screen and (min-width: 1000px), print {
  .p-home-popup__day-num {
    font-size: 4.3125rem;
  }
}
.p-home-popup__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.2857142857rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__ul {
    gap: 0.5rem;
  }
}
.p-home-popup__li {
  width: 47.22%;
  border-radius: 0.57rem;
  overflow: hidden;
  background: rgba(204, 204, 204, 0.4);
  padding: 0px;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__li {
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 48.52%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-home-popup__li::before {
  display: none;
}
.p-home-popup__li--rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__li-img {
    width: 55.05%;
  }
}
.p-home-popup__li-img img {
  width: 100%;
}
.p-home-popup__li-txt {
  padding: 0.78rem 0px 1.14rem;
  font-size: 1.0714285714rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.8125rem;
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__li-txt {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__li-txt {
    text-align: left;
    margin: 0px auto;
    padding: 0px;
  }
}
.p-home-popup__li-eng {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__li-eng {
    display: block;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 0.75rem;
  }
}
.p-home-popup__more {
  background: #103961;
  border-radius: 0.57rem;
  padding: 1.21rem 0.71rem 0.71rem;
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__more {
    width: 28.12%;
    padding: 1.87rem;
    margin-bottom: 0rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__more::before {
    display: block;
    content: "";
    width: 52%;
    aspect-ratio: 1/1;
    background: url(../img/home/img_popup02.webp) center center/contain no-repeat;
    margin: 0px auto;
    margin-bottom: 1.87rem;
    margin-top: auto;
  }
}
.p-home-popup__txt02 {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__txt02 {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-home-popup__txt02 {
    margin-bottom: 1.87rem;
  }
}
.p-home-popup__checkbox {
  margin-bottom: 0.42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.35rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__checkbox {
    margin-bottom: 1rem;
    gap: 0.43rem;
  }
}
.p-home-popup__checkbox-label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0rem;
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding: 0;
}
@media only screen and (min-width: 769px), print {
  .p-home-popup__checkbox-label {
    font-size: 0.875rem;
  }
}
.p-home-mv {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.2142857143rem 0px;
}
@media only screen and (min-width: 769px), print {
  .p-home-mv {
    padding: 0.75rem 0px;
  }
}
@media only screen and (min-width: 1024px), print {
  .p-home-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px), print {
  .p-home-mv__main-box {
    width: 79.29%;
  }
}
.p-home-mv__slider {
  position: relative;
  margin-bottom: 0.2142857143rem;
  border-radius: 0.8571428571rem;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
@media only screen and (min-width: 769px), print {
  .p-home-mv__slider {
    margin-bottom: 0.5rem;
    border-radius: 1.5rem;
  }
}
.p-home-mv__slider.u-acitve {
  opacity: 1;
}
.p-home-mv__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.p-home-mv__slider .swiper-wrapper.u-acitve {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.p-home-mv__slide-inner {
  display: block;
}
.p-home-mv__slide-inner img {
  width: 100%;
}
.p-home-mv__navigation {
  bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-mv__navigation {
    bottom: 1.25rem;
  }
}
.p-home-mv__pickup-news {
  border-radius: 0.85rem;
  background-color: #CDD6E2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0.92rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-mv__pickup-news {
    padding: 0px 2rem;
    border-radius: 1.5rem;
  }
}
.p-home-mv__side {
  display: none;
}
@media only screen and (min-width: 1024px), print {
  .p-home-mv__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20.01%;
    border-radius: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
  }
}
.p-home-mv__box01 {
  padding: 6.32% 1.25rem;
  padding-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1280px), print {
  .p-home-mv__box01 {
    padding: 12.65% 1.87rem;
    padding-top: 0;
  }
}
.p-home-mv__tit01 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1em;
}
.p-home-mv__tit01-strong {
  display: inline-block;
  background: linear-gradient(100deg, #20336A, #0B6D93);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2.625rem;
  letter-spacing: 0.02em;
}
.p-home-mv__btn {
  padding: 1.5rem 0px;
  font-size: 0.875rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  gap: 0.25rem;
  overflow: hidden;
  position: relative;
}
.p-home-mv__btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  background: #4E575F;
  border-radius: 4.81rem;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (hover: hover) {
  .p-home-mv__btn:where(:-moz-any-link, :enabled, summary):hover::after {
    top: -100%;
    border-radius: 0rem;
  }
  .p-home-mv__btn:where(:any-link, :enabled, summary):hover::after {
    top: -100%;
    border-radius: 0rem;
  }
}
.p-home-mv__btn--station {
  background-color: #103961;
  color: #fff;
}
.p-home-mv__btn--station .p-home-mv__btn-icon {
  width: 1.28em;
}
@media (hover: hover) {
  .p-home-mv__btn--station:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
  }
  .p-home-mv__btn--station:where(:any-link, :enabled, summary):hover {
    color: #fff;
  }
}
.p-home-mv__btn--personal {
  background-color: #FBC602;
  margin-bottom: 0.5rem;
}
.p-home-mv__btn--personal::after {
  background: #FDBD03;
}
.p-home-mv__btn--personal .p-home-mv__btn-icon {
  width: 0.85em;
}
.p-home-mv__btn--corp {
  background-color: #7DCDF4;
}
.p-home-mv__btn--corp::after {
  background: #87D7FF;
}
.p-home-mv__btn--corp .p-home-mv__btn-icon {
  width: 1.07em;
}
.p-home-mv__btn-icon {
  display: block;
  position: relative;
  z-index: 1;
}
.p-home-mv__btn-txt {
  display: block;
  position: relative;
  z-index: 1;
}
.p-home-mv__box02 {
  background-image: repeating-linear-gradient(90deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, rgba(0, 0, 0, 0) 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  padding: 6.32% 1.25rem;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1280px), print {
  .p-home-mv__box02 {
    padding: 12.65% 1.87rem;
    padding-bottom: 0;
  }
}
.p-home-mv__link-box {
  padding-top: 1.87rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.p-home-mv__link-icon {
  display: inline-block;
  margin-right: 0.37rem;
  vertical-align: 0.1em;
}
.p-home-mv__link-icon--biginner {
  width: 0.75rem;
}
.p-home-mv__link-icon--corp {
  width: 0.93rem;
}

.p-home-update {
  margin-bottom: 0.2142857143rem;
  overflow: hidden;
  border-radius: 0.8571428571rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-update {
    margin-bottom: 0.75rem;
    border-radius: 1.5rem;
  }
}
.p-home-update__bnr {
  display: block;
}
.p-home-update__bnr img {
  width: 100%;
}

.p-home-nav {
  clip-path: rect(auto auto auto auto);
  position: relative;
  overflow: hidden;
  background: #103961;
  height: 100vh;
}
@media only screen and (min-width: 769px), print {
  .p-home-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
}
.p-home-nav::before {
  display: block;
  content: "";
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 36.64rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#103961), to(rgba(16, 57, 97, 0)));
  background: linear-gradient(to top, #103961 0%, rgba(16, 57, 97, 0) 100%);
  position: absolute;
  z-index: 0;
}
@media only screen and (min-width: 769px), print {
  .p-home-nav::before {
    display: none;
  }
}
.p-home-nav__btn-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.2142857143rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  gap: 0.14rem;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
@media only screen and (min-width: 769px), print {
  .p-home-nav__btn-area {
    position: relative;
    width: 50%;
    padding: 0.75rem;
    gap: 0.37rem;
  }
}
.p-home-nav__btn {
  width: calc((100% - 0.14rem) / 2);
}
@media only screen and (min-width: 769px), print {
  .p-home-nav__btn {
    width: calc((100% - 0.37rem) / 2);
  }
}
.p-home-nav__img-area {
  overflow: hidden;
  height: 2.92rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px), print {
  .p-home-nav__img-area {
    width: 50%;
    height: auto;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.p-home-nav__scroll {
  right: 0px;
  top: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  mix-blend-mode: overlay;
  width: 100%;
}
@media only screen and (min-width: 769px), print {
  .p-home-nav__scroll {
    right: 0px;
    top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: auto;
  }
}
.p-home-nav__scroll-txt {
  color: #fff;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2.9285714286rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.06em;
  -webkit-animation: loop_yoko 40s infinite linear 0s both;
  animation: loop_yoko 40s infinite linear 0s both;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0.8;
  padding-right: 0.5em;
  white-space: nowrap;
}
@media only screen and (min-width: 769px), print {
  .p-home-nav__scroll-txt {
    -webkit-animation: loop_tate 40s infinite linear 0s both;
    animation: loop_tate 40s infinite linear 0s both;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 1em;
    padding-right: 0em;
    font-size: 3.4375rem;
  }
}
@-webkit-keyframes loop_tate {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes loop_tate {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes loop_yoko {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop_yoko {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.p-home-nav__bgimg {
  position: fixed;
  width: 200%;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1px;
  z-index: 0;
}
@media only screen and (min-width: 769px), print {
  .p-home-nav__bgimg {
    width: 50%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    gap: 2px;
    opacity: 0.7;
  }
}
.p-home-nav__bgimg-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-home-nav__scroll-img {
  -webkit-animation: loop_tate 45s infinite linear 0s both;
  animation: loop_tate 45s infinite linear 0s both;
}
.p-home-nav__scroll-img--to-bottom {
  animation-direction: reverse;
}
.p-home-nav__img {
  padding-bottom: 1px;
}
@media only screen and (min-width: 769px), print {
  .p-home-nav__img {
    padding-bottom: 2px;
  }
}
.p-home-nav__img img {
  width: 100%;
}

.p-home-topics {
  padding-top: 4.57rem;
  padding-bottom: 2.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-topics {
    padding-top: 6.87rem;
    padding-bottom: 5rem;
  }
}
.p-home-faq {
  background-image: repeating-linear-gradient(90deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, rgba(0, 0, 0, 0) 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  padding-top: 2.85rem;
  padding-bottom: 4.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-faq {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-home-faq__grid {
    display: grid;
    grid-template-columns: 18rem 1fr;
    grid-template-rows: auto 1fr;
    gap: 1.75rem 6.81rem;
    grid-template-areas: "tit list" "btn list";
  }
}
.p-home-faq__tit {
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-faq__tit {
    grid-area: tit;
    margin-bottom: 0rem;
  }
}
.p-home-faq__box {
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-faq__box {
    grid-area: list;
    margin-bottom: 0rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-home-faq__btn {
    grid-area: btn;
  }
}

.p-home-about {
  background-color: #fff;
  border-radius: 0.85rem;
  padding: 4rem 0px;
  padding-bottom: 3.42rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px), print {
  .p-home-about {
    padding: 6rem;
    padding-bottom: 6.75rem;
    border-radius: 1.5rem;
  }
}
.p-home-about__tit {
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-about__tit {
    margin-bottom: 3rem;
  }
}
.p-home-about__slider {
  margin-bottom: 1.71rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-home-about__slider {
    padding-left: 0px;
    width: 100%;
    max-width: 85rem;
    margin: 0px auto;
    margin-bottom: 3rem;
  }
}
.p-home-about__slider.u-active .p-home-about__img {
  -webkit-transform: translate(0px);
  transform: translate(0px);
  opacity: 1;
}
.p-home-about__slide:nth-child(1) .p-home-about__img {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.p-home-about__slide:nth-child(2) .p-home-about__img {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.p-home-about__slide:nth-child(3) .p-home-about__img {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.p-home-about__slide:nth-child(4) .p-home-about__img {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.p-home-about__slide:nth-child(5) .p-home-about__img {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.p-home-about__img {
  margin: 0px auto;
  margin-bottom: 0.62rem;
  -webkit-transform: translate(50px);
  transform: translate(50px);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 769px), print {
  .p-home-about__img {
    width: 100%;
    max-width: 15rem;
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}
.p-home-about__txt {
  font-size: 0.9285714286rem;
  line-height: 1.38;
  font-weight: 700;
  letter-spacing: 0em;
}
@media only screen and (min-width: 769px), print {
  .p-home-about__txt {
    font-size: 1rem;
    line-height: 1.37;
    letter-spacing: 0.08em;
  }
}
.p-home-news {
  padding: 4.9rem 0px;
}
@media only screen and (min-width: 769px), print {
  .p-home-news {
    padding: 7.5rem 0px;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-home-news__grid {
    display: grid;
    grid-template-columns: 18rem 1fr;
    grid-template-rows: auto 1fr;
    gap: 1.75rem 6.81rem;
    grid-template-areas: "txt list" "btn list";
  }
}
.p-home-news__box01 {
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 1000px), print {
  .p-home-news__box01 {
    grid-area: txt;
    margin-bottom: 0rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-home-news__btn {
    grid-area: btn;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-home-news__box02 {
    grid-area: list;
  }
}
.p-home-news__tit-wrap {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 1000px), print {
  .p-home-news__tit-wrap {
    margin-bottom: 2rem;
  }
}
.p-home-news__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4.25vw;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (min-width: 1000px), print {
  .p-home-news__category-list {
    display: none;
  }
}
.p-home-news__category-list--pc {
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .p-home-news__category-list--pc {
    display: block;
  }
}
.p-home-news__category-btn {
  display: block;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8571428571rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  color: #131F2A;
  padding: 0;
}
@media only screen and (min-width: 769px), print {
  .p-home-news__category-btn {
    font-size: 0.875rem;
  }
}
.p-home-news__category-btn.u-active {
  font-weight: 700;
}
.p-home-news__category-btn.u-active::before {
  display: block;
  background-color: #FDBD03;
  aspect-ratio: 1/1;
  width: 0.75rem;
  border-radius: 50%;
  content: "";
  margin: 0px auto;
  margin-bottom: 0.5rem;
}
.p-home-news__list {
  width: 100%;
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 1000px), print {
  .p-home-news__list {
    margin-bottom: 0px;
  }
}

/* ==========================================================
!Lineup
========================================================== */
.p-lineup__menu {
  text-align: left;
  margin-bottom: 1.25rem;
  padding-bottom: 1.87rem;
  border-bottom: solid 1px rgba(112, 112, 112, 0.3);
}
.p-lineup__menu:last-child {
  border-bottom: none;
}
.p-lineup__menu-dt {
  font-size: 0.7857142857rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (min-width: 769px), print {
  .p-lineup__menu-dt {
    font-size: 0.75rem;
  }
}
.p-lineup__menu-dt.u-active .p-lineup__menu-icon {
  background-color: #282828;
}
.p-lineup__menu-dt.u-active .p-lineup__menu-icon::before {
  background-color: #DEE2E9;
}
.p-lineup__menu-strong {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 15.56rem;
}
@media only screen and (min-width: 769px), print {
  .p-lineup__menu-strong {
    font-size: 1.375rem;
  }
}
.p-lineup__menu-icon {
  width: 1.13em;
  background: #fff;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-lineup__menu-icon::before {
  background-color: #103961;
  -webkit-mask-image: url("../img/btn_arrow_anchor_mask.svg");
  mask-image: url("../img/btn_arrow_anchor_mask.svg");
  -webkit-mask-repeat: repeat-y;
  mask-repeat: repeat-y;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-position: top center;
  mask-position: top center;
}
.p-lineup__menu-b {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.41em;
  letter-spacing: 0.06em;
}
.p-lineup__menu-dd {
  display: none;
  padding-top: 1rem;
}
.p-lineup__menu-item {
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
}
.p-lineup__section {
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
}
@media only screen and (min-width: 769px), print {
  .p-lineup__section {
    width: calc((100% - 5.5rem) / 12 * 12 + 5.5rem);
  }
}
@media only screen and (min-width: 1280px), print {
  .p-lineup__section {
    width: calc((100% - 5.5rem) / 12 * 10 + 4.5rem);
  }
}
.p-lineup__section + .p-lineup__section {
  padding-top: 2.28rem;
}
@media only screen and (min-width: 1000px), print {
  .p-lineup__section + .p-lineup__section {
    padding-top: 4.25rem;
  }
}
.p-lineup__header {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-lineup__header {
    margin-bottom: 1.5rem;
  }
}
.p-lineup__txt {
  font-size: 0.8571428571rem;
  margin-top: 1.14rem;
}
@media only screen and (min-width: 1000px), print {
  .p-lineup__txt {
    display: none;
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
.p-lineup__txt--pc {
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .p-lineup__txt--pc {
    display: block;
  }
}
.p-lineup__txt-b {
  font-size: 1.41em;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.06em;
}
.p-lineup .js-tab_area {
  display: none;
}
.p-lineup .js-area-active {
  display: block;
}

.p-lineup-mv__h2 {
  font-size: 1.0714285714rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: left;
  color: #103961;
  margin-bottom: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-lineup-mv__h2 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-lineup-mv__h2 {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-lineup-mv__h2 {
    text-align: center;
  }
}
.p-lineup-mv__h2::after {
  display: none;
}
.p-lineup-mv__txt02 {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.92rem;
}
@media only screen and (min-width: 769px), print {
  .p-lineup-mv__txt02 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-lineup-mv__txt02 {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-lineup-mv__txt02 {
    text-align: center;
  }
}
.p-lineup-mv__btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.42rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 769px), print {
  .p-lineup-mv__btnwrap {
    gap: 1.5rem;
  }
}
.p-lineup-mv__btn {
  display: block;
  width: calc((100% - 0.42rem) / 2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
@media only screen and (min-width: 769px), print {
  .p-lineup-mv__btn {
    width: calc((100% - 1.5rem) / 2);
  }
}
.p-lineup-mv__btnimg {
  width: 100%;
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-lineup-mv__btnimg {
    margin-bottom: 0.5rem;
  }
}
.p-lineup-mv__btnimg img {
  width: 100%;
}
.p-lineup-mv__btntxt {
  font-size: 0.8571428571rem;
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.33em;
  color: #131F2A;
}
@media only screen and (min-width: 769px), print {
  .p-lineup-mv__btntxt {
    font-size: 0.75rem;
  }
}
.p-lineup-mv__icon {
  width: 1.58em;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* ==========================================================
!Corporate top
========================================================== */
.p-corporate-merit {
  padding: 2.28rem 0px;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-merit {
    padding-top: 7rem;
    padding-bottom: 8.5rem;
  }
}
.p-corporate-merit__header {
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-merit__header {
    margin-bottom: 2rem;
  }
}
.p-corporate-merit__slider {
  margin-bottom: 1.42rem;
  padding: 0 1.64rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-merit__slider {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-corporate-merit__slider {
    padding: 0;
    width: calc((100% - 1.5rem - 5.5rem) / 12 * 10 + 4.5rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.p-corporate-merit__slide {
  width: min(50.79vw, 13.64rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.2857142857rem;
  height: auto;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-merit__slide {
    padding-right: 0.5rem;
    width: 20%;
  }
}
.p-corporate-merit__slide-inner {
  padding: 1.14rem;
  padding-top: 1.71rem;
  background: #CDD6E2;
  border-radius: 0.42rem;
  height: 100%;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-merit__slide-inner {
    padding: 1.75rem;
    padding-top: 2.5rem;
    border-radius: 0.75rem;
  }
}
.p-corporate-merit__img {
  width: 100%;
  max-width: 4.28rem;
  max-width: none !important;
  margin: 0px auto;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-merit__img {
    width: 100%;
    max-width: 7.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-corporate-merit__txt {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.8571428571rem;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-merit__txt {
    font-size: 0.875rem;
  }
}
.p-corporate-merit__copy {
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-merit__copy {
    text-align: center;
  }
}

.p-corporate-otoku__box01 {
  padding: 2.85rem 0;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__box01 {
    padding-top: 6.5rem;
    padding-bottom: 7rem;
    margin-bottom: 0.5rem;
  }
}
.p-corporate-otoku__box01-header {
  text-align: left;
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__box01-header {
    margin-bottom: 7rem;
    text-align: center;
  }
}
.p-corporate-otoku__tit01 {
  margin-bottom: 1.14rem;
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__tit01 {
    margin-bottom: 0.93rem;
  }
}
.p-corporate-otoku__spbtn-wrap {
  margin-bottom: 1.5rem;
}
.p-corporate-otoku__tablebox {
  margin-bottom: 2.35rem;
  display: none;
}
.p-corporate-otoku__tablebox--sp.js-sptabarea-active {
  display: block;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__tablebox--sp.js-sptabarea-active {
    display: none;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__tablebox--pc {
    display: block;
  }
}
.p-corporate-otoku__box02 {
  padding: 2.85rem 0;
  margin-bottom: 3.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__box02 {
    padding: 5rem 0 5.56rem;
    margin-bottom: 8rem;
  }
}
.p-corporate-otoku__box02-header {
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__box02-header {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__table02 tbody tr th {
    width: 24.96%;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__td-cap02 {
    font-size: 0.875rem;
  }
}
.p-corporate-otoku__article01 {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__article01 {
    margin-bottom: 5.93rem;
  }
}
.p-corporate-otoku__article01-inner {
  text-align: left;
  margin-bottom: 0.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__article01-inner {
    text-align: center;
    margin-bottom: 2.31rem;
  }
}
.p-corporate-otoku__tit02 {
  margin-bottom: 1.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__tit02 {
    margin-bottom: 0.75rem;
  }
}
.p-corporate-otoku__slider {
  margin-right: -0.2142857143rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__slider {
    overflow: visible;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-corporate-otoku__slider {
    width: calc((100% - 5.5rem) / 12 * 10 + 4.5rem);
    margin: 0px auto;
  }
}
.p-corporate-otoku__slide {
  width: min(39.62vw, 10.64rem);
  height: auto;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__slide {
    width: 25%;
  }
}
.p-corporate-otoku__slide-inner {
  height: 100%;
}
.p-corporate-otoku__article02 {
  margin-bottom: 2.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-otoku__article02 {
    margin-bottom: 8rem;
  }
}

.p-corporate-admin {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-admin {
    margin-bottom: 0.75rem;
  }
}
.p-corporate-admin__box {
  padding: 2.85rem 0;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-admin__box {
    padding: 6.5rem 0;
  }
}
.p-corporate-admin__header {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-admin__header {
    margin-bottom: 1.75rem;
  }
}
.p-corporate-admin__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-admin__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
  }
}
.p-corporate-admin__card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* ==========================================================
!Corporate case
========================================================== */
.p-corporate-case {
  padding: 1.71rem 0px;
}
@media only screen and (min-width: 1000px), print {
  .p-corporate-case {
    padding: 2.5rem 0px;
  }
}
.p-corporate-case:first-child {
  padding-top: 0;
}
.p-corporate-case:last-child {
  padding-bottom: 0px;
}
.p-corporate-case__heading {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-case__heading {
    margin-bottom: 1.81rem;
  }
}
.p-corporate-case__copy01 {
  margin-top: 0.85rem;
  color: rgba(19, 31, 42, 0.6);
  font-size: 1.0714285714rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-case__copy01 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporate-case__copy01 {
    margin-top: 1rem;
  }
}

.p-corporate-voices {
  background-image: repeating-linear-gradient(90deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, rgba(0, 0, 0, 0) 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  padding-top: 3.42rem;
  padding-bottom: 1.78rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-voices {
    padding: 4.5rem 0px;
    background: none;
  }
}
.p-corporate-voices__header {
  margin-bottom: 1.64rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-voices__header {
    margin-bottom: 3rem;
  }
}
.p-corporate-voices__txt01 {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.8125rem;
  margin-top: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-voices__txt01 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporate-voices__txt01 {
    margin-top: 0.75rem;
  }
}
.p-corporate-voices__slider {
  margin-left: -0.2142857143rem;
  margin-right: -0.2142857143rem;
  padding: 0px 1.64rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporate-voices__slider {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-corporate-voices__slider {
    padding: 0px 8.87rem;
  }
}

/* ==========================================================
!howto トラブル時
========================================================== */
.p-howto-trouble01 {
  padding: 2rem 0px 1.71rem 0px;
}
@media only screen and (min-width: 1000px), print {
  .p-howto-trouble01 {
    padding: 4.5rem 0px 0.75rem 0px;
  }
}
.p-howto-trouble01__tit {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble01__tit {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-howto-trouble01__tit {
    margin-bottom: 2.5rem;
  }
}
.p-howto-trouble01__grid {
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .p-howto-trouble01__grid {
    display: grid;
  }
}
.p-howto-trouble01__item {
  padding-bottom: 1rem;
}
.p-howto-trouble01__txt {
  margin-bottom: 1rem;
}
.p-howto-trouble01__icon {
  margin-top: auto;
  width: 100%;
  max-width: 1.75rem;
}

.p-howto-trouble02 {
  margin-bottom: 2.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02 {
    margin-bottom: 4rem;
  }
}
.p-howto-trouble02:last-child {
  margin-bottom: 0;
}
.p-howto-trouble02__header {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__header {
    margin-bottom: 1.5rem;
  }
}
.p-howto-trouble02__txt01 {
  margin-top: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__txt01 {
    margin-top: 1.25rem;
  }
}
.p-howto-trouble02__flow-item::before {
  display: none;
}
.p-howto-trouble02__flow-imgwrap {
  width: 38.59%;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__flow-imgwrap {
    width: 19.16%;
  }
}
.p-howto-trouble02__tit02-subtxt {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__tit02-subtxt {
    font-size: 1rem;
  }
}
.p-howto-trouble02__caution {
  background: rgba(255, 71, 59, 0.1);
  padding: 1.14rem;
  border-radius: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__caution {
    border-radius: 0.5rem;
    padding: 1.5rem;
  }
}
.p-howto-trouble02__caution-dt {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__caution-dt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__caution-dt {
    margin-bottom: 0.37rem;
  }
}
.p-howto-trouble02__caution-dt::before {
  display: inline-block;
  content: "";
  width: 1.21rem;
  aspect-ratio: 1/1;
  background: url(../img/howto/ico_caution.svg) center center/contain no-repeat;
  vertical-align: -0.2em;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__caution-dt::before {
    width: 1.43rem;
  }
}
.p-howto-trouble02__caution-dd {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.9285714286rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__caution-dd {
    font-size: 1rem;
  }
}
.p-howto-trouble02__tel {
  border-radius: 0.42rem;
  overflow: hidden;
  background: #103961;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__tel {
    border-radius: 0.5rem;
  }
}
.p-howto-trouble02__tel--bg02 {
  background: #DEE2E9;
}
.p-howto-trouble02__tel-dt {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.9285714286rem;
  background: #CDD6E2;
  color: #131F2A;
  padding: 0.57rem 0px;
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__tel-dt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__tel-dt {
    padding: 1rem 0px;
  }
}
.p-howto-trouble02__tel-dt--bg02 {
  background: #103961;
  color: #fff;
}
.p-howto-trouble02__tel-dd {
  color: #fff;
  padding: 0.85rem 0.85rem 1.14rem;
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__tel-dd {
    padding: 1.5rem 0px 2.31rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__tel-inner {
    width: 50%;
  }
}
.p-howto-trouble02__tel-inner + .p-howto-trouble02__tel-inner {
  border-top: solid 1px #FFFFFF;
  padding-top: 1.42rem;
  margin-top: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__tel-inner + .p-howto-trouble02__tel-inner {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    border-left: solid 1px #FFFFFF;
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__btnwrap {
    padding: 0 1rem;
  }
}
.p-howto-trouble02__tabbtnwrap {
  gap: 0.14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__tabbtnwrap {
    gap: 0.12rem;
  }
}
.p-howto-trouble02__tabbtn {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  padding: 1.14rem 0px;
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  border-radius: 0.57rem 0.57rem 0px 0px;
  background: #103961;
  opacity: 0.6;
  cursor: pointer;
  margin-bottom: 0.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__tabbtn {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__tabbtn {
    padding: 1.68rem 0px;
    border-radius: 0.5rem 0.5rem 0px 0px;
    margin-bottom: 0;
  }
}
.p-howto-trouble02__tabbtn.js-memu-active {
  opacity: 1;
}
.p-howto-trouble02__tabarea {
  display: none;
  background: #DEE2E9;
  padding: 1.42rem 1.14rem 2.35rem;
  border-radius: 0px 0px 0.42rem 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__tabarea {
    padding: 2rem 2.5rem 2.62rem;
    border-radius: 0px 0px 0.5rem 0.5rem;
  }
}
.p-howto-trouble02__tabarea.js-area-active {
  display: block;
}
.p-howto-trouble02__tit03 {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.9285714286rem;
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__tit03 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__tit03 {
    margin-bottom: 0.5rem;
  }
}
.p-howto-trouble02__img01 {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__img01 {
    width: 100%;
    max-width: 34.68rem;
    margin: 0px auto;
    margin-top: 2rem;
  }
}
.p-howto-trouble02__tablebox {
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__tablebox {
    margin-bottom: 3rem;
  }
}
.p-howto-trouble02__titwrap {
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__titwrap {
    margin-bottom: 1rem;
  }
}
.p-howto-trouble02__ol {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__ol {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__ol {
    margin-bottom: 0.75rem;
  }
}
.p-howto-trouble02__ul-li {
  font-weight: 400;
}
.p-howto-trouble02__caption01 {
  font-size: 1rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__caption01 {
    font-size: 0.875rem;
  }
}
.p-howto-trouble02__price {
  font-size: 1.5714285714rem;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__price {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-trouble02__th01 {
    border-bottom-color: #EFF1F7;
  }
}

.p-howto-faq {
  background-image: repeating-linear-gradient(90deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, rgba(0, 0, 0, 0) 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  padding: 2.85rem 0px 4.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-faq {
    padding: 6.5rem 0px 7.5rem;
    background: none;
  }
}
.p-howto-faq__tit {
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-faq__tit {
    margin-bottom: 2rem;
  }
}
.p-howto-faq__box {
  margin-bottom: 2.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-faq__box {
    margin-bottom: 3rem;
  }
}
/* ==========================================================
!howto ルール、入会契約の解除
========================================================== */
.p-howto-rules {
  padding-top: 2.85rem;
  padding-bottom: 3.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-rules {
    padding-top: 6rem;
    padding-bottom: 7.5rem;
  }
}
.p-howto-rules__header {
  text-align: left;
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-rules__header {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}
.p-howto-rules__tit01 {
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-rules__tit01 {
    margin-bottom: 1.5rem;
  }
}
.p-howto-rules__slider {
  padding: 0 1.64rem;
  margin-bottom: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-rules__slider {
    overflow: visible;
    width: calc(100% - 1.5rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
    padding: 0 1.25rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-howto-rules__slider {
    padding: 0;
    width: calc((100% - 1.5rem - 5.5rem) / 12 * 10 + 4.5rem);
  }
}
.p-howto-rules__slide {
  height: auto;
  width: min(39.62vw, 10.64rem);
}
@media only screen and (min-width: 769px), print {
  .p-howto-rules__slide {
    width: 20%;
  }
}
.p-howto-rules__slide-inner {
  height: 100%;
}
.p-howto-rules__box {
  border-radius: 0.85rem;
  border: solid 3px #fff;
  padding: 2.85rem 1.42rem 1.14rem;
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
  -webkit-box-shadow: inset 0px 2px 0.85rem rgba(127, 167, 193, 0.27), 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: inset 0px 2px 0.85rem rgba(127, 167, 193, 0.27), 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
}
@media only screen and (min-width: 769px), print {
  .p-howto-rules__box {
    border-radius: 1rem;
    border-width: 0.37rem;
    padding: 4.56rem 0 5.62rem;
    -webkit-box-shadow: inset 0px 3px 1rem rgba(127, 167, 193, 0.27), 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: inset 0px 3px 1rem rgba(127, 167, 193, 0.27), 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
@media only screen and (min-width: 1000px), print {
  .p-howto-rules__box {
    width: calc((100% - 5.5rem) / 12 * 10 + 4.5rem);
  }
}
.p-howto-rules__box-header {
  text-align: left;
  margin-bottom: 0.35rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-rules__box-header {
    text-align: center;
    margin-bottom: 1.12rem;
  }
}
.p-howto-rules__tit02 {
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-rules__tit02 {
    margin-bottom: 0.75rem;
  }
}
.p-howto-rules__tit02-strong {
  color: #0F6AAC;
  font-weight: 700;
}
@media only screen and (min-width: 1000px), print {
  .p-howto-rules__img02 {
    width: 79.8%;
    margin: 0px auto;
  }
}

.p-howto-prohibited {
  padding-bottom: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-prohibited {
    padding-bottom: 0.75rem;
    background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1.5px;
  }
}
.p-howto-prohibited__bg {
  padding: 3.42rem 0 4rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-prohibited__bg {
    padding: 8rem 0 7rem;
  }
}
.p-howto-prohibited__header {
  text-align: left;
  margin-bottom: 2.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-prohibited__header {
    margin-bottom: 4rem;
  }
}
.p-howto-prohibited__tit01 {
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-prohibited__tit01 {
    margin-bottom: 1.5rem;
  }
}
.p-howto-prohibited__table-tit {
  text-align: left;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-prohibited__table-tit {
    margin-bottom: 1.5rem;
  }
}
.p-howto-prohibited__tablebox {
  margin-bottom: 2.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-prohibited__tablebox {
    margin-bottom: 4rem;
  }
}
.p-howto-prohibited__tablebox::last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px), print {
  .p-howto-prohibited__table tbody tr th {
    width: 31.19%;
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-prohibited__table tbody tr td:nth-of-type(1) {
    width: 68.8%;
  }
}

/* ==========================================================
!howto 乗車の流れ
========================================================== */
.p-howto-start01 {
  margin-bottom: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start01 {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-start01__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-howto-start01__tit01 {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start01__tit01 {
    margin-bottom: 1.5rem;
  }
}
.p-howto-start01__txtwrap {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start01__txtwrap {
    margin-bottom: 0rem;
    width: 53.24%;
  }
}
.p-howto-start01__imgwrap {
  border-radius: 0.57rem;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start01__imgwrap {
    width: 41.41%;
    border-radius: 1rem;
  }
}

.p-howto-start02 {
  margin-bottom: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02 {
    margin-bottom: 0.75rem;
  }
}
.p-howto-start02__tit01 {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__tit01 {
    margin-bottom: 1.5rem;
  }
}
.p-howto-start02__header {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__header {
    margin-bottom: 3rem;
    text-align: center;
  }
}
.p-howto-start02__grid {
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__grid {
    margin-bottom: 0.5rem;
  }
}
.p-howto-start02__cardreader {
  border-radius: 0.85rem;
  overflow: hidden;
  background: #DEE2E9;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__cardreader {
    border-radius: 0.75rem;
  }
}
.p-howto-start02__cardreader-header {
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__cardreader-header {
    padding-top: 3.18rem;
  }
}
.p-howto-start02__cardreader-header::before {
  background: #CDD6E2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__cardreader-header::before {
    bottom: 20.63%;
  }
}
.p-howto-start02__cardreader-contents {
  padding: 1.71rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__cardreader-contents {
    text-align: center;
    padding: 0;
    padding-top: 0.81rem;
    padding-bottom: 2.68rem;
  }
}
.p-howto-start02__cardreader-img {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__cardreader-img {
    width: 100%;
    max-width: 43.62rem;
    margin: 0px auto;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-howto-start02__cardreader-img {
    width: 53.2%;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    max-width: none;
  }
}
.p-howto-start02__cardreader-img img {
  width: 100%;
}
.p-howto-start02__cardreader-btn {
  position: absolute;
  display: block;
}
.p-howto-start02__cardreader-btn--01 {
  width: 70%;
  aspect-ratio: 231/56;
  top: 6.92%;
  right: 6.96%;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__cardreader-btn--01 {
    width: 34.81%;
    top: 3.9%;
    right: 2.5%;
  }
}
.p-howto-start02__cardreader-btn--02 {
  width: 49.69%;
  aspect-ratio: 164/56;
  top: 71.28%;
  left: 6.96%;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__cardreader-btn--02 {
    width: 24.35%;
    top: 14.2%;
    left: 2.5%;
  }
}
.p-howto-start02__tit02 {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__tit02 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__tit02 {
    margin-bottom: 0.43rem;
  }
}
.p-howto-start02__popup {
  display: none;
  position: absolute;
  width: 89.09%;
  top: 1.28rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  border-radius: 0.57rem;
  padding: 1.14rem;
  -webkit-box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
  box-shadow: 0px 2px 0.85rem rgba(127, 167, 193, 0.27);
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__popup {
    -webkit-box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
    box-shadow: 0px 3px 1rem rgba(127, 167, 193, 0.27);
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__popup {
    width: 33%;
    border-radius: 0.5rem;
    padding: 1rem;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media only screen and (min-width: 1000px), print {
  .p-howto-start02__popup {
    width: 22.4%;
  }
}
.p-howto-start02__popup.u-active {
  display: block;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__popup--01 {
    left: auto;
    right: 64%;
    top: 16%;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-howto-start02__popup--01 {
    top: 22.47%;
    right: 64.78%;
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-start02__popup--02 {
    left: 57%;
    top: 15%;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-howto-start02__popup--02 {
    top: 13.48%;
    left: 54.26%;
  }
}
.p-howto-start02__popup-img {
  overflow: hidden;
  border-radius: 0.57rem;
  margin-bottom: 1.14rem;
}
.p-howto-start02__popup-img img {
  width: 100%;
}
.p-howto-start02__popup-tit {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.14rem;
}
.p-howto-start02__popup-close {
  font-size: 0.9285714286rem;
}

.p-howto-start03 {
  margin-bottom: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start03 {
    margin-bottom: 0.75rem;
  }
}
.p-howto-start03__tit01 {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start03__tit01 {
    margin-bottom: 1.5rem;
  }
}
.p-howto-start03__header {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start03__header {
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-start03__img {
    width: 47.66%;
  }
}

.p-howto-start04 {
  counter-reset: step_num;
  margin-bottom: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04 {
    margin-bottom: 0.75rem;
  }
}
.p-howto-start04__tit01 {
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04__tit01 {
    margin-bottom: 1.5rem;
  }
}
.p-howto-start04__txt01 {
  margin-bottom: 0.85rem;
  font-size: 1.0714285714rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04__txt01 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04__txt01 {
    margin-bottom: 2rem;
  }
}
.p-howto-start04__ol01 {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04__ol01 {
    font-size: 1rem;
  }
}
.p-howto-start04__tit02 {
  counter-increment: step_num;
  margin-bottom: 0.71rem;
}
.p-howto-start04__tit02::before {
  display: inline-block;
  content: counter(step_num) ".";
  font-size: 1.5714285714rem;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.02em;
  color: rgba(16, 57, 97, 0.5);
  margin-right: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04__tit02::before {
    font-size: 1.6875rem;
    margin-right: 0.37rem;
  }
}
.p-howto-start04__txt02 {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04__txt02 {
    margin-bottom: 1.25rem;
  }
}
.p-howto-start04__left-img {
  aspect-ratio: 330/262;
  overflow: hidden;
  border-radius: 0.57rem;
  margin-bottom: 0.85rem;
}
.p-howto-start04__left-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-howto-start04__tit04 {
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04__tit04 {
    margin-bottom: 0.5rem;
  }
}
.p-howto-start04__maru-num {
  display: inline-block;
  font-size: 0.71em;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.02em;
  background: #103961;
  color: #fff;
  width: 1.8em;
  text-align: center;
  line-height: 1.8em;
  border-radius: 50%;
  vertical-align: 0.2em;
}
.p-howto-start04__ol02 {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04__ol02 {
    font-size: 1rem;
  }
}
.p-howto-start04__ol02--start06 {
  counter-set: round-num 5;
}
.p-howto-start04__ol02--start09 {
  counter-set: round-num 8;
}
.p-howto-start04__ol02--start11 {
  counter-set: round-num 10;
}
.p-howto-start04__ol02--start15 {
  counter-set: round-num 14;
}
.p-howto-start04__box02 {
  background: #DEE2E9;
  border-radius: 0.85rem;
  padding: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04__box02 {
    padding: 1.75rem;
    border-radius: 0.75rem;
  }
}
.p-howto-start04__box02-img {
  overflow: hidden;
  border-radius: 0.57rem;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04__box02-img {
    border-radius: 0.5rem;
    margin-bottom: 1.25rem;
  }
}
.p-howto-start04__tit05 {
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04__tit05 {
    margin-bottom: 0.5rem;
  }
}
.p-howto-start04__tit05--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04__tit05--sp {
    display: none;
  }
}
.p-howto-start04__ul01 {
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04__ul01 {
    font-size: 0.875rem;
  }
}
.p-howto-start04__ul02 {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .p-howto-start04__ul02 {
    font-size: 1rem;
  }
}

.p-howto-swiching {
  margin-bottom: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-swiching {
    margin-bottom: 0.75rem;
  }
}
.p-howto-swiching__box {
  aspect-ratio: 1576/510;
  background: #7C7C7C;
}

.p-howto-ev {
  padding-bottom: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-ev {
    padding-bottom: 0.75rem;
    background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1.5px;
  }
}
.p-howto-ev__box {
  padding-top: 3.42rem;
  padding-bottom: 4.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-ev__box {
    padding-top: 6.5rem;
    padding-bottom: 7.5rem;
  }
}
.p-howto-ev__tit01 {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 769px), print {
  .p-howto-ev__tit01 {
    margin-bottom: 2.5rem;
  }
}
.p-howto-ev__tit01-subtxt {
  font-size: 0.81em;
}
@media only screen and (min-width: 769px), print {
  .p-howto-ev__tit01-subtxt {
    font-size: 0.66em;
  }
}

/* ==========================================================
!land
========================================================== */
.p-land-sec01 {
  margin-bottom: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-land-sec01 {
    margin-bottom: 0.75rem;
  }
}

.p-land-case {
  padding: 4rem 0;
}
@media only screen and (min-width: 769px), print {
  .p-land-case {
    padding: 4.5rem 0;
  }
}
.p-land-case__header {
  margin-bottom: 1.21rem;
}
@media only screen and (min-width: 769px), print {
  .p-land-case__header {
    margin-bottom: 1.56rem;
  }
}
.p-land-case__slider {
  padding: 0 1.6428571429rem;
}
@media only screen and (min-width: 769px), print {
  .p-land-case__slider {
    padding: 0 9rem;
  }
}
.p-land-case__swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media only screen and (min-width: 769px), print {
  .p-land-faq {
    padding-top: 3.43rem;
  }
}
.p-land-faq__header {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__header {
    margin-bottom: 3.87rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__tit01 {
    margin-bottom: 0.75rem;
  }
}
.p-land-faq__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-land-faq__q {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.9285714286rem;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__q {
    font-size: 1rem;
  }
}
.p-land-faq__q::before {
  content: "Q";
  font-size: 1.4285714286rem;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 600;
  color: #131F2A;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__q::before {
    font-size: 1.75rem;
  }
}
.p-land-faq__a {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #103961;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__a {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__a {
    margin-bottom: 0.93rem;
  }
}
.p-land-faq__txt {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__txt {
    font-size: 1rem;
  }
}
.p-land-faq__flex-item01 {
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__flex-item01 {
    width: 64.94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__txtbox01 {
    width: 68.66%;
  }
}
.p-land-faq__txtbox01-q {
  padding-right: 37.91%;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__txtbox01-q {
    padding-right: 0;
  }
}
.p-land-faq__txtbox01-a {
  padding-right: 37.91%;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__txtbox01-a {
    padding-right: 0;
  }
}
.p-land-faq__list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__list01 {
    gap: 0.25rem;
  }
}
.p-land-faq__area {
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  background: #EFF1F7;
  padding: 0.57rem 0;
  border-radius: 0.28rem;
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__area {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__area {
    padding: 0.87rem 0;
    border-radius: 0.37rem;
  }
}
.p-land-faq__area::before {
  display: none;
}
.p-land-faq__area:nth-child(1) {
  width: calc((100% - 2px) / 2);
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__area:nth-child(1) {
    width: calc((100% - 0.75rem) / 4);
  }
}
.p-land-faq__area:nth-child(2) {
  width: calc((100% - 2px) / 2);
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__area:nth-child(2) {
    width: calc((100% - 0.75rem) / 4);
  }
}
.p-land-faq__area:nth-child(n+3) {
  width: calc((100% - 4px) / 3);
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__area:nth-child(n+3) {
    width: calc((100% - 0.75rem) / 4);
  }
}
.p-land-faq__imgbox01 {
  position: absolute;
  width: 30.9%;
  max-width: 7.28rem;
  top: 1.42rem;
  right: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__imgbox01 {
    position: static;
    width: 27.2%;
    max-width: 12.75rem;
  }
}
.p-land-faq__flex-item02 {
  text-align: center;
  padding-bottom: 5.71rem;
  background: url(../img/corporate/bg_land_faq_sp.webp) center center/cover no-repeat #fff;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__flex-item02 {
    width: 34.42%;
    background-image: url(../img/corporate/bg_land_faq_pc.webp);
    padding-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__flex-item03 {
    width: 49.64%;
    padding-left: 17.17%;
    overflow: hidden;
    position: relative;
  }
}
.p-land-faq__txtbox03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__txtbox03 {
    display: block;
    padding-left: 2rem;
  }
}
.p-land-faq__txtbox03-q {
  width: 100%;
}
.p-land-faq__txtbox03-a {
  width: 100%;
}
.p-land-faq__txtbox03-txt {
  width: 66.77%;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__txtbox03-txt {
    width: 100%;
  }
}
.p-land-faq__imgbox03 {
  width: 26.51%;
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__imgbox03 {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-radius: 0;
    width: 34.59%;
  }
}
.p-land-faq__imgbox03 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__flex-item04 {
    width: 63.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-land-faq__imgbox04 {
  aspect-ratio: 296/111;
  border-radius: 999rem;
  overflow: hidden;
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__imgbox04 {
    aspect-ratio: 190/236;
    width: 26.76%;
    margin-bottom: 0;
  }
}
.p-land-faq__imgbox04 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__txtbox04 {
    width: 67.88%;
  }
}
.p-land-faq__flex-item05 {
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__flex-item05 {
    width: 35.44%;
  }
}
.p-land-faq__imgbox05 {
  width: 46.97%;
  max-width: 10rem;
  margin: 0px auto;
  margin-bottom: 0.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__imgbox05 {
    width: 42.85%;
    max-width: 10.87rem;
    margin-bottom: 1.5rem;
  }
}
.p-land-faq__contact {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #103961;
  color: #fff;
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding: 1.42rem 0;
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__contact {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-land-faq__contact {
    padding: 1.75rem 0;
  }
}

.p-land-flow {
  position: relative;
  padding-top: 7.78rem;
  margin-bottom: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-land-flow {
    padding-top: 9rem;
    margin-bottom: 2rem;
  }
}
.p-land-flow::before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  aspect-ratio: 376/1021;
  background: url(../img/corporate/bg_land_flow_sp.webp) center center/cover no-repeat;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
@media only screen and (min-width: 769px), print {
  .p-land-flow::before {
    background-image: url(../img/corporate/bg_land_flow_pc.webp);
    aspect-ratio: 1600/684;
    background-size: 100% auto;
    background-position: top center;
  }
}
.p-land-flow__header {
  position: absolute;
  top: 7.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-land-flow__header {
    position: static;
    margin-bottom: 2rem;
  }
}
.p-land-flow__tit01::after {
  display: none;
}
.p-land-flow__tit01-subtxt {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #131F2A;
  font-size: 0.8571428571rem;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}
@media only screen and (min-width: 769px), print {
  .p-land-flow__tit01-subtxt {
    margin-bottom: 0;
    font-size: 0.875rem;
  }
}
.p-land-flow__img img {
  width: 100%;
}

/* ==========================================================
!Plan
========================================================== */
.p-plan-price {
  margin-bottom: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price {
    margin-bottom: 0.75rem;
  }
}
.p-plan-price__box {
  padding-top: 3.42rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__box {
    padding-top: 6.75rem;
    padding-bottom: 7.12rem;
  }
}
.p-plan-price__header {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
}
.p-plan-price__tit01 {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__tit01 {
    margin-bottom: 0rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__btn01 {
    width: 100%;
    max-width: 21.87rem;
  }
}
.p-plan-price__spbtn-area {
  margin-bottom: 2rem;
}
.p-plan-price__tablebox01 {
  display: none;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__tablebox01 {
    margin-bottom: 1.5rem;
  }
}
.p-plan-price__tablebox01.js-sptabarea-active {
  display: block;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__tablebox01.js-sptabarea-active {
    display: none;
  }
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__tablebox01--pc {
    display: block;
  }
}
.p-plan-price__tablebox01--pc col:nth-child(1) {
  width: 3.56rem;
}
.p-plan-price__tablebox01--pc col:nth-child(2) {
  width: 18.9%;
}
.p-plan-price__tablebox01--pc col:nth-child(3) {
  width: 13.94%;
}
.p-plan-price__tablebox01--pc col:nth-child(4) {
  width: 20.73%;
}
.p-plan-price__tablebox01--pc col:nth-child(5) {
  width: 20.8%;
}
.p-plan-price__tablebox01--pc col:nth-child(6) {
  width: 20.73%;
}
.p-plan-price__tablebox02 {
  height: 8.85rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__tablebox02 {
    height: 11.87rem;
  }
}
.p-plan-price__btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: solid 1px rgba(112, 112, 112, 0.25);
  background: #FFFFFF;
  border-radius: 0.57rem;
  color: #131F2A;
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.8571428571rem;
  padding: 1.14rem 0;
  cursor: pointer;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__btn02 {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__btn02 {
    position: relative;
    z-index: 1;
    padding: 1.25rem 0;
    border-radius: 0.5rem;
  }
}
.p-plan-price__btn02-icon {
  width: 1.35rem;
  margin-left: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__btn02-icon {
    width: 1.75rem;
    margin-left: 0.43rem;
  }
}

.p-plan-price__table-cap {
  display: block;
}
.p-plan-price__table-th05 {
  border-bottom-color: #DEE2E9;
}
.p-plan-price__table-th01 {
  background: #EFF1F7;
}
.p-plan-price__table-th02 {
  width: 1.92rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #EFF1F7;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__table-th02 {
    display: table-cell;
    width: auto;
    border-bottom-left-radius: 1.06rem;
  }
}
.p-plan-price__table-tate {
  min-height: 7em;
}
.p-plan-price__table-td01 {
  padding-right: 0;
  padding-left: 0;
}
.p-plan-price__table-txt {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.9285714286rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__table-txt {
    font-size: 1rem;
  }
}
.p-plan-price__table-price {
  font-size: 1.2857142857rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__table-price {
    font-size: 1.5rem;
  }
}
.p-plan-price__table-td02 {
  width: calc(100% - 1.92rem - 2px);
  padding: 0;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__table-td02 {
    width: auto;
  }
}
.p-plan-price__table-td03 {
  display: table-cell;
  border-bottom: solid 2px #EDEEEF;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__table-td03 {
    border-bottom-width: 3px;
    width: 27.3%;
  }
}
.p-plan-price__table-tr02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__table-tr02 {
    display: table-row;
  }
}
.p-plan-price__table-th03 {
  background: #EFF1F7;
  border-radius: 0 !important;
}
.p-plan-price__table-th03-sp {
  padding: 0.57rem 0;
  background: #EFF1F7;
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-plan-price__table-img {
  display: block;
  margin: 0px auto;
}
.p-plan-price__table-img--price01 {
  width: 79.54%;
  max-width: 3.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__table-img--price01 {
    width: 56.45%;
    max-width: none;
  }
}
.p-plan-price__table-img--price02 {
  width: 94.31%;
  max-width: 4.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__table-img--price02 {
    width: 66.93%;
    max-width: none;
  }
}
.p-plan-price__table-img--price03 {
  width: 100%;
  max-width: 4.78rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__table-img--price03 {
    width: 70.96%;
    max-width: none;
  }
}
.p-plan-price__table-th04 {
  display: table-cell;
  border-bottom: solid 2px #fff;
  width: 38.3%;
  background: #CDD6E2;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__table-th04 {
    border-left: none;
    width: 18.3%;
    border-bottom-width: 3px;
  }
}
.p-plan-price__table-btn {
  background: -webkit-gradient(linear, left top, right top, from(#CDD6E2), color-stop(38.3%, #CDD6E2), color-stop(38.64%, #fff), to(#fff));
  background: linear-gradient(to right, #CDD6E2 0%, #CDD6E2 38.3%, #fff 38.64%, #fff 100%);
  padding: 0 1.14rem 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__table-btn {
    background: none;
    position: relative;
  }
}
.p-plan-price__table-bg-cell {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 27.2%;
  background-image: repeating-linear-gradient(180deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
  background-color: #fff;
}
.p-plan-price__table-bg-cell:nth-child(1) {
  width: 18.3%;
  background: #CDD6E2;
  left: 0px;
  border-bottom: solid 3px #fff;
  bottom: -3px;
}
.p-plan-price__table-bg-cell:nth-child(2) {
  left: 18.3%;
}
.p-plan-price__table-bg-cell:nth-child(3) {
  left: 45.5%;
}
.p-plan-price__table-bg-cell:nth-child(4) {
  right: 0px;
}

.p-plan-price__innertable {
  display: table;
  border: 0;
  border-radius: 0;
}
.p-plan-price__innertable-tbody {
  display: table-row-group;
}
.p-plan-price__innertable-tbody > tr:nth-child(1) > th:nth-child(1) {
  border-radius: 0;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__innertable-tbody > tr:nth-child(1) > th:nth-child(1) {
    border-top: none;
  }
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__innertable-tbody > tr:nth-child(1) > td:last-child {
    border-bottom: none;
  }
}
.p-plan-price__innertable-tbody > tr:last-child > th:nth-child(1), .p-plan-price__innertable-tbody > tr:last-child > td {
  border-bottom: none;
}
@media only screen and (min-width: 769px), print {
  .p-plan-price__innertable-tbody > tr:last-child > th:nth-child(1), .p-plan-price__innertable-tbody > tr:last-child > td {
    border-radius: 0;
  }
}
.p-plan-price__innertable-tr01 {
  display: table-row;
}

.p-plan-sec01 {
  margin-bottom: 3.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-sec01 {
    margin-bottom: 6rem;
  }
}
.p-plan-sec01__box {
  background: #404040;
  aspect-ratio: 1584/520;
}

.p-plan-system {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-system {
    margin-bottom: 2.75rem;
  }
}
.p-plan-system__header {
  text-align: left;
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-system__header {
    text-align: center;
    margin-bottom: 2.18rem;
  }
}
.p-plan-system__tit01 {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-system__tit01 {
    margin-bottom: 1.5rem;
  }
}
.p-plan-system__slider {
  padding-left: 1.64rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-system__slider {
    width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
    margin: 0px auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-plan-system__slider {
    width: calc((100% - 5.5rem) / 12 * 10 + 4.5rem);
  }
}
.p-plan-system__slide {
  width: min(13.28rem, 49.46vw);
}
@media only screen and (min-width: 769px), print {
  .p-plan-system__slide {
    width: 20%;
    height: auto;
  }
}
@media only screen and (min-width: 769px), print {
  .p-plan-system__slide-inner {
    height: 100%;
  }
}
@media only screen and (min-width: 769px), print {
  .p-plan-system__slide-txt {
    font-size: 1.3vw;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-plan-system__slide-txt {
    font-size: 0.875rem;
  }
}
.p-plan-system__slide-num {
  font-size: 1.4285714286rem;
  color: #103961;
  font-weight: 500;
}
@media only screen and (min-width: 769px), print {
  .p-plan-system__slide-num {
    font-size: 1.75rem;
  }
}

.p-plan-detail {
  margin-bottom: 0.28rem;
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem), repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 1px, 100% 1px;
}
.p-plan-detail__header {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-detail__header {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-plan-detail__tit01 {
    margin-bottom: 0.25rem;
  }
}
.p-plan-detail__card {
  margin-bottom: 2.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-detail__card {
    margin-bottom: 3.5rem;
  }
}
.p-plan-detail__btn {
  margin-bottom: 2.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-detail__btn {
    margin-bottom: 6rem;
  }
}

.p-plan-cancel {
  margin-bottom: 2.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-cancel {
    margin-bottom: 5rem;
  }
}
.p-plan-cancel__box {
  padding-top: 3.42rem;
  padding-bottom: 3.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-cancel__box {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
.p-plan-cancel__header {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-cancel__header {
    margin-bottom: 1.75rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-plan-cancel__table tr th {
    width: 24.84%;
  }
}
@media only screen and (min-width: 769px), print {
  .p-plan-cancel__td-cap {
    font-size: 0.875rem;
  }
}

.p-plan-case {
  margin-bottom: 1.85rem;
}
.p-plan-case__header {
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-case__header {
    margin-bottom: 0.93rem;
  }
}
.p-plan-case__txt01 {
  padding-bottom: 1.14rem;
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  margin-bottom: 1.14rem;
}
.p-plan-case__example {
  margin-bottom: 0.35rem;
}
.p-plan-case__example::before {
  display: block;
  content: "例：";
}

.p-plan-navi {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .p-plan-navi {
    display: block;
  }
}

.p-plan-coverage__article {
  margin-bottom: 2.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__article {
    margin-bottom: 4rem;
  }
}
.p-plan-coverage__header01 {
  text-align: left;
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__header01 {
    margin-bottom: 3rem;
    text-align: center;
  }
}
.p-plan-coverage__tit01 {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__tit01 {
    margin-bottom: 1.5rem;
  }
}
.p-plan-coverage__header02 {
  text-align: left;
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__header02 {
    margin-bottom: 1.25rem;
  }
}
.p-plan-coverage__tit02 {
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__tit02 {
    margin-bottom: 1.25rem;
  }
}
.p-plan-coverage__tablebox01 {
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__tablebox01 {
    margin-bottom: 1.75rem;
  }
}
.p-plan-coverage__titwrap {
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__titwrap {
    margin-bottom: 0.5rem;
  }
}
.p-plan-coverage__ol {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__ol {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__ol {
    margin-bottom: 0.75rem;
  }
}
.p-plan-coverage__ol-li {
  font-weight: 700;
}
.p-plan-coverage__ul-li {
  font-weight: 400;
}
.p-plan-coverage__caption {
  font-size: 0.9285714286rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__caption {
    font-size: 0.875rem;
  }
}
.p-plan-coverage__spbtn-wrap {
  margin-bottom: 1.42rem;
}
.p-plan-coverage__spbtn-small {
  font-size: 0.7142857143rem;
  display: block;
}
.p-plan-coverage__tablebox02 {
  display: none;
}
.p-plan-coverage__tablebox02.js-sptabarea-active02 {
  display: block;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__tablebox02.js-sptabarea-active02 {
    display: none;
  }
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__tablebox02--pc {
    display: block;
  }
}
.p-plan-coverage__tablebox02--pc col:nth-child(1) {
  width: 3.56rem;
}
.p-plan-coverage__tablebox02--pc col:nth-child(2) {
  width: 17.41%;
}
.p-plan-coverage__tablebox02--pc col:nth-child(3) {
  width: 12.8%;
}
.p-plan-coverage__tablebox02--pc col:nth-child(4) {
  width: 12.8%;
}
.p-plan-coverage__tablebox02--pc col:nth-child(5) {
  width: 12.8%;
}
.p-plan-coverage__tablebox02--pc col:nth-child(6) {
  width: 12.8%;
}
.p-plan-coverage__tablebox02--pc col:nth-child(7) {
  width: 12.8%;
}
.p-plan-coverage__tablebox02--pc col:nth-child(8) {
  width: 12.8%;
}

.p-plan-coverage__table-txt {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.9285714286rem;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__table-txt {
    font-size: 1rem;
  }
}
.p-plan-coverage__table-txt + .p-plan-coverage__table-txt {
  margin-top: 1em;
}
.p-plan-coverage__table-price {
  font-size: 1.5714285714rem;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__table-price {
    font-size: 1.375rem;
  }
}
.p-plan-coverage__table-ul {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.8571428571rem;
  padding: 0.28rem 0;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__table-ul {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__table-ul {
    padding: 0.37rem 0;
  }
}
.p-plan-coverage__table-tbody > tr:nth-child(1) > th:nth-child(1) {
  border-radius: 0;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__table-tbody > tr:nth-child(1) > th:nth-child(1) {
    border-top-left-radius: 1.06rem;
  }
}
.p-plan-coverage__table-tbody > tr:last-child > th, .p-plan-coverage__table-tbody > tr:last-child > td {
  border-bottom: none;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__table-tbody > tr:last-child > th, .p-plan-coverage__table-tbody > tr:last-child > td {
    border-bottom: 3px solid #fff;
  }
}
.p-plan-coverage__table-tr01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__table-tr01 {
    background: none;
    display: table-row;
  }
}
.p-plan-coverage__table-th01 {
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 2px #fff;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__table-th01 {
    width: auto;
    display: table-cell;
    border-bottom-width: 3px;
  }
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__table-th01--pcwide {
    width: 18.03%;
    border-top: solid 3px #fff;
    border-bottom: none;
  }
}
.p-plan-coverage__table-tate {
  min-height: 10em;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__table-tate--pcyoko {
    min-height: auto;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    letter-spacing: 0em;
  }
}
.p-plan-coverage__table-td01 {
  width: calc(100% - 2rem - 2px);
  padding: 0;
  border-bottom: solid 2px #fff;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__table-td01 {
    width: auto;
    border-bottom: none;
  }
}
.p-plan-coverage__table-td03 {
  background: #fff;
  border-left: none;
  border-bottom-color: #EDEEEF;
  padding-left: 0;
  padding-right: 0;
}
.p-plan-coverage__table-td03:nth-child(2n-1) {
  background-color: #CDD6E2;
}
.p-plan-coverage__table-td03--bdleft {
  background-image: repeating-linear-gradient(180deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
}
.p-plan-coverage__table-th03 {
  background: #DEE2E9;
  padding: 1.14rem 0;
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 0.14rem;
  margin-top: 0.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__table-th03 {
    font-size: 0.875rem;
  }
}
.p-plan-coverage__table-th03--first {
  margin-top: 0;
}
.p-plan-coverage__table-th04 {
  border-bottom-color: #EFF1F7;
}
.p-plan-coverage__table-th05 {
  background: #fff;
  border-left: none;
  border-bottom-color: #EDEEEF;
  padding: 1.25rem 0;
}
.p-plan-coverage__table-th05:nth-child(2n) {
  background-color: #CDD6E2;
}
.p-plan-coverage__table-th05--bdleft {
  background-image: repeating-linear-gradient(180deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
}

.p-plan-coverage__innertable {
  border-radius: 0;
  border: none;
}
.p-plan-coverage__innertable--sptable {
  display: table;
}
.p-plan-coverage__innertable tbody > tr:nth-child(1) > th:nth-child(1) {
  border-radius: 0;
}
.p-plan-coverage__innertable tbody > tr:last-child > th, .p-plan-coverage__innertable tbody > tr:last-child > td {
  border-bottom: none;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__innertable tbody > tr:last-child > th:nth-child(1) {
    border-radius: 0;
  }
}
.p-plan-coverage__innertable-tbody--sptable {
  display: table-row-group;
}
.p-plan-coverage__innertable-tr--sptable {
  display: table-row;
}
.p-plan-coverage__innertable-th {
  background: #CDD6E2;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__innertable-th {
    width: 20%;
  }
}
.p-plan-coverage__innertable-th--sptable {
  display: table-cell;
  border-bottom: solid 2px #fff;
}
@media only screen and (min-width: 769px), print {
  .p-plan-coverage__innertable-td--first {
    border-top: solid 3px #DEE2E9;
    border-radius: 0 !important;
  }
}
.p-plan-coverage__innertable-td--sptable {
  display: table-cell;
  border-bottom: solid 2px #EDEEEF;
}

/* ==========================================================
!unlock
========================================================== */
.p-unlock-pcnavi {
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .p-unlock-pcnavi {
    display: block;
    margin-bottom: 0.75rem;
  }
}
.p-unlock-pcnavi__item {
  padding-bottom: 1rem;
}
.p-unlock-pcnavi__txt {
  margin-bottom: 1rem;
}
.p-unlock-pcnavi__icon {
  margin-top: auto;
  width: 1.75rem;
}

.p-unlock-sec {
  margin-bottom: 2.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-unlock-sec {
    margin-bottom: 5.62rem;
  }
}
.p-unlock-sec:last-child {
  margin-bottom: 0;
}
.p-unlock-sec__header {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-unlock-sec__header {
    margin-bottom: 2rem;
  }
}
.p-unlock-sec__tit01-subtxt {
  display: block;
  font-size: 1rem;
}
@media only screen and (min-width: 769px), print {
  .p-unlock-sec__tit01-subtxt {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-unlock-sec__flow-header {
    position: relative;
  }
}
.p-unlock-sec__flow-slider {
  overflow: hidden !important;
}
.p-unlock-sec__flow-slider .scroll-hint-icon-wrap {
  z-index: 1;
}
.p-unlock-sec__flow-slider .scroll-hint-icon-wrap.is-moved {
  opacity: 0;
  visibility: hidden;
}
.p-unlock-sec__flow-slide {
  height: auto;
  width: min(21.42rem, 53.19vw);
  background-image: repeating-linear-gradient(180deg, rgba(19, 31, 42, 0.15), rgba(19, 31, 42, 0.15) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
  background-color: #CDD6E2;
  position: relative;
}
@media only screen and (min-width: 769px), print {
  .p-unlock-sec__flow-slide {
    width: 28.37%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.p-unlock-sec__flow-slide:nth-child(1) {
  border-radius: 0.42rem 0 0 0.42rem;
  background-image: none;
}
@media only screen and (min-width: 769px), print {
  .p-unlock-sec__flow-slide:nth-child(1) {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
.p-unlock-sec__flow-slide:nth-child(1)::after {
  display: none;
}
.p-unlock-sec__flow-slide:last-child {
  border-radius: 0 0.42rem 0.42rem 0;
}
@media only screen and (min-width: 769px), print {
  .p-unlock-sec__flow-slide:last-child {
    border-radius: 0 0.5rem 0.5rem 0;
  }
}
.p-unlock-sec__flow-slide::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.78rem;
  aspect-ratio: 1/1;
  background: url(../img/btn_icon02.svg) center center/contain no-repeat;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-unlock-sec__slide-img {
  padding: 2.42rem 0 1.07rem;
}
@media only screen and (min-width: 769px), print {
  .p-unlock-sec__slide-img {
    padding: 2.81rem 0 1.18rem;
  }
}
.p-unlock-sec__slide-txtwrap {
  padding: 0 1.07rem 1.42rem 1.07rem;
}
@media only screen and (min-width: 769px), print {
  .p-unlock-sec__slide-txtwrap {
    padding: 0 1.25rem 1.5rem 1.25rem;
  }
}
.p-unlock-sec__slide-txt {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 769px), print {
  .p-unlock-sec__slide-txt {
    font-size: 0.875rem;
  }
}
.p-unlock-sec__flow-link {
  padding: 0.57rem 0 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-unlock-sec__flow-link {
    padding: 0.5rem 0;
  }
}
.p-unlock-sec__flow-imgwrap {
  border-radius: 0.42rem;
  overflow: hidden;
}
.p-unlock-sec__flow-imgwrap img {
  width: 100%;
}
.p-unlock-sec__caption-area {
  padding-top: 1.71rem;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .p-unlock-sec__caption-area {
    padding-top: 6rem;
  }
}

.p-unlock-corporate {
  margin-bottom: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-unlock-corporate {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
  }
}

/* ==========================================================
!membership
========================================================== */
.p-membership-topnavi {
  padding-top: 2.64rem;
  padding-bottom: 2.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-topnavi {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
    width: calc(100% - 0.4285714286rem);
    margin: 0px auto;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px), print {
  .p-membership-topnavi {
    width: calc(100% - 1.5rem);
  }
}
.p-membership-topnavi__slider {
  padding-left: 1.64rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-topnavi__slider {
    padding: 0;
    width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  }
}
@media only screen and (min-width: 1000px), print {
  .p-membership-topnavi__slider {
    width: calc((100% - 5.5rem) / 12 * 10 + 4.5rem);
  }
}
.p-membership-topnavi__slide {
  width: min(49.46vw, 13.28rem);
  height: auto;
  padding-right: 0.28rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px), print {
  .p-membership-topnavi__slide {
    width: 25%;
    padding-right: 0.5rem;
  }
}
.p-membership-topnavi__slide-inner {
  padding: 2rem 1.42rem 0.85rem;
  height: 100%;
  background: #CDD6E2;
  border-radius: 0.57rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px), print {
  .p-membership-topnavi__slide-inner {
    padding: 3rem 2.5rem 1rem;
    border-radius: 0.75rem;
  }
}
.p-membership-topnavi__slide-inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  background: #B2BECF;
  border-radius: 9.25rem;
  bottom: 100%;
  left: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (hover: hover) {
  .p-membership-topnavi__slide-inner:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: translateY(100%);
    border-radius: 0rem;
  }
  .p-membership-topnavi__slide-inner:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 0rem;
  }
}
.p-membership-topnavi__tit {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.9285714286rem;
  margin-bottom: 0.14rem;
  margin-left: -1.43rem;
  margin-right: -1.43rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .p-membership-topnavi__tit {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-membership-topnavi__tit {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    margin-bottom: 0.5rem;
  }
}
.p-membership-topnavi__txt {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.8571428571rem;
  color: rgba(19, 31, 42, 0.6);
  margin-bottom: 1.42rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px), print {
  .p-membership-topnavi__txt {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-membership-topnavi__txt {
    margin-bottom: 1rem;
  }
}
.p-membership-topnavi__icon {
  width: 1.35rem;
  margin-top: auto;
}
@media only screen and (min-width: 769px), print {
  .p-membership-topnavi__icon {
    width: 1.75rem;
  }
}

.p-membership-sidemenu {
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .p-membership-sidemenu {
    display: block;
  }
}

.p-membership-procedure {
  padding-top: 3.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure {
    padding-top: 5rem;
  }
}
.p-membership-procedure:first-child {
  padding-top: 0rem;
}
.p-membership-procedure__header {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__header {
    margin-bottom: 1.75rem;
  }
}
.p-membership-procedure__tit01 {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__tit01 {
    margin-bottom: 1.25rem;
  }
}
.p-membership-procedure__flow-tit {
  font-size: 0.9285714286rem;
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__flow-tit {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
}
.p-membership-procedure__flow-ul {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.28rem 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__flow-ul {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__flow-ul {
    gap: 1rem;
  }
}
.p-membership-procedure__flow-li {
  margin-bottom: 0rem;
}
.p-membership-procedure__supplement {
  padding-top: 0.85rem;
  text-align: right;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__supplement {
    padding-top: 1rem;
  }
}
.p-membership-procedure__grid {
  margin-top: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__grid {
    margin-top: 2.5rem;
  }
}
.p-membership-procedure__tit02 {
  margin-bottom: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__tit02 {
    margin-bottom: 0.5rem;
  }
}
.p-membership-procedure__btn01 {
  margin-top: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__btn01 {
    margin-top: 1.37rem;
    width: 100%;
    max-width: 20.25rem;
  }
}
.p-membership-procedure__article-tit {
  color: #103961;
}
.p-membership-procedure__tel {
  border-radius: 0.57rem;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__tel {
    border-radius: 0.5rem;
  }
}
.p-membership-procedure__tel-dt {
  background: #103961;
  color: #fff;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 0.57rem 0;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__tel-dt {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__tel-dt {
    padding: 0.75rem 0;
  }
}
.p-membership-procedure__tel-dd {
  background: #DEE2E9;
  padding: 0.57rem 1.14rem 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__tel-dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem 3.62rem;
    padding: 1.75rem 1rem 2.18rem;
  }
}
.p-membership-procedure__tel-text {
  margin-bottom: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__tel-text {
    margin-bottom: 0rem;
    width: 44.86%;
    max-width: 26.18rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__tel-btn {
    width: 100%;
    max-width: 21.18rem;
  }
}
.p-membership-procedure__btn-text {
  line-height: 1.2;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__btn-text {
    line-height: 1;
  }
}
.p-membership-procedure__btn02 {
  margin-top: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__btn02 {
    margin-top: 1rem;
  }
}
.p-membership-procedure__bg {
  background: #DEE2E9;
  border-radius: 0.57rem;
  padding: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__bg {
    padding: 1.5rem;
    border-radius: 0.5rem;
  }
}
.p-membership-procedure__tit03 {
  font-size: 1rem;
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__tit03 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.p-membership-procedure__ul {
  margin-top: 0.57rem;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__ul {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-membership-procedure__ul {
    margin-top: 0.5rem;
  }
}

.p-membership-corporate {
  margin-bottom: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .p-membership-corporate {
    margin-top: 0.75rem;
    margin-bottom: 0rem;
  }
}

/* ==========================================================
!faq
========================================================== */
.p-faq-spnavi {
  top: 0;
}

.p-faq-sidemenu {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .p-faq-sidemenu {
    display: block;
  }
}

.p-faq-sec {
  padding-top: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-faq-sec {
    padding-top: 0;
  }
}
.p-faq-sec__header {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-faq-sec__header {
    margin-bottom: 2rem;
  }
}
.p-faq-sec__contents + .p-faq-sec__contents {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px), print {
  .p-faq-sec__contents + .p-faq-sec__contents {
    margin-top: 2.62rem;
  }
}
.p-faq-sec__more {
  margin-top: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-faq-sec__more {
    margin-top: 1.5rem;
  }
}
.p-faq-sec__more-link {
  font-size: 0.9285714286rem;
  font-weight: 500;
}
@media only screen and (min-width: 769px), print {
  .p-faq-sec__more-link {
    font-size: 1rem;
  }
}

/* ==========================================================
!news
========================================================== */
.p-news-sidemenu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 1.14rem;
  padding-top: 2.28rem;
}
@media only screen and (min-width: 1000px), print {
  .p-news-sidemenu__nav {
    display: none;
  }
}
.p-news-sidemenu__nav--pc {
  display: none;
}
@media only screen and (min-width: 1000px), print {
  .p-news-sidemenu__nav--pc {
    display: block;
  }
}
.p-news-sidemenu__item {
  display: block;
  color: #131F2A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8571428571rem;
  line-height: 2.66;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  padding: 0;
}
@media only screen and (min-width: 769px), print {
  .p-news-sidemenu__item {
    font-size: 0.9375rem;
  }
}
.p-news-sidemenu__item.u-active {
  font-weight: 700;
}
.p-news-sidemenu__item.u-active::before {
  opacity: 1;
}
.p-news-sidemenu__item::before {
  content: "";
  background: #FDBD03;
  width: 0.66em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0px auto;
  display: block;
  opacity: 0;
}
.p-news-sidemenu__item-inner {
  font-weight: inherit;
}

.p-news-sec__header {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-news-sec__header {
    margin-bottom: 2rem;
  }
}
.p-news-sec__tit-inner {
  display: none;
}
.p-news-sec__tit-inner.u-active {
  display: inline-block;
}
.p-news-sec__list {
  margin-bottom: 2.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-news-sec__list {
    margin-bottom: 3.5rem;
  }
}

/* ==========================================================
!Not Found 404
========================================================== */
.p-404 {
  min-height: calc(100vh - 4.14rem);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px), print {
  .p-404 {
    min-height: calc(100vh - 8.56rem);
  }
}
.p-404__bg {
  height: 21.14rem;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 0.75rem;
  -webkit-animation: bg_tatemono 15s ease-in-out 0s infinite alternate;
  animation: bg_tatemono 15s ease-in-out 0s infinite alternate;
}
@media only screen and (min-width: 769px), print {
  .p-404__bg {
    height: 30.25rem;
  }
}
.p-404__bg img {
  width: auto;
  height: 100%;
  max-width: none;
}
@-webkit-keyframes bg_tatemono {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%) translateX(100vw);
    transform: translateX(-100%) translateX(100vw);
  }
}
@keyframes bg_tatemono {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%) translateX(100vw);
    transform: translateX(-100%) translateX(100vw);
  }
}
.p-404__contents {
  position: relative;
  z-index: 1;
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: auto;
}
@media only screen and (min-width: 769px), print {
  .p-404__contents {
    width: calc((100% - 5.5rem) / 12 * 10 + 4.5rem);
  }
}
.p-404__tit {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px), print {
  .p-404__tit {
    margin-bottom: 2.5rem;
  }
}
.p-404__tit::after {
  display: none;
}
.p-404__tit-inner {
  display: inline-block;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 4.5714285714rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(100deg, #20336A 0%, #20336A 25%, #0A6F94 50%, #CDD6E2 65%, #CDD6E2 100%);
  background-size: 400% auto;
  /* 初期位置 */
  background-position: 100% 50%;
}
@media only screen and (min-width: 769px), print {
  .p-404__tit-inner {
    font-size: 6.375rem;
  }
}
.p-404__tit-inner.js-aniOn {
  -webkit-animation: bgSlideToGradient 1.5s cubic-bezier(0.67, 0.67, 0.37, 1.04) 0.4s forwards;
  animation: bgSlideToGradient 1.5s cubic-bezier(0.67, 0.67, 0.37, 1.04) 0.4s forwards;
}
.p-404__txt01 {
  font-size: 1.2857142857rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 0.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-404__txt01 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-404__txt01 {
    margin-bottom: 0.75rem;
  }
}
.p-404__txt02 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px), print {
  .p-404__txt02 {
    margin-bottom: 2rem;
  }
}
.p-404__btn {
  width: 100%;
  max-width: 18.57rem;
  margin: 0px auto;
}
@media only screen and (min-width: 769px), print {
  .p-404__btn {
    width: 100%;
    max-width: 17.87rem;
  }
}
.p-404__car {
  position: relative;
  z-index: 1;
  width: 38.4%;
  -webkit-animation: car_flip 30s ease-in-out 0s infinite normal forwards;
  animation: car_flip 30s ease-in-out 0s infinite normal forwards;
}
@media only screen and (min-width: 769px), print {
  .p-404__car {
    width: 14.18%;
  }
}
@-webkit-keyframes car_flip {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  49% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  99% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes car_flip {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  49% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  99% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.p-404__boder {
  width: 117.51%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  -webkit-animation: bg_tatemono 15s ease-in-out 0s infinite alternate;
  animation: bg_tatemono 15s ease-in-out 0s infinite alternate;
}

/* ==========================================================
!campaign2
========================================================== */
.p-campaign2-section01 {
  padding: 3.42rem 0 4.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-campaign2-section01 {
    padding: 8rem 0 7rem;
  }
}
.p-campaign2-section01__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.5rem;
  text-align: left;
  margin-bottom: 2.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-campaign2-section01__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.75rem;
    margin-bottom: 4.5rem;
    text-align: center;
  }
}
.p-campaign2-section01__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4rem;
}
@media only screen and (min-width: 769px), print {
  .p-campaign2-section01__contents {
    gap: 4rem;
  }
}
.p-campaign2-section01__ul {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.9285714286rem;
}
@media only screen and (min-width: 769px), print {
  .p-campaign2-section01__ul {
    font-size: 1rem;
  }
}

.p-campaign2-flow {
  margin-bottom: 0.28rem;
}
.p-campaign2-flow__header {
  padding-top: 4rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 769px), print {
  .p-campaign2-flow__header {
    padding-top: 6.5rem;
    margin-bottom: 2.5rem;
    display: none;
  }
}
.p-campaign2-flow__header--pc {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .p-campaign2-flow__header--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.25rem;
  }
}
.p-campaign2-flow__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2rem;
  padding-bottom: 4.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-campaign2-flow__contents {
    gap: 2.5rem;
    padding-bottom: 7.5rem;
  }
}
.p-campaign2-flow__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.85rem;
  gap: 2px;
}
@media only screen and (min-width: 769px), print {
  .p-campaign2-flow__app {
    display: none;
  }
}
.p-campaign2-flow__li {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-campaign2-flow__li::before {
  display: none;
}
.p-campaign2-flow__li img {
  width: 100%;
}

/* ==========================================================
!new
========================================================== */
.p-new-wbenefit {
  padding: 4rem 0 4.57rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-wbenefit {
    padding: 6rem 0 6.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-new-wbenefit__box-wrap {
    width: 29.49%;
  }
}
.p-new-wbenefit__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.14rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-wbenefit__header {
    gap: 1.25rem;
  }
}
.p-new-wbenefit__imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-wbenefit__imgbox {
    display: none;
    width: 65.54%;
  }
}
.p-new-wbenefit__imgbox--pc {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .p-new-wbenefit__imgbox--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
  }
}
.p-new-wbenefit__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.28rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px), print {
  .p-new-wbenefit__links {
    gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 769px), print {
  .p-new-wbenefit__link {
    text-align: left;
  }
}
.p-new-wbenefit__supplement {
  padding-top: 2rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-wbenefit__supplement {
    padding-top: 2rem;
  }
}

.p-new-merit__header {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.14rem;
  text-align: left;
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-merit__header {
    padding-top: 7rem;
    gap: 1.5rem;
    margin-bottom: 4rem;
    text-align: center;
  }
}
.p-new-merit__contents {
  padding-bottom: 3.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-merit__contents {
    padding-bottom: 7.5rem;
  }
}

.p-new-app {
  padding-bottom: 4rem;
  background-image: repeating-linear-gradient(90deg, rgba(129, 129, 129, 0.25), rgba(129, 129, 129, 0.25) 0.62rem, transparent 0.62rem, transparent 1.12rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1.5px;
  margin-bottom: 0.35rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-app {
    padding-top: 0.75rem;
    padding-bottom: 0rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-new-app {
    padding-bottom: 0.81rem;
  }
}
.p-new-app__header {
  padding-top: 4rem;
  margin-bottom: 2.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-app__header {
    display: none;
    padding-top: 0;
    margin-bottom: 6rem;
  }
}
.p-new-app__header--pc {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .p-new-app__header--pc {
    display: block;
  }
}
.p-new-app__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-app__header-inner {
    gap: 1.25rem;
  }
}
.p-new-app__figure {
  width: 100%;
  max-width: 4rem;
  margin-bottom: 0.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-app__figure {
    width: 100%;
    max-width: 5.06rem;
    margin-bottom: 0.75rem;
  }
}
.p-new-app__tit01 {
  font-size: 1.2857142857rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-app__tit01 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-new-app__tit01 {
    margin-bottom: 1.5rem;
  }
}
.p-new-app__ul {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.9285714286rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-app__ul {
    font-size: 1rem;
  }
}
.p-new-app__li {
  margin-bottom: 0rem;
}
.p-new-app__store {
  border-radius: 0.57rem;
  background: #CDD6E2;
  padding: 1.28rem 1rem;
  width: calc((100% - 3.1428571429rem) / 2 * 2 + 0.2857142857rem);
  margin: 0px auto;
  margin-top: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-app__store {
    display: none;
  }
}
.p-new-app__tit02 {
  font-size: 0.9285714286rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.35rem;
}
.p-new-app__tit02-eng {
  display: block;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.7142857143rem;
  text-transform: uppercase;
}
.p-new-app__ul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.21rem;
}
.p-new-app__li02 {
  margin-bottom: 0rem;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-new-app__li02::before {
  display: none;
}

.p-new-flow {
  margin-bottom: 2.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-flow {
    margin-bottom: 7.5rem;
  }
}
.p-new-flow__header {
  padding-top: 3.35rem;
  margin-bottom: 1.07rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-flow__header {
    padding-top: 7.5rem;
    margin-bottom: 2rem;
  }
}
.p-new-flow__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.35rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-flow__contents {
    gap: 2.5rem;
  }
}
.p-new-flow__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.14rem;
  margin-top: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-flow__app {
    display: none;
  }
}
.p-new-flow__li {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-new-flow__li::before {
  display: none;
}
.p-new-flow__links {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-flow__links {
    padding-bottom: 7.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-new-flow__btn {
    margin-bottom: 1.25rem;
  }
}
.p-new-flow__link {
  display: none;
}
@media only screen and (min-width: 769px), print {
  .p-new-flow__link {
    display: block;
  }
}

.p-new-change__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.14rem;
  margin-bottom: 2.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-change__header {
    gap: 1.5rem;
    margin-bottom: 3.5rem;
  }
}
.p-new-change__tabbtn {
  line-height: 1.55;
}
.p-new-change__tabbtn-cap {
  font-size: 0.7142857143rem;
  display: block;
}
.p-new-change__tablebox {
  display: none;
}
.p-new-change__tablebox.js-sptabarea-active {
  display: block;
}
@media only screen and (min-width: 769px), print {
  .p-new-change__tablebox.js-sptabarea-active {
    display: none;
  }
}
@media only screen and (min-width: 769px), print {
  .p-new-change__tablebox--pc {
    display: block;
  }
}
.p-new-change__table tr th:nth-child(1), .p-new-change__table tr td:nth-child(1) {
  width: 37.11%;
}
.p-new-change__table tr th:nth-child(2), .p-new-change__table tr td:nth-child(2) {
  width: 31.48%;
}
.p-new-change__table tr th:nth-child(2), .p-new-change__table tr td:nth-child(2) {
  width: 31.39%;
}
.p-new-change__table-th {
  text-align: left;
  padding: 2rem 1.43rem;
}
.p-new-change__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .p-new-change__logowrap {
    gap: 0.12rem;
  }
}
.p-new-change__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0.57rem;
  overflow: hidden;
}
@media only screen and (min-width: 769px), print {
  .p-new-change__logo {
    border-radius: 0.5rem;
  }
}

/* ==========================================================
!mansion
========================================================== */
.p-mansion-section05, .p-mansion-section04, .p-mansion-section03, .p-mansion-section02, .p-mansion-section01 {
  margin-bottom: 0.21rem;
}
@media only screen and (min-width: 769px), print {
  .p-mansion-section05, .p-mansion-section04, .p-mansion-section03, .p-mansion-section02, .p-mansion-section01 {
    margin-bottom: 0.75rem;
  }
}

@media only screen and (min-width: 769px), print {
  .p-mansion-section02__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-mansion-section02__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.42rem;
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-mansion-section02__txtbox {
    width: 50.15%;
    margin-bottom: 0rem;
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-mansion-section02__imgbox {
    width: 49.77%;
  }
}
.p-mansion-section02__figure {
  overflow: hidden;
  border-radius: 999rem;
  aspect-ratio: 328/115;
}
@media only screen and (min-width: 769px), print {
  .p-mansion-section02__figure {
    aspect-ratio: unset;
  }
}
.p-mansion-section02__figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-mansion-section04__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.42rem;
  margin-bottom: 1.42rem;
  text-align: left;
}
@media only screen and (min-width: 769px), print {
  .p-mansion-section04__header {
    text-align: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 769px), print {
  .p-mansion-section05__img {
    top: 4.06rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-mansion-section05__img {
    top: 4.06rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-mansion-section05__img.is-absolute {
    top: 4.06rem;
  }
}
@media only screen and (min-width: 1000px), print {
  .p-mansion-section05__img.is-absolute {
    top: 4.06rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-mansion-section05__contents {
    min-height: calc(100vh - 4.06rem);
  }
}
@media only screen and (min-width: 1000px), print {
  .p-mansion-section05__contents {
    min-height: calc(100vh - 9.68rem);
    padding-bottom: 0;
  }
}

/* ==========================================================
!corporation-clauseguidance
========================================================== */
.p-corporation-clauseguidance-section01 {
  padding: 3.78rem 0 4rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section01 {
    padding: 4.31rem 0 7.5rem;
  }
}
.p-corporation-clauseguidance-section01__header {
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section01__header {
    margin-bottom: 2.56rem;
  }
}
.p-corporation-clauseguidance-section01__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section01__contents {
    gap: 2.5rem;
  }
}

.p-corporation-clauseguidance-section02 {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section02 {
    margin-bottom: 7rem;
  }
}
.p-corporation-clauseguidance-section02__header {
  padding-top: 4rem;
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section02__header {
    padding-top: 7rem;
    margin-bottom: 2.5rem;
  }
}
.p-corporation-clauseguidance-section02__contents {
  padding-bottom: 3.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section02__contents {
    padding-bottom: 7.5rem;
  }
}

.p-corporation-clauseguidance-section03 {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section03 {
    margin-bottom: 7.5rem;
  }
}
.p-corporation-clauseguidance-section03__header {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section03__header {
    margin-bottom: 2.5rem;
  }
}
.p-corporation-clauseguidance-section03__tabbtn-subtxt {
  font-size: 0.7857142857rem;
  display: block;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-corporation-clauseguidance-section03__2column {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.p-corporation-clauseguidance-section03__dl {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.p-corporation-clauseguidance-section03__dt {
  background: #DEE2E9;
  font-size: 0.9285714286rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 1.14rem 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: solid 0.14rem #fff;
}
.p-corporation-clauseguidance-section03__dt--noborder {
  border-right: none;
}
.p-corporation-clauseguidance-section03__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: solid 0.14rem #EDEEEF;
  padding: 1.14rem 0;
  gap: 0.25rem;
}
.p-corporation-clauseguidance-section03__dd--noborder {
  border-right: none;
}
.p-corporation-clauseguidance-section03__kigou {
  width: 100%;
  max-width: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section03__kigou {
    width: 100%;
    max-width: 2rem;
  }
}
.p-corporation-clauseguidance-section03__ul {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section03__ul {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section03__caption {
    margin-top: 0.25rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section03__tablebox table tr th:nth-child(1), .p-corporation-clauseguidance-section03__tablebox table tr td:nth-child(1) {
    width: 19.51%;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section03__tablebox table tr th:nth-child(2), .p-corporation-clauseguidance-section03__tablebox table tr td:nth-child(2) {
    width: 20.12%;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section03__tablebox table tr th:nth-child(3), .p-corporation-clauseguidance-section03__tablebox table tr td:nth-child(3) {
    width: 20.12%;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section03__tablebox table tr th:nth-child(4), .p-corporation-clauseguidance-section03__tablebox table tr td:nth-child(4) {
    width: 20.12%;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section03__tablebox table tr th:nth-child(5), .p-corporation-clauseguidance-section03__tablebox table tr td:nth-child(5) {
    width: 20.12%;
  }
}

.p-corporation-clauseguidance-img {
  margin-bottom: 3.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-img {
    margin-bottom: 7rem;
  }
}
.p-corporation-clauseguidance-img__figure {
  border-radius: 0.85rem;
  overflow: hidden;
  aspect-ratio: 370/445;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-img__figure {
    aspect-ratio: 1575/620;
    border-radius: 1.5rem;
  }
}
.p-corporation-clauseguidance-img__figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-corporation-clauseguidance-section04 {
  margin-bottom: 4.57rem;
}
.p-corporation-clauseguidance-section04__header {
  margin-bottom: 1.42rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section04__header {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.75rem;
  }
}
.p-corporation-clauseguidance-section04__figure {
  width: 100%;
  max-width: 8.5rem;
  margin: 0px auto;
  margin-bottom: 1.06rem;
}
.p-corporation-clauseguidance-section04__example {
  font-size: 0.9285714286rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section04__example {
    font-size: 0.875rem;
  }
}
.p-corporation-clauseguidance-section04__price-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.14rem;
  padding: 0;
  border-bottom: solid 0.14rem #fff;
  border-radius: 0.71rem 0.71rem 0 0;
  overflow: hidden;
}
.p-corporation-clauseguidance-section04__price-tit {
  width: 1.92rem;
  background: #DEE2E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section04__price-tit {
    display: table-cell;
    width: 4rem;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section04__tate {
    min-height: 3em;
  }
}
.p-corporation-clauseguidance-section04__price-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-corporation-clauseguidance-section04__dt {
  background: #DEE2E9;
  padding: 1.14rem 0;
  text-align: center;
  font-size: 0.9285714286rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-corporation-clauseguidance-section04__dd {
  padding: 1.14rem 0;
  text-align: center;
}
.p-corporation-clauseguidance-section04__tablebox {
  margin-bottom: 0.85rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section04__tablebox {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section04__tablebox table tr th[colspan="2"] {
    width: 13%;
  }
  .p-corporation-clauseguidance-section04__tablebox table tr th[rowspan="2"] {
    width: 4%;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section04__tablebox table tr td {
    width: 10.875%;
    padding-inline: 0.5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section04__stickytable {
    overflow: clip;
  }
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section04__stickytable tr th {
    position: sticky;
    top: 0;
    left: 0;
  }
  .p-corporation-clauseguidance-section04__stickytable tr th.price-tit-next {
    width: 9%;
    left: calc(var(--min-width) * 0.04);
  }
}
.p-corporation-clauseguidance-section04__wrapper {
  overflow: hidden;
  border-radius: 1.06rem;
}
.p-corporation-clauseguidance-section04__caption {
  text-align: left;
}

.p-corporation-clauseguidance-section05 {
  margin-bottom: 0.28rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section05 {
    margin-bottom: 0.75rem;
  }
}
.p-corporation-clauseguidance-section05__header {
  padding-top: 4.78rem;
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section05__header {
    padding-top: 7rem;
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.75rem;
  }
}
.p-corporation-clauseguidance-section05__contents {
  padding-bottom: 2.64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.71rem;
}
@media only screen and (min-width: 769px), print {
  .p-corporation-clauseguidance-section05__contents {
    padding-bottom: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
}

/*
 * _utility.css
 */
/* ==========================================================
!Link
========================================================== */
a {
  color: #131F2A;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.u-blank[target=_blank]:after {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin: 0 0 0 4px;
  padding: 0 13px 0 0;
  vertical-align: bottom;
  content: "";
  background-size: contain;
}

/* ==========================================================
!Base Fonts
========================================================== */
.u-fwN {
  font-weight: normal;
}

.u-fwB {
  font-weight: bold;
}

.u-fzSS {
  font-size: 75%;
} /* base 16px -> 12px */
.u-fzS {
  font-size: 88%;
} /* base 16px -> 14px */
.u-fzM {
  font-size: 100%;
}

.u-fzL {
  font-size: 113%;
} /* base 16px -> 18px */
.u-fzLL {
  font-size: 125%;
} /* base 16px -> 20px */
.u-fzLLL {
  font-size: 138%;
} /* base 16px -> 22px */
sup {
  font-size: 75%;
  vertical-align: top;
}

sub {
  font-size: 75%;
  vertical-align: baseline;
}

/* ==========================================================
!iframe youtube googlemap
========================================================== */
.u-youtube,
.u-googlemap {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.u-youtube::before,
.u-googlemap::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.u-youtube iframe,
.u-youtube video,
.u-googlemap iframe,
.u-googlemap video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ==========================================================
!Inline Align
========================================================== */
.u-taL {
  text-align: left !important;
}

.u-taC {
  text-align: center !important;
}

.u-taR {
  text-align: right !important;
}

.u-vaT {
  vertical-align: top !important;
}

.u-vaM {
  vertical-align: middle !important;
}

.u-vaB {
  vertical-align: bottom !important;
}

.u-blockC {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

* html .u-blockC {
  margin-right: 0;
  margin-left: 0;
}

.u-blockR {
  margin-left: auto;
  text-align: left;
}

* html .u-blockR {
  margin-left: 0;
}

/* 親を超える子
------------------------------------ */
.u-side-over-width {
  margin-left: calc(586px - 50vw);
  margin-right: calc(586px - 50vw);
}

.u-side-over-width-content {
  margin-left: 0 calc(586px - 50vw);
  margin-right: 0 calc(586px - 50vw);
  padding-left: 0 calc(50vw - 586px);
  padding-right: 0 calc(50vw - 586px);
}

.u-over-width {
  margin-left: calc(50% - 50vw + 10px);
  margin-right: calc(50% - 50vw + 10px);
}

.u-over-width-content {
  margin-left: calc(50% - 50vw + 10px);
  margin-right: calc(50% - 50vw + 10px);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

/* どのdisplayで表示させるか
------------------------------------ */
/* 479px以下（SP） */
.u-sp {
  display: inline-block;
}

.u-sp-db {
  display: block;
}

.u-pc {
  display: none;
}

.u-pc-db {
  display: none;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 769px), print {
  .u-sp {
    display: none;
  }
  .u-sp-db {
    display: none;
  }
  .u-pc {
    display: inline-block;
  }
  .u-pc-db {
    display: block;
  }
}
/* ==========================================================
!Column
========================================================== */
/* 600px以上（ファブレット） */
@media only screen and (min-width: 640px), print {
  .u-flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex_space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex_space-around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex_space-between_start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .u-col_1 {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100%;
    max-width: 800px;
  }
  .u-col_2 {
    gap: 16px;
  }
  .u-col_2 > * {
    width: calc(50% - 16px) !important;
  }
  .u-col_3 {
    gap: 12px;
  }
  .u-col_3 > * {
    width: calc(33.3333333333% - 12px) !important;
  }
  .u-col_3 > *:after {
    display: block;
    width: calc(33.3333333333% - 12px) !important;
    content: "";
  }
  .u-col_4 {
    gap: 8px;
  }
  .u-col_4 > * {
    width: calc(25% - 8px) !important;
  }
  .u-col_4 > *:before, .u-col_4 > *:after {
    display: block;
    width: calc(25% - 8px) !important;
    content: "";
  }
  .u-col_4 > *:before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .u-col_5 > * {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    width: 18.9% !important;
    margin: 0 8px 0 0 !important;
  }
  .u-col_5 > *:last-child {
    margin: 0 !important;
  }
  /* IE11 */
  *::-ms-backdrop,
  .u-col_2 > * > * {
    width: 50% !important;
  }
  *::-ms-backdrop,
  .u-col_3 > * > * {
    width: 33.3% !important;
  }
  *::-ms-backdrop,
  .u-col_3 > * > *:last-child {
    width: 33.4% !important;
  }
  *::-ms-backdrop,
  .u-col_3 > * > *:after {
    width: 33.4% !important;
  }
  *::-ms-backdrop,
  .u-col_4 > * > * {
    width: 25% !important;
  }
  *::-ms-backdrop,
  .u-col_4 > * > *:before {
    width: 25% !important;
  }
  *::-ms-backdrop,
  .u-col_4 > * > *:after {
    width: 25% !important;
  }
  *::-ms-backdrop,
  .u-col_5 > * > * {
    width: 20% !important;
  }
}
/* ==========================================================
!Width
========================================================== */
/* 960px Grid */
.u-w960 {
  width: 960px;
}

.u-w800 {
  width: 800px;
}

.u-w640 {
  width: 640px;
}

.u-w480 {
  width: 480px;
}

.u-w320 {
  width: 320px;
}

.u-w160 {
  width: 160px;
}

.u-wHalf {
  width: 48%;
}

.u-wTri {
  width: 33%;
}

.u-wQuart {
  width: 24%;
}

.u-wFull {
  width: 99.9%;
}

.u-wMax {
  width: 100%;
}

.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

/* ==========================================================
!Floats
========================================================== */
.u-flL {
  display: inline;
  float: left;
}

.u-flR {
  display: inline;
  float: right;
}

.u-flImgL {
  display: inline;
  float: left;
  margin-right: 10px;
}

.u-flImgR {
  display: inline;
  float: right;
  margin-left: 10px;
}

.u-ftBox {
  overflow: hidden;
  zoom: 1;
}

/* ==========================================================
!Tools
========================================================== */
.u-clear {
  clear: both;
}

.u-block {
  display: block;
}

.u-hide {
  display: none;
}

.u-bgN {
  background: none !important;
}

.u-tdU {
  display: inline;
  position: relative;
  font-weight: inherit;
  z-index: 2;
  background: linear-gradient(to top, rgba(251, 198, 2, 0.8) 0px, rgba(251, 198, 2, 0.8) 0.4em, rgba(251, 198, 2, 0) calc(0.4em + 1px), rgba(251, 198, 2, 0) 100%);
}

mark {
  display: inline;
  font-weight: inherit;
  background: linear-gradient(to top, rgba(251, 198, 2, 0.8) 0px, rgba(251, 198, 2, 0.8) 0.4em, rgba(251, 198, 2, 0) calc(0.4em + 1px), rgba(251, 198, 2, 0) 100%);
}

.u-tdN {
  text-decoration: none;
}

/* ==========================================================
!JavaScript
========================================================== */
.over {
  /* ロールオーバー呼び出し用 */
}

.scroll {
  /* サイト内リンク以外のスムーススクロール呼び出し用 */
}

/* ==========================================================
!Margin
========================================================== */
.u-mt00 {
  margin-top: 0 !important;
}

.u-mt05 {
  margin-top: 0.5% !important;
}

.u-mt10 {
  margin-top: 1% !important;
}

.u-mt15 {
  margin-top: 1.5% !important;
}

.u-mt20 {
  margin-top: 2% !important;
}

.u-mt25 {
  margin-top: 2.5% !important;
}

.u-mt30 {
  margin-top: 3% !important;
}

.u-mt35 {
  margin-top: 3.5% !important;
}

.u-mt40 {
  margin-top: 4% !important;
}

.u-mt45 {
  margin-top: 4.5% !important;
}

.u-mt50 {
  margin-top: 5% !important;
}

.u-mt55 {
  margin-top: 5.5% !important;
}

.u-mt60 {
  margin-top: 6% !important;
}

.u-mt65 {
  margin-top: 6.5% !important;
}

.u-mt70 {
  margin-top: 7% !important;
}

.u-mt75 {
  margin-top: 7.5% !important;
}

.u-mt80 {
  margin-top: 8% !important;
}

.u-mt85 {
  margin-top: 8.5% !important;
}

.u-mt90 {
  margin-top: 9% !important;
}

.u-mt95 {
  margin-top: 9.5% !important;
}

.u-mt100 {
  margin-top: 10% !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr05 {
  margin-right: 0.5% !important;
}

.u-mr10 {
  margin-right: 1% !important;
}

.u-mr15 {
  margin-right: 1.5% !important;
}

.u-mr20 {
  margin-right: 2% !important;
}

.u-mr25 {
  margin-right: 2.5% !important;
}

.u-mr30 {
  margin-right: 3% !important;
}

.u-mr35 {
  margin-right: 3.5% !important;
}

.u-mr40 {
  margin-right: 4% !important;
}

.u-mr45 {
  margin-right: 4.5% !important;
}

.u-mr50 {
  margin-right: 5% !important;
}

.u-mr55 {
  margin-right: 5.5% !important;
}

.u-mr60 {
  margin-right: 6% !important;
}

.u-mr65 {
  margin-right: 6.5% !important;
}

.u-mr70 {
  margin-right: 7% !important;
}

.u-mr75 {
  margin-right: 7.5% !important;
}

.u-mr80 {
  margin-right: 8% !important;
}

.u-mr85 {
  margin-right: 8.5% !important;
}

.u-mr90 {
  margin-right: 9% !important;
}

.u-mr95 {
  margin-right: 9.5% !important;
}

.u-mr100 {
  margin-right: 10% !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb05 {
  margin-bottom: 0.5% !important;
}

.u-mb10 {
  margin-bottom: 1% !important;
}

.u-mb15 {
  margin-bottom: 1.5% !important;
}

.u-mb20 {
  margin-bottom: 2% !important;
}

.u-mb25 {
  margin-bottom: 2.5% !important;
}

.u-mb30 {
  margin-bottom: 3% !important;
}

.u-mb35 {
  margin-bottom: 3.5% !important;
}

.u-mb40 {
  margin-bottom: 4% !important;
}

.u-mb45 {
  margin-bottom: 4.5% !important;
}

.u-mb50 {
  margin-bottom: 5% !important;
}

.u-mb55 {
  margin-bottom: 5.5% !important;
}

.u-mb60 {
  margin-bottom: 6% !important;
}

.u-mb65 {
  margin-bottom: 6.5% !important;
}

.u-mb70 {
  margin-bottom: 7% !important;
}

.u-mb75 {
  margin-bottom: 7.5% !important;
}

.u-mb80 {
  margin-bottom: 8% !important;
}

.u-mb85 {
  margin-bottom: 8.5% !important;
}

.u-mb90 {
  margin-bottom: 9% !important;
}

.u-mb95 {
  margin-bottom: 9.5% !important;
}

.u-mb100 {
  margin-bottom: 10% !important;
}

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml05 {
  margin-left: 0.5% !important;
}

.u-ml10 {
  margin-left: 1% !important;
}

.u-ml15 {
  margin-left: 1.5% !important;
}

.u-ml20 {
  margin-left: 2% !important;
}

.u-ml25 {
  margin-left: 2.5% !important;
}

.u-ml30 {
  margin-left: 3% !important;
}

.u-ml35 {
  margin-left: 3.5% !important;
}

.u-ml40 {
  margin-left: 4% !important;
}

.u-ml45 {
  margin-left: 4.5% !important;
}

.u-ml50 {
  margin-left: 5% !important;
}

.u-ml55 {
  margin-left: 5.5% !important;
}

.u-ml60 {
  margin-left: 6% !important;
}

.u-ml65 {
  margin-left: 6.5% !important;
}

.u-ml70 {
  margin-left: 7% !important;
}

.u-ml75 {
  margin-left: 7.5% !important;
}

.u-ml80 {
  margin-left: 8% !important;
}

.u-ml85 {
  margin-left: 8.5% !important;
}

.u-ml90 {
  margin-left: 9% !important;
}

.u-ml95 {
  margin-left: 9.5% !important;
}

.u-ml100 {
  margin-left: 10% !important;
}

/* ==========================================================
!Padding
========================================================== */
.u-pt00 {
  padding-top: 0 !important;
}

.u-pt05 {
  padding-top: 0.5% !important;
}

.u-pt10 {
  padding-top: 1% !important;
}

.u-pt15 {
  padding-top: 1.5% !important;
}

.u-pt20 {
  padding-top: 2% !important;
}

.u-pt25 {
  padding-top: 2.5% !important;
}

.u-pt30 {
  padding-top: 3% !important;
}

.u-pt35 {
  padding-top: 3.5% !important;
}

.u-pt40 {
  padding-top: 4% !important;
}

.u-pt45 {
  padding-top: 4.5% !important;
}

.u-pt50 {
  padding-top: 5% !important;
}

.u-pt55 {
  padding-top: 5.5% !important;
}

.u-pt60 {
  padding-top: 6% !important;
}

.u-pt65 {
  padding-top: 6.5% !important;
}

.u-pt70 {
  padding-top: 7% !important;
}

.u-pt75 {
  padding-top: 7.5% !important;
}

.u-pt80 {
  padding-top: 8% !important;
}

.u-pt85 {
  padding-top: 8.5% !important;
}

.u-pt90 {
  padding-top: 9% !important;
}

.u-pt95 {
  padding-top: 9.5% !important;
}

.u-pt100 {
  padding-top: 10% !important;
}

.u-pr00 {
  padding-right: 0 !important;
}

.u-pr05 {
  padding-right: 0.5% !important;
}

.u-pr10 {
  padding-right: 1% !important;
}

.u-pr15 {
  padding-right: 1.5% !important;
}

.u-pr20 {
  padding-right: 2% !important;
}

.u-pr25 {
  padding-right: 2.5% !important;
}

.u-pr30 {
  padding-right: 3% !important;
}

.u-pr35 {
  padding-right: 3.5% !important;
}

.u-pr40 {
  padding-right: 4% !important;
}

.u-pr45 {
  padding-right: 4.5% !important;
}

.u-pr50 {
  padding-right: 5% !important;
}

.u-pr55 {
  padding-right: 5.5% !important;
}

.u-pr60 {
  padding-right: 6% !important;
}

.u-pr65 {
  padding-right: 6.5% !important;
}

.u-pr70 {
  padding-right: 7% !important;
}

.u-pr75 {
  padding-right: 7.5% !important;
}

.u-pr80 {
  padding-right: 8% !important;
}

.u-pr85 {
  padding-right: 8.5% !important;
}

.u-pr90 {
  padding-right: 9% !important;
}

.u-pr95 {
  padding-right: 9.5% !important;
}

.u-pr100 {
  padding-right: 10% !important;
}

.u-pb00 {
  padding-bottom: 0 !important;
}

.u-pb05 {
  padding-bottom: 0.5% !important;
}

.u-pb10 {
  padding-bottom: 1% !important;
}

.u-pb15 {
  padding-bottom: 1.5% !important;
}

.u-pb20 {
  padding-bottom: 2% !important;
}

.u-pb25 {
  padding-bottom: 2.5% !important;
}

.u-pb30 {
  padding-bottom: 3% !important;
}

.u-pb35 {
  padding-bottom: 3.5% !important;
}

.u-pb40 {
  padding-bottom: 4% !important;
}

.u-pb45 {
  padding-bottom: 4.5% !important;
}

.u-pb50 {
  padding-bottom: 5% !important;
}

.u-pb55 {
  padding-bottom: 5.5% !important;
}

.u-pb60 {
  padding-bottom: 6% !important;
}

.u-pb65 {
  padding-bottom: 6.5% !important;
}

.u-pb70 {
  padding-bottom: 7% !important;
}

.u-pb75 {
  padding-bottom: 7.5% !important;
}

.u-pb80 {
  padding-bottom: 8% !important;
}

.u-pb85 {
  padding-bottom: 8.5% !important;
}

.u-pb90 {
  padding-bottom: 9% !important;
}

.u-pb95 {
  padding-bottom: 9.5% !important;
}

.u-pb100 {
  padding-bottom: 10% !important;
}

.u-pl00 {
  padding-left: 0 !important;
}

.u-pl05 {
  padding-left: 0.5% !important;
}

.u-pl10 {
  padding-left: 1% !important;
}

.u-pl15 {
  padding-left: 1.5% !important;
}

.u-pl20 {
  padding-left: 2% !important;
}

.u-pl25 {
  padding-left: 2.5% !important;
}

.u-pl30 {
  padding-left: 3% !important;
}

.u-pl35 {
  padding-left: 3.5% !important;
}

.u-pl40 {
  padding-left: 4% !important;
}

.u-pl45 {
  padding-left: 4.5% !important;
}

.u-pl50 {
  padding-left: 5% !important;
}

.u-pl55 {
  padding-left: 5.5% !important;
}

.u-pl60 {
  padding-left: 6% !important;
}

.u-pl65 {
  padding-left: 6.5% !important;
}

.u-pl70 {
  padding-left: 7% !important;
}

.u-pl75 {
  padding-left: 7.5% !important;
}

.u-pl80 {
  padding-left: 8% !important;
}

.u-pl85 {
  padding-left: 8.5% !important;
}

.u-pl90 {
  padding-left: 9% !important;
}

.u-pl95 {
  padding-left: 9.5% !important;
}

.u-pl100 {
  padding-left: 10% !important;
}

/*
 * style.css
 */