@charset "UTF-8";

html{
  font-size: 10px;
}

body{
  padding-bottom: 100px;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #727171;
}

a{
  color: #4285f4;
}

/*------------------------------------------------
cta
-------------------------------------------------*/

.cta--mv{
  margin-top: 5rem;
}
.cta{
  padding-bottom: 5px;
}
.cta a {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 1em;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 2.2rem;
  border-radius: 2em;
  background: #9dbda6;
  width: 9em;
  min-width: 12em;
  height: 2.5em;
  transition: 0.3s;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  font-family: "Hannari", serif;
  z-index: 1;
}
.cta a:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}
.cta__fukidashi{
  position: relative;
  display: block;
  width: 7em;
  margin: 0 auto -7px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2em;
  text-align: center;
  font-size: 1.4rem;
  background: #c0a000;
  z-index: 2;
}

.fixed-cta{
  margin-bottom: 0;
}
.fixed-cta{
  position: fixed;
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  margin: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.fixed-cta__item{
  /*width: 100%;*/
  padding-bottom: 5px;
  list-style-type: none;
  text-align: center;
}
.fixed-cta__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 2em;
  min-width: 9em;
  height: 40px;
  transition: 0.3s;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  font-family: "Hannari", serif;
}
.fixed-cta__item a:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.fixed-cta__item--soudan a{
  background: #be9cb5;
/*  background-image: linear-gradient(180deg, rgba(124, 166, 135, 1), rgba(185, 207, 191, 1) 50%, rgba(124, 166, 135, 1));*/
}

.fixed-cta__item--mousikomi a{
  background: #e2b9ae;
/*  background-image: linear-gradient(180deg, rgba(167, 123, 156, 1), rgba(228, 215, 225, 1) 50%, rgba(167, 123, 156, 1));*/
}
.fixed-cta__item--line a{
  background: #06c755;
}

.fixed-cta__fukidashi{
  position: relative;
  display: block;
  width: 7em;
  margin: 0 auto -7px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2em;
  text-align: center;
  font-size: 1.1rem;
  background: #c0a000;
}

/*
.header-cta__fukidashi:before,
.header-cta__fukidashi:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #212529;
  width: 1px;
  height: 1em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.header-cta__fukidashi:before {
  transform: rotate(-35deg);
}
.header-cta__fukidashi:after {
  transform: rotate(35deg);
}
*/

/*------------------------------------------------
module
-------------------------------------------------*/
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.btn-shiny {
    position: relative;
    overflow: hidden;
}
.btn-shiny::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.bullet-text,
.bullet-lists li{
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.head-a{
  margin: 3rem 0 3rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.8;
  color: #9bb9a3;
  text-align: center;
}


/*------------------------------------------------
bootstrap
-------------------------------------------------*/

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-right: 30px;
    padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
      padding-right: 15px;
      padding-left: 15px;
  }
}

/*------------------------------------------------
header
-------------------------------------------------*/

