@charset "UTF-8";

@media screen and (min-width: 1400px) and (max-width: 1500px) {}

/*bigpc*/

@media screen and (min-width: 769px) and (max-width: 1400px) {}

/*smallpc*/

@media screen and (min-width: 769px) {}

/*pc*/

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

/*sptab*/

@media screen and (min-width: 769px) {}

div.sp {
    display: none;
}

br.sp {
    display: none;
}

.sp {
    display: none;
}

#container {
    width: 100%;
    margin: 0 auto;
}

.inline {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

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

		header 共通

	=================================*/
header {
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    margin-top: 0 auto;
}

.under header {
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    margin-top: 0 auto;
    background-color: #fff;
}

header.scroll {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow-: 0px 9px 3px -3px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    z-index: 100;
    height: 86px;
}

header h1 {
    /*width: 166px;
		margin: 0 auto;*/
    text-align: center;
    padding-top: 40px;
    padding-bottom: 27px;
}

header div#sp_menubtn {
    display: none;
}

header.scroll h1 {
    padding-top: 20px;
    float: left;
    width: 133px;
    padding-right: 30px;
}

header.scroll h1 img {
    width: 100%;
}

header.scroll nav#nav ul {
    padding-top: 22px;
}

header nav#nav ul {
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-flex;
    /* safari6~ */
    justify-content: space-around;
    -ms-flex-pack: justify;
    /* IE10 */
    -webkit-justify-content: space-between;
    /* safari6~ */
}

header nav#nav ul li {
    font-size: 15px;
}

header nav#nav ul li.active a {
    border-bottom: 3px solid #023569;
    color: #023569;
    font-weight: bold;
}

.index header nav#nav ul li.active a {
    border-bottom: 3px solid #fff;
    color: #fff;
    font-weight: bold;
}

.index header.scroll nav#nav ul li a {
    color: #0a1925;
}

.index header.scroll nav#nav ul li.active a {
    border-bottom: 3px solid #023569;
    color: #023569;
    font-weight: bold;
}

header nav#nav ul li a {
    display: block;
    padding: 0px 22px 10px;
}

.index header nav#nav ul li a {
    color: #fff;
}

header nav#nav ul li.first {
    padding-left: 10px;
}

header nav#nav ul li:nth-child(2) {
    padding-left: 15px;
}

header.scroll nav#nav ul li:nth-child(2) {
    padding-left: 0px;
}

header nav#nav ul li.first a {
    margin-right: 13px;
}

header.scroll nav#nav ul li.first a {
    margin-right: 0px;
}

header.scroll nav#nav ul li.pc {
    padding-right: 27px;
}

header nav#nav ul li.arr01,
header nav#nav ul li.arr02,
header nav#nav ul.sp01,
header nav#nav ul.sp02 {
    display: none;
}

header.scroll nav#nav ul li {
    padding-right: 33px;
}

header.scroll nav#nav ul li.last {
    padding-right: 0px;
}

header.scroll nav#nav ul li a {
    padding: 0px 0px 13px 0px;
}

header.scroll nav#nav ul li a:nth-child(7) {
    padding-right: 0px;
}

header nav#nav ul li a.active:hover {
    /*border-bottom: 3px solid #023569;
	    color: #023569;
	    font-weight: bold;*/
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    cursor: default;
}

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

		mv 共通

	=================================*/
.mv {
    background: url('../img/top_img/mv.png') no-repeat center fixed;
    position: relative;
    top: -148px;
    height: 805px;
    background-size: cover;
    z-index: 0;
    margin: 0 auto;
    text-align: center;
}

.mv.company {
    background-image: url('../img/under_mv/under_mv01.png');
}

.mv.company.information {
    background-image: url('../img/under_mv/under_mv01.png');
}

.mv.company.greeting {
    background-image: url('../img/under_mv/under_mv01.png');
}

.mv.about {
    background-image: url('../img/under_mv/under_mv01.png');
}

