/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* reset css終わり */
/* ============================================ */


* {
  line-height: 1.5;
  font-size: 16px;
  font-family: "游ゴシック","Noto Sans JP",sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}

.all {
  width: 100%;
  overflow: hidden;
}

.section-wrapper {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

.section-ttl {
  position: relative;
}

.section-ttl img {
  display: block;
  width: 380px;
  height: auto;
  margin: 0 auto;
}

.section-ttl::before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 115px;
  background-image: url('../images/pattern.png');
  background-size: auto 100%;
  background-position: top left;
}

.section-ttl--top::before {
  top: -30px;
}

.link-btn {
  display: block;
  width: 400px;
  transition: 0.3s;
}

.link-btn img {
  width: 100%;
}

.link-btn:hover {
  opacity: 0.7;
}

.main__mv,
.main__img {
  width: 100%;
}

.main__mv {
  padding-top: calc( ( 80 / 1920 ) * 100% );
  background-image: url(../images/manga/mv_back.png);
  background-size: 100% 100%;
  background-position: center;
}

.main__mv img,
.main__img img {
  width: 100%;
  height: auto;
}

.main__wrapper {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.main__wrapper--blue::before {
  content: '';
  position: absolute;
  z-index: -5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #b8fff9;
}

.cta {
  padding: 40px 0 100px;
}

.cta__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cta__btns li {
  margin: 20px 30px 0;
}

.flow {
  padding-bottom: 90px;
}

.flow__img {
  width: 100%;
  margin-top: 23px;
}

.flow__img img {
  width: 100%;
}

.question {
  padding: 0 0 95px;
}

.question__list {
  margin-top: 60px;
}

.question__list li {
  margin-top: 27px;
}

.question__question {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 54px;
  padding: 0 60px 0 54px;
  background-color: #42929B;
  cursor: pointer;
}

.question__question::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 100%;
  background-color: black;
  opacity: 0.7;
}

.question__question span {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.question__question span::before {
  content: "Q";
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 26px;
}

.question__question::after {
  content: "";
  position: absolute;
  top: 11px;
  right: -2px;
  height: 50px;
  width: 50px;
  background-image: url('../images/arrow.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.question__question.open::after {
  top: -9px;
  right: 6px;
  transform: rotate(180deg);
}

.question__answer {
  display: none;
  background-color: #F9F9F9;
}

.question__answer span {
  position: relative;
  display: block;
  padding: 20px 54px;
}

.question__answer span::before {
  content: "A";
  position: absolute;
  top: 15px;
  left: 16px;
  font-size: 26px;
  font-weight: bold;
}

.contact {
  padding-bottom: 75px;
}

.contact-form {
  position: relative;
  width: 100%;
  max-width: 875px;
  margin: 33px auto 0;
  padding: 100px 110px 95px;
}

.contact-form::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -5;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url('../images/contact_back.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.confirm .contact-form__list {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 20px 20px;
}

.contact-form__list >li {
  margin-top: 25px;
}

.contact-form__name {
  position: relative;
  font-size: 22px;
  font-weight: bold;
}

.contact-form__name--required::after {
  content: "※必須";
  position: absolute;
  top: 50%;
  left: calc( 100% + 10px );
  transform: translateY(-50%);
  font-size: 17px;
  padding: 5px;
  white-space: nowrap;
  background-color: black;
  color: white;
}

.contact-form__input,
.contact-form__textarea {
  display: block;
  font-size: 18px;
  border: 3px solid black;
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  background-color: white;
}

.contact-form__content {
  margin-top: 10px;
  font-size: 18px;
}

.contact-form__error {
  color: red;
  font-weight: bold;
}

.contact-form__btns {
  margin-top: 50px;
}

.contact-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 55px;
  margin: 10px auto;
  background-color: black;
  font-size: 22px;
  font-weight: bold;
  color: white;
  transition: 0.3s;
}

.contact-form__btn:hover {
  opacity: 0.7;
}

.contact-form__btn--back {
  background-color: #aaaaaa;
}

.tel-area {
  padding: 90px 0;
  background-image: url('../images/bottom_back.jpg');
  background-size: cover;
}

.tel-area__btn {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.tel-area__btn::before {
  content: "＼お電話をご希望の方はこちらから／";
  position: absolute;
  bottom: calc( 100% + 12px );
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

.footer {
  padding: 25px 0;
  background-color: black;
}

.footer__txt {
  text-align: center;
  color: white;
}

.scroll-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

.scroll-btn:hover {
  opacity: 0.7;
}

.scroll-btn img {
  width: 200px;
  height: auto;
}

.confirm {
  padding-top: 30px;
}

.thanks,
.not-found {
  height: calc( 100vh - 68px );
}

.thanks__wrapper,
.not-found__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.thanks__ttl,
.not-found__ttl {
  font-size: 40px;
  font-weight: bold;
}

.thanks__txt,
.not-found__txt {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}

.thanks__link,
.not-found__link {
  display: block;
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #42929B;
  text-decoration: underline;
  transition: 0.3s;
}

.thanks__link:hover,
.not-found__link:hover {
  opacity: 0.7;
}

@media screen and (max-width:1045px) {
  .section-ttl img {
    width: 250px;
  }

  .section-ttl::before {
    top: 30px;
    width: 100vw;
    height: 70px;
  }

  .link-btn {
    width: 250px;
  }

  .cta {
    padding: 0 0 60px;
  }

  .scroll-btn img {
    width: 150px;
  }
}

@media  screen and (max-width:480px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }

  .all.top-page {
    padding-bottom: calc( ( 115 / 414 ) * 100% );
  }

  .main__mv {
    padding-top: 0;
    background-image: none;
  }
  
  .flow__img img {
    width: 550px;
  }

  .question__question span {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
  }

  .question__answer span {
    padding: 20px 20px 20px 54px;
  }

  .contact {
    padding-bottom: 50px;
  }

  .contact-form {
    padding: 50px 0 80px;
  }

  .contact-form::before {
    width: calc( 100vw + 70px );
  }

  .contact-form__name {
    font-size: 18px;
  }

  .contact-form__content {
    font-size: 16px;
  }

  .contact-form__name--required::after {
    padding: 1px 4px;
    font-size: 12px;
  }

  .contact-form__input,
  .contact-form__textarea {
    padding: 10px;
    font-size: 16px;
  }

  .contact-form__btn {
    width: 200px;
    height: 50px;
    font-size: 20px;
  }

  .tel-area {
    padding: 70px 0;
  }

  .tel-area__btn::before {
    font-size: 16px;
  }

  .footer__txt {
    font-size: 12px;
  }

  .thanks__ttl,
  .not-found__ttl {
    font-size: 32px;
  }
  
  .thanks__txt,
  .not-found__txt {
    margin-top: 30px;
    font-size: 18px;
    font-weight: normal;
  }

  .thanks__link,
  .not-found__link {
    font-size: 20px;
  }

  .scroll-btn {
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
  }

  .scroll-btn:hover {
    opacity: 1;
  }
  
  .scroll-btn img {
    width: 100%;
  }
}