@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: 50px 0;
}
#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-weight: nomal;
    font-size: 3.5vw;
    font-weight: normal;
}

#businessInfoArea  h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-indent: -1.7em;
	padding-left: 1.7em;
}

#businessInfoArea  h3 {
	font-size: 1.0em;
	font-weight: normal;
}

#businessInfoArea  h4 {
    font-weight: normal;
}

#businessInfoArea h4.contents_ttl {
    font-weight: bold;
    font-size: 2.0em;
    text-align: center;
    margin: 10px 0;
}
#businessInfoArea p{
	font-size: 14px;
	line-height: 1.6;
	padding: 0 20px;
	margin-bottom: 15px;
}
/*　containerの中身
----------------------------------------*/
#topArea .container .top_image_wrap{
	background: url("../image/top_image_sp20220914.jpg?202209151646") no-repeat top center;
	background-size: cover;
	padding-top: 296.72%;
	width: 100%;
}

#businessInfoArea .container .ttl_box {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 100px 0 50px;
}
.smc_container{
	/* display: flex; */
	/* justify-content: space-around; */
	/* align-items: center; */
	border: 3px solid #0199d9;
	border-radius: 20px;
	padding: 6% 3%;
	margin: 4% 5px;
}
.smc_container .smc_logo{
	width: 40%;
	margin: 0 auto;
}
.smc_container .smc_logo a:hover{
	opacity: 0.7;
	transition: 0.3s;
}
.smc_container .smc_logo img{
	width: 100%;
}
.smc_container .smc_txt{
	width: 100%;
	font-weight: bold;
	color: #555555;
	line-height: 1.5;
	margin: 3% auto;
}
.smc_container .smc_txt h5{
	font-size: 1.2em;
	font-weight: bold;
	margin: 5% 5% 0;
}
.smc_container .smc_txt p{
	font-size: 0.9em !important;
	margin: 5% 5% 0 !important;
	padding: 0 !important;
}
#businessInfoArea .container .ttl_box .color{	
	display: flex;
	align-items: center;
	max-width: 50vw;
}
#businessInfoArea .container .ttl_box img{
	width: 100%;
} 

/*ここからコンテンツ*/

#businessInfoArea .container .com_section{
	/* margin-bottom: 30px; */
	border-bottom: 1px solid #26bde3;
}
#businessInfoArea .container .com_section .title .number{
	color: #26bde3;
	padding-right: 0.3em;
}

#businessInfoArea .container .com_section .title{
	
/* display: inline-block; */
	
/*
	display: flex;
	justify-content: space-between;
*/
	
margin-bottom: 15px;
}
#businessInfoArea .container .com_section h3{
	margin-bottom: 30px;
	padding: 0 10px;
}
#businessInfoArea .container .com_section .title{
	margin-top: 50px;
}
#businessInfoArea .container .com_section .title .mark {
	/* width: 50%; */
	text-align: right;
	/* justify-content: flex-end; */
}
#businessInfoArea .container .com_section .title .mark img{
	width: 10%;
}

#businessInfoArea .container .com_section .com_contents_wrap{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding: 0 10px; 
	margin-bottom: 30px;
}
#businessInfoArea .container .com_section .com_contents_wrap::after{
	content: "";
    display: block;
    width: 49%;
}
#businessInfoArea .container .com_section .com_contents{
	/* width: 49%; */
	height: auto;
	margin-bottom: 30px;
}
#businessInfoArea .container .com_section .com_contents .com_image{
	margin: 0 auto;
	text-align: center;
}
#businessInfoArea .container .com_section .com_contents img{
	border-radius: 20px;
}
#businessInfoArea .container .com_section .com_contents .contents_ttl{
	font-size: 20px;
	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 .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 .newsList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
#program .newsList > li {
    /* width: calc(93% / 4); */
    /* margin-left: 2.3%; */
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#program .newsList figure {
    width: 40%;
}
#program .newsList .txt {
    width: 56%;
}
#program .newsList > li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#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;
    font-size: 1.1rem;
}
#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;
    font-size: 1.3rem;
}
#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_sp.jpg?202209151430") no-repeat top center;
    background-size: contain;
    position: relative;
    margin: 6% auto 0;
    padding-top: 126.56%;
}

.yakusoku .btn {
}