.mv.about.business {
    background-image: url('../img/under_mv/under_mv01.png');
}

.mv.about.flow {
    background-image: url('../img/under_mv/under_mv01.png');
}

.mv.about.fqa {
    background-image: url('../img/under_mv/under_mv01.png');
}

.mv.about.training {
    background-image: url('../img/under_mv/under_mv01.png');
}

.mv.union {
    background-image: url('../img/under_mv/under_mv01.png');
}

.mv.recruit {
    background-image: url('../img/under_mv/under_mv01.png');
}

.mv.rule {
    background-image: url('../img/under_mv/under_mv01.png');
}

.mv.contact {
    background-image: url('../img/under_mv/under_mv01.png');
}

.mv h1 {
    padding-top: 300px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    /*text-shadow: 3px 3px 3px rgba(255, 255, 255, 1)*/
}

.under .mv h1 {
    color: #fff;
    text-shadow: none;
    padding-top: 350px;
}

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

		btn 共通

	=================================*/
.btn a {
    display: block;
    width: 300px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
    /*background-color: #fff;*/
    border: 1px solid #023f73;
    background-image: url('../img/cmn_img/arr_right_blue.png');
    background-position: right 15px top 17px;
    background-repeat: no-repeat;
    padding-top: 10px;
    color: #023f73;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
    font-size: 18px;
}

.btn.blue a {
    background-color: #023f73;
    border: 1px solid #fff;
    color: #fff;
    background-image: url('../img/cmn_img/arr_right_white.png');
}

.btn a:hover {
    background-color: #023f73;
    border: 1px solid #fff;
    color: #fff;
    background-image: url('../img/cmn_img/arr_right_white.png');
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.btn.blue a:hover {
    background-color: #fff;
    border: 1px solid #023f73;
    color: #023f73;
    background-image: url('../img/cmn_img/arr_right_blue.png');
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

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

		footer　共通

	=================================*/
footer {
    width: 100%;
    text-align: center;
    /*背景斜めの対策↓*/
    z-index: 10;
    overflow: hidden;
    position: relative;
    margin-top: -150px;
}

footer .inline.sp {
    display: none;
}

footer h1 {
    padding-bottom: 50px;
}

footer .clearfix {
    padding-bottom: 63px;
}

.footarea01 ul li,
.footarea02 ul li,
.footarea03 ul li,
.footarea04 ul li {
    text-align: left;
    font-size: 14px;
    line-height: 32px;
    color: #383838;
}

.footarea01 ul li a.txt_gray,
.footarea02 ul li a.txt_gray,
.footarea03 ul li a.txt_gray,
.footarea04 ul li a.txt_gray {
    color: #8c8c8c;
}

.footarea01 {
    width: 220px;
    padding-left: 50px;
}

/*横並びver*/
.footarea01 {
    width: 1000px;
    padding-left: 0px;
}

.footarea01 ul {
    display: flex;
    justify-content: space-around;
}

/*.footarea01 ul li{
		display: inline;
	}*/
.footarea02 {
    width: 280px;
}

.footarea03 {
    width: 220px;
}

.copyright {
    text-align: center;
    background-color: #023f73;
    width: 100%;
    color: #fff;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
}

.copyright p {
    padding: 8px 0;
}

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

		top page

	=================================*/
.indexbox01,
.indexbox02,
.indexbox03 {
    /*background-color: #f2f5f7;*/
    z-index: 1;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    position: relative;
    top: -300px;
    margin: 0 -120px;
}

.indexbox02 {
    /*background-color: #023f73;*/
    color: #fff;
    /*		top: -440px;
*/
}

.index .indexbox02 {
    /*top: -440px;*/
}

.under .indexbox02 {
    margin: 0 -120px;
    /*background-color: #fff;*/
    color: #34404a;
}

.under .indexbox02.top240 {
    top: -240px;
    padding-bottom: 60px;
}

.indexbox03 {
    background-color: #fff;
    /*top: -580px;*/
}

.index .indexbox03 {
    /*top: -580px;*/
}

.indexbox04 {
    width: 1344px;
    height: 458px;
    overflow: hidden;
    margin: 0 auto 50px;
    margin-top: -210px;
    /*margin-top: -510px;*/
    z-index: 10;
    position: relative;
}

.index .indexbox04 {
    /*margin-top: -510px;*/
}

.under .indexbox04.top80 {
    /*margin-top: -80px;*/
    padding-top: 90px;
}

.indexbox01 .inline,
.indexbox02 .inline,
.indexbox03 .inline {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    padding: 100px 100px 80px 100px;
}

.indexbox03 .inline {
    padding-bottom: 0px;
}

.index .indexbox03 .inline {
    padding-bottom: 80px;
}

.index .indexbox03 .inline img.pc {
    padding-bottom: 80px;
}

.indexbox01,
.indexbox02,
.indexbox03,
.indexbox04 {
    text-align: center;
}

.indexbox01 h1,
.indexbox02 h1,
.indexbox03 h1,
.indexbox04 h1 {
    font-size: 32px;
    padding-bottom: 40px;
    line-height: 1.6;
}

.indexbox01 h2,
.indexbox02 h2,
.indexbox03 h2,
.indexbox04 h2 {
    font-size: 28px;
    padding-bottom: 25px;
}

.indexbox01 p,
.indexbox02 p,
.indexbox03 p,
.indexbox04 p {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 50px;
    text-align: left;
    width: 800px;
    margin: auto;
}

.indexbox03 p.indent {
    padding-bottom: 25px;
}

.indexbox02 p.kumiai {
    padding-bottom: 0px;
}

.indexbox01 h1,
.indexbox03 h1 {
    color: #023f73;
}

.under .indexbox02 h1 {
    color: #023f73;
}

/*個人情報保護方針ページ*/
.under.rule .indexbox01 h1,
.under.rule .indexbox02 h1,
.under.rule .indexbox03 h1,
.under.rule .indexbox04 h1 {
    text-align: left;
    width: 800px;
    margin: 0 auto;
}

/*採用情報ページ  ※中身が少ないのでpadding-bottomwで余白を取っています*/
/*
	.under.recruit .indexbox01 h1{
		padding-bottom: 100px;
	}
*/
.indexbox03 img.pc {
    padding-top: 60px;
}

.indexbox03 img.sp {
    display: none;
}

.indexbox04 a {
    display: block;
    width: 1344px;
    height: 458px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background-size: 140% auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 10;
}

.indexbox04 a::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../img/top_img/recruit_bg.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.indexbox04 a:hover:after {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.indexbox04 a .inline {
    z-index: 1;
    position: relative;
    color: #fff;
    padding-top: 90px;
}

.indexbox04 a .inline .btn p {
    display: block;
    width: 270px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    background-image: url('../img/cmn_img/arr_right_white.png');
    background-position: right 15px top 17px;
    background-repeat: no-repeat;
    padding-top: 8px;
    color: #fff;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
    font-size: 18px;
    padding-bottom: 0px;
}

.indexbox04 a:hover .inline .btn p {
    background-color: #fff;
    border-style: none;
    border-width: 0px;
    color: #023f73;
    background-image: url('../img/cmn_img/arr_right_blue.png');
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.under .indexbox02 .no01,
.under .indexbox02 .no02 {
    padding-bottom: 80px;
}

.under .indexbox01 .dllist {
    padding-bottom: 60px;
}

.under .indexbox02 .no02 .btn {
    margin-bottom: 60px;
}

.boxlink {
    margin: 0 auto;
    text-align: center;

}

.boxlink a {
    display: block;
    width: 380px;
    height: 320px;
    float: left;
    /*box-sizing: border-box;*/
    margin-left: 100px;
    margin-right: 40px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #023f73;
    overflow: hidden;
}

.boxlink a:nth-of-type(2) {
    margin-left: 0px;
    margin-right: 100px;
}

.boxlink a>dl {
    box-sizing: border-box;
    width: 380px;
    height: 320px;
}

.boxlink a>dl>dt {
    width: 380px;
    height: 260px;
    overflow: hidden;
    box-sizing: border-box;
}

.boxlink a>dl>dt>img {
    transition: 0.3s;
}

.boxlink a>dl>dd {
    width: 380px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #023f73;
    background-image: url('../img/cmn_img/arr_right_blue.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    text-align: center;
    font-size: 18px;
    padding-top: 17px;
}

.boxlink a:hover>dl>dt>img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.dllist dl {
    width: 1000px;
    border-top: 1px solid #dde5ea;
}

.dllist dl:nth-last-of-type(1) {
    border-bottom: 1px solid #dde5ea;
}

.dllist dl dt {
    padding: 20px 0 20px;
    font-size: 18px;
    color: #023f73;
    text-align: left;
}

.dllist dl dt strong {
    font-weight: bold;
}

.dllist dl dd {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
    color: #34404a;
    text-align: left;
}

.dllist dl dd strong {
    font-weight: bold;
}

/* 20180130追記 */

p.indent {
    display: block;
    width: 70%;
    margin: 0 15%;
}

p.w1000 {
    width: 1000px;
}

ul.disc {
    list-style: disc;
    text-align: left;
    width: 80%;
    margin: 0 10%;
    padding: 0 0 50px 30px;
}

/* 20180831追記 職員採用制度テーブル */

.indexbox01 table {
    width: 80%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

.indexbox01 table,
th,
td {
    border: none;
}

.indexbox01 th,
td {
    border-top: 1px solid #999;
    font-size: 18px;
    line-height: 1.5;
    padding: 0.5rem;
}

.indexbox01 th {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.indexbox01 td {
    text-align: left;
    vertical-align: top;
}

.indexbox01 tr:last-child td,
.indexbox01 tr:last-child th {
    border-bottom: 1px solid #999;
}

.indexbox01 table tr:nth-child(odd) {
    background: #ddd;
}

.point {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    font-size: 16px;
    background: #f57a78;
    color: #FFF;
    box-sizing: border-box;
    width: 260px;
    margin: 10px 0;
}

.point:before,
.point:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.point:before {
    top: 0;
    left: 0;
    border-width: 20px 0px 20px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.point:after {
    top: 0;
    right: 0;
    border-width: 20px 15px 20px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

/* 20201021追記 */

.indexbox__chk_label {
    display: block;
    margin: 0 auto 40px;
    cursor: pointer;
}

.indexbox__chk_text {
    font-size: 18px;
}

.indexbox__chk_mail {
    display: block;
    margin: 40px auto 0;
    font-size: 18px;
    color: #023f73;
    transition: .6s ease-in;
}

.indexbox__chk_hide {
    opacity: 0;
}

.indexbox__events_none a {
    border: 1px solid #f2f5f7 !important;
    background-color: #f2f5f7 !important;
    background-image: url("../img/cmn_img/arr_right_blue.png") !important;
    pointer-events: none;
    color: #023f73 !important;
    opacity: .5;
}

.indexbox__tabs {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 60px;
}

.indexbox__tabs_item {
    display: block;
    width: 48%;
    padding: 14px 0;
    border: 1px solid #023f73;
    box-sizing: border-box;
    background: #FFF;
    transition: .3s;
    font-size: 18px;
    color: #023f73;
    cursor: pointer;
}

.indexbox__tabs_current {
    background: #023f73;
    color: #FFF;
}

.pages__viet {
    display: none;
}

.pdf_link {
    text-align: left;
    margin-top: 20px;
    font-size: 18px;
}
.pdf_link li {
    margin-bottom: 10px;
 }
.pdf_link a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  text-decoration: underline;
  color: #0600ff;
}
.pdf_link a:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #043f71;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.pdf_link a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
}
