/*
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 100%;
}

*/
html {
  height: 100%;
  overflow: hidden;
}
body {
  position: absolute;  /* またはfixed */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
　overflow-x: hidden;
}
#wrapper {
/*	overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}
/*

body {
	overflow: scroll;
	-webkit-overflow-scrolling: touch
}
*/
/*
body{
	position: fixed;
-webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
*/
html {
overflow: auto;
}
div.target-class{
/*  -webkit-overflow-scrolling: touch;*/
}
/*
#content {
overflow: scroll;
-webkit-overflow-scrolling: touch
}
*/
.singleCulmn {}

.singleCulmn header {
    position: relative;
}
.singleCulmn #wrapper {
    margin-top: 0;
	position: relative;
}

.singleCulmn header #gNav_pc .hd_panel {
    box-shadow: 1px 1px 0 0 rgba(0,0,0,.15);
}
.singleCulmn header #gNav_pc .hd_panel a {
    display: block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 1;
}
.singleCulmn header #gNav_pc .hd_panel a:hover {
    opacity: .5;
}

.singleCulmn #content {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.singleCulmn #mainV {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    float: none;
    height: 160px;
    background: url(../img/com_single_bg01.png) no-repeat right top rgba(0,0,0,.1);
    -webkit-background-size: 480px;
    background-size: 480px;
}
.singleCulmn #mainV .mainV_txt {
    position: absolute;
    top: 50%;
    margin: 0;
    bottom: auto;
    left: 240px;
    color: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.singleCulmn #mainV .mainV_txt h2 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.2;
}

.singleCulmn #mainV .mainV_bredCrumbs {
    position: absolute;
    top: 15px;
    left: 240px;
}
.singleCulmn #mainV .mainV_bredCrumbs ul {
    letter-spacing: -.03em;
    text-align: left;
}
.singleCulmn #mainV .mainV_bredCrumbs li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    padding-right: 1.5em;
}
.singleCulmn #mainV .mainV_bredCrumbs li:not(:last-child)::before {
    content: '＞';
    position: absolute;
    right: 0;
}
.singleCulmn #mainV .mainV_bredCrumbs li:last-child {
    padding-right: 0;
}
.singleCulmn #mainV .mainV_bredCrumbs li a,
.singleCulmn #mainV .mainV_bredCrumbs li span {
    color: #000;
    display: block;
}
.singleCulmn #mainV .mainV_bredCrumbs li span {
    opacity: .5;
}

.singleCulmn #content > article {
    padding: 60px 0 80px;
    width: 860px;
    margin: 0 auto;
}

.singleCulmn .com_contArea01 {
    text-align: left;
}
.singleCulmn .com_contInner01{
	width: 860px;
	margin: 0 auto;
}

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

    .singleCulmn #mainV {
        width: auto;
        margin: -30px -40px 0;
        padding: 20px 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        -webkit-background-size: 50%;
        background-size: 50%;
    }
    .singleCulmn #mainV::before {
        display: none;
    }
    .singleCulmn #mainV .mainV_bredCrumbs {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .singleCulmn #mainV .mainV_txt {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .singleCulmn #mainV .mainV_txt h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.4;
/*        margin-top: 10px;*/
    }

    .singleCulmn #content > article {
        width: auto;
        padding: 40px 0 60px;
    }
    .singleCulmn .com_contInner01{
	width: 100%;
}

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


    .singleCulmn #mainV {
        margin: 0;
        padding: 20px 40px;
    }

    .singleCulmn #mainV .mainV_bredCrumbs {
        display: none;
    }

    .singleCulmn #content > article {
        width: auto;
        padding: 40px 20px;
    }

}
/*----------------------------------------------*/



/*=========================================================================

Default

=========================================================================*/
html {
    font-size: 62.5%;
    overflow: auto !important;
    margin: 0 !important;
}

body {
	color: #323232;
	font-size: 14px;
    font-size: 1.4rem;
	line-height: 1.6;
    font-family: 'Roboto' , "Open Sans", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	text-align:center;
}

html,body {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: #ccc;
}
a:hover {
    text-decoration: none;
    color: #ccc;
}

.sp_none{
	display: none;
}
.pc_none{
	display: block;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

common parts

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*
/* micro clearfix
===============================================================*/
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
.cf:after { clear:both;}

/*============================================================================
    fonts
============================================================================*/
.com_mincho-m {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.com_mincho-l {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*============================================================================
    svg
============================================================================*/
.com_logo01 {
    width: 100%;
    height: 100%;
}
.on .com_logo01 { fill: #1f3d80;}
.off .com_logo01 { fill: #fff;}


/*============================================================================
    button
============================================================================*/
/* com_btn01
----------------------------------------------------------------------------*/
.com_btn01 {}
.com_btn01 a {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 0;
    text-align: center;
}
.com_btn01 a::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #000;
}
.com_btn01 a p {
    position: relative;
    font-size: 20px;
    font-size: 2.0rem;
    display: block;
}
.com_btn01 a p::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    border-radius: 100px;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.com_btn01 a p::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 5px;
    height: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg) translate(-150%,80%);
    -ms-transform: rotate(45deg) translate(-150%,80%);
    -o-transform: rotate(45deg) translate(-150%,80%);
    transform: rotate(45deg) translate(-150%,80%);
}
.com_btn01 a p span.min {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
}
.com_btn01 a p span.min::before,
.com_btn01 a p span.min::after {
    display: none;
}

/* white */
.com_btn01.wh {
    /* background-color: #fff; */
}
.com_btn01.wh a {
    color: #1f3d80;
    background-color: #fff;
}
.com_btn01.wh a::before,
.com_btn01.wh a p::before,
.com_btn01.wh a p::after {
    border-color: #1f3d80;
}

/* blue */
.com_btn01.bl {
    /* background-color: #1f3d80; */
}
.com_btn01.bl a {
    color: #fff;
    background-color: #1f3d80;
/*    padding: 20px 0;*/
}
.com_btn01.bl a::before {
    border-color: rgba(255,255,255,.3);
}
.com_btn01.bl a p::before,
.com_btn01.bl a p::after {
    border-color: #fff;
}


.com_btn01.-line2 a {
	padding: 20px 0;
}
.com_btn01.-line2 a p {
	line-height: 1.4;
}


/* com_btn02
----------------------------------------------------------------------------*/
.com_btn02 {
    width: 100%;
}
.com_btn02 a {
    position: relative;
    display: block;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f3d80;
    border: 2px solid #1f3d80;
    padding: 7px 0;
    text-align: center;
}
.com_btn02 a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 5px;
    height: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg) translate(-150%,80%);
    -ms-transform: rotate(45deg) translate(-150%,80%);
    -o-transform: rotate(45deg) translate(-150%,80%);
    transform: rotate(45deg) translate(-150%,80%);
}
.com_btn02 a:hover {
    background-color: #1f3d80;
    color: #fff;
}
.com_btn02 a:hover::before {
    border-color: #fff;
}
.com_btn02 a span {
    font-size: 16px;
    font-size: 1.6rem;
}

