#headwrap{
    position: relative;
    z-index: 1;
}


.p-page-header{
    margin-bottom: 0;
}
.dl_top_message{
    display: none;
}
.p-entry__inner {
    width: 100%;
    max-width: 100%;
}

.service_wrapper p{
    line-height: 1.8;
}

#news{
    z-index: 1;
    position: relative;
    background: #fff;
}

#about{
    margin-top:-120px;
    padding-top: 120px;
}
@media screen and (max-width: 767px){
    #about{
        margin-top:0;
        padding-top: 0;
    }
}

/****************************

	step

*****************************/
.p3_step_back{
	background: url(../img/step_back.jpg) no-repeat center;
	background-size: cover;
}

.p3_step{
  padding-bottom: 2rem;
}

.p3_step h2, .p3_merit h2{
	color: #766D6A;
	font-size: 30px;
	padding: 3rem 3rem 2rem 3rem;
  font-weight: 700;
  margin-bottom:0;
}
.p3_step h2 img{
	padding-left: 2rem;
	vertical-align: bottom;
}
.p3_step div{
	font-size: 24px;
	font-weight: 700!important;
	text-align: left;
	padding-bottom: 1.8rem;
	margin: auto;
  line-height: 2.2;
}
.p3_step div span{
	font-weight: 700!important;
}
.p3_step div img{
	margin-right: 3rem;
}

.p3_step h2 span {
font-weight: bold;
}

@media screen and (max-width: 767px){
	.p3_step h2{
		font-size: 20px;
		padding: 2rem;
	}
	.p3_step div{
		font-size: 16px;
		width: 95%;
		display: flex;
        line-height: 1.6;
	}
	.p3_step div img {
		margin-right: 1rem;
		width: 2rem;
      height:auto;
	}
}

@media screen and (max-width: 450px) {
    .p3_step h2 span {
display: block;
}
.p3_step h2 img {
    padding-left: 0rem;
}
}

/****************************************************************

	2021Phase3
	2021.1012追加

****************************************************************/

.p3_flex{
	display: flex;
    align-items: center;
	justify-content: center;
}
.p3_wrapper{
    max-width: 1000px;
	margin: 0 auto;
	text-align : center;
	vertical-align: middle;
font-size: 62.5%;
    line-height: 1.5;
}
@media screen and (max-width: 767px){
	.p3_flex{
		display: block;
	}
}

/****************************************************************

	2023.1.5

****************************************************************/
/****************************************************************

	2023.1.16

****************************************************************/
.service_btn {
    margin: 50px auto;
    text-align: center;
}

.service_btn a {
    background-color: #54B6D4;
}

/****************************************************************

	sec_BC

****************************************************************/

#example.top_wrapper{
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

#example.sec_example ul{
    display: inline-block;
}
#example.sec_example ul li{
    width: 100%;
    font-weight: normal;
    line-height: 2.2;
    text-align: left;
    font-size: 14px;
    margin: 0;
}
#example a{
    color: #333;
    text-decoration: none;
}
#example a:hover{
    opacity: 0.5;
}

.sec_example{
    padding: 80px 0 130px;
}

.sec_BC * {
    box-sizing: border-box;
}

.sec_BC.triangle:after {
    border-top-color: #fff;
    background-color: #E6EBF1;
}

.BC_box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
}

.BC_box div:not(.BC_line) {
    width: 25%;
    text-align: center;
    max-width: 230px;
}

.BC_box img {
	width: 80%;
    max-width: 180px;
}

.BC_box h3 {
    color: #022173;
    font-size: 22px;
    font-weight: bold;
}

.BC_box ul {
    text-align: left;
    list-style: disc;
    padding-left: 20px;
}

.BC_line {
    width: 1px;
    background-color: #E6EBF1;
    margin: 0 10px;
}

.BC_aimitsu {
    border: 4px solid #fcec74;
    border-radius: 10px;
    display: block;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1050px;
    margin: 30px auto;
    transition: .3s;
}

.sec_BC .BC_aimitsu:hover {
    opacity: 1;
    box-shadow: 0 0 10px #00000029;
}

.BC_aimitsu .btn {
    display: none;
}

