@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
}

body{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	background:#fff;
    line-height: 1.8;
    color:#616364;
    font-size:16px;
    font-size-adjust: none;
    -webkit-font-size-adjust: none;
    position: relative;
	overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {

body{
    font-size:16px;
	overflow-x: hidden;
}
    
}

@media only screen and (max-width: 768px) {

body{
    font-size:15px;
	overflow-x: hidden;
}
    
}

.en-min{
    font-family: "Times New Roman", Times, "serif";
}

.fw-b{
	font-family: 'Anton', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.en-thin {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}



@media only screen and (max-width: 480px) {
	html{overflow-x: hidden;}
body{
    overflow: hidden;
    min-width: initial;
	font-size: 14px;
	max-width: 100%;
}


}

img{
	border:0;
	outline:none;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

.img-hover-big{
	display: block;
    overflow: hidden;
}

.img-hover-big img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s;
}

.img-hover-big:hover img{
    transform: scale(1.2);
}

a{
    transition: all 0.3s ease;
}

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

a:link, a:visited{color:#656769; text-decoration: none;}
a:hover{color:#111; text-decoration:underline;}

a.txt-black:link, a.txt-black:visited{color: #222; text-decoration: none;}
a.txt-black:hover{color: #999; text-decoration: underline;}

a.txt-blue01:link, a.txt-blue01:visited{color: #008cd6; text-decoration: none;}
a.txt-blue01:hover{color: #005799; text-decoration: underline;}

a.txt-blue02:link, a.txt-blue02:visited{color: #005799; text-decoration: none;}
a.txt-blue02:hover{color: #008cd6; text-decoration: underline;}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px; text-align: justify;}

.cb{clear:both;}


/*==================================================
page-top
================================================== */

#page-top{position:fixed; bottom:20px; right:20px; z-index: 50;}

#page-top a{
    background: #fff;
    display: inline-block;
    width:78px;
    height: 78px;
    border-radius: 50%;
    transition: 0.5s;
    text-decoration: none !important;
    color: #aeb8ca !important;
    cursor: pointer;
    border: 1px solid #aeb8ca;
	text-align: center;
}

#page-top a:hover{
    background: #aeb8ca;
}

/*@keyframes slideyy{
  from {height: 31px; bottom: 58px;}
  50% {height: 75px; bottom: 7px; }
  to {height: 20px; }
}*/

#page-top a::before{
    /*animation-name: slideyy;
    animation-duration: 1s;*/
    content: "";
    position: absolute;
    bottom: 7px;
    left: 40px;
    margin: auto;
    width: 1px;
    height: 26px;
    background: #aeb8ca;
    transition: .4s;
}

@keyframes slidey{
  from {height: 20px; bottom: 7px;}
  50% {height: 75px; bottom: 7px; }
  to {height: 29px; }
}

#page-top a:hover::before{
    animation-name: slidey;
    animation-duration: 1s;
    background: #fff;
    bottom: 58px;
    height: 29px;
}

/*@keyframes slideyyy{
  from {bottom: 79px;}
  50% {bottom: 79px; }
  to {bottom: 25px; }
}*/

#page-top a::after{
    /*animation-name: slideyyy;
    animation-duration: 1s;*/
    content: "";
    display: block;
    position: absolute;
    bottom: 25px;
    left: 37px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-left: 1px solid #aeb8ca;
    transform: rotate(135deg);
    transition: .4s;
}

#page-top a:hover::after{
    bottom: 79px;
    border-left: 1px solid #fff;
}


@media only screen and (max-width: 1024px) {

#page-top a:hover{
    background: #fff;
}

#page-top a:hover::before{
    animation:none;
    background: #aeb8ca;
    bottom: 7px;
    left: 40px;
    height: 26px;
}
	
	#page-top a::after{
		bottom: 26px;
	}

#page-top a:hover::after{
    bottom: 26px;
    border-left: 1px solid #aeb8ca;
}	
	
}




