@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

svg,
img {
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

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

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

:root {
  --color: $color;
  --header-height: 3.75rem;
}
@media screen and (min-width: 751px) {
  :root {
    --header-height: 7.5rem;
  }
}

.is-section-dark,
.is-nav-open {
  --color: #fff;
}

/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

input,
select,
label {
  vertical-align: middle;
  color: #000;
}

[type=text] {
  line-height: normal;
}

input[type=text],
input[type=email],
input[type=tel],
button {
  -webkit-appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
}

input[type=submit],
button {
  cursor: pointer;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
}

*:focus {
  outline: none;
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 750px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: 32px;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #000;
}

.serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
}

/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .tab {
    display: none;
  }
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
a img {
  -webkit-transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), transform 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: none) {
  a, button {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
[data-scroll-target] {
  content: "";
  display: block;
  position: relative;
  pointer-events: none;
  top: calc(-1 * var(--header-height));
}

/*----------------------------------------------------
	コンテナ
----------------------------------------------------*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 750px;
}
@media screen and (max-width: 640px) {
  .l-container {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 750px) {
  .l-container {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
@media screen and (min-width: 751px) {
  .l-container {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
@media screen and (min-width: 751px) {
  .l-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*----------------------------------------------------
	body
----------------------------------------------------*/
html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.l-body-wrap {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 750px) {
  .l-body-wrap {
    overflow: hidden;
  }
}

/*----------------------------------------------------
	l-header-drawer
----------------------------------------------------*/
/*----------------------------------------------------
	ヘッダー メニュー
----------------------------------------------------*/
@media screen and (max-width: 750px) {
  .l-header-menu {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 3.75rem;
    height: 3.75rem;
    cursor: pointer;
  }
  .l-header-menu div {
    position: relative;
  }
  .l-header-menu span {
    display: block;
    position: absolute;
    height: 1px;
    width: 1.5rem;
    background: #005bac;
    left: 1.125rem;
    -webkit-transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), transform 0s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), transform 0s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-header-menu span:nth-child(1) {
    top: calc(50% - 0.5rem);
  }
  .l-header-menu span:nth-child(2) {
    top: 50%;
  }
  .l-header-menu span:nth-child(3) {
    top: calc(50% + 0.5rem);
  }
  .l-header-menu.is-nav-open span {
    -webkit-transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-header-menu.is-nav-open span:nth-child(1) {
    top: 50%;
    -webkit-transform: scale(-1, -1) rotate(-35deg);
            transform: scale(-1, -1) rotate(-35deg);
  }
  .l-header-menu.is-nav-open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .l-header-menu.is-nav-open span:nth-child(3) {
    top: 50%;
    -webkit-transform: scale(-1, -1) rotate(35deg);
            transform: scale(-1, -1) rotate(35deg);
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.l-header-logo {
  z-index: 500;
  mix-blend-mode: difference;
}

.l-header-nav {
  z-index: 500;
  mix-blend-mode: difference;
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
.l-main {
  margin-inline: auto;
  position: relative;
  text-align: center;
}

/*----------------------------------------------------
	aside
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.l-aside-cta {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-aside-cta ul {
  padding: 0.125rem;
  gap: 0.125rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-aside-cta ul li {
  max-width: 12.5rem;
}
.is-scrolled .l-aside-cta {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
@media screen and (min-width: 751px) {
  .l-aside-cta {
    display: none;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.l-aside-menu {
  position: fixed;
  width: 64px;
  right: 20px;
  top: 20px;
  z-index: 500;
}
.l-aside-menu img:nth-child(2) {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-nav-open .l-aside-menu img:nth-child(2) {
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .l-aside-menu {
    display: none;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.l-aside-nav {
  width: 100%;
  height: 100vh;
  background: #00ace6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 20px 60px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 450;
}
.l-aside-nav li {
  border-bottom: 1px solid #fff;
}
.l-aside-nav i {
  width: 12px;
  height: 12px;
  background: #f7639e;
  border: 2px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 22px;
}
.l-aside-nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 12px 20px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .l-aside-nav {
    opacity: 0;
    pointer-events: none;
  }
  .is-nav-open .l-aside-nav {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 751px) {
  .l-aside-nav {
    width: auto;
    height: auto;
    background: transparent;
    top: 120px;
    left: calc(50% + 455px);
    padding: 0;
  }
  .l-aside-nav li {
    border-bottom: none;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.l-aside-contact {
  display: none;
}
@media screen and (min-width: 751px) {
  .l-aside-contact {
    display: block;
    position: fixed;
    left: calc(50% + 455px);
    bottom: 100px;
    width: 200px;
    z-index: 100;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.l-aside-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
   z-index: -1;
}
.l-aside__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
	
/*----------------------------------------------------
	フッター
----------------------------------------------------*/

.l-footer {
  background-color: #eee;
}

/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-lp {
  position: relative;
}
.p-lp a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: bottom;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-lp a:active {
  -webkit-transform: scale(0.965);
          transform: scale(0.965);
}
.p-lp figure img {
  vertical-align: bottom;
}

.p-lp-mv {
  position: relative;
}
.p-lp-mv__pic {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 751px) {
  .p-lp-mv__pic {
    margin-inline: -5rem;
  }
}

.p-lp-mv__bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.p-lp-mv__bg img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .p-lp-mv__bg {
    bottom: -17.5rem;
  }
}

.p-lp-plan1 {
  position: relative;
}
.p-lp-map {
  position: relative;
}
.p-lp-map iframe {
  position: absolute;
  top: 11.7rem;
  left: 1.5rem;
  width: calc(100% - 3rem);
  height: 19.375rem;
}

.p-lp-cta {
  background: #FEF200;
}

.p-lp-cta__action {
  padding: 0 1.5rem 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: 1rem;
}

.p-lp-form {
  background: #F2F2F2;
}

.p-lp-form__form {
  padding: 0 1.5rem 5rem;
  text-align: left;
}

.p-lp-faq {
  padding-bottom: 7.5rem;
  background: #FEF200;
}

.p-lp-faq__items {
  padding: 0 1.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: 1rem;
}

.p-lp-faq-item {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: left;
  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;
}

.p-lp-faq-item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-weight: bold;
  font-size: 1.125rem;
  color: #001E59;
}
.p-lp-faq-item__q i:nth-child(1) {
  width: 1.75rem;
  height: 1.75rem;
  background: url(../img/faq-q.svg) center center/contain no-repeat;
}
.p-lp-faq-item__q p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-lp-faq-item__q i._ico {
  position: relative;
  right: 0;
  top: 0.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
.p-lp-faq-item__q i._ico:before, .p-lp-faq-item__q i._ico:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-top: 0.125rem solid #000;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-lp-faq-item__q i._ico:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-lp-faq-item__q.is-open i._ico:after, .is-open .p-lp-faq-item__q i._ico:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-lp-faq-item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: 0.9375rem;
}
.p-lp-faq-item__a i:nth-child(1) {
  width: 1.75rem;
  height: 1.75rem;
  background: url(../img/faq-a.svg) center center/contain no-repeat;
}
.p-lp-faq-item__a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.copyright {
  padding-top: 5rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-entry
----------------------------------------------------*/
body figure {
  margin-bottom: 0;
}

.cm-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-size: 1rem;
  line-height: 2;
  word-break: break-all;
}
@media screen and (min-width: 751px) {
  .cm-entry {
    gap: 36px;
  }
}
.cm-entry h1 {
  font-size: 2em;
  margin-top: 0.67em;
  font-weight: bold;
}
.cm-entry h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  font-weight: bold;
}
.cm-entry h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  font-weight: bold;
}
.cm-entry h4 {
  font-size: 1em;
  margin-top: 1.33em;
  font-weight: bold;
}
.cm-entry h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  font-weight: bold;
}
.cm-entry strong {
  font-weight: bold;
}
.cm-entry em {
  font-style: italic;
}
.cm-entry ul, .cm-entry ol {
  margin-left: 1.5em;
}
.cm-entry li {
  list-style: disc;
}
.cm-entry ol li {
  list-style: decimal;
}
.cm-entry table th {
  font-weight: bold;
}
.cm-entry table th,
.cm-entry table td {
  padding: 0.5em 0.5em;
  border: 1px solid #ccc;
}
.cm-entry a {
  color: #1DA1F2;
  text-decoration: underline;
}
.cm-entry a:hover {
  text-decoration: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
.cm-entry .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
  .cm-entry .wp-block-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-form
----------------------------------------------------*/
.cm-form__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.cm-form__inputs {
  margin-top: 1.75rem;
  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;
}
.cm-form-input {
  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.5rem;
}
.cm-form-input input[type=text],
.cm-form-input input[type=date],
.cm-form-input input[type=email],
.cm-form-input select,
.cm-form-input textarea {
  background-color: #fff;
  width: 100%;
  height: 3.5rem;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  border: 0.0625rem solid transparent;
}
.cm-form-input input[type=text]:focus,
.cm-form-input input[type=date]:focus,
.cm-form-input input[type=email]:focus,
.cm-form-input select:focus,
.cm-form-input textarea:focus {
  border-color: #001E59;
}
.cm-form-input textarea {
  height: 18.75rem;
}
.cm-form-input dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: bold;
}
.cm-form-input dt ._required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.625rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #ff0000;
  font-size: 0.75rem;
  font-weight: normal;
}
.cm-form__privacy {
  margin-top: 2rem;
}
.cm-form__privacyContent {
  margin-top: 1.25rem;
  height: 12.5rem;
  overflow: auto;
  padding: 0.9375rem;
  background: #fff;
}
.cm-form__privacyContent h3 {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #001E59;
}
.cm-form__privacyContent ol {
  margin-top: 0.625rem;
  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.625rem;
}
.cm-form__privacyContent ol li {
  margin-left: 1.5em;
  list-style: decimal;
}
.cm-form__privacyAgree {
  margin-top: 1.25rem;
  text-align: center;
}
.cm-form__privacyAgree label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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.5rem;
}
.cm-form__privacyAgree input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
}