.BC_aimitsu img {
    width: 200px;
    object-fit: none;
}

.aimitsu_content {
    width: 78%;
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
    text-align: center;
    font-feature-settings: "palt";
}

.aimitsu_content p {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 1.8;
}

.aimitsu_content span {
    position: relative;
    margin-right: 20px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.8;
}

.aimitsu_content span::after {
    position: absolute;
    content: "/";
    right: -14px;
}

.aimitsu_content span:last-of-type::after {
    content: none;
}

@media screen and (max-width: 1000px) {
    .BC_aimitsu {
        flex-direction: column;
    }

    .aimitsu_content {
        border-left: none;
        border-top: 1px solid #e5e5e5;
        padding-left: 0;
        width: 100%;
        padding-top: 5px;
        margin-top: 5px;
    }

    .aimitsu_content p {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 800px) {
    .BC_box {
        flex-wrap: wrap;
    }
.BC_line {
    margin: 10px 0px 45px;
}

    .BC_box div:not(.BC_line) {
        max-width: none;
        width: 47%;
        margin-bottom: 15px;
    }

    .BC_box div:nth-of-type(4) {
        display: none;
    }

    .BC_box ul {
        display: inline-block;
    }

    .BC_box div:nth-of-type(1),
    .BC_box div:nth-of-type(3){
        border-bottom: 1px solid #e6ebf1;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 768px) {
    .sec_example{
        padding: 65px 0;
    }
}

@media screen and (max-width: 640px) {
    .sec_BC {
        /* margin-top: 60px; */
    }

	.sec_BC .h2_decoration {
        padding: 0;
    }

    .sec_BC .h2_decoration img {
        height: 100px;
    }

    .BC_aimitsu .btn {
        display: flex;
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 500px) {
    .BC_box {
        flex-direction: column;
    }

    .BC_box div:nth-of-type(3),
    .BC_box div:nth-of-type(7) {
        border-left: none;
    }

	.BC_line {
		display: none;
	}

    .BC_box div:not(.BC_line) {
        width: 100%;
    }

	.BC_box div:nth-of-type(5) {
		border-bottom: 1px solid #e6ebf1;
	}
}

/****************************************************************

	共通

****************************************************************/

.l-inner h2 {
    font-size: 40px;
    font-weight: bold;
    /* color: #fff; */
    text-align: center;
}

.top_wrapper {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.synopsis {
    text-align: center;
    margin: 30px 0;
}
.p-entry__body a {color: #333;}
@media screen and (max-width: 910px) {
    .l-inner br {
        display: inline;
    }
}

@media screen and (max-width: 640px) {
    body {
        font-size: 14px;
    }

    .l-inner h2 {
        font-size: 30px;
    }
}




/*--------------------------------
	h2_decoration
--------------------------------*/
.h2_decoration {
    position: relative;
    text-align: center;
    padding: 50px 0 30px;
}

.h2_decoration img {
    margin-bottom: -30px;
    max-width: 100%;
}

@media screen and (max-width: 900px) {
    .h2_decoration img {
        height: 40px;
    }
}

@media screen and (max-width: 640px) {
    .h2_decoration img {
        height: 50px;
    }
}


@media screen and (max-width: 1300px) {
    .top_wrapper {
        width: 90%;
        margin: 0 auto;
    }
}









/****************************************************************

	sec_step

****************************************************************/
.sec_step * {
    box-sizing: border-box;
}

.sec_step {
	background-color: #E6EBF1;
	padding: 80px 0 130px;
}

.sec_step h2 {
	margin-bottom: 0;
}

.sec_step .synopsis {
	margin-top: 0;
	margin-bottom: 25px;
}

.step_card {
	padding: 20px;
	display: flex;
	background-color: #fff;
    max-width: 900px;
	margin: 0 auto 50px;
	position: relative;
}

.step_card:nth-of-type(-n+3):after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #D6D6D6 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translate(-50%, 0);
}

.step_card>img {
	margin-right: 20px;
	align-self: center;
	width: 35%;
    max-width: 268px;
}

.step_card>div {
	width: 100%;
}

.step_card:nth-of-type(2)>div {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.step_card:nth-of-type(2)>div a {
	align-self: flex-end;
    border: 1px solid #54B6D4;
    border-radius: 50px;
    padding: 10px 15px;
	color: #54B6D4;
}

.step_card:nth-of-type(2)>div a:hover {
	background-color: #54B6D4;
	color: #fff;
	opacity: 1;
}

.step_card h3 {
    font-size: 26px;
    color: #48adcc;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.step_card h3 img {
    vertical-align: text-top;
    margin-right: 10px;
}

.step_card p {
	font-size: 16px;
	line-height: 1.8;
}

.sec_step .btn {
	max-width: none;
    width: 400px;
}

@media screen and (max-width: 768px) {
    .sec_step {
	    padding: 40px 0 65px;
    }
}

@media screen and (max-width: 640px) {
	.step_card {
		flex-direction: column;
	}

	.step_card>img {
		width: 100%;
		max-width: none;
    	margin-right: 0;
		margin-bottom: 15px;
	}

	.step_card:nth-of-type(2)>div a {
		width: 100%;
		text-align: center;
	}

	.sec_step .btn {
		width: 100%;
	}
}

/****************************************************************

	sec_contact

****************************************************************/
.sec_contact * {
    box-sizing: border-box;
}

.sec_contact {
    background: url(//fujikosan.xsrv.jp/wptest_2023/wp/wp-content/themes/oops_tcd048/css/../img/bg_contact.svg) no-repeat center;
    background-size: cover;
}

.contact_box {
    position: relative;
    width: 100%;
    /* aspect-ratio: 5/2; */
    min-height: 400px;
}

/* aspect-ratio ここから */
.contact_box_wrap {
    /* overflow: hidden; */
    position: relative;
    min-height: 400px;
}
.contact_box_wrap:before {
    content: '';
    display: block;
    padding-top: 40%;
}
.contact_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* aspect-ratio ここまで */

.sec_contact .h2_decoration {
    padding: 0;
}

.sec_contact h2,
.sec_contact .synopsis,
.sec_contact .btn_copy {
    color: #fff;
}

.btn_copy {
    position: relative;
    text-align: center;
}

.btn_copy:before {
    margin-right: 1rem;
    content: '＼';
}

.btn_copy:after {
    margin-left: 1rem;
    content: '／';
}

.sec_contact .synopsis {
    margin: 30px 0;
	font-feature-settings: "palt";
}

.contact_content {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
}

.contact_content .btn {
    margin: 5px auto;
}

.contact_content .line_blue:hover {
    border-color: #fff;
}

.contact_content .btn_copy {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}

.contact_box>img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.contact_content>div:not(.h2_decoration) {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.contact_content .line_blue {
    width: 250px;
}

.contact_content .color_pink {
    max-width: none;
    width: 350px;
}

.p-entry__body {
    margin-bottom: 0;
	color: #333;
}

@media screen and (max-width: 1450px) {
    .contact_content {
        left: 10%;
    }

    .contact_content>div:not(.h2_decoration) {
        display: block;
    }

    .contact_content .line_blue {
        width: 300px;
    }

    .contact_content .color_pink {
        max-width: none;
        width: 300px;
    }
}

@media screen and (max-width: 1300px) {
    .contact_box>img {
        width: 40%;
        min-width: 390px;
    }
}

@media screen and (max-width: 1200px) {
    .contact_content {
        left: 5%;
    }

    .sec_contact .synopsis {
        margin: 20px 0;
    }
}

@media screen and (max-width: 900px) {
    .contact_content {
        left: 0;
    }
}

@media screen and (min-width: 641px) and (max-width: 850px) {
    .sec_contact {
        background: url(//fujikosan.xsrv.jp/wptest_2023/wp/wp-content/themes/oops_tcd048/css/../img/bg_contact_tb.svg) no-repeat center;
		
    }

    .sec_contact .top_wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .contact_content {
        z-index: 1;
        width: 90%;
        max-width: 44rem;
        left: 5%;
    }

    .sec_contact .h2_decoration, 
    #top .sec_contact h2, 
    .sec_contact h2 {
        text-align: left;
    }

    .sec_contact .synopsis {
        text-align: left;
    }

    .contact_content>div:not(.h2_decoration) {
        display: flex;
    }

    .contact_content>div:not(.h2_decoration) div {
        width: 60%;
    }

    .contact_content .line_blue {
        width: 40%;
        margin: 0;
    }

    .contact_content .btn_copy {
        color: #333;
    }

    .contact_content .color_pink {
        width: 100%;
    }

    .contact_box>img {
        width: 314px;
        height: 430px;
        object-fit: cover;
        min-width: auto;
        object-position: left;
    }

    body {
        /* overflow-y: hidden; */
    }

}

@media screen and (max-width: 640px) {
    .sec_contact {
        background: url(//fujikosan.xsrv.jp/wptest_2023/wp/wp-content/themes/oops_tcd048/css/../img/bg_contact_sp.svg) no-repeat center;
    }

    .contact_box {
        /* aspect-ratio: auto; */
        height: 700px;
    }

    .contact_box_wrap::before {
        padding-top: 0;
        height: 700px;
    }

    .contact_content {
        left: 50%;
        top: 20px;
        transform: translate(-50%,0);
        width: 100%;
    }

    .contact_content .btn {
        max-width: none;
        width: 100%;
    }

    .contact_box>img {
        right: 50%;
        transform: translate(50%,0);
        min-width: auto;
        width: 100%;
        max-height: 340px;
        object-fit: contain;
    }

    .contact_content .btn_copy:after {
        margin-left: 5px;
    }

    .contact_content .btn_copy::before {
        margin-right: 5px;
    }
}


/****************************************************************

	sec_trouble

****************************************************************/
.sec_trouble {
    position: relative;
    background: #022173;
    padding: 200px 0 80px;
    margin-top: -120px;
}

.sec_trouble.triangle:after {
    border-top-color: #022173;
    background-color: #E6EBF1;
}

.sec_trouble .triangle2 {
    background-color: #e6ebf1;
    border-top: 100px solid #022173;
}

.sec_trouble h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    clear: both;
    line-height: 1.4;
    margin-bottom: 24.2px;
}

.sec_trouble ul {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ffffff33;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    margin: 0;
    justify-content: space-between;
}

.sec_trouble ul,
.sec_trouble li {
    list-style: none;
}

.sec_trouble li {
    height: 60px;
    width: 49%;
    transition: .3s;
    position: relative;
}

.sec_trouble li:nth-of-type(-n + 4) {
    border-bottom: 1px solid #328CA8;
}

.sec_trouble li:nth-of-type(2n) {
    margin-left: 10px;
}

.sec_trouble li:hover {
    background-color: #E5F4F9;
}

.sec_trouble li>p {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 22px;
    text-align: left;
    /* padding: 20px; */
}

.sec_trouble li>p img {
    margin-right: 10px;
}

.resolution_hover {
    display: none;
    position: absolute;
    bottom: 60px;
    background-color: #fff;
    border: 5px solid #A4E9FF;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000033;
    height: 120px;
    padding: 20px 0 20px 20px;
    pointer-events: none;
    box-sizing: border-box;
    text-align: left;
}

.sec_trouble li:hover .resolution_hover {
    display: flex;
}

.sec_trouble li:nth-of-type(3) .resolution_hover,
.sec_trouble li:nth-of-type(4) .resolution_hover {
    right: 0;
}

.resolution_hover p {
    font-size: 20px;
    line-height: 1.8;
}

/*safari用*/
@media not all and (min-resolution:.001dpcm) {
    @supports (not (translate: none)) {
        .resolution_hover p {
            white-space: nowrap;
        }
    }
}


.resolution_hover img {
    height: 160px;
    margin-top: -70px;
}

.sec_trouble li:nth-of-type(4) .resolution_hover img {
    margin-top: -50px;
}

@media screen and (max-width: 1200px) {
    .sec_trouble {
        /* margin-top: -180px; */
    }
}

@media screen and (max-width: 1300px) {
    .sec_trouble li {
        height: auto;
    }

    .sec_trouble li>p {
        font-size: 20px;
        padding: 10px 0;
    }
}

@media screen and (max-width: 1200px) {
    .resolution_hover p {
        font-size: 18px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1024px) {
    .sec_trouble li>p {
        font-size: 18px;
    }
}

@media screen and (max-width: 950px) {
    .sec_trouble li:nth-of-type(2n+1) .resolution_hover {
        right: auto;
        left: 0;
    }

    .sec_trouble li:nth-of-type(2n) .resolution_hover {
        right: 0;
        left: auto;
    }
}

@media screen and (max-width: 768px) {

    .sec_trouble {
        background-color: #022173;
        margin-top: 0;
        padding: 40px 0;
    }

    /*safari用*/
    @media not all and (min-resolution:.001dpcm) {
        @supports (not (translate: none)) {
            .sec_trouble {
                margin-top: -1px;
            }
        }
    }


    .sec_trouble ul {
        flex-direction: column;
        padding: 20px;
    }

    .sec_trouble li {
        width: 100%;
    }

    .sec_trouble li:nth-of-type(2n) {
        margin-left: 0;
    }

    .sec_trouble li:nth-of-type(5) {
        border-bottom: 1px solid #328ca8;
    }

    .sec_trouble li>p {
        font-size: 14px;
    }

    .sec_trouble li:nth-of-type(2n+1) .resolution_hover {
        right: 0;
        left: auto;
    }

    .sec_trouble li:nth-of-type(2n) .resolution_hover {
        left: 0;
        right: auto;
    }

    .sec_trouble li>p img {
        width: 20px;
    }
}

@media screen and (max-width: 640px) {
    .sec_trouble h2 {
        font-size: 24px;
    }
    .sec_trouble .triangle2 {
        border-top: 50px solid #022173;
    }
}

@media screen and (max-width: 550px) {
    .resolution_hover {
        width: calc(100% + 40px);
        padding: 10px 0 10px 10px;
        justify-content: center;
        align-items: center;
        height: 105px;
    }

    .sec_trouble li:nth-of-type(2n+1) .resolution_hover {
        right: -20px;
    }

    .sec_trouble li:nth-of-type(2n) .resolution_hover {
        left: -20px;
    }

    .resolution_hover p {
        font-size: 14px;
        white-space: unset;
    }

    .resolution_hover img {
        height: 120px;
        margin-top: -25px;
    }

    .sec_trouble li:nth-of-type(4) .resolution_hover img {
        margin-top: 0px;
    }
}



/****************************************************************

	sec_support

****************************************************************/
.sec_support {
    background-color: #E6EBF1;
    padding: 80px 0 130px;
}

.sec_support.triangle:after {
    border-top-color: #E6EBF1;
}

.sec_support .triangle2 {
    background-color: #ffffff;
    border-top: 100px solid #E6EBF1;
}

.support_figure {
    position: relative;
    margin-bottom: 30px;
}

.support_figure img {
    max-width: 100%;
}

.support_figure img:nth-of-type(2) {
    display: none;
}

.support_figure .summary {
    background-color: #022173;
    color: #fff;
    position: absolute;
    bottom: -20px;
}

@media screen and (max-width: 950px) {
    .support_figure .summary {
        width: fit-content;
        padding: 10px 30px;
        clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
        bottom: -30px;
        left: -5vw;
    }
}

@media screen and (max-width: 768px) {
    .sec_support {
        padding: 65px 0;
    }
}

@media screen and (max-width: 800px) {
    .support_figure .summary {
        position: relative;
        bottom: -20px;
        left: auto;
        text-align: center;
        margin: auto;
    }
}

@media screen and (max-width: 640px) {

    .sec_support .triangle2 {
        border-top: 50px solid #E6EBF1;
    }

    .support_figure {
        text-align: center;
    }

    .support_figure img:first-of-type {
        display: none;
    }

    .support_figure img:nth-of-type(2) {
        display: inline-block;
    }
}

@media screen and (max-width: 500px) {
    #top .support_figure .summary br:nth-of-type(2) {
        display: none;
    }
}


/****************************************************************

	sec_merit

****************************************************************/
.sec_merit {
    background-color: #E6EBF1;
    padding: 80px 0 130px;
    z-index: 4;
}

.sec_merit .diagonal2 {
    background: linear-gradient(353deg, #022173 50%, #E6EBF1 0);
}

.sec_merit .color_pink {
    margin-top: 10px;
    margin-bottom: 0;
}

.sec_merit .synopsis {
    font-size: 16px;
    margin: 0;
}

.sec_merit.diagonal:after {
    background: #e6ebf1;
}

.merit_card_wrap{
    max-width: 1120px;
    margin: auto;
}

.merit_card_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.merit_card_box.top {
    margin: 70px auto 0;
}

.merit_card_box.top:after,
.merit_card_box.other:after{
    display: none;
}

.merit_card_box .merit_card {
    width: 32%;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.merit_card_box .merit_card:before {
    content: "";
    background: url(//fujikosan.xsrv.jp/wptest_2023/wp/wp-content/themes/oops_tcd048/css/../img/merit_num.svg) no-repeat;
    background-size: 100%;
    width: 52px;
    height: 52px;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.merit_card_box.top .merit_card{
    width: 49%;
}
.merit_card_box.other .merit_card{
    margin: 70px 0 0;
}
.merit_card_box .merit_card .num{
    position: absolute;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    left: 0;
    right: 0;
    top: -21px;
    line-height: 1.8;
    z-index: 1;
}
.merit_card label{
    position: relative;
}

.merit_card label::after{
    content: "";
    position: absolute;
    width: 73px;
    height: 66px;
    bottom: 23px;
    left: 28px;
    margin: auto;
}
.top .merit_card label::after{
    left: 100px;
}

.merit_card #merit_01 + label::after{
    background: url(//fujikosan.xsrv.jp/wptest_2023/wp/wp-content/themes/oops_tcd048/css/../img/merit_icon_01.svg) no-repeat;
    background-size: 100%;
}

.merit_card #merit_02 + label::after{
    background: url(//fujikosan.xsrv.jp/wptest_2023/wp/wp-content/themes/oops_tcd048/css/../img/merit_icon_02.svg) no-repeat;
    background-size: 100%;
}
.merit_card #merit_03 + label::after{
    background: url(//fujikosan.xsrv.jp/wptest_2023/wp/wp-content/themes/oops_tcd048/css/../img/merit_icon_03.svg) no-repeat;
    background-size: 100%;
}
.merit_card #merit_04 + label::after{
    background: url(//fujikosan.xsrv.jp/wptest_2023/wp/wp-content/themes/oops_tcd048/css/../img/merit_icon_04.svg) no-repeat;
    background-size: 100%;
}
.merit_card #merit_05 + label::after{
    background: url(//fujikosan.xsrv.jp/wptest_2023/wp/wp-content/themes/oops_tcd048/css/../img/merit_icon_05.svg) no-repeat;
    background-size: 100%;
}
.merit_card #merit_06 + label::after{
    background: url(//fujikosan.xsrv.jp/wptest_2023/wp/wp-content/themes/oops_tcd048/css/../img/merit_icon_06.svg) no-repeat;
    background-size: 100%;
}
.merit_card #merit_07 + label::after{
    background: url(//fujikosan.xsrv.jp/wptest_2023/wp/wp-content/themes/oops_tcd048/css/../img/merit_icon_07.svg) no-repeat;
    background-size: 100%;
}
.merit_card #merit_08 + label::after{
    background: url(//fujikosan.xsrv.jp/wptest_2023/wp/wp-content/themes/oops_tcd048/css/../img/merit_icon_08.svg) no-repeat;
    background-size: 100%;

}


.merit_card_wrap .merit_card_box .toggle {
	display: none;
}
.merit_card_wrap .merit_card_box .Label {		/*タイトル*/
	display: block;
	color: #4fb4d3;
	background:#fff;
    font-size: 22px;
    font-weight: bold;
    padding: 60px 15px 20px 110px;
    position: relative;
    border-radius: 10px;
    pointer-events: none;
    line-height: 1.8;
    letter-spacing: -0.1rem;
}
.merit_card_wrap .merit_card_box.top .Label {		/*タイトル*/
    padding: 60px 15px 20px 192px;
}


.merit_card_wrap .merit_card_box .Label,
.merit_card_wrap .merit_card_box .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.merit_card_wrap .merit_card_box .content {
	/* height: 0; */
	margin-bottom:10px;
    padding: 20px 50px;
	overflow: hidden;
    background: #fff;
    position: relative;
    border-radius: 10px;
}
.merit_card_wrap .merit_card_box .content p{
	font-size: 16px;
    line-height: 1.8;
}
.merit_card_wrap .merit_card_box .content:after {
	content: "";
    width: 90%;
    height: 1px;
    background: #4fb4d3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    visibility: visible;
}

.merit_card_wrap .merit_card_box .toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}



/*safari用*/
@media not all and (min-resolution:.001dpcm) {
    @supports (not (translate: none)) {
        .merit_card {
            margin-left: 10px;
            margin-right: 10px;
        }
    }
}

@media screen and (max-width: 1200px) {
    .merit_card_wrap{
        max-width: 720px;
    }
    .merit_card_box {
        display: block;
    }
    .merit_card_box .merit_card {
        width: 100%;
    }
    .merit_card_box.top .merit_card{
        width: 100%;
        margin: 20px auto 0;
    }
    .merit_card_box.other .merit_card{
        margin: 20px auto 0;
    }
    .merit_card_box .merit_card:before{
        display: none;
    }
    .merit_card_box .merit_card .num{
        display: none;
    }
    .merit_card_wrap .merit_card_box .Label {
        font-size: clamp(18px, 3vw, 22px);
        padding: 4vw 1.5vw 4vw 20vw;
    }
    .merit_card_wrap .merit_card_box.top .Label {
        padding: 4vw 1.5vw 4vw 20vw;
    }
    .merit_card_wrap .merit_card_box.other .Label {
        pointer-events: auto;
    }
    .merit_card_wrap .merit_card_box.other .Label::before{		/*タイトル横の矢印*/
        content:"";
        width: 20px;
        height: 20px;
        background: url(//fujikosan.xsrv.jp/wptest_2023/wp/wp-content/themes/oops_tcd048/css/../img/merit_arrow.svg) no-repeat;
        background-size: 100%;
        -webkit-transform: rotate(90deg);
        position: absolute;
        top:calc( 50% - 3px );
        right: 20px;
        transform: rotate(90deg);
        cursor: pointer;
    }
    .merit_card_wrap .merit_card_box.other .toggle:checked + .Label::before {
        transform: rotate(-90deg) !important;
    }
    .merit_card label::after{
        width: 14vw;
        height: 11.2vw;
        bottom: 3vw;
        left: 3.5vw;
    }
    .top .merit_card label::after{
        left: 3.5vw;
    }
    .merit_card_wrap .merit_card_box .content{
        padding: 0 5vw 4vw;
    }
    .merit_card_wrap .merit_card_box .content p{
        font-size: 14px;
    }
    .merit_card_wrap .merit_card_box.other .content {
        height: 0; 
        padding: 0 5vw;
        border-radius: 10px;
    }
    .merit_card_wrap .merit_card_box .toggle:checked + .Label + .content {
        height: auto;
        padding: 0 5vw 2vw;
    }
    .merit_card_wrap .merit_card_box .content:after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .sec_merit {
        padding: 40px 0 65px;
    }
}

@media screen and (max-width: 640px) {

    .sec_merit .synopsis {
        font-size: 14px;
    }
    .merit_card {
        width: 100%;
        max-width: 400px;
        min-width: auto;
    }
    .merit_card_wrap .merit_card_box .Label {
        padding: 20px 20px 20px 92px;
    }
    .merit_card_wrap .merit_card_box.top .Label {
        padding: 20px 20px 20px 92px;
    }
    .merit_card_wrap .merit_card_box.other .Label{
        padding: 20px 50px 20px 92px;
    }
    .merit_card label::after{
        width: 60px;
        height: 63px;
        bottom: 0;
        top: 0;
        left: 20px;
        margin: auto;
    }
    .top .merit_card label::after{
        left: 20px;
    }
    .merit_card_wrap .merit_card_box .content{
        padding: 0px 30px 20px;
    }
}

/*--------------------------------
	summary
--------------------------------*/
.summary {
    width: 600px;
    clip-path: polygon(0% 100%, 20px 0%, 100% 0%, 580px 100%);
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 1300px) {
    .top_wrapper {
        width: 90%;
        margin: 0 auto;
    }
}