@media only screen and (max-width: 768px) {
    
#page-top{bottom:20px; right:15px; }


#page-top a{
    width:58px;
    height: 58px;
}

#page-top a:hover{
    background: #fff;
}

#page-top a::before{
    animation: none;
    left: 30px !important;
    height: 24px !important;
    background-color: #aeb8ca !important;
}

#page-top a:hover::before{
    left: 30px;
    height: 24px;
}

#page-top a::after{
    animation: none;
    bottom: 24px;
    left: 27px;
    width: 6px;
    height: 6px;
}

#page-top a:hover::after{
    bottom: 24px;
}	
    
    
}






img{
border:0;
outline:none;
}


.sp-only{display: none !important ;}
@media only screen and (max-width: 480px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}
.br-tab {
	display: none;
}

  .br-pc { display:block; }
  .br-sp { display:none; }

@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-tab { display:block; }
}
@media screen and (max-width: 480px){	
  .br-tab { display:none; }
  .br-sp { display:block; }
}

/*==================================================
ボタン
================================================== */

.btn-area{
    text-align: center;
	padding: 75px 0 35px;
}

.btn{
    background: #8fa7c0;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #8fa7c0;
    border-radius: 48px;
    padding: 12px 0;
    display: inline-block;
    min-width: 600px;
	transition: 0.5s;
    text-decoration: none !important;
    position: relative;
	font-size: 18px;
	text-align: center;
}

.btn:hover{
    background: #fff;
    color: #8fa7c0 !important;
}

.btn-y{
    background: #fff;
    color: #8fa7c0 !important;
    cursor: pointer;
    border-radius: 48px;
    padding: 0;
    display: inline-block;
    min-width: 100px;
	transition: 0.5s;
    text-decoration: none !important;
    position: relative;
	font-size: 18px;
	text-align: center; 
}


.btn-y::before{
    content: "";
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 78%;
    margin: auto;
    width: 0;
    height: 1px;
    background: #8fa7c0;
    transition: .8s;
}
.btn-y::after{
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    bottom: 0;
    right: 6%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #8fa7c0;
    transform: rotate(-135deg);
    transition: .8s;
    opacity: 0;
}

.btn-y.active::before{
    left: inherit;
    left: 80%;
    width: 17px;
}
.btn-y.active::after{
    right: 5%;
    opacity: 1;
    top: 4px;
}

.btn:hover::before{
    background: #8fa7c0;
}

.btn:hover::after{
    border-color: #8fa7c0;
}


.btn-round{
    border: 1px solid #49bbba;
    padding: 12px 0;
    min-width: 280px; 
    color: #49bbba !important;
}

.btn-y.btn-round::before{
    top: 0;
    bottom: 0;
    left: 78%;
    margin: auto;
    width: 0;
    height: 1px;
    background: #49bbba;
    transition: .8s;
}
.btn-y.btn-round::after{
    top: 0;
    bottom: 0;
    right: 6%;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #49bbba;
}

.btn-y.btn-round.active::before{
    left: inherit;
    left: 85%;
    width: 29px;
}
.btn-y.btn-round.active::after{
    right: 5%;
    opacity: 1;
    top: 0;
}



@media only screen and (max-width: 1024px) {


    
}



@media only screen and (max-width: 768px) {

.btn{
    padding: 12px 0;
    display: inline-block;
    min-width: 80%;
	font-size: 15px;
}   

.btn-y{
    font-size: 15px;
}


	
}


@media only screen and (max-width: 480px) {

.btn-area{
	padding: 35px 0 25px;
}

.btn{
    padding: 12px 0;
    min-width: 90%;
	font-size: 14px;
}
    
.btn::before,
.btn::after{
    display: none;
}

	
}

