@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}

.appear1 {
  display: none;
}

.appear2 {
  display: none;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 8px;
  }
  .appear1 {
    display: inline;
  }
  .none1 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 6.4px;
  }
  .appear2 {
    display: inline;
  }
  .none2 {
    display: none;
  }
}

@font-face {
  font-family: "koz-h";
  src: url("../font/KozGoPr6N-Bold.woff");
}

@font-face {
  font-family: "koz";
  src: url("../font/KozGoPr6N-Regular.woff");
}

@font-face {
  font-family: "hira";
  src: url("../font/ヒラギノ丸ゴ ProN W4.woff");
}

@font-face {
  font-family: "gen";
  src: url("../font/GenEiLateGo.woff");
}

.hp_mb0 {
  margin-bottom: 0rem !important;
}

.hp_mb1 {
  margin-bottom: 1rem !important;
}

.hp_mb2 {
  margin-bottom: 2rem !important;
}

.hp_mb3 {
  margin-bottom: 3rem !important;
}

.hp_mb4 {
  margin-bottom: 4rem !important;
}

.hp_mb5 {
  margin-bottom: 5rem !important;
}

.hp_mb6 {
  margin-bottom: 6rem !important;
}

.hp_mb7 {
  margin-bottom: 7rem !important;
}

.hp_mb8 {
  margin-bottom: 8rem !important;
}

.hp_mb9 {
  margin-bottom: 9rem !important;
}

.hp_mb10 {
  margin-bottom: 10rem !important;
}

.hp_mb11 {
  margin-bottom: 11rem !important;
}

.hp_mb12 {
  margin-bottom: 12rem !important;
}

.hp_mb13 {
  margin-bottom: 13rem !important;
}

.hp_mb14 {
  margin-bottom: 14rem !important;
}

.hp_mb15 {
  margin-bottom: 15rem !important;
}

.hp_tac {
  text-align: center !important;
}

