@charset "utf-8";
/*------------------------------------------------------------
	commission
------------------------------------------------------------*/
.pageTitle {
	background-image: url("../img/commission/page_title_bg.jpg");
}
.pageTitle2 {
	background-image: url("../img/commission/page_title_bg2.jpg");
}
.pageTitle3 {
	background-image: url("../img/commission/page_title_bg3.jpg");
}
#main {
	margin-bottom: 0;
}
#main .topBox {
	margin-bottom: 119px;
}
#main .topBox .flex {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-around;
}
#main .topBox .flex .img {
    width: 50%;
    max-width: 560px;
}
#main .topBox h3 {
	margin-bottom: 35px;
	color: #293a69;
	font-size: 2.8rem;
	line-height: 1.75;
	text-align: center;
}
#main .topBox p {
	margin-bottom: 77px;
	line-height: 1.75;
	text-align: left;
}
#main .calc {
    border-top: 1px #B84B6F solid;
    border-bottom: 1px #B84B6F solid;
    position: relative;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 110px;
}
#main .calc h4 {
    position: relative;
    top: -25px;
    background: #B84B6F;
    color: #FFF;
    font-size: 24px;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
}
#main .calc p {
    font-weight: bold;
    padding: 0 0 20px;;
}
#main .calc h5 {
    font-size: 32px;
    color: #B84B6F;
}
#main .kitei {
    height: auto;
    padding: 0;
    margin-bottom: 120px;
    text-align: left;
    border-left: 10px solid #293a69;
    border-right: 10px solid #293a69;
}
#main .kitei::before,
#main .kitei::after {
    content: "";
    display: block;
    height: 10px;
    background: linear-gradient(to right, #293a69 0%, #293a69 100%);
}
#main .kitei .inner {
    padding: 30px 30px 40px;
    overflow: hidden;
    position: relative;
}
#main .kitei .inner::before {
    content: '';
    width: 400px;
    height: 400px;
    position: absolute;
    top: -200px;
    right: -200px;
    background: linear-gradient(to bottom right, #293a69 50%, #293a69);
    transform: scaleX(0.7) rotate(45deg);
}
#main .kitei .inner h4 {
    color: #293a69;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
}
#main .kitei .inner p {
    font-weight: bold;
    margin-bottom: 40px;
}
#main .kitei .inner ul {
    border-top: 1px solid #CCCCCC;
}
#main .kitei .inner ul li {
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 10px 20px 30px;
    position: relative;
}
#main .kitei .inner ul li::before {
    position: absolute;
    left: 10px;
    top: 22px;
    content: "";
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #293a69;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
}
#main .info {
	margin-bottom: 140px;
}
#main .info h3 {
	margin-bottom: 35px;
	font-size: 2.8rem;
	line-height: 1.75;
	text-align: center;
}
#main .info h3 span {
	color: #293a69; 
}
#main .info .text {
	margin-bottom: 65px;
	line-height: 1.75;
	text-align: center;
}
#main .info .imgBox {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
#main .info .imgBoxR {
	flex-direction: row-reverse;
}
#main .info .imgBox:last-of-type {
	margin-bottom: 0;
}
#main .info .imgBox .photoBox {
	width: 46.67%;
}
#main .info .imgBox .textBox {
	width: 48.33%;
}
#main .info .imgBox .textBox .txt {
	margin-bottom: 27px;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
    color: #293a69;
}
#main .info .imgBox .textBox p {
	line-height: 1.75;
}
#main .mitsumori {
	padding: 79px 0 80px;
	background: url("../img/commission/mitsumori_bg.jpg") no-repeat center center / cover;
}
#main .mitsumori .btn {
	margin: 0 auto 30px;
	width: 660px;
}
#main .mitsumori .btn a:hover img {
    opacity: .8;
}
#main .mitsumori dl {
	margin: 0 auto;
	width: 660px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}
#main .mitsumori dl dt {
	margin-top: 10px;
	width: 265px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.78;
	text-align: center;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
