﻿@charset "utf-8";
body { position:relative; }

.sp { display: none;  }
.pc { display: block; }
img { width:auto; }

.acc dd {
  display: none;
}
.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

#wrap { 
	width:100%;
  padding-top: 163px;
}
.common_wrap01 {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.common_wrap02 {
  width: 92%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.common_wrap03 {
  width: 92%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.common_wrap04 {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.common_inlinelist01 { letter-spacing:-.4em; }
.common_inlinelist01 li {
	letter-spacing: normal;
	display:inline-block;
}
.common_flex01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common_flex01.both {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common_flex01.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.common_flex02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.common_btn01 a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  outline: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: .3s;
}
.common_btn01 a span {
  font-weight: bold;
	position: relative;
	z-index: 3;
}
.common_btn01 a:hover span{
}

.common_btn01 a::before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	width: 100%;
	height: 102%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.common_btn01 a:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
}
.common_btn01 a::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  transform: rotate(45deg);
  z-index: 10;
}

/* color*/
.common_btn01.blue a {
  border: 1px solid #0053a7;
  background: #0053a7;
}
.common_btn01.blue a::before {
 	background: #fff;
}
.common_btn01.blue a span {
	color: #fff;
}
.common_btn01.blue a:hover span{
	color: #0053a7;
}
.common_btn01.blue a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.common_btn01.blue a:hover::after {
  border-top: solid 2px #0053a7;
  border-right: solid 2px #0053a7;
}

.common_btn01.white a {
  border: 1px solid #fff;
  background: #fff;
}
.common_btn01.white a::before {
 	background: #0053a7;
    height: 104%;
}
.common_btn01.white a span {
	color: #0053a7;
}
.common_btn01.white a:hover span{
	color: #fff;
}
.common_btn01.white a::after {
  border-top: solid 2px #0053a7;
  border-right: solid 2px #0053a7;
}
.common_btn01.white a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.common_btn02 a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  padding: 25px 0;
  text-align: center;
  outline: none;
  transition: .3s;
}
.common_btn02 a span {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
	position: relative;
	z-index: 3;
}
.common_btn02 a:hover span{
}

.common_btn02 a::before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.common_btn02 a:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
}
.common_btn02 a::after {
  content: '';
  width: 40px;
  height: 7px;
  transform: skew(55deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  z-index: 10;
}
/* color*/
.common_btn02.blue a {
  border: 1px solid #0053a7;
  background: #0053a7;
}
.common_btn02.blue a::before {
 	background: #fff;
}
.common_btn02.blue a span {
	color: #fff;
}
.common_btn02.blue a:hover span{
	color: #0053a7;
}
.common_btn02.blue a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.common_btn02.blue a:hover::after {
  border-bottom: 1px solid #0053a7;
  border-right: 1px solid #0053a7;
}

.common_btn02.white a {
  border: 1px solid #fff;
  background: #fff;
}
.common_btn02.white a::before {
 	background: #0053a7;
}
.common_btn02.white a span {
	color: #0053a7;
}
.common_btn02.white a:hover span{
	color: #fff;
}
.common_btn02.white a::after {
  border-bottom: 1px solid #0053a7;
  border-right: 1px solid #0053a7;
}
.common_btn02.white a:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}


.common_txt01 {/*16-36*/
  font-size: 16px;
  line-height: 200%;
}
.common_indent01 {
  text-indent: -1em;
  padding-left: 1em;
}

.common_ttl01 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-top: 24px;
  position: relative;
  margin-bottom: 40px;
  color: #000;
}
.common_ttl01::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #0053a7;
  position: absolute;
  top: 0;
  left: 0; right: 0;
  margin: auto;
}
.common_ttl01 .en {
  font-size: 14px;
  font-weight: bold;
  color: #0053a7;
  display: block;
}

.common_ttl02 {
  font-size: 80px;
  font-weight: bold;
  color: #004da4;  
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.common_ttl02 .ja {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  display: block;
}

.common_ttl03 {
  font-size: 20px;
  font-weight: bold;
  color: #0053a7;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.common_ttl04 {
  text-align: center;
  margin-bottom: 30px;
}
.common_ttl04 span {
  font-size: 18px;
  font-weight: bold;
  color: #0053a7;
  display: inline-block;
  position: relative;
}
.common_ttl04 span::before ,
.common_ttl04 span::after {
  content: "";
  display: block;
  width: 29px;
  height: 1px;
  background: #0053a7;
  position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.common_ttl04 span::before {
  left: -48px;
}
.common_ttl04 span::after {
  right: -48px;
}

.common_ttl05 {
  font-size: 18px;
  font-weight: bold;
  color: #0053a7;
}
.common_ttl05::before {
  content: "■";
  font-size: 16px;
  font-weight: bold;  
  color: #0053a7;
  margin-right: 8px;  
}

.common_bg_gray {
  background: #f5f5f5;
}

.common_list_c01 {
  margin-left: 1.5em;
}
.common_list_c01 li {
  list-style: disc;
  line-height: 190%;
  margin-bottom: 5px;
}
.common_list_d01 {
  margin-left: 1.5em;
}
.common_list_d01 li {
  list-style: decimal;
  line-height: 190%;
  margin-bottom: 5px;
}
.common_list_r01 {
  margin-left: 2em;
}
.common_list_r01 li {
  list-style: upper-roman;
  line-height: 190%;
  margin-bottom: 5px;
}

.common_line01 {
  border: none;
  border-top: 1px solid #ddd;
  margin-bottom: 30px;
}


/* =============================== header =============================== */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
  background: #fff;
  border-bottom: 3px solid #0053a7;
}
.h_inner {
  box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding: 20px 0 30px;
}
.h_navi li:nth-last-child(n+2) {
  margin-right: 10px;
}
.h_navi li a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
}
.h_navi li:nth-child(1) a {
  background: #6eb41e;
  border: 1px solid #6eb41e;
}
.h_navi li:nth-child(2) a ,
.h_navi li:nth-child(3) a {
  background: #0053a7;
  border: 1px solid #0053a7;
}
.h_navi li a span {
  display: block;
  color: #fff;
  padding: 14px 35px 14px 55px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}
.h_navi li:nth-child(1) a span {
  background: url(../images/common/h_navi_icon01.png) no-repeat left 17px center;
}
.h_navi li:nth-child(2) a span {
  background: url(../images/common/h_navi_icon02.png) no-repeat left 17px center;
}
.h_navi li:nth-child(3) a span {
  background: url(../images/common/h_navi_icon03.png) no-repeat left 15px center;
}
.h_navi li a::before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 10px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
  z-index: 10;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.h_navi li a::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0;
  border-radius: 50%;
  background: #fff;
  transition: .3s
}

.h_navi li:nth-child(1) a:hover span {  
  background: url(../images/common/h_navi_icon01_on.png) no-repeat left 17px center;
  color: #6eb41e;
}
.h_navi li:nth-child(2) a:hover span {  
  background: url(../images/common/h_navi_icon02_on.png) no-repeat left 17px center;
  color: #0053a7;
}
.h_navi li:nth-child(3) a:hover span {  
  background: url(../images/common/h_navi_icon03_on.png) no-repeat left 15px center;
  color: #0053a7;
}

.h_navi li:nth-child(1) a:hover::before {
  border-top: solid 2px #6eb41e;
  border-right: solid 2px #6eb41e;
}
.h_navi li:nth-child(2) a:hover::before ,
.h_navi li:nth-child(3) a:hover::before {
  border-top: solid 2px #0053a7;
  border-right: solid 2px #0053a7;
}
.h_navi li a:hover::after {
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
  transition: .3s;
}

@media screen and (max-width: 1100px){
  #h_logo {
    width: calc( 100% - 640px );
  }
  #h_logo img {
    max-width: 100%;
  }
  .h_navi li a span {
    font-size: 12px;
    padding: 14px 30px 14px 50px;
  }
}

#g_nav .level1 {
  vertical-align: top;
}
#g_nav .level1 > li {
  cursor: pointer;
  width: calc( 100% / 6 );
  box-sizing: border-box;
  text-align: center;
}
#g_nav .level1 > li:last-child {
}
#g_nav .level1 > li > a {
  display: block;
  line-height: 1;
  text-decoration: none;
}
#g_nav .level1 > li.g_nav_tgl > a {
  padding-bottom: 27px;
}
#g_nav .level1 > li.g_nav_tgl > a.nolink {
  cursor: default;
}

#g_nav .level1 > li > a:hover > span::before {
  content: "";
  background: #e5edf6;
  width: 94%;
  position: absolute;
  z-index: -1;
  height: 46px;
  top: -3px;
  left: 0; right: 0;
  margin: auto;
}
#g_nav .level1 > li > a:hover {
  color: #0053a7;
}
#g_nav .level1 > li.g_nav_tgl > a:hover > span::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0; right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 9.5px 5.5px;
  border-color: transparent transparent #0053a7 transparent;
}
#g_nav .level1 > li > a > span {
  display: block;
  padding: 8px 0;
  box-sizing: border-box;
  font-size: 16px;
  border-left: 1px solid #ddd;
  position: relative;
}
#g_nav .level1 > li:last-child > a > span {
  border-right: 1px solid #ddd;
}

/* mega */
#g_nav li {
  transition: all .3s ease-in-out;
}
#g_nav ul > li.g_nav_tgl a:hover + .megamenu ,
#g_nav ul > li.g_nav_tgl .megamenu:hover {
  max-height: 9999px;
  opacity: 1;
  padding: 50px 0;
}
#g_nav ul > li a {
  position: relative;
}
#g_nav ul > li a::after {
  content: none;
  transition: all 5s ease-in;
}/*
#g_nav ul > li.g_nav_tgl:hover > a > spana::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 20px solid #0053a7;
  transition: all 5s ease-in;
  z-index: 1000;
}*/
 
.megamenu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 155px;
  left: 0;
  transition: all .2s ease-in;
  z-index: 999;
  background: #0053a7;
  text-align: left;
  cursor: default;
}
.megamenu .megamenu_inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.megamenu .megamenu_inner .tgl_ttl {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  width: 18.5%;
  padding: 20px 0;
  border-right: 1px solid rgba(255,255,255,.3);
}
.megamenu .megamenu_inner .tgl_ttl .en {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  opacity: .3;
  display: block;
  margin-top: 5px;
}
.megamenu ul {
  margin-top: 15px;
  margin-left: 65px;
  width: calc( 81.5% - 75px );
}
.megamenu ul li {
  margin-right: 45px;
  margin-bottom: 15px;
}
.megamenu ul.recruit li {
  width: 9em;
}
.megamenu ul li a {
  text-decoration: none;
  display: block;
  padding: 0 0 0 25px;
  color: #fff;
  box-sizing: border-box;
  background: url(../images/common/g_nav_icon01.png) no-repeat left top 5px;
}
.megamenu ul li a .en {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  opacity: .3;
  display: block;
  margin-top: 5px;
}
.megamenu-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
} 
.megamenu-inner li {
  width: calc( (100% / 5) );
  padding: 0;
} 
.megamenu-inner a {
  border-left: none;
} 
.megamenu-inner-img {
  margin: 0 0 10px;
}
.megamenu-inner-text img {
  margin: 0 5px 0 0;
}


.fixed .h_inner {
  padding: 10px 0 13px;
}
.fixed .h_navi li a span {
  padding: 9px 35px 9px 55px;
}
.fixed #g_nav .level1 > li > a > span {
  padding: 5px 0;
}
.fixed #g_nav .level1 > li.g_nav_tgl > a {
  padding-bottom: 7px;
}
.fixed #g_nav .level1 > li.g_nav_tgl > a:hover > span::after {
  bottom: -9px;
}
.fixed #g_nav .level1 > li > a:hover > span::before {
  height: 36px;
  top: 0;
}
.fixed .megamenu {
  top: 100px;
}
@media screen and (max-width: 1100px){
  .fixed .h_navi li a span {
    font-size: 12px;
    padding: 9px 30px 9px 50px;
  }
}




