@charset "utf-8";

/* Body
------------------------------ */
html{
	overflow-x: hidden;
    font-size: 10px;
}
body {
	box-shadow: none;
    color: #585858;
    font-family: YakuHanJPs,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: 500;
    font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.01em;
	-webkit-text-size-adjust: 100%;
}
body{
    animation: fadeIn .4s ease-in 0s 1 normal;
}
.slider1{
    animation: fadeIn 1s ease-in 0s 1 normal;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
a {
    text-decoration: none;
    transition: .3s ease;
}
a:link,a:visited,a:active,a:hover{
    
}
.text_link{
	display: inline-block;
    color: #1B4898;
    line-height: 1;
}
.text_link:after{
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
    border-bottom: 1px solid #1B4898;
	margin: 0 auto;
	border-radius: 1px;
}
.text_link:hover:after{
	width: 100%;
}
.caution{
    padding-left: 1.1em;
    position: relative;
}
.caution:before {
    content: '※';
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
}

/* layout
------------------------------ */
#index .wrapper,.pc_menu .wrapper,footer .wrapper{
	position: relative;
	display: block;
	clear: both;
	float: none;
    width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
}

#products01 .products_con>li::before{
    content: '';
    display:block;
    margin-top: -80px;
    padding-top: 80px;
}
/* Common
------------------------------ */
.fl_l{
    float: left;
}
.fl_r{
    float: right;
}
.float::before,
.float::after{
    content: "";
    display: block;
    clear: both;
}
.pict img{
    width: 100%;
}
img{
    height: auto;
    vertical-align: top;
}
ul{
	letter-spacing: -.4em;
}
li{
	letter-spacing: normal;
    vertical-align: top;
}
table{
    border-collapse: initial;
    border-spacing: 3px;
    width: 100%;
}
th,td{
    padding:28px 40px;
}
th{
    background: #1B4898;
    background: linear-gradient(90deg, #1B4898 0%, #008AD2 100%);
    color:#fff;
    width: 290px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}
td{
    background:#F2F4F7;
}
dt,dd{
    float: left;
    position: relative;
    margin-bottom: 20px;
    padding:0 40px 20px;
}
dt:last-of-type,dd:last-of-type{
    margin-bottom: 0;
}
dt{
    clear: left ;
    width: 300px;
    color: #1B4898;
}
dd{
    width: 800px;
}
dt::after,dd::after{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}
dt::after{
    background: #1B4898;
    background: linear-gradient(90deg, #1B4898 0%, #008AD2 100%);
}
dd::after{
    background:#F2F4F7;
}
.mincho{
    font-family: YakuHanMPs,'Hiragino Mincho Pro','游明朝','Yu Mincho',YuMincho,serif;
}
.btn,.btn_w{
    position: relative;
    width: 260px;
    display:block;
    box-sizing: border-box;
    margin: auto;
    padding: 24px 28px;
    z-index: 2;
    overflow: hidden;
    font-weight: 600;
    background:#F2F4F7;
}
.btn{
    color:#fff;
    border:solid 2px;
}
.btn:hover{
    color:#1B4898;
    background:#fff;
    border-color: #1b4898;
}
.btn:hover::before{
    transform: translateX(100%);
}
.btn::before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #1B4898;
    background: linear-gradient(90deg, #1B4898 0%, #008AD2 100%);
    transition: .8s ease;
    z-index: -1;
}
.btn::after,.btn_w::after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top:0;
    bottom:0;
    margin: auto;
    right: 20px;
    transition: .3s ease;
}
.btn:hover::after{
    right: 16px;
    border-color: #1b4898;
}
.btn_w{
    color:#1b4898;
    background:#fff;
    border:solid 2px #fff;
}
.btn_w::before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transform: translateX(-100%);
    transition: .8s ease;
}
.btn_w::after{
    border-color: #1b4898;
}
.btn_w:hover{
    background:rgba(0, 0, 0, 0);
    color:#fff
}
.btn_w:hover::before{
    background: #1B4898;
    background: linear-gradient(90deg, #008AD2 0%, #1B4898 100%);
}
.btn_w:hover::after{
    right: 16px;
    border-color: #fff;
}
.btn_w:hover::before{
    transform: translateX(0);
}
li,th,td,input,textarea,dt,dd{
    box-sizing: border-box;
}
.tell{
    font-weight: 600;
}
.tell span,.tell::before{
    vertical-align: bottom;
}
.tell::before{
    content: '';
    display: inline-block;
    background:url(../images/tell_w.svg)no-repeat center / contain;
    width: 24px;
    height: 40px;
    margin-right: 8px;
}
.green{
    color:#1B4898;
}
.bg_pict_g{
    background:url(../images/bg.jpg);
    background-size:cover;
    -webkit-background-size: cover;
}
h2,h3,.title_line{
    font-family: YakuHanMPs,'Hiragino Mincho Pro','游明朝','Yu Mincho',YuMincho,serif;
}
h2{
    font-size:3rem;
}
h3{
    font-size:2.4rem;
}
.mb1em{
    margin-bottom: 1em;
}
.dot_list li{
    padding-left: 1.2em;
    position: relative;
}
.dot_list li:before {
    content: '・';
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
}
.num_list li,.num_text{
    padding-left: 1.2em;
    position: relative;
}
.num_list li .num,.num_text .num{
    position: absolute;
    top: 0;
    left: 0;
}
/* Header
------------------------------ */
header{
    position: relative;
    padding-top:179px;
    overflow: hidden;
}
header .pc_menu{
    position: absolute;
    top: 0;
	width: 100%;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
    z-index: 5;
    background:#fff;
    opacity:1;
    visibility: initial;
}
header .header_contact{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #1B4898;
    background: linear-gradient(90deg, #1B4898 0%, #008AD2 100%);
    padding: 8px 17px 10px;
    text-align: center;
}
header #lead,header .header_contact{
    display: inline-block;
    vertical-align: middle;
}
header .header_contact .tell{
    font-size: 3rem;
    line-height: 1;
}
header .header_contact .time{
    font-size: 1.4rem;
    margin-top: 8px;
    line-height: 1;
}
header #lead{
    font-size:1.4rem;
    margin: 6px 0 4px;
}
#header_logo a{
    background:url(../images/logo.svg)no-repeat center;
    background-size: contain;
    display: block;
    width: 367px;
    height: 50px;
}
#header_logo a:hover{
    opacity: .7;
}
#header_logo span{
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    display: block;
}
/* gnav */
#gnav ul{
    margin-top: 20px;
}
#gnav li{
    position: relative;
    display: inline-block;
    letter-spacing: .04em;
}
#gnav li a{
    position: relative;
    display: block;
    padding: 8px 0 26px;
    text-align: center;
    font-weight: 600;
    width: 200px;
    color: #585858;
    transition: 0s;
}
#gnav li a span{
    display: block;
    color: #1B4898;
    font-size:1.2rem;
    line-height: 1;
}
#gnav li a::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 9px;
    background: #1B4898;
    background: linear-gradient(90deg, #1B4898 0%, #008AD2 100%);
    opacity: 0;
    transition: .3s;
}
#gnav li a:hover::after{
    opacity: 1;
}