/* blank */
.com_btn02.blank {
}
.com_btn02.blank a::before {
    background: url(../img/com_window_b.png) right center no-repeat;
    border: none;
    background-size: 12px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
}
.com_btn02.blank a:hover::before {
    background-image: url(../img/com_window_w.png);
}

/* white */
.com_btn02.wh {}
.com_btn02.wh a {
    border-color: #fff;
    color: #fff;
}
.com_btn02.wh a::before {
    border-color: #fff;
}
.com_btn02.wh a:hover {
    background-color: #fff;
    color: #1f3d80;
}
.com_btn02.wh a:hover::before {
    border-color: #fff;
}



/*============================================================================
    wide img
============================================================================*/
.com_wideImg01 {
    position: relative;
    width: 100%;
}
.com_wideImg01 > img {
    width: 100%;
    height: auto;
}

.com_wideImg01 .panel {
    position: absolute;
    bottom: -15px;
    left: 40px;
    width: 160px;
    height: 160px;
    background: #fff url(../img/com_bg_mon01.png) 0 bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left;
    padding: 8px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.com_wideImg01 .panel::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid rgba(0,0,0,.2);
}
.com_wideImg01 .panel h3 {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.6;
    letter-spacing: .08em;
}
.com_wideImg01 .panel p {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: .3em;
}

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

}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
	#voice .com_wideImg01{
		padding-top: 30px;
	}
    .com_wideImg01 {
        margin-bottom: 30px;
    }
    .com_wideImg01 .panel {
        bottom: -50px;
        left: 20px;
        width: 116px;
        height: 116px;
        padding: 9px 13px;
    }
    .com_wideImg01 .panel h3 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
        letter-spacing: .08em;
    }
    .com_wideImg01 .panel p {
        left: 12px;
        bottom: 12px;
        font-size: 11px;
        font-size: 1.1rem;
    }
    .sp_none{
        display: block;
    }
    .pc_none{
        display: none;
    }
	
	.com_btn01.-line2 a {
        padding: 32px 0;
    }

    .com_btn01 a p {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 320px) {
    .com_btn01 a,
	.com_btn01.-line2 a {
        text-align: left;
        height: 70px;
        padding: 25px 0 25px 20px;
    }
    .com_btn01 a p {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/*============================================================================
    List
============================================================================*/
[class^="com_linkList01"] {
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
}
[class^="com_linkList01"] > li {
    float: left;
    width: 33.333%;
    margin-right: 20px;
}
[class^="com_linkList01"] > li:nth-child(3n) {
    margin-right: -40px;
}
[class^="com_linkList01"] > li a {
    display: block;
    padding: 10px 0;
    color: #000;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
[class^="com_linkList01"] > li a:hover {
    opacity: .5;
}

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

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

    [class^="com_linkList01"] {
        padding-right: 20px;
    }
    [class^="com_linkList01"] > li {
        float: left;
        width: 50%;
    }
    [class^="com_linkList01"] > li:nth-child(3n) {
        margin-right: 20px;
    }
    [class^="com_linkList01"] > li:nth-child(2n) {
        margin-right: -20px;
    }
}
/*----------------------------------------------*/


/* patternA
----------------------------------------------------------------------------*/
.com_linkList01A > li {
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.com_linkList01A > li:nth-child(-n+3) {
    border-top: 1px solid rgba(0,0,0,.2);
}
.com_linkList01A > li .pic {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    float: left;
}
.com_linkList01A > li .txt {
    width: 100%;
    padding-left: 60px;
    text-align: left;
    box-sizing: border-box;
}
.com_linkList01A > li .txt span {
    display: block;
}
.com_linkList01A > li .txt span:first-child {
    opacity: .65;
}
.com_linkList01A > li .txt span:last-child {
    font-size: 16px;
    font-size: 1.6rem;
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {

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


    .com_linkList01A > li:nth-child(-n+3) {
        border-top: none;
    }
    .com_linkList01A > li:nth-child(-n+2) {
        border-top: 1px solid rgba(0,0,0,.2);
    }

}
/*----------------------------------------------*/


/* patternB
----------------------------------------------------------------------------*/
.com_linkList01B {}
.com_linkList01B > li {}
.com_linkList01B > li .pic {}
.com_linkList01B > li .pic img {
    width: 100%;
    height: auto;
}
.com_linkList01B > li .txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
}

.com_linkList01B > li a.blank .txt {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/com_window.png) right center no-repeat;
    padding-right: 20px;
    background-size: 15px 15px;
}
.com_linkList01B > li .txt_btn{
	text-align: center;
	padding: 31px 0;
	height: 90px;
	box-sizing: border-box;
	/* background: #203E83; */
	/* color: #fff; */
	color: #203e80;
	border: 2px solid #203e80;
}
.com_linkList01B > li .last {
/*    padding: 25px 0!important;*/
    background: #203E83;
    color: #fff;
}
.com_linkList01B > li .txt_btn span{
    font-size: 11px;
    margin-top: -3px;
    display: block;
}
.com_linkList01B > li .txt_btn:hover{
	opacity: .8;
}
/* btnList
----------------------------------------------------------------------------*/
.com_btnList01 {
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
}
.com_btnList01 > li {
    width: 50%;
    float: left;
    margin-right: 20px;
}
.com_btnList01 > li:nth-child(2n) {
    margin-right: -20px;
}


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

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

    .com_btnList01 {
        padding-right: 0;
    }
    .com_btnList01 > li {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .com_btnList01 > li:nth-child(2n) {
        margin-right: 0;
        margin-top: 15px;
    }
  #TOP .com_linkList01B > li .txt{
	text-align: left
}
}
/*----------------------------------------------*/



/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

header

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

header {
    position: fixed;
-webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    background-color: #1f3d80;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
}
header #gNav_pc {
    display: block;
    position: relative;
}
header #gNav_sp { display: none;}
header #gNav_pc .hd_panel {
    position: absolute;
    top: 0;
    left: 40px;
    width: 140px;
    height: 230px;
    background: #fff url(../img/com_bg_mon01.png) 0 bottom no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header #gNav_pc .hd_panel h1 {
    width: 97px;
    height: 97px;
    margin: 0 auto;
}
header #gNav_pc .hd_panel h2 {
    color: #1f3d80;
    line-height: 1;
    margin-top: 13px;
}
header #gNav_pc .hd_panel h2 span {
    display: block;
}
header #gNav_pc .hd_panel h2 span:first-child {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
}
header #gNav_pc .hd_panel h2 span:nth-child(2) {
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: .065em;
    font-weight: 600;
    margin-top: 5px;
}
header #gNav_pc .hd_panel h2 span:nth-child(3) {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: .16em;
    padding: 0 0 0 4px;
    margin-top: 3px;
}
header #gNav_pc > ul {
    text-align: right;
    letter-spacing: -.40em;
}
header #gNav_pc > ul > li {
    display: inline-block;
    letter-spacing: normal;
}
header #gNav_pc > ul > li > a {
    display: block;
    color: #fff;
    height: 40px;
    padding: 10px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header #gNav_pc > ul > li > a:hover {
    background-color: #293856;
}
header #gNav_pc > ul > li.com_btn02 {
    width: 140px;
    margin-top: 5px;
    margin-left: 15px;
}
header #gNav_pc > ul > li.com_btn02 a {
    height: 30px;
    padding: 3px 10px;
}
header #gNav_pc > ul > li.com_btn02 a:hover {
    background-color: #fff;
    color: #1f3d80;
}
header #gNav_pc li.com_btn02 a::before { display: none;}

