html{
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #020202;
	overflow-x: hidden;
	line-height: 1.8;
}
@media screen and (max-width: 767px){
	html {
			font-size: 3.0vw;
	}
	body{
		font-size: 14px;
	}
}
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;
}
h2 {
	background-color: #534845;
	color: #FFF;
	width: 100%;
	padding: 0.6rem;
	text-align: center;
	margin-bottom: 2rem;
}
h3{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 1em;
}
h3:not(:first-of-type){
	margin-top: 1.5em;
}
h3.h3-intro{
		font-size: 1.4em;
			border-bottom: 1px solid #222;
			margin-bottom: 1.4em;
			font-style: italic;
}

a {
    color: inherit;
    text-decoration:underline;
}
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 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: #534845;
	/* 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{
	margin: 1em auto;
	width: 100%;
	/* width: 90vw; */
	border-top: 1px solid #222;
	line-height: 1.6;
}
.tbl-nml tr{
	background: url(../img/dotline.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tbl-nml th{
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	padding: 1em 1.5em 1em 0;
	/* white-space: nowrap; */
	border-right: 1px dashed #222;
	border-bottom: 1px solid #222;
	width: 20%;
}
.tbl-nml td{
	width: 80%;
	padding: 1em 0 1em 1.5em;
	border-bottom: 1px solid #222;
}
@media screen and (max-width: 768px) {
.tbl-nml th{
	width: 25%;
	padding: 1em 0.5em 1em 0;
	}
.tbl-nml td {
	padding: 1em 0 1em 0.5em;
}
}

.bg {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    background: url("../img/bg.jpg");
    background-size: cover;
		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;}
}
a.btn-nml:hover,
a.btn-nml:active,
a.btn-nml:focus {
	opacity: 0.7;
	transition: 0.1s linear;
}
a.btn-entry{
	font-size: 1.2em;
	background-color: #a4005b;
	padding: 1em 1em;
	color: #fff;
	text-decoration: none;
	border-radius: 0.2em;
	width: fit-content;
	/* max-width: 15em; */
	white-space: nowrap;
	display: block;
	/* margin: auto; */
}
@media screen and (max-width:767px) {
	a.btn-entry {
	font-size: 1.0em;
	}
}
.lang-en .btn-entry{
	width: 100%;
}
a.btn-entry:hover,
a.btn-entry:active,
a.btn-entry:focus{
	color: #FFF;
	opacity: 0.7;
	background-color: #a4005b;
	transition-property: all;
	transition: 0.1s linear;
}

.div-btn{
	display: flex;
}
@media (max-width:1000px){
	.div-btn{
		display: block;
	}
}
section{
	padding: 2em 1.5rem;
}
.sec-inner{
	max-width: 1200px;
	margin: auto;
	width: 85%;
}
@media screen and (max-width: 767px) {
.sec-inner {
		width: 95%;
	}
}

/*		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			*******************************************/



#page-top{
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	text-align: right;
	margin: 0;
	z-index: 9;
}
#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;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0px 0px 3px #0009;
	transition: 0.1s linear;
}
#page-top i{
	line-height: 1.4;
}
.visual{
    height: 54vw;
    position: relative;
		display: flex;
    align-items: center;
		justify-content: center;
}
@media screen and (max-width: 767px) {
.visual{
    height: 66vh;
}
	
}
.visual .cc2logo{
	position: absolute;
	left: 10px;
	top: 10px;
	max-width: 14%;
}
.visual .title{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	/* top: 2vh; */
	/* top: min(13vh, 6vw); */
}
.visual .title .catch{
		position: relative;
		margin: 0 auto 2rem;
		max-width: 918px;
		width: 100%;
		/* height: 265px; */
		padding: 0;
		padding-bottom: 21%;
		/* height: 0; */
		/* position: relative; */
		overflow: hidden;

}
@media screen and (max-width: 767px) {
.visual .title .catch {
	    height: 25vw;
}
}

.visual .title .catch img{
		position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			/* max-width: 918px; */
			object-fit: contain;
}
.visual .title-img{
    position: absolute;
    bottom: 1em;
    background: #000;
    text-align: center;
		width: 100%;
}
.main-cont {
	position: relative;
	z-index: 8;
	width: auto;
	margin: -10vh auto 0px;
	background-color: #FFFA;
}
.main-bg {
	/* background: url(../img/bg.png) repeat-y; */
	background-size: contain;
	position: relative;
	background-color: #FFFA;
	width: 90%;
	margin: auto;
	padding-bottom: 5rem;
	padding-top: 7rem;
}
.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);
  }
} */

.hero-item-y {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.hero-item {
	opacity: 0;
	/* transform: translateY(20px); */
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.hero-item-y.visible,
.hero-item.visible {
	opacity: 1;
	transform: translateY(0);
}

.slick-slide img{
	margin: auto;
}
@media screen and (max-width: 768px) {
.slick-slide img{
	height: 80px;
}	
}
.slick-prev:before, .slick-next:before{
	color: #222;
}

.process-wrap{
	margin-bottom: 3rem;
}
.process-wrap h3{
	font-size: 1.2em;
		border: 1px solid #222;
			display: inline-block;
			margin: 0;
			width: 30%;
			text-align: center;
			line-height: 2.6rem;
			height: 2.8rem;
			white-space: nowrap;
			background-color: #FCFCFC;
}
@media screen and (max-width: 768px) {
.process-wrap h3{
			width: 100%;
}
	
}
.bdr-l{
	border-left: 1px solid #222;
	margin-left: 2rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
}
.process-wrap .bdr-l:last-of-type{
	border-left-style: dashed;
}
.fc-red{
	color: red;
}
/*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;
}
.ul-process{
	text-indent: -1.5rem;
}
.ul-process li{
	list-style-type: none;
}
.gnavi ul{
	margin-top: 3rem;
	padding: 0;
}
.gnavi ul li{
	list-style-type: none;
	margin-bottom: 1.5rem;
	padding: 0 0.2rem;
	font-size: 0.8rem;
}
.gnavi ul li a{
	background-color: #7F7472;
	color: #FFF;
	line-height: 3rem;
	height: 3rem;
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.gnavi ul li a::before{
	content: "\f13a";
	font-family: 'Font Awesome 6 Free';
	margin-right: 0.5rem;
	position: absolute;
	left: 1rem;
}
.catch-sub{
		/* transform: skewY(-2deg); */
			z-index: 9;
			/* background: #534845; */
			text-align: center;
			position: relative;
			/* padding: 5rem; */
			width: 100%;
			bottom: 1vw;
}
.catch-sub h2{
		/* max-width: 1386px; */
			margin: auto;
			padding: 2.5em;
			transform-origin: 0% 0%;
			transform: skewY(-2deg);
			font-size: 1.6em;
			text-align: center;
			line-height: 1.8;
}
@media screen and (max-width: 767px) {
.catch-sub h2 {
		text-align: start;
		padding: 1em 1.5em;
		font-size: 1.0em;
	}
}
.fs-120{
	display: block;
	font-size: 1.2em;
	margin-bottom: 0.5rem;
}