
html,
body,
div,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    }

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
    display: block;
}

*,
*::before,
*::after {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
    }

input,
textarea,
button {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
}

button{
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

main{
    width: 100%;
    overflow: hidden;
}

.u-inline_block{
    display: inline-block;
}

.u-pc_block{
    display: block;
}
@media (max-width: 768px) {
    .u-pc_block{
        display: none;
    }
}
.u-sp_block{
    display: none;
}
@media (max-width: 768px) {
    .u-sp_block{
        display: block;
    }
}

/* layout */

.l-container{
    max-width: 1000px;
    width: 93%;
    margin: 0 auto;
}

/* common */
.c-cta__msg{
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .c-cta__msg{
        width: 86%;
    }
}

.c-cta__btn_wrap{
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .c-cta__btn_wrap{
        flex-direction: column;
    }
}
.c-title__en{
    text-align: center;
}

.c-title__en p{
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    display: inline-block;
    padding: 0 20px;
    letter-spacing: 0.1rem;
}
.c-title__en p::before{
    position: absolute;
    content: "";
    transform: skewX(-45deg);
    display: inline-block;
    width: 40px;
    height: 4px;
    margin:0 auto;
    background: #000;
    left: -40px;
    top: 50%;
}
.c-title__en p::after{
    position: absolute;
    content: "";
    transform: skewX(-45deg);
    display: inline-block;
    width: 40px;
    height: 4px;
    margin:0 auto;
    background: #000;
    right: -40px;
    top: 50%;
}

/* @media (max-width: 1200px) {
    .c-title__en p::before{
        width: 4.53vw;
        height: 0.53vw;
        left: -1.33vw;
        top: 50%;
    }
    .c-title__en p::after{
        width: 4.53vw;
        height: 0.53vw;
        right: -1.33vw;
        top: 50%;
    }
} */



@media (max-width: 768px) {
    .c-title__en p{
        font-size: 3.2vw;
        letter-spacing: 0.05rem;
    }
    .c-title__en p::before{
        width: 4.53vw;
        height: 0.53vw;
        left: -3.33vw;
        top: 50%;
    }
    .c-title__en p::after{
        width: 4.53vw;
        height: 0.53vw;
        right: -3.33vw;
        top: 50%;
    }
}

@media (max-width: 400px) {
    .c-title__en p::before{
        width: 4.53vw;
        height: 0.53vw;
        left: -1.33vw;
        top: 50%;
    }
    .c-title__en p::after{
        width: 4.53vw;
        height: 0.53vw;
        right: -1.33vw;
        top: 50%;
    }
}



.c-title__ja{
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.2rem;
}

@media (max-width: 768px) {
    .c-title__ja{
        font-size: 6.4vw;
        margin-bottom: 8vw;
    }
}

.c-cta__btn{
    position: relative;
    width: 48%;
}

@media (max-width: 768px) {
    .c-cta__btn{
        width: 87%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

.c-cta__btn::before{
    content: "";
    position: absolute;
    width: 86%;
    height: 90%;
    display: inline-block;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #000;
    box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.7);
    z-index: -1;
    transition: ease 0.5s;
}

.c-cta__btn:hover::before{
    width: 98%; 
    top: 2%;

}

.c-cta__btn_wrap a{
    overflow: hidden;
    position: relative;
    display: block;
    transition: ease 0.5s;
}

.c-cta__btn_wrap a:hover{
    transform: translate(0, 3px);
}

.c-cta__btn_wrap a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	transition: 1s;
	animation: shiny-btn1 3s ease-in-out infinite;
}


/* ボタンを光らせるアニメーション */
@-webkit-keyframes shiny-btn1 {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 1;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}


/* header */
.l-header{
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
}

.p-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.p-header_logo{
    width: 470px;
    margin-left: 7.81vw;
    margin-right:7.81vw;
}

.p-header_btn{
    max-width: 920px;
}

.p-header_btn ul{
    display: flex;
}

.p-header_btn ul li img{
    width: 100%;
}

@media (max-width: 768px) {
    .p-header_logo{
        width: 182px;
        margin-left: 5vw;
        margin-right: 5vw;

    }
    .p-header_btn{
        max-width: 100px;
    }
}



/* fv */

.p-fv{
    position: relative;
    text-align: center;

}

.p-fv__img{
}

@media (max-width: 1600px) {
    .p-fv__img{
        height: 822px;
    }
    .p-fv__img img{
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1200px) {
    .p-fv__img{
        height: 70vw;
    }
}

@media (max-width: 768px) {
    .p-fv__img{
        height: auto;
    }
    .p-fv__img img{
        width: 100%;
    }
}


.p-fv__cta{
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media (max-width: 1200px) {
    .p-fv__cta{
        bottom: 5%;
    }
}

@media (max-width: 768px) {
    .p-fv__cta{
        bottom: 2%;
    }
    
}



/* problem */

.p-problem{
    background-image: url(../images/problem_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 90px;
    margin-bottom: -100px;
    z-index: 1;
    position: relative;
    padding: 80px 0;
}
@supports (background-image:  url(../images/problem_bg.webp)) {
    .p-problem{
        background-image:  url(../images/problem_bg.webp);
    }
}

@media (max-width: 768px) {
    .p-problem{
        background-image: url(../images/problem_bg_sp.png);
    }
    @supports (background-image:  url(../images/problem_bg_sp.webp)) {
        .p-problem{
            background-image:  url(../images/problem_bg_sp.webp);
        }
    }
}

@media (max-width: 768px) {
    .p-problem{
        padding: 40px 0;
    }
}


.p-problem .c-title__en{
    margin-bottom: 15px;
}


.p-problem__title{
    text-align: center;
}

@media (max-width: 768px) {
    .p-problem__title{
        width: 84%;
        margin: 0 auto;
    }
}
.p-problem__content{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .p-problem__content{
        margin-top: 30px;
        flex-direction: column;
    }
}

.p-problem__content__txt{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 768px) {
    .p-problem__content picture{
        order: 2;
        width: 70%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .p-problem__content__txt{
        order: 1;
    }
}

.p-problem__content__txt p{
    font-size: 20px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    width: 355px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    position: relative;
}

@media (max-width: 768px) {
    .p-problem__content__txt p{
        font-size: 16px;
    }
}
.p-problem__content__txt p span{
    color: #e60012;
    font-weight: 700;
}

.p-problem__content__txt p::before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 27px solid transparent;
    border-bottom: 20px solid #fff;
    left: -27px;
    bottom: 10px;
}

.p-problem__content__txt p:nth-of-type(1){
    right: 10%;
}
.p-problem__content__txt p:nth-of-type(3){
    right: -10%;
}
.p-problem__content__txt p:nth-of-type(4){
    right: 10%;
}
.p-problem__content__txt p:nth-of-type(5){
    right: 25%;
}

@media (max-width: 768px) {
    .p-problem__content__txt{
        width: 100%;
        margin: 0 auto;
    }

    .p-problem__content__txt p{
        width: 82%;
        padding: 8px 10px;
    }
    .p-problem__content__txt p:nth-of-type(2n){
        right: -10% !important;
    }
    .p-problem__content__txt p:nth-of-type(2n-1){
        right: -10% !important;
        left: -10% !important;
    }

    .p-problem__content__txt p::before{
        content: "";
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-bottom: 11px solid #fff;
        transform: rotate(-90deg);
        left: 90%;
        bottom: -11px;
    }
    
}




/* risk */

.p-risk{
    background-image: url(../images/risk_bg.png);
    padding: 180px 0;

}
@supports (background-image:  url(../images/risk_bg.webp)) {
    .p-risk{
        background-image:  url(../images/risk_bg.webp);
    }
}
@media (max-width: 768px) {
    .p-risk{
        padding: 120px 0 140px;
    }
    .p-risk .l-container{
        width: 100%;
    }
}

.p-risk .c-title__en p{
    color: #fff;
}
@media (max-width: 768px) {
    .p-risk .c-title__en p{
        margin-bottom: 15px;
    }
}

.p-risk .c-title__en p::before,.p-risk .c-title__en p::after{
    background: #fff;
}

.p-risk__block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.p-risk__block__item{
    width: 33%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .p-risk__block{
        width: 94%;
        margin: 0 auto;
    }
    
    .p-risk__block__item{
        width: 50%;
    } 
}

.p-risk__block__item:nth-of-type(2),.p-risk__block__item:nth-of-type(5){
margin: 0 -20px;
}
@media (max-width: 768px) {
    .p-risk__block__item:nth-of-type(2),.p-risk__block__item:nth-of-type(5){
        margin: 0px;
        }
    .p-risk__block__item:nth-of-type(2n){
        margin-left: -20px;
        
    }
}

.p-risk__block__item img{
    width: 100%;
}
.p-risk__tit{

}


/* solve */

.p-solve{
    background-image: linear-gradient(90deg, #07469b, #002b98);
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.p-solve__caution{
    background: #000;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    position: absolute;
    margin-top: -140px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 80%;
}

@media (max-width: 768px) {
    .p-solve{
        padding-bottom: 40px;

    }
    .p-solve__caution{
        width: 80%;
        padding: 20px 0 5px;
    }
}

.p-solve__caution::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid black;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media (max-width: 768px) {

    .p-solve__caution::after{
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 23px solid black;
        bottom: -23px;
    }
}

.p-solve__caution img{
    width: 88%;
    display: inline-block;
    margin: 0 auto;
}

.p-solve__caution p{
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

@media (max-width: 768px) {
    .p-solve__caution p{
        font-size: 17px;
    }
}
.p-solve__text_1{
    margin-bottom: 20px;
}

.p-solve__text_2{
    font-size: 30px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .p-solve__text_2{
        line-height: 35px;
    }
}

.p-solve__text_2 span.p-solve__text_2__line{
    font-size: 35px;
    color: #e60012;
    background: #fff100;
    padding: 5px 10px;
    font-weight: 900;
    letter-spacing: 0.2rem;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .p-solve__text_2 span.p-solve__text_2__line{
        font-size: 24px;
        padding: 4px 8px;
        margin-right: 5px;
    }
}

.p-solve__text{
    margin: 2.08vw;
}
@media (max-width: 768px) {
    .p-solve__text{
        margin: 20px;
    }
}

.p-solve__content p{
    font-size: 26px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    padding: 180px 120px 10px;
    position: relative;
}

@media (max-width: 768px) {
    .p-solve__content p{
        font-size: 4.8vw;
        line-height: 9.33vw;
        padding: 180px 0px 10px;
    }
}

.p-solve__content p span{
    color: #fff100;
    font-size: 38px;
}

@media (max-width: 768px) {    
    .p-solve__content p span{
        font-size: 6.4vw;
    }
    
}

.p-solve__content p span.p-solve__yellow_1{
    font-weight: 900;
    border-bottom: 4px solid #fff;
    letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
    .p-solve__content p span.p-solve__yellow_1{
        border-bottom: 2px solid #fff;
    }
    
}

.p-solve__content p span.p-solve__yellow_2{
    font-weight: 700;
}
@media (max-width: 768px) {
    .p-solve__content p span.p-solve__yellow_2{
        line-height: 50px;
    }
}

.p-solve__cta{
    margin-top: 40px;
}
@media (max-width: 768px) {
    .p-solve__cta{
        margin-top: 20px;
    }
}

.p-solve__content p::before{
    content: "";
    background-image: url(../images/solve_img_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 132px;
    height: 260px;
    position: absolute;
    display: inline-block;
    bottom: -40%;
    left: 0;
}
.p-solve__content p::after{
    content: "";
    background-image: url(../images/solve_img_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 122px;
    height: 245px;
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: -40%;
    right: 0;
}


.p-solve_text_br{
    display: none;
}

@media (max-width: 830px) {
    .p-solve_text_br{
        display: block;

    }
}

@media (max-width: 768px) {
    .p-solve__content p::before{
        width: 13.33vw;
        height: 26.67vw;
        bottom: 5%;
        left: -2%;
        
    }
    .p-solve__content p::after{
        width: 13.33vw;
        height: 26.67vw;
        bottom: 5%;
        right: -2%;
    }
    
}

/* example */

.p-example{
    background-image: url(../images/example_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

@supports (background-image:  url(../images/example_bg.webp)) {
    .p-example{
        background-image:  url(../images/example_bg.webp);
        background-size: contain;
        background-repeat: repeat;
    }
}

@media (max-width: 768px) {
    .p-example{
        padding: 40px 0;
        background-image: url(../images/example_bg_sp.png);
    }
    @supports (background-image:  url(../images/example_bg_sp.webp)) {
        .p-example{
            background-image:  url(../images/example_bg_sp.webp);
        }
    }
}




.p-example__content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -30px;
}
@media (max-width: 768px) {
    .p-example__content{
        margin: 0 -20px;
    }
}

.p-example__content__box{
    border-radius: 30px 30px 0 0;
    border: solid 2px #000;
    width: 30%;
    padding-bottom: 30px;
    margin: 0.78vw;
    background:  #fff;
}

@media (max-width: 768px) {
    .p-example__content__box{
        width: 42%;
        border-radius: 12px;
        border: solid 1px #000;
        margin: 5px;
        padding-bottom: 1.3vw;
        padding-top: 2vw;
    }
}

.p-example__content__box:nth-of-type(4),.p-example__content__box:nth-of-type(5){
    border-radius: 0px 0px 30px 30px;
}

@media (max-width: 768px) {
    .p-example__content__box:nth-of-type(4),.p-example__content__box:nth-of-type(5){
        border-radius: 12px;
    }
}

.p-example__img{
    height: 193px;
    width: 262px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;    
}

@media (max-width: 768px) {
    .p-example__img{
        width: 55%;
        height: 90px;
        
    }
}


.p-example__txt{
    height: 92px;
    text-align: center;
    font-size: 24px;
    color: #07469b;
    font-weight: 900;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
}

.p-example__txt span{
    font-size: 100px;
    color: rgba( 7, 70, 155, 0.1);
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .p-example__txt{
        font-size: 17px;
        margin-top: -2px;
    }
    .p-example__txt span{
        font-size: 60px;
    }
}

@media (max-width: 450px) {
    .p-example__txt{
        font-size: 17px;
        margin-top: -20px;
    }
}


/* feature */
.p-feature{
    background: #e2f4ff;
    padding: 80px 0;
}


.p-feature .c-title__en{
    margin-bottom: -20px;
}
.p-feature .c-title__ja span{
    color: #e60012;
    font-size: 90px;
}
.p-feature__content{
    display: flex;
    justify-content: space-between;
}

.p-feature__content picture{
    width: 22%;
}
@media (max-width: 768px) {
    .p-feature{
        padding: 40px 0;
    }
    .p-feature .c-title__ja span{
        font-size: 10.67vw;
    }
    .p-feature__content{
        display: flex;
        flex-direction: column;
    }
    .p-feature__content picture{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .p-feature .c-title__en{
        margin-bottom: 0px;
    }
    
}

/* service */

.p-service{
    background-image: linear-gradient(90deg, #07469b, #002b98);
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .p-service{
        padding: 40px 0;
    }
    .p-service .l-container{
        width: 100%;
    }
}

.p-service .c-title__en{
    color: #fff;
}

.p-service .c-title__en p::before,.p-service .c-title__en p::after{
    background: #fff;

}

.p-service__frame{
    position: relative;
}

.p-service__content{
    position: absolute;
    top: 28%;
    width: 88%;
    left: 49%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 50px 50px;

}
.p-service__content__discription{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .p-service__content{
        position: relative;
        width: 100%;
        background-image: url(../images/service_frame_bg_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 18px;
        height: 153.07vw;
        width: 94%;
    }

    .p-service__content__discription{
        font-size: 4.53vw;
        margin-bottom: 5.33vw;
    }

    .p-service__content__merit{
        margin-bottom: 40px;
    }
}


/* flow */
.p-flow{
    padding: 80px 0;
}

.p-flow__content{
    display: flex;
}

@media (max-width: 768px) {
    .p-flow{
        padding: 40px 0;
    }
    
    .p-flow__content{
        flex-direction: column;
    }
}

.p-flow__item:nth-of-type(1){
    background: #e2f4ff;
}
.p-flow__item:nth-of-type(2){
    background: #acd5f5;
}
.p-flow__item:nth-of-type(3){
    background: #67a6e0;
}
.p-flow__item:nth-of-type(4){
    background: #3d72bb;
}
.p-flow__item:nth-of-type(5){
    background: #07469b;
}

.p-flow__item{
    width: 135px;
    text-align: center;
    width: 25%;
    padding: 30px 0;
    position: relative;
}

@media (max-width: 768px) {
    .p-flow__item{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }
}

.p-flow__item img{
    width: 60%;
}
@media (max-width: 768px) {
    .p-flow__item__icon{
        width: 17%;
    }
    .p-flow__item img{
        width: 100%;
    }
}

.p-flow__text{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-top: 0px;
}

@media (max-width: 768px) {
    .p-flow__text{
        width: 70%;
        justify-content: left;
        height: 75px;
    }
}

.p-flow__text p{
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}
.p-flow__text p span{
    font-size: 20px;
}

@media (max-width: 768px) {
    .p-flow__text p{
        font-size: 18px;
        text-align: left;
    }
    .p-flow__text p span{
        font-size: 16px;
    }
}

.p-flow__item:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 18px solid #e2f4ff;
    border-right: 0;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}


.p-flow__item:nth-of-type(2):before{
    border-left: 18px solid #acd5f5;
}
.p-flow__item:nth-of-type(3):before{
    border-left: 18px solid #67a6e0;
}

.p-flow__item:nth-of-type(4):before{
    border-left: 18px solid #3d72bb;
}

.p-flow__item:nth-of-type(5):before{
    border:none;
}

@media (max-width: 768px) {
    .p-flow__item:before{
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 9px solid #e2f4ff;
        border-bottom: 0;
        top: 100%;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .p-flow__item:nth-of-type(2):before{
        border-top: 9px solid #acd5f5;
        border-left: 8px solid transparent;
    }
    .p-flow__item:nth-of-type(3):before{
        border-top: 9px solid #67a6e0;
        border-left: 8px solid transparent;
    }    
    .p-flow__item:nth-of-type(4):before{
        border-top: 9px solid #3d72bb;
        border-left: 8px solid transparent;
    }
    
    .p-flow__item:nth-of-type(5):before{
        border:none;
    }
}

.p-flow__text--white{
color: #fff;
}



.p-faq{
    background-image: url(../images/faq_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

@supports (background-image:  url(../images/faq_bg.webp)) {
    .p-faq{
        background-image:  url(../images/faq_bg.webp);
    }
}

@media (max-width: 768px) {
    .p-faq{
        padding: 40px 0;
    }
}

.p-faq__box {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    width: 65%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .p-faq__box {
        width: 80%;
        padding: 15px 10px;
        align-items: flex-start;
    }
    .p-faq__box:nth-of-type(2n-1) {
        margin-left: auto;
        margin-right: 0;
    }
    .p-faq__box:nth-of-type(2n) {
        margin-left: 0;
        margin-right: auto;
    }
}

.p-faq__box img{
    width: 50px;
    margin-right: 20px;

}
@media (max-width: 768px) {
    .p-faq__box img{
        width: 25px;
        margin-right:10px;
    }
}

.p-faq__box p{
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .p-faq__box p{
        font-size: 16px;
    }
}
.p-faq__box__answer{
    margin-top: 20px;
    margin-bottom: 60px;
    position: relative;
}
@media (max-width: 768px) {
    .p-faq__box__answer{
        margin-bottom: 30px;
    }
}

.p-faq__box__answer p{
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .p-faq__box__answer p{
        font-size: 15px;
    }
}

.p-faq__box__question{
    position: relative;
}

.p-faq__box__question::before{
content: "";
background-image: url(../images/question_person_1.png);
width: 140px;
height: 100px;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
left: -27%;
}

@media (max-width: 768px) {
    .p-faq__box__question::before{
        width: 72px;
        height: 51px;
        bottom: 0;
    }
}

.p-faq__box__question:nth-of-type(3)::before{
    content: "";
    background-image: url(../images/question_person_2.png);
}
.p-faq__box__question:nth-of-type(5)::before{
    content: "";
    background-image: url(../images/question_person_3.png);
}


.p-faq__box__answer:before{
    content: "";
    background-image: url(../images/answer_person.png);
    width: 140px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: -27%;
    
}

@media (max-width: 768px) {
    .p-faq__box__answer:before{
        width: 72px;
        height: 51px;
        bottom: 0;
    }
}

.p-faq__box__question::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 27px solid transparent;
    border-bottom: 20px solid #fff;
    left: -27px;
    bottom: 10px;
}
@media (max-width: 768px) {
    .p-faq__box__question::after{
        border-left: 16px solid transparent;
        border-bottom: 13px solid #fff;
        left: -16px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}
.p-faq__box__answer::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 27px solid transparent;
    border-bottom: 20px solid #fff;
    right: -27px;
    bottom: 10px;
}

@media (max-width: 768px) {
    .p-faq__box__answer::after{
        border-right: 16px solid transparent;
        border-bottom: 13px solid #fff;
        right: -16px;
        top: 80%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}


/* contact */

.p-contact{
    background-image: linear-gradient(90deg, #07469b, #002b98);
    padding: 80px 0;
}

@media (max-width: 768px) {
    .p-contact{
        padding: 40px 0;
    } 
}

.p-contact .c-title__en{
    color: #fff;
}

.p-contact .c-title__en p::before, .p-contact .c-title__en p::after {
    background: #fff;
}

.p-contact .c-title__ja{
    color: #fff;
}

.p-contact__content{
    background: #fff;
    padding: 50px 40px;
}
@media (max-width: 768px) {
    .p-contact__content{
        padding: 23px 18px;
    }
}

.c-form__item{
    display: flex;
    margin-bottom: 38px;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media (max-width: 768px) {
    .c-form__item{
        flex-direction: column;
        margin-bottom: 17px;
    }
}

.c-form_item_label{
    width: 30%;
    min-width: 208px;
}
@media (max-width: 768px) {
    .c-form_item_label{
        margin-bottom: 10px;
    }
}

.c-form_item_label label{
    font-weight: 700;
    font-size: 22px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .c-form_item_label label{
        font-size: 18px;
    }
}

.c-req{
    background-color: #e60012;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding: 0 5px 2px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}
.c-req.-free{
    background-color: #595757;
}

.c-inputList{
    display: flex;
}

.c-radioWrap{
    margin-right: 30px;

}

.c-radioWrap label {
    position: relative;
    cursor: pointer;
    padding-left: 55px;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .c-radioWrap label {
        font-size: 16px;
    }
}


.c-radioWrap label::before,
.c-radioWrap label::after {
    content: "";
    display: block; 
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.c-radioWrap label::before {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    left: 5px;
}

.c-radioWrap label::after {
    background-color: #07469b;
    border-radius: 50%;
    opacity: 0;
    width: 25px;
    height: 25px;
    left: 11px
}

.c-radioWrap input:checked + label::after {
    opacity: 1;
}

.visually-hidden {
    display: none;
}

.c-form_item_input{
    width: 60%;
}
@media (max-width: 768px) {
    .c-form_item_input{
        width: 100%;
    }
}


.c-form_item_input input{
    width: 100%; 
    padding: 15px 15px;
    border: 1px solid #000;
    border-radius: 0;
}

.c-form_item_input input::placeholder{
    font-size: 18px;
    color: #b2b2b2;
    font-weight: 500;
}

.c-form_item_input textarea{
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    padding: 15px 15px;
    font-size: 18px;
    border-radius: 0;
}

.c-form_item_input textarea::placeholder{
    font-size: 18px;
    color: #b2b2b2;
    font-weight: 500;
}

.c-form__accept{
    text-align: center;
    padding-top: 30px;
    border-top: solid 1px #898989;
}

input[type=checkbox] {
    transform: scale(1.5);
}

.c-accept_txt{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.c-accept_txt a{
    margin-left: 10px;
    color: #07469b;
    text-decoration: underline;

}

.c-form__button{
    color: #fff;
    background-image: linear-gradient(90deg, #07469b, #002b98);
    border-radius: 100vh;
    color: #fff;
    padding: 22px 0;
    font-size: 24px;
    font-weight: 700;
    width: 420px;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    letter-spacing: 0.2rem;
    transition: ease 0.2s;
    
}

@media (max-width: 768px) {
    .c-form__button{
        width: 90%;
        font-size: 20px;
    }

}

.c-form__button:hover{
    transform: translate(0, 3px);

}

.c-form__button::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #fff;
    border-right: 0;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

/* company */

.p-company{
    background-image: url(../images/faq_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

@supports (background-image:  url(../images/company_bg.webp)) {
    .p-company{
        background-image:  url(../images/company_bg.webp);
    }
}

@media (max-width: 768px) {
    .p-company{
        padding: 40px 0;
    }
}


.p-company__content{
    width: 90%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .p-company__content{
        width: 100%;
    }
}

.p-company__item{
    display: flex;
    padding: 20px 30px;
    background-image : linear-gradient(to right, #07469b 3px, transparent 2px);
    background-size: 8px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

@media (max-width: 768px) {
    .p-company__item{
        padding: 15px 10px;
        flex-direction: column;
    }
}

.p-company__labelBox{
    width: 30%;
}

.p-company__labelBox label{
    font-size: 20px;
    color: #07469b;
    font-weight: 700;
}

@media (max-width: 768px) {

    .p-company__labelBox{
        width: 100%;
        margin-bottom: 3px;
    }
    
    .p-company__labelBox label{
        font-size: 16px;
    }
}

.p-company__textBox p{
    font-size: 18px;
}

@media (max-width: 768px) {
    .p-company__textBox p{
        font-size: 16px;
    }
}

.l-footer{
    background: #07469b;
    text-align: center;
    padding: 10px 0;
}

.l-footer p{
    font-size: 14px;
    color: #fff;
}


/* confirm */

.p-confirm{
    padding-top: 150px;
}

@media (max-width: 768px) {
    .p-confirm{
        padding-top: 80px;
    }
}

.p-confirm_item_input{
    background-color:  #e2f4ff;
    padding: 10px 20px;
}

.p-confirm .c-form__button{
    margin-top: 0px;
}

.p-confirm .c-form__button__back{
    background-image: linear-gradient(90deg, #898989, #9d9d9d);
    margin-top: 10px;
}

.p-confirm .c-form__button.c-form__button__back::after{
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 9px solid #fff;
    border-left: 0;
    left: 25px;
}


/* thanks */
.p-thnaks_text{
    text-align: center;
    padding: 150px 20px 150px;
}

@media (max-width: 768px) {
    .p-thnaks_text{
        padding: 50px 20px 50px;
    }
}

.p-thanks_main{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 80px;
}
@media (max-width: 768px) {
    .p-thanks_main{
        font-size: 18px;
        margin-bottom: 50px;
        letter-spacing: 0.1em;
    }
}

.p-thanks_sub{
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 40px;
}

@media (max-width: 768px) {
    .p-thanks_sub{
        font-size: 16px;
        line-height: 32px;
    }
}

/* cta_follow */

@media (min-width: 769px) {
    .l-cta_follow{
        display: none;
    }
}

.l-cta_follow{
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
	transform: translateY(100px);
}

.p-cta_follow ul{
    display: flex;
}

/*　上に上がる動き　*/

#js-appear.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#js-appear.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

.c-form_item_label {
    position: relative;
}
.line {
    position: absolute;
    top: 48%;
    right: 10px;
    transform: translateY(-50%);
    height: 1px; /* 線の高さ */
    background-image: linear-gradient(to right, #000 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
}

.c-form__item:last-of-type .line{
    top: 10%;
}

@media (max-width: 1100px) {
    .line {
        display: none;
    }
}
