@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: #000;
}
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: #000;
  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;
}
.mb15 {
  margin-bottom: 15px;
}
.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;
}
@media screen and (max-width: 767px) {
  footer .inner{
    width: 95%;
    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.3;
  margin-bottom: 3.5rem;
  text-align: center;
}
h4.h4-top-cmn{
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 767px) {
  h3.h3-cmn{
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  h3.h3-cmn::before{
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  h4.h4-top-cmn{
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}

/* header
-------------------------------------------------- */
header.top-head{
  z-index: 10;
  position: relative;
  bottom: auto;
  width: 97%;
  margin: 0 auto;
  height: 9rem;
  background-color: 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 h1 a{
  display: block;
  width: 240.2px;
  height: 49px;
  font-size: 0;
  background: url(../img/common/logo.svg) no-repeat;
}
header div.logo-area h1 a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
/* nav */
header div.nav-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header div.nav-area div.nav-logo{
  display: none;
}
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;
  color: #000;
}
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:last-child{
  margin-right: 0;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service{
  position: relative;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul {
  display: none;
  position: absolute;
  z-index: 9;
  background-color: rgba(255,255,255,1);
  margin-top: 1rem;
  padding: 1.2rem 2rem 1.8rem;
  width: 21rem;
  left: -1rem;
  border: 1px solid #AAA;
  border-radius: 1rem;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul li{
  margin-right: 0;
  padding-bottom: 0.3rem;
  border-bottom: 1px dotted #CCC;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul li{
  margin-bottom: 0.5rem;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul li:last-child{
  margin-bottom: 0;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul li a{
  font-size: 1.5rem;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.line{
  width: 3.6rem;
  line-height: 1;
}
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 {
  width: 100%;
  top: 0;
  position: fixed;
  background-color: #fff;
  -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: 9rem;
}
header.top-head.fixed div.logo-area{
  margin-left: 1.5%;
}
header.top-head.fixed div.logo-area h1{
  margin-top: 0;
}
header.top-head.fixed div.logo-area h1 a{
  display: block;
  width: 240.2px;
  height: 49px;
  font-size: 0;
  background: url(../img/common/logo.svg) no-repeat;
}
header.top-head.fixed div.nav-area{
  margin-top: 0;
  margin-right: 1.5%;
}
@media print, screen and (min-width: 961px){
  header div.nav-area nav.nav-wrap {
    display: block !important;
  }
}
@media print, screen and (max-width: 960px){
  /* 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: 8.2rem;
    width: 95%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  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(255,255,255,1);
    width: 100%;
    height: 100%;
    position: fixed;
  }
  header div.nav-area div.nav-logo{
    display: block;
    margin: 6rem auto 0;
    width: 22rem;
  }
  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:last-child{
    margin-bottom: 0;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul {
    display: block;
    position: relative;
    background-color: inherit;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
    padding: 0;
    width: inherit;
    left: 0;
    border: none;
    border-radius: inherit;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul li{
    list-style-type: disc;
    line-height: 2.0;
    border-bottom: none;
    margin-left: 2.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.line{
    width: 4rem;
    padding-bottom: 0;
    margin-top: 3.5rem;
    margin-left: auto;    
    margin-bottom: 0;
    border-bottom: none;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.nav_li:last-child{
    margin-right: auto;
  }
  /* hamburger button */
  header div.nav-area a.nav_button{
    height: 22px;
    position: absolute;
    right: 5px;
    top: 31px;
    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: #000;
    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: #000;
  }
  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: #000;
  }
  /* Fixed */
  header.top-head.fixed div.nav-area a.nav_button{
    right: 2.5%;
  }
  header.top-head.fixed div.logo-area {
    margin-left: 2.5%;
  }
}

/* mainvisualSec
-------------------------------------------------- */
section.mainvisualSec{
  width: 95%;
  height: 70rem;
  position: relative;
}
section.mainvisualSec div.copy-area{
  position: absolute;
  top: 40%;
  left: 6%;
  z-index: 1;
  letter-spacing: -0.01em;
}
section.mainvisualSec div.copy-area p.copy{
  background: #fff;
  padding: 0.5rem 1.5rem 0.8rem;
  color: #000;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
section.mainvisualSec div.copy-area p.copy.c01{
  margin-bottom: 1rem;
}
section.mainvisualSec div.name-area{
  position: absolute;
  bottom: -7%;
  left: 4.5%;
  z-index: 1;
  letter-spacing: 0.2rem;
}
section.mainvisualSec div.name-area h2.name{
  font-size: 12vw;
  line-height: 0.8;
  color: #E2E2E2;
  font-family: "Inter", serif;
  font-weight: 300;
}

/* effect */
section.mainvisualSec{
    opacity: 0;
    transform: scale(1.2);
    transition: 1s;
}
section.mainvisualSec.show{
    opacity: 1;
    transform: scale(1);
}
section.mainvisualSec div.copy-area p.copy{
    opacity: 0;
    transform: translateX(-40px);
    transition: 1s;
    transition-delay: 1s;
}
section.mainvisualSec.show div.copy-area p.copy{
    opacity: 1;
    transform: translateX(0);
}

@media print, screen and (max-width: 1280px) {
  section.mainvisualSec div.copy-area{
    left: 5%;
  }
  section.mainvisualSec div.copy-area p.copy{
    font-size: 3.0vw;
    line-height: 1.2;
  }
  section.mainvisualSec div.name-area{
    bottom: -4.5%;
  }
}
@media print, screen and (max-width: 767px) {
  section.mainvisualSec div.copy-area{
    top: 68%;
  }
  section.mainvisualSec div.copy-area p.copy{
    padding: 0.5rem 1.5rem;
    font-size: 6.0vw;
  }
  section.mainvisualSec div.name-area{
    bottom: inherit;
    top:89.5%;
    left: 0;
    right: 0;
  }
  section.mainvisualSec div.name-area h2.name{
    font-size: 8rem;
    line-height: 0.9;
    text-align: center;
  }
  section.mainvisualSec div.name-area h2.name span.first{
    color: #fff;
  }
}
@media print, screen and (max-width: 480px) {
  section.mainvisualSec div.copy-area p.copy{
    font-size: 4.4vw;
  }
  section.mainvisualSec div.copy-area p.copy.c01{
    margin-bottom: 1.5%;
  }
}

/* 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: #000;
  border-radius: 5rem;
  border: 1px solid #000;
  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{
  background: #fff;
  color: #000;
  transition: .6s;
}
div.btn{
  width: 14rem;
  margin: 3rem auto 0;
}
div.btn a.btn{
  display: inline-block;
  text-align: center;
  outline: none;
  font-size: 1.4rem;
  background: #fff;
  border-radius: 5rem;
  border: 1px solid #000;
  width: 14rem;
  height: 3.8rem;
  line-height: 3.4rem;
  color: #000;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
}
div.btn a.btn:hover{
  background: #000;
  color: #fff;
  transition: 0.6s;
}

/* profileTopSec
-------------------------------------------------- */
section.profileTopSec{
  margin-top: 20rem;
}
section.profileTopSec 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;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.profileTopSec div.txt-area{
  width: 47.5%;
}
section.profileTopSec div.txt-area h3.h3-prof{
  text-align: left;
  font-size: 3.0rem;
  line-height: 1.3;
  margin-bottom: 3rem;
}
section.profileTopSec div.txt-area p.p-txt{
  font-size: 1.6rem;
}
section.profileTopSec div.img-area{
  width: 47.5%;
}
section.profileTopSec div.button-area.pc{
    margin: 3.5rem auto 0 0;
}
section.profileTopSec div.button-area.sp{
  display: none;
}
section.profileTopSec div.loopSlide{
  margin-top: 12rem;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.profileTopSec div.loopSlide img{
  width: 140%;
}
section.profileTopSec div.loopSlide img:first-child {
  animation: slide1 60s -30s linear infinite;
  padding-left: 2.8%;
}
section.profileTopSec div.loopSlide img:last-child {
  animation: slide2 60s linear infinite;
  padding-left: 2.8%;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media print, screen and (max-width: 1280px) {
  section.profileTopSec div.loopSlide img{
    width: 160%;
  }
}
@media print, screen and (max-width: 960px) {
  section.profileTopSec div.wrap{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media print, screen and (max-width: 767px) {
  section.profileTopSec{
    margin-top: 15rem;
  }
  section.profileTopSec div.wrap{
    display: block;
  }
  section.profileTopSec div.txt-area{
    width: 100%;
  }
  section.profileTopSec div.txt-area h3.h3-prof{
    font-size: 2.6rem;
  }
  section.profileTopSec div.img-area{
    width: 100%;
    margin-top: 3rem;
  }
  section.profileTopSec div.button-area.pc{
    display: none;
  }
  section.profileTopSec div.button-area.sp{
    display: block;
  }
  section.profileTopSec div.loopSlide{
    margin-top: 12rem;
  }
  section.profileTopSec div.loopSlide img{
    width: 230%;
  }
}

/* serviceTopSec
-------------------------------------------------- */
section.serviceTopSec{
  margin: 12rem 0 0;
}
section.serviceTopSec p.sub{
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
}
section.serviceTopSec h3.h3-cmn{
  line-height: 1.1;
}
section.serviceTopSec p.lead{
  font-size: 1.8rem;
  line-height: 2.0;
  text-align: center;
}
section.serviceTopSec div.contentwrap{
  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-top: 7rem;
}
section.serviceTopSec div.contentwrap div.box{
  width: 32%;
  margin-bottom: 5rem;
}
section.serviceTopSec div.contentwrap div.box.blank{
  margin-bottom: 0;
  padding-bottom: 0;
}
section.serviceTopSec div.contentwrap div.box div.img{
  width: 95%;
  margin: 0 auto 3rem;
}
section.serviceTopSec div.contentwrap div.box div.img img{
  border-radius: 1rem;
}
section.serviceTopSec div.contentwrap div.box h4{
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2rem;
}
section.serviceTopSec div.contentwrap div.box p.txt{
  text-align: center;
  line-height: 2.0;
}
section.serviceTopSec div.button-area{
  margin: 2rem auto 0;
}
@media print, screen and (max-width: 960px) {
  section.serviceTopSec div.contentwrap div.box{
    width: 48%;
  }
}
@media print, screen and (max-width: 767px) {
  section.serviceTopSec{
    margin: 10rem 0 0;
  }
  section.serviceTopSec h4{
    font-size: 3.0rem;
  }
  section.serviceTopSec p.lead{
    font-size: 1.6rem;
    text-align: left;
  }
  section.serviceTopSec div.contentwrap div.box div.img{
    width: 100%;
  }
}
@media print, screen and (max-width: 560px) {
  section.serviceTopSec div.contentwrap div.box{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5rem;
  }
  section.serviceTopSec div.contentwrap div.box:last-child{
    margin-bottom: 0;
  }
}

/* newsSec
-------------------------------------------------- */
section.newsSec{
  margin: 12rem 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: 0;
}
section.newsSec div.post-area{
  width: 72%;
  border-top: 1px solid #D9D9D9;
}
section.newsSec div.post-area dl.post{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  width: 100%;
}
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;
  font-weight: bold;
  margin-right: 2.5rem;
}
section.newsSec div.post-area dl.post dd.tag{
  width: 14rem;
}
section.newsSec div.post-area dl.post dd.tag a{
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000;
  padding: 0.25rem 2rem 0.5rem;
  pointer-events: none;
  border-radius: 5rem;
  background: #fff;
  border: 1px solid #000;
  pointer-events: none;
}
section.newsSec div.post-area dl.post dd.title{
  width: 71%;
  font-size: 1.6rem;
  line-height: 2;
}
section.newsSec div.button-area{
  margin: 5rem 0 0 auto;
}
@media print, screen and (max-width: 767px) {
  section.newsSec{
    margin: 10rem 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%;
    margin-bottom: 5rem;
  }
  section.newsSec div.post-area{
    width: 100%;
  }
  section.newsSec div.post-area dl.post {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.newsSec div.post-area dl.post dt.date{
    font-size: 1.5rem;
  }
  section.newsSec div.post-area dl.post dd.tag{
    width: 14rem;
  }
  section.newsSec div.post-area dl.post dd.title{
    margin-top: 1rem;
    font-size: 1.5rem;
    width: 100%;
    display: block;
  }
  section.newsSec div.button-area{
    margin: 5rem auto 0;
  }
}

/* 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 div.wrap div.contact{
  width: 50%;
  background: #F5F5F5;
  padding: 15rem 0;
}
section.contactCmnSec div.wrap div.request{
  width: 50%;
  background: #505050;
  padding: 15rem 0;
  color: #fff;
}
section.contactCmnSec div.wrap div.request div.button-area a.button{
  background: #06C755;
  border: 1px solid #06C755;
  color: #fff;
}
section.contactCmnSec div.wrap div.request div.button-area a.button:hover{
  background: #fff;
  color: #06C755;
}
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;
}
@media print, screen and (max-width: 960px) {
  section.contactCmnSec div.wrap{
    display: block;
  }
  section.contactCmnSec div.wrap div.contact{
    width: 100%;
  }
  section.contactCmnSec div.wrap div.request{
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  section.contactCmnSec{
    margin: 12rem 0 0;
  }
  section.contactCmnSec div.wrap div.contact{
    padding: 12rem 0;
  }
  section.contactCmnSec div.wrap div.request{
    padding: 12rem 0;
    color: #fff;
  }
  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: 10rem 0 15rem;
  background: #000;
}
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-menu ul.footernav li{
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}
footer div.footer-upper div.footer-menu ul.footernav li:last-child{
  margin-bottom: 0;
}
footer div.footer-upper div.footer-menu ul.footernav li a{
  color: #fff;
}
footer div.footer-upper div.footer-menu ul.footernav li a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
footer div.footer-upper div.footer-contact h4{
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
footer div.footer-upper div.footer-contact ul.information {
  color: #fff;
}
footer div.footer-upper div.footer-contact ul.information li{
  font-size: 1.6rem;
  line-height: 1.8;
}
footer div.footer-upper div.footer-contact ul.information li.name{
  font-weight: bold;
  font-size: 1.8rem;
}
footer div.footer-upper div.footer-contact ul.information li a {
  color: #fff;
  text-decoration: underline;
}
footer div.footer-upper div.footer-contact ul.information li a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
footer div.footer-upper div.footer-logo{
  width: 24rem;
}
footer div.footer-upper div.footer-logo div.logo-area{
  width: 24rem;
}
footer div.footer-upper div.footer-logo div.logo-area img: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;
}
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: 3rem;
}
footer div.footer-bottom div.sns ul li i{
  color: #fff;
  font-size: 2.5rem;
}
footer div.footer-bottom div.sns ul li.instagram i{
  font-size: 2.8rem;
}
footer div.footer-bottom div.sns ul li.facebook i{
  font-size: 2.6rem;
}
footer div.footer-bottom div.sns ul li.x img{
  width: 2.6rem;
  color: #fff;
}
footer div.footer-bottom div.sns ul li.line img{
  width: 2.6rem;
}
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;
}
footer div.footer-bottom div.copyright{
  margin-left: 21%;
}
footer div.footer-bottom div.copyright p.p-txt{
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  footer{
    margin: 12rem auto 0;
    padding: 10rem 0 10rem;
  }
  footer div.footer-upper{
    display: block;
    padding-bottom: 2rem;
  }
  footer div.footer-upper div.footer-menu ul.footernav li{
    font-size: 1.6rem;
  }
  footer div.footer-upper div.footer-contact{
    margin-top: 5rem;
  }
  footer div.footer-upper div.footer-logo{
    margin-top: 7rem;
  }
  footer div.footer-upper div.footer-logo div.logo-area {
    width: 22rem;
  }
  footer div.footer-bottom {
    display: block;
  }
  footer div.footer-bottom div.sns{
    margin-left: 0.5rem;
  }
  footer div.footer-bottom div.sns ul{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  }
  footer div.footer-bottom div.sns ul li{
    margin-right: 2.5rem;
  }
  footer div.footer-bottom div.sns ul li i{
    font-size: 2.2rem;
  }
  footer div.footer-bottom div.sns ul li.instagram i{
    font-size: 2.5rem;
  }
  footer div.footer-bottom div.sns ul li.facebook i{
    font-size: 2.4rem;
  }
  footer div.footer-bottom div.sns ul li.x img{
    width: 2.2rem;
    color: #fff;
  }
  footer div.footer-bottom div.sns ul li.line img{
    width: 2.5rem;
  }
  footer div.footer-bottom div.copyright{
    margin-left: 0;
    margin-top: 5rem;
  }
}
@media print, screen and (max-width: 560px) {
  footer div.footer-upper div.footer-menu ul.footernav li{
    width: 50%;
  }
}

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