@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: initial;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

/* 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, select {
  vertical-align: middle;
}

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

html, body {
  font-size: 16px;
  font-family: serif;
}
@media only screen and (max-width: 767px) {
  html, body {
    font-size: 15px;
    font-family: sans-serif;
  }
}

img {
  width: 100%;
}

p {
  line-height: 1.7;
}

/* mixin
-----------------------------------------*/
/* contents
-----------------------------------------*/
.section__ttl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 48px;
}
.section__ttl:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #212121;
  margin: 8px auto;
  border-radius: 16px;
}
.section__container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 90px 0;
}
@media only screen and (max-width: 1024px) {
  .section__container {
    width: 90%;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section__container {
    padding: 42px 0;
  }
}

.header {
  max-width: 1160px;
  margin: 3rem auto 0 auto;
}
.header nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header nav ul li {
  padding: 0 20px;
}
.header nav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 1px;
}
.header nav ul li.logo {
  margin: 0 auto;
  padding: 10px 20px;
  display: inline-block;
}

.gnav {
  margin: 0 32px 0 auto;
}
@media only screen and (max-width: 767px) {
  .gnav {
    width: 100%;
    margin: 0 auto;
  }
}
.gnav__list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .gnav__list {
    justify-content: center;
  }
}
.gnav__item {
  margin: 0 16px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gnav__item {
    margin: 0 16px;
  }
}
.gnav__item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .gnav__item:last-of-type {
    margin: 0 16px;
  }
}
.gnav__link {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease 0s;
}
.gnav__link:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.gnav__link:hover {
  opacity: 0.6;
}
.gnav__link:hover:after {
  width: 30px;
}

.fv {
  background: url(../img/bg-fv.svg) no-repeat center top 260px;
  background-size: cover;
  position: relative;
}
.object {
  position: absolute;
}

.fv .object-01 {
  top: 20%;
  left: 10%;
  width: 90px;
}
@media only screen and (max-width: 767px) {
  .fv .object-01 {
    display: none;
  }
}
.fv .object-02 {
  top: 15%;
  right: 10%;
  width: 60px;
}
.fv .object-03 {
  left: 0;
  right: 0;
  bottom: 10%;
  margin: auto;
  max-width: 1000px;
  width: 100%;
  opacity: 0.8;
}
.fv__container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 5%;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .fv__container {
    text-align: left;
  }
}
.fv__ttl {
  max-width: 600px;
  margin: 2rem auto;
}
@media only screen and (max-width: 767px) {
  .fv__ttl {
    margin: 2rem 0;
    padding: 2%;
    min-height: 200px;
    max-width: 90%;
  }
}
.fv__desc {
  line-height: 2;
  text-align: center;
  margin: 3rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .fv__desc {
    line-height: 1.75;
    text-align: left;
    margin: 0 0 32px;
    font-size: 0.9rem;
  }
  .fv__desc br {
    display: none;
  }
}
.fv__img {
  max-width: 400px;
}
.fv small {
  margin: 2rem 0;
  font-size: 85%;
  display: block;
  line-height: 1.75;
}
.fv__cv {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4f9a94;
  color: #fff;
  text-decoration: none;
  width: 300px;
  height: 65px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 5px #2c5753;
  transition: all 0.5s ease 0s;
  border: 2px solid #4f9a94;
}
@media only screen and (max-width: 1024px) {
  .fv__cv {
    font-size: 20px;
    width: 250px;
    height: 55px;
  }
}
.fv__cv:hover {
  box-shadow: none;
  background: #fff;
  color: #4f9a94;
}

.about {
  background: url(../img/bg-about.jpeg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.about .bg-overlay {
  background: url(../img/bg-upper.svg) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 115px;
}
.about__ttl {
  display: block;
  max-width: 400px;
  margin: 3rem auto;
  filter: drop-shadow(2px 4px 6px black);
}
.about__inner {
  background: rgba(42, 34, 24, 0.8);
}
.about__desc {
  max-width: 1024px;
  width: 100%;
  color: #fff;
  padding: 3rem;
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .about__desc {
    padding: 5%;
    text-align: left;
    font-size: 90%;
  }
}
.about__desc p {
  line-height: 1.85;
  margin-bottom: 1.5rem;
}
.about__desc p:last-of-type {
  margin-bottom: 0;
}
.about__movie {
  padding: 0 3rem 3rem;
}
@media only screen and (max-width: 767px) {
  .about__movie {
    padding: 5%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .row {
    display: block;
  }
}

.about__movie .--img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .about__movie .--img {
    width: 100%;
  }
}
.about__movie .--img a {
  display: block;
  position: relative;
  height: 100%;
}
.about__movie .--img img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .about__movie .--img img {
    min-height: 160px;
  }
}
.about__movie .--img span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffffc2;
  color: #000;
  text-align: center;
  font-family: sans-serif;
  display: block;
  height: 3rem;
  line-height: 3rem;
  width: 200px;
  border-radius: 3rem;
}
@media only screen and (max-width: 767px) {
  .about__movie .--img span {
    position: relative;
    background: #fff;
    margin: 1rem auto 1.5rem;
  }
}
.about__movie .--desc {
  width: 50%;
  background: #fff;
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .about__movie .--desc {
    width: 100%;
    padding: 7%;
  }
}
.about__movie .--desc h3 {
  font-weight: normal;
  font-size: 1.65rem;
  margin: 0 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .about__movie .--desc h3 {
    margin-bottom: 1rem;
  }
}
.about__movie .--desc p {
  line-height: 1.5;
  font-size: 0.95rem;
}
.about__movie .--desc small {
  margin-top: 0.5rem;
  display: block;
}

