@charset "utf-8";

/* ************************************************************
　Layout
************************************************************ */

/* l-section
----------------------------------*/
.l-section {
	position: relative;
}
.l-section__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 5rem 0;
}
.l-section__inner2 {
    width: 900px;
    margin: 0 auto;
    padding: 2rem 0;
}
.l-section__inner3 {
    width: 900px;
    margin: 0 auto;
    padding: 5rem 0;
}
.l-section__inner p,
.l-section__inner2 p,
.l-section__inner3 p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}


/* bg
----------------------------------*/
.bg-1 {
	background-image: url("../img/bg.webp");

}
.bg-2 {
	background-image: url(../img/bg_sp.webp);
	background-size: auto,auto;
	background-repeat: no-repeat,repeat-x;
	background-position: center,center;
	padding-bottom: 5%;

}



/* l-header 
----------------------------------*/
.l-header {
    position: fixed;
	width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 1.0);
    z-index: 10;
}
.l-header__inner {
    max-width: 1920px;
    width: 95%;
    margin: 0 auto;
    padding: 0.625rem 0;
    justify-content: space-between;
}
.l-header__logo {
    width: 150px;
    float: left;
    margin: 0.25rem 0 0.75rem;
}
.l-header__logo2 {
    display: block;
	position: relative;
	float: right;
}
.l-header__logo2 img {
	width: 250px;
	margin: 1.125rem 0 0;
}


/* l-footer 
----------------------------------*/
.l-footer {
	background-position: center;
}
.l-footer__logo {
    width: 150px;
}
.l-footer__inner {
    width: 150px;
    margin: 0 auto;
    padding: 1.5rem 0;
    position: relative;
}


/* c-list
----------------------------------*/

/* c-list
----------------------------------*/
.c-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.c-list__2column .c-list__item { width: 47.27%; }
.c-list__3column .c-list__item { width: 32%; }
.c-list__4column .c-list__item { width: 24.5%; }
.c-list__5column .c-list__item { width: 17.81%; }
.c-list__2column_2 .c-list__item_l { width: 11%; }
.c-list__2column_2 .c-list__item_r { width: 89%; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}

/* btn
----------------------------------*/
a.btn1 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	margin: 4 auto;
	padding: 1.5rem;
	font-size: 24px;
    font-weight: bold;
	border: 3px solid #000;
	transition: 0.5s;
	margin-bottom: 8px;
	border-radius: 8px;
}
a.btn1:hover {
	background-color: #ccc;
}

.btn1 span {
  display: flex;
  align-items: center; /* 画像と文字を縦センター */
  gap: 10px;            /* 余白を端正に整える */
}

.arrow {
  display: block;      /* 画像のベースラインずれを防ぐ */
  width: 20px;
  height: 20px;        /* 必要なら調整 */
}
	



/* c-contents
----------------------------------*/
.c-contents {
    background-size: cover;
    background-position: center;
    text-align: center;
}
.col_img img {
	margin: 90px auto 0;
}
.c-contents__title1 img {
	width: 309px;
	margin: 0 auto 50px;
}
p.c-contents__h-txt {
	color: #000;
	font-size: 24px;
    font-weight: bold;
	text-align: center;
	margin: 0 auto 30px;
}
p.c-contents__h-txt span{
	color: #E51673;
	border-bottom: 1px solid #E51673;
	display: inline-block;
}
.c-contents__title2 img {
	width: 629px;
	margin: 0 auto 100px;
}
.c-contents__title3 img {
	width: 531px;
	margin: 0 auto;
}
p.c-txt {
	margin: 30px auto 30px;
	font-size: 30px;
	font-weight: 600;
}

/* c-column
----------------------------------*/
.c-column {
    padding: 50px 60px 30px;
	background: #fff;
	text-align: left;
}
.c-column p.ttl {
	font-size: 24px;
    font-weight: bold;
	margin: 0 auto 30px;
}
.c-column p.ttl span {
	color: #E51673;
	border-bottom: 1px solid #E51673;
	display: inline-block;
}
.c-column p.ttl_sub{
	font-size: 20px;
	line-height: 1.5em;
	color: #807364;
}
.c-column p.txt{
	margin-bottom: 20px;
}
.c-column2 {
	padding: 50px 50px 0;
    margin-top: 80px;
	background: #fff;
	border: 3px solid #000;
	border-radius: 20px;
}
.c-column2 p.txt{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
	margin: 0 auto 30px;
	color: #46A45C;
}
.c-column2 img{
	text-align: center;
	margin: 0 auto;
	width: auto;
}


