@charset "UTF-8";
/* ------------------------------------------------------------ common */
.heading h2 {
	font-family: 'Noto-Sans-JP-Medium';
	font-size: 50px;
	font-style: italic;
	letter-spacing: 7px;
	line-height: 1.2;
	color: #051a50;
}

.heading h2 span {
	display: block;
	font-size: 20px;
	margin: 20px 0 0;
	letter-spacing: 0;
	color: #000;
}

.heading h3 {
	font-family: 'Noto-Sans-JP-Medium';
	font-size: 34px;
	line-height: 1.5;
	margin: 40px 0 0;
}

.heading p {
	margin: 30px 0 0;
}

/* ------------------------------------------------------------ 処理：完了画面 */
#note {
	text-align: center;
	margin: 0 0 100px;
}

#note h2 {
	font-size: 32px;
	margin: 0 0 50px;
}

#note p {
	margin: 0 0 50px;
}

#note p.caution {
	width: 600px;
	border: solid 1px #000;
	margin: 0 auto 30px;
	padding: 20px;
	box-sizing: border-box;
}

#note p.alert {
	margin: 0 0 50px;
}

#note p.alert span {
	display: block;
}

#note p.alert span:not(:last-of-type) {
	margin: 0 0 20px;
}

#note dl {
	text-align: left;
	display: table;
	margin: 0 auto 50px;
	min-width: 600px;
}

#note dl > div {
	display: flex;
}

#note dl > div:not(:last-of-type) {
	margin: 0 0 20px;
}

#note dl > div dt {
	line-height: 1.5;
	margin: 0 30px 0 0;
	min-width: 200px;
}

#note dl > div dd {
	line-height: 1.5;
}

#note .btn {
	margin: 0 auto;
}

#note .flex_wrap {
	display: flex;
	justify-content: center;
}

#note .flex_wrap .btn.back {
	margin: 0 20px 0 0;
}

/* ------------------------------------------------------------ fv */
#fv {
	background: url(../images/fv.jpg) no-repeat center center / cover;
}

#fv .inner {
	height: 750px;
	position: relative;
}

#fv h2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    display: flex;
    align-items: center;
}

#fv h2 span {
	font-size: 70px;
    font-family: 'Noto-Sans-JP-Bold';
    line-height: 1.4;
    color: #fff;
}

#fv h2 span small {
	display: block;
	font-size: 21px;
	font-family: 'Noto-Sans-JP-Light';
	margin: 30px 0 0;
}

/* ------------------------------------------------------------ philosophy */
#philosophy {
	padding: 100px 0;
}

#philosophy .inner {
	position: relative;
}

#philosophy .flex_wrap .left {
	width: 40%;
}

#philosophy .flex_wrap .right {
	position: absolute;
	top: 0;
	right: -250px;
}

/* ------------------------------------------------------------ service */
#service {
	padding: 100px 0 70px;
	background: url(../images/bg_01.jpg) no-repeat center center / cover;
}

#service .heading {
	text-align: center;
	margin: 0 0 40px;
}

#service .heading h2,
#service .heading h2 span {
	color: #fff;
}

#service dl {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'Noto-Sans-JP-Medium';
}

#service dl > div {
	margin-bottom: 30px;
	background: #fff;
	width: calc((100% - 90px) / 4);
	padding: 30px 20px;
	box-sizing: border-box;
}

#service dl > div:not(:nth-of-type(4n+4)) {
	margin-right: 30px;
}

#service dl > div dt {
	font-size: 60px;
    color: #8e93a3;
    letter-spacing: 2px;
    margin: 0 0 20px;
    font-style: italic;
    text-align: center;
}

#service dl > div dd h3 {
    font-size: 23px;
    margin: 0 0 15px;
    text-align: center;
    line-height: 1.5;
    min-height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ------------------------------------------------------------ greeting */
#greeting {
	padding: 100px 0;
}

#greeting .name {
	margin: 100px 0 0;
}

#greeting .name h4 {
	display: table;
	margin-left: auto;
	font-size: 20px;
	font-family: 'Noto-Sans-JP-Medium';
}

#greeting .name h4 span {
	display: block;
	font-size: 34px;
	margin: 20px 0 0;
	letter-spacing: 3px;
}

/* ------------------------------------------------------------ history */
#history {
	padding: 100px 0;
	background: #ecf1fc;
}

#history .heading {
	text-align: center;
	margin: 0 0 60px;
}

#history dl {
	background: #fff;
	padding: 50px 100px;
}

#history dl > div {
	display: flex;
	align-items: center;
}

#history dl > div:not(:last-of-type) {
	border-bottom: solid 1px #d9dede;
	padding: 0 0 30px;
	margin: 0 0 30px;
}

#history dl > div dt {
	width: 100px;
	margin: 0 20px 0 0;
	line-height: 1.7;
}

#history dl > div dd {
	width: calc(100% - 130px);
	line-height: 1.7;
}

/* ------------------------------------------------------------ company */
#company {
	padding: 100px 0;
}

