@charset "utf-8";
@import url("/ssi/css/detail.css");


#mymainback{
    max-width: 100%;
}

.cont_wrap{
    padding: 0 40px;
}
@media screen and (max-width: 1080px) {
	.cont_wrap{
        padding: 0;
    }
}
.cont_wrap .sec_innr{
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
@media screen and (max-width: 1080px) {
	.cont_wrap .sec_innr{
        width: 89.333%;
    }
}
#cont01 .sec_innr{
    display: flex;
    justify-content: space-between;
    margin: 32px auto 64px;
    width: 90%;
}
@media screen and (max-width: 1080px) {
	#cont01 .sec_innr{
        width: 640px;
        gap: 60px;
        margin: 0 auto 64px;
    }
}
@media screen and (max-width: 768px) {
	#cont01 .sec_innr{
        width: 78.66%;
        gap: unset;
        display: block;
    }
}
#cont01 .kv{
    width: 68.52%;
    max-width: 740px;
}
@media screen and (max-width: 1080px) {
	#cont01 .kv{
        width: 100%;
        max-width: 380px;
    }
}
@media screen and (max-width: 768px) {
	#cont01 .kv{
        width: 87.76%;
        max-width: 400px;
        margin: 0 auto 40px;
    }
}
#cont01 .cont01_right{
    width: 30%;
    max-width: 300px;
}
@media screen and (max-width: 1080px) {
	#cont01 .cont01_right{
        width: 100%;
        max-width: 226px;
    }
}
@media screen and (max-width: 768px) {
	#cont01 .cont01_right{
        width: 87.76%;
        max-width: unset;
        margin: auto;
    }
}
@media screen and (max-width: 768px) {
	#cont01 .cont01_right .free_box img{
        margin: auto;
        display: block;
    }
}
#cont01 .free_box:first-of-type{
    margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
	#cont01 .free_box:first-of-type{
        margin-bottom: 16px;
    }
}
#cont02{
    position: relative;
    background-color: #F6FBDC;
}
@media screen and (max-width: 670px) {
	#cont02 .sec_innr{
        max-width: 335px;
    }
}
.bg_bottom_green{
    position: absolute;
    width: 100%;
}
.tpl_side1 #main{
    width: 100%;
}
.tpl_side1 #main_a{
    padding-left: 0;
}

/* ----------------------------------
　コンテンツ部分（さがす）タブ切替
---------------------------------- */
.tab-name_list {
  	display: flex;
	max-width: 1080px;
	gap: 1.48%;
}
.tab-name {
	cursor: pointer;
	border-radius: 20px 20px 0 0;
	width: 49.26%;
	max-width: 532px;
    padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1080px) {
	.tab-name {
		border-radius: 16px 16px 0 0;
        padding: 24px 0 16px;
	}
}
.color_black .tab-name,
.color_blue .tab-name {
	border: 8px solid #fff;
}
@media screen and (max-width: 1080px) {
	.color_black .tab-name,
	.color_blue .tab-name {
		border: 4px solid #fff;
	}
}
.color_black .tab-name.active,
.color_blue .tab-name.active {
	border: 8px solid #ffff00 !important;
	border-bottom: none !important;
	position: relative;
}
@media screen and (max-width: 1080px) {
	.color_black .tab-name.active,
	.color_blue .tab-name.active {
		border: 4px solid #ffff00 !important;
		border-bottom: none !important;
	}
}
.color_black .tab-name.active::after,
.color_blue .tab-name.active::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: -8px;
	left: 0;
	background-color: #000;
}
@media screen and (max-width: 1080px) {
	.color_black .tab-name.active::after,
	.color_blue .tab-name.active::after {
		height: 4px;
		bottom: -4px;
	}
}
.color_black .tab-name.active::after {
	background-color: #000;
}
.color_blue .tab-name.active::after {
	background-color: #0000ff !important;
}
.color_black .tab-name img,
.color_blue .tab-name img {
	background-color: #fff!important;
}

