@charset "UTF-8";

/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	--main_color: #BB2929;
}
.noto_sans {
	font-family: "Noto Sans JP", serif;
}

/*=======================================
	base
=======================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	/* font-family: 'Jost', "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; */
	letter-spacing: 0.1em;
}


img,
figure,
picture {
	max-width: 100%;
	height: auto;
	/*vertical-align: top;*/
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}

/* wide */
.w980 {
	max-width: 980px;
	width: 90%;
}

/*============================
#mv_wrap
============================*/
section#mv_wrap div.contest {
	position: relative;
	width: 100%;
	height: 240px;
	border-bottom: 1px solid #C1C1C1;
}
section#mv_wrap div.contest div.title_area {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
section#mv_wrap div.contest div.title_area h2 {
	margin-bottom: 16px;
	font-size: 45px;
	letter-spacing: 0.05em;
}
section#mv_wrap div.contest div.title_area p {
	font-weight: 500;
	color: #BB2929;
	font-size: 20px;
}
@media screen and (max-width: 1200px) {
	section#mv_wrap div.contest div.title_area h2 {
		font-size: calc((45 / 1200) * 100vw);
		margin-bottom: 3px;
	}
	section#mv_wrap div.contest div.title_area p {
		font-size: calc((20 / 1200) * 100vw);
	}
}
@media only screen and (max-width: 767px){
	section#mv_wrap div.contest div.title_area h2 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 1.0;
	}
	section#mv_wrap div.contest div.title_area p {
		font-size: 13px;
	}
}


#mv_wrap .contest .title_area {
	margin-bottom: 40px;
}
#mv_wrap .contest .txt01 {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px){
section#mv_wrap div.contest {
	height: 120px;
}
#mv_wrap .contest .title_area {
	margin-bottom: 20px;
}
#mv_wrap .contest .txt01 {
	font-size: calc(18/750*100vw);
}
}



/*============================
 sec_category
============================*/
.sec_category {
	margin-bottom: 92px;
}
.sec_category .content.inner {
    padding-top: 80px;
	max-width: 932px;
}
.sec_category .hd_txt {
	font-size: 30px;
	font-weight: 700;
	padding: 0 0 22px 1em;
	position: relative;
	border-bottom: 1px solid var(--main_color);
	margin-bottom: 25px;
}
.sec_category .hd_txt::before {
	content: "";
	position: absolute;
	top: 10px;
	/* -webkit-transform: translateY(-50%); */
	/* transform: translateY(-50%); */
	left: 0;
	background: url("../../images/case/icon_works.png") no-repeat;
	background-size: cover;
	width: 23.56px;
	height: 32.01px;
}
.sec_category .flex_area {
	gap: 2%;
	flex-flow: wrap;
}
.sec_category .icon {
	width: 106px;
	margin-bottom: 10px;
}
.sec_category .icon a {
	border: 2px solid #C9C9C9;
	border-radius: 10px;
	padding: 8px 0;
	font-weight: 700;
	display: block;
	text-align: center;
	font-size: 16px;
}
.sec_category .icon.active a {
	background: #333;
	color: #fff;
	border: 2px solid #333;
}
@media only screen and (max-width: 767px){
.sec_category {
	margin-bottom: 46px;
}
.sec_category .content.inner {
}
.sec_category .hd_txt {
	font-size: 18px;
	padding: 0 0 11px 1.3em;
	margin-bottom: 12.5px;
}
.sec_category .hd_txt::before {
	top: 4px;
	width: 18px;
	height: 24px;
}
.sec_category .flex_area {
	display: flex;
}
.sec_category .icon {
	width: 80px;
}
.sec_category .icon a {
	border-radius: 5px;
	padding: 4px 0;
	text-align: center;
	font-size: 13px;
}
.sec_category .icon.active a {
}
}



/*============================
 sec_works
============================*/

