@charset "UTF-8";

@import url(base.css);

html {
  scroll-padding-top: 13vw; /* 固定ヘッダの高さ分 */
}

img {
	display: inline-block;
	max-width:100%;
	max-height: 100%;}

p {
	font-size: 3.5vw;}

.pc {
	display: none !important;}

/*-------------------------------------------------
	++ OUTER
-------------------------------------------------*/
#container {
	margin:0 auto;
	text-align: center;
	position:relative;
	min-width:100%;}
.cInner,
.cInner2 {
	display:block;
	clear:both;
	margin:0 auto;
	text-align: left;
	position:relative;
	padding:0 2vw;}
.cInner a:link,.cInner a:visited,.cInner02 a:link,.cInner02 a:visited{color:#006bff;text-decoration:underline;}
.cInner a:hover,.cInner a:active,.cInner02 a:hover,.cInner02 a:active{color:#006bff;text-decoration:none;}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
    position: fixed;
    width: 100%;
    top: 0;
    margin: 0 auto;
    height: 13vw;
    background-color: rgba(255, 255, 255, 1);
    z-index: 500;
    transition: .5s;
    font-weight: normal;
    border-bottom: 2px #006bff solid;}
#header .headerInner {
    width: 100%;
    height: 13vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}
#header #headerLogo {
    width: 50%;
    margin-left: 2vw;}
#header #headerLogo img {
    width: 100%;
    height: auto;}
#header .headerWrap {
    width: 50%;}

#navi {
    width: 100%;}
#navi input {
    display: none;}

.menu-parent .pd {
    display: inline-block;
    width: 100%;}
.menu {
    display: none;}

.menu-parent {
    line-height: 50px;
    font-size: 4vw;
    color: #FFF;
    position: relative;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;}
.menu-parent a:link,.menu-parent a:visited {color:#fff;}
.menu-parent a:hover,.menu-parent a:active {color:#fff;}
.menu-parent.one a {display: block;}
.menu-parent.one a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;}
.menu-parent i {
    padding: 0px 6px;}
  
#menu-navibtn {
    display: none;
    cursor: pointer;
    cursor: hand;}
#menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;}
#menu-navibtn:checked ~ * .menu {
    display: block;
    position: absolute;
    opacity: 1;
    top: 13vw;
    left: 0;
    width: 100%;
    padding: 0 5vw;
    background-color: #006bff;}
#menu-navibtn:checked ~ * .menu-parent {
    max-height: inherit;
    overflow-y: visible;
    padding: 0;
    border-bottom: 1px #FFF solid;}
#menu-navibtn:checked ~ * .menu-child {
    max-height: 0;
    overflow-y: hidden;
    visibility: hidden;}
.menu-parent .menu-child {
    position: relative;
    padding: 0 20px;
    opacity: 1;
    top: 0;
    margin-left: auto;
    margin-bottom: 0px;
    left: auto;
    width: auto;}
.menu-child li {
    display: block;
    position: relative;
    font-size: 4vw;
    line-height: 2em;
    padding-left: 18px;
    padding-right: 0px;
    color: #fff;}
.menu-child li a:link,.menu-child li a:visited {color:#fff;}
.menu-child li a:hover,.menu-child li a:active {color:#fff;}
.menu-child li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;}
.menu-parent > label:hover {
    cursor: pointer;
    cursor: hand;}
#navi input[type="checkbox"]:checked ~ .menu-child {
    max-height: inherit;
    overflow-y: visible;
    visibility: visible;
    margin-bottom: 10px;}
 
.angletoggle {
    line-height: 1.3em;
    display: block;
    position: absolute;
    top: 4.5vw;
    right: 0;
    margin: auto;}  
.angletoggle:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% auto;
    background-image: url(../img/ic_tgl_open.svg);}
#navi input[type="checkbox"]:checked ~ * .angletoggle:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% auto;
    background-image: url(../img/ic_tgl_close.svg);}
