@charset "UTF-8";
/* SCSS Document */
/*
reset
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

input, select {
  vertical-align: middle;
}

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

* {
  font-weight: normal;
}

body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #444444;
  line-height: 1.7;
}

.sp {
  display: none;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

header .inner {
  position: relative;
  padding: 10px;
}
header .h_logo {
  width: 215px;
  height: 57px;
}
header .h_logo img {
  max-width: 100%;
}
header nav {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-100vw);
          transform: translateY(-100vw);
}
header nav.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header nav ul {
  width: 400px;
  margin: 100px auto;
}
header nav ul li {
  text-align: center;
  margin-bottom: 1em;
}
header nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #F2C53D;
  border-radius: 5px;
  padding: 0.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header nav ul li a:hover {
  background: #000;
  color: #fff;
}
header .open_btn {
  position: fixed;
  right: calc(50vw - 450px);
  width: 36px;
  top: 20px;
  font-size: 13px;
  height: 40px;
  z-index: 11;
  cursor: pointer;
}
header .open_btn span {
  display: block;
  width: 100%;
  border-bottom: 2px solid #8C5A2E;
  position: absolute;
  right: 0;
  left: 0;
}
header .open_btn span:nth-child(1) {
  top: 5px;
}
header .open_btn span:nth-child(2) {
  top: 15px;
}
header .open_btn span:nth-child(3) {
  top: 25px;
}
header .open_btn p {
  position: absolute;
  bottom: 0px;
  line-height: 1;
}
header .open_btn.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header .open_btn.active span {
  border-bottom: 2px solid #F2C53D;
}
header .open_btn.active span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .open_btn.active span:nth-child(2) {
  opacity: 0;
}
header .open_btn.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .open_btn.active p {
  color: #F2C53D;
}

#fv .inner {
  position: relative;
}
#fv h1 {
  font-size: 45px;
  color: #8C5A2E;
  margin-top: 40px;
}
#fv .sub {
  font-size: 23px;
}
#fv ul {
  width: 450px;
  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;
  margin: 40px 0;
}
#fv ul li {
  font-size: 24px;
  width: 210px;
  padding: 10px;
  text-align: center;
  background: #F2C53D;
  border-radius: 10px;
  margin-bottom: 15px;
}
#fv .desc {
  width: 450px;
  font-size: 16px;
  margin-bottom: 80px;
}
#fv .main_illu {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 335px;
  margin-top: -50px;
}

#nayami {
  background: #E6CC7E;
  padding: 50px 0;
}
#nayami h2 {
  position: relative;
  font-size: 45px;
  padding-left: 2em;
}
#nayami h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  background-image: url(../img/line_blk.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: -30px;
  margin-left: -2em;
}
#nayami ul {
  width: 100%;
  margin: 0 0 100px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
#nayami ul li {
  width: 300px;
  margin: 1em 1em;
  text-align: center;
}
#nayami ul li .img {
  width: 100%;
  background-image: url(../img/maru_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nayami ul li .img img {
  width: 80%;
}
#nayami ul li .txt h3 {
  color: #8C5A2E;
  font-size: 26px;
  font-weight: bold;
}
#nayami ul li:nth-child(2) img {
  width: 160px;
}
#nayami ul li:nth-child(3) img {
  width: 70%;
}
#nayami ul li:nth-child(4) img {
  width: 50%;
}
#nayami ul li:nth-child(5) img {
  width: 45%;
}
#nayami .kaiketu {
  width: 800px;
  height: 550px;
  margin: 30px auto;
  background-image: url(../img/cloud_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding-top: 80px;
  font-size: 25px;
}
#nayami .kaiketu img {
  width: 240px;
}
#nayami .kaiketu p {
  font-size: 21px;
}

#riyuu {
  padding-top: 100px;
}
#riyuu h2 {
  position: relative;
  font-size: 26px;
  color: #8C5A2E;
  text-align: center;
}
#riyuu h2 img {
  width: 210px;
}
#riyuu h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: -30px;
}
#riyuu ul {
  margin: 100px 0;
}
#riyuu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#riyuu ul li .img {
  width: 370px;
  margin-right: 60px;
}
#riyuu ul li .img img {
  max-width: 100%;
}
#riyuu ul li .txt {
  width: 600px;
}
#riyuu ul li .txt h3 {
  font-size: 25px;
  color: #8C5A2E;
  margin-bottom: 30px;
}
#riyuu ul li .txt .desc {
  width: 460px;
}
#riyuu ul li.second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#riyuu ul li.second .img {
  margin-right: 0;
}
#riyuu ul li.second .desc {
  width: 560px;
}

#flow h2 {
  position: relative;
  font-size: 26px;
  color: #8C5A2E;
  text-align: center;
}
#flow h2 img {
  width: 210px;
}
#flow h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -30px;
  background-position: center;
}
#flow ol {
  width: 700px;
  margin: 100px auto;
}
#flow ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  position: relative;
}
#flow ol li .num {
  width: 114px;
  height: 100px;
  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;
  font-size: 36px;
  background-image: url(../img/maru.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#flow ol li .txt {
  margin-left: 30px;
  width: 550px;
}
#flow ol li .txt h3 {
  color: #8C5A2E;
  font-size: 32px;
}
#flow ol li:after {
  content: "";
  display: block;
  width: 27px;
  height: 21px;
  background-image: url(../img/uallow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -50px;
}
#flow ol li:last-child:after {
  content: none;
}

#aisatu h2 {
  position: relative;
  font-size: 26px;
  color: #8C5A2E;
  text-align: center;
}
#aisatu h2 img {
  width: 210px;
}
#aisatu h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: -30px;
}
#aisatu .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
}
#aisatu .row .img {
  width: 200px;
  text-align: center;
}
#aisatu .row .img .name {
  font-size: 25px;
}
#aisatu .row .img .name span {
  font-size: 20px;
}
#aisatu .row .txt {
  width: 600px;
  padding-left: 40px;
}
#aisatu .row .txt h3 {
  font-size: 25px;
  color: #8C5A2E;
  margin-bottom: 1em;
}

#contact h2 {
  position: relative;
  font-size: 26px;
  color: #8C5A2E;
  text-align: center;
}
#contact h2 img {
  width: 210px;
}
#contact h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: -30px;
}
#contact .form_wrapp {
  padding: 100px 0;
}
#contact form .row {
  width: 600px;
  margin: 0 auto;
  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: 20px;
}
#contact form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  text-align: center;
}
#contact form label span {
  font-weight: bold;
  color: #900;
}
#contact form input,
#contact form textarea {
  border: 2px solid #E6CC7E;
  background: #FFF2CC;
  padding: 10px 20px;
  border-radius: 30px;
  width: 420px;
}
#contact form input:focus::-webkit-input-placeholder, #contact form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
#contact form input:focus::-moz-placeholder, #contact form textarea:focus::-moz-placeholder {
  color: transparent;
}
#contact form input:focus:-ms-input-placeholder, #contact form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
#contact form input:focus::-ms-input-placeholder, #contact form textarea:focus::-ms-input-placeholder {
  color: transparent;
}
#contact form input:focus::placeholder,
#contact form textarea:focus::placeholder {
  color: transparent;
}
#contact form textarea {
  height: 20em;
}
#contact form .sub_wrapp {
  text-align: center;
}
#contact form .sub_wrapp input {
  border: 2px solid #A7D981;
  background: #E1FFCC;
  border-radius: 10px;
  width: 300px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
}
#contact form .sub_wrapp input:hover {
  background: #A7D981;
}

#thanks main .inner {
  text-align: center;
  min-height: 800px;
}
#thanks main h1 {
  position: relative;
  font-size: 26px;
  color: #8C5A2E;
  text-align: center;
  margin-bottom: 60px;
}
#thanks main h1 img {
  width: 210px;
}
#thanks main h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: -30px;
}
#thanks main p {
  margin-bottom: 1em;
}
#thanks main .tel {
  font-size: 150%;
}
#thanks main .btn {
  display: block;
  width: 200px;
  margin: 40px auto 0;
  background: #0F454F;
  color: #fff;
  padding: 1em;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#thanks main .btn:hover {
  background: #BDE038;
  color: #0F454F;
}

footer {
  position: relative;
}
footer .f_upper {
  background: #F2C53D;
  height: 120px;
  padding-top: 15px;
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
footer .f_upper.fixed {
  display: block;
}
footer .f_upper ul {
  width: 640px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .f_upper ul li {
  width: 300px;
  background: #BDE038;
  color: #10454F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  padding: 0.7em 1em;
  -webkit-box-shadow: 5px 5px 0 0 #6C6C6C;
          box-shadow: 5px 5px 0 0 #6C6C6C;
}
footer .f_upper ul li:hover {
  opacity: 0.8;
}
footer .f_upper ul li a {
  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;
}
footer .f_upper ul li .img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
footer .f_upper ul li .img img {
  max-width: 100%;
}
footer .f_upper ul li .txt .ttl {
  font-size: 25px;
}
footer .f_upper ul li.mail {
  background: #FD637D;
  color: #fff;
}
footer .f_upper ul li.mail .img {
  width: 60px;
  height: 40px;
}
footer .f_bottom {
  height: 140px;
  background: #8C5A2E;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
footer .bird {
  position: absolute;
  right: 0;
  width: 185px;
  bottom: 60px;
}
footer .up_allow {
  position: fixed;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 20px;
  bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #666;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .up_allow:hover {
  opacity: 1;
}

/* CSS Document */
@media screen and (max-width: 780px) {
  .sp {
    display: block;
  }
  .inner {
    width: 100%;
    padding: 0 1em;
  }
  header nav {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  header nav ul {
    width: 90%;
  }
  header .open_btn {
    right: 20px;
    left: auto;
    z-index: 111;
  }
  header .h_logo {
    width: 160px;
  }
  #fv .inner {
    padding: 0 10px;
  }
  #fv .inner ul {
    width: 100%;
    margin: 10px 0;
  }
  #fv .inner ul li {
    width: 30%;
    font-size: 14px;
  }
  #fv .inner .main_illu {
    width: 40%;
    top: auto;
    bottom: 0px;
    right: 5px;
    margin-bottom: -100px;
  }
  #fv h1 {
    font-size: 32px;
  }
  #fv .sub {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #fv .desc {
    width: 60%;
    font-size: 16px;
  }
  #nayami h2 {
    font-size: 21px;
    padding-left: 0;
  }
  #nayami h2:after {
    margin-left: 0;
  }
  #nayami ul {
    margin-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #nayami ul li {
    margin-bottom: 60px;
    height: 280px;
  }
  #nayami ul li .img {
    width: 80%;
    height: 200px;
    margin: auto;
  }
  #nayami ul li .txt h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  #nayami ul li:nth-child(2) img {
    width: 50%;
  }
  #nayami ul li:nth-child(3) {
    height: 300px;
  }
  #nayami ul li:nth-child(3) img {
    width: 70%;
  }
  #nayami ul li:nth-child(4) img {
    width: 50%;
  }
  #nayami ul li:nth-child(5) img {
    width: 45%;
  }
  #nayami .kaiketu {
    width: 100%;
    padding-top: 60px;
    font-size: 20px;
    margin-bottom: 0px;
    height: 450px;
  }
  #nayami .kaiketu img {
    width: 70%;
    margin-bottom: 90px;
  }
  #nayami .kaiketu p {
    font-size: 17px;
    margin-top: 2em;
  }
  #riyuu h2 {
    font-size: 21px;
  }
  #riyuu h2 img {
    width: 140px;
  }
  #riyuu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #riyuu ul li {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #riyuu ul li .img {
    max-width: 80%;
    margin: 0 auto 1em;
  }
  #riyuu ul li .txt {
    max-width: 100%;
  }
  #riyuu ul li .txt h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #riyuu ul li .txt h3 span {
    font-size: 14px;
  }
  #riyuu ul li .txt .desc {
    max-width: 100%;
    font-size: 14px;
  }
  #flow h2 {
    font-size: 21px;
  }
  #flow h2 img {
    width: 140px;
  }
  #flow ol {
    width: 100%;
  }
  #flow ol li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #flow ol li .num {
    margin: auto;
    width: 60px;
    background-size: contain;
    font-size: 21px;
    height: 60px;
  }
  #flow ol li .txt {
    margin: 0;
  }
  #flow ol li .txt h3 {
    font-size: 22px;
  }
  #aisatu h2 {
    font-size: 21px;
  }
  #aisatu h2 img {
    width: 140px;
  }
  #aisatu .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 100px 0;
  }
  #aisatu .row .img {
    width: 100%;
    text-align: center;
  }
  #aisatu .row .img .name {
    font-size: 18px;
  }
  #aisatu .row .img .name span {
    font-size: 14px;
  }
  #aisatu .row .txt {
    width: 100%;
    padding: 0;
  }
  #aisatu .row .txt h3 {
    font-size: 21px;
  }
  #aisatu .row .txt p {
    margin-bottom: 1em;
  }
  #contact .form_wrapp .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #contact .form_wrapp .row label {
    width: 100%;
  }
  #contact .form_wrapp .row input,
  #contact .form_wrapp .row textarea {
    width: 100%;
  }
  footer .f_upper {
    height: 80px;
  }
  footer .f_upper ul {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer .f_upper ul li {
    width: 47%;
  }
  footer .f_upper ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .f_upper ul li a .img {
    width: 15%;
    height: 15px;
  }
  footer .f_upper ul li a .txt p {
    display: none;
  }
  footer .f_upper ul li a .txt .ttl {
    display: block;
    font-size: 16px;
  }
  footer .f_upper ul li.mail .img {
    width: 15%;
    height: 20px;
  }
  footer .f_bottom {
    height: 60px;
    font-size: 14px;
  }
  footer .up_allow {
    bottom: 90px;
    right: 10px;
  }
  footer .bird {
    width: 100px;
    bottom: 120px;
  }
  .pc {
    display: none;
  }
}