@charset "utf-8";

a{
	text-decoration: none;
	transition: .5s all;
}

a:hover{
    opacity: 0.5;
    transition: all 0.5s;
}

ul li{
	list-style: none;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

body{
	font-family:  'Noto Sans JP','Roboto', sans-serif ,'Noto Serif JP', serif;
	color: #242424;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.7;
    -webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
    position: relative;
}

p,li,a,span,h3{
	margin-top: 0;
	margin-bottom: 0;
	font-family:  'Noto Sans JP','Roboto', sans-serif;
}

h1,h2{
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Noto Serif JP', serif;
    color: #0F1631;
}


/*  common  */
.container{
    max-width:1100px;
    width:90%;
    margin: 0 auto;
    position: relative;
}

.sp-br,
.tab-br{
    display: none;
}

.sp-img{
    display: none;
}

@media screen and (max-width:767px){
    .sp-br{
        display: block;
    }
    
    .pc-br{
        display: none;
    }
    
    .sp-img{
        display: block;
    }
    
    .pc-img{
        display: none;
    }
}

/*  header  footer   */
header{
    position: absolute;
    top: 0;
    padding: 25px 2.5%;
    z-index: 5;
}

.header-logo{
    max-width:140px;
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-logo img{
    width:100%;
}

footer{
    background-color: #0C193D;
    padding: 30px 0 10px;
    color: #fff;
    text-align: center;
}

.footer-logo{
    max-width:170px;
    width:100%;
    margin: 0 auto;
}

.footer-logo img{
    width:100%;
}

.term{
    font-size: 13px;
    padding: 10px 0 40px;
    margin: 0 auto;
    color: #fff;
    display: inline-block;
}

.copyright{
    font-size: 10px;
    text-align: center;
}

@media screen and (max-width:767px){
    header{
        padding: 15px 10px;
    }
    
    .header-logo{
        max-width:110px;
    }
    
    footer{
        padding: 30px 0 10px;
    }
    
    .footer-logo{
        max-width:160px;
    }
}

h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    padding-top: 30px;
}

h2{
    font-size: 28px;
}

h3{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

h3 span{
    font-size: 14px;
    font-weight: 300;
    display: block;
    line-height: 1em;
}

.gold{
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:auto;
    margin-bottom: 5px;
}

.gold img{
    height: 100%;
    width:auto;
}

.sec-title{
    text-align: center;
    margin: 0 auto;
}

#flow .sec-title{
    text-align: left;
}

#flow .gold{
    justify-content: flex-start;
}

@media screen and (max-width:767px){
    h1{
        font-size: min(32px,8.3vw);
        line-height: 1.4;
        padding-top: 20px;
    }
    
    h2{
        font-size: min(24px,6.35vw);  
    }
    
    h3{
        font-size: min(18px,5vw);
    }
    
    .gold{
        height: 15px;
        justify-content: flex-start;
    }
    
    #case .sec-title{
        text-align: left;
        width:90%;
    }
}


/********************   pc   *****************/
/*  main  */

/*   fv    */
#fv{
    background-color: #F1F1F1;
    padding: 80px 0 60px;
    position: relative;
}

.fv-inner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

#fv .text{
    text-align: left;
    max-width: 650px;
    width:60%;
}

.sub-title{
    background-color: #0F1631;
    padding: 2px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 5px;
    display: inline-block;
}

.top-title{
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

h1::after{
    content: "無料";
    font-family:  'Noto Serif JP', serif;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    width:95px;
    height: 95px;
    display: inline-block;
    background: linear-gradient(to bottom,#9F154C,#750678);
    border-radius: 100px;
    line-height: 3.4em;
    text-align: center;
    letter-spacing: 0.08em;
    position: absolute;
    top: 0%;
    right: 9%;
    transform: rotate(10deg) translate(0, -50%);
    z-index: 1;
}

.sub-text{
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

.sub-text span{
    font-size: 20px;
    color: #9E841F;
    font-weight: 700;
    font-family:  'Noto Serif JP', serif;
}

.icon-wrapper{
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.icon{
    text-align: center;
    margin-right: 30px;
}

.icon:last-child{
    margin-right: 0;
}

.icon img{
    max-width:105px;
    height: auto;
    margin-bottom: 5px;
}

.icon p{
    font-size: 17.5px;
    font-weight: 500;
    color: #0F1631;
}

#fv .image{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 636px;
    width:46%;
    height: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%,0% 100%);
    background-color: #F1F1F1;
}

#fv .image::before{
    content: '';
    background: rgba(46,40,20,0.59);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#fv .image::after{
    content: "";
    background-image: url(../images/fv_background.webp);
    width:100%;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 5% 0;
}

/*   abstract   */
#abstract{
    padding: 50px 0;
}
.shape-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.shape{
    text-align: center;
    margin-right: 10px;
}

.shape:last-child{
    margin-right: 0;
}

.shape img{
    height: 62px;
    width:auto;
}

.shape p{
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.25em;
}

/*    case    */
#case{
    padding: 70px 0 0;
}

