@charset "UTF-8";

@import url(base.css);

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

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

.sp {
	display: none !important;}

/*-------------------------------------------------
	++ container
-------------------------------------------------*/
#container {
	margin:0 auto;
	text-align: center;
	position:relative;
	min-width:1200px;}
.cInner {
	display:block;
	clear:both;
	width:1000px;
	margin:0 auto;
	text-align: left;}
.cInner2 {
	display:block;
	clear:both;
	width:900px;
	margin:0 auto;
	text-align: left;}
.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;}

@media screen and (max-width: 1250px)  {
	#container,
	.cInner {
		width:98%;
		margin: 0 auto;}
}

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

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

.menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;}
.menu-parent {
    width: 100px;
    margin: 0;
    padding: 0;
    line-height: 75px;
    font-size: 15px;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;}
.menu-parent .pd {
    display: none;}
#menu-navibtn {
    display: none;
    cursor: pointer;
    cursor: hand;}
.menu-parent {
    position: relative;}
.menu-parent a {
    color: #414141;
    display: block;}
.menu-parent.current,
.menu-parent:hover {
    color: #fff;
    background-color: #006bff;}
.menu-parent a:link,.menu-parent a:visited {color:#000;}
.menu-parent a:hover,.menu-parent a:active {color:#fff;}
.menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;}
.menu-parent .menu-child {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 75px;
    left: 0;
    margin: 0;
    width: 100%;
   color: #fff;
    box-sizing: border-box;
    padding: 0px 20px;
    background-color: #006bff;}
.menu-child li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding-left: 18px;
    padding-right: 40px;
    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;}

.inquiry {
    position: relative;
    margin-left: 20px;}
.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: 20px;
    height: 15px;
    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%);}

