@charset "UTF-8";
/*全体*/
html {
	font-size:62.5%;
}

body{
	/* iPhoneバンドル */
  -webkit-text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
  font-size: 14px;
  font-size: 1.4em;
  overflow-x: hidden;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  line-height: 1.8;
}

/* 追加 */
.ph > img {
    width: 100%;
    height: 100%;
}
.mw-form > input[name="mwform_zip1"] {
    width: 12%;
}
.mw-form > input[name="mwform_zip2"] {
    width: 12%;
}
@media screen and (max-width: 550px)  {
    .tabwrap ul.tab li.tabbtn a {
        height: 100%;
    }
    .tabwrap ul.tab li.tabbtn {
        line-height: inherit;
    }
    .l-he {
        line-height: 30px;
    }
    .mt-lg {
        margin-top: 100px;
    }
    
}



img{
	max-width: 100%;
    image-rendering: -webkit-optimize-contrast;

}
img.pcimg{
	display: inline-block;
}
img.spimg{
	display: none;
}

.spblock{
	display: none;
}


br.spbr{
	display: none;
}

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.gf{
    font-family: 'Montserrat', sans-serif;
}

.pb-md {
    padding: 70px 60px !important;
}
.container{
	max-width: 1120px;
	margin: 0 auto;
	padding: 40px 60px;
	text-align: left;
	position: relative;
}

a.pgtop{
    display: inline-block;
    width: 70px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 2;
}
a.pgtop{
    /* with Google reCAPTCHA */
    bottom: 80px;
    right: 10px;
    height: auto;
    width: 60px;
}

.btnwrap{
	margin-top: 70px;
	text-align: center;
}
a.btn{
	display: inline-block;
	background: #384244;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	color: #fff;
	padding: 5px 50px;
}
a.btn.more{
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
a.btn.more.jp{
    font-family: 'Noto Sans JP', sans-serif;
}

a.btn.more:after{
    content: "";
    width: 25px;
    height: 25px;
    background: url(../../images/arw_r.png) no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -12px;
}

a.btn.more.sec:before{
    content: "";
    width: 25px;
    height: 25px;
    background: url(../../images/business/pdf.png) no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -12px;
}
.btn.more.sec {
    padding: 9px 80px;
}




.btnwrap.rt{
	text-align: right;
}


.ancsec{
    margin-top:-70px;
    padding-top:70px;
}


@media screen and (max-width: 959px) {
body{
	font-size: 13px;
	font-size: 1.3em;
}
.mw-form > input[name="mwform_zip1"] {
    width: 19%;
}
.mw-form > input[name="mwform_zip2"] {
    width: 19%;
}

img.pcimg{
	display: none;
}
img.spimg{
	display: inline-block;
}

.pcblock{
	display: none;
}
.spblock{
	display: block;
}

br.spbr{
display: inline !important;
}
br.pcbr{
display: none;
}

.container{
	padding: 30px !important;
}

a.pgtop{
	right: 10px;
	width: 40px;
	height: 40px;
	bottom: 50px;
}
a.pgtop{
    /* with Google reCAPTCHA */
    bottom: 80px;
    right: 10px;
    height: auto;
    width: 60px;
}

.btnwrap{
	margin-top: 30px;
	text-align: center;
}

a.btn{
    font-size: 90%;
}
a.btn.more:after{
    width: 20px;
    height: 20px;
    right: 8px;
    margin-top: -10px;
}

.ancsec{
    margin-top:-40px;
    padding-top:40px;
}

}







/* header */
header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 100;
	box-shadow: 0px 8px 16px -12px rgba(0,0,0,0.6);
}
header .inner{
	margin: 0 auto;
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
	line-height: 1;
	align-items: center;
}
header .inner .hdlogo{
    width: 86px;
}
header .inner .hdlogo a{
    display: block;
}

header .inner .spbtn{
	display: none;
}




/* header SP */
@media screen and (max-width: 959px) {

header{
box-shadow: 0px 4px 8px -6px rgba(0,0,0,0.6);
}
header.ind{
    display: block;
    top: 0;
}

header .inner{
	height: 35px;
	padding: 0;
	align-items: center;
}

header .inner .hdlogo img{
    height: 20px;
    width: auto;
}


header .inner .spbtn{
	display: block;
	width: 35px;
	height: 35px;
	position: relative;
	margin-left: auto;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 110;
	background: #384244;
}

header div.spbtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header div.spbtn span {
	position: absolute;
	left: 20%;
	width: 60%;
	height: 1px;
	background-color: #fff;
}

header div.spbtn span:nth-of-type(1) {
	top: 9px;
}
header div.spbtn span:nth-of-type(2) {
	top: 50%;
}
header div.spbtn span:nth-of-type(3) {
	bottom: 8px;
}

header div.spbtn.selected span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
header div.spbtn.selected span:nth-of-type(2) {
	opacity: 0;
}
header div.spbtn.selected span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
}


@media screen and (min-width: 960px) {
.gnav{
	display: flex !important;
}
}


.gnav{
    width: calc(100% - 100px);
    display: flex;
    flex-direction: row-reverse;
}

.gnav ul.navi{
    display: flex;
    align-items: center;
}

.gnav ul.navi > li{
    padding:0;
    position: relative;
    margin-left: 50px;
    font-weight: 500;
}

.gnav ul.navi > li > a{
    display: inline-block;
    padding: 0 5px;
    color: #384244;
    position: relative;
}
.gnav ul.navi > li > a:hover,
.gnav ul.navi > li.current2 > a{
    color: #3C63AA;
}

.gnav ul.navi > li > a > span{
    display: none;
}


.gnav ul.navi > li > a:hover:after,
.gnav ul.navi > li.current2 > a:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #3C63AA;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.gnav ul.navi > li:last-child > a{
    background: #384244;
    color: #fff;
    position: relative;
    padding: 10px 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}
.gnav ul.navi > li:last-child > a span{
    display: inline-block;
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
}
.gnav ul.navi > li:last-child > a p{
    display: none;
}