.story {
  background: url(../img/bg-story.svg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .story {
    background: url(../img/bg-story.svg) no-repeat top right;
    background-size: 200%;
    padding: 10% 5%;
  }
}
.story .bg-overlay {
  background: url(../img/bg-lower.svg) no-repeat center top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 115px;
}
.story__container {
  padding: 7% 0 13%;
  position: relative;
}
.story__ttl {
  display: block;
  max-width: 400px;
}
.story__desc {
  padding: 3rem 0 0;
}
@media only screen and (max-width: 767px) {
  .story__desc {
    padding-top: 1.5rem;
  }
}
.story__desc p {
  line-height: 2;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .story__desc p {
    font-size: 95%;
    line-height: 1.75;
  }
}
.story__desc p:last-of-type {
  margin-bottom: 0;
}
.story .object-04 {
  bottom: 10%;
  right: 0;
  width: 280px;
}
@media only screen and (max-width: 1024px) {
  .story .object-04 {
    position: relative;
  }
}

.price {
  background: #e6f2fb;
}
.price__ttl {
  display: block;
  max-width: 120px;
  margin: 2rem auto;
}
.price__plan {
  text-align: center;
  font-size: 1.5rem;
  font-family: sans-serif;
  font-weight: normal;
  color: #115ba5;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background: #bddbf8;
}
.price__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 2rem 0;
}
.price__list--item {
  width: 30%;
  background: #fff;
  padding: 1.5rem;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .price__list--item {
    width: 100%;
    margin: 0 0 1rem;
    padding: 0.75rem;
    display: flex;
  }
}
.price__list--item .--icon {
  display: block;
  max-width: 100px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .price__list--item .--icon {
    max-width: 90px;
    margin: 0;
    margin-right: 1rem;
  }
}
.price__list--item .--desc {
  text-align: center;
  margin: 1rem 0 0;
}
@media only screen and (max-width: 1024px) {
  .price__list--item .--desc {
    margin: 0;
  }
}
.price__list--item .--desc h3 {
  font-size: 1.35rem;
}
.price__list--item .--desc h3 small {
  display: block;
  font-size: 70%;
  font-weight: normal;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .price__list--item .--desc h3 small {
    margin: 0;
  }
}
.price__list--item .--desc .price-text {
  display: block;
  margin: 0.5rem 0 0;
}
@media only screen and (max-width: 1024px) {
  .price__list--item .--desc .price-text {
    line-height: 1;
    margin: 0;
  }
}
.price__list--item .--desc .price-text span {
  font-size: 120%;
}
.price__list.igontsuki .price__list--item {
  width: 100%;
}
.price__list.another .price__list--item {
  width: 48%;
  padding: 1.5 3rem;
}
@media only screen and (max-width: 767px) {
  .price__list.another .price__list--item {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
}
.price__list.another .price__list--item .--desc {
  width: 66%;
  text-align: left;
}
.price__list.another .price__list--item .--icon {
  width: 33%;
  max-height: 100px;
  max-width: initial;
}

.caution {
  margin: 2rem 0 0;
  font-size: 90%;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .caution {
    font-size: 85%;
  }
}

.another {
  background: #F0E4DE;
}
.another__ttl {
  display: block;
  max-width: 400px;
  margin: auto;
}
.another__desc {
  padding: 3rem 0 0;
  line-height: 1.7;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .another__desc {
    width: 100%;
    font-size: 14px;
    margin: 0 auto 48px;
  }
}
.another__desc p {
  line-height: 1.85;
  margin-bottom: 1.5rem;
}
.another__desc p:last-of-type {
  margin-bottom: 0;
}
.another__desc .--img {
  width: 45%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .another__desc .--img {
    width: 100%;
  }
}
.another__desc .--img a {
  display: block;
  position: relative;
  height: 100%;
}
.another__desc .--img img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .another__desc .--img img {
    min-height: 160px;
  }
}
.another__desc .--img span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffffc2;
  color: #000;
  text-align: center;
  font-family: sans-serif;
  display: block;
  height: 3rem;
  line-height: 3rem;
  width: 200px;
  border-radius: 3rem;
}
@media only screen and (max-width: 767px) {
  .another__desc .--img span {
    position: relative;
    background: #fff;
    margin: 1rem auto 1.5rem;
  }
}
.another__desc .--desc {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .another__desc .--desc {
    width: 100%;
    padding: 3%;
  }
}
.another__desc .--desc h3 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.another__desc .--desc p {
  font-size: 0.95rem;
  line-height: 1.75;
}