.cm-form__action {
  margin-top: 1.5rem;
  text-align: center;
}
.cm-form__action input[type=submit] {
  width: 17.75rem;
  height: 4.0625rem;
  border-radius: 5rem;
  background: #001E59;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  border: none;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-btn
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-heading
----------------------------------------------------*/
.c-heading {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #001E59;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-paragraph
----------------------------------------------------*/
.c-paragraph, .cm-form__lead, .cm-form__privacyLead, .cm-form__privacyContent {
  font-size: 0.9375rem;
  line-height: 1.75;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

/* Common Styles */
/* Bullets */
/* Progress */
/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.bold,
.strong {
  font-weight: bold;
}

.u-hide {
  display: none;
}

.u-breakLine {
  display: inline-block;
}

.u-only-sp {
  display: block !important;
}
@media screen and (min-width: 641px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-only-pc {
  display: none !important;
}
@media screen and (min-width: 641px) {
  .u-only-pc {
    display: block !important;
  }
}

[data-delay="0.1"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-delay="0.2"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-delay="0.3"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-delay="0.4"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-delay="0.5"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-delay="0.6"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-delay="0.7"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-delay="0.8"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-delay="0.9"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-delay="1"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-delay="1.1"] {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-delay="1.2"] {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-delay="1.3"] {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-delay="1.4"] {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-delay="1.5"] {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-delay="1.6"] {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-delay="1.7"] {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-delay="1.8"] {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-delay="1.9"] {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-delay="2"] {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-delay="2.1"] {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-delay="2.2"] {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-delay="2.3"] {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-delay="2.4"] {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-delay="2.5"] {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-delay="2.6"] {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-delay="2.7"] {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-delay="2.8"] {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-delay="2.9"] {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-delay="3"] {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.u-right {
  text-align: right;
}