.gnav ul.navi > li:last-child > a:after{
    content: "";
    width: 25px;
    height: 25px;
    background: url(../../images/arw_r.png) no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -12px;
}
.gnav ul.navi > li:last-child > a:hover:after{
    left: auto;
    bottom: auto;
}

.gnav ul.navi li.hasnav{
    position: relative;
}
.gnav ul.navi li.hasnav .subnav{
    position: absolute;
    top: 40px;
    left: -220px;
    padding: 20px 15px;
    border-radius: 0 0 20px 20px;

    background: rgba(255,255,255,0.8);
    display: none;
}
.gnav ul.navi li .subnav ul.sub{
    display: flex;
}
.gnav ul.navi li .subnav ul.sub li{
    width: 210px;
    margin: 0 15px;
}

.gnav ul.navi li .subnav ul.sub li a{
    display: block;
    padding: 40px 0;
    color: #fff;
    font-size: 1.4rem;
}
.gnav ul.navi li .subnav ul.sub li a.r01{
    background: url(../../images/sub_voice.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
.gnav ul.navi li .subnav ul.sub li a.r02{
    background: url(../../images/sub_gl.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
.gnav ul.navi li .subnav ul.sub li a span{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
    margin-top: 10px;
}



.gnav ul.navi li.spon{
    display: none;
}




/* ナビ SP */
@media screen and (max-width: 959px) {
    .gnav ul.navi > li > a:hover:after,
.gnav ul.navi > li.current2 > a:after{
    display: none;
}

.gnav{
    /*
	background: rgba(255,255,255,1);
	*/

	padding: 35px 0 0 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll !important;

	display: none;
	z-index: 1;
}

.gnav ul.navi{
	padding: 0;
	display: block;

	background: rgba(22,41,42,0.9);
}
.gnav ul.navi > li{
	font-size: 1.1rem;
	display: block;
	border-bottom: 1px solid #BEBEBE;
	margin-left: 0;
}
.gnav ul.navi > li:after{
    content: none;
}

.gnav ul.navi > li:last-child{
    border-bottom: none;
}

.gnav ul.navi > li > a{
	display: block;
	padding: 16px 40px;
	margin: 0;
	text-align: left;
	color: #fff;
}å

.gnav ul.navi > li > a:hover:after,
.gnav ul.navi > li.current2 > a:after{
    content: none;å
}

.gnav ul.navi > li.current2 > a{
    color: #fff;
}
.gnav ul.navi > li > a:hover{
    opacity: 1;
    color: #fff;
}

.gnav ul.navi > li > a > span{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4rem;
    width: 60%;
    vertical-align: middle;
}
.gnav ul.navi > li.hasnav{
    display: none;
}


.gnav ul.navi > li:last-child > a span{
    font-size: 2.4rem;
}
.gnav ul.navi > li:last-child > a p{
    display: inline-block;
    font-size: 1.1rem;
}


.gnav ul.navi > li:last-child > a{
    background: #fff;
    color: #384244;
    font-size: 2.4rem;
    padding: 16px 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.gnav ul.navi > li:last-child > a:after{
    content: none;
}

.gnav ul.navi li.spon{
    display: block;
}
}



/* footer */
footer{
    background: #384244;
    color: #E3E7E8;
}
footer a{
    color: #E3E7E8;
}
footer .container{
    display: flex;
}
footer .container .lbox{
    border-right: 1px solid #E3E7E8;
    margin-right: 40px;
    width: 320px;
    padding: 10px 0;
}
footer .container .lbox .logo{
    width: 140px;
}
footer .container .lbox h5{
    font-size: 1.6rem;
    margin: 15px 0 5px;
}
footer .container .lbox p{
    font-size: 1.4rem;
}
footer .container .rbox{
    font-size: 1.4rem;
    width: calc(100% - 360px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer .container .rbox ul.fnav{
    display: flex;
    flex-wrap: wrap;
    max-width: 480px;
}
footer .container .rbox ul.fnav li{
    width: 120px;
    margin-bottom: 15px;
}

footer .container .rbox ul.btm{
    font-size: 1.2rem;
    text-align: right;
}
footer .container .rbox ul.btm li{
    margin-left: 15px;
    display: inline-block;
}
footer .container .rbox ul.btm li a{
    text-decoration: underline;
}


footer .container .rbox ul.btm{
    /* with Google reCAPTCHA */
    font-size: 1.2rem;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
}


/* footer sp */
@media screen and (max-width: 959px) {

footer .container{
    flex-direction: column-reverse;
    padding: 20px 0 60px 0;
    position: relative;
}

footer .container .rbox{
    font-size: 1.1rem;
    width: 100%;
    /* padding: 0 40px; */
}
footer .container .rbox ul.fnav{
    width: 100%;
}
footer .container .rbox ul.fnav li{
    width: 50%;
    margin-bottom: 15px;
    text-align: center;
}

footer .container .rbox ul.btm{
    position: absolute;
    bottom:5px;
    left: 0;
    padding: 0 30px;
    text-align: center;
    width: 100%;
    font-size: 1.0rem;
}
footer .container .rbox ul.btm li{
    display: block;
    margin-top: 2px;
}


footer .container .rbox ul.btm{
    /* with Google reCAPTCHA */
}



footer .container .lbox{
    border-right: none;
    border-top: 1px solid #BEBEBE;
    margin-right: 0;
    width: 100%;
    padding: 20px 40px;
    text-align: center;
    margin-top: 10px;
}
footer .container .lbox .logo{
    width: 110px;
    margin: 0 auto;
}
footer .container .lbox h5{
    font-size: 1.2rem;
}
footer .container .lbox p{
    font-size: 1.1rem;
}




}



/* TOP */
#topmov{
  position: relative;
}

#topmov .video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

#topmov video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#topmov .overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../images/bg_ovlay.png);
}




/* TOP SP */
@media screen and (max-width: 959px) {


#topmov{
    margin-top: 35px;
}
#topmov .video-box{
    height: auto;
  font-size: 0;
}
#topmov video{
  position: inherit;
  top: auto;
  left: auto;
  min-width: inherit;
  min-height: inherit;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  transform: inherit;

  width: 100%;
}
/* #topmov .overlay:after{
    background-size: 8px;
    -webkit-background-size: 8px;
} */


}




/* 202205追加 */
#toplead{
    margin-top: 1px;
    background-image: url(../../images/logo.png);
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: 29%;
    overflow: hidden;
}

#toplead .container{
    width: 100%;
    max-width: none;
    padding: 40px 0;
    display: flex;
    flex-direction: row-reverse;
}
#toplead .container .box{
    width: 50%;
    margin: 80px 0;
    color: #384244;
    overflow: hidden;
}
#toplead .container .box h2{
    font-weight: 700;
    font-size: 3.0rem;
    margin-bottom: 20px;
}
#toplead .container .box p{
    font-weight: 500;
    margin-bottom: 50px;
}



