﻿@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}
img { width:100%; height: auto; }
.sp { display: block; }
.pc { display: none; }

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}


#wrap { 
	width:100%;
  overflow: hidden;
}

.container01 {
  width: 92%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.container02 {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.container03 {
  width: 92%;
  max-width: 1200px;
  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_btn01.center {
  text-align: center;
}
.common_btn01 a {
  width: 100%;
  max-width: 100%;
  background-color: #005bac;
  display: inline-block;
  text-align: center;
  padding: 2.2rem 1.2% 2.4rem;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  box-shadow : 0px 0px 6px rgba(0,35,65,.1);
  transition: .5s;
}
.common_btn01.white a {
  border: 1px solid #fff;
  background-color: #fff;
}
.common_btn01 a:hover {
  background-color: #0685de;
  transition: .5s;
}
.common_btn01 a .txt {
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  line-height: 1;
}


.common_ttl01 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.common_ttl01.left {
  text-align: left;
}
.common_ttl02 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
.common_ttl02.left {
  text-align: left;
}
.common_ttl02 .en {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #005bac;
  display: block;
  margin-bottom: 1.5rem;
}


.common_txt01 {/*18-40*/
  font-size: 1.6rem;
  line-height: 180%;
}


.hd {
  width: 96%;
  padding-left: 2rem;
  position: fixed;
  top: 15px;
  left: 2%;
  z-index: 500;
  transition: .3s;
  border-radius: 50px;
  background: #fff;
  box-shadow : 0px 0px 8px rgba(0,66,118,.1);
}
.hd.fixed {
  background: rgba(255,255,255,.9);
  transition: .3s;
}
.hd .hd_container {
  width: 100%;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hd .hd_container .hd_container_base {
  width: 96%;
  padding-left: 2rem;
  position: fixed;
  top: 15px;
  left: 2%;
  z-index: 500;
  transition: .3s;
  border-radius: 50px;
  background: #fff;
  box-shadow : 0px 0px 8px rgba(0,66,118,.1);
  height: 68px;
  z-index: 505;
}
.hd .hd_container .hd_logo {
  width: 30rem;
  position: relative;
  z-index: 505;
}
.hd .hd_container .hd_logo a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}
.hd .hd_container .hd_logo a .txt {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 115%;
  text-align: left;
  padding-top: .5rem;
  margin-left: 1.2rem;
  max-width: 72%;
}
.hd .hd_container .hd_logo a .txt strong {
  font-size: 1.8rem;
  font-weight: 700;
}
.hd .hd_container .hd_logo img {
  height: 44px;
  width: auto;
}
.hd .hd_container .hd_navi {
  width: calc(100% - 14rem);
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 6rem;
  position: relative;
  align-items: center;
  z-index: 502;
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger {
  width: 5.5rem;
  height: 5.5rem;
  background: #005bac;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 505;
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger span {
  width: 2.2rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger span:nth-of-type(1) {
  top: calc(50% - 0.8rem);
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger span:nth-of-type(2) {
  top: 50%;
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger span:nth-of-type(3) {
  top: calc(50% + 0.8rem);
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger.active span {
  top: 50%;
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.hd .hd_container .hd_navi .hd_navi_menu_trigger.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hd .hd_container .hd_navi .hd_navi_menu {
  width: 95%;
  padding: 60px 3rem 3rem 3rem;
  background-color: #005bac;
  position: fixed;
  z-index: 100;
  top: 40px;
  left: 2.5%;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(0);
  transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
  border-radius: 0 0 10px 10px;
}
.hd .hd_container .hd_navi .hd_navi_menu.open {  
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list {
  width: 100%;
  padding: 0 0 2.5rem;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li {
  width: 100%;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li:first-of-type {
  margin-top: 0;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li a {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 1em 0;
  border-bottom: 1px solid #66a7e0;
  display: block;
  text-decoration: none;
  position: relative;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translate(0,-50%) rotate(45deg);
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.sp {
  padding: 25px 0 10px;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.sp .common_btn {
  width: 100%;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.sp a {
  display: inline-block;
  width: 100%;
  position: relative;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.menu a i {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.menu a i img {
  width: auto;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.menu a i img:nth-of-type(1) ,
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.menu a i img:nth-of-type(2) {
  display: none;
}


.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn.sp {
  width: 100%;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn.sp a {
  padding: 2.0rem 0;
  background: #00aca6;
  width: 100%;
  border-bottom: none;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn.sp a::before {
  content: none;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn.sp a i {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn.sp a .txt {
  font-size: 1.6rem;
  font-weight: 700;
}


.hd .hd_container .hd_navi .hd_navi_login_trigger {
  width: 5.5rem;
  height: 5.5rem;
  background: #00aca6;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 7.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 505;
}
.hd .hd_container .hd_navi .hd_navi_login_trigger i {
  width: 22px;
}
.hd .hd_container .hd_navi .hd_navi_login_trigger span {
  width: 2.2rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}
.hd .hd_container .hd_navi .hd_navi_login_trigger span:nth-of-type(1) {
  top: calc(50% - 0.8rem);
  opacity: 0;
}
.hd .hd_container .hd_navi .hd_navi_login_trigger span:nth-of-type(2) {
  top: calc(50% + 0.8rem);
  opacity: 0;
}
.hd .hd_container .hd_navi .hd_navi_login_trigger.active i {
  display: none;
}
.hd .hd_container .hd_navi .hd_navi_login_trigger.active span {
  top: 50%;
}
.hd .hd_container .hd_navi .hd_navi_login_trigger.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}
.hd .hd_container .hd_navi .hd_navi_login_trigger.active span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 1;
}
.hd .hd_container .hd_navi .hd_navi_menu02 {
  width: 96%;
  padding: 60px 3rem 3rem 3rem;
  background-color: #009893;
  position: fixed;
  z-index: 100;
  top: 40px;
  left: 2%;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(0);
  transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
  border-radius: 0 0 10px 10px;
  display: none;
}
.hd .hd_container .hd_navi .hd_navi_menu02.open {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}
.hd .hd_container .hd_navi .hd_navi_menu02 .navi_menu_list {
  width: 100%;
  background: #fff;
  padding: 2.5rem;
  border-radius: 12px;
}
.hd .hd_container .hd_navi .hd_navi_menu02 .navi_menu_list li {
  width: 100%;
}
.hd .hd_container .hd_navi .hd_navi_menu02 .navi_menu_list li:first-of-type {
  margin-top: 0;
}
.hd .hd_container .hd_navi .hd_navi_menu02 .navi_menu_list li a {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  display: block;
  text-decoration: none;
}
.hd .hd_container .hd_navi .hd_navi_menu02 .navi_menu_list li.sp {
  padding: 25px 0 10px;
}
.hd .hd_container .hd_navi .hd_navi_menu02 .navi_menu_list li.sp .common_btn {
  width: 100%;
}
.hd .hd_container .hd_navi .hd_navi_menu02 .navi_menu_list li.sp a {
  display: inline-block;
  width: 100%;
}
.hd .hd_container .hd_navi .hd_navi_menu02 .navi_menu_list li.menu a i {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.hd .hd_container .hd_navi .hd_navi_menu02 .navi_menu_list li.menu a i img {
  width: auto;
}
.hd .hd_container .hd_navi .hd_navi_menu02 .navi_menu_list li.menu a i img:nth-of-type(2) {
  display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/

.btn_pagetop {
  width: 56px;
  height: 56px;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.btn_pagetop.show {
  opacity: 1;
  transition: .3s;
  pointer-events: auto;
  z-index: 450;
}
.btn_pagetop img {
  max-width: 100%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** common_related
******************************************************************************
----------------------------------------------------------------------------*/

.common_related_bk {
  width: 100%;
  border-radius: 50px 50px 0 0;
  background: #f5f5f5;
  padding: 6.0rem 0 4.0rem;
}
.common_related_bk .common_related .common_ttl01 {
  margin-bottom: 3.5rem;
}
.common_related_bk .common_related .common_related_list li {
  width: 47.24%;
  margin-right: 5.52%;
  margin-bottom: 2.0rem;
  border-radius: 10px;
  box-shadow : 0px 0px 6px rgba(151,151,151,.1);
}
.common_related_bk .common_related .common_related_list li:nth-child(2n) {
  margin-right: 0;
}
.common_related_bk .common_related .common_related_list li a {
  display: block;
}
.common_related_bk .common_related .common_related_list li img {
  max-width: 100%;
  border-radius: 10px;
}



.ft {
  background: #005bac;
}
.ft .ft_container {
  padding: 2.0rem 4% 2.5rem;
}
.ft .ft_container .ft_info {
  width: 100%;
}
.ft .ft_container .ft_info .logo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.ft .ft_container .ft_info .logo .txt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  margin-left: 1.0rem;
}
.ft .ft_container .ft_info .logo .txt strong {
  font-size: 1.8rem;
  font-weight: 700;
}
.ft .ft_container .ft_info .logo picture {
  width: 12%;
}
.ft .ft_container .ft_info .logo img {
  max-width: 100%;
}

.ft .ft_container .ft_nav {
  width: 100%;
}
.ft .ft_container .ft_nav .ft_navlist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ft .ft_container .ft_nav .ft_navlist li {
  width: 47.8%;
  border-bottom: 1px solid #fff;
  margin-right: 4.4%;
  display: flex;
}
.ft .ft_container .ft_nav .ft_navlist li:nth-child(2n) {
  margin-right: 0;
}
.ft .ft_container .ft_nav .ft_navlist:nth-of-type(1) li {
  width: 100%;
  margin-right: 0;
}
.ft .ft_container .ft_nav .ft_navlist:nth-of-type(3) li {
  margin-right: 0;
}
.ft .ft_container .ft_nav .ft_navlist:nth-of-type(3) li:nth-child(2n) {
  margin-right: 4.4%;
}
.ft .ft_container .ft_nav .ft_navlist li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  padding: 15px 20px 15px 0;
  text-decoration: none;
  position: relative;
  display: flex;
  flex: 1;
  width: 100%;
  align-items: center;
}
.ft .ft_container .ft_nav .ft_navlist li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translate(0,-50%) rotate(45deg);
}
.ft .ft_container .ft_nav .ft_navlist li.signup.pc {
  display: none;
}
.ft .ft_container .ft_nav .ft_navlist li.signup a {
  padding-right: 25px;
}
.ft .ft_container .ft_nav .ft_navlist li.signup a::before {
  content: none;
}
.ft .ft_container .ft_nav .ft_navlist li.signup a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/f_nav_icon01.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
}
.ft .ft_container .copyright {
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 3.5rem;
}



.top_main {
  width: 100%;
  position: relative;
}
.top_main .mainslide-item {
  margin-inline: auto;
  overflow: hidden;
  width: 100%;
}
.top_main .mainslide-item .slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.top_main img {
  width: 100%;
}
.top_main .top_maincopy {
  width: 92%;
  max-width: 1560px;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: left;
}
.top_main .top_maincopy .top_maincopy0101 ,
.top_main .top_maincopy .top_maincopy0102 ,
.top_main .top_maincopy .top_maincopy0103 {
  display: block;
  margin-bottom: 10px;
}
.top_main .top_maincopy .top_maincopy0101 .inner ,
.top_main .top_maincopy .top_maincopy0102 .inner ,
.top_main .top_maincopy .top_maincopy0103 .inner {
  font-size: 6.5vw;
  font-weight: 700;
  display: inline-block;
  color: #005bac;
  background: #fff;
  line-height: 1;
  padding: 8px 4px 8px 10px;
  border-radius: 6px;
}
.top_main .top_maincopy .top_maintxt0101 ,
.top_main .top_maincopy .top_maintxt0102 ,
.top_main .top_maincopy .top_maintxt0103 ,
.top_main .top_maincopy .top_maintxt0104 ,
.top_main .top_maincopy .top_maintxt0105 {
  display: block;
  margin-bottom: 8px;
}
.top_main .top_maincopy .top_maintxt0101 .inner ,
.top_main .top_maincopy .top_maintxt0102 .inner ,
.top_main .top_maincopy .top_maintxt0103 .inner ,
.top_main .top_maincopy .top_maintxt0104 .inner ,
.top_main .top_maincopy .top_maintxt0105 .inner {
  font-size: 3.5vw;
  font-weight: 700;
  display: inline-block;
  color: #005bac;
  background: #fff;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 4px;
}


.searchbox {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  padding: 2.5rem 7.5%;
  position: relative;
  margin-top: -50px;
  z-index: 5;
  box-shadow : 0px 0px 8px rgba(0,66,118,.1) ,0px 0px 8px rgba(0,66,118,.1);
}
.searchbox form {
  display: flex;
  flex-wrap: wrap;
}
.searchbox form .label {
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
}
.searchbox form .txt {
  width: 100%;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-left: 1.0rem;
  margin-right: 1.0rem;
}
.searchbox form .select_wrap {
  width: 100%;
  position: relative;
}
.searchbox form .select_wrap select {
  width: 100%;
  background: #ccc;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 10px;
  outline: none;
  border: none;
  padding: 2.0rem 30px 2.0rem 50px;
  -webkit-appearance: none;
}
.searchbox form .select_wrap::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  position: absolute;
  z-index: 2;
  top: 40%;
  right: 20px;
  transform: translate(-50%,0) rotate(135deg);
}
.searchbox form .select_wrap.job::after {
  border-top: solid 1px #005bac;
  border-right: solid 1px #005bac;
}
.searchbox form .select_wrap.area::after {
  border-top: solid 1px #00aca6;
  border-right: solid 1px #00aca6;
}
.searchbox form .select_wrap.job select {
  background: url(../images/common/search_icon01.png) no-repeat left 20px center #f5f5f5;
}
.searchbox form .select_wrap.area select {
  background: url(../images/common/search_icon02.png) no-repeat left 20px center #f5f5f5;
}
.searchbox form .select_wrap select option {
  font-size: 1.8rem;
}
.searchbox form input[type="submit"] {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #005bac;
  padding: 2.0rem 0;
  border-radius: 30px;
  margin-top: 3.0rem;
}
/* lang */
.searchbox form .select_wrap.area + font {
  width: 100%;
}


.top_count_bk {
  padding: 4.5rem 0;
}
.top_count_bk .top_count {
  align-items: center;
}
.top_count_bk .top_count .left ,
.top_count_bk .top_count .right {
  width: 6.6%;
}
.top_count_bk .top_count .left img ,
.top_count_bk .top_count .right img {
  max-width: 100%;
}
.top_count_bk .top_count .left {
  margin-right: 0.5rem;
}
.top_count_bk .top_count .right {
  margin-left: 0.5rem; 
}
.top_count_bk .top_count .txt01 {
  font-size: 4.5vw;
  color: #000;
  margin-right: .6rem;
}
.top_count_bk .top_count .txt02 {
  font-size: 7.5vw;
  font-weight: 700;
  color: #005bac;
}
.top_count_bk .top_count .txt02 strong {
  font-size: 14.5vw;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-right: .5rem;
}


.top_typesearch_bk {
  width: 100%;
  border-radius: 50px 50px 0 0;
  background: #f5f7f9;
  padding: 6.0rem 4%;
}
.top_typesearch_bk .top_typesearch {
}
.top_typesearch_bk .top_typesearch .common_ttl01 {
  margin-bottom: 5.5rem;
}
.top_typesearch_bk .top_typesearch .top_typesearch_list {
  padding-bottom: 4.0rem;
}
.top_typesearch_bk .top_typesearch .top_typesearch_list li {
  width: 46.65%;
  margin-right: 6.7%;
  border: 2px solid #0685de;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  padding: 1.2rem 1.5rem 1.0rem;
  margin-bottom: 2.5rem;
}
.top_typesearch_bk .top_typesearch .top_typesearch_list li:nth-child(2n) {
  margin-right: 0;
}
.top_typesearch_bk .top_typesearch .top_typesearch_list li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.top_typesearch_bk .top_typesearch .top_typesearch_list li .icon {
  width: 100%;
}
.top_typesearch_bk .top_typesearch .top_typesearch_list li .icon img {
  max-width: 100%;
  width: auto;
}
.top_typesearch_bk .top_typesearch .top_typesearch_list li .icon img:nth-of-type(2) {
  display: none;
}
.top_typesearch_bk .top_typesearch .top_typesearch_list li .txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 145%;
  color: #000;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  height: 3.2em;
}
@media screen and (max-width:420px){
  .top_typesearch_bk .top_typesearch .top_typesearch_list li .txt {
    font-size: 1.4rem;
  }
}

.top_section_image {
  position: relative;
}
.top_section_image img {
  width: 100%;
}


.top_section01 {
  position: relative;
}
.top_section01 .top_section01_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url(../images/top/top_section01_sp.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
  will-change: transform;
}
.top_project_bk {
  background: #fff;
  border-radius: 50px;
  box-shadow : 0px 0px 6px rgba(151,151,151,.1), 0px 0px 6px rgba(151,151,151,.1);
  position: relative;
  z-index: 5;
  margin-top: -10.0rem;
  padding: 6.0rem 0;
}
.top_project_bk .top_project .common_ttl02 {
  margin-bottom: 6.5rem;
}
.project-item {
  width: 100%;
}
.top_project_bk .top_project .top_project_list.slide {
  width: 100%;
  box-sizing: border-box;
}
.top_project_bk .top_project .top_project_list .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  transform: translate(-50,0);
  z-index: 80;
}
.top_project_bk .top_project .top_project_list .slick-prev {
  left: -30px;
  background: url(../images/common/slide_arrow_prev.png) no-repeat center center;
  background-size: cover;
}
.top_project_bk .top_project .top_project_list .slick-next {
  right: -30px;
  background: url(../images/common/slide_arrow_next.png) no-repeat center center;
  background-size: cover;
}
.top_project_bk .top_project .top_project_list .listbox {
  padding: 0 1% 4.0rem;
}
.top_project_bk .top_project .top_project_list .listbox a {
  display: block;
  text-decoration: none;
}
.top_project_bk .top_project .top_project_list .listbox .image {
  display: block;
  width: 100%;
  height: 50px;
  padding-top: 52.6%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2.5rem;
  border-radius: 10px;
}
.top_project_bk .top_project .top_project_list .listbox a .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba( 6,133,222,.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: .5s;
  border-radius: 10px;
}
.top_project_bk .top_project .top_project_list .listbox .image .logo {
  width: 31.57%;
  border-radius: 10px;
  background: #fff;
  border: 10px solid #fff;
  padding: 10px;
  height: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  position: absolute;
  bottom: -3%;
  left: -3%;
  z-index: 2;
  box-shadow : 0px 0px 6px rgba(151,151,151,.1);
}
.top_project_bk .top_project .top_project_list .listbox .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 1.5rem;
  transition: .5s;
}
.top_project_bk .top_project .top_project_list .listbox .company {
  font-size: 1.4rem;
  font-weight: 700;
  color: #005bac;
  display: block;
  margin-bottom: 1.2rem;
}
.top_project_bk .top_project .top_project_list .listbox .cat .caticon {
  width: calc( ( 100% - 30px ) / 6 );
  margin-right: 5px;
}
.top_project_bk .top_project .top_project_list .listbox .cat .caticon img {
  max-width: 100%;
}
.top_project_bk .top_project .top_project_list .listbox .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.0rem;
}
.top_project_bk .top_project .top_project_list .listbox .info dt {
  font-size: 1.4rem;
  font-weight: 700;
  width: 7em;
  padding: 3px 0 3px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
}
.top_project_bk .top_project .top_project_list .listbox .info dt.info01 {
  background-image: url(../images/top/top_project_icon_job.png);
}
.top_project_bk .top_project .top_project_list .listbox .info dt.info02 {
  background-image: url(../images/top/top_project_icon_address.png);
}
.top_project_bk .top_project .top_project_list .listbox .info dt.info03 {
  background-image: url(../images/top/top_project_icon_number.png);
}
.top_project_bk .top_project .top_project_list .listbox .info dd {
  font-size: 1.4rem;
  width: calc( 100% - 7em );
  padding: 3px 0;
}



.top_event_bk {
  padding: 5.0rem 0;
}
.top_event_bk .top_event .top_event_ttl {
  margin-bottom: 4.0rem;
  align-items: flex-end;
}
.top_event_bk .top_event .top_event_ttl .common_ttl02 {
  width: 100%;
}
.top_event_bk .top_event .top_event_ttl .common_ttl02 img {
  width: 57%;
  margin-bottom: 2.5rem;
}
.top_event_bk .top_event .top_event_ttl .common_txt01 {
  width: 100%;
}
.top_event_bk .top_event .top_event_slider {
  margin-bottom: 5.5rem;
}
.top_event_bk .top_event .top_event_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.top_event_bk .top_event .top_event_slider .swiper-slide {
  margin: 0 1%;
}
.top_event_bk .top_event .top_event_slider .swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 10px;
}
.top_event_bk .top_event .common_btn01 a {
  width: 76%;
}

.top_magazine_bk {
  background: url(../images/top/top_magazine_bg01_sp.jpg) no-repeat center center;
  background-size: cover;
  padding: 3.0rem 0;
  position: relative;
  z-index: 10;
}
.top_magazine_bk .top_magazine {
  background: #fff;
  border-radius: 50px;
  padding: 6.0rem 4%;
}
.top_magazine_bk .top_magazine .common_ttl02 {
  margin-bottom: 5.5rem;
}
.top_magazine_bk .top_magazine .top_magazine_list {
  margin-bottom: 4.0rem;
  width: 100%;
}
.magazine-item {
  width: 100%;
}
.top_magazine_bk .top_magazine .top_magazine_list.slide {
  width: 100%;
  box-sizing: border-box;
}
.top_magazine_bk .top_magazine .top_magazine_list .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  transform: translate(-50,0);
  z-index: 80;
}
.top_magazine_bk .top_magazine .top_magazine_list .slick-prev {
  left: -30px;
  background: url(../images/common/slide_arrow_prev.png) no-repeat center center;
  background-size: cover;
}
.top_magazine_bk .top_magazine .top_magazine_list .slick-next {
  right: -30px;
  background: url(../images/common/slide_arrow_next.png) no-repeat center center;
  background-size: cover;
}
.top_magazine_bk .top_magazine .top_magazine_list .listbox {
  padding: 0 .5%;
}
.top_magazine_bk .top_magazine .top_magazine_list .listbox a {
  display: block;
  text-decoration: none;
}
.top_magazine_bk .top_magazine .top_magazine_list .listbox .image {
  display: block;
  width: 100%;
  height: 50px;
  padding-top: 52.6%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2.5rem;
  border-radius: 10px;
}
.top_magazine_bk .top_magazine .top_magazine_list .listbox a .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba( 6,133,222,.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: .5s;
}
.top_magazine_bk .top_magazine .top_magazine_list .listbox .image .cat {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #005bac;
  display: inline-block;
  width: 120px;
  padding: .8rem 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 10px 0 10px 0;
}
.top_magazine_bk .top_magazine .top_magazine_list .listbox .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 1.5rem;
  transition: .5s;
}
.top_magazine_bk .top_magazine .top_magazine_list .listbox .slead {
  font-size: 1.4rem;
  font-weight: 700;
  color: #005bac;
  display: block;
  margin-bottom: 1.2rem;
}
.top_magazine_bk .top_magazine .top_magazine_list .listbox .date {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  color: #a9a9a9;
}
.top_magazine_bk .top_magazine .soon {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}


.top_news_bk {
  padding: 6.0rem 0;
}
.top_news_bk .top_news .common_ttl02 {
  margin-bottom: 4.0rem;
}
.top_news_bk .top_news .top_newslist {
  margin-bottom: 6.0rem;
}
.top_news_bk .top_news .top_newslist li {
  border-bottom: 1px solid #ddd;
}
.top_news_bk .top_news .top_newslist li a {
  padding: 3.0rem 0 2.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}
.top_news_bk .top_news .top_newslist li a .date {
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  width: 6em;
}
.top_news_bk .top_news .top_newslist li a .cat {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff; 
  display: inline-block;
  padding: 8px 0;
  border-radius: 30px;
  width: 160px;
  text-align: center;
}
.top_news_bk .top_news .top_newslist li a .cat.cat01 {
  background: #005bac;
}
.top_news_bk .top_news .top_newslist li a .cat.cat02 {
  background: #00aca6;
}
.top_news_bk .top_news .top_newslist li a .cat.cat03 {
  background: #005bac;
}
.top_news_bk .top_news .top_newslist li a .ttl {
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #005bac;
  text-decoration: underline;
  margin-top: 1.5rem;
}
.top_news_bk .top_news .common_btn01 a {
  width: 76%;
}



/* 会員ログイン */
#wpmem_login {
  margin: 0 auto;
  width: 100% !important;
}
#wpmem_login fieldset {
  margin: 0 !important;
}
#wpmem_login legend {
  display: none;
}
#wpmem_login label {
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}
#wpmem_login label[for="log"] {
  color: transparent;
  position: relative;
}
#wpmem_login label[for="log"]::after {
  content: "ユーザー名";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}
#wpmem_login input[type="text"] ,
#wpmem_login input[type="password"] {
  width: 100% !important;
  padding: 15px !important;
  font-size: 1.6rem !important;
  background: #f5f5f5 !important;
  border-radius: 50px !important;
  border: none !important;
  outline: none !important;
}
#wpmem_login .div_text {
  padding-top: 1.0rem;
}
#wpmem_login .button_div {
  text-align: center !important;
}
#wpmem_login .button_div input[type="submit"] {
  width: 100%;
  max-width: 100%;
  background-color: #005bac;
  display: inline-block;
  text-align: center;
  padding: 2.2rem 0 2.4rem;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  box-shadow : 0px 0px 6px rgba(0,35,65,.1);
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  color: #fff;
  line-height: 1;
  margin: 1.5em auto 0;
}

.nopost {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: block;
  padding: 2em 0;
}

/* lang */
.gt_selector,
.gt_selector option {
  font-size: 1.6rem;
  padding: 5px;
}