.tab-name p{
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 540px) {
	.tab-name p{
        display: block;
        text-align: center;
        font-size: 2rem;
        position: relative;
    }
}
.tab-name p::before{
    content: "";
    display: block;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 48px;
    background-image: url(/img/site/kosodate/icon_tab_search.png);
    background-repeat: no-repeat;
    margin-right: 16px;
}
@media screen and (max-width: 540px) {
	.tab-name p::before{
        width: 36px;
        height: 40px;
        position: absolute;
        top: -44px;
        left: 0;
        right: 0;
        margin: auto;
        background-size: contain;
    }
}
.tab-name p br{
    display: none;
}
@media screen and (max-width: 540px) {
    .tab-name p br{
        display: block;
    }
}
.tab-name_service{
    background-color: #D0EEEB;
}
.tab-name_growth{
    background-color: #FAE2DF;
}
.tab-panel {
  display: none;
  border-radius: 0 0 16px 16px;
}
.tab-panel_service{
    background-color: #D0EEEB;
}
.tab-panel_growth{
    background-color: #FAE2DF;
}
.tab-panel.active {
  display: block;
}
.color_black .tab-panel.active,
.color_blue .tab-panel.active {
	border: 8px solid #ffff00 !important;
}
@media screen and (max-width: 1080px) {
	.color_black .tab-panel.active,
	.color_blue .tab-panel.active {
		border: 4px solid #ffff00 !important;
	}
}
.tab-panel.active h2 {
  font-size: 20px;
  font-weight: bold;
}

.tab-panel ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 40px;
}
@media screen and (max-width: 1080px) {
	.tab-panel ul{
        max-width: 772px;
        margin: auto;
    }
}
@media screen and (max-width: 670px) {
	.tab-panel ul{
        gap: 16px;
        padding: 16px;
    }
}
.color_change .tab-panel ul{
    padding: 32px;
}
.tab-panel_growth ul{
    max-width: 820px;
    margin: auto;
}
.tab-panel ul li{
    width: 220px;
    padding: 32px 0 52px;
    text-align: center;
    background-image: url(/img/site/kosodate/tab_bg_circle.png);
    background-size: 220px;
    background-position: left top;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1080px) {
	.tab-panel ul li{
		width: 143px;
        padding: 16px 0 0;
        background-size: 100%;
	}
}
@media screen and (max-width: 670px) {
	.tab-panel ul li{
		width: 47.33%;
	}
}
@media screen and (max-width: 370px) {
	.tab-panel ul li{
		width: 46%;
	}
}
.tab-panel ul li:nth-of-type(4){
    padding-bottom: 6px;
}
.tab-panel ul li:nth-of-type(7){
    padding-bottom: 20px;
}
@media screen and (max-width: 1080px) {
    .tab-panel_service ul li:nth-of-type(6){
        padding-bottom: 28px;
    }
}
@media screen and (max-width: 1080px) {
    .tab-panel_growth ul li{
        padding-bottom: 28px;
    }
}
.tab-panel ul li .tab_item_icon{
    width: 96px;
    height: 96px;
    margin: 0 auto 8px;
}
@media screen and (max-width: 1080px) {
	.tab-panel ul li .tab_item_icon{
        width: 64px;
        height: 64px;
    }
}
.tab-panel ul li p{
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.55;
}
@media screen and (max-width: 1080px) {
	.tab-panel ul li p{
        font-size: 1.8rem;
        line-height: 1.5;
    }
}
.color_change .tab-panel ul li a,
.color_change .tab-panel ul li a p,
.color_change .tab-panel ul li a p span{
    text-decoration: none !important;
    color: #000 !important;
    text-shadow:
           1px 1px 0px #fff, -1px -1px 0px #fff,
          -1px 1px 0px #fff,  1px -1px 0px #fff,
           1px 0px 0px #fff, -1px  0px 0px #fff,
           0px 1px 0px #fff,  0px -1px 0px #fff !important;
}
.color_change .tab-panel ul li a:hover{
    text-decoration: underline #000 !important;
}
.tab-panel ul li:nth-of-type(4) p span{
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
    font-weight: 400;
}

