@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: hsl(230, 7%, 98%);
  background-image: url(../img/notebook-dark.png);
  overflow-x: hidden;
}
html:has(.modaal-noscroll) {
  overflow: hidden;
}

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

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
body {
  margin: 0;
  /* font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #383838;
  text-align: left;
  overflow-x: hidden;
  line-height: 2;
  background: #f4f3d4;
}

@media only screen and (max-width: 900px) {
  body {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #444;
    text-align: left;
    overflow-x: hidden;
    line-height: 1.7;
  }
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  opacity: 0.6;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
  /*margin: 0 0 1rem;*/
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  width: inherit;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

:focus {
  outline: none;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.w_fit {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.w100 {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.sp450 {
  display: none;
}

@media only screen and (max-width: 900px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp450 {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp450 {
    display: block;
  }
}
/*---------------------
   カスタム
---------------------*/
main {
  background: url(../images/bg.jpg);
  background-position-x: center;
  background-position-y: center;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  overflow: hidden;
}
main img {
  height: 100%;
  margin: 0 auto;
  width: auto;
  max-width: inherit;
}
@media only screen and (max-width: 900px) {
  main {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 100px;
    width: 100%;
    background-size: 15%;
  }
  main img {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  #navArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    position: fixed;
    padding: 10px;
    background: #f9df00;
    z-index: 999;
    width: 100%;
  }
  #navArea img {
    max-width: inherit;
    height: 100%;
    width: auto;
  }
}
#menu_bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 50px;
  background: #ffee5d;
  margin-bottom: 150px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}
@media only screen and (max-width: 1100px) {
  #menu_bar {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 900px) {
  #menu_bar {
    display: none;
    padding: 30px;
  }
}
#menu_bar img {
  height: auto;
  width: 40%;
  max-width: 622px;
}
#menu_bar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#menu_bar ul li a {
  color: #464342;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 1100px) {
  #menu_bar ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  #menu_bar ul li a {
    font-size: 20px;
  }
}
#menu_bar ul li a.btn {
  background: #b81b31;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}
#menu_bar.open {
  display: block;
  height: auto;
  margin-top: 100px;
}
#menu_bar.open ul {
  flex-direction: column;
  gap: 50px;
}

@media screen and (max-width: 900px) {
  /*　ハンバーガーメニューボタン　*/
  .toggle_btn {
    display: block;
    position: relative;
    z-index: 3;
    width: 52px;
    height: 58px;
    cursor: pointer;
    text-align: center;
    z-index: 9999;
  }
  .toggle_btn::after {
    content: "MENU";
    position: relative;
    bottom: -30px;
    left: 0;
    font-size: 0.8em;
    color: #000;
  }
  .toggle_btn.open {
    mix-blend-mode: normal;
    background: initial;
  }
  .toggle_btn.open::after {
    content: "CLOSE";
    position: relative;
    bottom: -30px;
    left: 0;
    font-size: 0.8em;
    color: #000;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 12px;
    background: #000;
    transition: 0.3s ease-in-out;
  }
  .toggle_btn span:nth-child(1) {
    top: 10px;
  }
  .toggle_btn span:nth-child(2) {
    top: 20px;
  }
  .toggle_btn span:nth-child(3) {
    top: 30px;
  }
  /* スマホメニューを開いてる時のボタン */
  .toggle_btn.open span:nth-child(1) {
    top: 16px;
    left: 12px;
    background: #3B3B3B;
    transform: rotate(-45deg);
  }
  .toggle_btn.open span:nth-child(2),
  .toggle_btn.open span:nth-child(3) {
    top: 16px;
    background: #3B3B3B;
    transform: rotate(45deg);
  }
}
.wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .wrapper {
    margin: 50px auto 100px;
  }
}

.white_wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 80px 60px;
}
@media only screen and (max-width: 900px) {
  .white_wrapper {
    padding: 40px 30px;
  }
}

.w100 {
  width: 100%;
}

h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
  position: relative;
  font-size: 40px;
  z-index: 10;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 900px) {
  h2 {
    font-size: 26px;
    margin: 0 auto 50px;
  }
}
h2::before {
  content: "";
  background: url(../images/ttl_before.png);
  width: 172px;
  height: 58px;
  position: absolute;
  top: -58px;
  left: calc(50% - 86px);
  background-size: contain;
  background-repeat: no-repeat;
}
h2::after {
  content: "";
  height: 30px;
  width: calc(100% + 40px);
  background: #f9df00;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  h2::after {
    height: 20px;
  }
}

.to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  z-index: 30;
  transform: translateY(150px);
  opacity: 0;
  transition: all 0.5s ease-in;
}
.to_top img {
  width: 100%;
}
.to_top.blockIn {
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .to_top {
    bottom: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
  }
}