/*----------------------------------------------*/
@media screen and (max-width: 880px) {
    header #gNav_pc > ul > li a {
        padding: 10px 15px;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {

    header {
        height: 80px;
        padding: 10px;
        text-align: left;
    }
    header #gNav_pc { display: none;}
    header #gNav_sp { display: block;}
    header #gNav_sp .hd_logo01_sp {
        position: absolute;
        top: 10px;
        left: 20px;
        color: #fff;
        width: 126px;
        height: 58px;
    }
    header #gNav_sp .hd_logo01_sp h1 {
        width: 57px;
        height: 57px;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }
    header #gNav_sp .hd_logo01_sp h2 {
        display: inline-block;
        vertical-align: top;
        padding: 6px 0;
    }
    header #gNav_sp .hd_logo01_sp h2 span {
        display: block;
        line-height: 1;
    }
    header #gNav_sp .hd_logo01_sp h2 span:first-child {
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 600;
    }
    header #gNav_sp .hd_logo01_sp h2 span:nth-child(2) {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: .065em;
        font-weight: 600;
        margin-top: 2px;
    }
    header #gNav_sp .hd_logo01_sp h2 span:nth-child(3) {
        font-size: 23px;
        font-size: 2.3rem;
        letter-spacing: .08em;
        font-weight: 400;
        margin-top: 1px;
    }
header #gNav_sp .hd_logo01_sp .off {
/*		display: none*/
    }
	.hd_logo01_sp a{
		color: #fff;
	}

    header #gNav_sp p.com_btn02 {
        position: absolute;
        top: 24px;
        right: 73px;
        display: inline-block;
        width: 110px;
    }
    header #gNav_sp p.com_btn02 a {
        height: 30px;
        padding: 2px 10px;
    }
    header #gNav_sp p.com_btn02 a::before { display: none;}

.singleCulmn header #gNav_sp p.com_btn02{
        top: 14px;
    }
.singleCulmn #mainV .mainV_txt{
	color: #000!important;
}
}

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

}
/*----------------------------------------------*/

/*============================================================================
    pulldown
============================================================================*/
/* pulldown */
header #gNav_pc > ul > li > a.hd_pldwn_trigger:hover,
header #gNav_pc > ul > li.active > a.hd_pldwn_trigger {
    background-color: #fff;
    color: #1f3d80;
}
header #gNav_pc .hd_pldwn_content {
    position: absolute;
    top: 40px;
    left: -20px;
    right: -20px;
    background-color: rgba(255,255,255,.95);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 1;
}
header #gNav_pc .hd_pldwn_content.active {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
header #gNav_pc .hd_pldwn_content .hd_pldwn_content_inner {
    width: 880px;
    margin: 0 auto;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
header #gNav_pc .hd_pldwn_content.active .hd_pldwn_content_inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
header #gNav_pc .hd_pldwn_content [class^="com_linkList01"] {
    width: 100%;
    padding-right: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header #gNav_pc .hd_pldwn_content [class^="com_linkList01"] li {
    width: 20%;
}
header #gNav_pc .hd_pldwn_content [class^="com_linkList01"] > li:nth-child(-n+3),
header #gNav_pc .hd_pldwn_content [class^="com_linkList01"] > li:nth-child(-n+5) {
    border-top: 1px solid rgba(0,0,0,.2);
}
header #gNav_pc .hd_pldwn_content [class^="com_linkList01"] li:nth-child(3n) {
    margin-right: 20px;
}
header #gNav_pc .hd_pldwn_content [class^="com_linkList01"] li:nth-child(5n) {
    margin-right: -80px;
}

header #gNav_pc .hd_pldwn_content .com_linkList01B > li,
header #gNav_pc .hd_pldwn_content .com_linkList01B > li:nth-child(-n+3),
header #gNav_pc .hd_pldwn_content .com_linkList01B > li:nth-child(-n+5) {
    text-align: left;
    border: none;
}


/*============================================================================
    drawer(hiraku)
============================================================================*/
.hiraku-open-btn {
    position: absolute;
    top: 27px;
    right: 30px;
    z-index: 49;
    width: 23px;
    height: 23px;
    border: none;
    box-sizing: border-box;
    padding: 0;
    outline: none;
    color: #fff;
}

.hiraku-open-btn .ogBar {
    position: absolute;
/*    top: 50%;*/
    right: 0;
    width: 100%;
    height: 3px;
    display: block;
    background-color: #fff;
}
.hiraku-open-btn .ogBar.ogBar_top {
    top: 0;
/*
    width: 20px;
    -webkit-transform: translate(0,-8px);
    transform: translate(0,-8px);
*/
}
.hiraku-open-btn .ogBar.ogBar_middle {
    top: 50%;
    margin-top: -2px;
    /*
    width: 13px;
    opacity: 1;
    -webkit-transition: opacity .3s ease .2s;
    transition: opacity .3s ease .2s;
*/
}
.hiraku-open-btn .ogBar.ogBar_bottom {
    bottom: 0;
    /*
    width: 10px;
    -webkit-transform: translate(0,8px);
    transform: translate(0,8px);
*/
}