/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{
    width: 1024px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.sec{
	padding-top: 150px;
}

.bg-w{
	background: #fff;
}

.sec-grey{
	background: #e9e9e9;
}


.contents-sec{
	width: 1060px;
	vertical-align: top;
}

.page-contents{
	margin-top: 85px;
}

@media only screen and (max-width: 1024px) {

.contents-area{
    width: 90%; 
}

.sec{
	padding-top: 120px;
}
	
}


@media only screen and (max-width: 768px) {
    
.sec{
	padding-top: 75px;
}

.page-contents{
	margin-top: 70px;
}


	
}

@media (max-width: 480px) {

.sec{
	padding-top: 50px;
}
	


.contents-area{
    width: 86%; 
}
  
}


/*==================================================
タイトル
================================================== */

.title-contents{
    display: block;
	font-size: 24px;
	line-height: 1.0;
	position: relative;
	margin-bottom: 50px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.box-tate-scroll-line{
    height: 48px;
    position: relative;
    margin: 10px 0;
}

.title-contents small{
	display: block;
	font-size: 60%;
	font-weight: normal;
}

.title-basic{
    display: block;
    font-size: 54px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-bottom: 50px;
    font-weight: 500;
}

.title-line{
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}

.title-line span{
    display: inline-block;
    position: relative;
    padding: 0 5px 8px;
}

.title-line span::before{
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    border-top: 1px solid #49bbba;
    left: 0;
    bottom: 0;
    transition: 1.5s;
    content: "";
}

.title-line.expand span::before{
    width: 100%;
}


.title-underline{
    display: block;
    text-align: center;
    color: #aeb8ca;
    font-size: 60px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 35px;
}

.title-underline span{
    display: block;
}

.title-underline span::before{
    display: block;
    margin: 12px auto 0;
    border-color:#aeb8ca !important;
    width: 0;
    position: relative;
    top:inherit;
    left: inherit;
}

.title-underline.expand span::before{
    width: 240px;
}


@media only screen and (max-width: 768px) {
	
.title-contents{
	font-size: 21px;
	margin-bottom: 35px;
}

.title-basic{
    font-size: 41px;
    margin-bottom: 35px;
}

.box-tate-scroll-line{
    height: 38px;
    margin: 7px 0;
}

.title-line{
    font-size: 16px;
    padding-bottom: 8px;
}


.title-underline{
    font-size: 48px;
}

.title-underline.expand span::before{
    width: 200px;
}


	
}


@media only screen and (max-width: 480px) {
	
.title-contents{
	font-size: 6.4vw;
	margin-bottom: 35px;
    line-height: 1.2;
}

.box-tate-scroll-line{
    height: 32px;
    margin: 5px 0;
}


.title-basic{
    margin-bottom: 30px;
    font-size: 7.8vw;
	line-height: 1.5;
}


.title-underline{
    font-size: 9vw !important;
    margin-bottom: 25px !important;
}



.title-underline.expand span::before{
    width: 40%;
}

.title-line{
    font-size: 14px;
}
	
}


/*------------
  contents-ttl
------------*/

.contents-ttl {
  overflow: hidden;
  position: relative;
  /*padding: 30px 0;*/
}
.contents-ttl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #49BBBA;
  transition: width 2.5s;
}
.contents-ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #49BBBA;
  transition: width 2.5s;
}
.contents-ttl._in::before {
  width: 100%;
}
.contents-ttl._in::after {
  width: 100%;
}
.contents-ttl .ttl-wrapper {
  display: flex;
  color: #49BBBA
  /*align-items: center;*/
}
.contents-ttl .ttl-main {
  padding: 30px 0 30px 35px;
  font-size: 48px;
  font-weight: 600;
  transform: translateY(15px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 2s;
}
.contents-ttl._in .ttl-main {
  transform: translateY(0);
  opacity: 1;
}
.contents-ttl .ttl-separator {
  overflow: hidden;
  width: 1px;
  transform: skewX(-15deg);
}
.contents-ttl .ttl-separator::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #49BBBA;
  transition: height 1.5s;
  transition-delay: 1.5s;
}
.contents-ttl._in .ttl-separator::before {
  height: 100%;
}
.contents-ttl .ttl-sub {
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 35px;
  font-size: 14px;
}
.contents-ttl .ttl-sub span {
  transform: translateY(-15px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 2s;
}
.contents-ttl._in .ttl-sub span {
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 800px) {
.contents-ttl .ttl-main {
  font-size: 4.5vw;
  padding: 20px 0 20px 35px;
}
    
}

@media only screen and (max-width: 480px) {
.contents-ttl .ttl-main {
  font-size: 4.5vw;
  padding: 16px 0 16px 20px;
}
.contents-ttl .ttl-sub {
  padding-right: 25px;
  font-size: 13px;
}
    
}


/*==================================================
パンクズリスト
================================================== */

.breadcrumbs{font-size: 12px; padding: 5px; background: #f5f5f5;}
.breadcrumbs ul{list-style: none;}
.breadcrumbs ul li{display: inline-block; padding-right: 5px;}
.breadcrumbs ul li:after{content: ">"; padding-left: 10px;}
.breadcrumbs ul li.active-page:after{content: none;}

@media only screen and (max-width: 1100px) {
.breadcrumbs{font-size: 11px; padding: 3px; }    
}

/*==================================================
fontawesome
================================================== */

i.fas{
    font-weight: 900;
}

/*==================================================
icn
================================================== */

.icn{
    vertical-align: middle;
    width: 20px;
}

.icn-l{
    margin-right: 6px;
}

.icn-r{
    margin-left: 6px;
}

.c-w{
    filter: brightness(0) invert(1);
}

a:hover .c-w{
    filter: none;
}

/*==================================================
header
================================================== */

header{
	width: 100%;
	height: 80px;
	z-index: 99999;
	position: fixed;
	top: 0;
	transition: top 300ms;
}

#site-title img{height: 34px; vertical-align: middle; margin:20px 0 0 30px;}


.header-contents{
	position: absolute;
	top: 0;
	right: 3%;
	display: flex;
}


@media only screen and (max-width: 1100px) {

header{
	height: 60px;
    background-color: #fff;
}
    
#site-title img{height: 30px; margin:0 0 0 20px;}    
    
.header-contents{
    display: none;
}    
    
}


@media (max-width: 768px) {



}


@media (max-width: 480px) {
    
#site-title img{height: 24px; margin:5px 0 0 15px;}        


}

/*==================================================
footer
================================================== */

footer{
	clear: both;
    background-color: #aeb8ca;
    font-size: 13px;
    color: #fff !important;
    margin-top: 120px;
}

#footer{
}

#footer > div{
    width: 50%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer-menu{
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

.ul-footer{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
}

.ul-footer li{
    margin-bottom: 30px;
}

.ul-footer li a{
    color: #fff;
}

.icn-insta{
    position: absolute;
    width: 21px;
    left: 5px;
    bottom: 85px;
}

#footer-cta{
    text-align: center;
    float: right;
}

#footer-btn{
    width: 90%;
    margin: 0 auto 50px;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
}

