@charset "utf-8";

/*
源ノゴシック
font-family: source-han-sans-cjk-ja, sans-serif;
源ノ明朝
font-family: source-han-serif-japanese, serif;

Gフォント
font-family: 'Noto Sans JP', sans-serif;

*/

.grecaptcha-badge { visibility: hidden; }

html {
		font-family: 'Noto Sans JP', sans-serif;
}
/*
html {visibility: hidden;}
html.wf-active {visibility: visible;}
*/
body {
    background: #fff;
    color: #48382d;
		caret-color: transparent;
}
.inner {max-width: 1180px;width: 100%;margin: 0 auto;box-sizing: border-box;}
.inner_s {max-width: 1080px;width: 100%;margin: 0 auto;box-sizing: border-box;}

.marker {background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);}

/* **************************************************************** */
/* ヘッダー
*/
header {
    padding: 1em 0;
}
header .inner {

}
header .logo {

}
/* **************************************************************** */
/* フッター
*/
footer {
		background: #fff;
    padding: 0;
}
footer .copy {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 1em 0 1em;
}


/* **************************************************************** */
/* コンタクト
*/
.contact {
    background: #fffbe7;
    padding: 2em 0 3em;
    position: relative;
    margin-top: 10em;
}
.contact:before {
		content: "";
    background: url(../images/bg_other.png) no-repeat center bottom;
    width: 100%;
    height: 10em;
    position: absolute;
    top: -10em;
    left: 0;
}



    

.contact_bloc dl {
    border: none!important;
    background: none!important;
}

.btn_bloc button {
    box-shadow: none;
    padding: 0;
    border-radius: 2em;
    background: none;
    width: auto;
    max-width: none;
}
/* **************************************************************** */
/* 個別CSS
*/
.mv {
    background: url(../images/bg_mv.png) no-repeat center top;
    overflow: hidden;
    padding: 1em 0;
}
.mv .inner {
    align-items: flex-start;
    justify-content: center;
}
.mv_bloc {
		position: relative;
}
.mv_bloc h1 {

}
.mv_bloc p {
    margin-top: -1em;
    margin-bottom: 2em;
}
.mv_bloc .baloon {
    position: absolute;
    top: 11em;
    left: -12em;
}
.mv_bloc .btn_bloc {

}
.mv_bloc .btn_bloc a {
    display: inline-block;
    border-radius: 3em;
}
.mv_bloc .btn_bloc img {
    display: inline-block;
    border-radius: 3em;
}

.about {
    background: url(../images/bg_about.png) no-repeat center bottom;
    padding: 2em 0;
}
.about .inner {
    align-items: flex-start;
    justify-content: flex-end;
}
.about_bloc {

}
.about_bloc h2 {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5em;
}
.about_bloc h2 img + img {
    margin-left: 0.5em;
}
.about_bloc p {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: left;
}

.strengths {
    background: #EEF1DB url(../images/bg_strengths.png) no-repeat center bottom;
    padding: 3em 0;
}
.strengths h2 {
    margin-bottom: 2em;
}
.strengths .strengths_bloc {
    margin-bottom: 2em;
}

.strengths_list {

}
.strengths_list .first {
    margin-bottom: 2em;
}
.strengths_list .first .box {
		margin-bottom: 1em;
}
.strengths_list .first .box h3 {
		align-items: center;
    justify-content: flex-start;
}
.strengths_list .first .box h3 i {

}
.strengths_list .first .box h3 .titles {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left;
    font-weight: 900;
    margin-left: 0.5em;
}
.strengths_list .first .box p {
    flex: 1 0 0%;
    margin-left: 2em;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: left;
}
.strengths_list .first figure {
    width: 100%;
    text-align: center;
}


.strengths_list .sepa {
    width: 30%;
}
.strengths_list .sepa h3 {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1em;
}
.strengths_list .sepa h3 i {

}
.strengths_list .sepa h3 .titles {
    font-size: 36px;
    line-height: 1.2em;
    text-align: left;
    font-weight: 900;
    margin-left: 0.5em;
}
.strengths_list .sepa figure {
    margin-bottom: 1em;
}
.strengths_list .sepa p {
    flex: 1 0 0%;
    margin-left: 2em;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: left;
}

.strengths_bottom {

}