/* open & close anim */
/*
.drawer-open .hiraku-open-btn .ogBar.ogBar_top {
    -webkit-animation: hmbgAnim01-open .5s ease .2s both;
    animation: hmbgAnim01-open .5s ease .2s both;
}
.drawer-close .hiraku-open-btn .ogBar.ogBar_top {
    -webkit-animation: hmbgAnim01-close .5s ease .2s both;
    animation: hmbgAnim01-close .5s ease .2s both;
}
.drawer-open .hiraku-open-btn .ogBar.ogBar_bottom {
    -webkit-animation: hmbgAnim02-open .5s ease .2s both;
    animation: hmbgAnim02-open .5s ease .2s both;
}
.drawer-close .hiraku-open-btn .ogBar.ogBar_bottom {
    -webkit-animation: hmbgAnim02-close .5s ease .2s both;
    animation: hmbgAnim02-close .5s ease .2s both;
}
.drawer-open .hiraku-open-btn .ogBar.ogBar_middle {
    opacity: 0;
}
*/

/* webkit */
@-webkit-keyframes hmbgAnim01-open { /* before(top) open */
    0% {
        -webkit-transform: translate(0,-8px) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(0,0) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(0,0) rotate(-45deg);
    }
}
@-webkit-keyframes hmbgAnim01-close { /* before(top) close */
    0% {
        -webkit-transform: translate(0,0) rotate(-45deg);
    }
    50% {
        -webkit-transform: translate(0,0) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(0,-8px) rotate(0deg);
    }
}
@-webkit-keyframes hmbgAnim02-open { /* after(bottom) open */
    0% {
        -webkit-transform: translate(0,8px) rotate(0deg);
    }
    50% {
        width: 10px;
        -webkit-transform: translate(0,0) rotate(0deg);
    }
    51% {
        width: 20px;
        -webkit-transform: translate(0,0) rotate(0deg);
    }
    100% {
        width: 20px;
        -webkit-transform: translate(0,0) rotate(45deg);
    }
}
@-webkit-keyframes hmbgAnim02-close { /* after(bottom) open */
    0% {
        width: 20px;
        -webkit-transform: translate(0,0) rotate(45deg);
    }
    50% {
        width: 20px;
        -webkit-transform: translate(0,0) rotate(0deg);
    }
    51% {
        width: 10px;
        -webkit-transform: translate(0,0) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(0,8px) rotate(0deg);

    }
}

@keyframes hmbgAnim01-open { /* before(top) open */
    0% {
        transform: translate(0,-8px) rotate(0deg);
    }
    50% {
        transform: translate(0,0) rotate(0deg);
    }
    100% {
        transform: translate(0,0) rotate(-45deg);
    }
}
@keyframes hmbgAnim01-close { /* before(top) close */
    0% {
        transform: translate(0,0) rotate(-45deg);
    }
    50% {
        transform: translate(0,0) rotate(0deg);
    }
    100% {
        transform: translate(0,-8px) rotate(0deg);
    }
}
@keyframes hmbgAnim02-open { /* after(bottom) open */
    0% {
        transform: translate(0,8px) rotate(0deg);
    }
    50% {
        width: 10px;
        transform: translate(0,0) rotate(0deg);
    }
    51% {
        width: 20px;
        transform: translate(0,0) rotate(0deg);
    }
    100% {
        width: 20px;
        transform: translate(0,0) rotate(45deg);
    }
}
@keyframes hmbgAnim02-close { /* after(bottom) open */
    0% {
        width: 20px;
        transform: translate(0,0) rotate(45deg);
    }
    50% {
        width: 20px;
        transform: translate(0,0) rotate(0deg);
    }
    51% {
        width: 10px;
        transform: translate(0,0) rotate(0deg);
    }
    100% {
        transform: translate(0,8px) rotate(0deg);

    }
}

.offcanvas-right {}
.offcanvas-right ul {}
.offcanvas-right li {
    border-top: 1px dotted rgba(0,0,0,.5);
}
.offcanvas-right li p,
.offcanvas-right li a {
    display: block;
    padding: 10px 20px;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.offcanvas-right ul.offcanvas-right_List > li:last-child {
    border-bottom: 1px dotted rgba(0,0,0,.5);
}
/* 大見出し共通 */
.offcanvas-right ul.offcanvas-right_List > li > a,
.offcanvas-right ul.offcanvas-right_List > li > p {
    position: relative;
    background-color: rgba(0,0,0,.05);
    height: 78px;
    padding: 20px 20px;
}
.offcanvas-right ul.offcanvas-right_List > li > p::before,
.offcanvas-right ul.offcanvas-right_List > li > a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    background-color: #1f3d80;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.offcanvas-right ul.offcanvas-right_List > li > p::after,
.offcanvas-right ul.offcanvas-right_List > li > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 5px;
    height: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 大見出し 非リンク */
.offcanvas-right ul.offcanvas-right_List > li > p::after {
    -webkit-transform: rotate(45deg) translate(-150%,50%);
    -ms-transform: rotate(45deg) translate(-150%,50%);
    -o-transform: rotate(45deg) translate(-150%,50%);
    transform: rotate(45deg) translate(-150%,50%);
    transform-origin: center center;
}
.offcanvas-right ul.offcanvas-right_List > li.active > p::after {
    -webkit-transform: rotate(-135deg) translate(120%,-75%);
    -ms-transform: rotate(-135deg) translate(120%,-75%);
    -o-transform: rotate(-135deg) translate(120%,-75%);
    transform: rotate(-135deg) translate(120%,-75%);
}
.offcanvas-right ul.offcanvas-right_List > li > p span {
    display: block;
    line-height: 1;
}
.offcanvas-right ul.offcanvas-right_List > li > p span:first-child {
    font-size: 20px;
    font-size: 2.0rem;
}
.offcanvas-right ul.offcanvas-right_List > li > p span:last-child {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
}
/* 大見出し リンク */
.offcanvas-right ul.offcanvas-right_List > li > a {
    padding: 23px 20px;
}
.offcanvas-right ul.offcanvas-right_List > li > a::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg) translate(-70%,-140%);
    -ms-transform: rotate(-45deg) translate(-70%,-140%);
    -o-transform: rotate(-45deg) translate(-70%,-140%);
    transform: rotate(-45deg) translate(-70%,-140%);
}
.offcanvas-right ul.offcanvas-right_List > li > a span {
    font-size: 20px;
    font-size: 2.0rem;
}