.voice-wrapper{
    background-image: url(../images/balloon_background.webp);
    background-size: cover;
    background-position: 50% 40%;
    margin-top: 40px;
    padding: 60px 0;
    position: relative;
}

.voice-wrapper::before{
    content: '';
    background: rgba(129,125,111,0.82);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.voice-wrapper .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.voice{
    max-width:470px;
    width:49%;
    height: auto;
    margin-bottom: 25px;
    position: relative;
}

.voice:nth-child(2n){
    transform: translate(0%,50%)
}

@media screen and (max-width:920px){
    .voice-wrapper .container{
        justify-content: space-around;
    }
    
    .voice{
        width:90%;
        margin-bottom: 15px;
    }
    
    .voice:nth-child(2n+1){
        transform: translate(-15%,0%)
    } 
    
    .voice:nth-child(2n){
        transform: translate(15%,0%)
    } 
}

.voice img{
    width:100%;
    height: auto;
}

.voice p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    position: absolute;
    top:50%;
    left: 25px;
    transform: translate(0,-70%);
}

.voice p span{
    font-size: 20px;
    color: #9E841F;
    font-weight: 600;
}


/*  flow   */
#flow{
    padding: 70px 0;
}

.item-wrapper{
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width:1000px;
}

.item{
    position: relative;
    background-color: #F6F5E8;
    max-width:280px;
    width:31.5%;
    height: 220px;
    border-radius: 60px 0 60px 0;
    padding: 30px 0 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #151e3e;
    border-right: 0;
}

@media screen and (max-width:960px){
    .arrow{
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 11px solid #151e3e;
        border-right: 0;
    }
}

.item:last-child::after{
    content: none;
}

.num{
    height: 45px;
    width:auto;
    position: absolute;
    top:-10px;
    left:-10px;
}

.num img{
    height: 100%;
    width:auto;
}

@media screen and (max-width:900px){
    .num{
        height: 40px;
    }
}

.illust{
    max-height:100px;
    width: auto;
    margin-top: 25px;
}

.item:first-child .illust{
    max-height: 80px;
}

.illust img{
    height:100%;
    width:auto;
}

.sup{
    text-align: center;
    font-size: 15px;
}

/*  contact   */
#contact{
    padding: 40px;
    position: relative;
    background-image: url(../images/contact_background.webp);
    background-size: cover;
    background-position: center;
    color:#fff;
    text-align: center;
}

#contact::before{
    content: '';
    background: rgba(55,52,46,0.83);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#contact h2{
    color: #fff;
}

#contact .gold{
    justify-content: center;
}
 
.information{
    margin-top: 40px;
}

.tel{
    font-size: 42px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 1.4em;
}

.thin{
    font-size: 14px;
    font-weight: 300;
}

/*   caution   */
#caution-heading{
    background-color: #65635F;
    padding: 12px 0;
    color: #fff;
    text-align: center;
}

#caution-heading p{
    font-family:  'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.ac-title p::after{
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: rotate(45deg) translate(-50%,-50%);
    transition: all 0.5s;
}

.ac-title.close p::after{
    transform: rotate(-135deg) translate(0%,0%);
    transition: all 0.5s;
}

#caution{
    padding: 50px 0;
    background-color: #4B4B54;
}

#caution .container{
    max-width:1000px;
}

#caution .sec-title{
    text-align: left;
}

#caution h2{
    font-size: 24px;
    color: #fff;
}

#caution .gold{
    height: 14px;
    justify-content: flex-start;
}

.caution-list{
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 0.05em;
}

.caution-list li{
    text-indent: -0.5rem;
    padding-left: 0.5rem;
}

.caution-list li .small{
    font-size: 12px;
    padding-left: 1em;
}

.caution-list .inner{
    padding-left: 2em;
}

/******************  sp  *****************/
@media screen and (max-width:1100px) {
    h1::after{
        top: 7%;
        right: -1%;
        transform: rotate(10deg) translate(0, -50%);
        z-index: 1;
    }

    .tab-br{
        display: block;
    }

    .sub-title{
        font-size: 20px;
    }
}