#footer-btn a{
    display: block;
    width: 70%;
    margin: 0 auto;
    border-radius: 60px;
    background-color: #fff;
    color: #aeb8ca !important;
    text-decoration: none !important;
    padding: 15px 0;
    border: 1px solid #fff;
    font-size: 16px;
}

#footer-btn a img{
    width: 32px;
}

#footer-btn a:hover{
    background-color: transparent;
    color: #fff !important;
}

#footer-btn a:hover img{
    filter: brightness(0) invert(1);
}

#footer-tel{
    text-align: center;
}

#footer-tel a{
    display: inline-block;
    text-align: left;
    color: #fff !important;
    font-size: 32px;
    letter-spacing: 0.05em;
    text-decoration: none !important;
}

#footer-tel a span{
    display: block;
    margin-bottom: 1px;
    font-size: 16px;
}

#footer-copyright{
    border-top: 1px solid #fff;
    padding: 65px 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.08em;
}

footer .icn-link{
    width: 14px !important;
}

@media (max-width: 768px) {

footer{
    margin-top: 70px;
}
    
    #footer{
        width: 96%;
    }

#footer > div{
    padding-top: 35px;
    padding-bottom: 35px;
}

.ul-footer{
    margin-right: 20px;
}

.ul-footer li{
    margin-bottom: 20px;
}