/* 小見出しリンク */
.offcanvas-right ul.offcanvas-right_minList {
    display: none;
}
.offcanvas-right ul.offcanvas-right_minList li.active {}
.offcanvas-right ul.offcanvas-right_minList > li > a {
    position: relative;
}
.offcanvas-right ul.offcanvas-right_minList > li > a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 6px;
    height: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg) translate(-90%,20%);
    -ms-transform: rotate(45deg) translate(-90%,20%);
    -o-transform: rotate(45deg) translate(-90%,20%);
    transform: rotate(45deg) translate(-90%,20%);
}
.offcanvas-right ul.offcanvas-right_minList > li > a span {
    display: block;
    line-height: 1;
}
.offcanvas-right ul.offcanvas-right_minList > li > a span:first-child {
    opacity: .65;
}
.offcanvas-right ul.offcanvas-right_minList > li > a span:last-child {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 5px;
}
.offcanvas-right ul.offcanvas-right_minList.singleLine > li > a {
    padding: 15px 20px;
}
.offcanvas-right ul.offcanvas-right_minList.singleLine > li > a span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
    opacity: 1;
}
.offcanvas-right_minList_ltit{
    font-size: 20px!important;
    font-size: 2.0rem!important;
}



/*----------------------------------------------*/
@media screen and (max-width: 768px) {
	
	.offcanvas-right .com_btnList01 {
		padding: 15px;
	}
	.offcanvas-right .com_btnList01 a {
		height: 80px;
		padding: 15px 5px;
	}
	.offcanvas-right .com_btnList01 a p {
		color: #fff;
	}

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

}
/*----------------------------------------------*/



/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

contents

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

#wrapper {
    margin-top: 40px;

}

.com_contArea01 {
    width: 100%;
    margin: 0 auto;
}
.com_contInner01 {
    padding: 30px;
    box-sizing: border-box;
}

#movWrapper{
	height: 100%;
}
.mainV_bg-slider_area{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, rgba(0, 0, 0, .6)), color-stop(0.5, rgba(255, 255, 255, 0)), color-stop(0.00, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%,rgba(0, 0, 0, .6) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .6) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .6) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .6) 100%);
}

#mainV {
    position: fixed;
-webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden
    top: 0;
    left: 0;
    width: 50%;
    float: left;
    overflow: hidden;
	margin: -40px 0 0 -1px;
}
.singleCulmn #mainV{
    margin: 0;
}
#mainV::before {
    display: none;
}
#mainV .mainV_img {
/*    background: url(http://placehold.jp/a3929a/ffffff/800x500.png?text=keyvisual01) no-repeat left bottom;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
}
#TOP #mainV_bg-slider_area{
	display: none;
}
#mainV .mainV_img ::before{
	content: '';
    display: block;
    position: fixed;
-webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: transparent url(../../img/le_com_grid01.png) 0 0 repeat;
    -webkit-background-size: 8px;
    background-size: 12px;
    opacity: .35;
}
#bgVid{
	display: block;
/*    position: fixed;
-webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden*/
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    /* background: url(../img/rec_dummy07.png) no-repeat; */
    background-size: cover;
}
#mainV .mainV_txt {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	left: 0;
	text-align: left;
	color: #fff;
}
#TOP #mainV .mainV_txt h2 {
}
#TOP #mainV .mainV_txt p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
    line-height: 1.6em;
    font-weight: bold;
}
#mainV .mainV_txt p{
	font-size: 1.4rem;
    line-height: 1.7em;
    font-weight: normal;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

contents_top

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

#mainV .mainV_txt h2{
	font-size: 2.7vw;
	line-height: 1.4em;
}
#TOP #mainV .mainV_txt h2 span{
	font-size: 24px;
	font-size: 1.6vw;
	line-height: 1.4em;
}
/*
#TOP #mainV .mainV_txt{
	position: absolute;
	bottom: 50%;
	 margin-bottom: -103px;
	margin-bottom: -230px;
	left: 0;
	text-align: left;
	color: #fff;
}
*/

#mainV .com_contInner01{
	padding: 0 60px 60px;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
.singleCulmn #mainV{
    margin: -30px -40px 0;
/*    margin: 0!important;*/
/*    padding: 10px 20px!important;*/
}
footer .com_contInner01 {
    padding: 30px 40px;
    /* box-sizing: border-box; */
}

#TOP #mainV .mainV_bg-slider_area ::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 768px;
    background: transparent url(../../img/le_com_grid01.png) 0 0 repeat!important;
    -webkit-background-size: 8px!important;
    background-size: 8px!important;
    opacity: .35;
}
#mainV .mainV_txt{
    position: absolute;
    bottom: 0!important;
    margin-bottom: 0!important;
    /* margin-left: 50%; */
    text-align: left!important;
    color: #fff!important;
 }
#mainV .com_contInner01{padding: 0px 20px 30px 20px;}
#mainV .mainV_txt h2{
	font-size: 6.1vw;
	}
#TOP #mainV .mainV_txt h2 span{
	font-size: 2.6vw!important;
}
#mainV{
margin: 0;
}
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
.singleCulmn #mainV{
    margin: 0;
    padding: 15px 20px;
}

#TOP #mainV .mainV_bg-slider_area ::before{
    height: 400px;
}
/*
#TOP #mainV .mainV_txt h2{
	font-size: 20px!important;
    font-size: 2.0rem!important;
	}
*/
#TOP #mainV .mainV_txt p{
	font-size: 12px!important;
    font-size: 1.2rem!important;
	}
#mainV .mainV_txt{
	position: absolute!important;
	bottom: 0!important;
	margin-bottom: 0!important;
	/* margin-left: 50%; */
	text-align: left!important;
	color: #fff!important;
	}
.singleCulmn #mainV .mainV_txt{
		position: relative!important;
	}
#TOP #mainV .mainV_txt h2 span{
		font-size: 12px;
	}