.sec_works .flex_area {
	gap: 3.21%;
	flex-flow: wrap;
	margin-top: 120px;
}
.sec_works ul li {
	width: 31.16%;
	margin-bottom: 63px;
}
.sec_works ul li .img {
	margin-bottom: 20px;
	overflow: hidden;
	background: #7A7A7A;
    text-align: center;
    aspect-ratio: 349 / 241;
}
.sec_works ul li .img img {
    width: auto;
    height: 100%;
	object-fit: cover;
}
.sec_works ul li .icon {
	font-size: 14px;
	border: 2px solid #C9C9C9;
	border-radius: 9px;
	padding: 7px 2.4em;
	margin-bottom: 25px;
	display: inline-block;
	font-weight: 500;
}
.sec_works ul li .name {
	font-size: 20px;
	font-weight: 700;
	padding-right: 1em;
}
.sec_works ul li .date {
	font-size: 18px;
	font-family: 'Noto Sans', sans-serif;
}
.sec_works ul li a {
	position: relative;
	display: block;
}
.sec_works ul li > a::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 35%;
    -webkit-transform : translateY(-50%);
	transform : translateY(-50%);
    right: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid var(--main_color);
    border-right: 2px solid var(--main_color);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sec_works ul li .img a {
	width: auto;
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 767px){
.sec_works .flex_area {
	display: flex;
	gap: 5%;
	margin-top: 80px;
}
.sec_works ul li {
	width: 47.5%;
	margin-bottom: 31.5px;
}
.sec_works ul li .img {
	margin-bottom: 10px;
	/* height: 71%; */
	height: 30vw;
	max-height: inherit;
}
.sec_works ul li .icon {
	font-size: 12px;
	border-radius: 4.5px;
	padding: 4px 1.5em;
	margin-bottom: 12.5px;
}
.sec_works ul li .name {
	font-size: 15px;
}
.sec_works ul li .date {
	font-size: 11px;
}
.sec_works ul li a {
	position: relative;
	display: block;
}
.sec_works ul li > a::after {
    width: 6px;
    height: 6px;
    right: 2px;
}
}



/*============================
 pager
============================*/
.pager {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 134px;
	gap: 22px;
}
.pager li a {
	font-family: 'Jost', sans-serif;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.pager li.active a {
	font-size: 26px;
	font-weight: 600;
	background: var(--main_color);
	color: #fff;
	width: 38px;
	text-align: center;
	border-radius: 100%;
	display: flex;
	align-items: center;
}
.pager li.prev a::before,
.pager li.next a::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 35%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    width: 9px;
    height: 9px;
}
.pager li.prev a::before {
    left: -15px;
    border-top: 2px solid #C4C4C4;
    border-right: 2px solid #C4C4C4;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.pager li.next a::before {
    right: -15px;
    border-top: 2px solid var(--main_color);
    border-right: 2px solid var(--main_color);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width: 767px){
.pager {
	margin-bottom: 67px;
	gap: 11px;
}
.pager li a {
	font-size: 16px;
}
.pager li.active a {
	font-size: 18px;
	width: 26px;
	height: 26px;
}
.pager li.prev a::before,
.pager li.next a::before {
    width: 6px;
    height: 6px;
}
.pager li.prev a::before {
    left: -10px;
}
.pager li.next a::before {
    right: -10px;
}
}



/* 詳細ページ
--------------------------------------------------------- */
/*============================
 works_btn_area
============================*/
.works_btn_area {
	/* margin-bottom: 64px; */
	margin-bottom: 165px;
}
.works_btn_area .btn {
	height: 70px;
	width: 90%;
	max-width: 266px;
	margin: 0 auto;
}
.works_btn_area .btn a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	color: #fff;
	font-size: 15px;
	border-radius: 200px;
	align-items: center;
	width: 100%;
	position: relative;
	font-weight: 700;
	background: #656565;
	padding-left: 3em;
}
.works_btn_area .btn a::after {
	content: "";
	position: absolute;
	background: url("../../images/case/achievement/icon_back.png") no-repeat;
	background-size: cover;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0.7em;
	width: 50px;
	height: 50px;
}
@media only screen and (max-width: 767px){
.works_btn_area {
	/* margin-bottom: 32px; */
	margin-bottom: 82.5px;
}
.works_btn_area .btn {
	height: 50px;
	max-width: 230px;
}
.works_btn_area .btn a {
	font-size: 14px;
	padding-left: 2em;
}
.works_btn_area .btn a::after {
	width: 30px;
	height: 30px;
}
}