.icn-insta{
    width: 18px;
    left: 8px;
    bottom: 55px;
}

#footer-btn{
    margin: 0 auto 30px;
    padding-bottom: 30px;
}

#footer-btn a{
    width: 80%;
}

#footer-tel a{
    font-size: 28px;
}

#footer-copyright{
    padding: 35px 0;
}
	
}

@media (max-width: 480px) {

#footer{
    display: block;
    width: 100%;
    text-align: center;
}

#footer > div{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer-menu{
    border-right: none;
    padding-top: 20px !important;
}

.ul-footer{
    margin-right: 18px;
    text-align: left;
}

.ul-footer li{
    margin-bottom: 20px;
}

.icn-insta{
    width: 25px;
    left: 30px;
    bottom: 40px;
}

#footer-cta{
    text-align: center;
}

#footer-btn{
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 30px;
}

#footer-btn a{
    width: 90%;
}

#footer-tel{
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

#footer-tel a{
    text-align: center;
}

#footer-tel a span{
    display: block;
    margin-bottom: 1px;
    font-size: 16px;
}

#footer-copyright{
    border-top: none;
    padding: 0 0 25px;
    font-size: 2vw;
    letter-spacing: 0.05em;
}
	
	
}

/*==================================================
テーブル
================================================== */

.table{
    border-collapse:collapse;  
    box-sizing:border-box; 
    margin: 0 auto; 
	width: 100%;
	background-color: #fff;
}

.table tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.table th{
    width: 100px;  
    padding: 30px 30px; 
	vertical-align: middle;
    text-align: left;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.table td{
    font-weight:normal; 
    padding: 30px 40px; 
    text-align: left;
    line-height: 2.0;
	vertical-align: top;
}

.table td div{
	margin-bottom: 20px;
}

.table td strong{
	display: block;
	font-weight: 500;
}


@media only screen and (max-width: 480px) {
    
.table{
	font-size: 14px;
}

.table th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: none;
}

.table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 20px 35px;
}

.table td div{
	margin-bottom: 0;
}

.table td strong{
	margin-top: 10px;
}
	
.table.no-border tr:first-child{
    border-top: none;
}

}



/*==================================================
list
================================================== */

.ul-3cols{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
}

.ul-3cols li{
	width: calc(100%/3);
}


.ul-check{
    list-style: none;
}

.ul-check li{
    background:url("../images/icn_check.svg") no-repeat center left;
    background-size: 28px;
    padding: 5px 0 5px 38px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1;
}

.ol-basic, .ul-basic{
    margin-left: 20px;
}

.ol-basic li{
    margin-bottom: 12px;
}

.ul-basic{
    list-style: circle;
}


@media only screen and (max-width: 768px) {

.ul-check li{
    background-size: 24px;
    padding: 5px 0 5px 38px;
    margin-bottom: 10px;
    font-size: 18px;
}
    
}



@media only screen and (max-width: 480px) {

ul.ul-3cols{
	display: block;
}

ul.ul-3cols li{
	width: 100%;
}

.ul-check li{
    background-size: 20px;
    padding: 5px 0 5px 28px;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.5;
}
	
	
}

/*==================================================
fc
================================================== */

.fc-keycolor{
    color: #49bbba;
}


.fc-blue{color: #8fa7c0 !important;}
.fc-green{color: #7fbc03 !important;}



/*==================================================
txt-slider 追加
================================================== */

.txt-slider {
	overflow: hidden;
	position: relative;
}
.txt-slider strong {
	display: inline-block;
	position: relative;
	transition: opacity 0.5s ease-out;
}
.txt-slider strong::before {
	content: '';
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.txt-slider strong.active::before {
	width: 0;
	left: 100%;
	transition: left 1.5s 1.5s ease-out, width 1.5s 1.5s ease-out;
}