footer .com_contInner01 {
    padding: 30px 20px;
}
}
/*----------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

mainV_slider

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

#mainV .mainV_bg-slider {
/*    background: url(http://placehold.jp/a3929a/ffffff/800x500.png?text=keyvisual01) no-repeat left bottom;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mainV_bg-slider_height {
	width: 100%;
}
.mainV_bg-slider_area{
	position: relative;
    height: 100%;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ mainV_slider ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


#content {
    width: 50.05%;
    float: right;
    background: #fff url(../img/com_bg_pattern.png) 0 0 repeat;
    position: relative;
}
.content02 {
	padding: 30px 30px 90px;
	box-sizing: border-box;
	/* font-size: 18px; */
	text-align: left;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
	.mainV_aitem{
		display: block!important;
	}
/*
#TOP #mainV_bg-slider_area{
	display: block;
}
*/
	#mainV .mainV_img{
		display: none;
	}
    #wrapper {
        margin-top: 0;
    }

    #mainV {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        float: none;
    }
    #mainV::before {
        content: '';
        display: table;
/*        padding-top: 62.5%;*/
		padding-top: 0;
    }
	#staff #mainV::before {
        content: '';
        display: table;
        padding-top: 0;
    }
	#about #mainV::before {
        content: '';
        display: table;
        padding-top: 0;
    }
	#works #mainV::before {
        content: '';
        display: table;
        padding-top: 0;
    }
    #content {
        width: auto;
        float: none;
        padding: 30px 20px 0;
        -webkit-background-size: 50%;
        background-size: 50%;
    }
.content02 {
	padding: 0px 0px 60px;
}

#mainV .mainV_img ::before{
	content: '';
    display: none;
}
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {

    #mainV {}
    #mainV::before {
/*        padding-top: 125%;*/
		padding-top: 0;
    }
	#staff #mainV::before {
        padding-top: 0;
    }
	#works #mainV::before {
        padding-top: 0;
    }
	#about #mainV::before {
        padding-top: 0;
    }
    #mainV .mainV_img {
        background-position: center center;
    }

    #content {
        width: auto;
        float: none;
        padding: 0;
    }

	#staff #mainV .mainV_txt p {
    font-size: 10px;
    font-size: 1.0rem;
    /* display: inline-block; */
}
	#works #mainV .mainV_txt p {
    font-size: 12px;
    font-size: 1.2rem;
}
.content02 {
	padding: 30px 20px 60px;
	box-sizing: border-box;
	/* font-size: 18px; */
	text-align: left;
}
#mainV .mainV_txt {
    margin-top: 0px;
}
}
/*----------------------------------------------*/


/*----------------------------------------------*/

/* loader

------------------------------------------------*/
.mainV_aitem{
	position: relative;
	z-index: 10;
	display: none;
}

.loader {
	position: absolute;
	color: #203e80;
	font-size: 20px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

footer

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
footer {
    background-color: #1f3d80;
    color: #fff;
}

footer .ft_logo01 {
    color: #fff;
    width: 126px;
    height: 58px;
    margin: 0 auto;
}
footer .ft_logo01 h1 {
    width: 57px;
    height: 57px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
footer .ft_logo01 h2 {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0;
}
footer .ft_logo01 h2 span {
    display: block;
    line-height: 1;
}
footer .ft_logo01 h2 span:first-child {
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 600;
}
footer .ft_logo01 h2 span:nth-child(2) {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .065em;
    font-weight: 600;
    margin-top: 2px;
}
footer .ft_logo01 h2 span:nth-child(3) {
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: .08em;
    font-weight: 400;
    margin-top: 1px;
}

footer a {
    display: block;
    color: #fff;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .ft_linkList01 {
    width: 50%;
	float: left;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
}
footer .ft_linkList01 ul:last-child{
    padding-right: 0px;
}
footer .ft_linkList01 li {
/*    float: left;*/
/*    width: 50%;*/
    margin: 10px 40px 0 0;
    text-align: left;
    word-break: break-all;
}
footer .ft_linkList01 li:nth-child(2n) {
    margin-right: -40px;
}
footer .ft_linkList01 li a {
    position: relative;
    padding: 3px 0 3px 10px;
    line-height: 1.4;
    display: inline-block;
    margin-right: 10px;
}
footer .ft_linkList01 li span {
    font-weight: bold;
}
footer .ft_linkList01 li a::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 5px;
    height: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .ft_linkList01 li a:hover {
    text-decoration: underline;
}
footer .ft_linkList01 li.facebook a {
	padding: 8px 10px 8px 35px;
    background: #1877f2;
    margin-right: 0;
}
footer .ft_linkList01 li.facebook a::before {
	content: '';
    position: absolute;
	width: 20px;
	height: 20px;
	background: url("/recruit/common/img/com_icon_fb.png") no-repeat;
	background-size: 20px;
	top: 7px;
    left: 9px;
	border: none;
	transform: inherit;
}
footer .ft_linkList02 {
    margin-top: 30px;
    text-align: center;
    letter-spacing: -.40em;
}
footer .ft_linkList02 li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    border-right: 1px solid #fff;
}
footer .ft_linkList02 li:last-child {
    border-right: none;
}
footer .ft_linkList02 li a {
    padding: 0 10px;
    line-height: 1;
}

footer .copyright {
    margin-top: 20px;
    opacity: .5;
}

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

    footer {
        width: auto;
        margin: 0 -40px;
    }

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

    footer {
        margin: 0;
    }
    footer .ft_linkList01 {
        padding-right: 30px;
    }
    footer .ft_linkList01 li {
        margin-right: 15px;
    }
    footer .ft_linkList01 li:nth-child(2n) {
        margin-right: -30px;
    }
 footer .ft_linkList01 {
    width: 100%;
	float: none;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
}
footer .ft_linkList01:last-child{
    margin-top: 0px;
}
}
/*----------------------------------------------*/

/* Breadcrumbs

------------------------------------------------*/
#breadcrumb {
}

#breadcrumb ul {
  padding : 1px 0;
}

#breadcrumb li {
  float : left;
  padding: 1px 10px 1px 0;
  font-size : 93%;
  display: inline-block;
  position: relative;
}

#breadcrumb li a {
  display : block;
  padding : 7px 15px 5px 0;
  color: #000;

}
#breadcrumb li::after{content: '';width: 9px;height: 9px;border-top: solid 1px #000000;border-right: solid 1px #000000;-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);position: absolute;top: 50%;right: 12px;margin-top: -4px;}
#breadcrumb li:last-child::after{
 display: none;
}
#breadcrumb li span {
  display : block;
  padding : 7px 15px 5px 0;
  color : #999;
}