@media screen and (min-width: 640px) {
    /*fixed_none*/
    .fixed_none #lead,
    .fixed_none .header_contact {
        display: none;
    }
    .fixed_none .pc_menu {
        visibility: hidden;
        opacity: 0;
        transition: .3s;
    }
    .fixed_none #gnav li:last-of-type {
        display: inline-block;
    }
    .fixed_none #gnav li a{
        width: 140px;
    }
    .fixed_none .pc_menu #gnav ul {
        text-align: right;
    }
    .fixed_none #header_logo a{
        position: absolute;
    }
    /*fixed_in*/
    .fixed_in .pc_menu {
        position: fixed;
        padding-top: 0;
        padding-bottom: 0;
        transition: .3s;
    }
    /*fixed*/
    .fixed .pc_menu{
        transition: .3s;
        opacity: 1;
        visibility: initial;
    }
}
/* menu */
#menu{
	padding: 147px 0 120px;
}
#menu .left_pict{
	width: 380px;
	height: auto;
	margin-right: 40px;
}
#menu h3{
	display: inline;
	color: #3c2f20;
	font-size: 26px;
	line-height: 1em;
	letter-spacing: .02em;
    background: linear-gradient(transparent 50%, #e2ebd2 50%);
    padding: 0 4px 8px;
}
#menu h4{
	color: #00904C;
	font-size: 22px;
	padding-left: 1em;
	margin: 24px 0 16px;
}
#menu h4.pl0{
	padding-left: 0;
}
#menu .float p{
	line-height: 2.4em;
}
#menu ul{
	letter-spacing: -.4em;
	line-height: 0;
	margin: 96px 0;
}
#menu ul li{
	position: relative;
	display: inline-block;
	width: 380px;
	height: 254px;
	line-height: 1.9em;
	letter-spacing: .04em;
	margin-right: 55px;
	vertical-align: top;
	text-align: center;
	background: #e8efdb;
}
#menu ul li:last-child{
	margin-right: 0;
}
#menu ul li h3{
	position: relative;
	display: block;
	width: 340px;
	color: #00904C;
	font-size: 22px;
	text-align: center;
	line-height: 1em;
	background: url(../images/border.svg) repeat-x bottom left;
	-webkit-background-size: 136px auto;
	background-size: 136px auto;
	margin: 18px auto 24px;
	padding: 0 0 24px;
}
#menu ul li p{
	padding: 0 26px;
	letter-spacing: .12em;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