#navi #navibtn {
    display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;
    height: 560px;
    background-image: url(../img/pc_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: 400px;
    background-image: url(../img/ttlbg_service.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 2px #006bff solid;}
#title_about {
    position: relative;
	width: 100%;
    height: 400px;
    background-image: url(../img/ttlbg_about.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 2px #006bff solid;}
#title_recruit {
    position: relative;
	width: 100%;
    height: 400px;
    background-image: url(../img/ttlbg_recruit.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 2px #006bff solid;}
#title_contact {
    position: relative;
	width: 100%;
    height: 400px;
    background-image: url(../img/ttlbg_contact.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 2px #006bff solid;}
#title_pp {
    position: relative;
	width: 100%;
    height: 400px;
    background-image: url(../img/ttlbg_pp.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 2px #006bff solid;}
#title_news {
    position: relative;
	width: 100%;
    height: 400px;
    background-image: url(../img/ttlbg_news.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 2px #006bff solid;}
#title_explanationform {
    position: relative;
	width: 100%;
    height: 400px;
    background-image: url(../img/ttlbg_recruit2.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 2px #006bff solid;}
#title_entryform {
    position: relative;
	width: 100%;
    height: 400px;
    background-image: url(../img/ttlbg_entryform.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 2px #006bff solid;}
.titleInner {
    width: 1200px;
    margin: 0 auto;}
.titleInner2 {
    width: 1000px;
    height: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;}
.mainTxt {
    width: 900px;
    margin: 16% auto 0 auto;
    text-align: center;}
.mainTxt img {
    width: 100%;}

.award-block {
    position: absolute;
    text-align: center;
    top: 20px;
    right: 9%;
    width: 160px;}
.award-block a {
    display: block;}
.award-block img {
    width: 85%;
    margin-bottom: 10px;}
.award-block p {
    color: #fff;
    margin: 0;
    font-size: 90%;
    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: 50px 0;}
.bg02 {
    background-image: url(../img/bg02.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;}
.bg03 {
    background-color: #cbdeff;
    padding: 50px 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 {
    width: 100%;}
.secFlex .W48 {
    width: 48%;}
.secFlex .W85 {
    width: 85%;}
.secFlex .W80,
.secFlex .W81,
.secFlex .W82 {
    width: 80%;}
.secFlex .W70 {
    width: 70%;}
.secFlex .W12 {
    width: 12%;}
.secFlex .W15 {
    width: 15%;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h2 {
    color: #414141;
    margin: 0;
    font-size: 200%;
    font-weight: bold;
    text-align: left;
    line-height: 1.3em;}
h2 img {
    display: block;
    height: 12px;
    margin-top: 5px;}
h3 {
    color: #414141;
    margin: 0 auto;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 1.5em;}
h3 img {
    display: block;
    width: 80px;
    margin: 0 auto;}
h3.privacypolicy {
    color: #414141;
    margin: 0 auto;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 1.5em;}
h3.serviceTtl {
    color: #006bff;
    margin: 0 auto;
    text-align: left;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.3em;}
h4 {
    color: #006bff;
    text-align: left;
    margin: 0.5em auto;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.3em;}
h4.privacypolicy {
    color: #414141;
    margin: 0 auto;
    text-align: left;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 1.5em;
    margin-bottom: 0.3em;}
h4.serviceTtl {
    color: #006bff;
    margin: 0 auto;
    text-align: left;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.3em;}
h4.aboutTtl {
    color: #414141;
    margin: 0 auto;
    text-align: left;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 1.5em;
    margin-bottom: 0.3em;}
h4.accessTtl {
    color: #fff;
    text-align: left;
    font-size: 110%;
    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: 120%;
    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: 110%;
    line-height: 1.2em;
    margin-bottom: 0.5em;}
h5 {
    color: #006bff;
    text-align: left;
    margin: 0.5em auto;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.3em;}
.mb0 {margin-bottom: 0 !important;}
.fs120 {font-size: 120% !important;}

.newsmoreBtn {
    border: 1px #006bff solid;
    background-color: #FFF;
    border-radius: 30px;
    padding: 0px;
    width: 150px;
    position: relative;
    display: inline-block;
    float: right;
    text-align: center;}
.newsmoreBtn a {
    display: block;
    color: #006bff;
    font-weight: bold;
    font-size: 60% !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: 12%;
    font-size: 100%;
    display: inline-block;}
.newsList ul li .new {
    width: 4em;
    display: inline-block;
    background-color: #ff0000;
    border-radius: 20px;
    font-size: 90%;
    color: #FFF;
    line-height: 1.8em;
    text-align: center;
    margin-right: 0.5em;}
.newsList ul li .text {
    font-size: 110%;
    display: inline;}
.newsList ul li a:link,.newsList ul li a:visited {color:#414141;text-decoration:underline;}
.newsList ul li a:hover,.newsList ul li a:active {color:#414141;text-decoration:none;}

.newsList2 {
    margin-bottom: 20px;}
.newsList2 ul li {
    padding: 15px 10px;
    border-bottom: 1px #b2b2b2 solid;}
.newsList2 ul li .date {
    font-size: 100%;
    display: inline-block;}
.newsList2 ul li .new {
    width: 4em;
    display: inline-block;
    background-color: #ff0000;
    border-radius: 20px;
    font-size: 90%;
    color: #FFF;
    line-height: 1.8em;
    text-align: center;
    margin-left: 0.5em;}
.newsList2 ul li .text {
    font-size: 110%;
    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: 100%;
    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: 98%;}
.serviceBoxL {
    width: 480px;}
.serviceBoxS {
    width: 320px;}
.serviceBox a:link,.serviceBox a:visited {color: #414141; text-decoration:none;}

.serviceBtn {
    background-color: #ffab00;
    border-radius: 30px;
    padding: 0px;
    width: 260px;
    position: relative;
    display: block;
    margin: 30px auto 10px auto;
    text-align: center;}
.serviceBtn a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    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;
    margin: 20px 0;}
.service_system {
    width: 295px;
    background-color: #d2ecff;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;}

.service_testing {
    color: #414141;
    font-weight: bold;
    font-size: 100%;
    background-color: transparent;
    text-align: left;
    line-height: 1.5em;
    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: 90%;
    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: 110%;
    width: 20%;
    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: 100%;
    font-weight: normal;
    text-align: left;
    width: 78%;
    margin-bottom: 10px;}

.developmentL {
    width: 480px;
    margin: 0;
    text-align: center;}
.developmentR {
    width: 430px;}
.developmentL2 {
    width: 650px;}
.developmentR2 {
    width: 200px;
    margin: 0 auto;
    text-align: center;}

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

.access_map {
    max-width: 1000px;
    margin: 20px auto;}
.access_map iframe {
    width: 100%;
    height: 630px;}
.accessImg {
    width: 300px;}
.accessTxt {
    color: #414141;
    font-weight: normal;
    font-size: 100%;
    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: center;
    font-size: 120%;
    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: 100%;
    width: 8%;
    padding: 5px 10px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    border-radius: 0;
    background-color: #006bff;
    margin-right: 10px;}
.schedule_place dd {
    font-size: 100%;
    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: 100%;
    vertical-align: top;
    font-weight: bold;
	padding: 8px 5px;}
.calendarTbl td span {
    display: block;
    font-weight: normal;
    line-height: 1.2em;
    font-size: 90%;
    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: 18%;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
    background-color: #fff8d1;
	padding: 8px;
    color: #414141;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;}
.entryTbl td {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: left;
    background-color: #fff;
    color: #414141;
    font-size: 100%;
    font-weight: normal;
	padding: 8px 15px;}

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

.paginationC {
    text-align: center;
    margin: 100px auto 50px auto;}
.pagination {
    display: inline-block;}
.pagination a {
    color: #414141;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
    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: 430px;
    margin: 30px auto;
    text-align: center;}

.contactTbl table {
	width: 90%;
	border-spacing: 0px;
	margin: 30px auto;}
.contactTbl th {
    width: 20%;
	padding: 10px;
    color: #006bff;
    font-size: 110%;
    vertical-align: top;
    font-weight: bold;
    text-align: left;}
.contactTbl th span,
.contactTbl td span.asterisk {
    display: inline-block;
    color: #ff0000;
    font-size: 90%;
    padding-left: 0.2em;
    font-weight: normal;
    vertical-align: top;}
.contactTbl td {
	text-align: left;
    color: #414141;
    font-size: 100%;
    font-weight: normal;
	padding: 10px 15px;}
.contactTbl td span.ttl {
    display: block;
    color: #006bff;
    font-size: 110%;
    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:20em;
	margin:0px 5px 10px 5px;
    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:15em;
	margin:0px 5px 10px 5px;
	font-size:120%;}
.form_send_arrow,
.form_back_arrow {
    display:inline-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: 15px;
    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: 15px;
    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: 280px;
    padding: 50px 0;}
.bg_recruit {
    background-image: url(../img/image02.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 280px;}
.bg_about02 {
    background-image: url(../img/image03.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 500px;}
.bg_recruit02 {
    background-image: url(../img/image04.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 500px;}
.bg_recruit03 {
    background-image: url(../img/image05.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 500px;
    margin-bottom: 50px;}

.LinkList {
    width: 30%;
    border: 1px #cccccc solid;
    background-color: #FFF;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0px;
    margin: 30px 0;}
.LinkList img {
    width: 35%;
    margin-bottom: 20px;}
.LinkList a {
    color: #ffab00;
    font-weight: bold;
    font-size: 100%;
    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;}

.listDisc {
	padding: 0px;
	margin:0px;}
.listDisc li {
	text-align: left;
	line-height: 1.4em;
	list-style-type:none;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}

.contactTxtC {
    text-align: center;}
.telImg {
    margin: 0 auto;
    text-align: center;}
.telImg img {
    width: 90%;}
.telTxt {
    font-size: 85%;
    text-align: right;
    padding-top: 0.5em;}
.contactBtn {
    width: 90%;
    position: relative;
    margin: 0px auto;}
.contactBtn.W45 {width: 45%;}
.contactBtn 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;}
.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: 40%;
    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 img,
.footerLogo3 img {width: 350px;}
.footerLogo2 img {width: 200px;}

.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: 20px;
    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 30px auto;}
.privacyTbl th {
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
    background-color: #fff;
	padding: 5px 15px;
    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 15px;}
.privacyTbl td:first-child {
    width: 30%;}

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

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


/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
.linkTxtBox {
    display: block;
    width: 100%;
    background-color: #636363;
    margin: 0;
    padding: 0;}
.linkTxt ul {
	margin:3% 0;}
.linkTxt ul li {
	width:18%;
	display:block;
	float:left;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
    color: #FFF;}
.linkTxt ul li.short {
    width: 14%;}
.linkTxt ul li.long {
    width: 36%;}
.linkTxt ul li ul {
	padding-left:10px;
	margin-top: 5px;}
.linkTxt ul li ul li {
	display:block;
	width:100%;
	float:none;
	margin-bottom:3px;
	font-size: 90%;
	font-weight: normal;
    padding: 0 0 0 1em;
    text-indent: -1em;}
.linkTxt ul li a,
.linkTxt ul li ul li a {
    color: #FFF;}
.linkTxtBox a:link,.linkTxtBox a:visited {color:#fff;text-decoration:none;}
.linkTxtBox a:hover,.linkTxtBox a:active {color:#fff;text-decoration:none;}

#footer{
    margin: 0px;
	padding: 50px 0;
	background-color: #006bff;}
#footer .cInner {
	position:relative;
	color: #FFFFFF;
	text-align: center;}
#footer .logo {
    width: 400px;
	margin:0px auto 40px auto;}
#footer .address {
	font-size:100%;
	padding:0 0 2em 0;}
#footer .copyright {
	font-size:93%;
	padding:0;}

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