.produce__ttl {
  max-width: 200px;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 767px) {
  .produce__ttl {
    max-width: 140px;
    margin: 0 auto 2rem;
  }
}
.produce__ttl:after {
  background: #EBF4FD;
}
.produce .producer-sec {
  margin: 5rem 0;
}
@media only screen and (max-width: 767px) {
  .produce .producer-sec {
    margin: 2rem 0 3.5rem;
  }
}
.produce .producer-sec .row {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .produce .producer-sec .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.produce .producer-sec .--desc {
  width: 66%;
  margin-right: 6%;
}
@media only screen and (max-width: 767px) {
  .produce .producer-sec .--desc {
    width: 100%;
    margin: 0;
  }
}
.produce .producer-sec .--desc h3 {
  margin-bottom: 1.5rem;
  text-align: left;
}
.produce .producer-sec .--desc h3 img {
  max-width: 400px;
  width: auto;
  height: 55px;
}
@media only screen and (max-width: 767px) {
  .produce .producer-sec .--desc h3 img {
    max-width: 200px;
    margin: auto;
    display: block;
  }
}
.produce .producer-sec .--desc p {
  font-size: 0.95rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .produce .producer-sec .--desc p {
    line-height: 1.75;
  }
}
.produce .producer-sec .--desc a {
  display: block;
  margin: 1.5rem 0 0;
  font-family: sans-serif;
}
.produce .producer-sec .--desc a.arrow {
  position: relative;
  padding-left: 1.5rem;
  color: #537495;
}
.produce .producer-sec .--desc a.arrow::before, .produce .producer-sec .--desc a.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.produce .producer-sec .--desc a.arrow::before {
  left: -3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #537495;
  border-right: 2px solid #537495;
  transform: rotate(45deg);
}
.produce .producer-sec .--img {
  width: 28%;
}
@media only screen and (max-width: 767px) {
  .produce .producer-sec .--img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.produce .producer-sec .--img img {
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .produce .producer-sec .--img img {
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    margin: auto;
    display: block;
    border-radius: 50%;
    object-position: top;
  }
}
.produce .producer-sec.nssi .--desc {
  width: 72%;
  margin-right: 6%;
}
@media only screen and (max-width: 767px) {
  .produce .producer-sec.nssi .--desc {
    width: 100%;
    margin-right: 0;
  }
}
.produce .producer-sec.nssi .--img {
  width: 22%;
}
.produce .producer-sec.nssi .--img img {
  border-radius: 0;
}

.contact {
  background: #EBF4FD;
}
.contact__ttl {
  max-width: 200px;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 767px) {
  .contact__ttl {
    max-width: 140px;
  }
}
.contact__desc {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact__desc {
    text-align: left;
  }
}
.contact__desc p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .contact__desc p {
    line-height: 1.75;
  }
}
.contact .btn {
  text-align: center;
  margin: 2rem 0 0;
}
.contact .btn .btn-defalt {
  font-size: 1.35rem;
  display: inline-block;
  padding: 0.75rem 3.5rem;
  background: #fff;
  border-radius: 3rem;
  border: solid 2px #296ebd;
  color: #296ebd;
  font-family: sans-serif;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .contact .btn .btn-defalt {
    font-size: 1.2rem;
    padding: 1rem 2rem;
    display: block;
  }
}
.contact .btn .text-link {
  display: block;
  font-family: sans-serif;
  font-size: 1.15rem;
}
.contact .btn .text-link.tel {
  font-weight: bold;
  font-size: 1.5rem;
}
.contact .btn .text-link.time {
  margin-top: 0.25rem;
  font-size: 1rem;
}

.footer-link {
  max-width: 1200px;
  margin: 0 auto 1rem;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer-link {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.footer-link a {
  width: 50%;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin: 1rem 0;
  font-size: 0.95rem;
}
@media only screen and (max-width: 767px) {
  .footer-link a {
    width: 90%;
    margin: 0 auto 1.75rem;
  }
}
.footer-link a small {
  font-size: 75%;
  margin-top: 0.25rem;
  display: block;
}

.footer {
  background: #212121;
  padding: 24px 0;
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  font-family: sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .footer {
    font-size: 12px;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}