#menu p:nth-child(6){
	line-height: 2.4em;
	letter-spacing: .06em;
	margin-top: 28px;
}

/* swiper */
.slider1{
    font-size: 0;
    background: #1B4898;
    background: linear-gradient(90deg, #1B4898 0%, #008AD2 100%);
    margin-bottom: 27px;
}
.slider1 .slider1_1{
    position: relative;
    width: 1500px;
    margin: auto;
}
.slider1 .slider1_1 .pict{
    max-width: 1062px;
    position: absolute;
    top: 50px;
    right: 0;
}
.slider1 .slider1_1 .box{
    position: relative;
    z-index: 2;
    padding: 100px 0 135px;
}
.slider1 .slider1_1 .title{
    font-size: 6rem;
    line-height: 74px;
    background: #fff;
    display: inline-block;
    padding: 0 20px;
}
.slider1 .slider1_1 .title:first-of-type{
    margin-bottom: 14px;
}
.slider1 .slider1_1 .title span{
    color: #1B4898;
}
.slider1 .slider1_1 .text{
    font-size: 2rem;
    color: #fff;
    margin-top: 70px;
}
.slider1 .slider1_1 .en{
    background:url(../images/slider1_1_en.svg)no-repeat center/contain;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    width: 202px;
    height: 108px;
    position: absolute;
    top: 246px;
    left: 172px;
}
.slider1_wrapper{
    width: 1500px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
}
/* index
------------------------------ */
#index article h2,#index article h2+.en,#index article .outset{
    text-align: center;
}
#index article h2+.en{
    color: #1B4898;
    font-size:1.2rem;
    display: block;
    line-height: 1;
}
#index article .outset{
    margin-top: 20px;
    margin-bottom: 30px;
}
#index_business{
    padding: 80px 0 120px;
}
#index_business .list{
    width: 1100px;
    margin: auto;
}
#index_business .list>li a{
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
    padding: 40px 50px;
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    color: #585858;
}
#index_business .list>li a:hover{
    opacity: .7;
}
#index_business .list>li:nth-of-type(even) a{
    padding-left: 400px;
    background-position:left center;
}
#index_business .list>li:nth-of-type(odd) a{
    padding-right: 400px;
    background-position:right center;
}
#index_business .list>li:first-of-type a{
    background-image:url(../images/index_business01_01.jpg);
}
#index_business .list>li:nth-of-type(2) a{
    background-image:url(../images/index_business01_02.jpg);
}
#index_business .list>li:nth-of-type(3) a{
    background-image:url(../images/index_business01_03.jpg);
}
#index_business .list li span{
    color: #1B4898;
    font-size: 1.2rem;
    display: block;
    line-height: 1;
}
#index_business .list>li h3{
    position: relative;
    padding: 6px 10px 14px 36px;
    margin-bottom: 20px;
}
#index_business .list>li:first-of-type h3{
    padding-top:5px;
    padding-bottom:15px;
}
#index_business .list>li h3::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 75px;
    background: #1B4898;
    background: linear-gradient(90deg, #1B4898 0%, #008AD2 70%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#index_business .list>li ul{
    margin-top: 30px;
}
#index_business .list>li li{
    color: #1B4898;
    position: relative;
    padding-left: 1.2em;
}
#index_business .list>li li::before{
    content: '●';
    display: inline-block;
    color: #1B4898;
    position: absolute;
    left: 0;
    top: 0;
}
#index_flow{
    padding: 130px 0 120px;
    background:#F2F4F7;
}
#index article #index_flow .outset{
    margin-bottom: 80px;
}
#index_flow ol{
    width: 1200px;
    margin: auto;
}
#index_flow li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 275px;
    margin-right: 26px;
}
#index_flow li:last-of-type{
    margin-right: 0;
}
#index_flow .pict{
    background: #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    margin: auto;
    position: relative;
}
#index_flow li img{
    width: 100px;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
