@charset "UTF-8";
/*************************************************
【会社情報】共通設定
**************************************************/
/* paddingとborderを幅と高さに含める */
#businessInfoArea *,
#businessInfoArea *:before,
#businessInfoArea *:after {
    box-sizing: border-box;
}
#contents{
	background-color: #FFFFFF;
	font-family: "Yu GothicMedium", "游ゴシックMedium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #333;
}
#topArea {
    margin: 75px 50px 50px;
}
#topArea .container {
    max-width: 1280px;
}
#topArea .top_image_wrap{
	margin-bottom: 160px;
}

#businessInfoArea {
    margin-top: 50px;
    margin-bottom: 100px;
    color: #555;
}

#businessInfoArea .container {
    width: 96%!important;
    margin: 0 auto;
}
/* セクションの余白設定 */
#businessInfoArea {
    margin-top: 50px;
    margin-bottom: 160px;
}

/*　見出し要素
----------------------------------------*/
#businessInfoArea h1 {
    font-size: 1.8vw;
    /* min-width: 50vw; */
    font-weight: normal;
	
}

#businessInfoArea  h2 {
	font-size: 2.7em;
	font-weight: bold;
	max-width: 70%;
	
}
@media screen and (max-width: 1200px) {
	/* 1200px以下に適用されるCSS */
	#businessInfoArea h2 {
		font-size: 3.0vw;
	}
}


#businessInfoArea  h3 {
	font-size: 1.5em;
	font-weight: normal;
}

#businessInfoArea  h4 {
    font-weight: normal;
}

#businessInfoArea h4.contents_ttl {
    font-weight: bold;
    font-size: 2.0em;
    text-align: center;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 2em;
}
#businessInfoArea p{
	font-size: 1.2em;
	line-height: 1.8;

}
@media screen and (min-width: 768px){
	#businessInfoArea .sp{
		display: none;
	}
}


/*　containerの中身
----------------------------------------*/
#topArea .container .top_image_wrap{
	background: url("../image/top_image_pc20220914.jpg?202209151646") no-repeat top center;
	background-size: cover;
	padding-top: 91.41%;
	width: 100%;
	margin: 80px auto 0;
}


#businessInfoArea .container .ttl_box {
	align-items: center;
	display: inline-block;
	display: flex;
	justify-content: space-between;
	margin: 200px 0px 50px;
	/* margin-bottom: 80px; */
	
}
.smc_container{
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 3px solid #0199d9;
	border-radius: 50px;
	padding: 2% 4%;
	margin: 6% auto 0;
}
.smc_container .smc_logo{
	min-width: 20%;
}
.smc_container .smc_logo a:hover{
	opacity: 0.7;
	transition: 0.3s;
}
.smc_container .smc_logo img{
	min-width: 100%;
}
.smc_container .smc_txt{
	width: 75%;
	font-weight: bold;
	color: #555555;
	line-height: 1.5;
}
.smc_container .smc_txt h5{
	font-size: 2.6em;
	font-weight: bold;
}
.smc_container .smc_txt p{
	font-size: 1.4em !important;
}

@media screen and (max-width: 1200px) {
	/* 1200px以下に適用されるCSS */
	#businessInfoArea .container .ttl_box {
	display: inline-block;
	display: flex;
	justify-content: space-between;
	margin: 200px 0px 50px;
	/* margin-bottom: 80px; */
	
	}
	.smc_container .smc_txt{
		width: 75%;
		font-weight: bold;
		color: #555555;
		line-height: 1.5;
	}
	.smc_container .smc_txt h5{
		font-size: 2.6vw;
		font-weight: bold;
	}
	.smc_container .smc_txt p{
		font-size: 1.7vw !important;
	}
	
}

#businessInfoArea .container .ttl_box img{
	width: 100%;
	
} 

/*ここからコンテンツ*/

#businessInfoArea .container .com_section{
	border-bottom: 1px solid #26bde3;
}
#businessInfoArea .container .com_section .title .number{
	color: #26bde3;
	padding-right: 0.3em;
}

#businessInfoArea .container .com_section .title{
	width: 100%;
	display: inline-block;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 0 30px;
}
#businessInfoArea .container .com_section h3{
	margin-bottom: 50px;
	padding: 0 50px;
}
#businessInfoArea .container .com_section .title{
	margin-top: 100px;
}
#businessInfoArea .container .com_section .title .mark {
	width: 30%;
	justify-content: flex-end;
}
#businessInfoArea .container .com_section .title .mark img{
	width: 15%;
}