#company .heading {
	text-align: center;
	margin: 0 0 50px;
}

#company dl {
	padding: 0 100px;
	margin: 0 0 130px;
}

#company dl > div {
	display: flex;
}

#company dl > div dt {
	background: #051a50;
	color: #fff;
	padding: 30px 0 30px 40px;
	box-sizing: border-box;
	width: 185px;
	line-height: 1.7;
}

#company dl > div:not(:last-of-type) dt {
	border-bottom: solid 1px #fff;
}

#company dl > div dd {
	padding: 30px 0 30px 60px;
	background: #f5f7fd;
	box-sizing: border-box;
	width: calc(100% - 185px);
	border-bottom: solid 1px #d9dede;
	line-height: 1.7;
}

#company dl > div dd:first-of-type {
	border-top: solid 1px #d9dede;
}

#company dl > div dd span {
	display: block;
	font-size: 14px;
	margin: 20px 0 0;
}

#company figure {
	text-align: center;
}

/* ------------------------------------------------------------ recruit */
#recruit {
	padding: 0 0 100px;
}

#recruit .heading {
	text-align: center;
	margin: 0 0 40px;
}

#recruit .heading h3 {
	font-size: 26px;
}

#recruit dl {
	padding: 0 100px;
}

#recruit dl > div {
	display: flex;
	align-items: center;
	border-bottom: solid 1px #d9dede;
	padding: 30px 0;
}

#recruit dl > div:first-of-type {
	border-top: solid 1px #d9dede;
}

#recruit dl > div dt {
	width: 100px;
	margin: 0 60px 0 0;
	line-height: 1.7;
}

#recruit dl > div dd {
	width: calc(100% - 160px);
	line-height: 1.7;
}

/* ------------------------------------------------------------ contact */
#contact {
	padding: 100px 0;
	background: #ecf1fc;
}

#contact .inner {
	padding: 0 60px;
	box-sizing: border-box;
}

#contact .white {
	background: #fff;
	padding: 60px 50px;
}

#contact .white .heading {
	text-align: center;
	margin: 0 0 40px;
}

#contact .white .number {
	border-top: solid 1px #d9dede;
	border-bottom: solid 1px #d9dede;
	padding: 50px;
	text-align: center;
	margin: 0 0 30px;
}

#contact .white .number h3 {
	font-size: 30px;
	font-family: 'Noto-Sans-JP-Medium';
	margin: 0 0 40px;
}

#contact .white .number ul {
	display: flex;
	justify-content: center;
}

#contact .white .number ul li.tel {
	margin: 0 80px 0 0;
}

#contact .white .number ul li a {
	font-size: 40px;
	font-family: 'Noto-Sans-JP-Bold';
}

#contact .white .number ul li.tel a {
	background: url(../images/icn_01.svg) no-repeat left center;
	padding: 0 0 0 35px;
}

#contact .white .number ul li.fax a {
	background: url(../images/icn_02.svg) no-repeat left center;
	padding: 0 0 0 40px;
}

#contact .white .intro {
	text-align: center;
	margin: 0 0 30px;
}

#contact .white .must {
	color: #ba0c0c;
}

#contact .white form dl {
	margin: 0 0 40px;
}

#contact .white form dl > div:not(:last-of-type) {
	margin: 0 0 20px;
}

#contact .white form dl > div dt {
	margin: 0 0 10px;
}

#contact .white form input,
#contact .white form textarea {
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #d9dede;
}

#contact .white form .btn {
	margin: 0 auto;
}

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){

/* ------------------------------------------------------------ common */
	.heading h2 {
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 1.4;
	}

	.heading h2 span {
		font-size: 16px;
		margin: 10px 0 0;
	}

	.heading h3 {
		font-size: 18px;
		margin: 20px 0 0;
	}

	.heading p {
		margin: 15px 0 0;
	}

/* ------------------------------------------------------------ 処理：完了画面 */
	#note {
		margin: 0 0 50px;
	}
	
	#note h2 {
		font-size: 24px;
		margin: 0 0 30px;
	}
	
	#note p {
		margin: 0 0 30px;
	}
	
	#note p.caution {
		width: 100%;
		margin: 0 auto 20px;
		padding: 15px;
	}
	
	#note p.alert {
		margin: 0 0 30px;
	}
	
	#note p.alert span:not(:last-of-type) {
		margin: 0 0 15px;
	}
	
	#note dl {
		display: block;
		margin: 0 0 30px;
		min-width: 100%;
	}

	#note dl > div {
		display: block;
	}

	#note dl > div:not(:last-of-type) {
		margin: 0 0 15px;
	}

	#note dl > div dt {
	    margin: 0;
	    min-width: 100%;
	}

	#note .flex_wrap {
		display: block;
	}
	
	#note .flex_wrap .btn.back {
		margin: 0 auto 15px;
	}

/* ------------------------------------------------------------ fv */
	#fv .inner {
		height: 0;
		padding-top: calc(750 / 1600 * 100%);
	}

	#fv h2 span {
		font-size: 24px;
	    line-height: 1.5;
		font-family: 'Noto-Sans-JP-Medium';
	}

	#fv h2 span small {
		font-size: 14px;
		margin: 5px 0 0;
	}