#navi #navibtn {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;}
#navibtn span {
    display: block;
    width: 40px;
    height: 40px;}
#navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;}
#navibtn span span::before,
#navibtn span span::after,
#navibtn span::after {
    position: absolute;
    left:0px;
    content:"";
    width: 30px;
    height: 3px;
    background-color: #006bff;}
#navibtn span span::before {
    top:10px;}
#menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top:19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);}
#navibtn span::after {
    bottom:10px;}
#menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom:18px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);}
#navibtn span span::after {
    top:18px;}
#menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;}

.inquiry {
    width: 65%;
    margin: 8% auto;
    position: relative;}
.inquiry a {
    display: block;
    font-size: 16px;
    padding: 8px 20px 8px 40px;
    border-radius: 9999px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: #ffab00;}
.inquiry a:after {
    content: "";
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-image: url(../img/mail_w.svg);
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;
    height: 350px;
    background-image: url(../img/sp_top_main.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px #006bff solid;}
#title_service {
    position: relative;
	width: 100%;
    height: 35vw;
    background-image: url(../img/ttlbg_service.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px #006bff solid;}
#title_about {
    position: relative;
	width: 100%;
    height: 35vw;
    background-image: url(../img/ttlbg_about.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px #006bff solid;}
#title_recruit {
    position: relative;
	width: 100%;
    height: 35vw;
    background-image: url(../img/ttlbg_recruit.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px #006bff solid;}
#title_contact {
    position: relative;
	width: 100%;
    height: 35vw;
    background-image: url(../img/ttlbg_contact.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px #006bff solid;}
#title_pp {
    position: relative;
	width: 100%;
    height: 35vw;
    background-image: url(../img/ttlbg_pp.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px #006bff solid;}
#title_news {
    position: relative;
	width: 100%;
    height: 35vw;
    background-image: url(../img/ttlbg_news.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px #006bff solid;}
#title_explanationform {
    position: relative;
	width: 100%;
    height: 35vw;
    background-image: url(../img/ttlbg_recruit2.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px #006bff solid;}
#title_entryform {
    position: relative;
	width: 100%;
    height: 35vw;
    background-image: url(../img/ttlbg_entryform.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px #006bff solid;}
.titleInner {
    width: 100%;
    margin: 0 auto;}
.titleInner2 {
    width: 100%;
    height: 100%;
    padding:0 4vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;}
.mainTxt {
    width: 100%;
    margin: 37% auto 0 auto;
    text-align: center;}
.mainTxt img {
    width: 90%;}

.award-block {
    position: absolute;
    text-align: center;
    top: 10px;
    right: 2%;
    width: 30%;}
.award-block a {
    display: block;}
.award-block img {
    width: 60%;
    margin-bottom: 0px;}
.award-block p {
    color: #fff;
    margin: 0;
    font-size: 2.8vw;
    text-shadow: #000 1px 1px 5px;
    font-weight: bold;}

/*-------------------------------------------------
	++ background
-------------------------------------------------*/
.bg01 {
    background-image: url(../img/bg01.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0;}
.bg02 {
    background-image: url(../img/bg02.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0;}
.bg03 {
    background-color: #cbdeff;
    padding: 40px 0;}

/*-------------------------------------------------
	++ flex
-------------------------------------------------*/
.secFlex {
    display: flex;
    flex-wrap: wrap;}
.secFlex.jcc {
    justify-content: center;}
.secFlex.jcfs {
    justify-content: flex-start;}
.secFlex.jcfe {
    justify-content: flex-end;}
.secFlex.jcsb {
    justify-content: space-between;}
 .secFlex.jcsa {   
    justify-content: space-around;}
.secFlex.aic {
    align-items: center;}
.secFlex.aifs {
    align-items: flex-start;}
.secFlex.aife {
    align-items: flex-end;}
.secFlex.ais {   
    align-items: stretch;}
.secFlex .W100,
.secFlex .W82,
.secFlex .W48,
.secFlex .W70 {
    width: 100%;}
.secFlex .W85 {
    width: 77%;}
.secFlex .W80 {
    width: 73%;}
.secFlex .W81 {
    width: 68%;}
.secFlex .W12 {
    width: 20%;}
.secFlex .W12 {
    width: 20%;}
.secFlex .W15 {
    width: 28%;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h2 {
    color: #414141;
    margin: 0;
    font-size: 6vw;
    font-weight: bold;
    text-align: left;
    line-height: 1.3em;}
h2 img {
    display: block;
    height: 12px;}
h3 {
    color: #414141;
    margin: 0 auto;
    font-size: 5.3vw;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.5em;}
h3.privacypolicy {
    color: #414141;
    margin: 0 auto;
    text-align: left;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 1em;}
h3 img {
    display: block;
    width: 15%;
    margin: 0 auto;}
h3.serviceTtl {
    color: #006bff;
    margin: 0 auto;
    text-align: left;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.3em;}
h4 {
    color: #006bff;
    text-align: left;
    margin: 1em auto;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.3em;}
h4.privacypolicy {
    color: #414141;
    margin: 0 auto;
    text-align: left;
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 1.4em;
    margin-top: 1.5em;
    margin-bottom: 0.3em;
    margin-left: 2em;
    text-indent: -2em;}
h4.serviceTtl {
    color: #006bff;
    margin: 0 auto;
    text-align: left;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.3em;}
h4.aboutTtl {
    color: #414141;
    margin: 0 auto;
    text-align: left;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.4em;
    margin-top: 1.5em;
    margin-bottom: 0.3em;}
h4.accessTtl {
    color: #fff;
    text-align: left;
    font-size: 4vw;
    font-weight: bold;
    line-height: 2.5em;
    padding: 0 0 0 1em;
    background-color: #006bff;
    margin: 1.5em 0 1em 0;}
h4.scheduleTtl {
    color: #414141;
    margin: 0 auto;
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0.8em;}
h4.voiceTtl {
    color: #ffab00;
    font-weight: bold;
    margin: 0 auto;
    text-align: left;
    font-size: 4vw;
    line-height: 1.2em;
    margin-bottom: 0.5em;}
h5 {
    color: #006bff;
    text-align: left;
    margin: 0.5em auto;
    font-size: 3.8vw;
    font-weight: bold;
    line-height: 1.3em;}

.newsmoreBtn {
    border: 1px #006bff solid;
    background-color: #FFF;
    border-radius: 30px;
    padding: 0px;
    width: 45%;
    position: relative;
    display: inline-block;
    float: right;
    text-align: center;}
.newsmoreBtn a {
    display: block;
    color: #006bff;
    font-weight: bold;
    font-size: 3.8vw !important;}
.newsmoreBtn a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #006bff;
    border-right: solid 2px #006bff;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);}
.newsmoreBtn a:link,.newsmoreBtn a:visited {text-decoration:none;}

.newsList ul li {
    padding: 15px 10px;
    border-bottom: 1px #b2b2b2 solid;}
.newsList ul li:first-child {
    border-top: 1px #b2b2b2 solid;}
.newsList ul li .date {
    width: 35%;
    font-size: 4vw;
    display: inline-block;}
.newsList ul li .new {
    width: 4em;
    display: inline-block;
    background-color: #ff0000;
    border-radius: 20px;
    font-size: 3vw;
    color: #FFF;
    line-height: 1.8em;
    text-align: center;
    margin-right: 0;}
.newsList ul li .text {
    font-size: 4vw;
    line-height: 1.5em;
    display: block;
    padding-top: 5px;}
.newsList ul li a:link,.newsList ul li a:visited {color:#000;text-decoration:underline;}
.newsList ul li a:hover,.newsList ul li a:active {color:#000;text-decoration:none;}

.newsList2 {
    margin-bottom: 20px;}
.newsList2 ul li {
    padding: 15px 10px;
    border-bottom: 1px #b2b2b2 solid;}
.newsList2 ul li .date {
    font-size: 4vw;
    display: inline-block;}
.newsList2 ul li .new {
    width: 4em;
    display: inline-block;
    background-color: #ff0000;
    border-radius: 20px;
    font-size: 3vw;
    color: #FFF;
    line-height: 1.8em;
    text-align: center;
    margin-left: 0.5em;}
.newsList2 ul li .text {
    font-size: 4vw;
    display: block;
    padding-top: 5px;}
.newsList2Img {
    margin: 20px auto;}

.newsbackBtn {
    border: 1px #006bff solid;
    background-color: #FFF;
    border-radius: 30px;
    padding: 0px;
    margin: 50px auto 30px auto;
    width: 200px;
    position: relative;
    text-align: center;}
.newsbackBtn a {
    display: block;
    color: #006bff;
    font-weight: bold;
    font-size: 3.8vw;
    line-height: 2em;}
.newsbackBtn a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #006bff;
    border-right: solid 2px #006bff;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);}
.newsbackBtn a:link,.newsbackBtn a:visited {text-decoration:none;}

.serviceBox {
    background-color: #FFF;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;}
.serviceBox img {
    width: 100%;}
.serviceBox p {
    font-size: 3.8vw;}
.serviceBoxL,
.serviceBoxS {
    width: 100%;}
.serviceBox a:link,.serviceBox a:visited {color: #000; text-decoration:none;}

.serviceBtn {
    background-color: #ffab00;
    border-radius: 30px;
    padding: 0px;
    width: 70%;
    position: relative;
    display: block;
    margin: 30px auto 10px auto;
    text-align: center;}
.serviceBtn a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 4vw;
    line-height: 2.5em;}
.serviceBtn a:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);}
.serviceBtn a:link,.serviceBtn a:visited {color: #fff;text-decoration:none;}

.serviceBox2 {
    border: 1px #006bff solid;
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px 15px;
    margin: 20px 0;}
.service_system {
    width: 100%;
    background-color: #d2ecff;
    border-radius: 5px;
    margin: 5px 0;
    padding: 10px;}

.service_testing {
    color: #414141;
    font-weight: bold;
    font-size: 4vw;
    background-color: transparent;
    text-align: left;
    line-height: 1.4em;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
    position: relative;}
.service_testing:before {
    content: attr(data-number);
    background-color: #006bff;
    color: #fff;
    text-align: center;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 1.2rem;
    margin-right: 1rem;
    flex-shrink: 0;}
.service_testing span {
    color: #006bff;
    display: contents;}
.service_testing em {
    font-weight: normal;
    font-size: 3.5vw;
    line-height: 1.2em;
    display: contents;}

.service_help {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px; }
.service_help dt {
    font-size: 4vw;
    width: 25%;
    padding: 10px 10px;
    color: #006bff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    background-color: #d2ecff;
    margin-bottom: 10px;}
.service_help dd {
    font-size: 3.8vw;
    font-weight: normal;
    text-align: left;
    width: 73%;
    margin-bottom: 10px;}

.developmentL {
    width: 100%;
    margin: 0 0 1em 0;
    text-align: center;}
.developmentR,
.developmentL2 {
    width: 100%;}
.developmentR2 {
    width: 100%;
    margin: 1em auto 0 auto;
    text-align: center;}

.overviewTbl table {
	width: 100%;
    font-size: 3.7vw;
	border-spacing: 0px;
	margin: 0 auto 30px auto;}
.overviewTbl th {
    display: block;
    width: 100%;
	padding: 10px 0px 5px 0px;
    vertical-align: top;}
.overviewTbl th span {
    display: block;
    color: #fff;
    font-weight: normal;
    text-align: center;
    border-radius: 20px;
    background-color: #006bff;
    line-height: 2.5em;}
.overviewTbl td {
    display: block;
    width: 100%;
	text-align: left;
    color: #414141;
    font-weight: normal;
	padding: 5px 15px 10px 25px;}

.access_map {
    max-width: 1000px;
    margin: 20px auto;}
.access_map iframe {
    width: 100%;
    height: 320px;}

.accessImg {
    width: 80%;
    margin: 0 auto;
    text-align: center;}
.accessImg img {
    width: 100%;}
.accessTxt {
    color: #414141;
    font-weight: normal;
    font-size: 4vw;
    background-color: transparent;
    text-align: left;
    line-height: 1.5em;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
    position: relative;
    margin: 5px 0 10px 0;}
.accessTxt:before {
    content: attr(data-number);
    background-color: #006bff;
    color: #fff;
    text-align: center;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 1.2rem;
    margin-right: .8rem;
    flex-shrink: 0;
    font-weight: bold;}

.explanationBox {
    border: 1px #ff0000 solid;
    background-color: #FFF;
    padding: 10px;
    text-align: left;
    font-size: 4vw;
    color: #414141;
    font-weight: bold;
    margin: 20px 0 50px 0;}
.explanationBox span {
    color: #FF0000;}

.schedule_place {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px; }
.schedule_place dt {
    font-size: 3.8vw;
    padding: 5px 10px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    border-radius: 0;
    background-color: #006bff;
    margin-bottom: 5px;}
.schedule_place dd {
    display: block;
    font-size: 3.8vw;
    font-weight: normal;
    text-align: left;}

.calendarTbl table {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 100%;
	border-spacing: 0px;
	margin: 10px auto 30px auto;}
.calendarTbl th {
    width: 14%;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
    background-color: #808080;
	padding: 5px ;
    color: #fff;
    font-weight: bold;
    text-align: center;}
.calendarTbl th:first-child {background-color: #ff0000;}
.calendarTbl th:last-child {background-color: #006bff;}
.calendarTbl td {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: center;
    background-color: #fff;
    color: #414141;
    font-size: 3.5vw;
    vertical-align: top;
    font-weight: bold;
	padding: 8px 2px;}
.calendarTbl td span {
    display: block;
    font-weight: normal;
    line-height: 1.2em;
    font-size: 2.8vw;
    padding-top: 5px;}

.entryTbl table {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 100%;
	border-spacing: 0px;
	margin: 10px auto 30px auto;}
.entryTbl th {
    width: 100%;
    display: block;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
    background-color: #fff8d1;
	padding: 8px;
    color: #414141;
    font-size: 3.5vw;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;}
.entryTbl td {
    display: block;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: left;
    background-color: #fff;
    color: #414141;
    font-size: 3.5vw;
    font-weight: normal;
	padding: 8px 10px;}

.voiceBox {
    width: 100%;
    background-color: #fff8d1;
    border-radius: 20px;
    padding: 20px;
    margin: 10px 0;}

.paginationC {
    text-align: center;
    margin: 100px auto 50px auto;}
.pagination {
    display: inline-block;}
.pagination a {
    color: #414141;
    float: left;
    padding: 8px 13px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 3px;
    border-radius: 5px;}
.pagination a.active {
    background-color: #006bff;
    color: #FFF;}
.pagination a:hover:not(.active) {background-color: #ddd;}
.pagination a:link,.pagination a:visited {text-decoration:none;}

.contactTel {
    width: 100%;
    margin: 30px auto;
    text-align: center;}

.contactTbl table {
	width: 100%;
	border-spacing: 0px;
	margin: 20px auto;}
.contactTbl th {
    width: 100%;
    display: block;
	padding: 0px;
    color: #006bff;
    font-size: 4vw;
    vertical-align: top;
    font-weight: bold;
    text-align: left;}
.contactTbl th span,
.contactTbl td span.asterisk {
    display: inline-block;
    color: #ff0000;
    font-size: 3vw;
    padding-left: 0.2em;
    font-weight: normal;
    vertical-align: top;}
.contactTbl td {
    display: block;
	text-align: left;
    color: #414141;
    font-size: 4vw;
    font-weight: normal;
	padding: 5px 0 25px 0;}
.contactTbl td span.ttl {
    display: block;
    color: #006bff;
    font-size: 4vw;
    font-weight: bold;
    text-align: left; 
    margin-top: 1em;}
.agreement_policy {
    margin: 2em auto;
    text-align: center;}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,select:focus{
	background-color: #fff;}

input[type=submit],
input[type=reset],
input[type=button] {
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,select{
    width: 100%;
	padding:5px 10px;
	margin:0;}

input[type="checkbox"] {
    -webkit-appearance: auto;
    outline:none;
    appearance: auto;
    position: relative;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;}
input[type="checkbox"]:checked::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 25px;
	height: 25px;}

.formCenter {
    margin: 20px auto 0 auto;
    padding: 0;
    text-align: center;}
.form_send {
	cursor:pointer;
	border-radius: 10px;
	text-align:center;
    line-height:2.8em;
	padding: 0;
	width: 90%;
	margin:0px auto 10px auto;
    font-size: 20px;
    font-weight: bold;
    color: #006bff;
    border: 3px #006bff solid;
    background-color: #fff;}
.form_back {
	border:none;
	cursor:pointer;
	background-color:#B0B0B0;
	border-radius: 6px;
	text-align:center;
	line-height:2.8em;
	color:#FFFFFF;
	padding:0px;
	width: 90%;
	margin:0px auto 10px auto;
	font-size:120%;}
.form_send_arrow,
.form_back_arrow {
    display:block;
    position:relative;
    transition:all 0.3s;}
.form_send_arrow:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #006bff;
    border-right: solid 2px #006bff;
    position: absolute;
    left: 10%;
    top: 43%;
    transform: translateY(-50%) rotate(45deg);}
.form_back_arrow:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    left: 10%;
    top: 43%;
    transform: translateY(-50%) rotate(45deg);}

.bg_about {
    background-image: url(../img/image01.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 28%;
    padding: 0px 0;}
.bg_recruit {
    background-image: url(../img/image02.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 28%;}
.bg_about02 {
    background-image: url(../img/image03.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 40%;
    padding-top: 7vw;}
.bg_recruit02 {
    background-image: url(../img/image04.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 40%;
    padding-top: 7vw;}
.bg_recruit03 {
    background-image: url(../img/image05.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 40%;
    padding-top: 7vw;
    margin-bottom: 50px;}

.LinkList {
    width: 32%;
    border: 1px #cccccc solid;
    background-color: #FFF;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px;
    margin: 20px 0 40px 0;}
.LinkList img {
    width: 45%;
    margin-bottom: 20px;}
.LinkList a {
    color: #ffab00;
    font-weight: bold;
    font-size: 4vw;
    padding-left: 13px;
    line-height: 1.2em;
    position: relative;}
.LinkList a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #ffab00;
    border-right: solid 2px #ffab00;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);}
.LinkList a:link,.LinkList a:visited { color: #ffab00; text-decoration:none;}

.contactTxtC {
    text-align: left;}
.telImg {
    margin: 0 auto;
    text-align: center;}
.telImg img {
    width: 85%;}
.telTxt {
    font-size:3.1vw;
    text-align: right;
    padding-top: 0.5em;
    margin-bottom: 2em;}
.contactBtn {
    width: 85%;
    position: relative;
    margin: 0px auto;}
.contactBtn.W45 {width: 100%;}
.contactBtn a {
    display: block;
    font-size: 4.3vw;
    font-weight: bold;
    padding: 17px 20px 17px 40px;
    border-radius: 10px;
    white-space: nowrap;
    text-align: center;
    color: #006bff;
    border: 3px #006bff solid;
    background-color: #fff;}
.contactBtn a:after {
    content: "";
    width: 30px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-image: url(../img/mail_b.svg);
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);}
.contactBtn2 {
    width: 85%;
    position: relative;
    margin: 2em auto;}
.contactBtn2 a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 17px 20px 17px 40px;
    border-radius: 10px;
    white-space: nowrap;
    text-align: center;
    color: #006bff;
    border: 3px #006bff solid;
    background-color: #fff;}
.contactBtn2 a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #006bff;
    border-right: solid 2px #006bff;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);}
.contactBtn a:link,.contactBtn a:visited,
.contactBtn2 a:link,.contactBtn2 a:visited {text-decoration:none;}

.footerLogo1 {width: 80%; margin: 0 auto 20px auto; text-align: center;}
.footerLogo2 {width: 32%; margin: 0; text-align: center;}
.footerLogo3 {width: 64%; margin: 0; text-align: center;}

.footerLogo1 img,
.footerLogo2 img,
.footerLogo3 img {width: 100%;}

.privacy_listDisc {
	padding: 0px;
	margin:15px 0px;}
.privacy_listDisc li {
	text-align: left;
	line-height: 1.5em;
	list-style-type:none;
	padding: 0 0 0.5em 1.2em;
	text-indent: -1.2em;}
.privacy_listDisc2,
.privacy_listDisc3 {
	padding: 0px;
	margin:0px;}
.privacy_listDisc2 li {
	text-align: left;
	line-height: 1.5em;
	list-style-type:none;
	padding: 0 0 0.5em 3em;
	text-indent: -3em;}
.privacy_listDisc3 li {
	text-align: left;
	line-height: 1.5em;
	list-style-type:none;
	padding: 0 0 1em 1.5em;
	text-indent: -1.5em;}
.privacy_listDisc3 li:last-child {
    padding-bottom: 0;}
.privacy_right {
    text-align: right;}
.privacyBox {
    border: 1px #b2b2b2 solid;
    background-color: #FFF;
    padding: 15px 10px;
    line-height: 1.6em;
    margin: 20px 0 50px 0;}

.privacyTbl table {
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	width: 100%;
	border-spacing: 0px;
	margin: 0 auto 20px auto;}
.privacyTbl th {
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
    background-color: #fff;
	padding: 5px 10px;
    color: #414141;
    font-weight: normal;
    text-align: center;}
.privacyTbl td {
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	text-align: left;
    background-color: #fff;
    color: #414141;
    font-weight: normal;
	padding: 5px 10px;}
.privacyTbl td:first-child {
    width: 35%;}

.asterisk {
    display: block;
    margin-left: 1em;
    text-indent: -1em;}

.privacypolicyBox {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;}
.privacypolicyBtn {
    width: 48%;
    position: relative;
    margin: 0 1%;}
.privacypolicyBtn a {
    display: block;
    font-size: 3vw;
    font-weight: normal;
    padding: 10px 5px 10px 15px;
    border-radius: 10px;
    white-space: nowrap;
    text-align: center;
    color: #006bff;
    border: 2px #006bff solid;
    background-color: #fff;}
.privacypolicyBtn a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #006bff;
    border-right: solid 1px #006bff;
    position: absolute;
    left: 8px;
    top: 43%;
    transform: translateY(-25%) rotate(135deg);}
.privacypolicyBtn a:link,.privacypolicyBtn a:visited {text-decoration:none;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
.linkTxtBox {
    display: none;}

#footer{
    margin: 0px;
	padding: 10vw 0 20vw 0;
	background-color: #006bff;}
#footer .cInner {
	position:relative;
	color: #FFFFFF;}
#footer .logo {
    width: 80%;
	margin:0px auto 40px auto;}
#footer .logo img {
    width: 100%;}
#footer .address {
	font-size:3.8vw;
	padding:0 0 1.5em 0;
    text-align: left;}
#footer .copyright {
	font-size:3.5vw;
	padding:0;
    text-align: center;}

#pageTop {
    position: fixed;
    bottom: 5vw;
    right: 5vw;
    width: 48px;
    height: 48px;}
#pageTop img {
	display:block;}




