@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@keyframes inview {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes inview-scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


section,
main {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i,
em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

body {
  background: #ebebeb;
  color: #4a4a4a;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased !important;
  word-break: break-word;
  line-break: strict;
  hanging-punctuation: force-end;
}
@media screen and (min-width: 900px) {
  body {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 24px;
  }
}

a {
  transition: all 0.3s ease 0s;
  transition-property: color, background-color, border-color, opacity;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/*
::selection {
  background: $gray;
  color: $black;
}
::-moz-selection {
  background: $gray;
  color: $black;
}
*/
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
  .container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  main {
    width: 100%;
  }
  .sidebar {
    width: 375px;
    min-width: 300px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
  .front-container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .front-container main {
    width: 100%;
    max-width: 1200px;
  }
}
h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 60px;
  text-shadow: 1px 2px 3px #6b6a6a;
  padding: 1rem 2rem;
  color: #fff;
  background: #011b57;
  padding: 30px 0;
  box-shadow: 5px 5px 0 #011b57;
}
@media screen and (max-width: 900px) {
  h2 {
    margin-bottom: 30px;
    font-size: 18px;
    box-shadow: none;
  }
}

.thanks__container, .about__container, .confirm__container, .QA__container, .howto__container, .attention__container, .front-form, .description__youtube {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .thanks__container, .about__container, .confirm__container, .QA__container, .howto__container, .attention__container, .front-form, .description__youtube {
    width: 100%;
    margin-bottom: 30px;
    font-size: 13px;
  }
}

.thanks__container__wrapper, .confirm__container__wrapper, .QA__container__wrapper, .howto__container__wrapper, .attention__container__wrapper, .front-form .page-form__container, .description__youtube .youtube__wrapper {
  background-color: #ffffff;
  border-radius: 15px;
  line-height: 32px;
  padding: 30px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .thanks__container__wrapper, .confirm__container__wrapper, .QA__container__wrapper, .howto__container__wrapper, .attention__container__wrapper, .front-form .page-form__container, .description__youtube .youtube__wrapper {
    width: 100%;
    border-radius: 0px;
    padding: 0;
  }
}

.service {
  color: #ED6270;
}
.service:hover {
  opacity: 0.8;
  transform: translateY(-10px);
  transition: all 0.4s;
}

.sub-btn, .header-nav ul li:last-of-type, .header-nav ul li:nth-of-type(3), .subscribe-btn, .mobile-btn .nav-line a, .first-view .line a {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  border: none;
  border-radius: 0;
  padding: 1em 2em;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  transition-property: color, background-color, border-color;
  text-shadow: 1px 2px 3px #6b6a6a;
  background-color: #ff8822;
  color: #ffffff;
  margin: 1em auto;
}
@media screen and (min-width: 900px) {
  .sub-btn, .header-nav ul li:last-of-type, .header-nav ul li:nth-of-type(3), .subscribe-btn, .mobile-btn .nav-line a, .first-view .line a {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .sub-btn, .header-nav ul li:last-of-type, .header-nav ul li:nth-of-type(3), .subscribe-btn, .mobile-btn .nav-line a, .first-view .line a {
    font-size: 24px;
  }
}
.sub-btn::after, .header-nav ul li:last-of-type::after, .header-nav ul li:nth-of-type(3)::after, .subscribe-btn::after, .mobile-btn .nav-line a::after, .first-view .line a::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f105";
  margin-left: 0.5em;
}
.subscribe-btn, .mobile-btn .nav-line a, .first-view .line a {
  padding: 0.75em 1em;
  box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1607843137);
  width: 450px;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 15px;
}
@media screen and (min-width: 900px) {
  .subscribe-btn, .mobile-btn .nav-line a, .first-view .line a {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 900px) {
  .subscribe-btn, .mobile-btn .nav-line a, .first-view .line a {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 900px) {
  .subscribe-btn, .mobile-btn .nav-line a, .first-view .line a {
    min-width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .subscribe-btn, .mobile-btn .nav-line a, .first-view .line a {
    font-size: 16px;
    width: 250px;
  }
}

.sub-btn, .header-nav ul li:last-of-type, .header-nav ul li:nth-of-type(3) {
  display: inline-block;
  padding: 0.75em 2em;
  border-radius: 2em;
}
@media screen and (min-width: 900px) {
  .sub-btn, .header-nav ul li:last-of-type, .header-nav ul li:nth-of-type(3) {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .sub-btn, .header-nav ul li:last-of-type, .header-nav ul li:nth-of-type(3) {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .sub-btn, .header-nav ul li:last-of-type, .header-nav ul li:nth-of-type(3) {
    min-width: 180px;
  }
}

.subscribe-btn:hover, .mobile-btn .nav-line a:hover, .first-view .line a:hover {
  opacity: 0.8;
  transform: translateY(-10px);
  transition: all 0.4s;
}

.sub-btn, .header-nav ul li:last-of-type, .header-nav ul li:nth-of-type(3) {
  font-weight: bold;
}
.sub-btn:hover, .header-nav ul li:hover:last-of-type, .header-nav ul li:hover:nth-of-type(3) {
  transform: translateY(-5px);
  opacity: 0.8;
  transition: all 0.4s;
}
@media screen and (max-width: 900px) {
  .sub-btn, .header-nav ul li:last-of-type, .header-nav ul li:nth-of-type(3) {
    font-size: 13px;
    width: 200px;
    padding: 7.5px 30px;
    margin: 0 auto;
  }
}

.accordion-ellipsis {
  position: relative;
}
.accordion-ellipsis__inner {
  max-height: 300px;
  overflow: hidden;
}
.accordion-ellipsis__toggle {
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 60%, rgb(255, 255, 255) 100%);
  font-weight: bold;
  text-align: center;
  padding: 3rem 0 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  transition: color 0.3s ease 0s;
}
.accordion-ellipsis__toggle::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f107";
  margin-left: 0.25em;
}
.accordion-ellipsis.is_open .accordion-ellipsis__inner {
  max-height: 100%;
}
.accordion-ellipsis.is_open .accordion-ellipsis__toggle {
  display: none;
}
.accordion-ellipsis + .accordion-ellipsis {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .accordion-ellipsis__toggle {
    color: #949494;
  }
  .accordion-ellipsis__toggle:hover {
    color: #949494;
  }
}
@media screen and (max-width: 900px) {
  .accordion-ellipsis__toggle {
    color: #031236;
  }
}

.global-header__nav > ul ul a {
  display: block;
  padding: 0.25em 0 0.25em 1em;
  position: relative;
}
.global-header__nav > ul ul a::before {
  content: "▼";
  display: inline-block;
  color: #031236;
  transform: rotate(-90deg) scale(0.8);
  margin-right: 0.25em;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.global-header__nav > ul ul a[target=_blank]::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f08e";
  color: #031236;
  margin: 0 0 0 0.5em;
}
@media screen and (min-width: 900px) {
  .global-header__nav > ul ul a:hover {
    color: #949494;
  }
}
.header-nav {
  background-color: #011b57;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  padding: 0 80px;
}
@media screen and (max-width: 900px) {
  .header-nav {
    display: none;
  }
}
.header-nav__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav .main-logo {
  align-items: center;
}
.header-nav .main-logo a {
  display: flex;
  align-items: center;
}
.header-nav .main-logo img {
  width: 200px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 900px) {
  .header-nav ul {
    display: flex;
    align-items: center;
    padding: 15px 40px;
  }
}
.header-nav ul li {
  position: relative;
  padding: 0 15px;
  font-weight: bold;
  display: inline-block;
}
.header-nav ul li:nth-of-type(3) {
  margin: 0 15px;
}
.header-nav ul li:nth-of-type(3):hover {
  transform: translateY(-3px);
  opacity: 0.8;
  transition: all 0.4s;
}
.header-nav ul li:last-of-type {
  margin-left: 15px;
  background-color: #1ca61c;
}
.header-nav ul li:last-of-type:hover {
  transform: translateY(-3px);
  opacity: 0.8;
  transition: all 0.4s;
}
.header-nav ul li ul {
  background-color: #ffffff;
  width: 200%;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
.header-nav ul li ul li {
  padding-bottom: 5px;
  display: block;
}
.header-nav ul li ul li:hover {
  background-color: #f5f5f5;
}
.header-nav ul li ul li a:hover {
  color: #031236;
}
.header-nav ul li:hover a + ul {
  display: block;
  transition: all 0.3s;
}
.header-nav ul a:hover {
  color: #949494;
}

.header-scrolled {
  position: fixed;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 900px) {
  .header-scrolled {
    display: none;
  }
}
.header-scrolled.header-nav {
  opacity: 0.9;
}

.global-footer {
  background-color: #949494;
  width: 100%;
  color: #f5f5f5;
}
.global-footer .footer-nav {
  font-size: 16px;
  height: 100px;
  padding: 0 80px;
}
@media screen and (max-width: 900px) {
  .global-footer .footer-nav {
    display: none;
  }
}
.global-footer .footer-nav__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.global-footer .footer-nav .main-logo {
  color: #031236;
  align-items: center;
}
.global-footer .footer-nav .main-logo a {
  display: flex;
  align-items: center;
}
.global-footer .footer-nav .main-logo img {
  width: 200px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 900px) {
  .global-footer .footer-nav ul {
    display: flex;
    align-items: center;
    padding: 15px 40px;
  }
}
.global-footer .footer-nav ul li {
  font-weight: bold;
  position: relative;
  padding: 0 15px;
  display: inline-block;
}
.global-footer .footer-nav ul li ul {
  background-color: #ffffff;
  width: 200%;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
.global-footer .footer-nav ul li ul li {
  padding-bottom: 5px;
  display: block;
}
.global-footer .footer-nav ul li ul li:hover {
  background-color: #f5f5f5;
}
.global-footer .footer-nav ul li ul li a:hover {
  color: #031236;
}
.global-footer .footer-nav ul li:hover a + ul {
  display: block;
  transition: all 0.3s;
}
.global-footer .footer-nav ul a:hover {
  color: #949494;
}

.first-view {
  width: 100%;
  position: relative;
  text-shadow: 1px 2px 3px #6b6a6a;
  color: #ffffff;
  background-image: url("../../assets/img/first-view/pc-first-view.png");
  background-size: cover;
  background-position: 50%;
  background-wrap: no-wrap;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .first-view {
    background-image: url("../../assets/img/first-view/mobile-first-view.png");
    margin: 0 0 50px;
  }
}
.first-view__inner {
  margin: 0 auto;
  padding-top: 5vh;
  padding-bottom: 60px;
}
.first-view__inner__texts {
  padding: 0 15vw;
  margin: 0 auto;
  text-align: center;
  font-size: 46px;
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  .first-view__inner__texts {
    padding: 0;
    max-width: 100%;
    font-size: 22px;
    margin: 15px 0;
  }
}
.first-view__inner__texts p {
  padding-bottom: 1vh;
}
@media screen and (max-width: 900px) {
  .first-view__inner__texts p {
    padding-bottom: 15px;
  }
}
.first-view__inner__texts p:first-of-type {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .first-view__inner__texts p:first-of-type {
    padding-top: 30px;
    text-align: center;
  }
}
.first-view__inner__texts p:nth-of-type(2) {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .first-view__inner__texts p:nth-of-type(2) {
    text-align: center;
  }
}
.first-view__inner__texts img {
  width: 70%;
  margin: 4vh auto;
}
@media screen and (max-width: 900px) {
  .first-view__inner__texts img {
    width: 100%;
    margin: 30px 0 20px 0;
  }
}
.first-view__inner .subscribe-btn, .first-view__inner .mobile-btn .nav-line a, .mobile-btn .nav-line .first-view__inner a, .first-view__inner .first-view .line a, .mobile-btn .first-view__inner .first-view .nav-line a, .first-view .line .first-view__inner a {
  font-size: 24px;
  margin-top: 6vh;
  margin-bottom: 8vh;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .first-view__inner .subscribe-btn, .first-view__inner .mobile-btn .nav-line a, .mobile-btn .nav-line .first-view__inner a, .first-view__inner .first-view .line a, .mobile-btn .first-view__inner .first-view .nav-line a, .first-view .line .first-view__inner a {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    width: 80%;
  }
}
.first-view .line:hover, .first-view .mobile-btn .nav-line:hover, .mobile-btn .first-view .nav-line:hover {
  opacity: 0.6;
  transform: translateY(-10px);
  transition: all 0.4s;
}
@media screen and (max-width: 900px) {
  .first-view .line, .first-view .mobile-btn .nav-line, .mobile-btn .first-view .nav-line {
    margin: 15px auto;
    border-radius: 0;
  }
}
.first-view .line a, .first-view .mobile-btn .nav-line a, .mobile-btn .first-view .nav-line a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  background-color: #1ca61c;
  font-size: 19px;
}
@media screen and (max-width: 900px) {
  .first-view .line a, .first-view .mobile-btn .nav-line a, .mobile-btn .first-view .nav-line a {
    font-size: 12px;
    width: 80%;
  }
}
.first-view .line a img, .first-view .mobile-btn .nav-line a img, .mobile-btn .first-view .nav-line a img {
  width: 40px;
  height: 40px;
  margin-left: 15px;
}
@media screen and (max-width: 900px) {
  .first-view .line a img, .first-view .mobile-btn .nav-line a img, .mobile-btn .first-view .nav-line a img {
    width: 30px;
    height: 30px;
  }
}

.description__texts {
  position: relative;
  text-align: center;
  width: 90%;
  padding: 1rem 2rem;
  margin: 0 auto 120px auto;
  border-radius: 15px;
  color: #ffffff;
  background-color: #011b57;
}
@media screen and (max-width: 900px) {
  .description__texts {
    padding: 15px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 300px;
  }
}
.description__texts h2 {
  font-size: 33px;
  letter-spacing: 0.3em;
  box-shadow: none;
  margin-bottom: 0px;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .description__texts h2 {
    padding: 15px 0;
    font-size: 24px;
    letter-spacing: 0em;
  }
}
.description__texts h2 span {
  font-size: 30px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 900px) {
  .description__texts h2 span {
    font-size: 18px;
    padding: 15px;
  }
}
.description__youtube {
  position: relative;
  margin-top: 90px;
  margin-bottom: 120px;
  border-radius: 15px;
}
@media screen and (max-width: 900px) {
  .description__youtube {
    margin-bottom: 60px;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.description__youtube .youtube__wrapper {
  background-color: #ffffff;
}
.description__youtube iframe {
  width: 100%;
  height: 500px;
  border-radius: 15px;
}
@media screen and (max-width: 900px) {
  .description__youtube iframe {
    padding: 0 15px;
    height: 300px;
    border-radius: 5px;
  }
}
.description__youtube .one-step {
  border: 1px solid #011b57;
  position: absolute;
  top: -90px;
  left: -60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  border-radius: 50px;
  color: #011b57;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .description__youtube .one-step {
    border-radius: 0;
    width: 100%;
    top: -300px;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px auto;
  }
}
.description__youtube .one-step p {
  font-size: 16px;
  margin-bottom: 7.5px;
}
.description__youtube .one-step p span {
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
  background-color: orange;
  border-radius: 5px;
  padding: 7.5px;
}
.description__youtube .one-step img {
  color: #ffffff;
  width: 120px;
}
.front-form {
  margin-bottom: 60px;
}
.front-form label {
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .front-form .page-form__container {
    width: 100%;
  }
}

.page-form p {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .page-form p {
    font-size: 13px;
  }
}
.page-form__container {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto;
  border-radius: 15px;
  font-size: 20px;
  padding: 30px;
  background-color: white;
}
.page-form__container .mobile-space {
  display: none;
}
@media screen and (max-width: 900px) {
  .page-form__container {
    padding: 15px 0;
    margin: 30px;
    font-size: 16px;
  }
  .page-form__container .mobile-space {
    display: inline;
  }
}
.page-form__container h1 {
  margin: 30px 0;
  font-size: 33px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .page-form__container h1 {
    font-size: 22px;
    margin: 15px 0;
  }
}
.page-form__container__wrapper #customer-form {
  padding: 60px 15px;
  border-radius: 3px;
}
@media screen and (max-width: 900px) {
  .page-form__container__wrapper #customer-form {
    padding: 30px 5px;
  }
}
.page-form__container__wrapper .form-element {
  margin-bottom: 20px;
}
.page-form__container__wrapper .form-element label {
  display: block;
  border-radius: 15px;
  font-size: 18px;
  padding: 4px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .page-form__container__wrapper .form-element label {
    font-size: 16px;
    padding: 2px 0;
  }
}
.page-form__container__wrapper .form-element label span {
  font-size: 12px;
  vertical-align: middle;
  background-color: #ED6270;
  color: #ffffff;
  font-weight: bold;
  padding: 4.5px 5px;
  border-radius: 5px;
  margin-left: 8px;
}
@media screen and (max-width: 900px) {
  .page-form__container__wrapper .form-element label span {
    font-size: 12px;
  }
}
.page-form__container__wrapper .form-element label span.any {
  background-color: #007bff;
}
.page-form__container__wrapper .form-element input {
  display: block;
  border: 1px solid;
  border-radius: 10px;
  padding: 6px 0;
  width: 100%;
}
.page-form__container__wrapper .form-element select {
  border-radius: 5px;
  width: 45px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .page-form__container__wrapper .form-element select {
    width: 60px;
  }
}
.page-form__container__wrapper .form-element textarea {
  border-radius: 5px;
  resize: none;
  width: 100%;
  padding: 10px;
}
.page-form__container__wrapper .form-element textarea::-moz-placeholder {
  font-size: 14px;
}
.page-form__container__wrapper .form-element textarea::placeholder {
  font-size: 14px;
}
.page-form__container__wrapper .form-btn-wrapper {
  text-align: center;
  margin: 0 auto;
}
.page-form__container__wrapper .form-btn-wrapper .subscribe-btn, .page-form__container__wrapper .form-btn-wrapper .mobile-btn .nav-line a, .mobile-btn .nav-line .page-form__container__wrapper .form-btn-wrapper a, .page-form__container__wrapper .form-btn-wrapper .first-view .line a, .mobile-btn .page-form__container__wrapper .form-btn-wrapper .first-view .nav-line a, .first-view .line .page-form__container__wrapper .form-btn-wrapper a {
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .page-form__container__wrapper .form-btn-wrapper .subscribe-btn, .page-form__container__wrapper .form-btn-wrapper .mobile-btn .nav-line a, .mobile-btn .nav-line .page-form__container__wrapper .form-btn-wrapper a, .page-form__container__wrapper .form-btn-wrapper .first-view .line a, .mobile-btn .page-form__container__wrapper .form-btn-wrapper .first-view .nav-line a, .first-view .line .page-form__container__wrapper .form-btn-wrapper a {
    font-size: 16px;
    margin-bottom: 15px;
    width: 80%;
  }
}
.page-form__container__wrapper #payment-btn {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .page-form__container__wrapper #payment-btn {
    margin: 0 auto 30px auto;
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .page-form__container {
    width: 90%;
    margin: 30px auto;
    border-radius: 15px;
    font-size: 13px;
    padding: 15px;
    background-color: white;
  }
  .page-form__container h1 {
    margin: 15px 0;
    font-size: 24px;
    text-align: center;
  }
}

.attention-wrapper {
  margin-top: 15px;
}

@media screen and (max-width: 900px) {
  .front-textarea {
    width: 85% !important;
  }
}

.attention {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .attention {
    margin-bottom: 30px;
  }
}
.attention__container__wrapper {
  text-align: left;
}
.attention__container__contents {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .attention__container__contents {
    width: 90%;
  }
}
.attention__container ul {
  margin-bottom: 30px;
}
.attention__container li {
  padding-left: 15px;
  margin: 5px 0;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .attention__container h2 {
    font-size: 16px;
    text-align: center;
  }
  .attention__container ul {
    list-style: square inside;
    margin-bottom: 30px;
  }
  .attention__container li {
    font-size: 13px;
    line-height: 21px;
    padding: 0 5px !important;
  }
  .attention__container li span {
    color: #ED6270;
  }
}

.howto {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  background-image: url("../img/howto/background-howto.png");
}
@media screen and (max-width: 900px) {
  .howto {
    padding: 0;
    background-image: none;
    margin-bottom: 60px;
  }
}
.howto__container__section {
  width: 100%;
}
.howto__container__img video {
  width: 90%;
  height: 400px;
}
@media screen and (max-width: 900px) {
  .howto__container__img video {
    height: 200px;
  }
}
.howto__container__img video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 90%;
  margin: 0 auto;
}
.howto__container__section {
  padding: 30px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .howto__container__section {
    margin-bottom: 15px;
  }
}
.howto__container h3 {
  border: none;
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .howto__container h3 {
    font-size: 16px;
  }
}
.QA__container {
  text-align: center;
  color: #4a4a4a;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .QA__container {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.QA__container .contents {
  margin: 0 auto 30px auto;
  text-align: center;
  width: 80%;
}
@media screen and (max-width: 900px) {
  .QA__container .contents {
    margin-bottom: 30px;
    width: 100%;
  }
}
.QA__container .contents h3 {
  margin-bottom: 15px;
  padding: 15px;
  text-align: left;
  border-bottom: 0.8px solid;
}
.QA__container .contents h3 span {
  background-color: #007bff;
}
@media screen and (max-width: 900px) {
  .QA__container .contents h3 {
    font-size: 16px;
  }
}
.QA__container .contents p {
  padding: 15px;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .QA__container .contents p {
    font-size: 13px;
  }
}
.QA__container .contents p span {
  background-color: #ED6270;
}
.QA__container .contents a {
  color: #ED6270;
}
.QA__container .contents span {
  font-weight: bold;
  font-size: 18px;
  padding: 6px 15px;
  color: #ffffff;
  background-color: red;
  margin-right: 15px;
}

.confirm__container__wrapper {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .confirm__container__wrapper {
    padding: 0;
  }
}
.confirm__container p {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .confirm__container p {
    font-size: 16px;
  }
}
.confirm__container dl {
  margin: 30px 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0 10%;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .confirm__container dl {
    font-size: 13px;
    padding: 0;
  }
}
.confirm__container dt {
  width: 30%;
  padding-right: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .confirm__container dt {
    width: 40%;
  }
}
.confirm__container dd {
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
  width: 50%;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
@media screen and (max-width: 900px) {
  .confirm__container dd {
    width: 60%;
  }
}
.confirm__container .confirm-text {
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .confirm__container .confirm-text {
    margin-bottom: 15px;
  }
}
.confirm__container .redirect-attention {
  font-weight: bold;
  color: #dc3545;
  width: 60%;
  font-size: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .confirm__container .redirect-attention {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
}
.confirm__container .btn_area {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 900px) {
  .confirm__container .btn_area {
    width: 100%;
    margin: 30px auto;
  }
}
.confirm__container .btn_area .square-btn {
  padding: 7.5px 15px;
  border-radius: 5px;
  background-color: #28a745;
  color: #ffffff;
  border: none;
  margin-left: 30px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 900px) {
  .confirm__container .btn_area .square-btn {
    margin-left: 15px;
    padding: 7.5px;
  }
}
.confirm__container .btn_area .square-btn:hover {
  opacity: 0.9;
  transform: translateY(-10px);
  transition: all 0.4s;
}
.confirm__container .btn_area .back-btn {
  padding: 7.5px 15px;
  border-radius: 5px;
  color: #ffffff;
  border: none;
  background-color: #dc3545;
}
@media screen and (max-width: 900px) {
  .confirm__container .btn_area .back-btn {
    padding: 7.5px;
  }
}
.confirm__container .btn_area .back-btn:hover {
  opacity: 0.9;
  transform: translateY(-10px);
  transition: all 0.4s;
}
.confirm__container .btn_area .btn_thanks {
  font-size: 14px;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .confirm__container .btn_area .btn_thanks {
    font-size: 12px;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.confirm__container .thanks {
  margin: 0 0 60px 50%;
}
@media screen and (max-width: 900px) {
  .confirm__container .thanks {
    margin: 0 auto;
  }
}
.confirm__container .thanks-attention {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .confirm__container .thanks-attention {
    font-size: 12px;
    line-height: 16px;
  }
}

.space {
  position: relative;
  /*スクロールダウン全体の場所*/
}
.space .scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  top: 10%;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
  /*Scrollテキストの描写*/
}
.space .scrolldown::before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #4a4a4a;
  transform: skewX(-31deg);
}
.space .scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 50px;
  background: #4a4a4a;
}
.space .scrolldown span {
  /*描画位置*/
  /*テキストの形状*/
  color: #4a4a4a;
  font-size: 11.2px;
  letter-spacing: 0.8px;
  writing-mode: vertical-rl;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    top: -3%;
  }
  50% {
    top: -4%;
  }
  100% {
    top: -3%;
  }
}
.about img {
  text-align: center;
}
.about__container {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .about__container {
    margin-bottom: 30px;
  }
}
.about__container__wrapper .about__desc {
  color: #4a4a4a;
  background-color: #ffffff;
  width: 60%;
  margin: 0 auto 60px auto;
  font-size: 16px;
  padding: 30px 0;
  font-weight: bold;
  border-radius: 15px;
}
@media screen and (max-width: 900px) {
  .about__container__wrapper .about__desc .mobile {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .about__container__wrapper .about__desc {
    line-height: 28px;
    width: 100%;
    border-radius: 0;
    padding: 15px 0;
  }
}
.about__container__wrapper .about__desc span {
  color: #ED6270;
}
.about__container__wrapper .about__pr1 {
  position: relative;
}
.about__container__wrapper .about__pr1 .samurai1 {
  width: 80%;
}
@media screen and (max-width: 900px) {
  .about__container__wrapper .about__pr1 .samurai1 {
    width: 90%;
    margin: 0 auto;
  }
}
.about__container__wrapper .about__pr1 #batu {
  position: absolute;
  left: 20%;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}
.about__container__wrapper .about__pr1 #batu.slash {
  opacity: 0.9;
  visibility: visible;
}
@media screen and (max-width: 900px) {
  .about__container__wrapper .about__pr1 #batu {
    width: 120px;
    left: 10%;
  }
}
.about__container__wrapper .about__pr2 {
  text-shadow: 1px 2px 3px #6b6a6a;
}
.about__container__wrapper .about__pr2 img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .about__container__wrapper .about__pr2 img {
    width: 90%;
  }
}
.about__container__wrapper .about__pr2__box {
  display: flex;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 900px) {
  .about__container__wrapper .about__pr2__box {
    margin-top: 15px;
    padding: 15px 30px;
    display: grid;
    grid-template: "a a";
  }
}
.about__container__wrapper .about__pr2__box li {
  width: 200px;
  padding: 30px 0;
  background-color: #ff8822;
  color: #ffffff;
  font-weight: bold;
  margin-left: 15px;
  border-radius: 15px;
}
@media screen and (max-width: 900px) {
  .about__container__wrapper .about__pr2__box li {
    width: 150px;
    font-size: 14px;
    padding: 15px 7.5px;
    margin-top: 15px;
  }
}
.about__container__wrapper .about__pr2__box li:hover {
  opacity: 0.8;
  transition: all 1s;
}
.about__container__wrapper .about__pr2__box li:nth-of-type(2) {
  background-color: #1ca61c;
}
.about__container__wrapper .about__pr2__box li:nth-of-type(3) {
  background-color: #2544BF;
}
.about__container__wrapper .about__pr2__box li:last-of-type {
  background-color: #4FA1B5;
}
.about__container .about__use {
  padding: 30px;
}
@media screen and (max-width: 900px) {
  .about__container .about__use {
    padding: 15px;
  }
}
.about__container .about__use h3 {
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  color: #4a4a4a;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .about__container .about__use h3 {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
  }
}
.about__container .about__use__box {
  border-radius: 15px;
  padding: 30px 0;
  display: grid;
  gap: 3%;
  grid-template: "a a a";
}
@media screen and (max-width: 900px) {
  .about__container .about__use__box {
    padding: 0;
    display: block;
  }
}
.about__container .about__use__box p {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  border-bottom: 1px solid #4a4a4a;
}
.about__container .about__use__box p span {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .about__container .about__use__box p {
    font-size: 16px;
  }
}
.about__container .about__use__box .case {
  background-color: #ffffff;
  padding: 15px 30px;
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .about__container .about__use__box .case {
    padding: 15px;
    margin-top: 15px;
  }
}
.about__container .about__use__box .case .person-image {
  margin: 30px 0;
  width: 200px;
}
@media screen and (max-width: 900px) {
  .about__container .about__use__box .case .person-image {
    width: 150px;
    margin: 15px 0;
  }
}
.about__container .about__use__box .case .samurai-image {
  width: 115px;
  position: absolute;
  bottom: 20px;
  right: -40px;
}
@media screen and (max-width: 900px) {
  .about__container .about__use__box .case .samurai-image {
    width: 80px;
    right: -6px;
    bottom: 30px;
  }
}
.about__container .about__use__box .case ul {
  padding-left: 16px;
  margin-bottom: 20px;
  text-align: left;
  list-style: none;
}
@media screen and (max-width: 900px) {
  .about__container .about__use__box .case ul {
    padding-left: 50px;
  }
}
.about__container .about__use__box .case ul li {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-left: 15px;
}
.about__container .about__use__box .case ul li::before {
  content: "・";
  position: absolute;
  left: -10px;
}
.about__container .excuse {
  font-size: 14px;
  text-align: right;
  padding-right: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .about__container .excuse {
    text-align: center;
  }
}
.about__container .excuse ul {
  list-style: none;
}
.about__container .excuse ul a {
  color: #ED6270;
}