/* ************************************************************
　Utility
************************************************************ */
/* --------------- u-text --------------- */
.u-text-center,.l-section__inner p.u-text-center {text-align: center;}
.u-text-left,.l-section__inner p.u-text-left {text-align: left;}
.u-text-right,.l-section__inner p.u-text-right {text-align: right;}
.u-text-small,.l-section__inner p.u-text-small {font-size: 0.750rem; line-height: 1.3;}

.u-mb10 {margin-bottom: 10px;}
.u-mb20 {margin-bottom: 20px;}
.u-mb30 {margin-bottom: 30px;}
.u-mb40 {margin-bottom: 40px;}
.u-mb50 {margin-bottom: 50px;}
.u-mb60 {margin-bottom: 60px;}
.u-mb70 {margin-bottom: 70px;}
.u-mb80 {margin-bottom: 80px;}

.u-text-left span {
	font-weight: 800;
	background:linear-gradient(transparent 60%, #FCF872 60%);
	}

.u-img-center {margin: 0 auto;}

/*clearfix*/
.u-clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*display none*/
.u-pc__none { display: none; }
.u-sp__none { display: block; }

/* パソコンで見たときは"for-pc"のpointがついた画像が表示される
----------------------------------*/
.for-pc { display: block !important; }
.for-sp { display: none !important; }
 
/* スマートフォンで見たときは"for-sp"のpointがついた画像が表示される
----------------------------------*/
@media (max-width: 48em){
    .for-pc { display: none !important; }
    .for-sp { display: block !important; }
}

#ytm + img {
    height:0;
}

/* ************************************************************
　iPad-pro
************************************************************ */
@media (max-width: 67.500em) {
	.l-section__inner {
        width: 80%;
	}
	.l-section__inner2	{
        width: 70%;
	}
	.l-section__inner3	{
        width: 90%;
	}
	a.btn1 {
		font-size: 18px;
	}
}
/* ************************************************************
　iPad
************************************************************ */
@media (max-width: 48em) {
    /* l-header 
    ----------------------------------*/
    .l-header__inner {
        padding: 0.75rem;
    }
    .l-header__logo {
		width: 100px;
	}
    .l-header__logo2 img {
    	width: 150px;
    }
    /* p-mainvisual
    ----------------------------------*/
	.p-mainvisual {
		height: auto;
		margin-top: 80px;
		background:url(../images/bg_mainvisual_sp.png);
		background-size: cover;
		background-position: top center;
	}
	.p-mainvisual__inner {
		padding: 20px 0 0;
	}
	.p-mainvisual__title {
		width: 95%;
	}
	h4.ttl {
		font-size: 20px;
	}
	/* c-contents
	----------------------------------*/
	.c-contents__title1 img {
		width: 50%;
		margin: 0 auto 50px;
	}
	p.c-contents__h-txt {
		font-size: 18px;
	}
	.c-contents__title2 img {
		width: 100%;
		margin: 0 auto 60px;
	}
	.c-contents__title3 img {
		width: 70%;
	}
	p.c-txt {
		margin: 30px auto 30px;
		width: 100%;
		font-size: 24px;
		font-weight: 600;
		text-align: center;
	}
    /* c-column
    ----------------------------------*/
	.c-column {
		padding: 30px 35px 10px;
	}
	.c-column p.ttl {
		font-size: 20px;
	}
	.c-column p.ttl_sub{
		font-size: 18px;
	}
	.c-column2 {
		padding: 30px 30px 0;
		margin-top: 50px;
	}
	.c-column2 p.txt{
		font-size: 20px;
		margin: 0 auto 30px;
		text-align: left;
	}
	.c-column2 p.txt br {
		display: none;
	}
    /* l-footer
    ----------------------------------*/
    .l-footer__inner {
		width: 90%;
		padding: 1.0rem 0;
    }
    .l-footer__logo {
        width: 100px;
        margin: 0 auto 0.1rem;
		}
    /* c-list
    ----------------------------------*/
    .c-list__item {
        margin-bottom: 0.5rem;
    }
    .c-list__item:last-child {
        margin-bottom: 0;
    }
    .c-list__2column .c-list__item { width: 100%; }
    .c-list__3column .c-list__item { width: 100%; }
    .c-list__4column .c-list__item { width: 48.33%; }
    .c-list__5column .c-list__item { width: 48.33%; }
    }
}

