@charset "UTF-8";
/* CSS Document */
.cm_page {
    margin-bottom: 120px;
    padding-right: 42px;
}
.cm_link_list .flex_wrap {
    width: 94%;
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
}
.cm_link_list li:nth-of-type(2n) .flex_wrap {
    flex-direction: row-reverse;
}
.cm_link_list .inner_img{
    width: 49%;
}
.cm_link_list .inner_img {
    width: 38%;
}
.cm_link_list .inner_text {
    width: 58%;
    padding-left: 4%;
}
.cm_link_list li:nth-of-type(2n) .inner_text {
    width: 60%;
}
.recommend__explain .inner_text {
    width: 60%;
    padding-left: 0;
}
.inner_text .sub_name {
    color: #55b692;
    font-size: 0.875em;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 120%;
	position:relative;
}
.inner_text .sub_name::before {
    content: "▼";
    position: absolute;
    left: -35px;
    transform: rotate(-90deg);
}
.inner_text .name {
    color: #000000;
    font-weight: normal;
    font-size: 1.4em;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    position: relative;
    
}
.inner_text .name::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background: #55b692;
    bottom: 0;
    left: 0;
    margin: auto;
}
.inner_text .sub_name,
.inner_text .name{
    margin-left: 15px;
}
.inner_text .text {
    font-size: 0.9em;
    line-height: 160%;
    margin-bottom: 30px;
}
.inner_text .link_btn a {
    display: inline-block;
    color: #5a6461;
    background: #eeefef;
    padding: 8px 2.5em;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    line-height: 120%;
	transition:all ease 300ms;
    position: relative;
    overflow: hidden;
    
}
.inner_text .link_btn a::after {
    content: "";
    background: #ffffff;
    display: block;
    width: 15px;
    height: 60px;
    position: absolute;
    right: -4px;
    top: -10px;
    transform: rotate(20deg);
}
.inner_text .link_btn a:hover{
    background: #55b692;
	color:#ffffff;
}
/*History スライダー*/
.cm_history_link {
    background: #eeefef;
    padding: 50px 0 60px;
    margin-bottom: 80px;
}
.cm_histtl {
    font-size: 1.2em;
    line-height: 140%;
    letter-spacing: 1.5px;
}
.cm_histtl .bg_white {
    display: inline-block;
    background: #ffffff;
    line-height: 100%;
    padding: 0.2em 0.7em;
    letter-spacing: 0.2em;
}
.cm_hissubttl {
    font-size: 0.6em;
    letter-spacing: 1em;
    margin-bottom: 15px;
    color: #55b692;
}
.cm_histtl_wrap {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
	
}
.cm_histtl_wrap::after {
    content: "";
    background: #000000;
    height: 2px;
    width: 60px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider_cmhis .cmhis {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
.slider_cmhis .cmhis .name{
	color:#5a6461;
}
.slider_cmhis .slick-dots {
    bottom: -50px;
}
.slick-dots li.slick-active button:before{
	color:#55b692;
}
.slick-prev,
.slick-next{
	display:block;
	width:18px;
	height:18px;
	border-top:1px solid #5a6461;
	border-left:1px solid #5a6461;
    top: auto;
    bottom: -50px;
	z-index:3;
}
.slick-prev {
    left: 45px;
	transform:rotate(-45deg);
}
.slick-next {
    right: 45px;
	transform:rotate(135deg);
}
.slick-prev:before,
.slick-next:before{
	content:"";
}

/*==============================
　CM方式とは
==============================*/
.cm_wrap h2.title {
    font-weight: normal;
    color: #231815;
    font-size: 1.3em;
    letter-spacing: 0.2em;
    line-height: 120%;
    padding-bottom: 10px;
    position: relative;
}
.cm_wrap .ttl_wrap .title_deco{
    color: #5a6461;
    font-size: 0.5em;
    letter-spacing: 1px;
    line-height: 120%;
}
.cm_wrap h2.title::after{
    content: "";
    display: block;
    width: 30px;
    background: #55b692;
    height: 2px;
    margin-top: 20px;
}
.cm_wrap {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}
.cm_title_wrap {
    text-align: center;
    position: relative;
	margin-bottom:30px;
}
.cm_title_wrap .title_deco {
    line-height: 120%;
    font-size: 0.6em;
    letter-spacing: 1.4em;
    color: #55b692;
    margin-bottom: 30px;
}
.cm_title_wrap h3.title {
    font-weight: normal;
    margin-bottom: 25px;
}
.cm_title_wrap h3.title::after {
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    background: #000000;
    margin: 30px auto 0;
}
.cm_title_wrap .text {
    font-size: 0.88em;
}

.cm_menu_list {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.cm_menu {
    width: 21.5%;
    margin-top: 50px;
    margin-bottom: 1.7em;
	transition:all ease 300ms;
}
.cm_menu:hover {
    width: 25%;
	margin-top:15px;
	margin-bottom:0;
}
.cm_menu a {
    display: block;
    width: 100%;
    height: 100%;
}
.menu_inner {
    background-position: center;
    background-repeat: no-repeat;
	height:20.5vw;
    max-height: 230px;
    border-radius: 110px;
    text-align: center;
	transition:all ease 300ms;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
    position: relative;
	overflow:hidden;
}
.cm_menu:hover .menu_inner {
    border: 5px solid rgba(85,182,146,0.5);
	height:26.65vw;
    max-height: 250px;
}
.cm_menu.separate .menu_inner{
	background-image:url(../image/top/top_cm01.jpg);
}
.cm_menu.recommend .menu_inner{
	background-image:url(../image/top/top_cm02.jpg);
}
.cm_menu.merit .menu_inner{
	background-image:url(../image/top/top_cm03.jpg);
}
.cm_menu.compensation .menu_inner{
	background-image:url(../image/top/top_cm04.jpg);
}
.menu_inner .bg_green{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	transition:all ease 200ms;
	background:rgba(189,199,180,0.34);
}
.cm_menu:hover .menu_inner .bg_green{
	background:rgba(52,52,22,0.5);
}
.menu_inner .menu_name {
    color: #ffffff;
    letter-spacing: 5px;
    font-size: 1em;
    line-height: 100%;
    margin-bottom: 20px;
	transition:all ease 500ms;
	opacity:0;
}
.menu_inner .menu_arrow {
    color: #55b692;
    font-weight: bold;
    border: 2px solid #55b692;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 40px;
	transition:all ease 200ms;
	opacity:0;
}
.cm_menu:hover .menu_inner .menu_name,
.cm_menu:hover .menu_inner .menu_arrow{
	opacity:1;
}
.cm_menu .name::before{
	content:"";
	display:block;
	width:2px;
	height:15px;
	background: #55b692;
    margin: 12px auto 20px;
	transition:all ease 200ms;
}
.cm_menu:hover .name::before{
	margin-top:0;
}
.cm_menu .name{
    color: #55b692;
    font-size: 0.88em;
    line-height: 140%;
    position: relative;
	text-align:center;
}
.cm_menu .text {
    text-align: center;
    font-size: 0.9em;
}

.cm_link_list li,
.cm_link_list > .flex_wrap{
position:relative;
}
.cm_link_list li::before,
.cm_link_list > .flex_wrap::before {
content: "";
display: block;
background: #fff;
width: 100%;
height: 100%;
position: absolute;
right:0;
z-index: 2;
transition: all ease 800ms;
}
.cm_link_list > .flex_wrap::before{
background:#e6e9e2;
transition: all ease 500ms;
}
.cm_link_list li:nth-of-type(2n)::before,
.cm_link_list > .flex_wrap:nth-of-type(2n)::before{
right:auto;
left:0;
}
.cm_link_list li.move::before,
.cm_link_list > .flex_wrap.move::before{
width:0;
}
@media screen and (max-width: 840px){

}
@media screen and (max-width: 760px){

}
@media screen and (max-width: 530px){
.cm_page {
	padding-right: 0;
	}
	.cm_link_list .flex_wrap {
    display: block;
}
.cm_link_list li:nth-of-type(n) .inner_text,
.cm_link_list li:nth-of-type(n) .inner_img {
    width: 100%;
}
.cm_link_list .inner_text {
    padding-left: 0;
    margin-bottom: 1em;
}
.inner_text .sub_name{
	margin-left:35px;
}
.inner_text .name{
	margin-left:0px;
}
.cm_menu_list {
    flex-wrap: wrap;
    align-items: flex-start;
}
.cm_menu {
    width: 45%;
    margin: 10px auto 5px;
}
.menu_inner {
    height: 40vw;
}
.cm_menu .name {
    font-size: 0.8em;
}
.cm_menu .name::before {
    margin: 5px auto;
}
.cm_menu .text {
    line-height: 140%;
    font-size: 0.75em;
}
}