@charset "UTF-8";




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.6em;}


/* 文字装飾 */
strong {
	font-weight: bold;
}


ul li {
	list-style:none;	
}


/* box-sizing */ 
* {
	box-sizing: border-box;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}



/* img */ 
img {
	width: 100%;
	height: auto;
}



/* sp */ 
.sp {
	display: none !important;
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #1254E0;
	text-decoration: none;
}
a:hover {
    opacity: 0.8;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 1.2rem;
}


/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-weight: 500;
	color: #1254E0;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-track {
	background: #eeeeee;
}
::-webkit-scrollbar-thumb {
	background: #2F2F2F;
}




/* flex */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 50px 50px 0 50px;
	z-index: 3;
}
#header.is-animation {
	padding: 15px;
}
	#header.is-animation .logo {
		opacity: 0;
	}
		#header .logo a {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			line-height: 1;
		}
			#header .logo a img {
				width: 140px;
			}

			#header .logo a span {
				display: block;
				font-size: 1.2rem;
                color: #fff;
		        padding-top: 5px;
				padding-left: 14px;
			}


	#header .line {
		width: 208px;
	}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 見出し */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* h3_tit */
.h3_tit {
    font-size: 2.3rem;
    line-height: 1.4em;
}
.h3_tit.center {
    text-align: center;
}


/* title */
.title {
    text-align: center;
    margin-bottom: 40px;
}
    .title h2 img {
        width: auto;
        height: 85px;
    }



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* main */
#main {
	display: block;
}
.inner {
    width: 90%;
	max-width: 1000px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.txt {
	font-size: 1.5rem;
	font-weight: 500;
    text-align: left;
	line-height: 1.8em;
}

.motif {
	position: absolute;
}



/* fv */
#fv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
	height: 768px;
    background: #1254E0 url("../img/fv_bg.svg") no-repeat right center;
}
    #fv .title {
        width: 50%;
        text-align: center;
		padding-top: 80px;
    }
        #fv .title h1 {
            width: 555px;
            margin: auto;
            line-height: 1;
            margin-bottom: 30px;
        }

        #fv .title p {
            font-size: 1.7rem;
            font-weight: 700;
            color: #fff;
            line-height: 1.8em;
        }




/* about */
#about {
    width: 100%;
    background: #E8F0FF url("../img/about_bg.jpg") no-repeat left bottom;
    padding-top: 120px;
    padding-bottom: 250px;
    position: relative;
}
    #about .title_about {
        width: 330px;
    }


    #about .text {
        width: -webkit-calc(100% - 330px);
        width: calc(100% - 330px);
        padding-left: 60px;
    }
        #about .text .txt {
            margin-top: 20px;
        }


    #about .motif01 {
        top: 0;
        left: 0;
    }
    #about .motif02 {
        bottom: 0;
        right: 0;
    }




/* business */
#business {
    width: 100%;
    padding-top: 150px;
    position: relative;
}
    #business .list {
        margin-top: 35px;
        margin-bottom: 35px;
    }
        #business .list .box {
            width: 32%;
            margin-right: 2%;
            text-align: center;
        }
        #business .list .box:nth-last-child(1) {
            margin-right: 0;
        }
            #business .list .box h4 {
                margin-top: 15px;
            }
                #business .list .box h4 img {
                    width: auto;
                    height: 24px;
                }

            #business .list .box p {
				margin-top: 6px;
                font-size: 1.4rem;
                line-height: 1.4em;
            }


    #business .txt {
        text-align: center;
        margin-bottom: 40px;
    }


    #business .pht {
        max-width: 600px;
        margin: auto;
    }


    #business .motif03 {
        top: 100px;
        left: 10%;
    }
    #business .motif04 {
        top: 400px;
        right: 0;
    }
    #business .motif05 {
        width: 150px;
        top: 60%;
        left: -75px;
    }
    #business .motif06 {
        bottom: 50px;
        right: 10%;
    }




/* charm */
#charm {
    width: 100%;
    padding-top: 150px;
}
    #charm .text {
        padding-left: 60px;
    }
        #charm .text a {
            display: block;
            margin-top: 30px;
			cursor: pointer;
        }




