body {
  /* background: url(../img/back.jpg); */
	/* background-position: center 58vw; */
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #020202;
	overflow-x: hidden;
	line-height: 1.7;
}
@media screen and (max-width: 767px){
	html {
			font-size: 3.0vw;
	}
}
body, textarea { 
	font-family:  "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif; 
	/* font-family:  "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;  */
}
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

* {
    margin: 0;
    padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: 1.4;
}
h1{
	margin: -1.5em 0px 0;
}
h2 {
    /* border-bottom: 1px solid #ccc; */
	margin: 0 0 0em;
	padding-bottom: 1em;
	width: fit-content;
	font-size: 1.7rem;
	/* border-bottom: 6px solid #6e6e6e;
  border-image: linear-gradient(to right, #6e6e6e 0%, #cccccc 100%);
  border-image-slice: 1; */
	text-align: center;
}
h2::before{
	/* content: "";
	display: block;
	width: 5rem;
	height: 5rem;
	background: url(../img/logo_sukashi.png) no-repeat;
	background-size: cover; */
}
h2 img{
	/* height: 0.9em; */
}
h3,h4,h5{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 1em;
}
h3:not(:first-of-type){
	margin-top: 1.5em;
}

a {
    color: inherit;
    text-decoration:underline;
		transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
a:hover {
	color: inherit;
  text-decoration: none;
}

a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

img{
	max-width:100%;
}

hr{
	margin:0px 0px 25px 0px;
}

.st-red{
	font-size: 120%;
	color: #C00;
}
ul{
	padding-left: 2em;
}
ul li{
	list-style-type: disc;
}
small{
	font-weight: inherit;
}

.ft-menu{
	margin: 5em auto 0;
	padding: 0 0 0 0;
}
.ft-menu{
	width: fit-content;
}
.ft-menu li{
	list-style-type: none;
	display: inline-block;
	padding: 0em 1em;
}
@media screen and (max-width:797px){
.ft-menu li{
    display: block;
		margin: 0.5em -4vw;
		}
}
.ft-menu a{
	background: url(../img/i-arrow.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 1em 1em;
	color: inherit;
}
.footer {
	margin: 0 0 0;
	padding: 2.5em 15px 5em;
	color: #FFF;
	position: relative;
	z-index: 8;
	background-color: #000;
	/* background: linear-gradient(to top, rgba(0, 0, 0, 1),  rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); */
}
.footer .copy{
	font-size:0.7em;
	line-height: 1.7;
	width: fit-content;
	margin: 0 auto;
}
@media (max-width: 767px){
	.footer{
		text-align: left;
	}
}
.footer p{
	margin: 0 0 0 0;
}
.footer li{
	display: block;
}

/*		common	--------------------------		*/
a img{
  transition-property: all;
  transition: 0.1s linear;
}
a img:hover{
	opacity: 0.7;
}

small{
	line-height: 1.1;
}
.cap-bg-orng{
	background-color: #fd9454;
	color: #FFF;
	padding: 4px 8px;
	margin-bottom: 0.5em;
}
.text-center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.tbl-nml{
	width: 100%;
	margin: auto;
	border-top: 1px solid #999;
	/* width: 90vw; */
}
.tbl-nml tr{
	/* background: url(../img/dotline.png);
	background-repeat: repeat-x;
	background-position: left bottom; */
	border-bottom: 1px solid #999;
}
.tbl-nml th{
	vertical-align: top;
	font-weight: normal;
	padding: 1em 1.5em 1em 0;
	white-space: nowrap;
	text-align: right;
}
.tbl-nml td{
	padding: 1em 0;
}

.bg {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    background: url("../img/back.jpg");
    background-size: auto;
		background-repeat: repeat;
		background-position: center center;
    overflow: hidden;
}

@media screen and (max-width:768px){
	.pc-only{display: none!important;}
}
@media screen and (min-width:768px){
	.sm-only{display: none!important;}
}

.btn{
	font-size: inherit;
	background-color: #1e87ff;
	padding: 1em 2em;
	color: #fff;
	text-decoration: none;
	border-radius: 0.2em;
	width: fit-content;
	/* max-width: 15em; */
	white-space: nowrap;
}
.lang-en .btn{
	width: 100%;
}
a.btn:hover{
	color: #FFF;
	opacity: 0.7;
	transition-property: all;
	transition: 0.2s linear;
}

.div-btn{
	display: flex;
}
@media (max-width:1000px){
	.div-btn{
		display: block;
	}
	.btn2{
		display: block;
		margin-bottom: 0.5em;
		margin-left: auto;
		margin-right: auto;
	}
	.btn2 span{
		margin-top: 0px;
	}
}
@media (max-width:440px){
	.btn2{
		width: 100%;
		font-size: 0.9em;
	}	
}
a.btn2:hover{
	color: #FFF;
	opacity: 0.7;
	transition-property: all;
	transition: 0.2s linear;
}
section{
	padding: 5em 4vw;
}
section > div > div {
	padding:0px 4vw;
	margin:0px 0px 25px 0px;
}
section > div > div:first-of-type{
	border-top: 1px solid #999;
	padding-top: 2em;
}

section:nth-child(even){
  background-color: #FFF9;
}
.sec-inner{
	max-width: 1000px;
	margin: auto;
}
.shadow{
	box-shadow: 0 0 7px #3182ee!important;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
/*		layout	--------------------------		*/

.cc2header{
	background:#fff; 
	padding:4px 0;
	position: relative;
	z-index: 9;
}
#header{
	height: 38px;
	background:#fff; 
	padding:0px 0em; 
	position: relative;
	display: block;
	width: 100%;
}
@media (max-width:879px){
	#header .col-catch{
		display: none;
	}
}
.ul-sns{
	position: relative;
	z-index: 2;
	font-size: 2em;
	width: fit-content;
	margin: 0 auto;
	padding: 0.3em 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ul-sns li{
	display: inline-block;
	width: 2.0em;
	text-align: center;
}
.ul-sns li:first-of-type{
		width: auto;
    font-size: 0.4em;
    /* vertical-align: middle; */
    letter-spacing: 0.2em;
}

.ul-sns li a{
	/* color: #FFF; */
	display: block;
}

/*		contents			*******************************************/

@media screen and (max-width:767px){
	/* .wrapper{
		padding-bottom: 70px;
}

html{ 
	/* overflow: auto; */
}
html,body { 
/* overflow: auto; */
/* height:100%; */
}


#page-top{
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	text-align: right;
	margin: 0;
	z-index: 9;
}
#page-top a{
    background-color: skyblue;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0 0 5px #0009;
		transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
		opacity: 0.8;
}
#page-top a:hover{
	transform: scale(1.1);
		opacity: 1;
}
#page-top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    /* width: 25px; */
    /* height: 25px; */
    border-radius: 100%;
    /* top: 0; */
    /* bottom: 0; */
    /* right: 1rem; */
    /* left: 0; */
    margin: auto;
    text-align: center;
}
/* #page-top a {
	border-radius: 1em;
	color: #222;
	font-size: 2em;
	line-height: 2em;
	background-color: #FFF;
	display: block;
	width: 2em;
	height: 2em;
	text-align: center;
	opacity: 0.85;
}
#page-top i{
	line-height: 1.4;
}
#page-top a img{
	height: 50%;
	margin-bottom: 13%;
} */