.hp_tal {
  text-align: left !important;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper_800 {
  max-width: 800px;
}

.gradGr {
  background: -webkit-gradient(linear, left top, left bottom, from(#87a70d), to(#339933));
  background: linear-gradient(to bottom, #87a70d 0%, #339933 100%);
  border-radius: 1rem;
}

.ann {
  font-family: hira;
  color: #603813;
  font-size: 1.6rem;
  text-align: right;
  padding: 0 1.5rem;
}

.ann_bl {
  font-family: koz;
  font-weight: 100;
  color: #000;
}

.ttl {
  padding: 1.5rem 2rem;
  margin-bottom: 3rem;
  position: relative;
}

.ttl_bu {
  background-size: cover;
}

.ttl_gr {
  background-size: contain;
}

.ttl__inner {
  line-height: 1.5em;
  font-size: 2.8rem;
}

.ttl__inner_bu {
  font-family: koz;
  font-weight: 900;
  color: #006837;
  text-shadow: 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white, 0 0 1rem white;
}

.ttl__inner_gr {
  font-family: hira;
  color: #603813;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.ttl__inner_large {
  font-size: 4rem;
}

.ttl__ann {
  font-size: 0.6em;
}

.ttl__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ttl__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.pen {
  position: relative;
  padding: 1rem 1.5rem;
}

.pen__txt {
  font-family: gen;
  color: #037065;
  font-size: 2.5rem;
  padding: 0 1.5rem;
  line-height: 1.5em;
}

.pen__img {
  position: absolute;
  width: calc(100% - 3rem);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.txt {
  padding: 0 1.5rem;
  font-family: hira;
  color: #603813;
  font-size: 2.5rem;
  line-height: 1.5em;
}

.txt_tar {
  text-align: right;
}

.txt__line_blue {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.4em, rgba(41, 170, 225, 0.3)), color-stop(0.4em, transparent));
  background: linear-gradient(to top, rgba(41, 170, 225, 0.3) 0.4em, transparent 0.4em);
}

.header {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}

.header__content {
  position: relative;
}

.header__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__ttl {
  font-family: koz;
  font-weight: 900;
  color: #42210b;
  font-size: 1.8rem;
  line-height: 1.5em;
  padding: 1rem 1rem 0.5rem 1rem;
  white-space: nowrap;
}

.header__hum {
  padding: 1rem;
}

.header__btn {
  width: 5rem;
  height: 0.8rem;
  margin-bottom: 1rem;
  background: #603813;
}

.header__btn_close1 {
  width: 7rem;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

.header__btn_close2 {
  width: 7rem;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

.header__navWrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  z-index: 110;
}

.header__navWrapper_open {
  pointer-events: auto;
}

.header__navContent {
  width: 100%;
  overflow: hidden;
}

.header__nav {
  background: #39b44a;
  width: 100%;
  padding: 10px 5px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__nav_open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header__close {
  display: block;
  margin: 0 0.5rem 5rem auto;
  width: 6rem;
  height: 6rem;
  position: relative;
}

.header__link {
  display: block;
  font-family: koz;
  font-weight: bold;
  font-size: 2.5rem;
  color: white;
  padding: 0.8em 1.5rem;
  border-bottom: 2px solid white;
}

.header__link:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 900px) {
  .header {
    position: static;
  }
}

.fixnav {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 1rem;
}

.fixnav__link {
  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;
  width: calc(50% - 5px);
  padding: 1rem 0;
  border-radius: 5px;
}

.fixnav__link_blue {
  background: #3fbcb3;
  -webkit-box-shadow: 0 3px 0 #1c7993;
          box-shadow: 0 3px 0 #1c7993;
}

.fixnav__link_orange {
  background: #fc9d27;
  -webkit-box-shadow: 0 3px 0 #f3581e;
          box-shadow: 0 3px 0 #f3581e;
}

.fixnav__icon {
  width: 3.5rem;
  margin-right: 1rem;
}

.fixnav__txt {
  font-family: hira;
  font-size: 2.6rem;
  color: white;
}

@media screen and (min-width: 768px) {
  .fixnav {
    display: none;
  }
}

.top {
  position: relative;
  margin-bottom: 3rem;
}

.top__img {
  margin-bottom: 2rem;
}

.top__img img {
  width: 100%;
}

.top__tel {
  position: absolute;
  top: 8rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 2.5rem;
}

.top__icon {
  width: clamp(1rem, 4.5vw, 4rem);
  margin-right: 1vw;
}

.top__icon img {
  width: 100%;
}

.top__txt {
  color: white;
  font-family: koz;
  font-weight: 900;
  font-size: clamp(10px, 2vw, 3.5rem);
  position: relative;
}

.top__txt_tel {
  font-size: clamp(1rem, 4.5vw, 4rem);
  font-family: koz-h;
}

.top__txt_ann {
  position: absolute;
  top: 0;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(clamp(0.5rem, 2.25vw, 2rem));
          transform: translateY(clamp(0.5rem, 2.25vw, 2rem));
}

.top__ann {
  color: #000;
  font-family: koz-h;
  font-size: clamp(1rem, 2vw, 2.2rem);
  position: absolute;
  top: calc(12rem + clamp(1rem,4.5vw,4rem));
  right: 1rem;
  line-height: 1.5em;
  text-align: right;
}

.top__contents {
  position: absolute;
  width: 100%;
  bottom: 4rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.top__content {
  margin: 0 5px;
  text-align: center;
  padding: clamp(1rem, 5vw, 5rem) 0;
}

.top__content_wide {
  width: 40%;
}

.top__content_narrow {
  width: calc(30% - 5px);
}

@media screen and (max-width: 900px) {
  .top__tel {
    top: 0.5rem;
  }
  .top__ann {
    top: 7.2rem;
  }
}

.choice__top {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

.choice__top img {
  width: 100%;
}

.choice__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 3rem;
}

.choice__img {
  width: calc(50% - 2rem);
}

.choice__img img {
  width: 100%;
}

.movies {
  margin-bottom: 3rem;
}

.movies__ttl {
  margin-bottom: 3rem;
}

.movies__ttl img {
  width: 100%;
  height: auto;
}

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

.movies__movie {
  width: 50%;
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}

.movies__movie iframe {
  width: 100%;
  height: clamp(0px, 28vw, 255px);
}

.review__top {
  padding: 0 1.5rem;
}

.review__top img {
  width: 100%;
}

.review__profile {
  text-align: right;
  line-height: 1.5em;
  background: rgba(197, 155, 109, 0.1);
  padding: 1rem 2rem;
  font-family: hira;
  font-size: 2.2rem;
  color: #603813;
  width: calc(100% - 3rem);
  margin: 0 auto 1rem auto;
}

.review__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}

.review__img {
  width: 25%;
}

.review__img img {
  width: 100%;
}

.review__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.question {
  margin-bottom: 5rem;
}

.question__top {
  margin-bottom: 1rem;
}

.question__top img {
  width: 100%;
}

.question__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.question__img {
  width: calc(50% - 3rem);
  margin-bottom: 2rem;
}

.question__img img {
  width: 100%;
}

.question__greens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 3rem;
}

.question__green {
  width: calc(33% - 1rem);
  text-align: center;
  font-family: koz;
  font-weight: 900;
  color: #ffff00;
  text-shadow: 1.5px 1px 0.5px rgba(0, 0, 0, 0.75);
  font-size: 2.3rem;
  padding: 0.8em 0;
}

.question__green_wide {
  width: calc(100% - 1.5rem);
  text-align-last: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1.5em;
  margin: 0 auto 2rem auto;
}

.question__map {
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}

.question__map iframe {
  width: 100% !important;
  height: 50rem;
}

.reco {
  margin-bottom: 5rem;
}

.reco__name {
  font-family: hira;
  color: #04877a;
  font-size: 2.4rem;
  text-align: right;
  padding-right: 3rem;
  margin-bottom: 2rem;
}

.reco__face {
  width: 30%;
  float: left;
  margin-right: 1rem;
}

.reco__content {
  margin-bottom: 3rem;
}

.reason {
  margin-bottom: 5rem;
}

.reason__ttl {
  margin-bottom: 3rem;
}

.reason__ttl img {
  width: 100%;
}

.reason__content {
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}

.reason__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

.reason__num {
  width: 4rem;
}

.reason__num img {
  width: 100%;
}

.reason__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.reason__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 1.5rem;
}

.reason__img {
  width: calc(50% - 3rem);
}

.reason__img img {
  width: 100%;
}

.comp__ttl {
  font-family: koz-h;
  font-size: 3rem;
  text-align: center;
  color: #1b977d;
  margin-bottom: 2rem;
}

.comp__ttl_next {
  text-align: left;
  padding: 0 5rem;
}

.comp__table {
  margin: 0 auto 4rem auto;
  width: calc(100% - 30px);
  font-family: koz;
  font-weight: 900;
  font-size: 2.4rem;
  text-align: center;
  border-top: 1px solid #B2B2B2;
  border-left: 1px solid #B2B2B2;
}

.comp__table tr th, .comp__table tr td {
  border-right: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2;
}

.comp__table tr th {
  padding: 2rem 0;
  color: white;
}

.comp__table tr th:first-of-type {
  background: #F1F1F1;
}

.comp__table tr th:nth-of-type(2) {
  background: #11BFA2;
}

.comp__table tr th:last-of-type {
  background: #4D4D4D;
}

.comp__table tr td {
  padding: 1.5rem 5px;
  line-height: 1.25em;
  color: #333333;
}

.comp__table tr td:first-of-type {
  background: #F1F1F1;
  color: #0A997D;
}

.comp__table tr td:nth-of-type(2) {
  background: #E6F5F5;
}

.comp__mark {
  display: block;
  color: #999999;
  font-size: 4rem;
  font-family: koz-h;
  font-weight: 900;
  margin-bottom: 1rem;
}

.menber__ttl {
  background: #39b44a;
  font-family: hira;
  color: white;
  text-align: center;
  font-size: 3rem;
  padding: 1em 0;
  margin-bottom: 2rem;
}

.menber__face {
  width: 30%;
  float: left;
  margin-right: 2rem;
}

.menber__img img {
  width: 100%;
}

.faq__ttl {
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}

.faq__ttl img {
  width: 100%;
}

.faq__item {
  margin-bottom: 3rem;
}

.faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
}

.faq__icon {
  width: 4rem;
  margin-right: 1.5rem;
}

.faq__icon img {
  width: 100%;
}

.faq__txt {
  font-family: koz;
  font-weight: 900;
  font-size: 2.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5em;
}

.faq__txt_q {
  color: #0071bb;
}

.faq__txt_a {
  color: #ec1e79;
}

.corona {
  border-top: 8px solid #2E3192;
  border-left: 8px solid #2E3192;
  border-right: 8px solid #2E3192;
  background: #E9F6FE;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.corona__subttl {
  font-family: koz;
  font-size: 2rem;
  font-weight: 900;
  color: #333333;
  margin-bottom: 1rem;
}

.corona__ttl {
  font-family: koz-h;
  font-size: 2.8rem;
  color: #1B1464;
  margin-bottom: 1rem;
}

.corona__txt {
  font-family: koz;
  font-weight: 900;
  color: #FF0000;
  font-size: 2rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
}

.corona__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.corona__img {
  width: calc(50% - 1rem);
}

.corona__img img {
  width: 100%;
}

.corona__btn {
  display: block;
  width: 100%;
  padding: 1.5rem 0;
  background: #2E3192;
  margin: 0 auto;
  font-family: koz;
  font-weight: 900;
  color: white;
  font-size: 2.6rem;
}

.corona__btn::after {
  display: inline-block;
  content: "▼";
  position: relative;
  left: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.corona__btn_open::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.corona__acc {
  padding: 1.5rem;
  border-left: 8px solid #2E3192;
  border-right: 8px solid #2E3192;
  border-bottom: 8px solid #2E3192;
  background: #E9F6FE;
}

.corona__ann {
  color: #000000;
  font-size: 2rem;
  line-height: 1.25em;
}

.corona__ann_bul {
  padding-left: 1em;
  position: relative;
}

.corona__ann_bul::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.corona__ann_bold {
  font-weight: 900;
}

.acc__acc {
  overflow: hidden;
}

.acc__inner {
  margin-top: -100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.acc__inner_open {
  margin-top: 0;
}

.acc__inner_close .acc__txt {
  line-height: 0em !important;
}


/*# sourceMappingURL=style.css.map */