#cont03{
    position: relative;
    background: url(/img/site/kosodate/bg_bottom_green.png),#fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 64px;
}
#cont03 .sec_innr{
    display: flex;
    gap: 40px;
}
@media screen and (max-width: 1080px) {
	#cont03 .sec_innr{
        display: block;
    }
}
#cont03 .section_information{
    max-width: 800px;
    width: 74.1%;
    background-color: unset;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 1080px) {
	#cont03 .section_information{
        max-width: unset;
        width: 100%;
    }
}
.section_information h2{
    font-size: 3.2rem;
    margin: 0 0 32px 67px;
    position: relative;
    display: flex;
}
@media screen and (max-width: 1080px) {
	.section_information h2{
        font-size: 2.8rem;
        margin: 0 0 32px 0;
        padding: 0;
    }
}
.section_information h2::before{
    content: "";
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 104px;
    height: 80px;
    background-image: url(/img/site/kosodate/news_character_v2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.section_information h2 span{
    margin-top: 32px;
    margin-left: 24px;
}
@media screen and (max-width: 1080px) {
	.section_information_list ul li:has(img.icon_new) img.icon_new{
        position: relative;
        margin-left: 1em;
        top: 0;
        left: 0;
    }
}
.section_information_list ul{
    padding: 0;
    margin-bottom: 32px;
}
.section_information_list ul li{
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    border-bottom: 1px solid #EEEEEE;
    padding: 16px 0 17px;
    margin-bottom: 0;
}
.section_information_list ul li > div{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.section_information_list ul li > div span.article_date{
    font-size: 1.4rem;
}
.section_information_list ul li > span{
    font-size: 1.6rem;
}
@media screen and (max-width: 1080px) {
	.section_information_list div.link_box{
        padding: 0 0 64px;
        gap: 32px;
    }
}
.section_information_list div.link_box span{
    width: unset;
}
@media screen and (max-width: 1080px) {
	.section_information_list div.link_box span{
        min-width: unset;
    }
}
.section_information_list div.link_box span a{
    width: 240px;
    background-color: #C2E4E8;
    border-radius: 90px;
    padding: 14px 20px;
}
@media screen and (max-width: 1080px) {
	.section_information_list div.link_box span a{
        width: 247px;
        padding: 14px 0;
        font-size: 1.6rem;
    }
}
.section_information_list ul li a{
    color: #000;
    text-decoration: underline;
}
@media screen and (max-width: 1080px) {
	.section_information_list ul li a{
        background: none;
    }
}

#top_list_green_box{
    flex-direction: column;
    width: 240px;
    padding-top: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
	#top_list_green_box{
        width: 100%;
        padding: 0;
    }
}
#top_list_green_box .item_green_box{
    width: 100%;
}
#top_list_green_box .icon_green_box{
    margin-bottom: 8px;
}
@media screen and (max-width: 1080px) {
	#top_list_green_box .icon_green_box{
        margin-bottom: 0;
        min-width: 64px;
    }
}
#top_list_green_box .item_green_box p{
    line-height: 1.5;
}
@media screen and (max-width: 1080px) {
	#top_list_green_box .item_green_box p{
        text-align: left;
    }
}
#top_list_green_box .item_green_box p.item_green_desc{
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
}
@media screen and (max-width: 1080px) {
	#top_list_green_box .item_green_box p.item_green_desc{
        font-size: 1.2rem;
    }
}

#footer::before{
    display: none;
}
#foot_list_green_box{
    display: none;
}
#footstep_wrap{
    display: none;
}

/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {


}
/* ==================================================
スマートフォン ここまで
================================================== */