@charset"utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* "*"
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

/* "html"
-------------------------------------------------- */
html{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

/* "body"
-------------------------------------------------- */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: -0.01rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.6rem;
  color: #050038;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

/* "p"tag
-------------------------------------------------- */
p{
  font-size: 1.6rem;
  margin-bottom: 0;
}
p.p-txt{
  line-height: 2.0;
}
@media print, screen and (max-width: 767px) {
  p{
    font-size: 1.5rem;
  }
  p.p-txt{
    line-height: 2.0;
  }
}

/* "a"tag
-------------------------------------------------- */
a{
  color: #050038;
  text-decoration: none;
}

/* "li/ol/ul" Tag
-------------------------------------------------- */
ol li{
  font-size: 1.6rem;
  line-height: 2.0;
  margin-left: 2.0rem;
}
ul li{
  font-size: 1.6rem;
  list-style-type: none;
  line-height: 2.0;
}
@media print, screen and (max-width: 767px) {
  ol li,
  ul li{
    font-size: 1.5rem;
  }
}

/* "dt dd" Tag
-------------------------------------------------- */
dl dt,
dl dd{
  font-size: 1.6rem;
  line-height: 2.0;
}
@media print, screen and (max-width: 767px) {
  dl dt,
  dl dd{
    font-size: 1.5rem;
  }
}

/* decoration
-------------------------------------------------- */
.bold{
  font-weight: bold;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}

/* color
-------------------------------------------------- */
.white {
  color: #FFFFFF;
}
.red {
  color: #DE4830;
}
.blue {
  color: #156CA3;
}
.orange {
  color: #E9872E;
}
.green {
  color: #26AE90;
}
.brown {
  color: #AD8141;
}

/* margin
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}

/* forPC,forSP
-------------------------------------------------- */
.forPC{
  display: inline;
}
.forPCTB{
  display: inline;
}
.forSP{
  display: none;
}
@media screen and (max-width: 767px) {
  .forPC{
    display: none;
  }
  .forPCTB{
    display: inline;
  }
  .forSP{
    display: inline;
  }
}
@media screen and (max-width: 560px) {
  .forPCTB{
    display: none;
  }
}

/* wrapper
-------------------------------------------------- */
#wrapper{
  width: 100%;
  display: none;
}

/* inner
-------------------------------------------------- */
div.inner{
  max-width: 1200px;
  margin: 0 auto;
}

/* content
-------------------------------------------------- */
div.content{
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div.content{
    width: 92%;
  } 
}

/* img
-------------------------------------------------- */
img{
  width: 100%;
  height: auto;
}