.flow {
    overflow: hidden;
    padding: 2em 0;
}
.flow h2{
    margin-bottom: 2em;
}
.flow_bloc {

}
.flow_bloc ol {
    align-items: flex-start;
    justify-content: center;
}
.flow_bloc ol li {
		position:relative;
}
.flow_bloc ol li + li {
    margin-left: 4em;
}
.flow_bloc ol li + li:before  {
    content: "";
    width: 40px;
    height: 36px;
    background: url(../images/icon_arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 4em;
    left: -3em;
}
.flow_bloc ol li figure {
    margin-bottom: 0.5em;
}
.flow_bloc ol li h3 {
    color: #26466d;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.flow_bloc ol p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
}


.support {
    background: url(../images/bg_support.png);
    padding: 2em 0;
}

.support .title_bloc {
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
}
.support .title_bloc figure {

}
.support .title_bloc .box {
    margin: 0 2em;
}
.support .title_bloc .box h2 {
    margin-bottom: 0.5em;
}
.support .title_bloc .box h3 {
    font-size: 40px;
    line-height: 1.4em;
    font-weight: 900;
}
.support .title_bloc .box h3 em {
    font-style: normal;
    background: linear-gradient(transparent 60%, #fbf801 60%);
}

.support_figure_bloc {
    margin-bottom: 2em;
}

.support_bloc {
    display: inline-block;
    background: #fff;
    border: solid 7px #48382d;
    border-radius: 1em;
    padding: 1em 10em;
}
.support_bloc h3 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.support_bloc ul {
    align-items: flex-start;
    justify-content: center;
}
.support_bloc ul li {
		font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    margin: 0.5em 1em;
}
.support_bloc ul li + li {

}


.information {
		padding:2em 0;
}
.information h2 {
		margin-bottom:2em;
}
.information_bloc {
    align-items: center;
    justify-content: space-between;
}
.information_bloc figure {

}

.info_data_bloc {
    flex: 1 0 0%;
    margin-left: 2em;
}

.info_meta {
    margin-bottom: 1em;
}
.info_meta dl {
    align-items: center;
    justify-content: flex-start;
}
.info_meta dl dt {
    background: #48382d;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    padding: 0.5em 1em 0.7em;
    border-radius: 1em;
}
.info_meta dl dd {
    font-size: 24px;
    line-height: 1em;
    font-weight: 900;
    margin-left: 0.5em;
}

.info_data {
    margin-bottom: 1em;
}
.info_data dl {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
}
.info_data dl + dl {
    margin-top: 0.5em;
}
.info_data dl dt {
    width: 6em;
    text-align: left;
}
.info_data dl dd {
    flex: 1 0 0%;
    text-align: left;
}

.info_text {

}
.info_text h3 {
    color: #f08967;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.info_text p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: left;
}


.other {
    padding: 2em 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.other h2 {
		margin-bottom:2em;
}
.other_bloc {

}

.other_slider {

}
.other_slider .item {
    background: #fff;
    border-radius: 1em;
    box-shadow: 0 3px 3px #333;
    margin: 0.5em;
    box-sizing: border-box;
    max-width: 264px;
}
.other_slider .item .figure_bloc {
    position: relative;
}
.other_slider .item .figure_bloc figure {

}
.other_slider .item .figure_bloc span {
    background: #48382d;
    color: #fff;
    border-radius: 1em;
    font-size: 14px;
    position: absolute;
    bottom: 0.8em;
    left: 1em;
    box-sizing: border-box;
    padding: 0.2em 1em;
}
.other_slider .item p {
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
    padding: 0.8em 1em;
    font-weight: bold;
}


.slick-prev:before {
		content: "";
    background: url(../images/icon_arrow_left.png) no-repeat;
    background-size: contain;
    width: 72px;
    height: 72px;
    display: block;
}
.slick-next:before {
		content: "";
    background: url(../images/icon_arrow_right.png) no-repeat;
    background-size: contain;
    width: 72px;
    height: 72px;
    display: block;	
}

.slick-prev {
    width: 72px;
    height: 72px;
    z-index: 10;
    left: -5rem;
}
.slick-next {
    width: 72px;
    height: 72px;
    z-index: 10;
    right: -5rem;
}


.line_content {
    background: #46d163;
    padding: 2em 0;
}
.line_content .inner {
    align-items: center;
    justify-content: space-between;
}

.line_content_bloc {

}
.line_content_bloc h2{
    margin-bottom: 1em;
}
.line_content_bloc p {
		color: #fff;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 1em;
}
.line_content_bloc .btn_bloc {

}
.line_content_bloc .btn_bloc a {

}

.line_content figure {

}
