footer {
  position: relative;
}
.btn_pagetop {
  position: fixed;
  right: 30px;
  bottom: 35px;
  z-index: 999;
}

.f_contact_bk {
  padding: 70px 0;
  background: #003264;
}
.f_contact_bk .common_flex01 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.f_contact_bk .common_flex01 > div {
  min-height: 140px;
}
.f_contact_bk .f_contact_mail {
  background: #fff;
  width: 47.5%;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 4.1%;
}
.f_contact_bk .f_contact_mail .common_btn01 a {
  width: 100%;
  padding: 10px 0;
}
.f_contact_bk .f_contact_mail .common_btn01 a span {
  font-size: 18px;
}
.f_contact_bk .f_contact_tel {
  background: #fff;
  width: 47.5%;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 4.1% 30px;
}
.f_contact_bk .f_contact_tel .sttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-right: 12px;
  padding: 7px 15px;
  line-height: 1;
  background: #0053a7;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.f_contact_bk .f_contact_tel .sttl + a {
  font-size: 46px;
  font-weight: bold;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #0053a7;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  pointer-events: none;
}
.f_contact_bk .f_contact_tel .time {
  margin-top: 5px;
}
@media screen and (max-width:1200px){
  .f_contact_bk .f_contact_mail .common_btn01 a span {
    font-size: 1.35vw;
  }
  .f_contact_bk .f_contact_tel .sttl + a {
    font-size: 3.85vw;
  }
  .f_contact_bk .f_contact_mail p ,
  .f_contact_bk .f_contact_tel .time {
    font-size: 1.23vw;
  }
}

.f_banner_bk {
  padding: 70px 0 50px;
  background: #f5f5f5;
}  
.f_banner_list li {
  width: 22.5%;
  margin-bottom: 20px;
  margin-right: calc( 10% / 3 );
}
.f_banner_list li:nth-child(4n) {
  margin-right: 0;
}
.f_banner_list li img {
  max-width: 100%;
}
.f_banner_list li a {
  transition: .3s;
}
.f_banner_list li a:hover {
  transition: .3s;
  opacity: .6;
}

.f_nav_bk {
  padding: 70px 0 10px;
}
.f_nav .page li {
  line-height: 240%;
}
.f_nav .page li.ttl {
  margin-bottom: 20px;
}
.f_nav .page li a {
  font-weight: bold;
  text-decoration: none;
}
.f_nav .subpage li {
  line-height: 220%;
}
.f_nav .subpage li.ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
.f_nav .subpage li a {
  padding-left: 15px;
  text-decoration: none;
  position: relative;
}
.f_nav .subpage li a::before {
  content: "";
  display: block;
  background: #0053a7;
  width: 8px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0;
}

.f_logo_bk {
  text-align: center;
}
.f_logo {
  margin-bottom: 35px;
}
.f_logo a {
  transition: .3s;
}
.f_logo a:hover {
  transition: .3s;
  opacity: .6;
}
.f_marklist {
  margin-bottom: 20px;
}
.f_marklist li {
  vertical-align: middle;
}
.f_marklist li:nth-last-child(n+2){
  margin-right: 25px;
}
.f_marklist li a {
  transition: .3s;
}
.f_marklist li a:hover {
  transition: .3s;
  opacity: .6;
}
.f_registration_number {
  font-size: 12px;
  text-align: center;
}
.copyright {
  margin-top: 40px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  text-align: center;
  font-size: 12px;
  color: #808080;
  padding-bottom: 70px;
}



.top_main_bk {
}
.top_main .mainimg {
  width: 33%;
  position: relative;
  height: 1px;
  padding-top: 40.85%;
  overflow: hidden;
}
.top_main .mainimg02 {
  width: 34%;
}

.mainimg_inner {
  opacity: 0;
}

.top_main .mainimg_inner::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 4;
}
.top_main .mainimg_inner:hover::before {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.top_main .mainimg01 .mainimg_inner::before {
  background-image: url(../images/top/top_main_bg01.jpg);
}
.top_main .mainimg02 .mainimg_inner::before {
  background-image: url(../images/top/top_main_bg02.jpg);
}
.top_main .mainimg03 .mainimg_inner::before {
  background-image: url(../images/top/top_main_bg03.jpg);
}


@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}


.isPlay::before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #0053a7;
}
.isPlay .mainimg_inner {
  opacity: 1;
}








.top_main .maininfo {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(5px); /*背景をぼかす*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 11% 0 35px;
  text-align: center;
  z-index: 10;
}
.top_main .maininfo::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 22.4%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -28%;
  z-index: 15;
  width: 22.39%;
}
.top_main .mainimg01 .maininfo::before {
  background-image: url(../images/top/top_main_icon01.png);
}
.top_main .mainimg02 .maininfo::before {
  background-image: url(../images/top/top_main_icon02.png);
}
.top_main .mainimg03 .maininfo::before {
  background-image: url(../images/top/top_main_icon03.png);
}
.top_main .maininfo .icon {
  text-align: center;
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  top: -5%;
  z-index: 10;
  width: 22.39%;
}
.top_main .maininfo .icon img {
  max-width: 100%;
}
.top_main .maininfo .ttl {
  font-size: 28px;
  font-size: 1.488vw;
  font-weight: bold;
  margin-bottom: 15px;
}
.top_main .maininfo .txt {
  width: 86.85%;
  font-size: .746vw;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 20px;
  line-height: 185%;
}
.top_main .maininfo .common_btn01 {
  text-align: center;
}
.top_main .maininfo .common_btn01 a {
  width: 260px;
}

.top_about_bk {
  padding: 150px 0;
  background: url(../images/top/top_about_bg.png) no-repeat center center;
  background-size: cover;
}
.top_about .copy {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.top_about .copy strong {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}
.top_about .copy .fc_yel {
  color: #fdf400;
}
.top_about .copy_en {
  color: #fff;
  opacity: .3;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 20px;
  margin-bottom: 50px;
}
.top_about .txt01 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 145%;
  margin-bottom: 30px;
}
.top_about .txt02 {
  color: #fff;
  line-height: 210%;
  margin-bottom: 80px;
}

.top_about_list li {
  width: 21.65%;
  margin-right: 4.45%;
  margin-bottom: 70px;
  text-align: center;
}
.top_about_list li:nth-child(4n) {
  margin-right: 0;
}
.top_about_list li .image {
  margin-bottom: 50px;
  position: relative;
}
.top_about_list li .image::after {
  content: "";
  background: #fdf400;
  display: block;
  width: 42px;
  height: 2px;
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  bottom: -30px;
}
.top_about_list li .ttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.top_about_list li .sttl {
  display: block;
  color: #fff;
  opacity: .3;
  font-weight: bold;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px){
  .top_about_list li .ttl {
    font-size: 1.6vw;
  }
  .top_about_list li .sttl {
    font-size: 1.6vw;
  }
}
.top_about_list li .common_btn01 a {
  width: 100%;
}


.top_news_bk {
  padding: 120px 0;
  background: #f5f5f5;
}
.top_news {
  background: #fff;
  box-sizing: border-box;
  padding: 40px 60px 60px;
}
.top_news .top_news_list {
  margin-bottom: 60px;
}
.top_news_list li {
  border-bottom: 1px solid #ddd;
}
.top_news_list li a {
  display: block;
  text-decoration: none;
  padding: 20px 10px;
  vertical-align: middle;
}
.top_news_list li a span {
  display: inline-block;
  box-sizing: border-box;
}
.top_news_list li a .date {
  width: 100px;
  color: #808080;
}
.top_news_list li a .cat {
  line-height: 1;
  padding: 8px 0;
  width: 90px;
  border: 1px solid #0053a7;
  color: #0053a7;
  text-align: center;
  font-size: 12px;
  margin-right: 20px;
} 
.top_news_list li a .no_cat {
  width: 92px;
  margin-right: 20px;
}  
.top_news_list li a .ttl {
  vertical-align: middle;
  width: calc( 100% - 222px );
} 
.top_news .common_btn01 a {
  width: 260px;
}

.top_recruit_bk {
  padding: 120px 0;
  background: url(../images/top/top_recruit_bg_rt.png) no-repeat right top,
  url(../images/top/top_recruit_bg_lb.png) no-repeat left bottom, url(../images/top/top_recruit_bg_lt.jpg) no-repeat left top , url(../images/top/top_recruit_bg_rb.jpg) no-repeat right bottom, #0153A7;
  background-size: auto 100% ,auto 100% ,auto 100% ,auto 100% ;
  background-blend-mode: soft-light, soft-light, normal, normal;
}
@media screen and (max-width:1200px){
  .top_recruit_bk {
    background-size: auto 50% ,auto 50% ,auto 50% ,auto 50%;
  }
}
.top_recruit .ttl {
  text-align: center;
  margin-bottom: 70px;
}
.top_recruit .ttl .en {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  padding: 15px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.top_recruit_list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom: 70px;
}
.top_recruit .txt {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.top_recruit .common_btn01 a {
  width: 260px;
}
.top_recruit .txt,
.top_recruit_list li img {
  filter: drop-shadow(0 0 5px #003061);
}


.top_banner_bk {
  padding: 60px 0;
}
.top_banner .txt {
  text-align: center;
  margin-bottom: 30px;
}
.top_banner_list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.top_banner_list li:nth-last-child(n+2) {
  margin-right: 60px;
}



/* =============================== sub =============================== */

.breadcrumbs {
  background: #f3f3f3;
  padding: 15px 0;
}
.breadcrumbs li ,
.breadcrumbs li a {
  font-size: 12px;
  text-decoration: none;
}
.breadcrumbs li:nth-last-child(n+2) {
  margin-right: 35px;
  position: relative;
}
.breadcrumbs li:nth-last-child(n+2)::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -4px;
  transform: rotate(45deg);
  z-index: 10;
  border-top: solid 1px #0053a7;
  border-right: solid 1px #0053a7;
}
.breadcrumbs li a {
  color: #0053a7;
}