/* 2023/9/26改定
--------------------------------------------------------- */
/*=======================================
　sec_cp_bnr
=======================================*/
.sec_cp_bnr {
	margin-bottom: 104.2px;
}
@media only screen and (max-width: 767px){
.sec_cp_bnr {
	margin-bottom: 52.1px;
}
}



/*============================
 sttl
============================*/
.sttl {
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.35;
	margin-bottom: 80px;
}
.sttl span {
	position: relative;
	/*padding-left: 1.8em;*/
}
.sttl span::before {
    content: "";
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -1.8em;
}
.sttl span::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  display: inline-block;
  width: 100px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main_color);
}
@media only screen and (max-width: 767px){
.sttl {
	/* font-size: calc((45 / 1200) * 100vw); */
	font-size: 25px;
	margin-bottom: 80px;
	margin-left: 1em;
}
.sttl span {

}
.sttl span::before {
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -1.8em;
}
.sttl span::after {
  left: 50%;
  bottom: -10px;
  width: 50px;
}
}



/* プラン */
.sec_plan_box .sttl span::before {
    background: url("../../images/menu/icon_plan.png") no-repeat;
    background-size: cover;
    /* width: 52px; */
    width: 53px;
    height: 46.79px;
}
@media only screen and (max-width: 767px){
/* プラン */
.sec_plan_box .sttl span::before {
    width: 35px;
    height: 31px;
}
}



/*============================
 sec_plan_box
============================*/
.sec_plan_box .content.inner {
	padding-top: 80px;
	margin-bottom: 165px;
}
.sec_plan_box .content.inner .title_area .sttl {
	margin-bottom: 80px;
}
.sec_plan_box .content.inner .lead_txt,
.sec_works .content.inner .hd_txt {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 120px;
}
.sec_works .content.inner .hd_txt {
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px){
.sec_plan_box .content.inner {
	padding-top: 40px;
	margin-bottom: 82.5px;
}
.sec_plan_box .content.inner .title_area .sttl {
	margin-bottom: 40px;
}
.sec_plan_box .content.inner .lead_txt,
.sec_works .content.inner .hd_txt {
	font-size: 18px;
	margin-bottom: 60px;
}
.sec_works .content.inner .hd_txt {
	margin-bottom: 30px;
}
}



/*=======================================
　sec_bnr_voice
=======================================*/
.sec_bnr_voice {
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px){
.sec_bnr_voice {
	margin-bottom: 25px;
}
}




