@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

figure {
  line-height: 0;
}

/* border-box */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  min-width: 1000px;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 3.7333333333vw;
  }
}
a {
  color: inherit;
  transition: opacity 0.3s;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}
/* helper */
._spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  ._spOnly {
    display: block;
  }
  ._pcOnly {
    display: none;
  }
}
._bg-image {
  color: transparent;
  font: 0/0 a;
}

._serif {
  font-family: "Noto Serif JP", sans-serif;
}

._libre {
  font-family: "Libre Baskerville", serif;
}

/* common parts
-----------------------*/
.inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}
.-disable {
  pointer-events: none;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 80px;
  padding: 10px;
  border-radius: 6px;
  gap: 0 10px;
  color: #e18b58;
  background-color: #fff;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .button {
    width: 93.3333333333vw;
  }
}
.button .text {
  font-size: 1.9rem;
  line-height: 1.2;
}

.button .text small {
  font-size: 1.4rem;
}

.button .text span {
  font-size: 1.4rem;
}

.button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icn05.svg);
}

.button.-type02 {
  position: relative;
  justify-content: center;
  width: 460px;
  margin-top: 40px;
  background-color: #e18b58;
}

@media screen and (max-width: 767px) {
  .button.-type02 {
    width: 93.3333333333vw;
    margin-top: 4vw;
  }
}
.button.-type02 .text {
  color: #fff;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .button.-type02 .text {
    font-size: 2rem;
  }
}
.button.-type02:after {
  right: 20px;
  position: absolute;
  background-image: url(../img/icn06.svg);
}

.button.-commingsoon {
  pointer-events: none;
}

.button.-commingsoon:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: "準備中";
  width: 100%;
  height: 100%;
  background-color: rgba(225, 139, 88, 0.7);
  border-radius: 6px;
  color: #fff;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .button.-commingsoon:before {
    font-size: 2.6rem;
  }
}
/* header
-----------------------*/
.header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 767px) {
  .header {
    padding: 2.6666666667vw;
  }
}
.header .inner {
  display: flex;
  justify-content: space-between;
}

.header .logo {
  display: flex;
  align-items: center;
}

.header .logo img {
  width: 90px;
  margin: 0;
  padding: 0;
}

.header .logo a {
  font-size: 1.6rem;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .header .logo a {
    font-size: 3.2vw;
    margin-left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .header .gnv {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.header .gnv ul {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header .gnv ul {
    flex-direction: column;
  }
}
.header .gnv ul li {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .header .gnv ul li {
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }
}
.header .gnv ul li:not(:first-child) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .header .gnv ul li:not(:first-child) {
    margin-left: 0;
  }
}
.header .gnv ul li.-apply {
  width: 100px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .header .gnv ul li.-apply {
    width: 90%;
    height: 60px;
  }
}
.header .gnv ul li.-apply a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #00b3c4;
  color: #fff;
}

.header .gnv ul li.-contact {
  width: 110px;
  height: 40px;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .header .gnv ul li.-contact {
    width: 90%;
    height: 60px;
    margin-left: 0;
  }
}
.header .gnv ul li.-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #231815;
}

.header .gnv ul li:not(.-apply, .-contact) a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.header .gnv ul li:not(.-apply, .-contact) a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #00b3c4;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.header .gnv ul li:not(.-apply, .-contact) a:hover::after {
  transform: scale(1, 1);
}

.header .menu {
  position: relative;
  background: #00b3c4;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.header .menu span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  height: 3px;
  background: #fff;
  width: 50%;
}

.header .menu span:nth-of-type(1) {
  top: 10px;
}

.header .menu span:nth-of-type(2) {
  top: 18px;
}

.header .menu span:nth-of-type(3) {
  top: 26px;
}

.header .menu.active span:nth-of-type(1) {
  top: 12px;
  left: 12px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.header .menu.active span:nth-of-type(2) {
  opacity: 0;
}

.header .menu.active span:nth-of-type(3) {
  top: 24px;
  left: 12px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

/* mv
-----------------------*/
#mv {
  padding: 60px 0;
  background-color: #fffcd1;
}

@media screen and (max-width: 767px) {
  #mv {
    padding: 6.6666666667vw 2.6666666667vw;
  }
}
#mv .inner {
  text-align: center;
}

#mv .text {
  margin-bottom: 30px;
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #mv .text {
    margin-bottom: 6.6666666667vw;
    padding: 4vw 2.6666666667vw;
    font-size: 3.2vw;
    text-align: left;
  }
}
#mv .text.-limit {
  margin-top: 30px;
  padding: 20px;
  background-color: transparent;
  border: 2px solid #f00;
  color: #f00;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #mv .text.-limit {
    padding: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
#mv .text.-limit span {
  display: block;
  margin-bottom: 10px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  #mv .text.-limit span {
    font-size: 5.3333333333vw;
    text-align: center;
  }
}
/* outline
-----------------------*/
#outline {
  padding: 90px 0;
  background-color: #00b3c4;
  background-image: url(../img/bg_about.svg);
  background-repeat: no-repeat;
  background-position: center top 160px;
}

@media screen and (max-width: 767px) {
  #outline {
    padding: 4vw 2.6666666667vw;
  }
}
#outline .catch {
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #outline .catch {
    font-size: 5.3333333333vw;
  }
}
#outline .catch span {
  color: #f6e574;
  font-size: 3.8rem;
}

@media screen and (max-width: 767px) {
  #outline .catch span {
    font-size: 6.6666666667vw;
  }
}
#outline .sbj {
  display: flex;
  flex-direction: column;
  justify-contnet: center;
  align-items: center;
  width: 540px;
  margin: 40px auto 20px auto;
  padding: 5px 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  #outline .sbj {
    width: 100%;
    margin: 6.6666666667vw auto 2.6666666667vw auto;
    padding: 1.3333333333vw 4vw;
    font-size: 5.0666666667vw;
  }
}
#outline .sbj span {
  font-size: 1.3rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #outline .sbj span {
    font-size: 3.4666666667vw;
  }
}
#outline .list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #outline .list {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
  #outline .list ul:last-of-type {
    margin-top: 6px;
  }
}
#outline .list li {
  display: flex;
  align-items: center;
  color: #fff;
}

#outline .list li:before {
  content: "●";
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  #outline .list li:before {
    font-size: 2.6666666667vw;
  }
}
#outline .list li:not(:last-child) {
  margin-bottom: 6px;
}

#outline .list li .ex {
  display: flex;
  align-items: center;
  gap: 0 5px;
}

#outline .list li .ex:before, #outline .list li .ex:after {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #outline .list li .ex:before, #outline .list li .ex:after {
    font-size: 3.7333333333vw;
  }
}
#outline .list li .ex:before {
  content: "（";
}

#outline .list li .ex:after {
  content: "）";
}

#outline .list li .ex span {
  font-size: 0.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #outline .list li .ex span {
    font-size: 2.6666666667vw;
  }
}
#outline .list.-excel {
  gap: 0 40px;
}

#outline .list.-excel li.none:before {
  display: none;
}

#outline .notes {
  margin: 30px auto 40px auto;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #outline .notes {
    font-size: 2.9333333333vw;
    text-align: left;
  }
}
#outline .link ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #outline .link ul {
    flex-direction: column;
  }
  #outline .link ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/* about
-----------------------*/
#about {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #about {
    padding: 0 2.6666666667vw;
  }
}
#about .sbj {
  padding: 10px 0;
  background-color: #00b3c4;
  color: #fff;
  font-size: 3.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #about .sbj {
    font-size: 5.3333333333vw;
  }
}
#about .text {
  padding: 15px 20px;
  background-color: #fff799;
  font-size: 1.8rem;
  text-align: left;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  #about .text {
    padding: 2.6666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#about .text span {
  font-weight: 900;
  text-decoration: underline;
}

#about table {
  width: 100%;
}

#about table th,
#about table td {
  padding: 15px;
  border: 1px solid #b3b3b3;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #about table th,
#about table td {
    display: block;
    width: 100%;
    padding: 2.6666666667vw;
  }
}
#about table th {
  background-color: #f1f6de;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  #about table th {
    font-size: 4.5333333333vw;
  }
}
#about table td {
  font-size: 2rem;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #about table td {
    font-size: 4.2666666667vw;
  }
}
#about table td strong {
  color: #e18b58;
  font-size: 2.3rem;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  #about table td strong {
    font-size: 4.5333333333vw;
  }
}
#about table td p {
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #about table td p {
    font-size: 3.4666666667vw;
  }
}
#about table td p.-notes {
  display: flex;
  margin-top: 5px;
}

#about table td p.-notes:before {
  content: "※";
}

#about table td p.-colorRed {
  color: #e18b58;
}

#about table td p.-colorRedBox {
  padding: 5px;
  color: #e18b58;
  border: 1px solid #e18b58;
}

@media screen and (min-width: 768px) {
  #about table td p.-colorRedBox {
    margin-top: 0;
  }
}
#about table td p span.underline {
  color: #e18b58;
  text-decoration: underline;
}

#about table td p span.wavy {
  display: block;
  text-decoration: underline;
  -webkit-text-decoration-style: wavy;
          text-decoration-style: wavy;
}

#about table td .-flex {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

@media screen and (max-width: 767px) {
  #about table td .-flex {
    flex-direction: column;
  }
}
/* flow
-----------------------*/
#flow,
#info {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #flow,
#info {
    padding: 0 2.6666666667vw;
  }
}
#flow .sbj,
#info .sbj {
  padding: 10px 0;
  background-color: #00b3c4;
  color: #fff;
  font-size: 3.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #flow .sbj,
#info .sbj {
    font-size: 5.3333333333vw;
  }
}
#flow figure,
#info figure {
  padding: 20px 0 40px 0;
  background-color: #fffddf;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #flow figure,
#info figure {
    padding: 2.6666666667vw;
  }
}
#flow .link ul,
#info .link ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #flow .link ul,
#info .link ul {
    flex-direction: column;
  }
}
#flow .notes,
#info .notes {
  margin-top: 40px;
}

#flow .notes a,
#info .notes a {
  color: #3e92ba;
  text-decoration: underline;
}

#flow .notes a:hover,
#info .notes a:hover {
  text-decoration: none;
}

#flow .notes ul li,
#info .notes ul li {
  display: flex;
}

#flow .notes ul li:before,
#info .notes ul li:before {
  content: "※";
}

#flow .notes ul li p span,
#info .notes ul li p span {
  text-decoration: line-through;
}

#flow .notes ul li.-colorRed,
#info .notes ul li.-colorRed {
  color: #f00;
}

#flow .notes ul li.-colorRed a,
#info .notes ul li.-colorRed a {
  color: #f00;
  font-weight: 900;
}

#flow .notes h3,
#info .notes h3 {
  margin-top: 20px;
}

#flow .notes ol li,
#info .notes ol li {
  display: flex;
}

#flow .notes ol li:before,
#info .notes ol li:before {
  content: "・";
}

#flow .attention,
#info .attention {
  margin-top: 40px;
  padding: 20px;
  color: #f00;
  font-size: 20px;
  text-align: left;
  border: 1px solid #f00;
}

@media screen and (max-width: 767px) {
  #flow .attention,
#info .attention {
    margin-top: 5.3333333333vw;
    padding: 4vw;
    font-size: 4vw;
    text-align: left;
  }
}
/* online
-----------------------*/
#online,
#sendmail {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #online,
#sendmail {
    padding: 0 2.6666666667vw;
  }
}
#online .sbj,
#sendmail .sbj {
  padding: 10px 0;
  background-color: #00b3c4;
  color: #fff;
  font-size: 3.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #online .sbj,
#sendmail .sbj {
    font-size: 5.3333333333vw;
  }
}
#online figure,
#sendmail figure {
  padding: 20px 0 40px 0;
  background-color: #f1f6de;
  text-align: center;
}

#online .link ul,
#sendmail .link ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #online .link ul,
#sendmail .link ul {
    flex-direction: column;
  }
}
#online .link ul li,
#sendmail .link ul li {
  text-align: center;
}

#online .attention,
#sendmail .attention {
  margin-top: 60px;
  padding: 20px;
  color: #f00;
  font-size: 20px;
  text-align: center;
  border: 1px solid #f00;
}

@media screen and (max-width: 767px) {
  #online .attention,
#sendmail .attention {
    margin-top: 8vw;
    padding: 4vw;
    font-size: 4vw;
    text-align: left;
  }
}
#online .notes,
#sendmail .notes {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #online .notes,
#sendmail .notes {
    margin-top: 8vw;
  }
}
#online .notes a,
#sendmail .notes a {
  color: #3e92ba;
  text-decoration: underline;
}

#online .notes a:hover,
#sendmail .notes a:hover {
  text-decoration: none;
}

#online .notes ul li,
#sendmail .notes ul li {
  display: flex;
}

#online .notes ul li:before,
#sendmail .notes ul li:before {
  content: "※";
}

#online .notes ul li p span,
#sendmail .notes ul li p span {
  text-decoration: line-through;
}

#online .notes ul li.-colorRed,
#sendmail .notes ul li.-colorRed {
  color: #f00;
}

#online .notes ul li.-colorRed a,
#sendmail .notes ul li.-colorRed a {
  color: #f00;
  font-weight: 900;
}

#online .notes ul li.-colorRed2,
#sendmail .notes ul li.-colorRed2 {
  font-size: 1.8rem;
  color: #f00;
}

@media screen and (max-width: 767px) {
  #online .notes ul li.-colorRed2,
#sendmail .notes ul li.-colorRed2 {
    font-size: 3.6vw;
  }
}
#online .notes ul li.-colorRed2 a,
#sendmail .notes ul li.-colorRed2 a {
  color: #f00;
  font-weight: 900;
}

#online .notes h3,
#sendmail .notes h3 {
  margin-top: 20px;
}

#online .notes ol li,
#sendmail .notes ol li {
  display: flex;
}

#online .notes ol li:before,
#sendmail .notes ol li:before {
  content: "・";
}

/* contact
-----------------------*/
#contact,
#howto {
  margin: 60px auto;
}

@media screen and (max-width: 767px) {
  #contact,
#howto {
    margin: 8vw auto;
    padding: 0 2.6666666667vw;
  }
}
#contact .sbj,
#howto .sbj {
  color: #3e92ba;
  font-size: 2.9rem;
  font-feature-settings: "palt";
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contact .sbj,
#howto .sbj {
    font-size: 5.3333333333vw;
  }
}
#contact .text,
#howto .text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contact .text,
#howto .text {
    text-align: left;
  }
}
#contact .text span.-colorRed,
#howto .text span.-colorRed {
  color: #f00;
  font-weight: 900;
}

#contact .box,
#howto .box {
  margin-top: 10px;
  padding: 40px 0;
  background-color: #fffcd1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contact .box,
#howto .box {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
#contact .box h3,
#howto .box h3 {
  font-size: 3.2rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #contact .box h3,
#howto .box h3 {
    font-size: 5.0666666667vw;
  }
}
#contact .box p,
#howto .box p {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #contact .box p,
#howto .box p {
    font-size: 3.7333333333vw;
  }
}
#contact .box ul li,
#howto .box ul li {
  margin-top: 20px;
  color: #3e92ba;
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  #contact .box ul li,
#howto .box ul li {
    font-size: 4.8vw;
  }
}
#contact .box ul li.tel:before,
#howto .box ul li.tel:before {
  padding: 0 5px;
  content: "TEL";
  border: 1px solid #3e92ba;
  line-height: 1;
}

#contact .box .link,
#howto .box .link {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #contact .box .link,
#howto .box .link {
    margin-top: 2.6666666667vw;
  }
}
#contact .box .link a,
#howto .box .link a {
  color: #3e92ba;
  text-decoration: underline;
}

#contact .box .link a:hover,
#howto .box .link a:hover {
  text-decoration: none;
}

/* footer
-----------------------*/
.footer {
  padding: 40px 0;
  background-color: #efefef;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.footer .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 80px;
}

@media screen and (max-width: 767px) {
  .footer .inner {
    flex-direction: column;
    gap: 2.6666666667vw 0;
  }
}
.footer .sbj {
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .footer .sbj {
    font-size: 3.7333333333vw;
  }
}
.footer .text {
  font-size: 1.2rem;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .footer .text {
    font-size: 3.2vw;
  }
}
/*# sourceMappingURL=style.css.map */
