
/* ************************************************************
　共通
************************************************************ */
html {
    font-size: 100%
	height: 100%;
}
body {
    position: relative;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #000;
    background-color: #fff;
    font-feature-settings: "palt";
}
img {
    width: 100%;
    height: auto;
    display: inherit
}
a {
    color: #fff;
    text-decoration: none;
}
a > img:hover {
    opacity: 0.7;
    transition: .3s;
}
p {
    margin: 0;
}
h1 {
    margin: 0;
    line-height: 1;
}
h2 {
    font-size: 3.75rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 0;
}
h3 {
    font-size: 2rem;
    line-height: 1.6;
    margin: 0;
}
h4,h5 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0;
}
ul,li,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
}

/*hover*/
img.opacity {
    opacity: 1;
}
img.opacity:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    zoom: 1;
}

/*animation*/
.fadein {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 1000ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/*スムーズスクロール*/
html {
	scroll-behavior: smooth;
}

/* ************************************************************
　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-color: #FCF872;
}
.bg-2 {
	height: 100px;
	background-image: url(../images/point-ill_1.png),url(../images/bg-2.png);
	background-size: auto,auto;
	background-repeat: no-repeat,repeat-x;
	background-position: center,center;
}
.bg-3 {
	height: 102px;
	background-image: url(../images/point-ill_2.png),url(../images/bg-3.png);
	background-size: auto,auto;
	background-repeat: no-repeat,repeat-x;
	background-position: center,center;
}
.bg-4 {
	background-color: #F0EEEB;
}


/* 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;
}


/* ************************************************************
　Compornent
************************************************************ */

/* 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;
	margin: 0 auto;
	padding: 1.5rem;
	font-size: 20px;
    font-weight: bold;
	border: 3px solid #000;
	transition: 0.5s;
	border-radius: 9999px;
}
a.btn1:hover {
	background-color: #fff;
}


/* h4.ttl
----------------------------------*/
h4.ttl {
	color: #000;
	font-size: 24px;
    font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000;
	display: inline-block;
	padding-bottom: 10px;
	margin: 0 auto 30px;
}


/* p-mainvisual
----------------------------------*/
.p-mainvisual {
	height: auto;
	margin-top: 100px;
	background:url(../images/bg_mainvisual.png);
    background-size: cover;
    background-position: top center;
}
.p-mainvisual__inner {
    padding: 35px 0 0;
    text-align: center;
}
.p-mainvisual__title {
	width: 80%;
	margin: 0 auto;
}

/*タイトルアニメーション*/
.p-mainvisual__title {
    -webkit-animation: fadein 0.8s 1 ease-out;
    animation: fadein 0.8s 1 ease-out;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  } 
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}


/* c-pagetop
----------------------------------*/
.pagetop{
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 30px;
    position: fixed;
    border: 1px solid #000;
    background: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagetop::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}
@media (max-width: 31.25em) {
	.pagetop {
		display: none !important;
	}
	.pagetop::before {
			display: none !important;
	}
}

/* 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;
}

/* 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: 70%;
	}
	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: 90%;
		text-align: left;
	}
    /* 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%; }
    }
}

/* ************************************************************
　SP
************************************************************ */

@media (max-width: 31.25em) {
    h1 {
        margin: 0;
        line-height: 1;
    }
    h2 {
        font-size: 1.375rem;
        line-height: 1.6;
        font-weight: bold;
        margin: 0;
    }
    h3 {
        font-size: 1.125rem;
        line-height: 1.6;
        margin: 0;
    }
    h4,h5 {
        font-size: 1rem;
        line-height: 1.5;
        margin: 0;
	}

    /* l-section
    ----------------------------------*/
    .l-footer,
    .l-section {
        width: 100%;
        min-width: auto;
    }
	.l-section__inner {
        width: 100%;
        margin: 0 auto;
        padding: 1.5rem 0 1.5rem;
	}
	.l-section__inner2 {
        width: 100%;
        margin: 0 auto;
        padding: 1.5rem 0 1.5rem;
	}
	.l-section__inner3 {
        width: 100%;
        margin: 0 auto;
        padding: 1.5rem 0 1.5rem;
    }
    .l-section__inner p {
    }
    /* c-heading
    ----------------------------------*/
    .c-heading {
        margin-bottom: 1.875rem;
    }
    .c-heading__title{
        font-size: 1.75rem;
    }
    .c-heading p {
        font-size: 1rem;
	}
	/* c-contents
	----------------------------------*/
	.col_img img {
		margin: 40px auto 0;
	}
}