@charset "utf-8";
.c-flex {
    display: flex;
    flex-wrap: wrap;
}
.-jc-sb {
    justify-content: space-between;
}
.-fd-rr {
    flex-direction: row-reverse;
}
.-ai-c {
    align-items: center;
}
.under__mv.gokuyou-mv {
    margin-top:30px;
}
.under__mv.gokuyou-mv img {
    width: 100%;
    vertical-align: bottom;
    object-fit: contain;
}
.is_sp {
    display: none;
}
.gokuyou {
    margin-top:30px;
}
.gokuyou-contents {
    margin-bottom: 45px;
}
.gokuyou-contents__inner {
    padding: 35px;
    background: #e0e3f1;
    border-radius: 0 0 14px 14px;
    margin-top: 0;
}
.gokuyou-contents h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #515e99;
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    padding: 18px 10px;
    border-radius: 14px 14px 0 0;
    margin-bottom: 0;
}

/* 1 */
.gokuyou01 {
    position: relative;
    margin-top: 120px;
}
.gokuyou01::before {
    content: url(../img/page/gokuyou/title01.png);
	position: absolute;
	top: -60px;
	left: 50px;
}
.gokuyou01 .gokuyou-contents__inner {
    border-radius: 14px;
}
.gokuyou01__list {
    margin-top: 60px;
    padding: 0 40px;
}
.gokuyou01 ul li{
	padding: 0 0 0 55px;
	color: #1f4b92;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 3%;
	position: relative;
}
.gokuyou01 ul li::before {
    content: '';
    background: url(../img/page/gokuyou/check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.gokuyou01 .c-flex img {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
}
.gokuyou01 .c-flex {
    padding: 0 40px;
}
.-col02 {
    gap: 5%;
}
.-col02 .flexBlock {
    width: 47.5%;
    margin-bottom: 5%;
}
.gokuyou01 video {
    background-color: #fff;
}

/* 2 */
.gokuyou02 .gokuyou-contents__inner {
    padding-bottom: 0;
    padding-right: 0;
}
.gokuyou02__lists ul li {
    font-size: 20px;
    font-weight: bold;
    color: #515e99;
    position: relative;
    padding: 25px 0 25px 90px;
}
.gokuyou02__lists ul li::before {
    content: '';
    display: block;
    width: 80px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.gokuyou02__lists ul li:nth-child(1):before {
    background: url(../img/page/gokuyou/service01.png);
        background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.gokuyou02__lists ul li:nth-child(2):before {
    background: url(../img/page/gokuyou/service02.png);
        background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.gokuyou02__lists ul li:nth-child(3):before {
    background: url(../img/page/gokuyou/service03.png);
        background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.gokuyou02__lists ul li:nth-child(4):before {
    background: url(../img/page/gokuyou/service04.png);
        background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.gokuyou02__lists ul li:nth-child(5):before {
    background: url(../img/page/gokuyou/service05.png);
        background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.gokuyou02__img {
    width: 80%;
    max-width: 450px;
    display: block;
    margin-left: auto;
}
.gokuyou02__img img {
    width: 100%;
    vertical-align: bottom;
}
/* 3 */
.gokuyou03_block {
    margin-bottom: 40px;
}
.gokuyou03_block:last-child {
    margin-bottom: 0;
}
.gokuyou03_block h5 {
    font-size: 24px;
    font-weight: bold;
    color: #515e99;
}
.gokuyou03_block h5 span {
    font-size: 16px;
    color: #515e99;
}
.gokuyou03_block img {
    width: 100%;
    vertical-align: bottom;
}
.gokuyou03_block p {
    color: #515e99;
}
.gokuyou03 .txt-area {
    background-color: #fff;
    border-radius: 20px;
    color: #515e99;
    padding: 30px;
}
.gokuyou03 .txt-area h5 {
    font-size: 16px;
    font-weight: bold;
    color: #515e99;
}
.gokuyou03 .txt-area p {
    color: #515e99;
}
/* 4 */
.gokuyou04__table ul {
    border: 5px solid #515e99;
    border-radius: 20px;
}
.gokuyou04__table li {
    display: flex;
    align-items: stretch;
    border-bottom: 3px solid #515e99;
}
.gokuyou04__table li div {
    width: 50%;
    padding: 30px 30px;
    display: flex;
    align-items: center;
}
.gokuyou04__table li div:nth-child(1) {
    background-color: #c3cbed;
    border-right: 3px solid #515e99;
    justify-content: center;
}
.gokuyou04__table li div:nth-child(2) {
    background-color: #fff;
}
.gokuyou04__table li:first-child div:nth-child(1) {
    border-radius: 20px 0 0 0;
}
.gokuyou04__table li:first-child div:nth-child(2) {
    border-radius: 0 20px 0 0;
}

.gokuyou04__table li:last-child div:nth-child(1) {
    border-radius: 0 0 0 20px;
}
.gokuyou04__table li:last-child div:nth-child(2) {
    border-radius: 0 0 20px 0;
}
.gokuyou04__table h4 {
    color: #515e99;
    border-left: none;
    padding-left: 0;
    margin: 0 0 0 0;

}
.gokuyou04__table p {

}
/* 5 */
.gokuyou05__list ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 30px;
}
.gokuyou05__list ul li {
    background-color: #fff;
    position: relative;
    padding: 15px;
    width: 180px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.gokuyou05__list ul li:after {
    content: '';
    display: block;
    width: 30px;
    height: 35px;
    background-color: #acb5df;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}
.gokuyou05__list ul li:nth-child(4)::after {
    display: none;
}
.gokuyou05__list ul li:nth-child(7)::after {
    display: none;
}
.gokuyou05__list ul li:nth-child(8)::after {
    display: none;
}
.gokuyou05__list ul li:last-child {
    background-color: inherit;
}
.gokuyou05__list ul li .num {
    background-color: #ffde00;
    color: #515e99;
    font-size: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: -25px;
}
.gokuyou05__list ul li p {
    color: #515e99;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
}
.gokuyou05__list ul li p span {
    font-weight: normal;
    color: inherit;
    font-size: 12px;
    line-height: 1.2em;
}
/*  6 */


/* 7 */
.gokuyou07 .contact-btn {
    display: block;
    max-width: 400px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.gokuyou07 .contact-btn img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .is_sp {
        display: block;
    } 
    .under__mv.gokuyou-mv {
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }
    .gokuyou {
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }
    .gokuyou-contents {
		margin-top: 60px;
        margin-bottom: 30px;
    }
    .gokuyou-contents__inner {
        padding: 20px;
    }
    .gokuyou-contents h3 {
        font-size: 20px;
        padding: 10px 5px;
    }

    /* 1 */

    .-col02 .flexBlock {
        width: 100%;
        
    }
	.gokuyou01::before {
		content: "";
		position: absolute;
		top: -3%;
		left: 5%;
		width: 90%;
		background: url(../img/page/gokuyou/title01.png) no-repeat;
		height: 15%;
		background-size: 100%;
	}
	.gokuyou01__list {
		padding: 0;
		margin-top: 10%;
        margin-bottom: 10%;
	}
	.gokuyou01 ul li{
		padding: 0 0 0 40px;
		color: #1f4b92;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 3%;
		position: relative;
	}
	.gokuyou01 ul li::before {
		content: '';
		background: url(../img/page/gokuyou/check.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		width: 24px;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.gokuyou01 .c-flex {
		padding: 0;
		display: block;
	}
	.gokuyou01 .c-flex video{
		width: 100%;
        height: auto;
	}
	.gokuyou01 .c-flex img {
		width: 60%;
	}

    
    /* 2 */
	.gokuyou02__lists ul li::before {
		width: 60px;
	}
	.gokuyou02__lists ul li {
		font-size: 16px;
		padding: 20px 0 20px 80px; 
	}

    /* 3 */
	.gokuyou03_block h5 {
		font-size: 20px;
	}
	.gokuyou03_block h5 span {
		font-size: 14px;
	}
	.gokuyou03_block p {
		line-height: 1.4em;
	}
	.gokuyou03 .txt-area {
		padding: 15px;
	}
	.gokuyou03 .txt-area h5 {

	}
    /* 4 */
	.gokuyou04__table li {
		display: block;
	}
	.gokuyou04__table li div {
		padding: 15px;
		width: 100%;
	}
	.gokuyou04__table li div:nth-child(1) {
		border-right: 0;
		border-bottom: 3px solid #515e99;
	}
	.gokuyou04__table li:first-child div:nth-child(1) {
		border-radius: 20px 20px 0 0;
	}
	.gokuyou04__table li:first-child div:nth-child(2) {
		border-radius: 0;
	}
	.gokuyou04__table li:last-child div:nth-child(1) {
		border-radius: 0;
	}
	.gokuyou04__table li:last-child div:nth-child(2) {
		border-radius: 0 0 20px 20px;
	}

    /* 5 */
	.gokuyou05__list ul {
		display: block;
	}
	.gokuyou05__list {
		margin-top: 30px;
	}
	.gokuyou05__list ul li {
		max-width: 215px;
		height: 220px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 45px;
	}
	.gokuyou05__list ul li:after {
		width: 40px;
		height: 45px;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
	.gokuyou05__list ul li:nth-child(4)::after {
		display: block;
	}
	.gokuyou05__list ul li:nth-child(7)::after {
		display: none;
	}
	.gokuyou05__list ul li:nth-child(8)::after {
		display: none;
	}
	.gokuyou05__list ul li:last-child {
		padding: 0;
		height: auto;
	}
    /*  6 */

}

@media only screen and (max-width: 480px) {
    .gokuyou01__list {
        margin-top: 5%;
    }
}