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

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

body{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  font-style: normal;
	background:#fff;
    line-height: 1.8;
    color:#4c4948;
    font-size:18px;
    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;
}

.min{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}



@media only screen and (max-width: 599px) {
	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);
}

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



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:#4c4948; text-decoration: none;}
a:hover{color:#000; text-decoration:underline;}

a.a-underline{
    text-decoration: underline !important;
}



.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; }

.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: 599px) {
.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: 599px){	
  .br-tab { display:none; }
  .br-sp { display:block; }
}

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

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


.btn{
    background: #ea5874;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #ea5874;
    height: 50px;
    line-height: 50px;
    display: block;
	transition: 0.5s;
    text-decoration: none !important;
    position: relative;
	text-align: center;
    border-radius: 6px;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
}

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

.btn.btn-round{
    border-radius: 32px;
    border-top-right-radius: 0;
    height: 90px;
    line-height: 90px;
    width: 400px;
    font-size: 1.5rem;
}




.btn.btn-w{
    background: #fff;
    color: #ea5874 !important;

}

.btn.btn-w:hover{
    background: #ea5874;
    color: #fff !important;
}


.arrow-right {
  position: absolute;
  display: inline-block;
  width: 10.2px;
  height: 13.8px;
    top: 50%;
    right: 25px;
    margin-top: -8px;
}

.arrow-right::before,
.arrow-right::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow-right::before {
  transform: rotate(37deg);
}

.arrow-right::after {
  transform: rotate(-37deg);
}

.btn.btn-w .arrow-right::before,
.btn.btn-w .arrow-right::after,
.btn:hover .arrow-right::before,
.btn:hover .arrow-right::after{
    background-color: #ea5874;
}

.btn.btn-w:hover .arrow-right::before,
.btn.btn-w:hover .arrow-right::after{
    background-color: #fff;
}


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


    
}



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

.btn{

	font-size: 15px;
}   

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


	
}


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

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

.btn{
	font-size: 14px;
}
    
.btn::before,
.btn::after{
    display: none;
}

.btn-area1btn .btn{
    width: 94%;
}

.btn-area2btn{
    display: block;
    padding: 25px 0;
}

.btn-area2btn .btn{
    width: 100%;
    margin: 8px 0;
}
.btn-area2btn .btn:first-child{
    margin-right: 0;
}

.btn.btn-round{
    border-radius: 24px;
    border-top-right-radius: 0;
    height: 70px;
    line-height: 70px;
    width: 90%;
    font-size: 14px;
}

	
}

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

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

.contents-wide{
    width: 90%; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}


.sec{
	padding-top: 100px;
}

.bg-w{
	background: #fff;
}

.sec-grey{
	background: #e8e8e8;
    padding: 65px 0;
}


.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: 599px) {

.sec{
	padding-top: 50px;
}

.sec-grey{
    padding: 35px 0;
}
  
}


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

.title-contents{
    display: block;
	font-size: 48px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 50px;
    font-weight: normal;
}


.title-basic{
    display: block;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1.5;
}


.title-underline{
    display: block;
    font-size: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #4c4948;
    line-height: 2.0;
    font-weight: normal;
    padding: 0 0 5px 2px;
}

.title-border-right{
    display: flex;
    margin: 45px 0 20px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}

.title-border-right strong{
    font-weight: normal;
     white-space: nowrap;
    margin-right: 0.6em;
}
.title-border-right.fs-big{
    font-size: 32px;
}

.title-border-right span{
    flex-grow: 1;
    position: relative;
    content: "";
    height: 1px;
    border-top: 1px solid;
    top: 18px;
}
.title-border-right.fs-big span{
    top: 28px;
}
.title-border-right.fs-big strong small{
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
	
.title-contents{
    font-size: 42px;
}
    
}


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

.title-basic{
    font-size: 24px;
    margin-bottom: 15px;
}

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

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


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

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

.title-border-right{
    margin: 30px 0 20px;
}
    

