@charset "UTF-8";
/*----------------------------------------------------------------------------------------
rest.scss
----------------------------------------------------------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  /*margin: 0;*/
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  /*margin: 0;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  /*margin: 0;*/
}

/*ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  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: inherit;
}

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;
}

embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 900;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

html {
  font-weight: 500;
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
  font-weight: 400;
  color: #323232;
  position: relative;
  overflow-x: hidden;
  line-height: 1.6;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

a, span {
  display: inline-block;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

input,
select,
textarea {
  /*background-color: #fff;
  border: 1px solid #d3d3d3;
  /*border-radius: 5px;*/
  /*padding: 5px 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;*/
  margin: 1% auto;
  max-width: 100%;
}

input::-webkit-input-placeholder {
  color: #BCBCBC;
}

input::-moz-placeholder {
  color: #BCBCBC;
}

input:-ms-input-placeholder {
  color: #BCBCBC;
}

input::-ms-input-placeholder {
  color: #BCBCBC;
}

input::placeholder {
  color: #BCBCBC;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

label {
  font-weight: 600;
}

summary {
  list-style: none;
  background: #dedede;
  padding: 5px 1rem;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/*----------------------------------------------------------------------------------------
header.scss
----------------------------------------------------------------------------------------*/
.l-header {
  position: relative;
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.l-header__logo {
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .l-header__logo {
    width: 70%;
    max-width: 240px;
  }
}
/*----------------------------------------------------------------------------------------
footer.scss
----------------------------------------------------------------------------------------*/
.l-footer {
  background: #fff;
  padding: 90px 0;
}
.l-footer .l-inner03 {
  margin: 0 0 0 auto;
}
.l-footer__logo {
  width: 100%;
  max-width: 440px;
  margin-bottom: 70px;
}
.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__detail {
  width: 45%;
}
.l-footer__detail p {
  line-height: 1.6666666667;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.l-footer__nav {
  width: 25%;
}
.l-footer__nav ul {
  margin-bottom: 50px;
}
.l-footer__nav ul li {
  line-height: 1.6666666667;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.l-footer__nav ul li span {
  color: #D16951;
}
.l-footer__stickers {
  width: 10%;
  /*height: 80px;*/
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.l-footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 50px auto 0;
}
.l-footer__privacy a {
  width: 160px;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.l-footer__copyright {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 45px 0 120px;
  }
  .l-footer .l-inner03 {
    width: 90%;
    margin: 0 auto;
  }
  .l-footer__logo {
    margin-bottom: 40px;
  }
  .l-footer__detail {
    width: 100%;
    margin-bottom: 40px;
  }
  .l-footer__detail p {
    font-size: 1.6rem;
  }
  .l-footer__nav {
    width: 70%;
  }
  .l-footer__nav ul {
    margin-bottom: 30px;
  }
  .l-footer__nav ul li {
    font-size: 1.6rem;
  }
  .l-footer__stickers {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .l-footer {
    padding: 45px 0 80px;
  }
}
/*----------------------------------------------------------------------------------------
container.scss
----------------------------------------------------------------------------------------*/
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-inner02 {
  position: relative;
  width: 96%;
  max-width: 1120px;
  margin: 0 auto;
}

.l-inner03 {
  position: relative;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------------------
project.scss
----------------------------------------------------------------------------------------*/
main {
  position: relative;
  background: #FEF0DE;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.p-mainvisual {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, #d13f1D), color-stop(67%, transparent));
  background: linear-gradient(180deg, #d13f1D 67%, transparent 67%);
  padding: 50px 0;
}
.p-mainvisual p {
  color: #fff;
  font-size: 2.5rem;
  margin: 0 auto 50px;
  font-size: clamp(1.5rem, 1.105vw + 1.086rem, 2.5rem);
}

.p-start {
  padding: 1px 0;
  margin: 20px auto;
}
.p-start p {
  color: #4D4D4D;
  font-size: 2.8rem;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.326vw + 1.103rem, 2.8rem);
}
.p-start__title {
  margin: 80px auto 30px;
  width: 83%;
  max-width: 925px;
}
.p-start__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px auto 60px;
}
.p-start__flex img.map {
  width: 36%;
  max-width: 405px;
  margin-left: 2%;
}
.p-start__flex div {
  position: relative;
  width: 62%;
  left: -2%;
  text-align: left;
}
.p-start__flex div h2 {
  width: 100%;
  max-width: 775px;
}
.p-start__flex div p {
  margin-left: 7%;
  font-size: 2.5rem;
  font-weight: 400;
  font-size: clamp(1.6rem, 0.994vw + 1.227rem, 2.5rem);
}
.p-start__flex div p.red {
  color: #d13f1d;
  font-weight: 700;
  font-size: 3rem;
  font-size: clamp(1.8rem, 1.326vw + 1.303rem, 3rem);
}
.p-start__flex div p.ttl {
  font-weight: 900;
  font-size: 4rem;
  font-size: clamp(2.3rem, 1.878vw + 1.596rem, 4rem);
}
.p-start__flex div a {
  display: inline-block;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 30px auto 0 7%;
  padding: 0 5px 5px;
  border-bottom: 1px solid #323232;
  font-size: clamp(1.7rem, 0.773vw + 1.41rem, 2.4rem);
}

.p-merit {
  background: #d13f1d;
  padding: 100px 0 40px;
}
.p-merit h2 {
  width: 77%;
  max-width: 861px;
  margin: 0 auto;
}
.p-merit div {
  margin: 20px auto 40px;
}

.p-step {
  padding: 100px 0 0;
}
.p-step h2 {
  width: 95%;
  max-width: 1066px;
  margin: 0 auto 0 10%;
}
.p-step__schedule {
  margin: 0 auto 30px;
  width: 70%;
  max-width: 751px;
}

.p-btn {
  padding: 50px 0 80px;
  margin: 0 auto;
}

.p-about {
  background: #fff;
  padding: 100px 0 80px;
}
.p-about__logo {
  width: 370px;
  margin: 0 auto 100px;
}
.p-about h2 {
  font-weight: 900;
  color: #d13f1d;
  font-size: 4rem;
  margin-bottom: 50px;
  font-size: clamp(2rem, 2.21vw + 1.171rem, 4rem);
}
.p-about p {
  font-weight: 500;
  font-size: 2.2rem;
  font-size: clamp(1.4rem, 0.884vw + 1.069rem, 2.2rem);
}
.p-about__bdr-box {
  border: 2px solid #4d4d4d;
  padding: 1% 3%;
  margin: 50px auto 0;
}
.p-about__bdr-box h3 {
  border-bottom: 1px solid #4d4d4d;
  font-size: clamp(1.6rem, 0.773vw + 1.31rem, 2.3rem);
}
.p-about__bdr-box table {
  table-layout: fixed;
  width: 100%;
  font-size: 1.9rem;
  margin: 20px auto;
  font-size: clamp(1.4rem, 0.442vw + 1.234rem, 1.8rem);
}
.p-about__bdr-box table th {
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
  width: 5em;
}
.p-about__bdr-box table td {
  text-align: left;
  padding-left: 1em;
}

.p-qanda {
  background: #d13f1d;
  padding: 80px 0 40px;
}
.p-qanda h2 {
  width: 100%;
  max-width: 683px;
  margin: 0 auto;
}
.p-qanda__box {
  background-image: url(../images/pc/bg_qa.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  text-align: left;
  padding: 4% 2% 4%;
  margin-bottom: 30px;
}
.p-qanda dl {
  width: 96%;
}
.p-qanda dl .p-qanda__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-qanda dl .p-qanda__flex img {
  width: 52px;
  margin-right: 15px;
}
.p-qanda dl .p-qanda__flex p.ttl {
  font-weight: 700;
  font-size: 3.3rem;
  line-height: 1.2;
  font-size: clamp(1.7rem, 1.768vw + 1.037rem, 3.3rem);
}
.p-qanda dl dt {
  margin-bottom: 20px;
}
.p-qanda dl dt .p-qanda__flex p.ttl {
  color: #004f8f;
}
.p-qanda dl dd .p-qanda__flex p {
  color: #4d4d4d;
  font-size: 2.7rem;
  font-size: clamp(1.4rem, 1.436vw + 0.861rem, 2.7rem);
}
.p-qanda dl dd .p-qanda__flex p.ttl {
  color: #F58B05;
}

@media screen and (max-width: 768px) {
  .p-start p {
    color: #4D4D4D;
    font-size: 2.8rem;
    font-weight: 700;
    font-size: clamp(1.6rem, 1.326vw + 1.103rem, 2.8rem);
  }
  .p-start__sp {
    padding: 100px 0;
    overflow-x: hidden;
  }
  .p-start__sp h2 {
    margin: 0 -4% 0 4%;
  }
  .p-start__sp img.map {
    margin-bottom: 50px;
  }
  .p-start__sp p {
    font-size: 2.5rem;
  }
  .p-start__sp p.red {
    color: #d13f1d;
    font-weight: 700;
    font-size: 3rem;
  }
  .p-start__sp p.ttl {
    font-weight: 900;
    font-size: 4rem;
  }
  .p-start__sp a {
    display: inline-block;
    font-weight: 700;
    font-size: 2.4rem;
    margin: 30px auto 0;
    padding: 0 5px 5px;
    border-bottom: 1px solid #323232;
  }
  .p-merit {
    position: relative;
    padding: 20px 0 40px;
  }
  .p-merit h2 {
    position: relative;
    bottom: -60px;
    margin: 0 auto 0 0;
  }
  .p-step {
    padding: 100px 0 0;
  }
  .p-step h2 {
    margin: 0 0 0 auto;
  }
  .p-qanda dl .p-qanda__flex img {
    width: 36px;
  }
}
@media screen and (max-width: 480px) {
  .p-mainvisual {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, #d13f1D), color-stop(67%, transparent));
    background: linear-gradient(180deg, #d13f1D 67%, transparent 67%);
    padding: 20px 0;
    overflow-x: hidden;
  }
  .p-mainvisual p {
    margin: 0 auto 10px;
  }
  .p-mainvisual h1 {
    width: 100%;
    height: 200px;
  }
  .p-mainvisual h1 picture {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    width: 105%;
  }
  .p-start {
    position: relative;
    overflow-x: hidden;
    margin: -25px auto 0;
  }
  .p-start__top {
    position: relative;
    top: 0;
  }
  .p-start__top picture {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 530px;
  }
  .p-start__top p {
    margin-top: 70px;
  }
  .p-start__title {
    margin: 50px auto 20px;
    width: 65%;
    max-width: 242px;
  }
  .p-start__sp {
    position: relative;
    padding: 80px 0 40px;
    overflow-x: hidden;
  }
  .p-start__sp h2 {
    margin: 0 -4% 0 4%;
  }
  .p-start__sp img.map {
    position: relative;
    width: 80%;
    margin-bottom: 0;
    top: -30px;
  }
  .p-start__sp p {
    font-size: 1.5rem;
  }
  .p-start__sp p.red {
    font-size: 1.7rem;
  }
  .p-start__sp p.ttl {
    font-size: 2.3rem;
  }
  .p-start__sp a {
    font-size: 1.7rem;
    margin: 30px auto 0;
  }
  .p-merit {
    padding: 0px 0 40px;
  }
  .p-merit h2 {
    width: 100%;
    max-width: 368px;
    bottom: -45px;
    margin: 0 auto 0 0;
  }
  .p-merit__img {
    width: 94%;
  }
  .p-step {
    padding: 40px 0 0;
  }
  .p-step h2 {
    margin: 0 0 0 auto;
  }
  .p-step__schedule {
    margin: 0 auto;
    width: 94%;
  }
  .p-btn {
    padding: 30px 0 50px;
    margin: 0 auto;
  }
  .p-about {
    background: #fff;
    padding: 50px 0 40px;
  }
  .p-about__logo {
    width: 185px;
    margin: 0 auto 30px;
  }
  .p-about h2 {
    margin-bottom: 10px;
  }
  .p-about p {
    text-align: left;
    width: 94%;
    margin: 0 auto;
  }
  .p-qanda {
    background: #d13f1d;
    padding: 40px 0 40px;
  }
  .p-qanda h2 {
    width: 94%;
    max-width: 683px;
    margin: 0 auto;
  }
  .p-qanda__box {
    width: 96%;
    background-image: url(../images/sp/bg_qa.png);
    padding: 5% 1% 4% 2%;
    margin: 0 auto 20px;
  }
  .p-qanda dl {
    width: 96%;
  }
  .p-qanda dl .p-qanda__flex img {
    width: 25px;
    margin-right: 5px;
  }
  .p-qanda dl .p-qanda__flex p.ttl {
    font-size: 1.6rem;
  }
  .p-qanda dl dt {
    margin-bottom: 10px;
  }
}
/*----------------------------------------------------------------------------------------
component.scss
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
none.scss
----------------------------------------------------------------------------------------*/
@media (min-width: 901px) {
  .u-900-appea {
    display: none;
  }
}
@media (min-width: 769px) {
  .u-tab-appea {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-tab-none {
    display: none;
  }
}
@media (min-width: 481px) {
  .u-sp-appea {
    display: none;
  }
}
@media (max-width: 480px) {
  .u-sp-none {
    display: none;
  }
}