/*------------------------------------------------
mv
-------------------------------------------------*/
.mv {
  padding: 5rem 0;
  background: url(../images/mv.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .mv {
    background-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .mv {
    background-size: cover;
  }
}
@media only screen and (max-width: 575px) {
  .mv {
    margin-top: 0;
    padding-top: 0;
  }
}
.copy{
  margin-bottom: 5rem;
  text-align: center;
  color: #9bb9a3;
  font-family: 'Damion', cursive;
  font-size: 3.6rem;
}
.main-txt{
  position: relative;
}
.mv__linklist{
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  width: 65%;
  margin: 0;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 991px) {
  .mv__linklist{
    top: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .mv__linklist{
    width: 85%;
  }
}
@media only screen and (max-width: 575px) {
  .mv__linklist{
    bottom: 4%;
  }
}
.mv__linkitem{
  width: 10rem;
  height: 10rem;
  border: none;
  /*border: 2px dotted #9dbda6;*/
  border-radius: 50%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #9dbda6;
}
@media only screen and (max-width: 767px) {
  .mv__linkitem{
    width: 8rem;
    height: 8rem;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 575px) {
  .mv__linkitem{
    width: 7rem;
    height: 7rem;
    letter-spacing: 0.05em;
  }
}

h1{
  margin: 0;
}

/*------------------------------------------------
media
-------------------------------------------------*/

.media{
  margin: 5rem 0;
}
@media only screen and (max-width: 767px) {
  .media{
    margin-top: 2.5rem;
  }
}
.media-list{
  max-width: 44em;
  width: auto;
  height: 9em;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .media-list{
    height: 13em;
  }
}
.media-item-list{
  margin-bottom: 0;
  font-size: 1.4rem;
}
.media-item-list__date,
.media-item-list__txt{
  display: inline-block;
  font-weight: normal;
}
.media-item-list__date{
  margin-right: 2rem;
}
.media-icon{
  margin-right: 0.5rem;
  font-size: 3.5rem;
  color: #9bb9a3;
}

/*------------------------------------------------
corporate
-------------------------------------------------*/

.corporate{
  margin: 5rem 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .corporate{
    margin: 2.5rem 0;
  }
}

/*------------------------------------------------
about
-------------------------------------------------*/

.about{
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .about{
    margin-top: 2.5rem;
  }
}

/*------------------------------------------------
support
-------------------------------------------------*/

.support{
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .support{
    margin-top: 2.5rem;
  }
}


/*------------------------------------------------
plan
-------------------------------------------------*/

.plan{
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .plan{
    margin-top: 2.5rem;
  }
}

/*------------------------------------------------
priority
-------------------------------------------------*/

.priority{
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .priority{
    margin-top: 2.5rem;
  }
}

/*------------------------------------------------
service
-------------------------------------------------*/

.service{
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .service{
    margin-top: 2.5rem;
  }
}

/*------------------------------------------------
youtube
-------------------------------------------------*/

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*------------------------------------------------
campaign
-------------------------------------------------*/
.campaign {
  padding: 60px 0;
  /* background: url(../images/bg_flow.png) repeat left top; */
}
@media only screen and (max-width: 575px) {
  .campaign {
    padding: 0;
  }
}

/*------------------------------------------------
nayami
-------------------------------------------------*/
.nayami{
  /*margin-top: -128px;*/
  padding-top: 178px;
  background: url(../images/bg_nayami.png) repeat left top;
}
@media only screen and (max-width: 767px) {
  .nayami{
    margin-top: -66px;
    padding-top: 96px;
  }
}
@media only screen and (max-width: 575px) {
  .nayami {
    margin-top: 0;
    padding-top: 0;
    background: none;
  }
}

/*------------------------------------------------
jisseki
-------------------------------------------------*/
.jisseki {
  padding: 60px 0;
  background: url(../images/bg_jisseki.png) repeat left top;
}
@media only screen and (max-width: 575px) {
  .jisseki {
    padding: 0;
  }
}

/*------------------------------------------------
option
-------------------------------------------------*/
.option{
  padding: 60px 0;
  background: linear-gradient(#9cb6a4 55%, #fff 45%);
}
@media only screen and (max-width: 575px) {
  .option {
    padding: 0;
  }
}

/*------------------------------------------------
step
-------------------------------------------------*/
.step{
  padding: 60px 0 0;
  background: url(../images/bg_flow.png) repeat left top;
}

/*------------------------------------------------
faq
-------------------------------------------------*/

.faq{
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .faq{
    margin-top: 2.5rem;
  }
}

.p-qa__list{
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .p-qa__list {
    margin: 15px 0;
  } 
}
.p-qa__list--collapse { display: none; }

.p-qa__item:first-child { margin-top: 0; }

.p-qa__item { margin-top: 40px; padding: 25px 30px; background: #f6f5f3; }
@media only screen and (max-width: 767px) { .p-qa__item { margin-top: 15px; padding: 20px 20px; } }

.p-qa__q { position: relative; margin-bottom: 10px; padding: 0 0 20px 2.2em; border-bottom: 2px dotted #7d7d7d; font-size: 1.8333333333rem; }
@media only screen and (max-width: 767px) { .p-qa__q { font-size: 1.6rem; margin-bottom: 3px; padding: 0 0 5px 2.5em; } }

.p-qa__a { padding-top: 10px; font-size: 1.5rem; }
@media only screen and (max-width: 767px) { .p-qa__a { font-size: 1.2rem; } }

.p-qa__more-link {
  display: flex;
  width: 9em;
  min-width: 12em;
  align-items: center;
  justify-content: center;  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 2em;
  height: 2em;
  margin: 0 auto;
  transition: 0.3s;
  background: #9dbda6;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  .p-qa__more-link {
    font-size: 1.2rem;
  }
}
.p-qa__more-link:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.p-qa__icon { font-size: 1.8333333333rem; font-family: "Noto Sans JP", sans-serif; position: absolute; width: 1.7em; height: 1.7em; padding: 0.25em; line-height: 1.2; background: #be9cb5; border-radius: 50%; text-align: center; font-weight: normal; color: #fff; top: -0.25em; left: 0; }
@media only screen and (max-width: 767px) { .p-qa__icon { font-size: 1.1666666667rem; top: -0.3em; padding: 0.03em; line-height:1.7 } }


/*------------------------------------------------
modal
-------------------------------------------------*/
.modal-header,
.modal-body,
.modal-footer{
  text-align: center;
  border: none;
}
.modal-header{
  position: relative;
  justify-content: center;
}
.modal-header .close{
  position: absolute;
  right: 1rem;
}
.modal-body,
.modal-footer{
  display: block;
}
.modal-body{
  padding-bottom: 0;
}
.modal-body label{
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.6rem;
}
.modal-footer ul{
  padding: 0;
}
.modal-footer li{
  list-style-type: none;
  margin-top:10px;
}
.modal-footer>:not(:first-child){
  margin-right: 0;
}
.modal-footer>:not(:last-child){
  margin-left: 0;
}

/*------------------------------------------------
btn-side-download
-------------------------------------------------*/
.btn-side-download {
  position: fixed;
  display: none;
  right: 0;
  top: 50%;
  z-index: 100;
  font-size: 2.0rem;
  min-width: 2em;
}
@media only screen and (max-width: 575px) {
  .btn-side-download a{
    padding:0.25em;
    font-size: 1.4rem;
  }
}
.btn-side-download__link {
  display: block;
  width: 100%;
  height: 100%;
  background: #79987d;
  margin-top: calc(-50% - 70px);
  color: #FFF;
}

.btn-side-download__icon {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: #e1ba1e;
}

.btn-side-download__main {
  display: block;
  width: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0.75em 0.5em;
}

.btn-side-download__icon {
  position: relative;
}

.btn-side-download__icon::after {
  content: '';
  display: block;
  width: 60%;
  padding-bottom: 60%;
  background-image: url(../images/icon-document.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 20%;
  left: 20%;
}

.btn-side-download:hover .btn-side-download__icon {
  color: #FFF;
  opacity: 0.8;
}

.btn-side-download:hover .btn-side-download__link {
  color: #FFF;
  opacity: 0.8;
  text-decoration: none;
}

/*------------------------------------------------
side-menu
-------------------------------------------------*/
.side-menu__btn a{
  position: fixed;
  top: 12.5vh;
  right:0;
  z-index:999;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0;
  background-color: #9cb6a4;
  display: block;
  padding: 1em;
  font-size: 1rem;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .side-menu__btn a{
    padding:0.5em;
    font-size: 0.75rem;
  }
}

.side-menu__btn a:hover{
  text-decoration: none;
  opacity: 0.8;
}

/*------------------------------------------------
@media only screen and (max-width: 991px) { body { padding-bottom: 70px; } }
@media only screen and (max-width: 767px) { body { padding-bottom: 70px; } }
@media only screen and (max-width: 575px) { .l-header { height: 40px; } }
-------------------------------------------------*/