/* "h" tag
-------------------------------------------------- */
h3.h3-cmn{
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 5rem;
  text-align: center;
  position: relative;
}
h3.h3-cmn::before{
  display: block;
  font-size: 1.6rem;
  color: #050038;
  font-weight: normal;
}
h3.h3-cmn.news::before{
  content: 'News';
}
h3.h3-cmn.about::before{
  content: 'About';
}
h3.h3-cmn.whaleWatching::before{
  content: 'Whale watching';
}
h3.h3-cmn.tour::before{
  content: 'Tour information';
}
h3.h3-cmn.blog::before{
  content: 'Blog';
}
h3.h3-cmn.voice::before{
  content: 'Voice';
}
h3.h3-cmn.flow::before{
  content: 'Flow';
}
h3.h3-cmn.note::before{
  content: 'Note Blog';
}
@media print, screen and (max-width: 767px) {
  h3.h3-cmn{
    font-size: 3.2rem;
    margin-bottom: 3.5rem;
  }
  h3.h3-cmn::after{
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

/* button
-------------------------------------------------- */
div.button-area{
  width: 20rem;
  margin: 5rem auto 0;
}
a.button,
input[type="submit"] {
  display: inline-block;
  text-align: center;
  outline: none;
  font-size: 1.5rem;
  background-image: linear-gradient(90deg, #d95db0, #3344dc);
  border-radius: 5rem;
  width: 20rem;  
  height: 5.0rem;
  line-height: 4.8rem;
  color: #fff;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
}
a.button:hover,
input[type="submit"]:hover{
  opacity: 0.6;
  transition: 0.6s;
}

/* btn
-------------------------------------------------- */
div.btn {
  width: 13rem;
  margin: 3.5rem auto 0 0;
}
div.btn a.btn{
  color: #4262FF;
  font-weight: bold;
}
div.btn a.btn::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  font-size: 2rem;
  background: #4262FF;
  padding: 0.6rem 1.2rem;
  border-radius: 50%;
  margin-right: 1rem;
}
div.btn a.btn:hover{
  opacity: 0.6;
  transition: 0.6s;
}
div.btn.pc{
  display: block;
}
div.btn.sp{
  display: none;
}
@media print, screen and (max-width: 767px){
  div.btn.pc{
    display: none;
  }
  div.btn.sp{
    display: block;
  }
}

/* header
-------------------------------------------------- */
header.top-head{
  position: absolute;
  bottom: auto;
  width: 100%;
  height: 10rem;
  margin: 0 auto;
  z-index: 10;
  background: rgba(255,255,255,0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header div.logo-area {
  margin-left: 1.2%;
}
header div.logo-area h1{
  width: 75px;
  height: auto;
}
header div.logo-area h1:hover{
  opacity: 0.6;
  transition: 0.6s;
}
/* nav */
header div.nav-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header div.nav-area nav.nav-wrap a.nav-button {
  display: none;
}
header div.nav-area nav.nav-wrap div.nav-screen{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li{
  margin-right: 4rem;
  font-weight: normal;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li a{
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li.reservation a{
  border: 2px solid #fff;
  padding: 0.6rem 2rem 0.7rem;
  border-radius: 5rem;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li.reservation a:hover{
  opacity: 1;
  background: #fff;
  color: #050038;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li:last-child{
  margin-right: 3rem;
}
header div.nav-area nav.nav-wrap.open{
  display: block;
}
header div.nav-area nav.nav-wrap.close{
  display: none;
  margin-top: 0.3rem;
  opacity: 1;
  cursor: auto;
}
/* Fixed */
header.top-head.fixed{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.top-head.fixed{
  position: fixed;
  width: 100%;
  top: 0;
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
  height: 10rem;
}
header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li a{
  color: #050038;
}
header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li.reservation a{
  border: 2px solid #050038;
}
header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li.reservation a:hover{
  background: #050038;
  color: #fff;
}
@media print, screen and (min-width: 1281px){
  header div.nav-area nav.nav-wrap {
    display: block !important;
  }
}
@media print, screen and (max-width: 1280px){
  /* clicked hamburger button screen */
  header div.nav-area{
    display: block;
    -webkit-box-align: none;
    -ms-flex-align: none;
    align-items: none;
  }
  header.top-head{
    height: 9rem;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header div.logo-area {
    margin-left: 1.5rem;
  }
  header div.logo-area h1{
    margin-top: 0;
  }
  header div.nav-area nav.nav-wrap{
    left: 0;
    top: 0;
    display: none;
    z-index: -1;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
  }
  header div.nav-area nav.nav-wrap div.nav-screen{
    display: block;
    margin: 10rem auto 0;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav{
    position: relative;
    margin: 0 auto;
    width: 94%;
    display: block;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li{
    margin-right: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: block;
    width: 100%;
    border-bottom: 1px solid #DDD;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li a{
    font-size: 1.6rem;
    color: #fff;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li.reservation a{
    border: none;
    padding: 0 0 1rem 0;
    border-radius: inherit;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li.reservation a:hover{
    opacity: 0.6;
    background: inherit;
    color: #fff;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li:last-child{
    margin-bottom: 0;
    margin-right: auto;
  }
  /* hamburger button */
  header div.nav-area a.nav_button{
    height: 22px;
    position: absolute;
    right: 15px;
    top: 32px;
    width: 27px;
    z-index: 101;
  }
  header div.nav-area a.nav_button:hover{
    opacity: 0.6;
    transition: 0.6s;
    cursor: pointer;
  }
  header div.nav-area span.nav_line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
  }
  header div.nav-area span.line_center{
    top: 10px;
  }
  header div.nav-area span.line_bottom{
    bottom: 0;
  }
  header div.nav-area span.line_top.active{
    top: 10px;
    transform: rotate(45deg);
    background: #FFFFFF;
  }
  header div.nav-area span.line_center.active{
    transform:scaleX(0);
  }
  header div.nav-area span.line_bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
    background: #FFFFFF;
  }
  /* Fixed */
  header.top-head.fixed {
    height: 9rem;
  }
  header.top-head.fixed div.logo-area{
    display: block;
  }
  header.top-head.fixed div.nav-area div.nav-logo{
    display: none;
  }
  header.top-head.fixed div.nav-area span.nav_line{
    background: #05121e;
  }
  header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li a{
    color: #fff;
  }
  header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.nav li.menu ul li a{
    color: #fff;
    font-weight: normal;
    font-size: 1.5rem;
  }
  header.top-head.fixed div.nav-area span.line_top.active{
    background: #FFFFFF ;
  }
  header.top-head.fixed div.nav-area span.line_bottom.active{
    background: #FFFFFF;
  }
}
@media print, screen and (max-width: 560px){
  /* hamburger button */
  header div.nav-area a.nav_button{
    right: 15px;
  }
}

/* mainvisualSec
-------------------------------------------------- */
section.mainvisualSec{
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../img/top/mainvisual.jpg) center center / cover no-repeat;
}
section.mainvisualSec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.25) !important;
}
section.mainvisualSec div.copy-area{
  position: absolute;
  top: 41%;
  transform: translateY(-55%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  letter-spacing: -0.01em;
}
section.mainvisualSec div.copy-area h2.copy{
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px #050038;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 3rem;
}
section.mainvisualSec div.copy-area p.period{
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #050038;
  text-align: center;
}
section.mainvisualSec div.copy-area p.name{
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px #050038;
  text-align: center;
}
/* effect */
section.mainvisualSec{
    opacity: 0;
    transform: scale(1.2);
    transition: 1s;
}
section.mainvisualSec.show{
    opacity: 1;
    transform: scale(1);
}
section.mainvisualSec div.copy-area{
    opacity: 0;
    transform: translateX(-40px);
    transition: 1s;
    transition-delay: 1s;
}
section.mainvisualSec.show div.copy-area{
    opacity: 1;
    transform: translateX(0);
}
@media print, screen and (max-width: 1280px) {
  section.mainvisualSec div.copy-area{
    top: 38%;
  }
  section.mainvisualSec div.copy-area h2.copy{
    font-size: 4.2rem;
    line-height: 1.2;
    margin-bottom: 2.5%;
  }
  section.mainvisualSec div.copy-area p.period{
    font-size: 1.8rem;
  }
  section.mainvisualSec div.copy-area p.name{
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.mainvisualSec div.copy-area{
    top: 39%;
  }
  section.mainvisualSec div.copy-area h2.copy{
    font-size: 6.2vw;
    line-height: 1.2;
  }
  section.mainvisualSec div.copy-area p.period{
    font-size: 3.0vw;
  }
  section.mainvisualSec div.copy-area p.name{
    font-size: 3.0vw;
  }
}
@media print, screen and (max-width: 560px) {
  section.mainvisualSec div.copy-area{
    top: 41%;
  }
  section.mainvisualSec div.copy-area h2.copy{
    font-size: 8.0vw;
    line-height: 1.3;
    margin-bottom: 6%;
  }
  section.mainvisualSec div.copy-area p.period{
    font-size: 3.8vw;
  }
  section.mainvisualSec div.copy-area p.name{
    font-size: 3.8vw;
  }
}

/* newsSec
-------------------------------------------------- */
section.newsSec{
  margin: 10rem auto 0;
}
section.newsSec div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.newsSec div.txt-area{
  width: 24rem;
}
section.newsSec div.txt-area h3.h3-cmn{
  text-align: left;
  margin-bottom: 3.5rem;
}
section.newsSec div.post-area{
  width: 70%;
}
section.newsSec div.post-area dl.post{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
section.newsSec div.post-area dl.post a.link{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 8;
}
section.newsSec div.post-area dl.post:hover{
  opacity: 0.6;
  transition: 0.6s;
}
section.newsSec div.post-area dl.post dt.date{
  font-size: 1.6rem;
  margin-right: 2.5rem;
}
section.newsSec div.post-area dl.post dd.tag{
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  padding: 0.3rem 1.4rem 0.3rem;
  pointer-events: none;
  border-radius: 5rem;
  background: #050038;
}
section.newsSec div.post-area dl.post dd.tag a{
  color: #fff;
  pointer-events: none;
}
section.newsSec div.post-area dl.post dd.title{
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1rem;
}
section.newsSec div.btn.pc{
  margin: 3.5rem auto 0 0;
}
@media print, screen and (max-width: 1024px) {
  section.newsSec div.post-area{
    width: 64%;
  }
}
@media print, screen and (max-width: 767px) {
  section.newsSec{
    margin: 7rem auto 0;
  }
  section.newsSec div.wrap{
    display: block;
  }
  section.newsSec div.txt-area{
    width: 100%;
  }
  section.newsSec div.txt-area h3.h3-cmn{
    text-align: center;
    width: 100%;
  }
  section.newsSec div.txt-area p.lead{
    width: 80%;
    margin: 0 auto;
  }
  section.newsSec div.post-area {
    width: 90%;
    margin: 5rem auto 0;
  }
  section.newsSec div.post-area dl.post dt.date{
    font-size: 1.5rem;
  }
  section.newsSec div.post-area dl.post dd.title{
    font-size: 1.5rem;
  }
  section.newsSec div.btn.sp{
    width: 90%;
    margin: 3.5rem auto;
  }
}

/* ourMissionTopSec
-------------------------------------------------- */
section.ourMissionTopSec{
  background: url(../img/top/ourMissionTopSec_bg.jpg) center center / cover no-repeat;
  padding: 12rem 0;
  margin-top: 12rem;
  position: relative;
}
section.ourMissionTopSec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25) !important;
  z-index: -1;
}
section.ourMissionTopSec h3.h3-cmn{
  color: #fff;
}
section.ourMissionTopSec p.p-txt{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.2;
  color: #fff;
  text-align: center;
}
section.ourMissionTopSec div.button-area{
  margin: 7rem auto 0;
}
@media print, screen and (max-width: 767px) {
  section.ourMissionTopSec{
    padding: 10rem 0;
  }
  section.ourMissionTopSec h3.h3-cmn{
    margin-bottom: 5rem;
  }
  section.ourMissionTopSec p.p-txt{
    text-align: left;
    line-height: 2.0;
  }
}

/* contentLineupSec
-------------------------------------------------- */
section.contentLineupSec{
  margin: 12rem 0 0;
}
section.contentLineupSec div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.contentLineupSec div.aboutTop,
section.contentLineupSec div.whaleWatchingTop{
  margin-bottom: 12rem;
}
section.contentLineupSec div.aboutTop div.wrap,
section.contentLineupSec div.tourTop div.wrap{
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.contentLineupSec div.wrap div.txt-area{
  width: 47.5%;
}
section.contentLineupSec div.wrap div.txt-area h3.h3-cmn{
  line-height: 1.3;
  margin-bottom: 3rem;
  text-align: left;
}
section.contentLineupSec div.wrap div.txt-area h3.h3-cmn::before{
  margin-left: 0.3rem;
}
section.contentLineupSec div.wrap div.txt-area p.p-txt{
  font-size: 1.6rem;
}
section.contentLineupSec div.wrap div.img-area{
  width: 47.5%;
}
section.contentLineupSec div.wrap div.img-area img{
  border-radius: 1rem;
}
section.contentLineupSec div.wrap div.txt-area div.btn.pc{
    margin: 3.5rem auto 0 0;
}
@media print, screen and (max-width: 960px) {
  section.contentLineupSec div.wrap{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  section.contentLineupSec div.wrap div.txt-area h3.h3-cmn{
    font-size: 3.2rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.contentLineupSec{
    margin: 10rem 0 0;
  }
  section.contentLineupSec div.wrap{
    display: block;
  }
  section.contentLineupSec div.aboutTop,
  section.contentLineupSec div.whaleWatchingTop{
    margin-bottom: 7rem;
  }
  section.contentLineupSec div.wrap div.txt-area{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  section.contentLineupSec div.wrap div.img-area{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
  }
  section.contentLineupSec div.btn.sp{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* zamamiTopSec
-------------------------------------------------- */
section.zamamiTopSec{
  background: url(../img/top/zamamiTopSec_bg.jpg) center top / cover no-repeat;
  padding: 12rem 0;
  margin-top: 12rem;
}
section.zamamiTopSec h3.h3-cmn{
  color: #fff;
}
section.zamamiTopSec p.p-txt{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.2;
  color: #fff;
  text-align: center;
}
section.zamamiTopSec div.button-area{
  margin: 5rem auto 0;
}
@media print, screen and (max-width: 767px) {
  section.zamamiTopSec{
    padding: 10rem 0;
    margin-top: 10rem;
  }
  section.zamamiTopSec h3.h3-cmn{
    margin-bottom: 5rem;
  }
  section.zamamiTopSec p.p-txt{
    text-align: left;
  }
}

/* blogSec
-------------------------------------------------- */
/*section.blogSec.top{
  background: rgba(10, 66, 99, 0.05);
  padding: 12rem 0;
}
section.blogSec div.bloglist{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.blogSec div.bloglist div.box{
  width: 32%;
  background: #fff;
  position: relative;
  border-radius: 1rem;
  margin-bottom: 3rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
}
section.blogSec div.bloglist div.box.blank{
  background: inherit;
  margin-bottom: 0;
  box-shadow: none;
}
section.blogSec div.bloglist div.box a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 9;
}
section.blogSec div.bloglist div.box:hover{
  opacity: 0.6;
  transition: 0.6s;
}
section.blogSec div.bloglist div.box div.img{
  width: 100%;
}
section.blogSec div.bloglist div.box div.img img{
  border-radius: 1rem 1rem 0 0;
}
section.blogSec div.bloglist div.box div.txt{
  padding: 2.5rem 1.5rem 4rem;
}
section.blogSec div.bloglist div.box div.txt dl dt.tag{
  border-radius: 5rem;
  border: 1px solid #050038;
  display: inline-block;
}
section.blogSec div.bloglist div.box div.txt dl dt.tag a{
  position: relative;
  width: inherit;
  text-align: center;
  pointer-events: none;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.4rem 1.5rem 0.4rem;
  color: #050038;
  font-weight: bold;
}
section.blogSec div.bloglist div.box div.txt dl dd.date{
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Inter";
  color: #050038;
  margin-top: 1.5rem;
}
section.blogSec div.bloglist div.box div.txt p.title{
  font-size: 1.5rem;
  line-height: 2;
  color: #050038;
  margin-top: 0.5rem;
}
@media print, screen and (max-width: 767px) {
  section.blogSec.top{
    padding: 10rem 0;
  }
  section.blogSec div.bloglist div.box{
    width: 48.5%;
  }
  section.blogSec div.bloglist div.box div.txt{
    padding: 2rem 1rem 3.5rem;
  }
  section.blogSec div.bloglist div.box div.txt dl dd.date{
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  section.blogSec div.bloglist div.box div.txt p.title{
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media print, screen and (max-width: 560px) {
  section.blogSec div.bloglist{
    display: block;
  }
  section.blogSec div.bloglist div.box{
    width: 100%;
    margin-bottom: 2rem;
  }
}*/

/* noteSec
-------------------------------------------------- */
section.noteSec.top{
  background: rgba(10, 66, 99, 0.05);
  padding: 12rem 0;
}
section.noteSec p.lead{
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
section.noteSec div.notewrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5rem 0 0;
}
section.noteSec div.notewrap div.box{
  width: 32%;
  position: relative;
  margin-bottom: 2rem;
}
section.noteSec div.notewrap div.box.blank{
  margin-bottom: inherit;
}
section.noteSec div.notewrap div.box:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.noteSec div.notewrap div.box a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 10;
}
section.noteSec div.notewrap div.box dl{
  margin-top: 1.5rem;
}
section.noteSec div.notewrap div.box dl dt.date{
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
}
section.noteSec div.notewrap div.box dl dd{
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.6;
}
section.noteSec div.notewrap div.box i{
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  section.noteSec.top{
    padding: 10rem 0;
  }
  section.noteSec p.lead{
    text-align: left;
  }
  section.noteSec div.notewrap div.box{
    width: 48.5%;
    position: relative;
    margin-bottom: 1.5rem;
  }
  section.noteSec div.notewrap div.box:last-child{
    margin-bottom: 0;
  }
  section.noteSec div.notewrap div.box dl dd{
    margin-top: 0.3rem;
  }
  section.noteSec div.button-area{
    margin: 3.5rem auto 0;
  }
}
@media print, screen and (max-width: 560px) {
  section.noteSec div.notewrap{
    display: block;
  }
  section.noteSec div.notewrap div.box{
    width: 100%;
  }
}

/* voiceTopSec
-------------------------------------------------- */
section.voiceTopSec{
  margin: 12rem 0 0;
}
section.voiceTopSec div.voicewrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.voiceTopSec div.voicewrap div.box{
  width: 28%;
}
section.voiceTopSec div.voicewrap div.box p.comment{
  line-height: 2.0;
}
section.voiceTopSec div.voicewrap div.box div.name-area{
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
section.voiceTopSec div.voicewrap div.box div.name-area div.img{
  width: 6rem;
}
section.voiceTopSec div.voicewrap div.box div.name-area div.img img{
  border-radius: 50%;
}
@media print, screen and (max-width: 960px) {
  section.voiceTopSec div.voicewrap div.box{
    width: 30%;
  }
}
@media print, screen and (max-width: 767px) {
  section.voiceTopSec{
    margin: 10rem 0 0;
  }
  section.voiceTopSec div.voicewrap{
    display: block;
  }
  section.voiceTopSec div.voicewrap div.box{
    width: 90%;
    margin: 0 auto 2rem;
    border: 1px solid #050038;
    border-radius: 1rem;
    padding: 3rem 2rem;
  }
  section.voiceTopSec div.voicewrap div.box.b03{
    margin: 0 auto;
  }
  section.voiceTopSec div.voicewrap div.box div.name-area{
    margin-top: 2rem;
  }
}

/* flowTopSec
-------------------------------------------------- */
section.flowTopSec{
  margin: 12rem 0 0;
  padding: 12rem 0;
  background: rgba(10, 66, 99, 0.2);
}
section.flowTopSec div.title-area{
  width: 100%;
  margin-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.flowTopSec div.title-area h3.h3-cmn{
  width: 30rem;
  text-align: left;
  margin-bottom: 0;
}
section.flowTopSec div.title-area h3.h3-cmn::before{
  margin-left: 0.2rem;
}
section.flowTopSec div.title-area p.lead{
  width: 65%;
  line-height: 1.8;
}
section.flowTopSec div.flow-area{
  width: 100%;
}
section.flowTopSec div.flow-area div.flow{
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
  margin-bottom: 1rem;
}
section.flowTopSec div.flow-area div.flow.f05{
  margin-bottom: 0;
}
section.flowTopSec div.flow-area div.flow h4{
  font-size: 2.6rem;
  line-height: 1.3;
  width: 18.5rem;
  margin-right: 5%;
}
section.flowTopSec div.flow-area div.flow h4::before{
  font-size: 1.4rem;
  line-height: 1.3;
  display: block;
  font-weight: normal;
  margin-bottom: 0.3rem;
}
section.flowTopSec div.flow-area div.flow h4.f01::before{
  content: 'STEP 1';
}
section.flowTopSec div.flow-area div.flow h4.f02::before{
  content: 'STEP 2';
}
section.flowTopSec div.flow-area div.flow h4.f03::before{
  content: 'STEP 3';
}
section.flowTopSec div.flow-area div.flow h4.f04::before{
  content: 'STEP 4';
}
section.flowTopSec div.flow-area div.flow h4.f05::before{
  content: 'STEP 5';
}
section.flowTopSec div.flow-area div.flow p.p-txt{
  width: 78%;
  line-height: 1.8;
}
section.flowTopSec div.flow-area div.arr{
  width: 2.4rem;
  margin-left: 5rem;
  margin-bottom: 1rem;
}
section.flowTopSec div.flow-area div.arr i{
  font-size: 5rem;
}
@media print, screen and (max-width: 960px) {
  section.flowTopSec div.title-area h3.h3-cmn{
    margin-right: 5rem;
  }
  section.flowTopSec div.title-area p.lead{
    width: 55%;
  }
}
@media print, screen and (max-width: 767px) {
  section.flowTopSec{
    margin: 10rem 0 0;
    padding: 10rem 0;
  }
  section.flowTopSec div.title-area{
    display: block;
    margin-bottom: 5rem;
  }
  section.flowTopSec div.title-area h3.h3-cmn{
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.5rem;
  }
  section.flowTopSec div.title-area p.lead{
    width: 90%;
    margin: 0 auto;
  }
  section.flowTopSec div.flow-area div.flow{
    display: block;
    padding: 10% 7% 10%;
    width: 90%;
    margin: 0 auto 1.2rem;
  }
  section.flowTopSec div.flow-area div.flow div.img{
    width: 9.8rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
  }
  section.flowTopSec div.flow-area div.flow h4{
    font-size: 2.2rem;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  section.flowTopSec div.flow-area div.flow h4::before{
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  section.flowTopSec div.flow-area div.flow p.p-txt{
    width: 100%;
    margin: 3rem auto 0;
    line-height: 1.8;
  }
  section.flowTopSec div.flow-area div.arr{
    width: 3.74rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
  section.flowTopSec div.flow-area div.arr i{
    font-size: 6rem;
  }
}

/* contactCmnSec
-------------------------------------------------- */
section.contactCmnSec{
  margin: 15rem 0 0;  
}
section.contactCmnSec div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.contactCmnSec p.lead{
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.0;
  width: 90%;
  margin: 0 auto;
}
section.contactCmnSec div.button-area{
  margin: 7rem auto 0;
}
section.contactCmnSec div.wrap div.tour{
  width: 50%;
  background: rgba(10, 66, 99, 0.1);
  padding: 12rem 0;
}
section.contactCmnSec div.wrap div.tour h3.h3-cmn{
  color: #050038;
}
section.contactCmnSec div.wrap div.tour div.button-area a.button{
  background: #050038;
  border: 1px solid #050038;
  color: #fff;
  font-weight: bold;
} 
section.contactCmnSec div.wrap div.tour div.button-area a.button:hover{
  background: #fff;
  color: #050038;
  opacity: 1;
}
section.contactCmnSec div.wrap div.contact{
  width: 50%;
  background: #050038;
  padding: 12rem 0;
  color: #fff;
}
section.contactCmnSec div.wrap div.contact h3.h3-cmn{
  color: #fff;
  margin-top: 3.5rem;
  margin-bottom: 6.5rem;
}
section.contactCmnSec div.wrap div.contact h3.h3-cmn::after{
  color: #fff;
}
section.contactCmnSec div.wrap div.contact div.button-area a.button{
  background: #fff;
  border: 1px solid #fff;
  color: #050038;
  font-weight: bold;
}
section.contactCmnSec div.wrap div.contact div.button-area a.button:hover{
  background: #050038;
  color: #fff;
  opacity: 1;
}
section.contactCmnSec div.wrap div.contact div.button-area a.button i{
  margin-left: 0.3rem;
}
@media print, screen and (max-width: 960px) {
  section.contactCmnSec div.wrap{
    display: block;
  }
  section.contactCmnSec div.wrap div.tour{
    width: 100%;
  }
  section.contactCmnSec div.wrap div.contact{
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  section.contactCmnSec{
    margin: 12rem 0 0;
  }
  section.contactCmnSec div.wrap div.tour{
    padding: 10rem 0;
  }
  section.contactCmnSec div.wrap div.contact{
    padding: 10rem 0;
    color: #fff;
  }
  section.contactCmnSec div.wrap div.contact h3.h3-cmn{
    margin-top: 0;
    margin-bottom: 3.5rem;
  }
  section.contactCmnSec p.lead{
    font-size: 1.5rem;
    line-height: 1.8;
  }
  section.contactCmnSec div.button-area{
    margin: 5rem auto 0;
  }
}

/* footer
-------------------------------------------------- */
footer{
  margin: 15rem auto 0;
  padding: 0 0 10rem;
}
footer div.footer-upper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 7rem;
}
footer div.footer-upper div.footer-info div.logo-area{
  width: 10rem;
  margin: 0 0 2.5rem 0;
}
footer div.footer-upper div.footer-info div.logo-area img:hover{
  opacity: 0.6;
  transition: 0.6s;
}
footer div.footer-upper div.footer-info ul.information li{
  font-size: 1.6rem;
  line-height: 1.8;
}
footer div.footer-upper div.footer-info ul.information li.name{
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
footer div.footer-upper div.footer-menu div.footer-menuwrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer div.footer-upper div.footer-menu div.footer-menuwrap ul.footernav.n01{
  margin-right: 8rem;
}
footer div.footer-upper div.footer-menu div.footer-menuwrap ul.footernav li{
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
}
footer div.footer-upper div.footer-menu div.footer-menuwrap ul.footernav li:last-child{
  margin-bottom: 0;
}
footer div.footer-upper div.footer-menu div.footer-menuwrap ul.footernav li a{
  text-decoration: none;
}
footer div.footer-upper div.footer-menu div.footer-menuwrap ul.footernav li a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
footer div.footer-upper div.footer-menu div.footer-menuwrap ul.footernav li i{
  margin-left: 0.5rem;
}
footer div.footer-upper div.footer-contact p.ttl{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
footer div.footer-upper div.footer-contact p.email{
  font-size: 1.8rem;
  line-height: 1;
}
footer div.footer-upper div.footer-contact p.email i{
  margin-right: 0.8rem;
  font-size: 2.2rem;
  line-height: 1;
}
footer div.footer-upper div.footer-contact p.email a{
  text-decoration: underline;
}
footer div.footer-upper div.footer-contact p.email a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
footer div.footer-upper div.footer-contact div.note{
  margin-top: 3rem;
  width: 10rem;
}
footer div.footer-upper div.footer-contact div.note a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
footer div.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px dotted #050038;
  padding-top: 5rem;
}
footer div.footer-bottom div.sns ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
footer div.footer-bottom div.sns ul li{
  margin-right: 1.5rem;
  line-height: 1;
}
footer div.footer-bottom div.sns ul li.instagram i{
  font-size: 3.2rem;
}
footer div.footer-bottom div.sns ul li.facebook i{
  font-size: 2.8rem;
}
footer div.footer-bottom div.sns ul li.note{
  width: 7.5rem;
  margin-right: 1.2rem;
}
footer div.footer-bottom div.sns ul li.zamami a{
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
footer div.footer-bottom div.sns ul li.zamami img{
  width: 3.4rem;
  margin-right: 0.5rem;
}
footer div.footer-bottom div.sns ul li a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
footer div.footer-bottom div.sns ul li:last-child{
  margin-right: 0;
}
@media print, screen and (max-width: 1024px) {
  footer{
    margin: 12rem auto 0;
    padding: 0 0 7rem;
  }
  footer div.footer-upper{
    display: block;
    padding-bottom: 7rem;
  }
  footer div.footer-upper div.footer-info{
    display: flex;
    justify-content: center;
  }
  footer div.footer-upper div.footer-info div.logo-area{
    margin: 0 auto 2.5rem;
  }
  footer div.footer-upper div.footer-menu{
    margin-top: 5rem;
    display: flex;
    justify-content: center;
  }
  footer div.footer-upper div.footer-menu div.footer-menuwrap ul.footernav.n01{
    margin-right: 10rem;
  }
  footer div.footer-upper div.footer-contact{
    margin-top: 5rem;
    text-align: center;
  }
  footer div.footer-bottom {
    display: block;
  }
  footer div.footer-bottom div.sns{
    margin-left: 0.5rem;
  }
  footer div.footer-bottom div.sns ul{
    justify-content: center;
  }
  footer div.footer-bottom div.copyright{
    margin-top: 2rem;
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  footer div.footer-upper div.footer-info ul.information li{
    font-size: 1.5rem;
    line-height: 1.6;
  }
  footer div.footer-upper div.footer-info ul.information li.name{
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  footer div.footer-upper div.footer-menu div.footer-menuwrap ul.footernav.n01{
    margin-right: 7rem;
  }
  footer div.footer-upper div.footer-menu div.footer-menuwrap ul.footernav li{
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  footer div.footer-upper div.footer-contact p.ttl{
    font-size: 2.0rem;
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 560px) {
  footer{
    padding: 0 0 5rem;
  }
  footer div.footer-upper div.footer-info{
    justify-content: left;
  }
  footer div.footer-upper div.footer-info div.logo-area{
    margin: 0 auto 2.5rem 0;
  }
  footer div.footer-upper div.footer-menu{
    margin-top: 3rem;
    justify-content: left;
  }
  footer div.footer-upper div.footer-menu div.footer-menuwrap{
    display: block;
  }
  footer div.footer-upper div.footer-menu div.footer-menuwrap ul.footernav.n01{
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  footer div.footer-upper div.footer-contact{
    text-align: left;
  }
  footer div.footer-bottom {
    padding-top: 5rem;
  }
  footer div.footer-bottom div.sns ul {
    justify-content: left;
  }
  footer div.footer-bottom div.copyright{
    margin-top: 1rem;
    text-align: left;
  }
}

/* fadein */
.fadein {
  opacity : 0;
  transition: 1.2s;
  filter: blur(0.5rem);
}
.fadein.scrollin {
  opacity : 1;
  filter: blur(0);
}
/*.fadein {
  opacity : 0;
  transition: 1.2s;
  transform : translate(0, 30px);
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}*/