/* ------------------------------------------------------------ philosophy */
	#philosophy {
		padding: 50px 0;
	}

	#philosophy .inner {
		position: static;
	}

	#philosophy .flex_wrap .left {
		width: 100%;
		margin: 0 0 30px;
	}

	#philosophy .flex_wrap .right {
		position: static;
	}

	#philosophy .flex_wrap .right img {
		width: 100%;
	}

/* ------------------------------------------------------------ service */
	#service {
		padding: 50px 0 30px;
	}

	#service .heading {
		margin: 0 0 20px;
	}

	#service dl {
		display: block;
	}

	#service dl > div {
		margin-bottom: 20px;
		width: 100%;
		padding: 20px;
	}

	#service dl > div:not(:nth-of-type(4n+4)) {
		margin-right: 0;
	}

	#service dl > div dt {
		font-size: 40px;
	    letter-spacing: 1px;
	    margin: 0 0 20px;
	}

	#service dl > div dd h3 {
	    font-size: 18px;
	    min-height: inherit;
	    display: block;
	}

/* ------------------------------------------------------------ greeting */
	#greeting {
		padding: 50px 0;
	}

	#greeting .name {
		margin: 20px 0 0;
	}

	#greeting .name h4 {
		font-size: 14px;
	}

	#greeting .name h4 span {
		font-size: 24px;
		margin: 10px 0 0;
		letter-spacing: 1px;
	}

/* ------------------------------------------------------------ history */
	#history {
		padding: 50px 0;
	}

	#history .heading {
		margin: 0 0 30px;
	}

	#history dl {
		padding: 20px;
	}

	#history dl > div {
		display: block;
	}

	#history dl > div:not(:last-of-type) {
		padding: 0 0 20px;
		margin: 0 0 20px;
	}

	#history dl > div dt {
		width: 100%;
		margin: 0 0 5px;
		line-height: 1.5;
	}

	#history dl > div dd {
		width: 100%;
		line-height: 1.5;
	}

/* ------------------------------------------------------------ company */
	#company {
		padding: 50px 0;
	}

	#company .heading {
		margin: 0 0 30px;
	}

	#company dl {
		padding: 0;
		margin: 0 0 30px;
	}

	#company dl > div {
		display: block;
	}

	#company dl > div:not(:last-of-type) {
		margin: 0 0 20px;
	}

	#company dl > div dt {
		padding: 15px 0 15px 20px;
		width: 100%;
		line-height: 1.5;
	}

	#company dl > div:not(:last-of-type) dt {
		border-bottom: none;
	}

	#company dl > div dd {
		padding: 15px 0 15px 20px;
		width: 100%;
		line-height: 1.5;
		border-bottom: none;
	}

	#company dl > div dd:first-of-type {
		border-top: none;
	}

	#company dl > div dd span {
		font-size: 12px;
		margin: 10px 0 0;
	}

	#company figure img {
		width: 100%;
	}

/* ------------------------------------------------------------ recruit */
	#recruit {
		padding: 0 0 50px;
	}

	#recruit .heading {
		margin: 0 0 30px;
	}

	#recruit .heading h3 {
		font-size: 18px;
	}

	#recruit dl {
		padding: 0;
	}

	#recruit dl > div {
		display: block;
		border-bottom: solid 1px #d9dede;
		padding: 15px 0;
	}

	#recruit dl > div dt {
		width: 100%;
		margin: 0 0 5px;
		line-height: 1.5;
	}

	#recruit dl > div dd {
		width: 100%;
		line-height: 1.5;
	}

/* ------------------------------------------------------------ contact */
	#contact {
		padding: 50px 0;
	}

	#contact .inner {
		padding: 0;
	}

	#contact .white {
		padding: 30px 20px;
	}

	#contact .white .heading {
		margin: 0 0 30px;
	}

	#contact .white .number {
		padding: 20px 0;
		margin: 0 0 20px;
	}

	#contact .white .number h3 {
		font-size: 16px;
		margin: 0 0 20px;
		line-height: 1.5;
	}

	#contact .white .number ul {
		display: block;
	}

	#contact .white .number ul li.tel {
		margin: 0 0 20px;
	}

	#contact .white .number ul li a {
		font-size: 26px;
	}

	#contact .white .number ul li.tel a {
		background: url(../images/icn_01.svg) no-repeat left center / auto 26px;
		padding: 0 0 0 25px;
	}
	
	#contact .white .number ul li.fax a {
		background: url(../images/icn_02.svg) no-repeat left center / auto 26px;
	}

	#contact .white form dl {
		margin: 0 0 30px;
	}

	#contact .white form dl > div:not(:last-of-type) {
		margin: 0 0 15px;
	}

	#contact .white form dl > div dt {
		margin: 0 0 5px;
	}

	#contact .white form input,
	#contact .white form textarea {
		padding: 5px;
	}

}