#main .mitsumori dl dd {
	padding-bottom: 10px;
	width: calc(100% - 300px);
}
#main .mitsumori dl dd a {
	padding-left: 37px;
	display: inline-block;
	color: #fff;
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 1.75;
	background: url("../img/common/icon09.png") no-repeat left 26px / 30px auto;
	vertical-align: top;
}
#main .mitsumori dl dd small {
	display: block;
}
#main .commission {
	padding-top: 109px;
    padding-bottom:  120px;
	position: relative;
}
#main .commission h3 {
	margin-bottom: 51px;
}
#main .commission p.text {
	margin-bottom: 65px;
	line-height: 1.75;
	text-align: left;
}
#main .commission .flex {
	display: flex;
}
#main .commission h4 {
    background: #293a69;
    color: #FFF;
    font-weight: bold;
    font-size: 28px;
    display: inline-block;
    position: relative;
    line-height: 70px;
    padding: 0 50px;
    margin-right: 50px;
}
#main .commission h4::before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: -50px;
    background: #FFF;
    transform: scaleX(0.5) rotate(45deg);
}
#main .commission h4::after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    right: -50px;
    background: #FFF;
    transform: scaleX(0.5) rotate(45deg);
}
#main .commission dl {
    padding-bottom: 80px;
}
#main .commission dl dt {
    font-size: 24px;
    color: #293a69;
    font-weight: bold;
    margin-bottom: 16px;
}
#main .commission dl dt .num {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #FFF;
    text-align: center;
    margin-right: 20px;
    background: #293a69;
    display: inline-block;
    font-weight: bold;
    font-size: 28px;
}
#main .commission dl dd {
    margin-bottom: 30px;
    font-weight: bold;
}
#main .commission p.text2 {
	margin-bottom: 45px;
	line-height: 1.75;
	text-align: left;
}
#main .linkwrap {
    margin-bottom: 110px;
}
#main .linkList {
    padding-top: 50px;
}
#main .linkList li {
	box-sizing: border-box;
	width: calc((100% - 60px) / 3);
	position: relative;
	color: #FFF;
	overflow: hidden;
    margin-right: 30px;
}
#main .linkList li:last-child {
	margin-right: 0;
}
#main .linkList li:before, #main .linkList li:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	content: "";
}
#main .linkList li:before {
	background-color: #ccc;
	z-index: 10;
}
#main .linkList li:after {
	background: #fff;
	z-index: 5;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
#main .linkList li.on:before, #main .linkList li.on:after {
	left: 100%;
}
#main .linkList li .photo img {
	width: 100%;
}
#main .linkList li .innerBox {
	box-sizing: border-box;
	padding-bottom: 8px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}
#main .linkList li .innerBox > div {
	width: 100%;
	text-align: center;
}
#main .linkList li .innerBox .ttl {
	margin-bottom: 21px;
	font-weight: 700;
	font-size: 2.8rem;
}
#main .linkList li .innerBox .txt {
	margin-bottom: 68px;
	font-size: 1.8rem;
}
#main .linkList li .innerBox .btn {
	margin: 0 auto;
	width: 67%;
}
#main .linkList li .innerBox .btn a {
	padding: 22px 10px;
	display: block;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.2);
}
#main .linkList li .innerBox .btn a:hover {
	opacity: 0.7;
}
#main .linkList li .innerBox .btn a span {
	padding-right: 70px;
	display: inline-block;
	vertical-align: top;
	background: url("../img/common/icon02.png") no-repeat right center;
	background-size: 50px auto;
}
#main .btmBox {
	margin-bottom: 0;
}
#main .commission01 {
	margin-bottom: 109px;
	padding-top: 109px;
	position: relative;
}
#main .commission02 {
	margin-bottom: 109px;
	position: relative;
}
#main .commission01 .text {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
#main .commission01 .flex {
    max-width: 800px;
    margin: 0 auto 40px;
}
#main .commission01 .flex dt {
    width: 60%;
    height: 80px;
    line-height: 80px;
    background: #293a69;
    border-bottom: 2px solid #FFF;
    box-sizing: border-box;
    padding-left: 40px;
    color: #FFF;
    font-weight: bold;
    font-size: 1.8rem;
}
#main .commission01 .flex dd {
    width: 40%;
    height: 80px;
    line-height: 80px;
    background: #F2F2F2;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #FFF;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}
#main .commission01 .flex dd::before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: -30px;
    background: #293a69;
    transform: scaleX(.75) rotate(45deg);
}
#main .commission02 table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}
#main .commission02 table th,
#main .commission02 table td {
    border: 1px #CCC solid;
    text-align: center;
    font-size: 1.6rem;
    padding: 20px;
    line-height: 20px;
}
#main .commission02 table thead th,
#main .commission02 table thead td {
    background: #293a69;
    color: #FFF;
    font-weight: bold;
}
#main .commission02 table tbody th {
    background: #f6faff;
    color: #293a69;
}
#main .commission02 table tbody td {
    background: #FFFFFF;
    color: #333333;
}
#main .commission02 p.text {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
#main .commission02 p.text2 {
    margin-bottom: 20px;
}
.titletxt {
    background: #293a69;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    padding: 10px 25px;
    margin-bottom: 20px;
}
#main .topBox h3.compari {
    color: #333333;
    font-size: 28px;
}
#main .topBox h3.compari strong {
    font-size: 36px;
    color: #293a69;
}
#main .topBox .titleimg {
    max-width: 760px;
    margin: 0 auto;
}
#main .case {}
#main .case p.strong {
    display: block;
    text-align: center;
    color: #293a69;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