@media screen and (max-width:767px){
/* fv */
    #fv{
        padding: 60px 0 0;
    }
    
    .fv-inner{
        flex-direction: column;
        margin-bottom: 40px;
    }
    
    #fv .image{
        position: inherit;
        width:100%;
        height: 120px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%,0% 100%);
        max-width: inherit;    
    }
    
    #fv .image::after{
        background-position: center;
    }
    
    #fv .text{
        width:100%;
        max-width:380px;
    }
    
    h1::after{
        font-size: min(18px,4.7vw);
        line-height: 4em;
        width:min(75px,20vw);
        height: min(75px,20vw);
        top: -15%;
        right: 15px;
        transform: translate(0,0) rotate(10deg);
    }
    
    @media screen and (max-width:375px){
        h1::after{
            font-family:  'Noto Serif JP', serif;
            font-size: 22px;
            font-weight: 600;
            color: #fff;
            width:80px;
            height: 80px;
            border-radius: 100px;
            line-height: 3.4em;
            text-align: center;
            letter-spacing: 0.08em;
            position: absolute;
            top: 2%;
            right: 0%;
            transform: rotate(10deg) translate(0, -50%);
            z-index: 1;
        }
    }
    
    .sub-title{
        font-size: min(15px ,4.3vw);
        line-height: 1.2em;
        padding: 4px 10px;
    }
    
    .sub-text{
        font-size: min(17px,4.1vw);
        line-height: 1.5em;
    }
    
    .sub-text span{
        font-size: min(17px,4.1vw);
    }
    
    .icon-wrapper{
        justify-content: space-around;
        max-width:360px;
        margin: 0 auto;
        margin-top: 40px;
    }
    
    .icon{
        width:30%;
        margin-right: 5px;
    }
    
    .icon img{
        max-width:95px;
        width:100%;
    }
    
    .icon p{
        font-size: 15px;
    }
    
    /*  abstract   */
    #abstract{
        padding: 40px 0;
    }
    
    .shape-wrapper{
        max-width:380px;
        margin: 0 auto;
        justify-content: space-around;
    }
    
    .shape{
        width:22%;
        margin-bottom: 25px;
    }
    
    .shape:nth-child(4n){
        margin-right: 0;
    }
    
    .shape:nth-of-type(9),
    .shape:nth-of-type(10){
        margin-bottom: 0;
    }
    
    .shape img{
        height: 50px;
    }
    
    .shape p{
        font-size: 12px;
    }
    
    /*  case   */
    #case{
        padding: 50px 0 0 ;
    }
    
    .voice-wrapper{
        margin-top: 30px;
        padding: 40px 0;
    }
    
    .voice-wrapper .container{
        max-width:480px;
    }
    
    .voice{
        width:85%;
        max-width:320px;
    }
    
    .voice:nth-child(2n+1) {
        transform: translate(-9%,0%);
    }
    
    .voice:nth-child(2n) {
        transform: translate(9%,0%);
    }
    
    .voice:last-child{
        margin-bottom: 0;
    }
    
    .voice p{
        font-size: 15px;
        padding-right: 10px;
        left: 20px;
        line-height: 1.1;
    }
    
    .voice p span{
        font-size: 17px;
    }
    
    /* flow  */
    #flow{
        padding: 60px 0;
    }
    
    .item-wrapper{
        flex-direction: column;
        max-width:480px;
        width:90%;
        margin: 0 auto;
        margin-top: 50px;
        align-items: center;
    }
    
    .item{
        width:100%;
        max-width:340px;
        height: inherit;
        margin-bottom: 0px;
    }
    
    .item:last-child{
        margin-bottom: 0;
    }
    
    .arrow{
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 12px solid #151e3e;
        border-bottom: 0;
        margin: 12px 0 35px;
    }
    
    .num{
        left: 50%;
        top:0;
        transform: translate(-50% ,-50%);
        height: 42px;
    }
    
    .illust{
        max-height: 85px;
        height: 25vw;
        margin-top: 15px;
    }
    
    .item:first-child .illust{
        max-height: 70px;
    }
    
    .sup{
        font-size: 13px;
        font-weight: 400;
        text-align: left;
        line-height: 1.5em;
        text-indent: -0.8rem;
        padding-left: 0.8rem;
        max-width:480px;
        margin: 0 auto;
        margin-top: 30px;
    }
    
    .information{
        margin-top: 35px;
    }
    
    .information p{
        font-size: 15px;
    }
    
    .tel{
        font-size: 38px;
    }
    
    .information .thin{
        font-size: 12px;
    }
    
    /*  caution   */
    #caution-heading {
        padding: 10px;
    }
    
    #caution-heading p{
        font-size: 16px;
    }
    
    #caution{
        padding: 40px 0;
    }
    
    #caution h2{
        font-size: min(22px,4.6vw);
    }
    
    #caution .gold{
        height: 12px;
        margin-bottom: 2px;
    }
    
    .caution-list{
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.7em;
    }   
}


/********  move  ********/

.ac-title{
    transition: all .5s ease;
}

.ac-title:hover{
    transition: all .5s ease;
    opacity: 0.6;
    cursor: pointer;
}

.ac-inner{
    display: none;
}

/* --------------------------------------------------------- card(02230301追加) */

#card .deco{
    height: 35px;
}

#card{
    padding: 30px 0 70px;
}

#card .card-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

#card .card-item img{
    width: 60%;
    margin: 10px 0 20px;
}

#card .card-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F1F1F1;
    border-radius: 3%;
    padding: 3% 2%;
    width: 48%;
}

#card .card-item p{
    font-size: 1.5rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

#card .card-item a{
    border: 2px solid #0F1631;
    padding: 2% 20%;
    color: #0F1631;
}

#card .card-item a:hover{
    background-color: #0F1631;
    color: #fff;
}


@media screen and (max-width:767px){
    #card .card-wrapper{
        flex-direction: column;
        row-gap: 30px;
    }

    #card .card-item{
        padding: 10% 2%;
        width: 100%;
    }

    #card .card-item img {
        width: 70%;
    }

    #card .card-item p{
    font-size: 1.25rem;
}
}