#index_flow .num{
    position: absolute;
    top: 0;
    left: 36px;
    font-size: 4.8rem;
    font-weight: 600;
    color: #1B4898;
    line-height: 1;
    z-index: 2;
}
#index_flow h3{
    color: #1B4898;
    text-align: center;
    margin-top: 4px;
}
#index_flow h3::after{
    content: '';
    display:block;
    background:#1B4898;
    width:1px;
    height: 64px;
    margin: 0 auto 10px;
}
#index_about{
    padding-top:438px;
    overflow: hidden;
    position: relative;
}
#index_about::after{
    content: '';
    display: inline-block;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 438px;
    margin:auto;
    background:url(../images/index_about_bg.jpg)no-repeat top center/cover;
    background-attachment: fixed;
}
.iphone #index_about::after,
.ipad #index_about::after{
    background-attachment: initial;
}
#index_about .in_box{
    position: relative;
    z-index: 2;
    padding: 150px 0 140px;
    min-width: 1500px;
    overflow: hidden;
}
#index_about .in_box::before,#index_about .in_box::after{
    content: '';
    display: inline-block;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
}

#index_about .in_box::before{
    left:0;
    background: #1B4898;
    background: linear-gradient(90deg, #1B4898 0%, #008AD2 100%);
    transform:skewX(-22deg);
    min-width: 815px;
    margin-left: -8%;
    width: 56%;
}
#index_about .in_box::after{
    background:url(../images/index_about01_01.jpg)no-repeat right center/cover;
    right: 0;
    width: 60%;
    z-index: -1;
    min-width: 903px;
}
#index article #index_about .in_box h2,
#index article #index_about .in_box h2+.en,
#index article #index_about .in_box .outset{
    text-align: left;
    color: #fff;
}
#index_about .in_box .btn_w{
    display: inline-block;
}
#bottom_bnr{
    padding: 120px 0;
}
#bottom_bnr .contact_box{
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    padding: 63px 125px;
    width: 1100px;
    box-sizing: border-box;
    margin: auto;
    background:#fff;
}
#bottom_bnr .contact_box h2{
    border-bottom: 1px solid #1B4898;
    margin-bottom: 32px;
    padding-bottom: 18px;
    text-align: center;
}
#bottom_bnr .contact_box .float{
    position: relative;
}
#bottom_bnr .contact_box .fl_l{
    color: #1B4898;
    margin-left: 100px;
    margin-top: 8px;
}
#bottom_bnr .contact_box .fl_l a{
    color: #1B4898;
}
#bottom_bnr .contact_box .fl_l::before,#contact01 .bg_g::before,#thanks01 .bg_g::before{
    content: '';
    display:block;
    background:#1B4898 url(../images/tell_w.svg)no-repeat center / contain;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: 30px auto;
    background-position: top 12px center;
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    margin: auto;
}
#bottom_bnr .contact_box .num,#contact01 .bg_g .num,#thanks01 .bg_g .num{
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
}
#bottom_bnr .contact_box .fl_r a{
    position: relative;
    width: 376px;
    display:block;
    box-sizing: border-box;
    margin: auto;
    padding: 19px 28px;
    z-index: 2;
    overflow: hidden;
    font-weight: 600;
    color:#fff;
    background: #F2F4F7;
    border:solid 2px;
    text-align: center;
    font-size:2rem;
}
#bottom_bnr .contact_box a span{
    vertical-align: middle;
}
#bottom_bnr .contact_box .fl_r a:hover{
    color:#1B4898;
    background:#fff;
    border-color: #1b4898;
}
#bottom_bnr .contact_box .fl_r a:hover::after{
    transform: translateX(100%);
}
#bottom_bnr .contact_box .fl_r a::after{
    content: '';
    display:block;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #1B4898;
    background: linear-gradient(90deg, #1B4898 0%, #008AD2 100%);
    transition: .8s ease;
    z-index: -1;
}
#bottom_bnr .contact_box .fl_r a::before{
    content: '';
    display:inline-block;
    width: 20px;
    height: 18px;
    background:url(../images/mail_w.svg)no-repeat center/contain;
    margin-right: 10px;
    vertical-align: middle;
}
#bottom_bnr .contact_box .fl_r a:hover::before{
    background-image:url(../images/mail_b.svg);
}
#bottom_bnr .recruit_box{
    width: 930px;
    margin:60px auto 0;
    color: #fff;
    display: block;
    background:url(../images/recruit_box01_01.jpg)no-repeat left center/contain;
}
#bottom_bnr .recruit_box:hover{
    opacity: .7;
}
#bottom_bnr .recruit_box div{
    background: #1B4898;
    background: linear-gradient(90deg, #1B4898 50%, #008AD2 100%);
    margin-left: 511px;
    padding:50px 36px;
}
#bottom_bnr .recruit_box p{
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 4px;
}
#bottom_bnr .recruit_box .en{
    font-size: 1.2rem;
    line-height: 1;
}