#businessInfoArea .container .com_section .com_contents_wrap{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding: 0 30px;
	margin-bottom: 50px;
}

#businessInfoArea .container .com_section .com_contents_wrap::after{
	content: "";
    display: block;
    width: 30%;
}
#businessInfoArea .container .com_section .com_contents{
	width: 30%;
	height: auto;
	margin-bottom: 40px;
}
#businessInfoArea .container .com_section .com_contents img{
	border-radius: 20px;
}
#businessInfoArea .container .com_section .com_contents .contents_ttl{
	font-size: 190%;
	font-weight: bold;
}
#businessInfoArea .container .title{
	padding: 0 30px;
}
#businessInfoArea .container .com_section .image_wrap{
	position: relative;
	padding-top: 56.25%;
}
#businessInfoArea .container .com_section .com_contents .image_wrap .image01 {
	position: absolute;
	top: 0;
	left: 0;
}
#businessInfoArea .container .com_section .com_contents .image_wrap .image02{
	position: absolute;
	right: 0;
	bottom: 0;
}
#businessInfoArea .container .com_section .com_contents .image_wrap img{
	width: 60%;
}

#businessInfoArea .container .com_section .com_contents .small{
	font-size: 182%;
	line-height: 1.1;
	font-weight: bold;
}
#businessInfoArea .container .title .bottom_logo{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
}

/*----3/30追加------*/
#businessInfoArea .com_image a{
	transition-duration: .2s;
}
#businessInfoArea .com_image a:hover{
	opacity: 0.7;
	transition-duration: .2s;
}



#program {
    padding-bottom: 50px;
}
#program h3 {padding: 0 30px !important;}
#program .newsList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
#program .newsList > li {
    width: calc(93% / 4);
    margin-left: 2.3%;
}
#program .newsList > li:nth-child(4n+1) {
    margin-left: 0;
}
#program .newsList > li:nth-child(n+5) {
    margin-top: 2.3%;
}
#program .newsList > li a {
    color: #161616;
    text-decoration: none;
}
#program .newsList .category {
    display: inline-block;
}
#program .newsList .category li {
    display: inline-block;
    color: #d4062d;
    border: 1px solid #d4062d;
    padding: .3em .4em;
    line-height: 1;
    margin-right: .3em;
}
#program .newsList .category li,
#program .newsList time{
    margin-bottom: .2em;
}
#program .newsList time {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1;
}
#program .newsList figure {
    overflow: hidden;
    position: relative;
}
#program .newsList .movie figure::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 22%;
    padding-top: 22%;
    background: url(/news/assets/img/icon-mov.png) no-repeat;
    background-size: cover;
}
#program .newsList img {
    width: 100%;
    transition: all .2s;
}
#program .newsList a:hover img {
    transform: scale(1.05);
}
#program .newsList .ttl {
    margin-top: .5em;
}
#businessInfoArea .btn {
    display: block;
    text-align: center;
    border: 4px solid #e2e2e2;
    border-radius: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    width: 90%;
    max-width: 460px;
    margin: 0 auto;
    padding: 1.1em 0;
    transition: .2s;
    background-color: #fff;
    cursor: pointer;
    line-height: 1;
    color: #161616;
    text-decoration: none;
}
#businessInfoArea .btn i{
    display: inline-block;
    font-style: normal;
    padding-left: 2em;
    position: relative;
}
#businessInfoArea .btn  i::after,
#businessInfoArea .btn  i::before {
    transition: .2s;
    content: '';
    position: absolute;
    top: 50%;
    left: .6em;
    transform: translate(-50%,-50%);
    width: 4px;
    height: 1.2em;
    background-color: #d4062d;
}
#businessInfoArea .btn  i::before {
    transform: translate(-50%,-50%) rotate(90deg);
}
#businessInfoArea .btn :hover {
    background-color: #d4062d;
    color: #fff;
    border-color: #d4062d;
}
#businessInfoArea .btn :hover i::after,
#businessInfoArea .btn :hover i::before {
    background-color: #fff;
}


.yakusoku {
    background:url("../image/yakusoku_image_pc.jpg?202219151600") no-repeat top center;
    background-size: cover;
    position: relative;
    margin: 6% auto 0;
    padding-top: 21.88%;
}

.yakusoku .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 40%;
    width: 50% !important;
}

@media screen and (max-width: 1280px) {
    .yakusoku .btn {
    font-size: 1.5vw !important;
    padding: 1.1em 0 !important;
    }
}