#main .case p.text,
#main .case p.text2 {
    margin-bottom: 70px;
    line-height: 1.8;
}
#main .case .flex {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
    position: relative;
}
#main .case .flex .img {
    width: 50%;
    max-width: 560px;
}
#main .case .flex::after {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    background-image: url(../img/commission/zero_arrow01.png);
    background-size: contain;
}
#main .qanda {
	padding: 125px 0 120px;
	position: relative;
	background: #f6faff;
}
#main .qanda:before {
	content: '';
	background: url("../img/common/bg06.png") no-repeat left top;
	background-size: 100% auto;
	width: 450px;
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
}
#main .qanda:after {
	content: '';
	background: url("../img/common/bg07.png") no-repeat right bottom;
	background-size: 100% auto;
	width: 600px;
	height: 800px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#main .qanda .content {
	z-index: 2;
	position: relative;
}
#main .qanda dt {
    background-color: #293a69;
    background-image: url("../img/commission/qanda_q.png");
    background-repeat: no-repeat;
    background-size: 66px 70px;
    background-position: top left;
    min-height: 70px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 20px 20px 20px 70px;
    margin-bottom: 10px;
}
#main .qanda dd {
    background-image: url("../img/commission/qanda_a.png");
    background-repeat: no-repeat;
    background-size: 66px 70px;
    background-position: top left;
    padding: 20px 20px 20px 70px;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}
#main .form {
    background-image: url("../img/commission/form_bg.png");
    background-size: auto 500px;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 340px 0 120px;
}
#main .form .catch {
    font-size: 28px;
    color: #293a69;
}
#main .form .catch span {
    color: #293a69;
}
#main .form .catch span em {
    font-size: 40px;
    font-style: normal;
}
#main .form p.text {
    text-align: center;
    margin-bottom: 50px;
}
#main .form .linkban {
    background: #f6faff;
    padding: 40px 20px 20px;
    margin-bottom: 90px;
}
#main .form .linkban p {
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
#main .form .linkban li {
    width: 33.33%;
}
#main .form form h3 {
    background: #293a69;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    padding: 15px 0;
    margin-bottom: 30px;
}
#main .form form p {
    margin-bottom: 20px;
}
#main .form form select {
    min-width: 220px;
}

@media all and (min-width: 1920px) {
    #main .form {
        background-size: 100% auto;
    }
}