/* sub common
------------------------------ */
.sub .main_contents .wrapper,#breadcrumb .wrapper,.main_title .wrapper{
    position: relative;
    clear: both;
    float: none;
    width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}
.sub .main_contents section{
    padding-bottom: 130px;
}
.main_title{
    color: #fff;
    padding: 124px;
    position: relative;
    z-index: 2;
}
.main_title .en{
    line-height: 1;
    font-size: 1.2rem;
}

.main_title::before,.main_title::after{
    content: '';
    display: inline-block;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
}
.main_title::before {
    left: 0;
    background: #1B4898;
    background: linear-gradient(90deg, #1B4898 0%, #008AD2 100%);
    transform: skewX(-22deg);
    min-width: 815px;
    margin-left: -8%;
    width: 56%;
    left:0;
    z-index: -1;
}
.main_title::after{
    right:0;
    background-position:right center;
    background-repeat: no-repeat;
    background-size:cover;
    width: 59%;
    min-width: 888px;
    z-index: -2;
}
.sub h3{
    background: #F2F4F7;
    color: #1B4898;
    padding: 4px 3px 3px 30px;
    position: relative;
    margin-bottom: 50px;
}
.sub h3::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: #1B4898;
    background: linear-gradient(90deg, #1B4898 0%, #008AD2 100%);
    width: 7px;
    height: 100%;
}
.sub #bottom_bnr{
    background:#F2F4F7;
}
/* business
------------------------------ */
#business .main_title::after{
    background-image:url(../images/main_title_business.jpg);
}
#business01::before,#business02::before,#business03::before{
    content: '';
    display:block;
    margin-top: -120px;
    padding-top: 120px;
}
#business01 .float,#business02 .float,#business03 .float{
    margin-bottom: 50px;
}
#business01 .fl_l,#business02 .fl_l,#business03 .fl_l{
    width: 660px;
}
.list01>li{
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    display: inline-block;
    vertical-align:top;
}
#business01 .list01>li,#business03 .list01>li{
    margin-right: 40px;
    width: 340px;
    min-height: 325px;
    padding: 40px 30px;
}
#business01 .list01>li h4,#business03 .list01>li h4{
    margin-bottom: 30px;
    text-align: center;
}
#business01 .list01>li{
    margin-bottom: 40px;
}
#business02 .list01>li{
    margin-right: 36px;
    width:532px;
    min-height:254px;
    padding:25px 40px;
}
#business01 .list01>li:nth-last-of-type(3),
#business01 .list01>li:nth-last-of-type(2),
#business01 .list01>li:last-of-type{
    margin-bottom: 0;
}
#business01 .list01>li:nth-of-type(3n),
#business03 .list01>li:nth-of-type(3n),
#business02 .list01>li:nth-of-type(2n){
    margin-right: 0;
}
#business01 .list01 h4,
#business02 .list01 h4,#business02 .box h4,#business03 .list01 h4{
    color: #1B4898;
    font-family: YakuHanMPs,'Hiragino Mincho Pro','游明朝','Yu Mincho',YuMincho,serif;
    font-size:2rem;
}
#business02 .dot_list li:before{
    background: #1B4898;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 7px;
    content: '';
}
#business03 .fl_l p{
    margin-bottom: 1em;
}
#business02 .box{
    margin-top: 36px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    padding: 25px 40px;
}
#business02 .list02>li{
    display: inline-block;
    vertical-align:top;
    width: 33%;
    margin-bottom: 1em;
}
#business02 .list02>li:nth-of-type(3n){
    margin-right: 0;
}
#business02 .list02>li:last-of-type,#business02 .list02>li:nth-last-of-type(2){
    margin-bottom: 0;
}
#business02 .box h4{
    margin-bottom: 4px;
}
#business02 .box h5{
    margin-bottom: 2px;
}
/* company
------------------------------ */
#company .main_title::after{
    background-image:url(../images/main_title_company.jpg);
}
#company01 .fl_l{
    width: 730px;
}
#company01 .fl_l p,#recruit01 .fl_l p{
    margin-bottom: 2em;
}
#company01 .fl_l p:last-of-type, #recruit01 .fl_l p:last-of-type{
    margin-bottom: 0;
}
#company01 .fl_l .mincho{
    color: #1B4898;
    text-align: right;
    font-weight: 600;
}
#company01 .fl_l .name{
    margin-left: 1em;
    font-size: 2rem;
}
#company02 table{
    margin-bottom: 50px;
}
#company02 .blue{
    position: relative;
    padding-left: 5em;
}
#company02 .blue span{
    position:absolute;
    left: 0;
    top: 0;
    color: #1B4898;
}
#company02 .blue:first-of-type{
    margin-bottom: 1em;
}
#company03 dt{
    text-align: center;
}
.title_line{
    font-size: 2rem;
    color: #1B4898;
}
.title_line::after{
    content: '';
    display: block;
    background: #1B4898;
    background: linear-gradient(90deg, #1B4898 0%, #008AD2 100%);
    width: 100%;
    height: 1px;
    margin-top: 18px;
    margin-bottom: 30px;
}
/* recruit
------------------------------ */
#recruit .main_title::after{
    background-image:url(../images/main_title_recruit.jpg);
}
#recruit01 .fl_l{
    width: 660px;
}
#recruit02 .btn{
    margin-top: 60px;
}
#recruit02 .pict_list{
    margin-bottom: 50px;
}
#recruit02 .pict_list li{
    width:352px;
    margin-right: 20px;
    display: inline-block;
    vertical-align:top;
}
#recruit02 .pict_list li:nth-of-type(3n){
    margin-right: 0;
}
#recruit03 .partner{
    background:url(../images/recruit03_01.jpg)no-repeat center / cover;
    color: #1B4898;
    padding: 117px 240px;
    position: relative;
    max-width: 1150px;
    margin: auto;
    box-sizing: border-box;
}
#recruit03 .partner::after{
    width: 96%;
    max-width: 1088px;
    height: 92%;
    max-height: 380px;
    border:1px solid #fff;
    content: '';
    display: inline-block;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    box-sizing: border-box;
}
#recruit03 .partner h2{
    text-align: center;
    margin-bottom: 40px;
}
/* contact
------------------------------ */
#contact .main_title::after,#thanks .main_title::after{
    background-image:url(../images/main_title_contact.jpg);
}
#contact01 .bg_g,#thanks01 .bg_g{
    display: inline-block;
    padding:40px 37px 40px 137px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
    margin-top: 40px;
    color: #1B4898;
    position: relative;
}
#contact01 .bg_g a,#thanks01 .bg_g a{
    color: #1B4898;
}
#contact01 .bg_g::before,#thanks01 .bg_g::before{
    left: 40px;
}
#contact02 ol{
    margin-bottom: 2em;
}
#contact02 ol .num_text{
    padding-left: 2.4em;
    display: inline-block;
}
#contact02 h4.mincho{
    color: #1B4898;
    margin-bottom: 4px;
}
#contact02 #mailfield>h4{
    font-size:2rem;
}
#contact02 table+h4{
    margin-top: 50px;
}
#mailformpro th,#mailformpro td{
    padding-top: 18px;
    padding-bottom: 17px;
}
#mailformpro th{
    position: relative;
    padding-left:18px;
    padding-right:18px;
}
#mailformpro .must{
    font-size: 1.4rem;
    padding: 6px 8px 4px;
    position: absolute;
    right: 18px;
    top: 20px;
    line-height: 1;
    background:#fff;
    color: #1B4898;
}
#mailformpro .type li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
#mailformpro .type li:last-of-type{
    margin-right: 0;
}
#mailformpro td> input,
#mailformpro textarea{
    border: 0;
    font-size: 1.8rem;
    padding: 5px;
    width: 100%;
    border: 1px solid #bbb;
}
#mailformpro .address input:first-of-type{
    width: 300px;
    margin: 0 8px 12px;
}
#mailformpro textarea{
    width: 100%!important;
}
#mailformpro button{
    line-height: 2;
    font-size: 1.6rem;
    text-align: left;
}
#contact02 #privacy_policy{
    margin:40px auto 60px;
    padding: 40px;
    box-sizing: border-box;
    border:solid 1px #F2F4F7;
    height: 240px;
    overflow:scroll;
}
#contact02 #privacy_policy h4{
    font-size:2.6rem;
}
#contact02 #privacy_policy p{
    margin-bottom: 1em;
}
#contact02 #privacy_policy{
    margin-bottom: 8%;
}
#contact #bottom_bnr .recruit_box{
    margin-top: 0;
}