/* interview */
#interview {
    width: 100%;
    padding-top: 150px;
	padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}
    #interview .list {
        margin-top: 40px;
    }
        #interview .list li {
            background: #fff;
            width: 47.5%;
            margin-right: 5%;
            margin-bottom: 5%;
            /*box-shadow: 10px 10px rgba(18,84,224,0.3);*/
        }
        #interview .list li:nth-child(2n) {
            margin-right: 0;
        }
        #interview .list li:nth-last-child(1),
        #interview .list li:nth-last-child(2) {
            margin-bottom: 0;
        }
			#interview .list li a {
				display: block;
				cursor: pointer;
			}


    #interview .motif07 {
        width: 250px;
        top: 50px;
        left: 0;
    }
    #interview .motif08 {
        bottom: 190px;
        left: 0;
    }
    #interview .motif09 {
        width: 120px;
        top: 30%;
        right: -60px;
    }




/* offer */
#offer {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}
#offer:before {
    content: "";
    width: 100%;
    height: 610px;
    background: #1254E0 url("../img/bg.svg") no-repeat right top;
    position: absolute;
    bottom: 0;
    left: 0;
}
	#offer .title_offer {
		margin-bottom: 30px;
		text-align: center;
	}
		#offer .title_offer img {
			width: auto;
			height: 56px;
		}

	#offer .txt {
		color: #fff;
		text-align: center;
	}




/* line */
#line {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}
    #line .txt {
        text-align: center;
    }


    #line .link {
        margin-top: 40px;
    }
        #line .link li:nth-child(1) {
            margin-right: 40px;
            padding-right: 40px;
            border-right: solid 1px #ddd;
        }
            #line .link li img {
                width: auto;
                height: 80px;
            }


    #line .motif10 {
        width: 110px;
        top: 90px;
        left: 20%;
    }
    #line .motif11 {
        width: 70px;
        top: 130px;
        right: 15%;
    }
    #line .motif12 {
        bottom: 0;
        left: 10%;
    }
    #line .motif13 {
        bottom: 0;
        right: 0;
    }





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	padding: 24px 0 20px 0;
    background: #1254E0;
}
	#footer p {
		font-size: 1.0rem;
		text-align: center;
		color: #fff;
		line-height: 1;
	}







/* max 1200px */
@media screen and (max-width: 1200px) {




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	padding: 30px 30px 0 30px;
}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
    
/* fv */
#fv {
	height: 600px;
    background: #1254E0 url("../img/fv_bg.svg") no-repeat right center / 500px;
}
    #fv .title {
        width: 50%;
        padding: 80px 3% 0 3%;
    }
        #fv .title h1 {
            width: 100%;
        }

        #fv .title p {
            font-size: 1.5rem;
        }




/* charm */
#charm .text {
    padding-left: 5%;
}
    #charm .text a {
        margin-top: 25px;
    }


}





/* 1024px */
@media screen and (max-width: 1024px) {



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 見出し */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* title */
.title h2 img {
    height: 75px;
}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
    
/* about */
#about .title_about {
    width: 300px;
}

#about .text {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    padding-left: 50px;
}
    
    
#about .motif01 {
    width: 90px;
}
#about .motif02 {
    width: 90px;
}




/* business */
#business .motif03 {
    width: 70px;
}
#business .motif04 {
    width: 120px;
}
#business .motif05 {
    width: 100px;
    left: -50px;
}
#business .motif06 {
    width: 70px;
    right: 3%;
}




/* interview */
#interview {
    width: 100%;
    padding-top: 150px;
    position: relative;
}
    #interview .list {
        margin-top: 40px;
    }
        #interview .list li {
            background: #fff;
            width: 47.5%;
            margin-right: 5%;
            margin-bottom: 5%;
            box-shadow: 10px 10px rgba(18,84,224,0.3);
        }
        #interview .list li:nth-child(2n) {
            margin-right: 0;
        }
        #interview .list li:nth-last-child(1),
        #interview .list li:nth-last-child(2) {
            margin-bottom: 0;
        }


    #interview .motif07 {
        width: 180px;
        top: 70px;
    }
    #interview .motif08 {
        width: 60px;
        bottom: 80px;
        left: 0;
    }
    #interview .motif09 {
        width: 100px;
        top: 40%;
        right: -50px;
    }




/* offer */
#offer:before {
    height: 510px;
}
#offer .title_offer img {
    width: auto;
    height: 46px;
}




}

	







/* max 767px */
@media screen and (max-width: 767px) {


.sp {
	display: block !important;
}
.pc {
	display: none;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	padding: 20px 20px 0 20px;
}
#header.is-animation {
	padding: 10px;
}
    #header .logo a {
        display: block;
        line-height: 1;
    }
        #header .logo a img {
            width: 100px;
        }

        #header .logo a span {
            font-size: 1.0rem;
            padding-left: 0;
        }


	#header .line {
		width: 155px;
	}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 見出し */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* h3_tit */