#breadcrumb li a img {
  margin : 0.2em 5px 0.1em 10px;
}


/*----------------------------------------------*/

/* category

------------------------------------------------*/
.category_box_s{background: rgba(32, 62, 128, .6);color: #fff;padding: 3px 30px 3px 60px;font-size: 20px;font-weight: 100;display: inline-block;font-weight: bold;/* border: 1px solid #d2d2d2; */box-sizing: border-box;margin-left: -60px;margin-bottom: 15px;letter-spacing: 0.09em;}
.category_box {
	/* background: #203e80; */
	/* display: inline-block; */
	/* padding: 6px 3px; */
}
.category_box_s p{
	margin-top: -5px!important;
}
/*----------------------------------------------*/

/* あとで消す

------------------------------------------------*/
.category_tit{
	margin-top: 9px;
	font-weight: bold;
	font-size: 26px!important;
	line-height: 1.3em;
}
.staff_font .category_tit{
	margin-top: 9px;
	font-weight: bold;
	font-size: 2.7vw!important;
	line-height: 1.3em;
}

.category_txt{
	font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

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

.category_tit{
	font-size: 30px!important;
}
.category_txt{
	font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}
.category_box_s{
    letter-spacing: 0em;
    padding: 3px 30px 3px 60px;
}
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
.category_box_s{
    padding: 2px 20px 0px 60px;
    font-size: 14px;
    margin-bottom: 0px;
}

.category_tit{
	font-size: 17px!important;
}
}

/*----------------------------------------------*/

/* bg

------------------------------------------------*/

.bg{
	background: url(../img/com_bg.png);
	width: 100%;
	margin: 50px auto 0;
	pad;
	padding: 30px 30px 0px;
	box-sizing: border-box;
}
.bg_bottom{
	width: 100%;
}


/*----------------------------------------------*/

/* column

------------------------------------------------*/
.column_block{
	margin: 40px 0 0!important;
	text-align: left;
}
.column_block:first-child{
	margin: 30px 0 0;
}
#about .column_block:first-child{
	margin: 0px 0 0;
}
.column_tit{
	color: #133d84;
	font-size: 20px;
	font-weight: bold;
}
.column_tits {
    font-size: 18px;
    font-weight: bold;
}
.column_tit.-bg {
	font-size: 24px;
    background-color: rgba(0,0,0,.1);
    padding: 10px 15px;
    margin-bottom: 20px;
}
.column_ltit{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -0.04em;
	color: #133d84;
	display: inline-block;
	/* margin-top: 30px; */
}
.column_ltit02 {
	font-size: 26px;
	font-weight: normal;
    border-bottom: 2px solid #133d84;
	padding-bottom: 5px;
    text-align: left;
    margin-top: 60px;
}
.column_txt{
	margin-top: 10px;
    line-height: 1.7em;
}
.column_txt span{
	font-weight: bold;
	font-size: 16px;
}
.column_txt_l{
	float: left;
	width: 40%;
}
.column_txt_r{
	float: left;
	width: 50%;
	padding-left: 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.column_block_img {
	margin-top: 50px;
    box-sizing: border-box;
    padding: 0px 50px;
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {

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

    .column_tit.-bg {
        font-size: 20px;
    }
}
/*----------------------------------------------*/

.column_mtxt{
	font-size: 24px;
}
.column_ltxt{
	font-size: 36px;
}
.column_stxt span{
	display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
}

.column_read {
    text-align: left;
}
.column_read > p {
    margin: 1.2em 0;
}

.column_table01 {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.column_table01 dt,
.column_table01 dd {
    display: table-cell;
    vertical-align: top;
}
.column_table01 dt {
    width: 220px;
    padding-right: 20px;
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    .column_table01 dt {
        width: 150px;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {

    .column_table01 dt,
    .column_table01 dd {
        display: block;
        width: 100%;
    }
    .column_table01 dd {
        margin-top: 10px;
    }
}
/*----------------------------------------------*/

.column_list {
    list-style: disc;
    margin-top: 15px;
    padding-left: 1em;
    text-align: left;
}
.column_list li {
    position: relative;
    line-height: 1.4em;
    margin: 10px 0;
}
.column_list li strong {
    font-weight: bold;
}
.column_list.-styleNum {
    list-style: decimal
}
.column_list.-styleDia {
    list-style: none;
    padding-left: 0;
}
.column_list.-styleDia li {
    position: relative;
/*    text-indent: -1em;*/
    padding-left: 1.2em;
}
.column_list.-styleDia li::before {
    content: '◆';
    position: absolute;
    top: .1em;
    left: 0;
}

.column_flow {
    position: relative;
    width: 100%;
}
.column_flow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 65px;
    width: 1px;
    height: 100%;
    background-color: #133d84;
    z-index: 0;
}
.column_flow_item {
    position: relative;
    display: table;
    z-index: 1;
}
.column_flow_item:not(:first-child) {
    margin-top: 20px;
}
.column_flow_item dt,
.column_flow_item dd {
    display: table-cell;
    vertical-align: top;
}
.column_flow_item dt {
    width: 130px;
}
.step {
    width: 130px;
    height: 130px;
    text-align: center;
/*    background-color: #fff;*/
    background: #fff url(../img/com_bg_pattern.png) 0 0 repeat;
    border: 1px solid #133d84;
    color: #133d84;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
}
.step_num {
    font-weight: bold;
    line-height: 1;
}
.step_num span {
    font-size: 12px;
    letter-spacing: .1em;
    display: block;
}
.step_num strong {
    font-size:  28px;
    display: block;
}
.step_txt {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
}
.column_flow_item dd {
    padding: 30px 0 0 20px;
}
.column_flow_item dd > .column_list,
.column_flow_item dd > p:not(:first-child) {
    margin-top: 15px;
}

.column_btnArea {
    margin-top: 40px;
/*    padding: 20px 40px;*/
    background-color: rgba(0,0,0,.1);
}
.column_btnArea_inner {
    padding: 20px;
}
.column_btnArea.-one .com_btn01 {
    width: 500px;
    margin: 0 auto;
}
.column_btnArea.-one .com_btn01 a {
    height: auto;
}
.column_btnArea.-one .com_btn01 a p {
    padding: 0 50px;
}
.column_btnArea.-one .com_btn01 a p span {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {

    .column_btnArea.-one .com_btn01 {
        width: 100%;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {

    .column_flow::before {
        left: 50px;
        bottom: 50px;
        height: auto;
    }
    .column_flow_item dt {
        width: 100px;
    }
    .step {
        width: 100px;
        height: 100px;
        padding: 15px 5px;
    }
    .step_num span {
        font-size: 10px;
        display: block;
    }
    .step_num strong {
        font-size:  20px;
    }

    .column_btnArea.-one .com_btn01 a {
        padding: 25px 0;
    }
    .column_btnArea.-one .com_btn01 a p {
        font-size: 18px;
        font-size: 1.8rem;
/*        text-align: left;*/
        padding: 0 30px;
    }
}
/*----------------------------------------------*/



/*----------------------------------------------*/

/* border

------------------------------------------------*/
.dotted_line{
    position: relative;
    background-image: url(../img/dotted.png);
	background-position: 0 -1px;

}
.dotted_line p{
    line-height: 2.6em;
    padding-top: 0px;}


/*----------------------------------------------*/

/* profile

------------------------------------------------*/

.prof_top_area{
	padding: 26px 0 27px;
	width: 100%;
}
#works .prof_top_area{
	border-bottom: 1px solid #b1b1b1;
}
.prof_top_stit{
	font-size: 20px;
}

.prof_top_mtit{
	color: #133d84;
    font-weight: bold;
    font-size: 26px;
    margin-top: 17px;

}
.prof_top_stxt{
	margin-top: 10px;
}
.prof_top_pic01{
	width: 100%;
	margin-top: 10px;
}
.prof_top_pic02{
	width: 100%;
	margin-top: 10px;
	padding: 0 60px;
	box-sizing: border-box;
}
.prof_top_area li{
	float: left;
    width: 50%;
}
.prof_top_area li img{
    padding-right: 20px;
	box-sizing: border-box;
	width: 100%;
}
.prof_top_area li span{
	display: block;
    padding-left: 4.2em;
    text-indent: -4.2em;
    font-size: 12px;
}
.prof_information .bg{
	margin: 0 auto 0;
}
.prof_information_tit_2 span{
	color: #133d84;
	font-size: 36px!important;
	font-weight: normal;
}
.prof_information_tit_3{
	margin-top: 10px;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
.mainV_bg-slider_area{
    height: 768px!important;
}
#mainV{
    height: auto!important;
    margin-top: 80px;
}
.column_block_img {
    padding: 0px 0px;
}
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {

.prof_top_area li img{
    padding-right: 0px;
}
.prof_top_area li{
	float: none;
    width: 100%;
}
.prof_information_tit{
	margin-top: 10px;
}
.mainV_bg-slider_area{
    height: 400px!important;
}

.prof_top_area{
	padding: 26px 0 20px;
}
.column_block:first-child{
	margin: 20px 0 0;
}
.column_mtxt{
	font-size: 18px;
}
.column_ltxt{
	font-size: 23px;
}

.column_txt_l{
	float: none;
	width: 100%!important;
}
.column_txt_r{
	float: none;
	width: 100%;
	padding-left: 0px;
	box-sizing: border-box;
}
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

recruit top 20191125~

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
body.recruitTop {
}

.singleCulmn.recruitTop .com_btn01 a {
    display: table;
    min-height: 90px;
    padding: 0;
}
.singleCulmn.recruitTop .com_btn01 a p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
}

.singleCulmn.recruitTop #mainV {
    height: 260px;
}
.singleCulmn.recruitTop #mainV .mainV_txt {
    /* width: 860px;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%); */
}
.singleCulmn.recruitTop #mainV .mainV_txt .recruitTop_tit {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.6em;
}
.singleCulmn.recruitTop .header #gNav_pc .hd_panel {
    height: 215px;
}

.singleCulmn.recruitTop .recruitTop_read {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.6;
    text-align: left;
}
.singleCulmn.recruitTop .recruitTop_txt {
    text-align: left;
    margin-top: 20px;
}
.singleCulmn.recruitTop .recruitTop_txt:first-child {
    margin-top: 0;
}
.singleCulmn.recruitTop .recruitTop_txt.-sizeSmall {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 10px;
}

.singleCulmn.recruitTop .recruitTop_bgBlock {
    background-color: rgba(0,0,0,.1);
    padding: 30px;
    box-sizing: border-box;
}

.recruitTop_bdrBlock {
    border-top: 1px solid rgba(0,0,0,.2);
    margin-top: 40px;
    padding-top: 40px;
}
.recruitTop_bdrBlock_tit {
    margin-bottom: 20px;
}
.recruitTop_bdrBlock_tit span {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
}
.recruitTop_bdrBlock_tit strong {
    display: block;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.6em;
}
.recruitTop_bdrBlock_picFrame {
    float: left;
    width: 530px;
}
.recruitTop_bdrBlock_txtFrame {
    float: right;
    width: 300px;
}
.recruitTop_bdrBlock_txtFrame .com_btn02 {
    margin-top: 20px;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    .singleCulmn.recruitTop #mainV .mainV_txt {
        width: auto;
        left: auto;
        transform: translate(0,0);
    }

    .recruitTop_bdrBlock_picFrame,
    .recruitTop_bdrBlock_txtFrame {
        float: none;
        width: auto;
    }
    .recruitTop_bdrBlock_picFrame {
    }
    .recruitTop_bdrBlock_txtFrame {
        margin-top: 20px;
    }

}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    .singleCulmn.recruitTop #mainV .mainV_txt .recruitTop_tit {
        /* font-size: 20px;
        font-size: 2.0rem; */
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.6em;
    }
    .singleCulmn.recruitTop .recruitTop_read {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
        font-weight: bold;
    }
    .singleCulmn.recruitTop .recruitTop_read br {
        display: none;
    }
    .singleCulmn.recruitTop .recruitTop_txt {
        margin-top: 10px;
        font-size: 13px;
        font-size: 1.3rem;
    }
    .singleCulmn.recruitTop .recruitTop_txt.-sizeSmall {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .singleCulmn.recruitTop .recruitTop_txt:first-child {
        margin-top: 0;
    }

    .singleCulmn.recruitTop .recruitTop_bgBlock {
        margin-top: 20px !important;
    }


    .recruitTop_bdrBlock_tit span {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .recruitTop_bdrBlock_tit strong {
        font-size: 20px;
        font-size: 2.0rem;
    }

}
/*----------------------------------------------*/

