@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/
div.page_title {
    background: url("../images/service/page_title_bg.jpg") no-repeat;
	background-size: cover;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 768px){
	
	section#intoro {
		width: 860px;
		margin: 0 auto;
		padding: 80px 0 90px;
		background: #FFF;
		position: relative;
	}
	
	section#intoro div.illust{
		width: 140px;
		position: absolute;
		top: -25px;
		right: -20px;
		z-index: 5;
	}
	
	section#intoro h2,
	section#feature h2,
	section#type h2,
	section#target h2{
		font-size: 28px;
		font-size: 2.8rem;
		color: #3e3a39;
		line-height: 1.5;
		margin-bottom: 40px;
		padding-bottom: 10px;
		position: relative;
		background: url("../images/common/title_bg.png") repeat-x;
		background-position: bottom;
		background-size: 250px;
		letter-spacing: 0.15em;
	}
	
	section#intoro p{
		line-height: 2.5;
	}
	
	section#service {
		width: 950px;
		margin: 0 auto;
		padding: 0 0 90px;
		background: #FFF;
		position: relative;
	}
	
	section#service h2{
		width: 860px;
		margin: 0 auto 40px;
		font-size: 28px;
		font-size: 2.8rem;
		color: #3e3a39;
		line-height: 1.5;
		padding-bottom: 10px;
		position: relative;
		background: url("../images/common/title_bg.png") repeat-x;
		background-position: bottom;
		background-size: 250px;
		letter-spacing: 0.15em;
	}
	
	section#service div.img{
		margin-bottom: 50px;
		line-height: 0;
		position: relative;
	}
	
	section#service div.img a.ytbtn {
        font-size: 11px;
        font-size: 1.15rem;
        line-height: 1;
        padding: 6px 8px;
        display: inline-block;
        background: #e95383;
        color: #FFF;
        position: absolute;
        top: -82px;
        right: 45px;
        letter-spacing: 0.025em;
        border-radius: 5px;
		cursor: pointer;
    }
	
	section#service div.img a.ytbtn::after {
        content: "\f105";
		font-family:FontAwesome;
		margin-left:4px;
		font-size: 1.4rem;
    }
	
	section#service div.img + p{
		width: 860px;
		margin: 0 auto 15px;
	}
	
	section#service ul{
		width: 860px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
	}
	
	section#service ul li{
		width: 48%;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	
	section#service ul li h4{
		line-height: 0;
		margin-bottom: 10px;
	}
	
	section#feature,
	section#type,
	section#target{
		width: 860px;
		margin: 0 auto;
		padding: 0 0 90px;
		background: #FFF;
		position: relative;
	}
	
	section#target{
		padding: 0;
	}
	
	section#feature ul{
		width: 100%;
		list-style: none;
		margin-bottom: 30px;
	}
	
	section#feature ul li{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		list-style: none;
		margin-bottom: 20px;
	}
	
	section#feature ul li div.num{
		width: 24px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1;
		color: #FFF;
		text-align: center;
		background: #e95383;
		padding: 5px 0 5px 2px;
		border-radius: 5px;
	}
	
	section#feature ul li div.text{
		width: 820px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	section#feature ul li div.text h4{
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-weight: 700;
		line-height: 1.5;
		margin-bottom: 3px;
	}
	
	section#feature ul li div.text p{
		line-height: 1.5;
	}
	
	section#feature ul + div{
		width: 100%;
		padding: 12px;
		box-shadow: 0 0 3px 3px rgba(0, 0, 0, .2);
		line-height: 0;
	}
	
	section#type ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		list-style: none;
		margin-top: 35px;
	}
	
	section#type ul li{
		width: 46%;
	}
	
	section#type ul li h4{
		color: #f39800;
	}
	
	section#type ul li p{
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 0;
		min-height: 8em;
		position: relative;
	}
	
	section#type ul li p span.illust{
		width: 196px;
		position: absolute;
		bottom: -11px;
		right: 22px;
		z-index: 0;
	}
	
	section#type ul li div{
		padding: 12px;
		background: #FFF;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
		line-height: 0;
		position: relative;
		z-index: 1;
	}
	
	section#target h4{
		color: #f39800;
		margin-bottom: 3px;
	}
	
	section#target p{
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	
	section#target div.kouza_box{
		width: 720px;
		margin: 60px auto 0;
		line-height: 0;
	}
	
	section#target div.kouza_box p{
		box-shadow: 4px #666;
	}
	
	section#target div.kouza_box p a{
		display: block;
	}
	
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 767px){
	
	section#intoro {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0 50px;
		background: #FFF;
		position: relative;
	}
	
	section#intoro div.illust{
		width: 68px;
		position: absolute;
		bottom: -10px;
		right: 5%;
		z-index: 5;
	}
	
	section#intoro div.illust{
		width: 70px;
		position: absolute;
		top: -20px;
		right: 5%;
		z-index: 5;
	}
	
	section#intoro h2,
	section#feature h2,
	section#type h2,
	section#target h2{
		font-size: 20px;
		font-size: 2.0rem;
		color: #3e3a39;
		line-height: 1.5;
		margin-bottom: 25px;
		padding-bottom: 10px;
		position: relative;
		background: url("../images/common/title_bg.png") repeat-x;
		background-position: bottom;
		background-size: 250px;
		letter-spacing: 0.15em;
	}
	
	section#intoro p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2.5;
	}
	
	section#service {
		width: 95%;
		margin: 0 auto;
		padding: 0 0 50px 0;
	}
	
	section#service h2{
		width: 90vw;
		font-size: 20px;
		font-size: 2.0rem;
		color: #3e3a39;
		line-height: 1.5;
		margin: 0 auto 25px;
		padding-bottom: 10px;
		position: relative;
		background: url("../images/common/title_bg.png") repeat-x;
		background-position: bottom;
		background-size: 250px;
		letter-spacing: 0.15em;
	}
	
	section#service div.img{
		margin-bottom: 30px;
		line-height: 0;
		position: relative;
		padding-top: 20px;
	}
	
	section#service div.img a.ytbtn {
        font-size: 11px;
        font-size: 1.15rem;
        line-height: 1;
        padding: 6px 8px;
        display: inline-block;
        background: #e95383;
        color: #FFF;
        position: absolute;
        top: -10px;
        right: 2.5%;
        letter-spacing: 0.025em;
        border-radius: 5px;
    }
	
	section#service div.img a.ytbtn::after {
        content: "\f105";
		font-family:FontAwesome;
		margin-left:4px;
		font-size: 1.4rem;
    }
	
	section#service div.img + p{
		width: 90vw;
		margin: 0 auto 15px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	section#service ul{
		width: 90vw;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
	}
	
	section#service ul li{
		width: 100%;
		max-width: 480px;
		margin: 0 auto 30px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	section#service ul li h4{
		line-height: 0;
		margin-bottom: 10px;
	}
	
	section#feature,
	section#type,
	section#target{
		width: 90%;
		margin: 0 auto;
		padding: 0 0 50px 0;
	}
	
	section#target{
		padding: 0;
	}
	
	section#feature ul{
		width: 100%;
		list-style: none;
		margin-bottom: 30px;
	}
	
	section#feature ul li{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		list-style: none;
		margin-bottom: 20px;
	}
	
	section#feature ul li div.num{
		width: 24px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1;
		color: #FFF;
		text-align: center;
		background: #e95383;
		padding: 5px 0 5px 2px;
		border-radius: 5px;
	}
	
	section#feature ul li div.text{
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	section#feature ul li div.text h4{
		font-family: "新ゴ B", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-weight: 700;
		line-height: 1.5;
		margin-bottom: 3px;
	}
	
	section#feature ul li div.text p{
		line-height: 1.5;
	}
	
	section#feature ul + div{
		width: 100%;
		padding: 12px;
		box-shadow: 0 0 3px 3px rgba(0, 0, 0, .2);
		line-height: 0;
	}
	
	section#type h2 + p{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	section#type ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		list-style: none;
		margin-top: 35px;
	}
	
	section#type ul li{
		width: 100%;
		max-width: 480px;
		margin: 0 auto 30px;
	}
	
	section#type ul li h4{
		color: #f39800;
	}
	
	section#type ul li p{
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 0;
		min-height: 6em;
		position: relative;
		padding-bottom: 1.5em;
	}
	
	section#type ul li p span.illust{
		width: 130px;
		position: absolute;
		bottom: -8px;
		right: 2.5%;
		z-index: 0;
	}
	
	section#type ul li div{
		padding: 12px;
		background: #FFF;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
		line-height: 0;
		position: relative;
		z-index: 1;
	}
	
	section#target h4{
		color: #f39800;
		margin-bottom: 3px;
	}
	
	section#target p{
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	
	section#target div.kouza_box{
		width: 90%;
		max-width: 380px;
		margin: 40px auto 0;
		line-height: 0;
	}
	
	section#target div.kouza_box p{
		box-shadow: 4px #666;
	}
	
	section#target div.kouza_box p a{
		display: block;
	}
	
}
