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

/*=================================
 :: works
=================================*/

#mv.works {
	background: url(../images/bg_works_mv.jpg) center top no-repeat;
	width: 100%;
}

#mv.works div.mvInr {
	padding: 130px 0;
}

/* デバイスの横幅が画像サイズを超えた場合 */
@media only screen and (min-width: 1500px) {
	#mv.works {
		background-size: cover !important;
	}
}

#contents div.box {
	padding: 150px 0 100px;
	margin-bottom: 20px;
}

/*#contents div.box04{
	padding: 180px 0 90px;
}*/

#contents div.box.box01 {
	background: url(../images/img_works_01.jpg) left top no-repeat;
}
#contents div.box.box02 {
	background: url(../images/img_works_02.jpg) left top no-repeat;
}
#contents div.box.box03 {
	background: url(../images/img_works_03.jpg) left top no-repeat;
}
#contents div.box.box04 {
	background: url(../images/img_works_04.jpg) left top no-repeat;
}

#contents div.box div.head {
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width: 336px;
}

#contents div.box div.head h2 {
	font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Noto Sans Japanese", sans-serif;
	font-size: 40px;
	letter-spacing: 5px;
	margin-bottom: 10px;
}

#contents div.box div.head p {
	font-size: 14px;
}

#contents div.box div.head p span {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 5px 10px;
}

#contents div.msgBox {
	border: 4px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 46px 24px 27px;
	position: relative;
}

#contents div.msgBox.sky {
	border: 4px solid #b2d7db;
}
#contents div.msgBox.blue {
	border: 4px solid #adcedc;
}
#contents div.msgBox.purple {
	border: 4px solid #c5bcd4;
}
#contents div.msgBox.navy {
	border: 4px solid #afb4ca;
}
#contents div.msgBox h3 {
	position: absolute;
	left: 0;
	right: 0;
	top: -32px;
	margin: auto;
	width: 280px;
}
#contents div.msgBox.purple h3 {
	width: 328px;
}

#contents div.msgBox h3 span {
	background: #2b3846;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 15px 20px;
}
#contents div.msgBox ul {
	display: flex;
	justify-content: center;
	gap: 0 32px;
}
#contents div.msgBox li {
	line-height: 0;
}

/*=================================
 :: allday
=================================*/

#mv.allday.index {
	background: url(../allday/images/bg_index_mv.jpg) center top no-repeat;
	width: 100%;
}

#mv.allday.index div.mvInr {
	padding: 200px 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mv.allday.index h1 {
	margin-bottom: 40px;
	text-align: center;
}

/* デバイスの横幅が画像サイズを超えた場合 */
@media only screen and (min-width: 1500px) {
	#mv.allday.index {
		background-size: cover !important;
	}
	#mv.allday.index div.mvInr {
		padding: 250px 0 150px;
	}
}

/*-- detail.html --*/

#mv.allday {
	background: url(../allday/images/bg_detail01_mv.jpg) center top no-repeat;
	position: relative;
	width: 100%;
}

#mv.allday.detail01 {
	background: url(../allday/images/bg_detail01_mv.jpg) center top no-repeat;
}
#mv.allday.detail02 {
	background: url(../allday/images/bg_detail02_mv.jpg) center top no-repeat;
}

#mv.allday div.mvInr {
	padding: 110px 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mv.allday h1 {
	text-align: left;
	margin-left: 38px;
}

/* デバイスの横幅が画像サイズを超えた場合 */
@media only screen and (min-width: 1500px) {
	#mv.allday {
		background-size: cover !important;
	}
}

#mv p.btn {
	position: absolute;
	right: 20px;
	top: 20px;
}

.timeLine::before {
	background-color: #2b3846;
	bottom: 0;
	content: " ";
	left: 50%;
	margin-left: -1.5px;
	position: absolute;
	top: 0;
	height: 1500px;
	width: 4px;
	z-index: -1;
}

.timeLine.detail02::before {
	height: 950px;
}

#contents div.fltL div.arrowBox {
	position: relative;
	background: #;
	border: 4px solid #4597ba;
	width: 512px;
}

#contents div.fltL div.arrowBox:after,
#contents div.fltL div.arrowBox:before {
	left: 100%;
	top: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#contents div.fltL div.arrowBox:after {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #;
	border-width: 15px;
	margin-top: -15px;
}

#contents div.fltL div.arrowBox:before {
	border-color: rgba(69, 151, 186, 0);
	border-left-color: #4597ba;
	border-width: 21px;
	margin-top: -21px;
}

#contents div.fltR {
	padding-top: 150px;
}

#contents div.fltR div.arrowBox {
	position: relative;
	background: #;
	border: 4px solid #4597ba;
	width: 512px;
}
#contents div.fltR div.arrowBox:after,
#contents div.fltR div.arrowBox:before {
	right: 100%;
	top: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#contents div.fltR div.arrowBox:after {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #;
	border-width: 15px;
	margin-top: -15px;
}
#contents div.fltR div.arrowBox:before {
	border-color: rgba(69, 151, 186, 0);
	border-right-color: #4597ba;
	border-width: 21px;
	margin-top: -21px;
}

#contents div.arrowBox {
	margin-bottom: 40px;
}

#contents div.arrowBox dl {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 28px 28px;
}

#contents div.arrowBox dl dt {
	color: #4597ba;
	font-size: 16px;
	font-weight: bold;
}

#contents ul.timeLineIcon,
#contents ul.timeLineIcon02 {
	text-align: center;
}

#contents ul.timeLineIcon li.li1 {
	margin-bottom: 55px;
}
#contents ul.timeLineIcon li.li2 {
	margin-bottom: 210px;
}
#contents ul.timeLineIcon li.li3 {
	margin-bottom: 100px;
}
#contents ul.timeLineIcon li.li4 {
	margin-bottom: 180px;
}
#contents ul.timeLineIcon li.li5 {
	margin-bottom: 135px;
}
#contents ul.timeLineIcon li.li6 {
	margin-bottom: 220px;
}
#contents ul.timeLineIcon li.li7 {
	margin-bottom: 0px;
}

#contents ul.timeLineIcon02 li.li1 {
	margin-bottom: 55px;
}
#contents ul.timeLineIcon02 li.li2 {
	margin-bottom: 210px;
}
#contents ul.timeLineIcon02 li.li3 {
	margin-bottom: 80px;
}
#contents ul.timeLineIcon02 li.li4 {
	margin-bottom: 170px;
}

#contents .btmHd {
	font-size: 30px;
	font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Noto Sans Japanese", sans-serif;
	text-align: center;
	margin-bottom: 30px;
}

#contents ul.btmList li {
	background: #62728a;
	line-height: 0;
}

#contents ul.btmList li a {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#contents ul.btmList li a.hover img,
#contents ul.btmList li a.current img {
	filter: alpha(opacity=30) !important;
	opacity: 0.3 !important;
}

#contents .detail02 div.fltL div.arrowBox {
	border: 4px solid #51aeb9;
}

#contents .detail02 div.fltL div.arrowBox:before {
	border-color: rgba(81, 174, 185, 0);
	border-left-color: #51aeb9;
}

#contents .detail02 div.fltR div.arrowBox {
	border: 4px solid #51aeb9;
}

#contents .detail02 div.fltR div.arrowBox:before {
	border-color: rgba(81, 174, 185 0);
	border-right-color: #51aeb9;
}

#contents .detail02 div.arrowBox dl dt {
	color: #51aeb9;
}