.h3_tit {
    font-size: 1.8rem;
}

/* title */
.title {
    margin-bottom: 25px;
}
    .title h2 img {
        height: 40px;
    }



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* main */
.inner {
    width: 86%;
}
.txt {
	font-size: 1.4rem;
}

/* fv */
#fv {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
	height: 800px;
    background: #1254E0 url("../img/fv_bg_sp.svg") no-repeat left bottom / 750px;
}
    #fv .title {
        max-width: 300px;
        width: 100%;
        margin: auto;
        padding-top: 100px;
    }
        #fv .title h1 {
            width: 100%;
            margin-bottom: 20px;
        }

        #fv .title p {
            font-size: 1.5rem;
        }




/* about */
#about {
    padding-top: 80px;
    padding-bottom: 150px;
    background: #E8F0FF url("../img/about_bg.jpg") no-repeat left bottom / 700px;
}
#about .inner {
    display: block;
}
    #about .title_about {
        width: 100%;
        max-width: 280px;
        margin: auto;
        margin-bottom: 30px;
    }


    #about .text {
        width: 100%;
        padding-left: 0;
    }
        #about .text .txt {
            margin-top: 12px;
        }
    
    
    #about .motif01 {
        width: 60px;
    }
    #about .motif02 {
        width: 60px;
    }




/* business */
#business {
    padding-top: 80px;
}
    #business .list {
        margin-top: 20px;
        margin-bottom: 25px;
    }
        #business .list .box {
            width: 32%;
            margin-right: 2%;
            text-align: center;
        }
        #business .list .box:nth-last-child(1) {
            margin-right: 0;
        }
            #business .list .box h4 {
                margin-top: 12px;
                height: 12px;
                margin-bottom: 7px;
            }
                #business .list .box h4 img {
                    height: 12px;
                }

            #business .list .box p {
                font-size: 1.1rem;
            }


    #business .txt {
        text-align: left;
        margin-bottom: 20px;
    }


    #business .pht {
        max-width: 600px;
        margin: auto;
    }


    #business .motif03 {
        width: 50px;
        top: 40px;
        left: 5%;
    }
    #business .motif04 {
        width: 100px;
        top: 30%;
        right: 0;
    }
    #business .motif05 {
        width: 80px;
        top: 37%;
        left: -40px;
    }
    #business .motif06 {
        width: 50px;
        bottom: 150px;
        right: 0;
    }




/* charm */
#charm {
    padding-top: 80px;
	padding: 80px 5% 0 5%;
}
#charm .inner {
    width: 100%;
}
    #charm .text {
        padding-left: 5%;
    }
        #charm .text .h3_tit {
			font-size: 1.6rem;
            padding-right: 5%;
        }
        #charm .text a {
            margin-top: 15px;
        }




/* interview */
#interview {
    padding-top: 80px;
}
    #interview .list {
        margin-top: 25px;
    }
        #interview .list li {
            box-shadow: 5px 5px rgba(18,84,224,0.3);
        }


    #interview .motif07 {
        top: 40px;
    }
    #interview .motif08 {
        bottom: 70px;
    }
    #interview .motif09 {
        width: 80px;
        right: -40px;
    }




/* offer */
#offer {
    padding: 80px 0;
}
#offer:before {
    height: 410px;
}
	#offer .title_offer {
		text-align: center;
		margin-bottom: 5px;
	}
	#offer .title_offer img {
		width: auto;
		height: 28px;
	}

#offer .txt {
	text-align: center;
}




/* line */
#line {
    padding: 80px 0;
}
    #line .txt {
        text-align: left;
    }


    #line .link {
        display: block;
        margin-top: 25px;
        border: solid 1px #ddd;
        background: #fff;
        padding: 20px;
    }
        #line .link li:nth-child(1) {
            max-width: 180px;
            margin-right: auto;
            margin-left: auto;
            padding-right: 0;
            margin-bottom: 20px;
            border-right: none;
        }
        #line .link li:nth-child(2) {
            max-width: 180px;
            margin: auto;
        }
            #line .link li img {
                width: 100%;
                height: auto;
            }


    #line .motif10 {
        width: 70px;
        top: 20px;
        left: 2%;
    }
    #line .motif11 {
        width: 40px;
        top: 50px;
        right: 7%;
    }
    #line .motif12 {
        width: 50px;
        bottom: 0;
        left: 20%;
    }
    #line .motif13 {
        width: 60px;
        bottom: 0;
        right: 0;
    }







}