#toplead .topslide{
    width: 500px;
}
#toplead .topslide .slick-list{
    overflow: visible;
}

#toplead .topslide .slick-slide{
    margin-right: 30px;
    line-height: 0;
}




#toplead .topslide .slick-dots{
    margin-top: 20px;
}
#toplead .topslide .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
#toplead .topslide .slick-dots button{
	outline: none;
	appearance: none;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	width: 5px;
	height: 5px;

	border: none;
	background: #E3E7E8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0;
	cursor: pointer;
}
#toplead .topslide .slick-dots .slick-active button{
	opacity: 1;
	background: #384244;
}



#toplead .topslide button.slick-arrow{
    display: inline-block;
    width: 28px;
    height: 28px;

    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    border:none;
    cursor: pointer;
}
#toplead .topslide button.slick-arrow.slick-prev{
    background: url(../../images/arw_prev.png) center center no-repeat;
    background-size: contain;
    -webkit-background-size: contain;

    right: 80px;
}
#toplead .topslide button.slick-arrow.slick-prev:hover{
    background: url(../../images/arw_prev_ov.png) center center no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
}
#toplead .topslide button.slick-arrow.slick-next{
    background: url(../../images/arw_next.png) center center no-repeat;
    background-size: contain;
    -webkit-background-size: contain;

    right: 30px;
}
#toplead .topslide button.slick-arrow.slick-next:hover{
    background: url(../../images/arw_next_ov.png) center center no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
}


#toplead .topslide button.slick-arrow.slick-disabled{
    display: none !important;
}






@media screen and (max-width: 959px) {

    /* 202205追加 */
#toplead{
    background: url(../../images/logo.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 10% 15%;
    overflow: hidden;
}

#toplead .container{
    padding: 30px;
}
#toplead .container .box{
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;

    overflow: visible;
}

#toplead .container .box .txt{
    width: auto;
}

#toplead .container .box h2{
    font-size: 1.8rem;
}
#toplead .container .box p{
    font-size: 1.1rem;
    margin-bottom: 40px;
}


#toplead .topslide{
    width: 100%;
}

#toplead .topslide .slick-slide{
    margin-right: 10px;
    margin-left: 10px;
}


#toplead .topslide .slick-dots{
    margin-top: 10px;
    text-align: center;
}


#toplead .topslide button.slick-arrow{
    width: 46px;
    height: 46px;
    bottom: 50%;
    margin-top: 23px;
    z-index: 2;
}
#toplead .topslide button.slick-arrow.slick-prev{
    right: auto;
    left: -20px;
}
#toplead .topslide button.slick-arrow.slick-next{
    right: -20px;
}

#toplead .topslide button.slick-arrow.slick-disabled{
    display: none !important;
}

}




#topnews{
    background: #E3E7E8;
}
#topnews .container .row{
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#topnews .container .row .ttl{
    width: 200px;
    text-align: center;
}
#topnews .container .row .ttl h2{
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
}
#topnews .container .row .ttl h2 span{
    display: block;
    font-size: 5.0rem;
    font-family: 'Montserrat', sans-serif;
}
#topnews .container .row .ttl a.btn{
    width: 100%;
}



#topnews .container .row ul{
    width: 500px;
}
#topnews .container .row ul li{
    border-bottom: 1px solid #384244;
    padding: 5px 20px;
    font-size: 1.4rem;
    display: flex;
    margin-bottom: 12px;
}
#topnews .container .row ul li:last-child{
    margin-bottom: 0;
}

#topnews .container .row ul li span{
    width: 100px;
}


@media screen and (max-width: 959px) {

#topnews .container .row{
    flex-direction: column;
    align-items: center;
}
#topnews .container .row .ttl h2{
    font-size: 1.0rem;
}
#topnews .container .row .ttl h2 span{
    font-size: 2.4rem;
}
#topnews .container .row .ttl a.btn{
    width: 80%;
    padding: 5px 10px;
}


#topnews .container .row ul{
    width: 100%;
    margin-top: 30px;
}
#topnews .container .row ul li{
    padding: 5px 0;
    font-size: 1.2rem;
}

}






#topbn .bnbox{
    margin-top: 60px;
}
#topbn .bnbox a{
    display: block;
    position: relative;
    overflow: hidden;
}
#topbn .bnbox a:hover{
    opacity: 1;
}

#topbn .bnbox a .ck{
    position: absolute;
    width: 580px;
    height: 580px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    top: 50%;
    margin-top: -290px;
    right: -100px;

    mix-blend-mode:multiply;
    background: #384244;
    transition:all .3s;
}

#topbn .bnbox.b02 a .ck{
    right: auto;
    left: -100px;
}


#topbn .bnbox.b01 a:hover .ck{
    background: #25B395;
}
#topbn .bnbox.b02 a:hover .ck{
    background: #3C63AA;
}
#topbn .bnbox.b03 a:hover .ck{
    background: #FFA300;
}


#topbn .bnbox a .ttlbox{
    position: absolute;
    color: #fff;
    height: 100%;
    width: 480px;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#topbn .bnbox.b02 a .ttlbox{
    right: auto;
    left: 0;
}