.sub_main_bk {
  background: url(../images/common/sub_mainttl_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  height: 350px;
}
.sub_main_bk .sub_main {
  position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  width: 92%;
  max-width: 1904px;
}
.sub_main_bk .sub_main_ttl {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.sub_main_bk .sub_main_ttl .en {
  display: block;
  font-size: 16px;
  font-weight: bold;
  opacity: .3;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.sub_main_bk .sub_main_copy {
  color: #fff;
  text-align: center;
  margin-top: 40px;
}


/* =============================== contact =============================== */

.contact_bk {
  padding: 120px 0 130px;
}
.contact_copy {
  text-align: center;
  line-height: 210%;
  margin-bottom: 40px;
}
.contact_select {
  margin-bottom: 70px;
}
.contact_select .contact_service ,
.contact_select .contact_change {
  width: 47%;
}
.contact_select .image img {
  max-width: 100%;
}
.contact_select .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0053a7;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact_select .txt {
  line-height: 170%;
  margin-bottom: 30px;
}
.contact_select .common_btn01 a {
  width: 260px;
}
.contact_caution {
  font-size: 12px;
  line-height: 180%;
}

/* =============================== contractor =============================== */

.contact_tel_bk {
  padding: 120px 0 130px;
}
.contact_tel_bk.recruit_entry_bk {
  padding: 120px 0 90px;
}
.contact_tel .copy {
  text-align: center;
  margin-bottom: 10px;
  line-height: 210%;
}
.contact_address {
  background: #e5edf6;
  padding: 40px 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-top: 40px;
}
.contact_address .ttl {
  font-size: 16px;
  font-weight: bold;
  color: #0053a7;
  margin-bottom: 20px;
}
.contact_address .txt {
  display: inline-block;
  text-align: left;
  line-height: 185%;
}
.contact_address .txt a {
  text-decoration: none;
  pointer-events: none;
}

.contact_form_bk {
  padding: 120px 0;
}
.contact_form {
  width: 94%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 4%;
  box-sizing: border-box;
  background: #fff;
}
.contact_form table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}
.contact_form table th ,
.contact_form table td {
  text-align: left;
  box-sizing: border-box;
}
.contact_form table th {
  border-bottom: 2px solid #0053a7;
  padding: 30px 25px 30px 5px;
  width: 26.67%;
  vertical-align: top;
  position: relative;
}
.contact_form table th .required ,
.contact_form table th .any {
  display: inline-block;
  line-height: 1;
  padding: 7px 8px;
  background: #d23638;
  color: #fff;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 28px;
  right: 20px;
}
.contact_form table th .any {
  background: #999;
}
.contact_form table td {
  border-bottom: 2px solid #ddd;
  padding: 30px 10px 30px 25px;
}
.contact_form table td p {
  margin-top: 10px;
  line-height: 155%;
  color: #555;
}
.contact_form table td.list {
  padding-bottom: 10px;
}
.contact_form table td label {
  margin-right: 26px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
}
.contact_form table td .mwform-radio-field label input {
  margin-right: 0;
}
.contact_form table td input[type="text"],
.contact_form table td input[type="email"],
.contact_form table td textarea {
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  box-sizing: border-box;
  padding: .8em 1.4em;
  border: 1px solid #ddd;
}
.contact_form table td input[type="text"].short {
  max-width: 200px;
}
.contact_form table td input[type="text"].long {
  max-width: 615px;
}
.contact_form table td textarea {
  max-width: 600px;
  height: 12em;
}
.contact_policy {
  text-align: center;
  margin-bottom: 20px;
}
.contact_policy a {
  color: #0053a7;
  text-decoration: underline;
}
.contact_agree {
  margin: 0 auto 30px;
  text-align: center;
  background: #f5f5f5;
  padding: 18px 20px;
  width: 80%;
  max-width: 460px;
}
.txt_check {
  width: 92%;
  max-width: 1000px;
  margin: 10px auto 20px;
  text-align: center;
  line-height: 200%;
}


.submit_btn {
  text-align: center;
}
.submit_btn span {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  width: 300px;
  text-align: center;
  outline: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: .3s;
  border: 1px solid #0053a7;
  background: #0053a7;
  cursor: pointer;
}
.submit_btn span input {
  width: 100%;
  background: none;
  font-weight: bold;
	position: relative;
	z-index: 3;
	color: #fff;
  font-size: 16px;
  padding: 16px 0;
}
.submit_btn span::before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
 	background: #fff;
}
.submit_btn span:hover input {
	color: #0053a7;
}
.submit_btn span:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
	color: #0053a7;
}
.submit_btn span::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  transform: rotate(45deg);
  z-index: 10;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.submit_btn span:hover::after {
  border-top: solid 2px #0053a7;
  border-right: solid 2px #0053a7;
}

.submit_btn #backbtn {
  border: 1px solid #333;
  background: #333;
  margin-right: 15px;
}
.submit_btn span#backbtn:hover input {
	color: #333;
}
.submit_btn span#backbtn:hover::before{
	color: #333;
}
.submit_btn span#backbtn::after ,
.submit_btn span#backbtn:hover::after {
  display: none;
}
.mw_wp_form_input .submit_btn #backbtn {
  display: none;
}
.mw_wp_form_confirm table td p ,
.mw_wp_form_confirm .contact_policy {
  display: none;
}

.submit_btn.disabled ,
.submit_btn.disabled span,
.submit_btn.disabled span::before {
  pointer-events: none;
}
.submit_btn.disabled span {
  border: 1px solid #ccc;
  background: #ccc;
}

/* =============================== compliance =============================== */
 
.compliance_bk {
  padding: 120px 0;
}
.compliance .common_ttl01 {
  margin-bottom: 50px;
}
.compliance .common_ttl03:nth-of-type(n+2) {
  margin-top: 40px;
}
.compliance .txt {
  line-height: 200%;
  margin-bottom: 10px;
}
.compliance_dl dt {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}
.compliance_dl dd {
  padding: 5px 25px 0;
}


/* =============================== communication =============================== */

.communication_bk {
  padding: 120px 0;
}  
.communication_list {
  margin-top: 60px;  
  border-top: 1px solid #ddd;
}
.communication_list li {
  border-bottom: 1px solid #ddd;
}
.communication_list li a {
  display: block;
  text-decoration: none;
  padding: 20px 10px;
  vertical-align: middle;
}
.communication_list li a span {
  display: inline-block;
  box-sizing: border-box;
}
.communication_list li a .date {
  width: 130px;
  color: #808080;
}

/* =============================== curesupport =============================== */

.caresupport01_bk {
  padding: 120px 0;
}
.caresupport01 .image {
  text-align: center;
  margin-bottom: 120px;
}
.caresupport01 .copy {
  line-height: 210%;
  text-align: center;
  margin-bottom: 90px;
}
.caresupport01 .caresupport01_dl {
  border: 2px solid #0053a7;
  padding: 0 50px 30px 50px;
  position: relative;
}
.caresupport01 .caresupport01_dl:nth-of-type(1) {
  margin-bottom: 80px;
}
.caresupport01 .caresupport01_dl dt {
  position: relative;
  margin-top: -30px;
}
.caresupport01 .caresupport01_dl dt .icon {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 10;
}
.caresupport01 .caresupport01_dl dt .ttl {
  display: inline-block;
  padding: 8px 0 6px 100px;
  margin-left: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #0053a7;
  box-sizing: border-box;
  width: calc( 100% - 20px );
  position: relative;
}
.caresupport01 .caresupport01_dl dt .ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.3em 26px 0 0;
  border-color: #0054a7 transparent transparent transparent;
  position: absolute;
  right: -26px;
  top: 0;
}
.caresupport01 .caresupport01_dl dd {
  padding-top: 40px;
}
.caresupport01 .caresupport01_dl dd p {
  line-height: 200%;
}
.caresupport01 .caresupport01_caution {
  text-align: center;
  margin-top: 40px;
}
.caresupport02_bk {
  padding: 120px 0;
}
.caresupport02 .common_ttl01 {
  margin-bottom: 55px;
}
.caresupport02 .image {
  text-align: center;
}
.caresupport03_bk {
  padding: 120px 0;
}
.caresupport03 .copy {
  line-height: 210%;
  text-align: center;
  margin-bottom: 60px;
}
.caresupport03_list li {
  width: 30%;
  text-align: center;
}
.caresupport03_list li .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0053a7;
  margin-top: 30px;
  margin-bottom: 15px;
}
.caresupport03_list li .txt {
  text-align: left;
  line-height: 170%;
  margin-bottom: 20px;
}

.caresupport04_bk {
  padding: 120px 0;
}
.caresupport04_dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}
.caresupport04_dl::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 2px dotted #0053a7;
  position: absolute;
  left: 90px;
}
.caresupport04_dl dt {
  width: 180px;
  background: #0053a7;
  text-align: center;
  padding: 27px 0;
  box-sizing: border-box;
  border: 1px solid #0053a7;
  position: relative;
  z-index: 10;
}
.caresupport04_dl dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #0054a7;
  position: absolute;
  right: -16px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.caresupport04_dl dt span {
  display: block;
  color: #fff;
}
.caresupport04_dl dt .num {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.caresupport04_dl dt .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.caresupport04_dl dd {
  width: calc( 100% - 180px );
  background: #fff;
  padding: 35px 30px 35px 60px;
  box-sizing: border-box;
  border: 1px solid #0053a7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.caresupport04_dl dt:nth-last-of-type(n+2) ,
.caresupport04_dl dd:nth-last-of-type(n+2) {
  margin-bottom: 40px;
}
.caresupport04 .caution .txt {
  text-indent: -2em;
  padding-left: 2em;
  line-height: 190%;
  font-size: 12px;
}
.caresupport04 .caution .txt::before {
  content: "●";
  font-size: 12px;
  margin-right: 1em;
}
.caresupport04 .caution .ttl {
  font-weight: bold;
  color: #0053a7;
  margin-bottom: 20px;
  margin-top: 30px;
}
.caresupport04 .caution li {
  line-height: 190%;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}

.caresupport05_bk {
  padding: 120px 0;
}
.caresupport05_tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #0053a7;
  border-left: 1px solid #0053a7;
  margin-top: 20px;
  position: relative;
}
.caresupport05_tbl::after {
  content: "";
  display: block;
  width: 111px;
  height: 76px;
  background: url(../images/business/caresupport/caresupport_img04.png) no-repeat center center;
  position: absolute;
  right: 45px;
  bottom: -30px;
}
.caresupport05_tbl th ,
.caresupport05_tbl td {
  border-right: 1px solid #0053a7;
  border-bottom: 1px solid #0053a7;
  text-align: left;
  box-sizing: border-box;
  padding: 25px 30px;
  vertical-align: middle;
}
.caresupport05_tbl th {
  border-bottom: 1px solid rgba(255,255,255,.3);
  width: 24%;
  color: #fff;
  background: #0053a7;
  vertical-align: top;
}
.caresupport05_tbl th span {
  display: block;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.caresupport05_tbl td {
  padding: 30px 20px;
  vertical-align: middle;
}
.caresupport05_tbl td span {
  display: block;
  padding-left: 30px;
  line-height: 170%;
}
.caresupport05_tbl td .sttl {
  color: #0053a7;
  font-weight: bold;
  margin-bottom: 5px;
}

/* =============================== smartsupport =============================== */

.smartsupport01_bk {
  padding: 120px 0;
}
.smartsupport01 .image {
  text-align: center;
  margin-bottom: 120px;
}
.smartsupport01 .copy {
  line-height: 210%;
  text-align: center;
  margin-bottom: 90px;
}
.smartsupport01 .smartsupport01_dl {
  border: 2px solid #0053a7;
  padding: 0 50px 30px 50px;
  position: relative;
}
.smartsupport01 .smartsupport01_dl:nth-of-type(1) {
  margin-bottom: 80px;
}
.smartsupport01 .smartsupport01_dl dt {
  position: relative;
  margin-top: -30px;
}
.smartsupport01 .smartsupport01_dl dt .icon {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 10;
}
.smartsupport01 .smartsupport01_dl dt .ttl {
  display: inline-block;
  padding: 8px 0 6px 100px;
  margin-left: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #0053a7;
  box-sizing: border-box;
  width: calc( 100% - 20px );
  position: relative;
}
.smartsupport01 .smartsupport01_dl dt .ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.3em 26px 0 0;
  border-color: #0054a7 transparent transparent transparent;
  position: absolute;
  right: -26px;
  top: 0;
}
.smartsupport01 .smartsupport01_dl dd {
  padding-top: 40px;
}
.smartsupport01 .smartsupport01_dl dd p {
  line-height: 200%;
}
.smartsupport01_number {
  margin-top: 40px;
  text-align: center;
}
.smartsupport01_number p {
  display: inline-block;
  padding: 18px 40px 16px;
  line-height: 160%;
  background: #e5edf6;
}
.smartsupport02_bk {
  padding: 120px 0;
}
.smartsupport02 .common_ttl01 {
  margin-bottom: 55px;
}
.smartsupport02 .image {
  text-align: center;
}
.smartsupport03_bk {
  padding: 120px 0;
}
.smartsupport03 .copy {
  line-height: 210%;
  text-align: center;
  margin-bottom: 60px;
}
.smartsupport03_list li {
  width: 30%;
  text-align: center;
}
.smartsupport03_list li .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0053a7;
  margin-top: 30px;
  margin-bottom: 15px;
}
.smartsupport03_list li .txt {
  text-align: left;
  line-height: 170%;
  margin-bottom: 20px;
}
.smartsupport03_list li .common_btn01 a {
  width: 220px;
}


/* =============================== change =============================== */

.change_bk {
  padding: 120px 0 140px;
}
.change_bk .common_ttl05 + p {
  font-size: 12px;
}
.contact_form.change {
  padding: 50px;
}
.contact_form.change table:nth-of-type(1) {
  margin-bottom: 60px;
}
.contact_form.change table tr:nth-child(1) th {
  border-top: 2px solid #0053a7;
}
.contact_form.change table tr:nth-child(1) td {
  border-top: 2px solid #ddd;
}
.contact_form.change .mw_wp_form_input table tr.plustr {
  display: none;
}
.contact_form.change table th {
  padding: 30px 20px 30px 5px;
}
.contact_form.change table td {
  padding: 30px 20px 30px 25px;
  position: relative;
}
.contact_form.change table td .btns {
  position: absolute;
  right: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.contact_form.change table td .btns li:nth-last-child(-n+2) {
  margin-bottom: 10px;
}
.contact_form.change table td .btns span {
  background: #0053a7;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  line-height: 1;
  padding: 7px;
  cursor: pointer;
}
.contact_form.change .mw_wp_form_confirm table td .btns {
  display: none;
}
.contact_form.change table td .sttl {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.contact_form.change table td .required {  
  display: inline-block;
  line-height: 1;
  padding: 7px 8px;
  background: #d23638;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-left: 10px;
  vertical-align: baseline;
}
.contact_form.change table td .block {
  display: block;
}
.contact_form.change table td input:nth-last-of-type(n+2) {
  margin-bottom: 20px;
}
.contact_form.change table td p.mini {
  font-size: 12px;
}


/* =============================== data =============================== */

.data .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #0053a7;
  text-align: center;
  margin-bottom: 25px;
}
.data img {
  max-width: 100%;
}

.data01_bk {
  padding: 120px 0 110px;
}
.data01 .common_ttl01 {
  margin-bottom: 60px;
}
.data02_bk {
  padding: 120px 0 110px;
}
.data02 .txt {
  text-align: center;
  line-height: 210%;
  margin-bottom: 50px;
}
.data02_list {
  margin-bottom: 60px;
}
.data02_list li {
  width: calc( 100% / 3 );
  text-align: center;
}
.data03_bk {
  padding: 120px 0 60px;
}
.data03 .txt {
  text-align: center;
  line-height: 210%;
  margin-bottom: 60px;
}
.data03_list {
  margin-bottom: 60px;
}
.data03_list li {
  width: calc( 100% / 3 );
  text-align: center;
  margin-bottom: 80px;
}
.data04_bk {
  padding: 120px 0 110px;
}
.data04 .txt {
  text-align: center;
  line-height: 210%;
  margin-bottom: 60px;
}
.data04_list li {
  width: 47.18%;
}
.data05_bk {
  padding: 120px 0 110px;
}
.data05 .common_ttl01 {
  margin-bottom: 60px;
}
.data05 .txt {
  margin-top: 60px;
  text-align: center;
  line-height: 210%;
}
/* =============================== document =============================== */

.document01_bk {
  padding: 120px 0;
}
.document02_bk {
  padding: 120px 0;
}
.document01_bk .common_ttl01 ,
.document02_bk .common_ttl01 {
  margin-bottom: 70px;
}
.document_tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #0053a7;
  border-left: 1px solid #0053a7;
}
.document_tbl th ,
.document_tbl td {
  border-bottom: 1px solid #0053a7;
  box-sizing: border-box;
  padding: 20px 30px 20px;
  vertical-align: middle;
}
.document_tbl th {
  width: 24%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background: #0053a7;
}
.document_tbl th:nth-last-of-type(n+2) {
  border-right: 1px solid #4d87c2;
}
.document_tbl td {
  padding: 15px 30px;
  width: 25%;
  text-align: center;
  line-height: 1;
  border-right: 1px solid #0053a7;
}
.document_tbl td.ttl {
  width: 50%;
  background: #e5edf6;
  text-align: left;
}
.document_tbl td span {
  display: inline-block;
  line-height: 1;
}
.document_tbl td span:nth-last-of-type(n+2) {
  margin-right: 25px;
}
.document_tbl .common_btn01 a {
  width: 270px;
}

/* =============================== faq =============================== */

.faq01_bk {
  padding: 120px 0;
}  
.faq02_bk {
  padding: 120px 0;
}

.faq01 .common_ttl01 ,
.faq02 .common_ttl01 {
  margin-bottom: 65px;
}

.faq_list dl:nth-of-type(1) {
  border-top: 1px solid #ddd;  
}
.faq_list dt {
  font-size: 16px;
  font-weight: bold;
  padding: 28px 60px 28px;
  border-bottom: 1px solid #ddd;
  position: relative;
  cursor: pointer;
}
.faq_list dt::before {
  content: "Q";
  font-size: 20px;
  font-weight: bold;
  color: #0053a7;
  position: absolute;
  left: 23px;
  top: 26px;
}
.faq_list dt::after {
  content: "+";
  color: #0053a7;
  position: absolute;
  font-size: 30px;
  font-weight: normal;
  right: 25px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.faq_list dt.active {
  background: rgba(0, 83, 167, 0.1);
  color: #0053a7;
}
.faq_list dt.active::after {
  content: "－";
  right: 22px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.faq_list dd {
  padding: 30px 30px 45px 68px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.faq_list dd::before {
  content: "A";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #0053a7;
  display: inline-block;
  line-height: 1;
  padding: 7px 8px 6px;
  position: absolute;
  left: 23px;
  top: 24px;
}
.faq_list dd p {
  line-height: 185%;
}
.faq_list dd p a {
  color: #0053a7;
  font-weight: bold;
}
.faq_list dd p a.tel {
  pointer-events: none;
  text-decoration: none;
}
.faq_list dd p .mini {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  padding-left: 2em;
  text-indent: -2em;
}
.faq_list dd p .line {
  text-decoration: underline;
}


/* =============================== greeting =============================== */

.greeting01_bk {
  padding: 120px 0;
}
.greeting01_wrap .image {
  width: 31.65%;
  box-sizing: border-box;
  text-align: right;
}
.greeting01_wrap .image img {
  max-width: 100%;
}
.greeting01_wrap .info {
  width: 68.35%;
  box-sizing: border-box;
  padding-left: 4.5%;
}
.greeting01_wrap .info .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #0053a7;
  margin-top: 10px;
  margin-bottom: 25px;
}
.greeting01_wrap .info .txt {
  line-height: 200%;
  margin-bottom: 2em;
}

.greeting02_bk {
  padding: 120px 0;
}
.greeting02_bk .common_ttl01 {
  margin-bottom: 60px;
}
.greeting02_list li {
  width: 15%;
  text-align: center;
}
.greeting02_list li:nth-last-child(n+2) {
  margin-right: 6.25%;
}
.greeting02_list li .image {
  margin-bottom: 15px;
}
.greeting02_list li .image img {
  max-width: 100%;
}
.greeting02_list li .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0053a7;
  padding-bottom: 10px;
  border-bottom: 2px dotted #0053a7;
  margin-bottom: 10px;
}
.greeting02_list li .txt {
  line-height: 170%;
}

/* =============================== hansya =============================== */
 
.hansya_bk {
  padding: 120px 0;
}
.hansya .common_ttl01 {
  margin-bottom: 50px;
}
.hansya .txt {
  line-height: 200%;
  margin-bottom: 10px;
}
.hansya_dl dt {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}
.hansya_dl dd {
  padding: 5px 25px 0;
}

/* =============================== medicalinsure =============================== */

.medicalinsure01_bk {
  padding: 120px 0;
}
.medicalinsure01 .image {
  text-align: center;
  margin-bottom: 120px;
}
.medicalinsure01 .copy {
  line-height: 210%;
  text-align: center;
}
.medicalinsure02_bk {
  padding: 120px 0;
}
.medicalinsure02 .common_ttl01 {
  margin-bottom: 55px;
}
.medicalinsure02 .image {
  text-align: center;
}
.medicalinsure03_bk {
  padding: 120px 0;
}
.medicalinsure03 .copy {
  line-height: 210%;
  text-align: center;
  margin-bottom: 30px;
}
.medicalinsure03_meritwrap {
  margin-bottom: 150px;
}
.medicalinsure03_merit {
  width: 47.5%;
  box-sizing: border-box;
  border: 1px solid #0053a7;
  position: relative;
  padding: 35px 5%;
}
.medicalinsure03_merit.w100 {
  width: 100%;
}
.medicalinsure03_merit::before {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background: #0053a7;
  position: absolute;
  top: 0;
  left: 0; right: 0;
  margin: auto;
}
.medicalinsure03_merit.merit01::after ,
.medicalinsure03_merit.merit02::after {
  content: "";
  display: block;
  position: absolute;
}
.medicalinsure03_merit.merit01::after {
  width: 86px;
  height: 198px;
  right: 10px;
  bottom: -28px;
  background: url(../images/business/medicalinsure/medicalinsure_img0301.png) no-repeat center center;
  background-size: auto;
}
.medicalinsure03_merit.merit02::after {
  width: 96px;
  height: 224px;
  right: 14px;
  bottom: -30px;
  background: url(../images/business/medicalinsure/medicalinsure_img0302.png) no-repeat center center;
  background-size: auto;
}
.medicalinsure03_merit .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #0053a7;
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.medicalinsure03_merit li {
  padding-left: 40px;
  line-height: 170%;
  position: relative;
  margin-bottom: 10px;
}
.medicalinsure03_merit li::before {
  content: "";
  width: 26px;
  height: 22px;
  background: url(../images/business/medicalinsure/medicalinsure_icon01.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}
.medicalinsure03_merit.merit01 li:nth-child(4), 
.medicalinsure03_merit.merit01 li:nth-child(5) {
  padding-right: 50px;
}
.medicalinsure03_merit.merit02 li:nth-child(5), 
.medicalinsure03_merit.merit02 li:nth-child(6) {
  padding-right: 70px;
}

.medicalinsure03_planttl {
  padding: 24px 0;
  display: block;
  background: #0053a7;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.medicalinsure03_planttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 13.5px 0 13.5px;
  border-color: #0053a7 transparent transparent transparent;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
}
.medicalinsure03_plantxt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.medicalinsure03_tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #0053a7;
  border-left: 1px solid #0053a7;
  margin-top: 20px;
  position: relative;
}
.medicalinsure03_tbl th ,
.medicalinsure03_tbl td {
  border-right: 1px solid #0053a7;
  border-bottom: 1px solid #0053a7;
  text-align: left;
  box-sizing: border-box;
  padding: 25px 30px;
  vertical-align: middle;
}
.medicalinsure03_tbl th {
  border-bottom: 1px solid rgba(255,255,255,.3);
  width: 22%;
  color: #fff;
  background: #0053a7;
  vertical-align: top;
}
.medicalinsure03_tbl th span {
  display: block;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.medicalinsure03_tbl td {
  padding: 30px 20px;
  vertical-align: middle;
}
.medicalinsure03_tbl td span {
  display: block;
  padding-left: 30px;
  line-height: 170%;
}
.medicalinsure03_tbl td span li {
  margin-bottom: 0;
}
.medicalinsure03_tbl td .sttl {
  color: #0053a7;
  font-weight: bold;
  margin-bottom: 5px;
}
.medicalinsure03 .caution {
  margin-top: 40px;
  line-height: 170%;
}
.medicalinsure03 .caution .ttl {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.medicalinsure03 .caution li ,
.medicalinsure03 .caution .txt {
  line-height: 190%;
  font-size: 12px;
  margin-bottom: 0;
}

.medicalinsure04_bk {
  padding: 120px 0;
}
.medicalinsure04 .common_ttl01 {
  margin-bottom: 50px;
}
.medicalinsure04_list {
  margin-bottom: 50px;
}
.medicalinsure04_list li {
  width: 30%;
  text-align: center;
}
.medicalinsure04_list li .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0053a7;
  margin-top: 30px;
  margin-bottom: 15px;
}
.medicalinsure04_list li .txt {
  text-align: left;
  line-height: 170%;
  margin-bottom: 20px;
}

/* =============================== news =============================== */

.news_bk {
  padding: 120px 0 0;
}  
.news_list {
  margin-top: 60px;  
  border-top: 1px solid #ddd;
}
.news_list li {
  border-bottom: 1px solid #ddd;
}
.news_list li a {
  display: block;
  text-decoration: none;
  padding: 20px 10px;
  vertical-align: middle;
}
.news_list li a span {
  display: inline-block;
  box-sizing: border-box;
}
.news_list li a .date {
  width: 100px;
  color: #808080;
}
.news_list li a .cat {
  line-height: 1;
  padding: 8px 0;
  width: 90px;
  border: 1px solid #0053a7;
  color: #0053a7;
  text-align: center;
  font-size: 12px;
  margin-right: 20px;
}
.news_list li a .no_cat {
  width: 92px;
  margin-right: 20px;
}
.news_list li a .ttl {
  vertical-align: middle;
  width: calc( 100% - 222px );
}


.news_info {
  margin-bottom: 25px;
}
.news_info span {
  display: inline-block;
  box-sizing: border-box;
}
.news_info .date {
  color: #808080;
  margin-right: 20px;
}
.news_info .cat {
  line-height: 1;
  padding: 8px 0;
  width: 90px;
  border: 1px solid #0053a7;
  color: #0053a7;
  text-align: center;
  font-size: 12px;
  margin-right: 20px;
}
.news .news_edit_ttl {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #0053a7;
  margin-bottom: 30px;
}
.news_edit {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;  
}
.news_edit .image ,
.news_edit .wp-block-image ,
.news_edit .wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 30px;
}
.news_edit .wp-block-media-text {
  grid-template-columns: auto;
}
.news_edit .wp-block-media-text__media img {
  max-width: 100%;
  width: auto;
}
.news_edit img {
  max-width: 100%;
  height: auto;
}
.news_edit p {
  font-size: 14px;
  line-height: 210%;
  margin-bottom: 20px;
}
.news_edit .common_flex02 > div:nth-of-type(n+2) {
  margin-left: 30px;
}
.news_edit .wp-block-media-text .wp-block-media-text__content {
  align-self: start;
}
.news_edit h2 {
  font-size: 22px;
  line-height: 145%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-bottom: 20px;
}
.news_edit h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 150px;
  background: #0053a7;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.news_edit h3 {
  font-size: 18px;
  line-height: 180%;
  padding-bottom: 10px;
  border-left: 4px solid #0053a7;
  padding: 5px 10px 5px 15px;
  margin-bottom: 20px;
}

.news_edit ul {
  margin-left: 1.5em;
}
.news_edit ul li {
  list-style: disc;
  line-height: 180%;
  margin-bottom: 5px;
}
.news_edit ol {
  margin-left: 1.5em;
}
.news_edit ol li {
  list-style: decimal;
  line-height: 180%;
  margin-bottom: 5px;
}
.news_edit table {
  width: 100%;
  border: none;
  border-collapse:collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 15px;
}
.news_edit th ,
.news_edit td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 12px;
  box-sizing: border-box;
}
.news_edit tr:nth-child(2n) td {
  background: #f3f3f3;
}

.news_edit strong {
  font-weight: bold;
  color: #0053a7;
}

.news_edit .linkbtn ,
.news_edit .bgt-btn-container {
  text-align: center;
}
.news_edit .linkbtn a ,
.news_edit .bgt-btn-container a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  padding: 10px 40px;
  text-align: center;
  outline: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: .3s;
  border: 1px solid #0053a7;
  background: #0053a7;
  font-weight: bold;
	position: relative;
	z-index: 3;
	color: #fff;
  min-width: 180px;
}
.news_edit .bgt-btn-container a br {
  display: none;
}
.news_edit .linkbtn a:hover ,
.news_edit .bgt-btn-container a:hover {
	color: #0053a7;
 	background: #fff;
}
.news_edit .linkbtn a::after ,
.news_edit .bgt-btn-container a::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  transform: rotate(45deg);
  z-index: 10;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.news_edit .linkbtn a:hover::after ,
.news_edit .bgt-btn-container a:hover::after {
  border-top: solid 2px #0053a7;
  border-right: solid 2px #0053a7;
}

/* pdflinkbtn */
.news_edit .pdfbtn ,
.news_edit .bgb-download-file {
  margin-top: 15px;
  margin-bottom: 15px;
}
.news_edit .pdfbtn a ,
.news_edit .bgt-download-file__link {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 12px 40px 8px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff !important;
  border: 1px solid #0053a7;
  color: #0053a7 !important;
  line-height: 1;
  text-decoration: none !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
  background:url(../images/common/icon01_pdf.png) no-repeat center left 12px;
  background-size: 20px;
  transition: .3s;
}
.news_edit .pdfbtn a:hover ,
.news_edit .bgt-download-file__link:hover {
  background-color: #91c8ff;
  transition: .3s;
}
.news_edit .pdfbtn a::after ,
.news_edit .bgt-download-file__link::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
  transform: rotate(45deg);
  z-index: 10;
  border-top: solid 2px #0053a7;
  border-right: solid 2px #0053a7;
}
.news_edit .bgt-download-file__link br {
  display: none;
}
.news_edit .pdfbtn a .size ,
.news_edit .bgt-link__size {
  font-size: 12px;
  color: #808080;
  font-weight: normal;
}
.news_edit .pdfbtn a .size::before ,
.news_edit .bgt-link__size::before {
  content: "(";
}
.news_edit .pdfbtn a .size::after ,
.news_edit .bgt-link__size::after {
  content: ")";
}

/* oldrule */
.news_edit [data-bgb] .bgt-grid4 {
  width: 33.3333%;
}
.news_edit [data-bgb="text-float-image1"] .bgt-grid--first {
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
}

.news_edit .bgb-image-link3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.news_edit .bgb-image-link3 .bgt-grid {
  width: 33%;
}
.news_edit .bgt-grid figure.bgt-link__box + p {
  display: none;
}
.news_edit .bgb-image-text5 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.news_edit .bgb-image-text5 .bgt-grid {
  width: 19%;
}
.news_edit .bgb-image2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.news_edit .bgb-image2 .bgt-grid {
  width: 48%;
}

.subnav_bk {
  font-weight: bold;
  color: #0053a7;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom: 100px;
}
.subnav_bk .subnav_list {
  width: 220px;
  margin-left: 10px;
  margin-right: 10px;
}
.subnav_bk .subnav_list a {
  color: #0053a7;
  border: 1px solid #0053a7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  display: block;
  padding: 17px 0;
  line-height: 1;
  text-decoration: none;
}
.subnav_bk .subnav_prev a ,
.subnav_bk .subnav_next a {
  text-decoration: none;
  display: inline-block;
  padding: 15px 20px;
  position: relative;
  color: #0053a7;
}  

/* =============================== logo =============================== */

.logo_bk {
  padding: 120px 0;
}

.logo_image {
  text-align: center;
  margin-bottom: 120px;
}
.logo_dl01 {
  width: 100%;
  margin-bottom: 55px;
}
.logo_dl02 {
  width: 47.5%;
}
.logo_dl_ttl {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
  background: #0053a7;
  position: relative;
  margin-bottom: 30px;
}
.logo_dl_ttl::after {
  position: absolute;
  content: '';
  right: 0;
  top: -5px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 35px transparent;
  border-bottom: solid 70px #fff;
  z-index: 1;
}
.logo_dl_txt .txt {
  line-height: 200%;
}

/* =============================== others =============================== */

.others01_bk {
  padding: 120px 0;
}
.others01 .common_ttl01 {
  margin-bottom: 60px;
}
.others01 .sttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.others01 .copy {
  line-height: 170%;
  text-align: center;
}
.others01 .image {
  padding-top: 80px;
  padding-bottom: 120px;
  text-align: center;
}
.others01_info {
  margin-top: 70px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5% 30px;
  background: #e5edf6;
  position: relative;
  text-align: center;
}
.others01_info .sttl {
  position: relative;
  margin: -40px auto 0;
  display: inline-block;
  color: #0053a7;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  line-height: 140%;
  padding: 12px 45px 10px;
  background: #fff;
  border: 2px solid #0053a7;
}
.others01_info .txt {
  margin-top: 20px;
}
.others01 .common_ttl04 {
  margin-top: 75px;
}
.others01_tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #0053a7;
  border-left: 1px solid #0053a7;
  margin-bottom: 50px;
}
.others01_tbl th ,
.others01_tbl td {
  border-right: 1px solid #0053a7;
  border-bottom: 1px solid #0053a7;
  text-align: left;
  box-sizing: border-box;
  padding: 25px 30px;
  vertical-align: middle;
}
.others01_tbl th {
  border-bottom: 1px solid rgba(255,255,255,.3);
  width: 20%;
  color: #fff;
  background: #0053a7;
}
.others01_tbl th a:hover {
  color: #fff;
  text-decoration: none;
}
.others01_tbl td {
  line-height: 170%;
}
.others01_tbl td a.tel {
  text-decoration: none;
  pointer-events: none;
}
.others01_tbl td:last-child {
  width: 10%;
  padding: 20px 0;
  text-align: center;
  background: rgba(0, 83, 167 ,.1);
}
.others01_tbl td img {
  max-width: 100%;
}
.others01_tbl td a img {
  transition: .3s;
}
.others01_tbl td a img:hover {
  transition: .3s;
  opacity: .5;
}
.others01 .common_btn01 a {
  width: 300px;
}

.others02_bk {
  padding: 120px 0;
}
.others02 .common_ttl01 {
  margin-bottom: 60px;
}
.others02 .sttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.others02 .copy {
  line-height: 170%;
  text-align: center;
}
.others02 .image {
  padding-top: 80px;
  padding-bottom: 120px;
  text-align: center;
}
.others02 .common_ttl04 {
  margin-top: 75px;
}
.others02_tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #0053a7;
  border-left: 1px solid #0053a7;
  margin-bottom: 50px;
}
.others02_tbl th ,
.others02_tbl td {
  border-right: 1px solid #0053a7;
  border-bottom: 1px solid #0053a7;
  text-align: left;
  box-sizing: border-box;
  padding: 25px 30px;
  vertical-align: middle;
}
.others02_tbl th {
  border-bottom: 1px solid rgba(255,255,255,.3);
  width: 20%;
  color: #fff;
  background: #0053a7;
}
.others02_tbl td {
  line-height: 170%;
}
.others02_tbl td:last-child {
  width: 10%;
  padding: 20px 0;
  text-align: center;
  background: rgba(0, 83, 167 ,.1);
}
.others02_tbl td img {
  max-width: 100%;
}
.others02_tbl td a img {
  transition: .3s;
}
.others02_tbl td a img:hover {
  transition: .3s;
  opacity: .5;
}
.others02 .common_btn01 a {
  width: 300px;
}

/* =============================== payment =============================== */


.payment01_bk {
  padding: 120px 0 100px;
}
.payment01_flow dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}
.payment01_flow dl::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 2px dotted #0053a7;
  position: absolute;
  left: 74px;
  z-index: 1;
}
.payment01_flow dt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  background: #0053a7;
  width: 150px;
  box-sizing: border-box;
  padding: 30px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.payment01_flow dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #0054a7;
  position: absolute;
  right: -16px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  z-index: 20;
}
.payment01_flow dt p {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 36px;
  margin-bottom: 0 !important;
}
.payment01_flow dt p .step {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.payment01_flow dd {
  width: calc( 100% - 150px );
  box-sizing: border-box;
  padding: 40px;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: relative;
  z-index: 1;
  border: 1px solid #0053a7;
}
.payment01_flow dt ,
.payment01_flow dd:nth-last-of-type(n+2) {
  margin-bottom: 20px; 
}
.payment01_flow dd.last {
  width: 100%;
  background: #0053a7;
  box-sizing: border-box;
  text-align: center;
  padding: 25px 0;
}
.payment01_flow dd.last p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.payment01_flow dd p {
  width: 100%;
  margin-bottom: 0 !important;
}
.payment01_flow dd p.ttl {
  font-size: 16px;
  font-weight: bold;
  color: #0053a7;
  margin-bottom: 10px !important;
}
.payment01_flow .caution li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  line-height: 165%;
}

.payment02_bk {
  padding: 120px 0 140px;
}
.payment02 {
  padding: 45px 50px;
  background: #fff;
}

/* =============================== policy =============================== */
 
.policy_bk {
  padding: 120px 0;
}

.policy_list li {
  border-bottom: 1px solid #ddd;
}
.policy_list li a {
  position: relative;
  display: block;
  padding: 22px 60px;
  text-decoration: none;
}
.policy_list li a::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #0053a7;
  border-right: solid 2px #0053a7;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  transform: rotate(45deg);
}

/* =============================== privacypolicy =============================== */
 
.privacypolicy_bk {
  padding: 120px 0;
}
.privacypolicy .common_ttl03:nth-of-type(n+2){
  margin-top: 40px;
}
.privacypolicy .txt {
  line-height: 200%;
  margin-bottom: 10px;
}
.privacypolicy .txt.tel a {
  text-decoration: none;
  pointer-events: none;
}
.privacypolicy_dl dt {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.privacypolicy_dl dd {
  padding: 5px 25px 10px;
}
.privacypolicy_dl dd .sttl {
  font-weight: bold;
  margin-bottom: 5px;
}
.privacypolicy_dl dd .sttl + .txt {
  padding-left: 1em;
}

/* =============================== profile =============================== */

.profile01_bk {
  padding: 120px 0;
}
.profile01_tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #0053a7;
  border-left: 1px solid #0053a7;
}
.profile01_tbl th ,
.profile01_tbl td {
  border-right: 1px solid #0053a7;
  border-bottom: 1px solid #0053a7;
  text-align: left;
  box-sizing: border-box;
  padding: 25px 30px 20px;
  vertical-align: top;
}
.profile01_tbl th {
  border-bottom: 1px solid rgba(255,255,255,.3);
  width: 24%;
  color: #fff;
  background: #0053a7;
}
.profile01_tbl td {
  padding: 25px 30px 20px 40px;
  line-height: 200%;
}
.profile01_tbl td span {
  display: block;
  margin-bottom: 10px;
}
.profile01_tbl td a.tel {
  text-decoration: none;
  pointer-events: none;
}

.profile02_bk {
  padding: 120px 0;
}
.profile02 .image img {
  max-width: 100%;
}
.profile03_bk {
  padding: 120px 0;
}
.profile03_tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #0053a7;
  border-left: 1px solid #0053a7;
  background: #fff;
}
.profile03_tbl th ,
.profile03_tbl td {
  border-right: 1px solid #0053a7;
  border-bottom: 1px solid #0053a7;
  text-align: left;
  box-sizing: border-box;
  padding: 25px 30px;
  vertical-align: middle;
}
.profile03_tbl th {
  border-bottom: 1px solid rgba(255,255,255,.3);
  width: 20%;
  color: #fff;
  background: #0053a7;
}
.profile03_tbl td {
  line-height: 170%;
}
.profile03_tbl td a.tel {
  text-decoration: none;
  pointer-events: none;
}
.profile03_tbl td:last-child {
  width: 10%;
  padding: 30px 0;
  text-align: center;
  background: rgba(0, 83, 167 ,.1);
}
.profile03_tbl td img {
  max-width: 100%;
}
.profile03_tbl td a img {
  transition: .3s;
}
.profile03_tbl td a img:hover {
  transition: .3s;
  opacity: .5;
}

.profile04_bk {
  padding: 120px 0;
}
.profile04_list {
  position: relative;
}
.profile04_list::before {
  content: "";
  position: absolute;
  left: 124px;
  top: 26px;
  width: 2px;
  height: calc( 100% - 56px );
  border-right: 2px dotted #0053a7;
}
.profile04_list dt {
  width: 135px;
  box-sizing: border-box;
  color: #0053a7;
  font-weight: bold;
  padding: 25px 0 25px 15px;
  border-top: 1px solid #ddd;
  position: relative;
}
.profile04_list dt::after {
  content: "";
  background: #fff;
  border: 5px solid #0053a7;
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  position: absolute;
  right: 0;
  top: 26px;
}
.profile04_list dd {
  width: calc( 100% - 135px );
  box-sizing: border-box;
  padding: 24px 0 25px 2.5em ;
  border-top: 1px solid #ddd;
}
.profile04_list dt:nth-of-type(1) ,
.profile04_list dd:nth-of-type(1) {
  border-top: none;
}
.profile04_list_caution {
  margin-top: 30px;
  font-size: 12px;
}

/* =============================== renter =============================== */

.renter01_bk {
  padding: 120px 0;
}
.renter01_list {
  margin-bottom:170px;
}
.renter01_list li {
  width: 30%;
  text-align: center;
}
.renter01_list li .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0053a7;
  margin-top: 30px;
  margin-bottom: 15px;
}
.renter01_list li .txt {
  text-align: left;
  line-height: 170%;
  margin-bottom: 20px;
}
.renter01_info {
  margin-top: 110px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5% 30px;
  background: #e5edf6;
  position: relative;
  text-align: center;
}
.renter01_info .sttl {
  position: relative;
  margin: -40px auto 0;
  display: inline-block;
  color: #0053a7;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  line-height: 140%;
  padding: 12px 60px 10px;
  background: #fff;
  border: 2px solid #0053a7;
}
.renter01_info .txt {
  margin-top: 20px;
}

.renter02_bk {
  padding: 120px 0;
}
.renter02_list {
  margin-bottom: 50px;
}
.renter02_list li {
  width: 30%;
  text-align: center;
}
.renter02_list li .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0053a7;
  margin-top: 30px;
  margin-bottom: 15px;
}
.renter02_list li .txt {
  text-align: left;
  line-height: 170%;
  margin-bottom: 20px;
}
.renter02_info {
  border: 1px solid #0053a7;
  background: #fff;
}
.renter02_info .ttl {
  padding: 26px 0;
  display: block;
  background: #0053a7;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.renter02_info .ttl strong {
  color: #fdf400;
}
.renter02_info .ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 13.5px 0 13.5px;
  border-color: #0053a7 transparent transparent transparent;
  position: absolute;
  bottom: -17px;
  left: 0; right: 0;
  margin: auto;
}
.renter02_info .txt {
  padding: 35px 4% 26px;
  line-height: 185%;
  text-align: center;
}


/* =============================== resident =============================== */

.resident01_bk {
  padding: 120px 0;
}
.resident01 .copy {
  line-height: 210%;
  text-align: center;
  margin-bottom: 50px;
}
.resident01_list li {
  width: 30%;
  text-align: center;
}
.resident01_list li:last-child {
  width: 31%;
}
.resident01_list li .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0053a7;
  margin-top: 30px;
  margin-bottom: 15px;
}
.resident01_list li .txt {
  text-align: left;
  line-height: 170%;
  margin-bottom: 20px;
}
.resident02_bk {
  padding: 120px 0;
}
.resident02_dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}
.resident02_dl::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 2px dotted #0053a7;
  position: absolute;
  left: 90px;
}
.resident02_dl dt {
  width: 180px;
  background: #0053a7;
  text-align: center;
  padding: 27px 0;
  box-sizing: border-box;
  border: 1px solid #0053a7;
  position: relative;
  z-index: 10;
}
.resident02_dl dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #0054a7;
  position: absolute;
  right: -16px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.resident02_dl dt span {
  display: block;
  color: #fff;
}
.resident02_dl dt .num {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.resident02_dl dt .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.resident02_dl dd {
  width: calc( 100% - 180px );
  background: #fff;
  padding: 35px 30px 35px 60px;
  box-sizing: border-box;
  border: 1px solid #0053a7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.resident02_dl dt:nth-last-of-type(n+2) ,
.resident02_dl dd:nth-last-of-type(n+2) {
  margin-bottom: 40px;
}
.resident02 .caution .ttl {
  font-weight: bold;
  color: #0053a7;
  margin-bottom: 20px;
}
.resident02 .caution li {
  line-height: 190%;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}

.resident03_bk {
  padding: 120px 0 90px;
}
.resident03_tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #0053a7;
  border-left: 1px solid #0053a7;
  margin-top: 20px;
  position: relative;
}
.resident03_tbl_01::after {
  content: "";
  display: block;
  width: 111px;
  height: 76px;
  background: url(../images/business/resident/resident_img0201.png) no-repeat center center;
  position: absolute;
  right: 45px;
  bottom: -30px;
}
.resident03_tbl_02::after {
  content: "";
  display: block;
  width: 92px;
  height: 119px;
  background: url(../images/business/resident/resident_img0202.png) no-repeat center center;
  position: absolute;
  right: 50px;
  bottom: -40px;
}
.resident03_tbl th ,
.resident03_tbl td {
  border-right: 1px solid #0053a7;
  border-bottom: 1px solid #0053a7;
  text-align: left;
  box-sizing: border-box;
  padding: 25px 30px;
  vertical-align: middle;
}
.resident03_tbl th {
  border-bottom: 1px solid rgba(255,255,255,.3);
  width: 24%;
  color: #fff;
  background: #0053a7;
  vertical-align: top;
}
.resident03_tbl th span {
  display: block;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.resident03_tbl td {
  padding: 30px 20px;
  vertical-align: middle;
}
.resident03_tbl td span {
  display: block;
  padding-left: 30px;
  line-height: 170%;
}
.resident03_tbl td .sttl {
  color: #0053a7;
  font-weight: bold;
  margin-bottom: 5px;
}
.resident03 .caution {
  margin-top: 30px;
  line-height: 170%;
  margin-bottom: 40px;
}

/* =============================== SDGs =============================== */

.sdgs01_bk {
  padding: 120px 0 110px;
}
.sdgs01 .common_ttl01 {
  margin-bottom: 50px;
}
.sdgs01_txt {
  line-height: 210%;
  margin-top: 50px;
}
.sdgs02_bk {
  padding: 120px 0 150px;
}
.sdgs02 .common_ttl01 {
  margin-bottom: 60px;
}
.sdgs02_copy {
  line-height: 210%;
  text-align: center;
  margin-bottom: 100px;
}
.sdgs02_list li:nth-last-of-type(n+2) {
  margin-bottom: 80px;
}
.sdgs02_list .image {
  width: 28%;
}
.sdgs02_list .image img {
  max-width: 100%;
}
.sdgs02_list .info {
  width: 66%;
}
.sdgs02_list .info .ttl {
  position: relative;
  margin-bottom: 30px;
}
.sdgs02_list .info .ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #0053a7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sdgs02_list .info .ttl .ttl_ja {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 30px;
  box-sizing: border-box;
  background: #0053a7;
  display: inline-block;
  width: 80%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .sdgs02_list .info .ttl .ttl_ja {
    font-size: 18px;
    padding: 12px 20px;
  }
}
.sdgs02_list .info .ttl .ttl_ja::after {
  position: absolute;
  content: '';
  right: 0;
  top: -5px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 35px transparent;
  border-bottom: solid 70px #f5f5f5;
  z-index: 1;
}
.sdgs02_list .info .ttl .ttl_num {
  color: rgba(0, 83, 167, 0.2);
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 80px;
  position: absolute;
  right: 15px;
  bottom: 5px;
  line-height: 1;
  font-style: italic;
  z-index: 5;
  letter-spacing: -.05em;
}
.sdgs02_list .info .txt {
  line-height: 200%;
}

/* =============================== sitemap =============================== */

.sitemap_bk {
  padding: 120px 0;
}
.sitemap_list li a {
  text-decoration: none;
}
.sitemap_list > li {
  width: 30.6%;
  margin-right: 4.1%;
  margin-bottom: 50px;
}
.sitemap_list > li:nth-child(1) {
  margin-right: 69.4%;
}
.sitemap_list > li:nth-last-of-type(n+2) {
}
.sitemap_list > li:nth-child(4) ,
.sitemap_list > li:nth-child(7) ,
.sitemap_list > li:nth-child(10) ,
.sitemap_list > li:nth-child(13)  {
  margin-right: 0%;
}
.sitemap_list > li dl dt {
  margin-bottom: 10px;
}
.sitemap_list > li .ttl a ,
.sitemap_list > li dl dt a ,
.sitemap_list > li dl dt .nolink {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #0053a7;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  transition: .3s;
}
.sitemap_list > li .ttl a::after ,
.sitemap_list > li dl dt a::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #0053a7;
  border-right: solid 2px #0053a7;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.sitemap_list > li .ttl a:hover ,
.sitemap_list > li dl dt a:hover {
  background: rgba(0, 83, 167, 0.1);
  transition: .3s;
}
.sitemap_list > li > dl > dd > ul > li a {
  position: relative;
  padding: 8px 20px;
  display: block;
}
.sitemap_list > li > dl > dd > ul > li a::before {
  content: "";
  width: 9px;
  height: 1px;
  background: #0053a7;
  display: block;
  position: absolute;
  left: 0;
  top: 1.4em;
}
.sitemap_list > li > dl > dd > ul > li .sub:nth-of-type(1) {
  margin-top: 5px;
  margin-bottom: 0;
}
.sitemap_list > li > dl > dd > ul > li .sub:nth-of-type(2) {
  margin-bottom: 5px;
}
.sitemap_list > li > dl > dd > ul > li .sub a {
  padding: 3px 30px 3px 24px;
  margin-left: 20px;
}
.sitemap_list > li > dl > dd > ul > li .sub a::before {
  content: "";
  width: 17px;
  height: 17px;
  background: #0053a7;
  display: block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  position: absolute;
  left: 0;
  top: 5px;
}
.sitemap_list > li > dl > dd > ul > li .sub a::after {
  content: "+";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 3px;
  top: 2px;
  z-index: 5;
}

/* =============================== recruit =============================== */

.mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.mask .maskInner {
  opacity: 0;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }  
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }  
  to {
    transform: translateX(200%);
  }
}
.isPlayRecruit {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
.isPlayRecruit::before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #0053a7;
}
.mask_b.isPlayRecruit::before {
  background: #333;
}


.recruit_top {
  background: url(../images/recruit/top/top_bg01.jpg) no-repeat right top 20px;
  background-size: 63.02%;
  position: relative;
}
.recruit_top00_ttl {
  display: block;
  padding-left: 13.35%;
  background: url(../images/recruit/top/top_bg02.jpg) no-repeat left top;
  background-size: 44.64%;
  width: 100%;
  box-sizing: border-box;
  min-height: 860px;
  /*background-size: cover;
  height: 850px;*/
}
.recruit_top_ttl_aboutus {
  color: #fff;
  font-size: 110px;
  font-size: 5.1vw;
  font-weight: bold;
  line-height: 110%;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  padding-top: 145px;
}
.recruit_top_main {
}
  
.recruit_top_main {
  padding-top: 250px;
  padding-bottom: 22%;
  margin-left: 8.9%;
  width: 91.1%;
}
.scrollarea {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.side_scroll {
  position: absolute;
  display:inline-block;
  line-height: 1;
  padding-bottom: 55px;
  right: 20px;
  bottom: 270px;
  color: #004da4;
  font-size: 16px;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.side_scroll::before {
  content: "";
  position: absolute;
  top: 4.5em;
  width: 1px;
  height: 50px;
  background: #004da4;
  left: 0;
  right: 0;
  margin: auto;
}
.side_scroll::before {
  animation: arrowlong01 2s ease infinite;
}
@keyframes arrowlong01{
  0%{height:0;opacity:0}
  20%{height:0;opacity:1}
  80%{height:50px;opacity:1}
  100%{height:50px;opacity:0}
}




.recruit_top_mainttl {
  display: inline-block;
  overflow: hidden;
  color: #004da4;
  font-size: 110px;
  font-size: 5.1vw;
  font-weight: bold;
  line-height: 110%;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.recruit_top_mainttl .ja {
  font-size: 18px;
  font-size: .918vw;
  color: #000;
  display: block;
}
.recruit_top_mainsttl {
  margin-top: 10px;
  font-size: 40px;
  font-size: 2.084vw;
  color: #000;
  font-weight: bold;
}
.recruit_top_mainsttl strong {
  color: #004da4;
}
.recruit_top_mainsttl [data-ruby] {
  position: relative;
}
.recruit_top_mainsttl [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  font-size: .8vw;
  top: -2.8em;
  color: #004da4;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  color: #004da4;
}

.recruit_top01_bk {
  padding: 0 0 20px;
  position: relative;
  margin-top: -550px;
}
.recruit_top01 ,
.recruit_top02 ,
.recruit_top03 {
  position: relative;
  margin-bottom: 120px;
  z-index: 10;
}
.recruit_top01_info ,
.recruit_top02_info ,
.recruit_top03_info {
  margin-top: 100px;
  background: #fff;
  width: 36.76%;
  box-sizing: border-box;
  padding: 100px 4.2%;
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,.09);
  max-width: 700px;
}
.recruit_top01_info ,
.recruit_top03_info {
  margin-right: 49.89%;
  margin-left: 13.35%;
}
.recruit_top02_info {
  margin-left: 49.89%;
  margin-right: 13.35%;
}
@media screen and (max-width:1320px) {
  .recruit_top01_info ,
  .recruit_top02_info ,
  .recruit_top03_info {
    width: 51.76%;
    padding: 80px 4.2%;
  }
  .recruit_top01_info ,
  .recruit_top03_info {
    margin-right: 44.89%;
    margin-left: 3.35%;
  }
  .recruit_top02_info {
    margin-left: 44.89%;
    margin-right: 3.35%;
  }
}
.recruit_top_ttl {
  font-size: 40px;
  font-weight: bold;
  color: #004da4;
  position: relative;
  padding-top: 32px;
  line-height: 120%;
  margin-bottom: 30px;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.recruit_top_ttl .ja {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #004da4;
  margin-top: 5px;
}
.recruit_top_ttl::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: #004da4;
  position: absolute;
  left: 0;
  top: 0;
}
.recruit_top_sttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 25px;
}
.recruit_top_txt {
  line-height: 210%;
}
.recruit_top01_info .common_btn02 ,
.recruit_top02_info .common_btn02 ,
.recruit_top03_info .common_btn02 {
  margin-top: 30px;
}
.recruit_top01_info .common_btn02 a ,
.recruit_top02_info .common_btn02 a ,
.recruit_top03_info .common_btn02 a {
  width: 300px;
}
.recruit_top01_image ,
.recruit_top02_image ,
.recruit_top03_image {
  width: 63.02%;
  height: 1px;
  padding-top: 36.165%;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.recruit_top01_image {
  background: url(../images/recruit/top/top01_img01.jpg) no-repeat center center;
  background-size: cover;
  right: 0;
}
.recruit_top02_image {
  background: url(../images/recruit/top/top02_img01.jpg) no-repeat center center;
  background-size: cover;
  left: 0;
}
.recruit_top03_image {
  background: url(../images/recruit/top/top03_img01.jpg) no-repeat center center;
  background-size: cover;
  right: 0;
}


.recruit_top04_bk {
  padding: 200px 0 20px;
  background: url(../images/recruit/top/top04_bg.jpg) no-repeat center top;
  background-size: 100%;
}
.recruit_top04 .common_ttl02 {
  text-align: center;
  margin-bottom: 150px;
}
.recruit_top04_list li {
  width: 47.14%;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,.15);
}
.recruit_top04_list li a {
  text-decoration: none;
}
.recruit_top04_list .image img {
  max-width: 100%;
}
.recruit_top04_list .info {
  position: relative;
  padding: 40px 5%;
  box-sizing: border-box;
  text-align: center;
}
.recruit_top04_list .info .ttl {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.recruit_top04_list .info .ttl::before {
  content: "";
  background: #0053a7;
  display: block;
  width: 46px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  margin: auto;
}
.recruit_top04_list .info .ttl::after {
  border-bottom: 1px solid #0053a7;
  border-right: 1px solid #0053a7;
  content: '';
  width: 70px;
  height: 6px;
  transform: skew(55deg);
  position: absolute;
  top: 18px;
  right: 20px;
  margin-top: -7px;
  z-index: 10;
  animation-name: arrow_return;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
@keyframes arrow_return {
  50% {
    right: 10px;
  }
  100% {
    right: 20px;
  }
}

.recruit_top05_bk {
  padding: 40px 0 140px;
  position: relative;
}
.recruit_top05_bk::after {
  content:"";
  background: #eef2f5;
  width: 63.02%;
  height: calc( 100% - 85px );
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.recruit_top05 .common_ttl02 {
  width: 100%;
  margin-bottom: 110px;
  padding-left: calc( 50% - 700px );
}
.recruit_top05_info {
  width: 55.36%;
  box-sizing: border-box;
  padding-right: 4.2%;
  padding-left: calc( 50% - 700px );
}
.recruit_top05_info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}
.recruit_top05_info dl::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 2px dotted #0053a7;
  position: absolute;
  left: 74px;
  z-index: 1;
}
.recruit_top05_info dt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  background: #0053a7;
  width: 150px;
  box-sizing: border-box;
  padding: 30px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.recruit_top05_info dt span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.recruit_top05_info dt span.num {
  font-size: 36px;
  margin-bottom: 15px;
}
.recruit_top05_info dt span.ttl {
  font-size: 16px;
}
.recruit_top05_info dd {
  width: calc( 100% - 150px );
  box-sizing: border-box;
  padding: 40px;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: relative;
  z-index: 2;
}
.recruit_top05_info dt:nth-last-of-type(n+2) ,
.recruit_top05_info dd:nth-last-of-type(n+2) {
  margin-bottom: 20px; 
}
.recruit_top05_info {
}
.recruit_top05_info .caution li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  line-height: 165%;
}
.recruit_top05_info .caution li a {
  color: #0053a7;
  font-size: 12px;
  text-decoration: underline;
}  
.recruit_top05_image {
  width: 44.64%;
  background: url(../images/recruit/top/top05_img01.jpg) no-repeat center center;
  background-size: cover;
  height: 1px;
  padding-top: 40.585%;
}

.recruit_top06_bk {
  padding: 110px 0;
  background: url(../images/recruit/top/top06_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.recruit_top06 .common_ttl02 ,
.recruit_top06 .common_ttl02 .ja {
  color: #fff;
}
.recruit_top06 .common_ttl02 .ja {
  margin-top: -20px;
}
.recruit_top06 .common_ttl02 {
  margin-bottom: 40px;
}
.recruit_top06 .txt {
  color: #fff;
  line-height: 185%;
}
.recruit_top06 .txt a.tel {
  text-decoration: none;
  pointer-events: none;
}
.recruit_top06 .txt .mini {
  color: #fff;
  font-size: 12px;
}
.recruit_top06_list {
  margin-bottom: 35px;
}
.recruit_top06_list li {
  width: 47.91%;
}
.recruit_top06_list .common_btn02 a {
  width: 100%;
}

.recruit_top07_bk {
  padding: 125px 0;
}
.recruit_top07 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.recruit_top07_txt .common_ttl02 .ja {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.recruit_top07_btn .common_btn02 a {
  width: 300px;
}

/* =============================== recruit_career =============================== */

.recruit_career_bk {
  padding: 70px 0 120px;
}
.recruit_career {
  padding: 50px 0;
}
.recruit_career_tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #0053a7;
  border-left: 1px solid #0053a7;
}
.recruit_career_tbl th ,
.recruit_career_tbl td {
  border-right: 1px solid #0053a7;
  border-bottom: 1px solid #0053a7;
  text-align: left;
  box-sizing: border-box;
  padding: 25px 30px 20px;
  vertical-align: top;
}
.recruit_career_tbl th {
  border-bottom: 1px solid rgba(255,255,255,.3);
  width: 22%;
  color: #fff;
  background: #0053a7;
}
.recruit_career_tbl td {
  padding: 25px 30px 20px 50px;
  line-height: 170%;
}
.recruit_career_tbl td span {
  display: block;
}
.recruit_career_tbl td span:nth-last-of-type(n+2) {
  margin-bottom: 10px;
}
.recruit_career .entryform {
  margin-top: 50px;
  text-align: center;
}
.recruit_career .entryform a {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #009dda;
  font-weight: bold;
  line-height: 1;
  padding: 18px 0;
  width: 320px;
  text-decoration: none;
  position: relative;
  border: 1px solid #009dda;
}
.recruit_career .entryform a span {
  color: #fff;
	z-index: 3;
	position: relative;
  font-size: 16px;
}
.recruit_career .entryform a::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 20px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
  z-index: 10;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.recruit_career .entryform a::before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.recruit_career .entryform a:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
 	background: #fff;
}
.recruit_career .entryform a:hover span{
	color: #009dda;
}
.recruit_career .entryform a:hover::after {
  border-top: solid 2px #009dda;
  border-right: solid 2px #009dda;
}

.recruit_career_bk .txt {
  text-align: center;
  line-height: 170%;
}
.recruit_career_bk .txt a.tel {
  pointer-events: none;
  text-decoration: none;
}
.recruit_career_bk .txt .mini {
  font-size: 12px;
}


/* =============================== recruit_faq =============================== */

.recruit_faq_bk {
  padding: 120px 0;
}  

/* =============================== recruit_freshers =============================== */

.recruit_freshers_bk {
  padding: 120px 0;
}
.recruit_freshers_tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #0053a7;
  border-left: 1px solid #0053a7;
}
.recruit_freshers_tbl th ,
.recruit_freshers_tbl td {
  border-right: 1px solid #0053a7;
  border-bottom: 1px solid #0053a7;
  text-align: left;
  box-sizing: border-box;
  padding: 25px 30px 20px;
  vertical-align: top;
}
.recruit_freshers_tbl th {
  border-bottom: 1px solid rgba(255,255,255,.3);
  width: 22%;
  color: #fff;
  background: #0053a7;
}
.recruit_freshers_tbl td {
  padding: 25px 30px 20px 50px;
  line-height: 170%;
}
.recruit_freshers_none {
  text-align: center;
  line-height: 200%;
  font-size: 18px;
  font-weight: bold;
  color: #0053a7;
  padding: 0 0 100px;
}
.recruit_freshers .mynavi {
  margin-top: 50px;
  margin-bottom: 45px;
  text-align: center;
}
.recruit_freshers .txt {
  text-align: center;
  line-height: 170%;
}
.recruit_freshers .txt a.tel {
  pointer-events: none;
  text-decoration: none;
}
.recruit_freshers .txt .mini {
  font-size: 12px;
}


/* =============================== recruit_faq =============================== */

.recruit_message01_bk {
  padding: 120px 0 90px;
  text-align: center;
}
.content_wrap.page .recruit_message_ttl {
  font-size: 50px;
  font-weight: bold;
  color: #004da4;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  position: relative;
  padding-top: .9em;
  text-align: center;
  border: none;
  margin: 0 0 10px;
  z-index: 1;
}
.content_wrap.page .recruit_message_ttl::after {
  content: "MESSAGE";
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; right: 0;
  margin: auto;
  text-align: center;
  font-size: 120px;
  font-weight: bold;
  color: #eee;
}
.content_wrap.page .recruit_message_ttl .ja ,
.content_wrap.page .wp-block-group.message_01 .recruit_message_ttl_ja {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  display: block;
  color: #000;
  margin: 0 0 60px;
}
.recruit_message01 .txt {
  line-height: 210%;
  margin-bottom: 30px;
}
.recruit_message01 .txt .name_img {
  display: block;
  margin-top: 5px;
}
.recruit_message02_bk {
  padding: 120px 0;
}
.recruit_message02_list > li {
  margin-bottom: 70px;
}
.recruit_message02_list .image {
  width: 19%;
}
.recruit_message02_list .image img {
  max-width: 100%;
}
.recruit_message02_list .info {
  width: 75%;
}
.recruit_message02_list .info .ttl {
  color: #004da4;
  font-size: 40px;
  font-weight: bold;
  line-height: 140%;
  padding-bottom: .2em;
  margin-bottom: 20px;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  border-bottom: 2px dotted #004da4;
}
.recruit_message02_list .info .ttl::first-letter {
  font-size: 54px;
}
.recruit_message02_list .info .ttl .ja {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.recruit_message02_list .info .checklist li {
  padding: 4px 0 4px 34px;
  background: url(../images/recruit/message/message_icon.png) no-repeat left top;
  background-size: 20px;
  margin-bottom: 18px;
}

/* =============================== recruit_office =============================== */

.recruit_office_copy {
  text-align: center;
  margin-bottom: 40px;
}
.recruit_office01_bk {
  padding: 120px 0;
}
.recruit_office01_list li {
  list-style: none !important;
}
.recruit_office01_list li:nth-child(1) {
  width: 66%;
}
.recruit_office01_list li:nth-child(2) {
  width: 30%;
}
.recruit_office01_list li .image img {
  max-width: 100%;
}
.recruit_office01_list li .ttl {
  margin-top: 10px;
}
.recruit_office02_bk {
  padding: 120px 0;
}
.recruit_office02_list li {
  list-style: none !important;
}
.recruit_office02_list li:nth-child(-n+4) {
  width: 48%;
  margin-bottom: 35px;
}
.recruit_office02_list li:nth-child(n+5) {
  width: 30.6%;
}
.recruit_office02_list li .image img {
  max-width: 100%;
}
.recruit_office02_list li .ttl {
  margin-top: 10px;
}
.recruit_office03_bk {
  padding: 120px 0;
}
.recruit_office03_list li {
  list-style: none !important;
}
.recruit_office03_list li:nth-child(1) {
  width: 66%;
}
.recruit_office03_list li:nth-child(2) {
  width: 30%;
}
.recruit_office03_list li .image img {
  max-width: 100%;
}
.recruit_office03_list li:nth-child(2) .image:nth-of-type(2) {
  margin-top: 20px;
}
.recruit_office03_list li .ttl {
  margin-top: 10px;
}


/* =============================== recruit_office =============================== */

.recruit_voice01_bk ,
.recruit_voice02_bk ,
.recruit_voice03_bk ,
.recruit_voice04_bk ,
.recruit_voice05_bk {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 37%, rgba(245,245,245,1) 37%, rgba(245,245,245,1) 100%);
}
.recruit_voice01_bk {
  padding: 150px 0 110px;
}
.recruit_voice02_bk {
  padding: 180px 0 100px;
}
.recruit_voice03_bk ,
.recruit_voice04_bk ,
.recruit_voice05_bk {
  padding: 150px 0 100px;
}

.recruit_voice_photo {
  margin-bottom: 50px;
  position: relative;
}
.recruit_voice_photo .image {
  width: 72%;
  margin-left: 28%;
}
.recruit_voice_photo .image img {
  width: 100%;
}
.recruit_voice_photo .info {
  position: absolute;
  z-index: 10;
  width: 35%;
  left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.recruit_voice_photo .info .info_sttl {
  color: #004da4;
  font-size: 30px;
  font-weight: bold;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1;
  margin: 0;
}  
.recruit_voice_photo .info .info_sttl .number {
  display: inline-block;
  font-size: 50px;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1;
}
.recruit_voice_photo .info .info_box {
  background: #0053a7;
  box-sizing: border-box;
  padding: 50px 6.75%;
}
.recruit_voice_photo .info .info_box .info_ttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.3);
  margin: 0 0 20px;
  letter-spacing: .01em;
  line-height: 150%;
}
.recruit_voice_photo .info .info_box p {
  margin: 0;
}
.recruit_voice_photo .info .info_box .info_d {
  color: #fff;
}

.recruit_voice02 .recruit_voice_photo .image,
.recruit_voice04 .recruit_voice_photo .image {
  margin-left: 0;
  margin-right: 28%;
}
.recruit_voice02 .recruit_voice_photo .info,
.recruit_voice04 .recruit_voice_photo .info {
  left: inherit;
  right: 0;
}
.recruit_voice02 .recruit_voice_photo .info .info_sttl,
.recruit_voice04 .recruit_voice_photo .info .info_sttl {
  text-align: right;
}

.recruit_voice01 .recruit_voice_photo .info .info_box ,
.recruit_voice05 .recruit_voice_photo .info .info_box {
  padding: 40px 6.75%;
}
.info_label {
  margin-top: 5px;
  display: inline-block;
  color: #0053a7;
  font-weight: bold;
  padding: 9px 18px;
  line-height: 1;
  background: #fdf400;
}

.recruit_voice_detail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.recruit_voice_detail .txt {
  width: 45.5%;
}
.content_wrap.page .recruit_voice_detail .txt p {
  line-height: 185%;
  margin: 0 0 1.5em;
}
.recruit_voice_detail .schedule {
  width: 48%;
}
.content_wrap.page .recruit_voice_detail .schedule_ttl {
  font-size: 16px;
  font-weight: bold;
  padding: 2px 0 2px 15px;
  border-left: 3px solid #0053a7;
  margin-bottom: 15px;
}
.recruit_voice_detail .schedule_dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 6.25%;
  background: #fff;
}
.recruit_voice_detail .schedule_dl dt {
  width: 80px;
  border-left: 1px solid #0053a7;
  border-right: 1px solid #0053a7;
  text-align: center;
  box-sizing: border-box;
  color: #0053a7;
  font-family: Roboto,"メイリオ" , Meiryo , "Meiryo UI" ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 0;
}
.recruit_voice_detail .schedule_dl dd {
  width: calc( 100% - 100px );
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.recruit_voice04 .recruit_voice_detail .schedule_dl::after {
  margin-top: 20px;
  content: "育児休暇終了後の時短勤務も可能です。";
}

/* ********* pagenavi ********** */

.pagenavi_wrap {
  padding: 80px 0 100px;
  text-align: center;
}
.pagenavi_wrap .wp-pagenavi a ,
.pagenavi_wrap .wp-pagenavi span {
  border: 1px solid #0053a7;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin: 0 10px;
}
.pagenavi_wrap .wp-pagenavi a {
  text-decoration: none;
  color: #0053a7;
}
.pagenavi_wrap .wp-pagenavi a:hover ,
.pagenavi_wrap .wp-pagenavi span {
  color: #fff;
  background: #0053a7;
}
.pagenavi_wrap .wp-pagenavi a.nextpostslink ,
.pagenavi_wrap .wp-pagenavi a.nextpostslink:hover ,
.pagenavi_wrap .wp-pagenavi a.previouspostslink ,
.pagenavi_wrap .wp-pagenavi a.previouspostslink:hover {
  border: none;
  color: #0053a7;
  background: none;
  font-size: 16px;
}
.pagenavi_wrap .wp-pagenavi a:hover,
.pagenavi_wrap .wp-pagenavi span.current {
  border-color: inherit;
}
.pagenavi_wrap .wp-pagenavi a.first ,
.pagenavi_wrap .wp-pagenavi a.last {
  border: none;
  padding: 6px 8px;
}

/* ********* notfound ********** */

.notfound_bk {
  padding: 120px 0;
}
.notfound_bk p {
  line-height: 200%;
  margin-bottom: 20px;
  text-align: center;
}

.wp-block-image .aligncenter {
  text-align: center;
}


/*上下中央*/
.nakami {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*縦だけ
.nakami {
	position:absolute;
	top:50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
*/
/*hoverなど簡易アニメーションベース*/
.animaion_base { transition:.3s; }


/* flex */
.flexbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox_両端揃え {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flexbox_上下中央揃え {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexbox_順 {
	-ms-flex-order:1;
	order:1;
}