.menu .ul-navi a.btn-org{
	color: skyblue;
}
.menu .ul-navi a.btn-org:hover{
	color: #ff9860;
}


.main-cont{
	/* text-align: center; */
	/* padding-top: 41vw; */
	/* overflow: scroll; */
	position: relative;
	z-index: 8;
	width: auto;
	/* max-width: 1100px; */
	margin: 1em auto 0px;
	padding-top: 58vw;
		background: url(../img/bg_sky.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	    padding-top: 100vh;
    opacity: 0;
    margin-top: 0;

}
.main-bg{
	/* background: url(../img/bg.png) repeat-y; */
	background-size: contain;
	position: relative;
}
.visual{
    background: url(../img/visual.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    position: relative;
		display: flex;
		justify-content: center;
    align-items: center;
		position: fixed;
    overflow: hidden;
    max-width: inherit;
		top: 0;
		    width: 100%;
    /* background-size: 110%; */
}
@media screen and (max-width:768px) {
.visual{
    background-image: url(../img/visual_m.jpg);
}
	
}
.visual .cc2logo{
	position: absolute;
	right: 10px;
	top: 10px;
	max-width: 20%;
}
.visual .title{
	/* width: 90%; */
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	/* margin: 0 auto; */
	/* text-align: left; */
	/* padding-top: 2em; */
	/* padding-top: 18vw; */
    position: absolute;
    z-index: 9;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
		max-width: 50vw;
}
.visual .title img{
	/* max-width: 50%; */
}
.visual .title-img{
    /* position: absolute; */
    bottom: 1em;
    background: #000;
    text-align: center;
		width: 100%;
}
.fixed-menu{
	background-color: #000;
	color: #FFF;
}
.fixed-menu ul li{
	list-style-type: none;
	display: inline-block;
	padding: 0 0.5em;
}
.fixed-menu a{
	color: inherit;
}
/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.slick-slide img{
	margin: auto;
}
@media screen and (max-width: 768px) {
.slick-slide img{
	/* height: 80px; */
}	
}
.slick-prev {
    left: -3rem;
}
.slick-next {
    right: -3rem;
}
.slick-prev, .slick-next{
	width: fit-content;
}
.slick-prev:before, .slick-next:before{
	color: #222;
	font-size: 3rem;
}
@media screen and (max-width:767px) {
.slick-prev:before, .slick-next:before{
	font-size: 33px;
}
.slick-prev {
    left: -33px;
}
.slick-next {
    right: -33px;
}
}

.container{
	padding: 0;
	box-shadow: 0 0 7px #000;
	    /* padding-top: 58vw; */
    background-color: #FFF;
    position: relative;
}
.slick-dots{
	bottom: -45px;
}
.slick-dots li button:before{
	color: #999;
	opacity: 0.35;
	content: '';
	border: 7px solid #999;
	border-radius: 50%;
	height: 7px;
	width: 7px;
}
.slick-dots li button:focus:before{
	opacity: 0.35;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #999;
}

.btn{
	white-space: normal;
}
.slick-dotted.slick-slider {
    margin-bottom: 8rem;
}
@media screen and (max-width:420px){
	.slick-slider{
		margin-left: 20px;
		margin-right: 20px;
	}
}
.pointer{
	cursor: pointer;
}

/* modal */

button.close{
		display: block;
    width: 2rem;
    margin-left: auto;
}
.staff-icon img{
	max-height: 80vh;
}
.screen{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100vh;
	background-color: #FFF;
	z-index: 9999;
}
.slick-initialized .slick-slide {
    padding: 1rem;
}
.slider-nav.slick-initialized .slick-slide {
    padding: 0;
}
.col-center{
		display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.staff-name .fab{
	color: #1D9BF0;
}
.a-blank::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f35d';
    position: absolute;
    border-radius: 100%;
    margin: auto;
    text-align: center;
    background-color: #FFF;
    height: 30px;
    width: 30px;
		z-index: 9;
}
.a-dl{
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.a-dl:hover img{
	transform: scale(1.05);
}
#pop_240315 .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.a-zoom::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f002';
    position: absolute;
    border-radius: 100%;
    margin: auto;
    text-align: center;
    background-color: #FFF;
    height: 30px;
    width: 30px;
		z-index: 9;
}
/*youtube
---------------------------------------------------------------------*/

.youtube {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.youtube-wrap{
	max-width: 800px;
	margin: auto;
}