@media all and (min-width: 897px) {
	#main .assessment .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .topBox {
		margin-bottom: 60px;
	}
	#main .topBox h3 {
		font-size: 2.2rem;
        text-align: left;
	}
	#main .topBox p {
		margin-bottom: 40px;
		text-align: left;
	}
	#main .topBox dl {
		max-width: inherit;
	}
	#main .topBox dl dt {
		width: 100px;
		font-size: 1.8rem;
	}
	#main .topBox dl dt span {
		margin: 10px 10px 0;
	}
	#main .topBox dl dt span img {
		width: 100%;
	}
	#main .topBox dl dd {
		padding: 15px 10px;
		width: calc(100% - 110px);
	}
	#main .mitsumori {
		padding: 40px 0;
	}
	#main .mitsumori .btn {
		margin: 0 auto 30px;
		width: auto;
		max-width: 660px;
	}
	#main .mitsumori .btn a {
		padding: 15px 10px;
		font-size: 2rem;
	}
	#main .mitsumori .btn a .txt {
		margin-top: 7px;
		padding-left: 30px;
		background-size: 25px;
	}
	#main .mitsumori .btn a .pic {
		margin-left: 15px;
	}
	#main .mitsumori .btn a .pic img {
		width: 45px;
	}
	#main .mitsumori dl {
		margin: 0 auto;
		width: auto;
		display: block;
	}
	#main .mitsumori dl dt {
		margin: 0 0 15px;
		padding-bottom: 15px;
		width: auto;
		display: block;
		font-size: 1.6rem;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	#main .mitsumori dl dd {
		padding-bottom: 0;
		width: auto;
	}
	#main .mitsumori dl dd a {
		font-size: 2.6rem;
	}
    #main .mitsumori dl dd a {
        background: url(../img/common/icon09.png) no-repeat left center / 30px auto;
    }
	#main .info h3 {
		font-size: 2rem;
	}
	#main .info .text {
		margin-bottom: 40px;
		text-align: left;
	}
	#main .info .imgBox {
		margin-bottom: 40px;
		display: block;
	}
	#main .info .imgBox .photoBox {
		margin-bottom: 30px;
		width: auto;
	}
	#main .info .imgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .info .imgBox .textBox .title span {
		font-size: 2rem;
	}
	#main .info .imgBox .textBox .txt {
		font-size: 2rem;
	}
    #main .calc {
    }
    #main .calc h4 {
        font-size: 2.0rem;
        padding: 10px 10px;
    }
    #main .calc p {
        font-weight: bold;
        padding: 0 0 20px;;
    }
    #main .calc h5 {
        font-size: 22px;
        color: #B84B6F;
    }
    #main .kitei {
        height: auto;
        padding: 0;
        margin-bottom: 120px;
        text-align: left;
        border-left: 10px solid #293a69;
        border-right: 10px solid #293a69;
    }
    #main .kitei::before,
    #main .kitei::after {
        content: "";
        display: block;
        height: 10px;
        background: linear-gradient(to right, #293a69 0%, #293a69 100%);
    }
    #main .kitei .inner {
        padding: 20px 20px 40px;
        overflow: hidden;
        position: relative;
    }
    #main .kitei .inner::before {
        display: none;
    }
    #main .kitei .inner h4 {
        color: #293a69;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 30px;
    }
    #main .commission {
        margin-bottom: 0;
    }
    #main .commission h3 {
        margin-bottom: 51px;
    }
    #main .commission p.text {
        margin-bottom: 65px;
        line-height: 1.75;
        text-align: left;
    }
    #main .commission .flex {
        display: block;
    }
    #main .commission h4 {
        background: #293a69;
        color: #FFF;
        font-weight: bold;
        font-size: 22px;
        line-height: 50px;
        padding: 0 50px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #main .commission h4::before {
        width: 70px;
        height: 70px;
        top: -35px;
        left: -35px;
    }
    #main .commission h4::after {
        width: 70px;
        height: 70px;
        bottom: -35px;
        right: -35px;
    }
    #main .commission dl {
        padding-bottom: 40px;
    }
    #main .commission dl dt {
        font-size: 20px;
        color: #293a69;
        font-weight: bold;
        margin-bottom: 16px;
    }
    #main .commission dl dt .num {
        border-radius: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #FFF;
        text-align: center;
        margin-right: 10px;
        background: #293a69;
        display: inline-block;
        font-weight: bold;
        font-size: 20px;
    }
    #main .commission dl dd {
        margin-bottom: 30px;
        font-weight: bold;
    }
    #main .commission p.text2 {
        margin-bottom: 45px;
        line-height: 1.75;
        text-align: left;
    }
    #main .linkList li {
        box-sizing: border-box;
        width: 100%;
        position: relative;
        color: #FFF;
        overflow: hidden;
        margin-bottom: 30px;
        margin-right: 0;
    }
    #main .linkList li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    #main .topBox .flex {
        display: flex;
        margin-bottom: 40px;
        justify-content: space-around;
    }
    #main .topBox .flex .img {
        width: 100%;
        max-width: 560px;
        margin-bottom: 20px;
    }
    #main .commission01 .flex dt {
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-bottom: 0;
        padding-left: 20px;
        font-size: 1.4rem;
    }
    #main .commission01 .flex dd {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 1.4rem;
    }
    #main .commission01 .flex dd::before {
        width: 60px;
        height: 60px;
        top: 0;
        left: -30px;
    }
    #main .commission02 table th,
    #main .commission02 table td {
        border: 1px #CCC solid;
        text-align: center;
        font-size: 1.4rem;
        padding: 10px;
        line-height: 20px;
    }
    #main .topBox h3.compari {
        font-size: 2.0rem;
    }
    #main .topBox h3.compari strong {
        font-size: 2.2rem;
    }
    #main .case .flex .img {
        width: 100%;
        max-width: 560px;
        margin-bottom: 100px;
    }
    #main .case .flex .img:last-child {
        margin-bottom: 0px;
    }
    #main .case .flex::after {
        margin-left: -60px;
        margin-top: -70px;
        background-image: url(../img/commission/zero_arrow02.png);
    }
    #main .case h3.headLine01 {
        font-size: 20px;
    }
    #main .case p.strong {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    #main .form {
        background-size: auto 250px;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 120px 0 120px;
    }
    #main .form p.text {
        text-align: left;
        margin-bottom: 50px;
    }
    #main .form .linkban {
        padding: 30px 10px 20px;
        margin-bottom: 40px;
    }
    #main .form .linkban p {
        font-weight: bold;
        text-align: left;
        margin-bottom: 20px;
    }
    #main .form .linkban li {
        width: 50%;
    }
    #main .form form h3 {
        font-size: 18px;
        line-height: 30px;
        padding: 15px 0;
        margin-bottom: 20px;
    }
}