.title-border-right.fs-big{
    font-size: 24px;
} 
.title-border-right.fs-big span{
    top: 21px;
} 
.title-border-right.fs-big strong small{
    font-size: 15px;
}  


	
}


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

p.title-en{
    font-size: 13px;
}

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

.title-basic{
    font-size: 5.0vw;
    margin-bottom: 5px;
}


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


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

.title-border-right{
    margin: 30px 0 10px;
}
    

.title-border-right.fs-big{
    font-size: 5vw;
} 
.title-border-right.fs-big span{
    top: 18px;
} 
.title-border-right.fs-big strong small{
    font-size: 13px;
}  
	
}


/*------------
  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: 599px) {
.contents-ttl .ttl-main {
  font-size: 4.5vw;
  padding: 16px 0 16px 20px;
}
.contents-ttl .ttl-sub {
  padding-right: 25px;
  font-size: 13px;
}
    
}


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

.breadcrumbs{padding: 25px 0; font-size: 13px; border-bottom: 1px solid #efeeee; }
.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: 599px) {
.breadcrumbs{font-size: 11px; padding: 12px 0; }    
}

/*==================================================
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;
    background-color: rgba(255,255,255,0.86);
}


#site-title{
    display: flex;
    height: 80px;
    align-items: center;
    font-size: 18px;
    font-weight: normal;
    padding-left: 25px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}



#site-title small{
    display: block;
    font-size: 90%;
}
#site-title img{height: 50px; margin: 8px 0 0 15px; vertical-align: middle;}


#site-copy{
    position: absolute;
    width: 100%;
    display: flex;
    height: 80px;
    text-align: center;
    top: 0;
    left: 0;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.08em;
    color: #ea5874;
    font-weight: normal;
}


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

header{
	height: 60px;
    background-color: #fff;
}


#site-title{
    height: 60px;
    font-size: 16px;
    padding-left: 15px;
}
    
#site-title img{height: 40px; margin:0 0 0 15px;}


#site-copy{
    height: 60px;
    font-size: 18px;
}    
  
    
}


@media (max-width: 900px) {


#site-copy{
    font-size: 15px;
    padding-left: 40px;
} 



}


@media (max-width: 599px) {

header{
    padding-top: 20px;
}


#site-title{
    font-size: 15px;
    padding-left: 10px;
}
    
     
#site-title img{height: 36px; margin:3px 0 0 12px;}  


#site-copy{
    height: 20px;
    font-size: 3.4vw;
    padding: 5px 0;
}

}

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

footer{
	clear: both;
    font-size: 15px;
    padding: 65px 0 30px;
    text-align: center;
}

#footer-menu{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#footer-menu li{
    width: calc(100%/4);
    text-align: left;
}

#footer-menu a{
    display: block;
    padding: 8px 0;
}

#footer-menu a::before{
    content: '>';
    margin-right: 3px;
}

#footer-logo{
    padding: 50px 0;
}
#footer-logo img{
    vertical-align: bottom;
    width: 220px;
}

#footer-copyright{
    font-size: 12px;
    letter-spacing: 0.08em;
}


@media (max-width: 768px) {


#footer-menu li{
    width: calc(100%/3);
}

#footer-menu a{
    font-size: 14px;
    padding: 6px 0;
}
    
#footer-logo img{
    width: 28%;
}
	
}

@media (max-width: 599px) {

footer{
    padding: 35px 0 20px;
}


#footer-menu li{
    width: calc(100%/2);
}

#footer-menu a{
    font-size: 13px;
    padding: 6px 0;
}
    
#footer-logo img{
    width: 50%;
}
	
	
}

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

.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: 599px) {
    
.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;
}

.ul-basic{
    margin-left: 18px;
}


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


@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: 599px) {

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-pink{color: #ea5874 !important;}
.fc-black{color: #4c4948 !important;}
.fc-red{color: #e60012 !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;
}