#info .copy {
  width: 100%;
  max-width: 1104px;
  padding-left: 18%;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  #info .copy {
    padding-left: 8%;
  }
}
#info .step {
  position: relative;
  margin-bottom: 70px;
}
#info .step > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  #info .step > ul {
    flex-direction: column;
    width: 100%;
    margin: 0 auto 80px;
  }
}
#info .step > ul li img {
  max-width: 500px;
  width: 100%;
}
#info .step::before {
  content: "";
  background: url(../images/step_fuki.png);
  width: 160px;
  height: 160px;
  position: absolute;
  top: -80px;
  left: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 900px) {
  #info .step::before {
    top: -40px;
    width: 120px;
    height: 120px;
    left: -30px;
  }
}
@media only screen and (max-width: 768px) {
  #info .step::before {
    top: -40px;
    width: 27%;
    min-width: 120px;
    max-width: 160px;
    height: auto;
    aspect-ratio: 1/1;
    left: -30px;
  }
}
#info .btn {
  width: 90%;
  max-width: 962px;
  background: #f9df00;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
  color: #292929;
  position: relative;
  z-index: 10;
  box-shadow: 0 4px 0 #958d62;
}
@media only screen and (max-width: 768px) {
  #info .btn {
    width: 100%;
    font-size: 24px;
    padding: 20px 0 80px;
  }
}
#info .btn img {
  width: 24px;
  height: 24px;
}
#info .btn img.no1 {
  margin-bottom: 30px;
}
#info .btn img.no2 {
  margin-top: 30px;
}
#info .btn::before {
  content: "";
  background: url(../images/btn_plane.png);
  width: 56px;
  height: 56px;
  position: absolute;
  right: 70px;
  top: calc(50% - 28px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #info .btn::before {
    right: calc(50% - 28px);
    top: 50%;
  }
}
#info .btn:hover {
  /*ボタンを押したとき*/
  transform: translateY(4px); /*下に動く*/
  box-shadow: none; /*影を小さく*/
  border-bottom: none;
}
#info .btn:hover::before {
  /*ボタンを押したとき*/
  transform: translateX(10px); /*右に動く*/
}
#info .btn_nolink {
  width: 90%;
  max-width: 962px;
  background: #a8a8a8;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
  color: #292929;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #info .btn_nolink {
    width: 100%;
    font-size: 24px;
    padding: 20px 0 80px;
  }
}
#info .btn_nolink img {
  width: 24px;
  height: 24px;
}
#info .btn_nolink img.no1 {
  margin-bottom: 30px;
}
#info .btn_nolink img.no2 {
  margin-top: 30px;
}
#info .btn_nolink::before {
  content: "";
  background: url(../images/btn_plane.png);
  width: 56px;
  height: 56px;
  position: absolute;
  right: 70px;
  top: calc(50% - 28px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #info .btn_nolink::before {
    right: calc(50% - 28px);
    top: 50%;
  }
}
#info .wrapper > p {
  text-align: center;
  font-size: 24px;
}
#info .wrapper > p span {
  color: #009abc;
  font-size: 1.2em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #info .wrapper > p {
    font-size: 18px;
  }
}

#info, #notice {
  margin-bottom: 100px;
  padding-top: 100px;
}
@media only screen and (max-width: 900px) {
  #info, #notice {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #info, #notice {
    margin-bottom: 150px;
  }
}
#info dl dt, #notice dl dt {
  font-size: 36px;
  padding-left: 25px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
#info dl dt::before, #notice dl dt::before {
  content: "";
  background: #2292b1;
  position: absolute;
  left: 0;
  top: 15%;
  width: 8px;
  height: 70%;
}
@media only screen and (max-width: 768px) {
  #info dl dt, #notice dl dt {
    font-size: 22px;
  }
  #info dl dt::before, #notice dl dt::before {
    width: 5px;
    height: 100%;
  }
}
#info dl dd, #notice dl dd {
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 40px;
}
#info dl dd:last-child, #notice dl dd:last-child {
  margin-bottom: 0;
}
#info dl dd ul, #notice dl dd ul {
  padding-left: 1em;
}
#info dl dd ul li, #notice dl dd ul li {
  list-style-type: disc;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #info dl dd, #notice dl dd {
    font-size: 16px;
    padding-left: 0;
  }
}

#contact {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  #contact {
    padding-top: 0;
  }
}
#contact .white_wrapper {
  text-align: center;
  padding: 60px;
}
#contact .white_wrapper h4 {
  font-weight: bold;
  font-size: 28px;
  border-bottom: 1px solid #292929;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  #contact .white_wrapper {
    padding: 20px;
  }
  #contact .white_wrapper h4 {
    font-size: 15px;
    padding-bottom: 20px;
    width: 100%;
  }
}
#contact .white_wrapper > ul {
  font-weight: bold;
}
#contact .white_wrapper > ul li {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  #contact .white_wrapper > ul li {
    font-size: 16px;
  }
}
#contact .white_wrapper > ul li a {
  color: #292929;
}
#contact .white_wrapper > ul li a[href^="tel:"] {
  pointer-events: none;
  color: #292929;
}
@media only screen and (max-width: 450px) {
  #contact .white_wrapper > ul li a[href^="tel:"] {
    pointer-events: all;
  }
}
#contact .white_wrapper > ul li a span {
  font-size: 40px;
  color: #292929;
}
@media only screen and (max-width: 768px) {
  #contact .white_wrapper > ul li a span {
    font-size: 26px;
  }
}
#contact .white_wrapper > ul li:last-child {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
}

footer {
  width: 100%;
  background: #009abc;
  text-align: center;
  color: #fff;
}/*# sourceMappingURL=style.css.map */