@charset "utf-8";
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm {
	margin: 0 -5px 0 0;
}
.mailForm h3 {
	margin-bottom: 17px;
	color : #00101D;
	font-size: 3rem;
	font-feature-settings: 'palt';
	letter-spacing: 0.06em;
	text-align: center;
}
.mailForm table {
	margin-bottom: 22px;
	width: 100%;
	border-collapse: collapse;
}
.mailForm table th,
.mailForm table td {
	padding: 17px 70px 24px 2px;
	width: 24.5%;
	position: relative;
	color : #00101D;
	font-size: 1.6rem;
	font-weight: 700;
	font-feature-settings: 'palt';
	letter-spacing: 0.06em;
	text-align: left;
	box-sizing: border-box;
	vertical-align: middle;
	word-break: break-all;
}
.mailForm table tr:last-of-type th {
	padding-top: 37px;
	vertical-align: top;
}
.mailForm table td {
	padding: 17px 0;
	width: 75.5%;
}
.mailForm table input[type="text"],
.mailForm table input[type="email"],
.mailForm table input[type="tel"],
.mailForm table select,
.mailForm table textarea {
	padding: 5px 25px;
	width: 100%;
	height: 68px;
	color: #00101D;
	font-size: 1.6rem;
	font-weight: 700;
	border: 1px solid #737B83;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	appearance: none;
	background: #fff;
}
.mailForm table select {
	padding-right: 35px;
	height: 56px;
	background: url(img/common/icon04.png) no-repeat right 17px top calc(50% + 3px) / 19px auto;
	background-color: #fff;
}
.mailForm table textarea {
	height: 315px;
	resize: vertical;
	vertical-align: top;
}
.mailForm table .must {
	padding: 3px;
	width: 51px;
	display: block;
	position: absolute;
	right: 15px;
	top: calc(50% - 1px);
	color : #00101D;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	border-radius: 50px;
	box-sizing: border-box;
	transform: translateY(-50%);
	background-color: #FFC900;
}
.mailForm .note {
	margin-bottom: 40px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
.mailForm .submit {
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.mailForm .submit li {
	margin: 20px 10px 0;
	width: 212px;
}
.mailForm .submit input[type="submit"] {
	padding: 2px 30px;
	width: 100%;
	height: 34px;
	color: #000;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
	border: none;
	box-shadow: none;
	background: url(img/common/icon05.png) no-repeat right 14px center / 14px auto;
	background-color: #FFC900;
	vertical-align: middle;
	cursor: pointer;
	appearance: none;
	display: flex;
}
@media all and (min-width: 897px) {
	.mailForm .submit input[type="submit"]:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mailForm {
		margin: 0;
	}
	.mailForm h3 {
		margin-bottom: 17px;
		font-size: 2rem;
	}
	.mailForm table {
		margin-bottom: 22px;
	}
	.mailForm table th,
	.mailForm table td {
		padding: 0 70px 20px 0;
		width: 100%;
		display: block;
		font-size: 1.4rem;
	}
	.mailForm table tr:last-of-type th {
		padding-top: 0;
	}
	.mailForm table td {
		padding: 0 0 20px;
		width: 100%;
	}
	.mailForm table input[type="text"],
	.mailForm table input[type="email"],
	.mailForm table input[type="tel"],
	.mailForm table select,
	.mailForm table textarea {
		padding: 5px 25px;
		width: 100%;
		height: 50px;
		font-size: 1.4rem;
	}
	.mailForm table select {
		height: 46px;
		background-size: 14px auto;
		background-position: right 10px top calc(50% + 2px);
	}
	.mailForm table textarea {
		height: 200px;
	}
	.mailForm table .must {
		top: 0;
		transform: translateY(0);
	}
	.mailForm .note {
		margin-bottom: 30px;
		font-size: 1.3rem;
	}
	.mailForm .submit {
		margin-top: 0;
		display: block;
	}
	.mailForm .submit li {
		margin: 0 auto 20px;
	}
	.mailForm .submit li:last-of-type {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content_ssblog {
	margin-bottom: 53px;
	padding-bottom: 17px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	border-bottom: 1px solid #000;
}
@media all and (max-width: 896px) {
	.content_ssblog {
		margin-bottom: 53px;
		padding-bottom: 17px;
		flex-direction: column-reverse;
	}
}



.topBox {
    /*margin-bottom: 195px;*/
}


.comBox {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1000px;
}



/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn_ssblog a {
	margin: 0 auto;
	padding: 6px 35px 7px 30px;
	width: 212px;
	display: block;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-radius: 16px;
	box-sizing: border-box;
	background: url(img/common/icon02.png) no-repeat right 14px center / 14px auto;
	background-color: #1ec57f;
}
.comBtn_ssblog .cor01 a {
	background-color: #159b5b;
}
@media all and (min-width: 897px) {
	.comBtn_ssblog a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn_ssblog a {
		padding: 6px 35px 7px 30px;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	margin: 4px -2px 0 0;
	width: calc(100% - 207px);
}
#conts .time {
	margin-bottom: 7px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
#conts .title {
	margin-bottom: 9px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
#conts h3 {
	margin-bottom: 60px;
	padding-bottom: 32px;
	color : #ED6177;
	font-size: 3.2rem;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #000;
}
#conts .photoList {
	margin: -40px 0 29px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#conts .photoList li {
	margin-top: 40px;
	width: calc((100% - 53px) / 2);
	position: relative;
}
#conts .photoList li::before {
	width: 31px;
	height: 70px;
	position: absolute;
	right: -45px;
	top: calc(50% - 3px);
	transform: translateY(-50%);
	background: url(img/case/bg01.png) no-repeat center center / 100% 100%;
	content: '';
}
#conts .photoList li:nth-of-type(2n)::before {
	display: none;
}
#conts .photoList .pho {
	height: 275px;
	overflow: hidden;
}
#conts .photoList .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#conts .photoList li p {
	width: 107px;
	height: 107px;
	position: absolute;
	right: -10px;
	top: -59px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	border-radius: 50%;
	background-color: #EA545D;
}
#conts .subBox p {
	margin-bottom: 85px;
	font-size: 1.6rem;
	font-weight: 500;
	font-feature-settings: 'palt';
	line-height: 2.38;
	letter-spacing: 0.08em;
	word-break: break-all;
	text-align: justify;
}
#conts .subBox figure {
	margin: 44px 0;
	padding: 0;
}
#conts .subBox p a {
	display: inline-block;
	vertical-align: top;
}
@media all and (min-width: 897px) {
	#conts .subBox p a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#conts {
		margin: 0;
		width: 100%;
	}
	#conts .time {
		font-size: 1.4rem;
	}
	#conts .title {
		font-size: 1.6rem;
	}
	#conts h3 {
		margin-bottom: 99px;
		padding-bottom: 15px;
		font-size: 2rem;
	}
	#conts .photoList {
		margin: 0 0 29px;
		display: block;
	}
	#conts .photoList li {
		margin: 0 0 53px;
		width: auto;
	}
	#conts .photoList li:last-of-type {
		margin-bottom: 0;
	}
	#conts .photoList li::before {
		right: 50%;
		top: auto;
		bottom: -63px;
		transform: translate(50%,0) rotate(90deg);
	}
	#conts .photoList li:nth-of-type(2n)::before {
		display: none;
	}
	#conts .photoList .pho {
		height: auto;
	}
	#conts .photoList li p {
		width: 80px;
		height: 80px;
		right: -10px;
		top: -40px;
		font-size: 1.6rem;
	}
	#conts .subBox p {
		margin-bottom: 40px;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	#conts .subBox figure {
		margin: 30px 0;
	}
	#conts .subBox figure img {
		width: 100%;
	}
}




.headLine01 {
    margin-bottom: 6.2rem;
	    margin-top: 4rem;
    padding-bottom: 1.9rem;
    position: relative;
    font-size: 3rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.06em;
}
@media (max-width: 896px) {
    .headLine01 {
        margin-bottom: 1.8rem !important;
        padding-bottom: 1.4rem;
        font-size: 2.25rem;
    }
}

.headLine01::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 12.2rem;
    height: 0.3rem;
    transform: translateX(-50%);
    background-color: #3783F1;
    content: "";
}

@media (max-width: 896px) {
    .headLine01::before {
		
		
		    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #3783F1;
    content: "";
        width: 9.2rem;
        height: 0.2rem;
    }
}