#topbn .bnbox a .ttlbox h3{
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}
#topbn .bnbox a .ttlbox h3 span{
    display: block;
    font-size: 5.0rem;
    font-family: 'Montserrat', sans-serif;
}
#topbn .bnbox a .ttlbox span.more{
	display: inline-block;
	background: #fff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	color: #fff;
	padding: 5px 50px;
    color: #384244;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
#topbn .bnbox a .ttlbox span.more:after{
    content: "";
    width: 25px;
    height: 25px;
    background: url(../../images/arw_r_wt.png) no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -12px;
}

#topbn .bnbox a .ttlbox .logo{
    width: 176px;
    margin: 0 auto 10px auto;
}



@media screen and (max-width: 959px) {

#topbn .bnbox{
    margin-top: 30px;
}

#topbn .bnbox a > img{
    display: none;
}
#topbn .bnbox a{
    padding: 20px;
}
#topbn .bnbox a .ck{
    position: inherit;
    width: 220px;
    height: 220px;
    top: 50%;
    right: auto;
    margin: 0 auto;
}
#topbn .bnbox.b02 a .ck{
    left: auto;
}


#topbn .bnbox.b01{
    background: url(../../images/bnbase_biz_sp.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
#topbn .bnbox.b02{
    background: url(../../images/bnbase_comp_sp.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
#topbn .bnbox.b03{
    background: url(../../images/bnbase_gp_sp.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}




#topbn .bnbox a .ttlbox,
#topbn .bnbox.b02 a .ttlbox{
    width: 220px;
    left: 50%;
    margin-left: -110px;
}



#topbn .bnbox a .ttlbox h3{
    font-size: 1.1rem;
    margin-bottom: 10px;
}
#topbn .bnbox a .ttlbox h3 span{
    font-size: 2.4rem;
}
#topbn .bnbox a .ttlbox span.more{
	padding: 5px 40px;
	font-size: 90%;
}
#topbn .bnbox a .ttlbox span.more:after{
    width: 20px;
    height: 20px;
    margin-top: -10px;
}


#topbn .bnbox a .ttlbox .logo{
    width: 100px;
}



}





#topint{
    background: url(../../images/bg_topint.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    height: 450px;
}


#topint .btnbox a{
    display: inline-block;
    width: 370px;
    height: 370px;
    position: relative;
}
#topint .btnbox a .ck{
    position: absolute;
    width: 370px;
    height: 370px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    top: 0;
    left: 0;

    mix-blend-mode:multiply;
    background: #384244;
    transition:all .3s;
}
#topint .btnbox a:hover{
    opacity: 1;
}
#topint .btnbox a:hover .ck{
    background: #FC5F9B;
}


#topint .btnbox a .ttlbox{
    position: absolute;
    color: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#topint .btnbox a .ttlbox h3{
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}
#topint .btnbox a .ttlbox h3 span{
    display: block;
    font-size: 5.0rem;
    font-family: 'Montserrat', sans-serif;
}
#topint .btnbox a .ttlbox span.more{
	display: inline-block;
	background: #fff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	color: #fff;
	padding: 5px 50px;
    color: #384244;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
#topint .btnbox a .ttlbox span.more:after{
    content: "";
    width: 25px;
    height: 25px;
    background: url(../../images/arw_r_wt.png) no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -12px;
}


@media screen and (max-width: 959px) {


#topint{
    background-attachment: scroll;
    background-size: 200% auto;
    -webkit-background-size: 200% auto;
    height: auto;
}
#topint .btnbox{
    text-align: center;
}
#topint .btnbox a{
    width: 220px;
    height: 220px;
}
#topint .btnbox a .ck{
    width: 220px;
    height: 220px;
}
#topint .btnbox a .ttlbox h3{
    font-size: 1.1rem;
    margin-bottom: 10px;
}
#topint .btnbox a .ttlbox h3 span{
    font-size: 2.4rem;
}
#topint .btnbox a .ttlbox span.more{
	padding: 5px 40px;
	font-size: 90%;
}
#topint .btnbox a .ttlbox span.more:after{
    width: 20px;
    height: 20px;
    margin-top: -10px;
}


}



/* 下層 */
#pghd{
    height: 300px;
    margin-top: 66px;
    position: relative;
    overflow: hidden;
}