/* thanks
------------------------------ */
#thanks01 .bg_g{
    display: block;
    margin: 40px auto;
    max-width: 360px;
}
/* breadcrumb
------------------------------ */
#breadcrumb{
    font-size:1.4rem;
    padding: 20px 0 14px;
    margin-bottom: 60px;
    font-weight: 600;
}
#breadcrumb a::after{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    margin:0 10px;
}
#breadcrumb a{
    color: #1B4898;
}
#breadcrumb a,#breadcrumb a::after,#breadcrumb span{
    vertical-align: middle;
}
/* Footer
------------------------------ */
footer{
    padding-top:64px;
    background:#1B4898;
    color: #fff;
}
footer a{
    color: #fff;
}
#index footer .wrapper,footer .wrapper{
    margin-bottom: 90px;
}
footer .logo,footer .text,footer .footer_menu,footer .text p{
    display: inline-block;
    vertical-align: middle;
}
footer .logo_w{
    width: 367px;
    height:51px;
    background:url(../images/logo_w.svg)no-repeat left center/contain;
    margin-bottom: 16px;
    display: block;
}
footer .logo_w span{
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    display: block;
}
footer .logo_w:hover{
    opacity: .7;
}
footer .text{
    width: 400px;
}
footer .text .num{
    margin-right: .8em;
}
footer .footer_menu{
    margin-left: 500px;
}
footer .footer_menu ul{
    display: inline-block;
    vertical-align: top;
}
footer .footer_menu ul:first-of-type{
    margin-right: 70px;
}
footer .footer_menu li{
    margin-bottom: 16px;
}
footer .footer_menu li:last-of-type{
    margin-bottom: 0;
}
footer .footer_menu li a{
    position: relative;
    padding-left:24px;
}
footer .footer_menu li a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s ease;
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
footer .footer_menu li a:hover{
    transform: translateX(6px);
    display: block;
}
#copyright a:hover{
    width:100%;
}
#copyright{
    position: relative;
    display: block;
    text-align: center;
    padding:27px 0;
    border-top:solid 1px #fff;
}
#copyright:after{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 11px;
}
#copyright a{
    position: relative;
}
#copyright a:after{
    content: '';
    position:absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom:-2px;
    background: #fff;
    height: 1px;
    width: 0;
    transition: .3s;
}
#copyright a:hover:after{
    width: 100%;
}
/* page top */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 60px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1.5);
	transition: all .5s;
	z-index: 10!important;
}
.pagetop a{
	display: block;
	width: 46px;
	height: 46px;
	text-indent: -9999px;
    background: #1B4898;
    border: 1px solid #fff;
	padding: 5px;
    border-radius: 50%;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.pagetop a::before{
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	transform: rotate(45deg);
    top: 17%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.pagetop.show{
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
}
.pagetop a:hover{
	opacity: .7;
}