.thanks__container__wrapper p {
  margin: 30px auto;
}
.thanks__container__wrapper a {
  background-color: #007bff;
  color: #ffffff;
  padding: 7.5px 15px;
  border-radius: 5px;
}
.thanks__container__wrapper a:hover {
  opacity: 0.9;
  transform: translateY(-10px);
  transition: all 0.4s;
}

.global-header {
  align-content: center;
  justify-content: center;
  border-bottom: 0.2px solid #f5f5f5;
  width: 100%;
  z-index: 2000;
  background-color: #011b57;
  color: #4a4a4a;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 0 80px;
}
.global-header img {
  align-self: center;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 900px) {
  .global-header {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .global-header {
    font-weight: bold;
  }
}
.global-header__tagline {
  font-size: 13px;
  width: 100%;
}
.global-header__nav {
  background: #ffffff;
  position: fixed;
  z-index: 999;
  transition: all 0.3s ease 0s;
  padding-bottom: 40px;
}
.global-header__nav > ul a:before {
  color: #f5f5f5;
}
.global-header__nav > ul a[target=_blank]::after {
  color: inherit;
}
.global-header__nav > ul > li > a {
  display: block;
}
.global-header__nav > ul ul li {
  margin: 0;
}
.global-header__nav > ul ul a {
  font-size: 16px;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .global-header__nav {
    width: 100%;
    padding: 120px 5vw 50px;
    display: none;
    transition-property: top;
  }
  .global-header__nav > ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .global-header__nav > ul > li {
    min-width: 15%;
    margin-bottom: 3rem;
  }
  .global-header__nav > ul > li > a {
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 0.5em;
  }
  .global-header__nav > ul a:hover {
    color: #949494;
  }
  .global-header__nav > ul a:hover::before {
    color: inherit;
  }
}
@media screen and (max-width: 900px) {
  .global-header__nav {
    width: 80vw;
    height: 100%;
    right: -100vw;
    top: 0;
    padding: 60px 0 0;
    transition-property: right;
  }
  .global-header__nav > ul {
    max-height: 100%;
    overflow: scroll;
    border-top: 1px solid #f5f5f5;
  }
  .global-header__nav > ul > li {
    border-bottom: 1px solid #f5f5f5;
  }
  .global-header__nav > ul > li:active {
    background-color: #f5f5f5;
  }
  .global-header__nav > ul > li > a {
    padding: 1em;
    position: relative;
  }
  .global-header__nav > ul > li > a::after {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-top: 1px solid #949494;
    border-right: 1px solid #949494;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: rotate(45deg) translate(-50%, 0);
  }
  .global-header__nav > ul > li > span {
    display: block;
    padding: 1em;
    position: relative;
  }
  .global-header__nav > ul > li > span::before, .global-header__nav > ul > li > span::after {
    content: "";
    display: block;
    width: 1em;
    border-top: 1px solid;
    position: absolute;
    right: 5%;
    top: 50%;
    transition: transform 0.3s;
  }
  .global-header__nav > ul > li > span::before {
    transform: rotate(0);
  }
  .global-header__nav > ul > li > span::after {
    transform: rotate(90deg);
  }
  .global-header__nav > ul > li > span.is_open::after {
    transform: rotate(0);
  }
  .global-header__nav > ul ul {
    display: none;
    background: #F4F5F7;
    padding: 1em;
  }
}
.global-header__humberger {
  border-radius: 5px;
  padding: 4px;
  border: 2px solid #949494;
  position: fixed;
  z-index: 20000;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .global-header__humberger {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .global-header__humberger {
    display: inline-block;
  }
}
.global-header__humberger span {
  display: inline-block;
  background: #949494;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
}
.global-header__humberger span:nth-of-type(1) {
  transition-property: margin, transform;
}
.global-header__humberger span:nth-of-type(2) {
  transition-property: width;
}
.global-header__humberger span:nth-of-type(3) {
  transition-property: margin, transform;
}
@media screen and (max-width: 900px) {
  .global-header__humberger {
    width: 60px;
    height: 50px;
    right: 5px;
    top: 5px;
  }
  .global-header__humberger span {
    width: 30px;
    height: 2px;
    left: 14px;
  }
  .global-header__humberger span:nth-of-type(1) {
    margin-top: -8px;
  }
  .global-header__humberger span:nth-of-type(3) {
    margin-top: 8px;
  }
}

.scrolled .global-header {
  top: -100px;
}

.drawer-open .global-header {
  top: 0 !important;
}
.drawer-open .global-header__humberger {
  border-color: #949494;
}
.drawer-open .global-header__humberger span:nth-of-type(1) {
  margin-top: 0;
  transform: rotate(-45deg);
}
.drawer-open .global-header__humberger span:nth-of-type(2) {
  width: 0;
}
.drawer-open .global-header__humberger span:nth-of-type(3) {
  margin-top: 0;
  transform: rotate(45deg);
}
.drawer-open .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background: #4a4a4a;
  opacity: 0.3;
}
@media screen and (min-width: 900px) {
  .drawer-open .global-header__nav {
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  .drawer-open .global-header__nav {
    right: 0;
  }
}

.mobile-logo {
  text-align: center;
}
.mobile-logo img {
  vertical-align: middle;
  width: 80px;
  height: 80px;
}

.mobile-btn {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-btn .subscribe-btn, .mobile-btn .nav-line a, .mobile-btn .first-view .line a, .first-view .line .mobile-btn a {
  margin: 0 auto;
}
.mobile-btn .nav-line {
  font-size: 14px;
}
.mobile-btn .nav-line::after {
  content: "";
}
.mobile-btn .nav-line img {
  margin-left: 7px;
  width: 25px;
  height: 25px;
  margin-right: 3px;
}
.mobile-btn .nav-line:hover {
  opacity: 0.6;
  transform: translateY(-10px);
  transition: all 0.4s;
}
@media screen and (max-width: 900px) {
  .mobile-btn .nav-line {
    margin: 15px auto;
    border-radius: 0;
    width: 100%;
    font-size: 16px;
  }
}
.mobile-btn .nav-line a {
  display: flex;
  justify-content: center;
  align-self: center;
  background-color: #1ca61c;
  width: 600px;
}
@media screen and (max-width: 900px) {
  .mobile-btn .nav-line a {
    width: 85%;
  }
}

footer {
  text-align: center;
  font-size: 13px;
  padding: 7.5px;
}

.global-footer {
  background: #F4F5F7;
  color: #949494;
}
.global-footer__copyright {
  display: block;
}
@media screen and (min-width: 900px) {
  .global-footer__copyright {
    white-space: nowrap;
  }
}

.home .global-header {
  position: fixed;
  top: -100px;
}
@media screen and (max-width: 900px) {
  .home:not(.scrolled):not(.drawer-open) .global-header__humberger {
    background: transparent;
    border: 2px solid #ffffff;
  }
  .home:not(.scrolled):not(.drawer-open) .global-header__humberger span {
    background: #ffffff;
  }
}

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

.page-template-default:not(.home) .section-post__content {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto;
  border-radius: 15px;
  font-size: 16px;
  padding: 30px;
  background-color: white;
}
.page-template-default:not(.home) .section-post__content h1 {
  margin: 30px 0;
  font-size: 42px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .page-template-default:not(.home) .section-post__content h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .page-template-default:not(.home) .section-post__content {
    width: 90%;
    margin: 30px auto;
    border-radius: 15px;
    font-size: 13px;
    background-color: white;
  }
  .page-template-default:not(.home) .section-post__content h1 {
    margin: 15px 0;
    font-size: 22px;
    text-align: center;
  }
  .page-template-default:not(.home) .section-post__content h2 {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */