@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
/* ***********************************
*
*    Ire's CSS Reset & Base
    *
* *********************************** */
/* Reset margin, padding, border
* *********************************** */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
* *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

/* Layout
* *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Elements
* *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

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

/* Attributes & states
* *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
* *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/* My setting
* *********************************** */
a {
  text-decoration: none;
}

textarea {
  resize: vertical;
}

body {
  font-family: "Kiwi Maru", serif;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
  line-height: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

th {
  font-weight: normal;
  vertical-align: text-top;
}

a {
  -webkit-transition: 1s;
  transition: 1s;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}

.ctr {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ctr {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.ctr-wide {
  max-width: 800px;
  margin: auto;
}
.pt100 {
  padding-top: 100px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.section {
  padding: 40px 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}
body {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background: #fff9ec;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 70%;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}

.btn {
  margin: 2em auto;
  background-color: #707070;
  color: #fff !important;
  font-weight: 500;
  display: block;
  border-radius: 3em;
  text-align: center;
  padding: 0.25em 2em;
  font-size: 2.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.list-news {
  line-height: 2;
  margin: 1em 0;
}

.list-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-gallery li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}
.list-gallery li:nth-child(n+3) {
  margin-top: 0.5em;
}

.color-primary {
  background: #fcd71b;
}

.color-secondary {
  background: #12b1e3;
}

.font-primary {
  color: #fcd71b;
}

.font-secondary {
  color: #12b1e3;
}

.hl-bortder-t {
  font-size: 2.1rem;
  position: relative;
  margin: 2.5em 0 1em;
}
.hl-bortder-t::before {
  content: "";
  background: #fcd71b;
  height: 3px;
  width: 84px;
  border-radius: 1px;
  left: 0;
  bottom: calc(100% + 0.3em);
  position: absolute;
}

.border-secondary::before {
  background: #12b1e3;
}

.hl-lv01 {
  font-size: 2.1rem;
  text-align: center;
  color: #fff;
  padding: 0.5em;
  margin: 1.5em 0 1em;
}

.hl-lv02 {
  font-size: 1.8rem;
  margin: 1em 0;
}

main p + p {
  margin-top: 1em;
}

.txt-lv01 {
  font-size: 3rem;
  font-weight: 500;
}

.hl-overlay {
  position: relative;
}
.hl-overlay::after {
  content: "";
  background: url(/img/overlay-hl-y.svg) left/contain no-repeat;
  position: absolute;
  left: 4vw;
  bottom: calc(100% - 1em);
  height: 57px;
  width: 90%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .hl-overlay::after {
    height: 75.81px;
  }
}

.overlay-primary::after {
  background: url(/img/overlay-hl-y.svg) left/contain no-repeat;
}

.overlay-secondary::after {
  background: url(/img/overlay-hl-b.svg) left/contain no-repeat;
}

.box-transparent {
  background: rgba(255, 255, 255, 0.68);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5em 1em;
}

.box-border-dot {
  border: 3px dotted #12b1e3;
  padding: 0.75em 1em;
  margin: 2em 0;
}
.box-border-dot span {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.8em;
  color: #12b1e3;
}

.box-border-dot2 {
  border: 3px dotted #fcd71b;
  padding: 0.75em 1em;
  margin: 2em 0;
}
.box-border-dot2 span {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.8em;
  color: #fcd71b;
}

.iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
  margin: 2em 0;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blue {
  margin: 30px 0;
  padding: 20px 0;
  background-color: #fcd71b;
}

.header {
  background: #12b1e3;
  position: fixed;
  z-index: 100;
  left: 4vw;
  top: 10px;
  right: 0;
  border-radius: 10rem 0 0 10rem;
  padding: 0.5em 1em 0.5em 2em;
}
.header .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header .img-logo {
    height: 72px;
  }
}

.footer {
  background: #fcd71b;
  color: #fff;
}

.footer-content {
  padding: 3em 0 5em;
}

.maining {
  background: url(/img/bg-maining-t.png) no-repeat top left/80% auto, url(/img/bg-maining-b.png) no-repeat bottom right/80% auto;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .maining {
    background-size: auto 80%, auto 80%;
  }
  .maining .img-maining {
    height: 420.28px;
  }
}
@media screen and (min-width: 1280px) {
  .maining {
    background-size: auto 90%, auto 90%;
  }
}

@media screen and (max-width: 767px) {
  .slidewrap {
    width: 80%;
    margin: 0 auto;
  }
}
img.pagetop {
  width: 100%;
  height: auto;
}

.maining-bottom {
  padding: 1em;
  position: relative;
}
.maining-bottom::after {
  content: "";
  background: url(/img/overlay-hl-l.svg) left/contain no-repeat, url(/img/overlay-hl-r.svg) right/contain no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 50px);
  height: 120px;
  z-index: 1;
}
.maining-bottom h1 {
  position: relative;
  z-index: 2;
}
.maining-bottom h1 img {
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .maining-bottom {
    padding: 2em;
  }
  .maining-bottom::after {
    height: 240px;
  }
}

.bg-tel {
  padding-top: 70.0934579439%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.bg-tel .bg-tel-inner {
  position: absolute;
  left: 4vw;
  right: 4vw;
  bottom: 1em;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bg-tel .box-transparent {
  margin-bottom: 2em;
}

.section-top02 .box-transparent {
  font-size: 2.2rem;
}

/*formTable*/
form {
  margin-top: 40px;
  margin-bottom: 120px;
}

.formTable {
  margin-bottom: 40px;
  width: 100%;
}
.formTable th, .formTable td {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .formTable th, .formTable td {
    padding-bottom: 10px;
  }
}
.formTable th {
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .formTable th {
    display: block;
    width: 100%;
  }
}
.formTable td {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .formTable td {
    display: block;
    width: 100%;
  }
}
.formTable span.hissu {
  color: red;
  font-size: 12px;
}
.formTable input, .formTable textarea {
  width: 85%;
}
.formTable input[type=checkbox] {
  width: 10%;
}

.submit input {
  background-color: #fcd71b;
}

.stepbar {
  margin: 0 auto;
  width: 80%;
  margin-bottom: 120px;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #000;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}
.pt30 {
  padding-top: 30px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.page {
  margin-top: 150px;
}

.red {
  color: red;
}

.header .nav-btn {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header {
    left: auto;
  }
  .header .list-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    margin-left: 5em;
  }
  .header .list-nav li + li {
    margin-left: 2em;
  }
}

.footer .list-nav {
  text-align: center;
}
.footer .list-nav li {
  line-height: 2;
  font-size: 2.1rem;
  border-bottom: 1px solid #fff;
}
.footer .list-nav a {
  padding: 0.25em 0;
  display: block;
}

.sp-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fcd71b;
  color: #fff;
  z-index: 99;
  padding-top: 75px;
  line-height: 2;
  font-size: 2.1rem;
}
.sp-nav li {
  padding: 0.1em 0;
}
.sp-nav li + li {
  border-top: 1px solid #fff;
}
.sp-nav a {
  padding: 0.15em 0;
  display: block;
}
/*# sourceMappingURL=style.css.map */