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

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

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

body {
  font-family: "Noto Sans JP", 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;
}
.l-header__logo {
  max-width: 360px;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .l-header {
    padding: 13px 0;
  }
  .l-header__logo {
    max-width: 230px;
    margin-left: 10px;
  }
}
/*----------------------------------------------------------------------------------------
footer.scss
----------------------------------------------------------------------------------------*/
.l-footer {
  background: #fff;
  padding: 90px 0 0;
}
.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__tel span {
  background: #FDEFEA;
  color: #D13F1D;
  font-weight: 500;
  border-radius: 20px;
  padding: 0px 10px;
}
.l-footer__tel a {
  font-size: 4rem;
  font-weight: 700;
  color: #D13F1D;
}
.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 {
  background: #d13f1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 0;
  padding: 5px;
  color: #fff;
}
.l-footer__privacy a {
  /*width: 160px;*/
  font-weight: 400;
  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 0;
  }
  .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;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .l-footer__privacy {
    padding-bottom: 90px;
  }
}
/*----------------------------------------------------------------------------------------
container.scss
----------------------------------------------------------------------------------------*/
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

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

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

@media screen and (max-width: 768px) {
  .l-inner02 {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .l-inner02 {
    width: 96%;
  }
}
/*----------------------------------------------------------------------------------------
project.scss
----------------------------------------------------------------------------------------*/
main {
  position: relative;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.p-navi {
  text-align: center;
  padding: 80px 0;
}
.p-navi h2 {
  position: relative;
  border: 3px solid #D13F1D;
  padding: 5px;
  margin: 30px auto 20px;
}
.p-navi h2 .bdr {
  border: 1px solid #D13F1D;
}
.p-navi h2 .bdr p {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.52;
  padding: 15px;
  font-size: clamp(1.8rem, 0.773vw + 1.51rem, 2.5rem);
}
.p-navi h2 .bdr p span {
  color: #d13f1d;
}
.p-navi h2 img {
  position: absolute;
  top: -28%;
  left: -3%;
}
.p-navi .bg_01 {
  background: #F6E6DC;
  border-radius: 24px;
  padding: 50px 0;
  margin: 20px auto 100px;
}
.p-navi .bg_01 img {
  width: 90%;
  max-width: 590px;
}
.p-navi .bg_01 p {
  font-size: 2.2rem;
  margin-bottom: 30px;
  font-size: clamp(1.6rem, 0.663vw + 1.351rem, 2.2rem);
}
.p-navi .bg_01 p span {
  color: #d13f1d;
}

.p-regist {
  background: #f6e6dc;
  padding: 80px 0;
}
.p-regist h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-regist h2 img {
  width: 5%;
  max-width: 40px;
}
.p-regist h2 p {
  font-size: 2.5rem;
  color: #d13f1d;
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: 0.12em;
  font-size: clamp(1.8rem, 0.773vw + 1.51rem, 2.5rem);
}
.p-regist__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 70px auto 100px;
}
.p-regist__flex-img {
  text-align: center;
  width: 40%;
  max-width: 330px;
}
.p-regist__flex-img p {
  display: inline;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 0.221vw + 1.517rem, 1.8rem);
}
.p-regist__flex-img p span {
  display: inline;
  color: #d13f1d;
  margin-left: 0.5em;
}
.p-regist__flex p {
  width: 58%;
  margin-left: 2%;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.9444444444;
  letter-spacing: -0.04em;
  font-size: clamp(1.6rem, 0.221vw + 1.517rem, 1.8rem);
}
.p-regist__box {
  position: relative;
  border: 1px solid #d13f1d;
  background: #fff;
  border-radius: 29px;
  padding: 60px 0;
}
.p-regist__box h3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #D13F1D), color-stop(50%, #C42700));
  background: linear-gradient(to bottom, #D13F1D 50%, #C42700 50%);
  border-radius: 26px;
  color: #fff;
  font-size: 2.3rem;
  letter-spacing: 0.12em;
  width: 90%;
  max-width: 678px;
  margin: 0 auto;
  padding: 9px;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  font-size: clamp(1.8rem, 0.552vw + 1.593rem, 2.3rem);
}
.p-regist__box h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
  max-width: 600px;
  margin: 0 auto;
}
.p-regist__box h4 p {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: left;
  margin-left: 1.5em;
  font-size: clamp(1.8rem, 0.331vw + 1.676rem, 2.1rem);
}
.p-regist__box p.ttl {
  font-size: 2.2rem;
  font-weight: 700;
  background: #d13f1d;
  border-radius: 18px;
  color: #fff;
  width: 60%;
  max-width: 245px;
  margin: 30px auto 20px;
}
.p-regist__box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.p-regist__box-flex img {
  width: 40%;
  max-width: 200px;
}
.p-regist__box-flex p {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  margin-left: 1.5em;
  font-size: clamp(1.6rem, 0.442vw + 1.434rem, 2rem);
}
.p-regist__box-flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
}
.p-regist__box-flex02box {
  width: 50%;
  max-width: 350px;
}
.p-regist__box-flex02box:first-child {
  border-right: 1px dotted #d13f1d;
}
.p-regist__box-flex02box p {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: clamp(1.6rem, 0.663vw + 1.351rem, 2.2rem);
}
.p-regist__box-flex02box img {
  width: 80%;
  max-width: 245px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.p-regist h5 {
  color: #d13f1d;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 50px auto 30px;
  font-size: clamp(1.8rem, 0.773vw + 1.51rem, 2.5rem);
}
.p-regist p.txt {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 30px;
  font-size: clamp(1.4rem, 0.221vw + 1.317rem, 1.6rem);
}

.p-float-btn {
  position: fixed;
  right: 0;
  top: 64%;
  width: 15%;
  max-width: 155px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .p-regist h2 {
    width: 80%;
    margin: 0 auto;
  }
  .p-float-btn {
    top: 47.5%;
    width: 12.5%;
    max-width: 155px;
  }
}
@media screen and (max-width: 480px) {
  .p-navi {
    text-align: center;
    padding: 30px 0;
  }
  .p-navi h2 .bdr p {
    line-height: 1.2222222222;
    padding: 10px;
  }
  .p-navi h2 img {
    width: 83px;
    top: -38%;
    left: -2%;
  }
  .p-navi .bg_01 {
    padding: 20px 0;
    margin: 20px auto 50px;
  }
  .p-navi .bg_01 img {
    width: 80%;
    max-width: 252px;
  }
  .p-regist {
    background: #f6e6dc;
    padding: 40px 0;
  }
  .p-regist h2 {
    width: 100%;
  }
  .p-regist h2 img {
    width: auto;
    max-width: 28px;
  }
  .p-regist__flex {
    margin: 20px auto 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-regist__flex-img {
    width: 100%;
    max-width: 280px;
    margin: 20px auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-regist__flex-img p {
    width: 100%;
  }
  .p-regist__flex p {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-regist__box {
    padding: 60px 0 30px;
  }
  .p-regist__box h3 {
    width: 94%;
    line-height: 1.3333333333;
    border-radius: 0;
  }
  .p-regist__box h4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .p-regist__box h4 img {
    width: 78px;
  }
  .p-regist__box h4 p {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .p-regist__box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .p-regist__box-flex img {
    width: 100%;
    max-width: 197px;
    margin: 20px auto 0;
  }
  .p-regist__box-flex02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto 0;
  }
  .p-regist__box-flex02box {
    width: 90%;
    max-width: 350px;
    padding: 30px 0;
  }
  .p-regist__box-flex02box:first-child {
    border-right: none;
    border-bottom: 1px dotted #d13f1d;
  }
  .p-regist__box-flex02box p {
    margin-bottom: 10px;
  }
  .p-regist__box-flex02box img {
    max-width: 193px;
  }
  .p-regist h5 {
    margin: 30px auto 30px;
  }
  .p-regist p.txt {
    width: 90%;
    margin: 0 auto 30px;
  }
  .p-float-btn {
    position: fixed;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up02.is-inview {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up03.is-inview {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up04.is-inview {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
  /* フェード開始を0.5秒遅らせる */
}

/*----------------------------------------------------------------------------------------
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;
  }
}
/*# sourceMappingURL=style.css.map */