/* 2024/2/21追加
--------------------------------------------------------- */
/*=======================================
　sec_cp_bnr
=======================================*/
.wp-content .sec_after .hd_txt.hd_txt_c {
    justify-content: center;
	align-items: center;
}
.wp-content .sec_after .hd_txt.hd_txt_c h3::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wp-content .sec_after .text01 {
    max-width: 880px;
    margin: 37px auto;
		line-height: 2;
}
.sec_construction {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto 100px;
    padding: 80px 0;
    border: solid 3px #BB2929;
    border-radius: 20px;
}
.sec_construction .innar {
    max-width: 880px;
    width: 90%;
    margin: 0 auto;
}
.sec_construction .innar h4 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.sec_construction .innar h4 span {
    color: #BB2929;
}
.sec_construction .innar h5 {
    font-size: 22px;
    border-left: solid #BB2929 3px;
    margin-bottom: 30px;
    padding-left: 19px;
    line-height: 1.2;
}
.sec_construction .innar h5 span {
    font-size: 18px;
}
.sec_construction .innar h5.none {
    border-left: none;
}
.sec_construction .innar .cons_area {
    display: flex;
    align-items: flex-end;
    gap: 0 33.3px;
    margin-bottom: 45px;
    justify-content: center;
}
.sec_construction .innar .cons_area2 {
    margin-bottom: 100px;
}
.sec_construction .innar .cons_area:last-child {
    margin-bottom: 0;
}
.sec_construction .innar .cons_area .arrow {
    width: 20.3px;
    display: flex;
    justify-content: center;
    margin-bottom: 12%;
}
.sec_construction .innar .cons_area .before {
    width: 39.88636363636364%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec_construction .innar .cons_area .after {
    width: 50.22727272727273%;
}
.sec_construction .innar .cons_area .before .img,
.sec_construction .innar .cons_area .after .img {
    text-align: center;
    position: relative;
}
.sec_construction .innar .cons_area .before .img p {
	background: #B7B7B7;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 3.5px 1em;
}
.sec_construction .innar .cons_area .after .img p {
	background: var(--main_color);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	padding: 4.5px 1.2em;
}
.sec_before .content .txt_area .sttl {
    background-color: #F5F5F5;
	text-align: left;
	font-size: 22px;
	margin-bottom: 50px;
    padding: 13px 22px;
}
.sec_mv {
    max-width: 880px;
    width: 90%;
    margin: 0 auto 100px;
}
.sec_mv .movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.sec_mv .movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.spa_bnr {
	width: 1120px;
	max-width: 90%;
    margin:80px auto 0;
}
.wp-content .sec_before.info_spa .flex_area {
	align-items: flex-start;
}

@media only screen and (max-width: 767px){
.wp-content .sec_after .hd_txt.hd_txt_c {
	display: flex;
    justify-content: center;
	align-items: center;
}
.wp-content .sec_after .hd_txt.hd_txt_c h3::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wp-content .sec_after .text01 {
    margin: 25px auto;
}
.sec_construction {
    margin: 0 auto 50px;
    padding: 40px 0;
    border-radius: 15px;
}
.sec_construction .innar {
}
.sec_construction .innar h4 {
    font-size: 18px;
    margin-bottom: 25px;
}
.sec_construction .innar h4 span {
}
.sec_construction .innar h5 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 12px;
}
.sec_construction .innar h5.none {display: none;}
.sec_construction .innar h5 span {
    font-size: 14px;
}
.sec_construction .innar .cons_area {
    gap: 10px 0;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
}
.sec_construction .innar .cons_area2 {
    margin-bottom: 50px;
}
.sec_construction .innar .cons_area:last-child {
    margin-bottom: 0;
}
.sec_construction .innar .cons_area .arrow {
    width: 20.3px;
    display: flex;
    justify-content: center;
    transform: rotate(90deg);
    margin-bottom: 0;
}
.sec_construction .innar .cons_area .before {
    width: 100%;
    display: block;
}
.sec_construction .innar .cons_area .after {
    width: 100%;
}
.sec_construction .innar .cons_area .before .img,
.sec_construction .innar .cons_area .after .img {
}
.sec_construction .innar .cons_area .before .img p {
	font-size: 16px;
	padding: 5px 1.5em;
}
.sec_construction .innar .cons_area .after .img p {
	font-size: 16px;
	padding: 5px 1.5em;
}
.sec_before .content .txt_area .sttl {
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 25px;
    padding: 10px 20px;
}
.sec_mv {
    margin: 0 auto 50px;
}
.spa_bnr {
	max-width: 90%;
}
}

/*=======================================
　sec_movie
=======================================*/

.sec_movie {
	margin-top: 156px;
	margin-bottom: 56px;
}

.movie_area {
	width: 850px;
	margin: 0 auto;
}

.movie_area div {
	position: relative;
	padding-bottom: 56.25%;
}

.movie_area div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767px){

	.movie_area {
		width: 100%;
	}

	.sec_movie {
		margin-top: 78px;
		margin-bottom: 0;
		margin-left: 5%;
		margin-right: 5%;
	}

}