#pghd.comp{
    background: url(../../images/company/pghd.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
#pghd.biz{
    background: url(../../images/business/pghd.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
#pghd.rec01{
    background: url(../../images/recruit/pghd01.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
#pghd.rec02{
    background: url(../../images/recruit/pghd02.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
#pghd.gp{
    background: url(../../images/group/pghd.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
#pghd.info{
    background: url(../../images/pghd_info.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
#pghd.pp{
    background: url(../../images/pghd_pp.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

#pghd.cont{
    background: url(../../images/pghd_contact.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
#pghd.er{
    background: url(../../images/pghd_er.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}





#pghd .ck{
    position: absolute;
    width: 414px;
    height: 414px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-top: -207px;
    margin-left: -207px;

    mix-blend-mode:multiply;
    background: #384244;
}

#pghd h1{
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.8rem;
}

#pghd h1 span{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 5.0rem;
}
#pghd.pp h1 span{
    font-size: 4.0rem;
}

ul.crumb{
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px 30px;
    font-size: 1.2rem;
    color: #A1A1A1;

    display: flex;
    flex-wrap: wrap;
}
ul.crumb li a{
    color: #A1A1A1;
    display: inline-block;
}
ul.crumb li a:after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #A1A1A1;
    margin: 0 10px;
    vertical-align: middle;
}

.bg_c01{
    background: #E3E7E8;
}


.btmimg{
    height: 400px;
}
.btmimg.comp{
    background: url(../../images/company/btmimg.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
}
.btmimg.group{
    background: url(../../images/group/btmimg.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
}
.btmimg.biz{
    background: url(../../images/business/btmimg.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
}
.btmimg.rec01{
    background: url(../../images/recruit/btmimg01.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
}
.btmimg.rec02{
    background: url(../../images/recruit/btmimg02.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
}



.secpd{
    padding: 30px 0;
}

.secttl{
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.secttl:before{
    content: "";
    width: 30px;
    height: 8px;
    background: #384244;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 10px;
}

.secttl h2{
    font-size: 1.6rem;
    font-weight: 500;
}



@media screen and (max-width: 959px) {

#pghd{
    height: 150px;
    margin-top: 35px;
}
#pghd .ck{
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
}
#pghd h1{
    font-size: 1.4rem;
}
#pghd h1 span{
    font-size: 2.6rem;
}
#pghd.pp h1 span{
    font-size: 2.0rem;
}

ul.crumb{
    padding: 10px 30px;
    font-size: 1.0rem;
}

.btmimg{
    height: 150px;
}
.btmimg.group,
.btmimg.comp,
.btmimg.biz,
.btmimg.rec01,
.btmimg.rec02{
    background-attachment: scroll;
}



.secpd{
    padding: 15px 0;
}

.secttl{
    margin-bottom: 20px;
}
.secttl:before{
    height: 6px;
}

}



/* 会社概要 */
.msg{
    display: flex;
    justify-content: center;
    background: url(../../images/logo_v.png) left top no-repeat;
    background-size: 90px auto;
    -webkit-background-size: 90px auto;
}
.msg .ph{
    width: 250px;
    text-align: center;
}
.msg .ph .name{
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 500;
}
.msg .ph .name span{
    display: inline-block;
    font-size: 2.0rem;
    margin-left: 10px;
}
.msg .txt{
    /* width: calc(100% - 300px);
    padding-left: 160px; */
    margin-left:90px;

}
.msg .txt h2{
    font-weight: 500;
    border-bottom: 1px solid #fff;
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.msg .txt p{
    margin-bottom: 30px;
}

table.comptbl{
    width: 100%;
}
table.comptbl th{
    width: 100px;
    font-weight: 500;
}
table.comptbl th,
table.comptbl td{
    padding: 10px 0;
    vertical-align: top;
}
ul.maplst{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.maplst li{
    width: 40%;
    margin-bottom: 20px;
}
ul.maplst li .map{
    margin-top: 5px;
}
ul.maplst li .map iframe{
    width: 100%;
    height: 200px;
    border: none;
}
ul.hist li{
    display: flex;
}
ul.hist li span{
    width: 100px;
}




@media screen and (max-width: 959px) {

.msg{
    background-size: 50px auto;
    -webkit-background-size: 50px auto;
    flex-direction: column-reverse;
}
.msg .ph{
    width: 60%;
    max-width: 250px;
    margin: 0 auto 15px auto;
}
.msg .ph .name{
    font-size: 1.0rem;
    margin-top: 5px;
}
.msg .ph .name span{
    font-size: 1.6rem;
}

.msg .txt{
    width: 100%;
    padding-left: 0;

}
.msg .txt h2{
    margin-bottom: 10px;
}
.msg .txt p{
    margin-bottom: 15px;
}

table.comptbl{
    width: 100%;
}
table.comptbl th{
    width: 80px;
}
ul.maplst{
    display: block;
}
ul.maplst li{
    width: 100%;
}
ul.hist li{
    display: block;
    margin-bottom: 15px;
}
ul.hist li span{
    display: block;
    width: auto;
}

}



/* 事業紹介 */
ul.bizlst{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.bizlst li{
    width: 30%;
    margin-bottom: 50px;
}
ul.bizlst:after{
    content: "";
    display: block;
    width: 30%;
    height: 0;
}

ul.bizlst li .ic{
    width: 130px;
    margin: 0 auto 20px auto;
}
ul.bizlst li h3{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: 500;
}

ul.logobn{
    display: flex;
    margin: 60px auto 100px auto;
    justify-content: space-around;
}
ul.logobn li{
    width: 30%;
}

.tabwrap ul.tab{
    display: flex;
}
.tabwrap ul.tab li.tabbtn a{
    display: block;
    background: #E3E7E8;
    border-radius: 10px 10px 0 0;
    width: 100%;
    text-align: center;
    padding: 8px 10px;
    font-weight: 500;
    cursor: pointer;
}
.tabwrap ul.tab li.tabbtn.show a{
    background: #404040;
    color: #fff;
}


.tabwrap .tabcont{
    display: none;
    border: 2px solid #404040;
    padding: 50px;
}
.tabwrap .tabcont.show{
    display: block;
}

ul.wklst{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.wklst:after{
    content: "";
    display: block;
    width: 30%;
    height: 0;
}
ul.wklst li{
    width: 30%;
    margin-bottom: 30px;
}

.tabcont .item-hidden{
    display: none;
}
.tabcont .item-show{
    /* display: list-item; */
    display: block;
}




.endmg{
    margin-bottom: 80px;
}



@media screen and (max-width: 959px) {

ul.bizlst li{
    width: 46%;
    margin-bottom: 40px;
}
ul.bizlst:after{
    width: 46%;
}

ul.bizlst li .ic{
    width: 80px;
    margin: 0 auto 10px auto;
}
ul.bizlst li h3{
    font-size: 1.4rem;
    margin-bottom: 10px;
}


ul.logobn{
    display: block;
    margin: 10px auto 40px auto;
    justify-content: space-around;
}
ul.logobn li{
    width: 80%;
    margin: 0 auto 10px auto;
}


.tabwrap ul.tab{
    display: flex;
}
.tabwrap ul.tab li.tabbtn{
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabwrap .tabcont{
    padding: 15px;
}

ul.wklst{
    display: block;
}
ul.wklst:after{
    content: none;
}
ul.wklst li{
    width: 100%;
    margin-bottom: 30px;
    font-size: 90%;
}


.endmg{
    margin-bottom: 40px;
}

}



/* インタビュー */
ul.vcanc{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.vcanc li{
    width: 31%;
}
ul.vcanc li a{
    display: block;
    position: relative;
}
ul.vcanc li a .year{
    position: absolute;
    color: #fff;
    font-size: 1.2rem;
    left: 12%;
    top: 24%;
    font-weight: 500;
}
ul.vcanc li a .name{
    position: absolute;
    color: #384244;
    font-size: 1.8rem;
    left: 10%;
    top: 36%;
    font-weight: 500;
    line-height: 1.6;
}
ul.vcanc li a .name span{
    display: block;
    font-size: 1.2rem;
}


.intwrap{
    overflow-x: hidden;
}

.intttl{
    background: #E3E7E8;
    margin-bottom: 50px;
    margin-top: 100px;
}
.intttl .container{
    position: relative;
    background: url(../../images/logo_v_c01.png) 60px 30px no-repeat;
    background-size: 90px auto;
    -webkit-background-size: 90px auto;
    min-height: 300px;
}
#sec02 .intttl .container{
    background: url(../../images/logo_v_c02.png) right 60px top 30px no-repeat;
    background-size: 90px auto;
    -webkit-background-size: 90px auto;
}
#sec03 .intttl .container{
    background: url(../../images/logo_v_c03.png) 60px 30px no-repeat;
    background-size: 90px auto;
    -webkit-background-size: 90px auto;
}



.intttl .container .txt{
    width: 42%;
    margin-left: 17%;
    line-height: 1.6;
    color: #384244;
}
#sec02 .intttl .container .txt{
    margin-left: 30%;
}
.intttl .container .txt h2{
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.intttl .container .txt .prof p{
    font-weight: 500;
}
.intttl .container .txt .prof .name{
    font-size: 3.0rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.intttl .container .ph{
    position: absolute;
    display: inline-block;
    width: 400px;
    right: 0;
    bottom: 0;
}
#sec02 .intttl .container .ph{
    left: -60px;
    right: auto;
}


.row.int{
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
}
.row.int.rev{
    flex-direction: row-reverse;
}

.row.int .txt{
    width: 50%;
}
.row.int .ph{
    width: 40%;
}

.row.int .txt h3{
    font-size: 1.6rem;
    color: #666666;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.row.int .txt h3:before{
    content: "";
    width: 15px;
    height: 15px;
    background: #20436C;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}
#sec02 .row.int .txt h3:before{
    background: #67C2C8;
}
#sec03 .row.int .txt h3:before{
    background: #00A7C9;
}


.recbn{
    width: 50%;
    margin: 0 auto;
    background: url(../../images/recruit/pghd02.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
.recbn.b02{
    background: url(../../images/recruit/pghd01.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}



.recbn a{
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 20px 0;
}
.recbn a .ck{
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    top: 50%;
    left: -20px;
    margin-top: -150px;

    mix-blend-mode:multiply;
    background: #384244;
}
.recbn a p{
    position: relative;
    text-align: center;
    width: 280px;
}
.recbn a p span{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.0rem;
}


@media screen and (max-width: 959px) {

.intttl{
    margin-bottom: 0;
    margin-top: 0;
}
.intttl .container{
    background: url(../../images/logo_v_c01.png) left top no-repeat;
    background-size: 40px auto;
    -webkit-background-size: 40px auto;

    min-height: inherit;
}
#sec02 .intttl .container{
    background: url(../../images/logo_v_c02.png) right top no-repeat;
    background-size: 40px auto;
    -webkit-background-size: 40px auto;
}
#sec03 .intttl .container{
    background: url(../../images/logo_v_c03.png) left top no-repeat;
    background-size: 40px auto;
    -webkit-background-size: 40px auto;
}


.intttl .container .txt{
    width: 70%;
    margin-left: 30px;
}
#sec02 .intttl .container .txt{
    margin-left: 100px;
}
.intttl .container .txt h2{
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.intttl .container .txt .prof .name{
    font-size: 1.8rem;
}
.intttl .container .txt .prof .cap{
    font-size: 1.2rem;
}

.intttl .container .ph{
    width: 200px;
    right: -30px;
}
#sec02 .intttl .container .ph{
    left: -80px;
}


.row.int{
    margin-bottom: 30px;
    flex-direction: column;
}
.row.int.rev{
    flex-direction: column;
}

.row.int .txt{
    width: 100%;
    margin-bottom: 20px;
}
.row.int .ph{
    width: 70%;
    margin: 0 auto;
}

.row.int .txt h3{
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-left: 15px;
}
.row.int .txt h3:before{
    width: 10px;
    height: 10px;
}

.recbn{
    width: 100%;
    max-width: 500px;
}
.recbn a{
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 20px 0;
}
.recbn a .ck{
    width: 200px;
    height: 200px;
    margin-top: -100px;
}
.recbn a p{
    width: 180px;
}
.recbn a p span{
    font-size: 2.0rem;
}



}


@media screen and (max-width: 768px) {

ul.vcanc{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.vcanc li{
    width: 50%;
    padding: 0 10px;
}

ul.vcanc li a .year{
    font-size: 1.0rem;
    left: 12%;
    top: 20%;
}
ul.vcanc li a .name{
    font-size: 1.1rem;
    left: 5%;
    top: 35%;
    line-height: 1.2;
}
ul.vcanc li a .name span{
    font-size: 0.8rem;
}

}



/* 募集要項 */
table.comptbl.t02 th{
    width: 120px;
}

dl.faq{
    margin-bottom: 20px;
}
dl.faq dt{
    background: #E3E7E8;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    position: relative;
    min-height: 40px;
    cursor: pointer;
    line-height: 1.6;
    padding-right: 40px;
}
dl.faq dt:after{
    content: "";
    width: 40px;
    height: 40px;
    background: url(../../images/arw_down.png) center center no-repeat;
    background-size: 12px;
    -webkit-background-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}
dl.faq dt.selected:after{
    background: url(../../images/arw_up.png) center center no-repeat;
    background-size: 12px;
    -webkit-background-size: 12px;
}

dl.faq dt span{
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #323232;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}
dl.faq dt p{
    font-weight: 500;
    margin-left: 60px;
    padding: 8px 0;
}
dl.faq dd{
    padding: 15px 60px;

    display: none;
}


@media screen and (max-width: 959px) {

table.comptbl.t02 th{
    width: 80px;
}

dl.faq dt{
    min-height: 30px;
}
dl.faq dt span{
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
}
dl.faq dt p{
    margin-left: 40px;
}
dl.faq dd{
    padding: 10px 40px;
}

}





/* グループ会社 */
.group__images {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 100px;
}
.group__img {
    /* width: 60%; */
    margin-right: 20px;
}
.group__img:last-child {
    margin-right: 0;
}

.gpwrap{
    display: flex;
    justify-content: space-between;
}
.gpwrap .box{
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gpwrap .box h3{
    position: relative;
    margin-bottom: 40px;
}
.gpwrap .box h3 span{
    display: block;
    width: 180px;
}
.gpwrap .box h3:after{
    content: "";
    display: inline-block;
    width: calc(100% - 220px);
    background: #384244;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
}
.gpwrap .box .ph{
    margin-top: 40px;
}

@media screen and (max-width: 780px) {
    .group__images {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
    .group__img {
        width: 90%;
       margin-right: 0;
       margin-bottom: 50px;
    }
}



@media screen and (max-width: 959px) {

.gpwrap{
    display: block;
}
.gpwrap .box{
    width: 100%;
    margin-bottom: 50px;
}
.gpwrap .box h3{
    margin-bottom: 20px;
}
.gpwrap .box h3 span{
    width: 100px;
}
.gpwrap .box h3:after{
    width: calc(100% - 120px);
}
.gpwrap .box .ph{
    margin-top: 20px;
}

}



/* お知らせ */

.tagbox{
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}
.tagbox a{
    margin: 0 2%;
    background: #384244;
    width: 21%;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    font-weight: 500;
    font-size: 1.6rem;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 10px;
}

.tagbox a.c01{
    background: #3C63AA;
}
.tagbox a.c02{
    background: #FFA300;
}
.tagbox a.c03{
    background: #FC5F9B;
}



ul.infolst{
}
ul.infolst li{
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}
ul.infolst li span.date{
    font-size: 1.2rem;
    color: #A1A1A1;
    margin-right: 10px;
    width: 75px;
}
ul.infolst li span.tag{
    font-size: 1.2rem;
    color: #fff;
    margin-right: 10px;
    background: #384244;
    width: 75px;
    text-align: center;
    padding: 5px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    line-height: 1;
}

ul.infolst li span.tag.c01{
    background: #3C63AA;
}
ul.infolst li span.tag.c02{
    background: #FFA300;
}
ul.infolst li span.tag.c03{
    background: #FC5F9B;
}

ul.infolst li p{
    width: calc(100% - 180px);
}


.pager{
    margin: 100px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pager a{

    width: 26px;
    height: 26px;
    position: relative;
    text-align: center;
}
.pager a:hover{
    opacity: 1;
}

.pager a:hover:after,
.pager a.current2:after{
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #384244;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
}

.pager a.prev:hover:after,
.pager a.next:hover:after{
    content: none;
}


.pager a.prev{
    background: url(../../images/arw_prev.png) center center no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
}
.pager a.prev:hover{
    background: url(../../images/arw_prev_ov.png) center center no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
}

.pager a.next{
    background: url(../../images/arw_next.png) center center no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
}
.pager a.next:hover{
    background: url(../../images/arw_next_ov.png) center center no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
}

article .ttlbox{
    margin-bottom: 40px;
}
article .ttlbox .hd{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
article .ttlbox .hd span.date{
    font-size: 1.2rem;
    color: #A1A1A1;
    margin-right: 10px;
    width: 75px;
}
article .ttlbox .hd span.tag{
    font-size: 1.2rem;
    color: #fff;
    margin-right: 10px;
    background: #384244;
    width: 75px;
    text-align: center;
    padding: 5px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    line-height: 1;
}

article .ttlbox .hd span.tag.c01{
    background: #3C63AA;
}
article .ttlbox .hd span.tag.c02{
    background: #FFA300;
}
article .ttlbox .hd span.tag.c03{
    background: #FC5F9B;
}


article .ttlbox h3{
    font-size: 1.6rem;
}

article .row{
    margin-bottom: 50px;
}





@media screen and (max-width: 959px) {

.tagbox{
    margin-bottom: 40px;
}
.tagbox a{
    margin: 0 4% 10px 4%;
    width: 42%;
    font-size: 1.2rem;
    padding: 5px;
}

ul.infolst li{
    flex-wrap: wrap;
}
ul.infolst li span.tag{
    font-size: 1.1rem;
}
ul.infolst li p{
    width: 100%;
    margin-top: 5px;
}


.pager{
    margin: 40px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pager a{
    margin: 0 10px 10px 10px;
}


article .ttlbox{
    margin-bottom: 20px;
}
article .ttlbox .hd span.tag{
    font-size: 1.1rem;
}
article .ttlbox h3{
    font-size: 1.6rem;
}

article .row{
    margin-bottom: 30px;
}


}



/* プライバシーポリシー */
.row.pp{
    margin-bottom: 40px;
}
.row.pp h3{
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.row.pp h3:before{
    content: "";
    width: 15px;
    height: 15px;
    background: #3C63AA;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}


@media screen and (max-width: 959px) {

.row.pp{
    margin-bottom: 20px;
}
.row.pp h3:before{
    width: 12px;
    height: 12px;
}

}



/* エラーページ  */
.erbox{
    margin-bottom: 60px;
    text-align: center;
}
.erbox h2{
    color: #3C63AA;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.0rem;
}
.erbox p.lead{
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 50px;
}

.askbox{
    text-align: center;
}
.askbox .logo{
    max-width: 170px;
    margin: 0 auto 20px auto;
}
.askbox h4{
    font-weight: 500;
    font-size: 2.0rem;
}
.askbox .tel{
    font-weight: 500;
    font-size: 2.6rem;
}
.askbox .tel span{
    display: inline-block;
    font-size: 4.0rem;
}



@media screen and (max-width: 959px) {

.erbox{
    margin-bottom: 30px;
}
.erbox h2{
    font-size: 2.4rem;
}
.erbox p.lead{
    margin-bottom: 20px;
    text-align: center;
}
.erbox p{
    text-align: left;
}


.askbox .logo{
    max-width: 150px;
    margin: 0 auto 10px auto;
}
.askbox h4{
    font-size: 1.6rem;
}
.askbox .tel{
    font-size: 1.6rem;
}
.askbox .tel span{
    font-size: 3.0rem;
}


}



/* お問い合わせ */
.lead_c{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 50px;
}
.row.fmask{
    margin-bottom: 30px;
}
.row.fmask h3{
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: #505050;
}
.row.fmask h3:before{
    content: "";
    background: #3C63AA;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 10px;
}
.row.fmask h3 span{
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 15px;
}
.row.fmask h3:after{
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background: #384244;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
}

.row.fmask .tel span{
    display: inline-block;
}
.row.fmask .tel span.tag{
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    background: #3C63AA;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    line-height: 1;
    padding: 5px 20px;
    margin-right: 15px;
}
.row.fmask .tel span.num{
    color: #3C63AA;
    font-size: 2.0rem;
    margin-right: 15px;
}
.row.fmask .tel span.num strong{
    font-weight: 500 !important;
    font-size: 3.4rem;
}

span.req{
    display: inline-block;
    line-height: 1;
    background: #E63C3C;
    padding: 3px 5px;
    color: #fff;
    font-weight: 400 !important;
    font-size: 1.2rem;
}


ul.fmstep{
    display: flex;
    max-width: 800px;
    margin: 60px auto;
    justify-content: space-between;
    position: relative;
}
ul.fmstep li{
    width: 28%;
    line-height: 1;
    background: #F8F9F9;
    display: flex;
    justify-content: center;
    padding: 15px 10px;
    align-items: center;
    border: 1px solid #384244;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}
ul.fmstep li.current2{
    background: #384244;
    color: #fff;
}
.current1 {
    color: #3C63AA !important;
}
.current1::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #3C63AA;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;

}
.current3 {
    color: #3C63AA !important;
}
.current3::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #3C63AA;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;

}

ul.fmstep:before{
    content: "";
    width: 8%;
    height: 100%;
    background: url(../../images/steparw.png) center center no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    position: absolute;
    top: 0;
    left: 28%;
}
ul.fmstep:after{
    content: "";
    width: 8%;
    height: 100%;
    background: url(../../images/steparw.png) center center no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    position: absolute;
    top: 0;
    right: 28%;
}



table.fmtbl{
    width: 100%;
    margin-bottom: 40px;
}
table.fmtbl th,
table.fmtbl td{
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 0;
    font-weight: 400;
}

table.fmtbl.confirm th,
table.fmtbl.confirm td{
    display: table-cell;
    width: auto;
    padding: 15px 0;
    vertical-align: top;
}
table.fmtbl.confirm th{
    width: 320px;
}




table.fmtbl th span.req{
    margin-left: 15px;
}
table.fmtbl td{
    margin-bottom: 15px;
}


table.fmtbl td span.zipatt{
    margin-left: 15px;
}


input[type="text"],
input[type="submit"],
input[type="reset"],
textarea{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
    transition:all .3s;
}


input[type="text"],
textarea{
    width: 100%;
    border: 1px solid #BDBDBD;
    padding: 10px;
}
input[type="text"].zip{
    max-width: 200px;
}

textarea{
    height: 200px;
}


.agree{
    text-align: center;
}
.agree a{
    color: #3C63AA;
    text-decoration: underline;
}


.fmbtn{
    margin-top: 50px;
    text-align: center;
}


input[type="submit"]{
	padding: 10px 20px;
	color: #fff;
	width: 200px;
	background:#384244 url(../../images/arw_r.png) 94% center no-repeat;
	background-size: 24px auto;
	-webkit-background-size: 24px auto;
	margin-bottom: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto 20px auto;
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    border: 1px solid #384244;
}

input[type="reset"]{
	padding: 10px 20px;
	color: #384244;
	width: 200px;
	background:#F8F9F9 url(../../images/arw_r_wt.png) 94% center no-repeat;
	background-size: 24px auto;
	-webkit-background-size: 24px auto;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    border: 1px solid #384244;
}


input[type="submit"]:hover,
input[type="reset"]:hover{
    opacity: 0.7;
}

.thanksbox{
    text-align: center;
}
.thanksbox h2{
    color: #3C63AA;
    font-weight: 500;
    font-size: 2.0rem;
    margin-bottom: 30px;
}

.thanksbox .att{
    font-size: 90%;
    margin-top: 30px;
}
.thanksbox .logo{
    width: 170px;
    margin: 40px auto;
}



@media screen and (max-width: 959px) {


.lead_c{
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.row.fmask{
    margin-bottom: 30px;
}
.row.fmask h3{
    font-size: 1.4rem;
}
.row.fmask h3:before{
    width: 12px;
    height: 12px;
    margin-right: 5px;
}


.row.fmask .tel span.tag{
    font-size: 1.2rem;
}
.row.fmask .tel a{
    color: #3C63AA;
}
.row.fmask .tel span.num strong{
    font-size: 2.4rem;
}


ul.fmstep{
    margin: 40px auto;
}
ul.fmstep li{
    padding: 8px 10px;
    font-size: 1.2rem;
}



input[type="text"],
input[type="submit"],
input[type="reset"],
textarea{
    font-size: 1.4rem;
}


input[type="text"],
textarea{
    padding: 8px;
}

span.zipatt{
    display: block;
}

.agree{
    font-size: 1.2rem;
}
.fmbtn{
    margin-top: 30px;
}


table.fmtbl.confirm th,
table.fmtbl.confirm td{
    display: block;
    width: 100%;
    padding: 5px 0;
    vertical-align: top;
}
table.fmtbl.confirm th{
    width: 100%;
}


.thanksbox h2{
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.thanksbox p{
    text-align: left;
}
.thanksbox .att{
    margin-top: 10px;
}


}













