﻿@charset "utf-8";
body { position:relative; }

.sp { display: none;  }
.pc { display: block; }
img { width:auto; height: auto; }

.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: 94%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}
.container02 {
  width: 94%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.container03 {
  width: 94%;
  max-width: 1000px;
  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: 340px;
  background-color: #005bac;
  display: inline-block;
  text-align: center;
  padding: 2.6rem 1.2% 2.8rem;
  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;
}
@media screen and (max-width:1200px) {  
  .common_btn01 a {
    max-width: 260px;
    padding: 2.0rem 0;
    background-size: 37px;
  }
  .common_btn01 a .txt {
    font-size: 1.6rem;
  }
}


.common_ttl01 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.common_ttl01.left {
  text-align: left;
}
.common_ttl02 {
  font-size: 3.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: 2.5rem;
}


.common_txt01 {/*18-40*/
  font-size: 1.8rem;
  line-height: 220%;
}





/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
@media screen and (min-width: 1100px) {
  .hd {
    width: 96%;
    position: fixed;
    top: 30px;
    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%;
    max-width: 186rem;
    height: 100px;
    padding: 0 5.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hd .hd_container .hd_container_base {
    display: none;
  }
  .hd .hd_container .hd_logo {
    width: 36.0rem;
  }
  .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.8rem;
    font-weight: 700;
    line-height: 130%;
    text-align: left;
    padding-top: .5rem;
    margin-left: 1.5rem;
    max-width: 75%;
  }
  .hd .hd_container .hd_logo a .txt strong {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .hd .hd_container .hd_logo picture {
    display: block;
  }
  .hd .hd_container .hd_logo img {
    max-width: 100%;
  }
  .hd .hd_container .hd_navi {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hd .hd_container .hd_navi .hd_navi_menu_trigger {
    display: none;
  }
  .hd .hd_container .hd_navi .hd_navi_login_trigger {
    display: none;
  }
  .hd .hd_container .hd_navi .hd_navi_menu {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .hd .hd_container .hd_navi .hd_navi_menu02 {
    /*display: none;*/
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list {
    width: 100%;
    height: 100%;
    max-width: 120rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li:nth-last-child(n+2) {
    margin-right: 1.5rem;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.menu a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    color: #000;
    letter-spacing: 0.05em;
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.menu a:hover {
    color: #0685de;
  }
  .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:nth-of-type(2) ,
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.menu a i img:nth-of-type(3) {
    display: none;
    transition: .2s;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.menu a:hover i img:nth-of-type(1) {
    display: none;
    transition: .2s;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.menu a:hover i img:nth-of-type(2) {
    display: inline-block;
    transition: .2s;
  }
  .hd .hd_container .hd_navi .hd_navi_cv {
  }

  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn {
    width: 260px;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn a {
    padding: 2.0rem 0;
    background: #00aca6;
    width: 100%;
    max-width: 260px;
    box-shadow : 0px 0px 6px rgba(151,151,151,.1);
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn a::before {
    content: none;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn a:hover {
    background: #23d1cb;
    transition: .5s;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn 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 a .txt {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) {
  .hd .hd_container .hd_logo {
    width: 30.0rem;
  }
  .hd .hd_container .hd_logo img {
    max-width: 90%;
  }
  .hd .hd_container .hd_logo a .txt {
    font-size: 1.4rem;
    margin-left: 1.0rem;
  }
  .hd .hd_container .hd_logo a .txt strong {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .hd .hd_container {
    padding: 0 3.0rem;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li {
    margin-right: 1.8rem;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list li.menu a {
    font-size: 1.4rem;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn {
    width: 180px;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn.recruit {
    margin-right: 1.0rem;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn a {
    padding: 1.8rem 0;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn a .txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1099.9px) {
  .hd {
    width: 100%;
    padding-left: 2rem;
    position: fixed;
    top: 20px;
    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%;
    padding: 0;
    height: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hd .hd_container .hd_logo {
    width: 36.0rem;
  }
  .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.4rem;
    font-weight: 700;
    line-height: 130%;
    text-align: left;
    margin-left: 0.8rem;
    max-width: 72%;
  }
  .hd .hd_container .hd_logo a .txt strong {
    font-size: 2.0rem;
    font-weight: 700;
  }
  .hd .hd_container .hd_logo picture {
    display: block;
  }
  .hd .hd_container .hd_logo img {
    max-width: 78%;
  }
  /*
  .hd .hd_container .hd_logo {
    width: 12rem;
  }
  .hd .hd_container .hd_logo img {
    height: 50px;
    max-width: max-content;
  }
  */
  .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;
  }
  .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;
  }
  .hd .hd_container .hd_navi .hd_navi_menu_trigger span {
    width: 3.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 {
    display: none;
    width: 100%;
    max-width: 36rem;
    padding: 3rem;
    background-color: rgba(71, 149, 192, 0.6);
    position: fixed;
    top: 7.5rem;
    right: -100%;
    transition: 0.6s;
    height: 200vw;
    z-index: 100;
  }
  .hd .hd_container .hd_navi .hd_navi_menu.open {
    right: 0;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list {
    width: 100%;
    background: #fff;
    padding: 2.5rem;
    border-radius: 12px;
  }
  .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;
    letter-spacing: 0.05em;
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
    display: block;
    text-decoration: none;
  }
  .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%;
  }


  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn {
    width: 100%;
    margin-top: 1.5rem;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn.recruit {
    margin-right: 1.5rem;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn.contact {
    margin-right: 0;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn a {
    padding: 2.0rem 0;
    width: 100%;
    max-width: 260px;
    border: none;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn a::before {
    content: none;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn a:hover {
    opacity: .7;
    transition: .3s;
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn.recruit a {
    background: linear-gradient(135deg, #6cbb5a, #65c6bf);
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn.contact a {
    background: linear-gradient(135deg, #f39839, #f7c651);
  }
  .hd .hd_container .hd_navi .hd_navi_menu .navi_menu_list .hd_cv_btn a .txt {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .hd .hd_container .hd_navi .hd_navi_menu02 {
    display: none;
  }
}

/*----------------------------------------------------------------------------
******************************************************************************
** common_related
******************************************************************************
----------------------------------------------------------------------------*/

.common_related_bk {
  width: 100%;
  border-radius: 100px 100px 0 0;
  background: #f5f5f5;
  padding: 12.0rem 0;
}
.common_related_bk .common_related .common_ttl01 {
  margin-bottom: 4.5rem;
}
.common_related_bk .common_related .common_related_list li {
  width: 18.33%;
  border-radius: 10px;
  box-shadow : 0px 0px 6px rgba(151,151,151,.1);
  transition: .5s;
}
.common_related_bk .common_related .common_related_list li:nth-last-child(n+2) {
  margin-right: calc( 8.35% / 4 );
}
.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;
}
.common_related_bk .common_related .common_related_list li:hover {
  opacity: .5;
  transition: .5s;
}


/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/

.btn_pagetop {
  width: 60px;
  height: 60px;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  position: fixed;
  right: 40px;
  bottom: 60px;
}
.btn_pagetop.show {
  opacity: 1;
  transition: .3s;
  pointer-events: auto;
  z-index: 450;
}
.btn_pagetop img {
  max-width: 100%;
}

.ft {
  background: #005bac;
}
.ft .ft_container {
  padding: 8.0rem 0;
  align-items: flex-start;
}
.ft .ft_container .ft_info {
  width: 29%;
}
.ft .ft_container .ft_info .logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3.5rem;
}
.ft .ft_container .ft_info .logo .txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  padding-top: .5rem;
  margin-left: 1.5rem;
}
.ft .ft_container .ft_info .logo .txt strong {
  font-size: 2.4rem;
  font-weight: 700;
}
.ft .ft_container .ft_info .copyright {
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  margin-top: 4.5rem;
}
.ft .ft_container .ft_nav .ft_navlist {
  justify-content: flex-end;
  margin-left: 6.5rem;
}
@media screen and (max-width:1200px){
  .ft .ft_container .ft_info .logo .txt {
    font-size: 1.4rem;
    margin-left: 1.2rem;
  }
  .ft .ft_container .ft_info .logo .txt strong {
    font-size: 2.0rem;
  }
  .ft .ft_container .ft_nav .ft_navlist {
    margin-left: 4.0rem;
  }
}
.ft .ft_container .ft_nav .ft_navlist li:nth-last-child(n+2) {
  margin-bottom: 1.5rem;
}
.ft .ft_container .ft_nav .ft_navlist li a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  padding-left: 20px;
  padding-bottom: 5px;
  text-decoration: none;
  position: relative;
}
.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: 4px;
  left: 0;
  transform: rotate(45deg);
}
.ft .ft_container .ft_nav .ft_navlist li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ft .ft_container .ft_nav .ft_navlist li.signup a {
  padding-right: 25px;
}
.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: 1px;
  right: 0;
}

.top_main {
  width: 100%;
  position: relative;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
}
.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: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: left;
}
.top_main .top_maincopy .top_maincopy0101 ,
.top_main .top_maincopy .top_maincopy0102 {
  display: block;
  margin-bottom: 20px;
}
.top_main .top_maincopy .top_maincopy0101 .inner ,
.top_main .top_maincopy .top_maincopy0102 .inner {
  font-size: 5.0rem;
  font-weight: 700;
  display: inline-block;
  color: #005bac;
  background: #fff;
  line-height: 1;
  padding: 10px 5px 10px 15px;
  border-radius: 10px;
}
.top_main .top_maincopy .top_maintxt0101 ,
.top_main .top_maincopy .top_maintxt0102 ,
.top_main .top_maincopy .top_maintxt0103 {
  display: block;
  margin-bottom: 12px;
}
.top_main .top_maincopy .top_maintxt0101 .inner ,
.top_main .top_maincopy .top_maintxt0102 .inner ,
.top_main .top_maincopy .top_maintxt0103 .inner {
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  color: #005bac;
  background: #fff;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 6px;
}
/*
.top_main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100vh;
  width: 100%;
  display: block;
  overflow: hidden;
  background: #eee;
}
.top_main .pc {
  display: flex;
  align-items: center;
  height: 100vh;
}
.top_main .sp {
  display: none;
}
.top_main video {
  width: 100%;
  opacity: .4;
  mix-blend-mode: multiply;
}
.top_main .top_maincopy {
  font-size: 14.0rem;
  font-size: 7.65vw;
  font-weight: 500;
  line-height: 125%;
  text-align: center;
  width: 100%;
  max-width: 1800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}

*/

.top_nav_bk {
  padding: 13.0rem 0;
  position: relative;
  z-index: 2;
  background: #fff;
}
.top_nav_bk .top_nav li {
  width: 48.33%;
  border-radius: 15px;
  overflow: hidden;
}
.top_nav_bk .top_nav li:nth-child(1) {
  background: url(../images/top/top_nav_bg01.jpg) no-repeat center center;
  background-size: cover;
}
.top_nav_bk .top_nav li:nth-child(2) {
  background: url(../images/top/top_nav_bg02.jpg) no-repeat center center;
  background-size: cover;
}
.top_nav_bk .top_nav li a {
  display: block;
  width: 100%;
  padding: 5.0rem 4.15%;
  min-height: 200px;
  position: relative;
  text-decoration: none;
}
.top_nav_bk .top_nav li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: .3s;
}
.top_nav_bk .top_nav li .ttl {
  font-size: 3.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.top_nav_bk .top_nav li .ttl .en {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: block;
  margin-bottom: 1.2rem;
}
.top_nav_bk .top_nav li .arrow {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  transition: .3s;
}
.top_nav_bk .top_nav li .arrow img {
  max-width: 100%;
}
.top_nav_bk .top_nav li a:hover::after {
  background: rgba(0,0,0,.3);
  transition: .3s;
}
.top_nav_bk .top_nav li a:hover .arrow {
  right: 12px;
  transition: .3s;
}

.top_contact_bk {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  padding-top: calc( 12.5rem + 50px );
  padding-bottom: 13.0rem; 
  background: url(../images/common/common_contact_bg01.png) no-repeat center bottom 30% ,linear-gradient(135deg, #f7f7f7, #dcdcdc);
  background-size: auto , auto;
} 
.top_contact_bk .common_ttl01 {
  margin-bottom: 5.5rem;
}
.top_contact_bk .top_contact .contact_inner {
  width: 48.33%;
  background: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 4.0rem 5%;
}
.top_contact_bk .top_contact .contact_inner .ttl {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 2.0rem;
}
.top_contact_bk .top_contact .contact_inner .tellink .sttl {
  font-size: 2.6rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #0081cc;
  margin-right: .1em;
}
.top_contact_bk .top_contact .contact_inner .tellink a {
  font-size: 4.2rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #0081cc;
  text-decoration: none;
}
.top_contact_bk .top_contact .contact_inner .time {
  font-size: 1.8rem;
  font-weight: 400;
	font-family: "Montserrat", 'Noto Sans JP', sans-serif;
  margin-top: 1.5rem;
}
.top_contact_bk .top_contact .contact_inner.contact_mail .btn a {
  width: 100%;
  max-width: 450px;
  background: linear-gradient(45deg, #f39839 0%, #f5af45 63%, #f7c651 100%);
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 2.2rem 0 2.4rem;
  border-radius: 40px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: .3s;
}
.top_contact_bk .top_contact .contact_inner.contact_mail .btn a:hover {
  opacity: .7;
  transition: .3s;
}
.top_contact_bk .top_contact .contact_inner.contact_mail .btn a i {
  display: inline-block;
  width: 32px;
  height: 21px;
  vertical-align: middle;
  margin-right: 1.5rem;
}
.top_contact_bk .top_contact .contact_inner.contact_mail .btn a i img {
  max-width: 100%;
}
.top_contact_bk .top_contact .contact_inner.contact_mail .btn a .txt {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}


.searchbox {
  background: #fff;
  border-radius: 10px;
  padding: 3.0rem;
  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;
  align-items: center;
  justify-content: center;
}
.searchbox form .label {
  font-size: 2.0rem;
  font-weight: 700;
  margin-right: 1.5em;
}
.searchbox form .txt {
  font-size: 2.8rem;
  font-weight: 500;
  margin-left: 1.0em;
  margin-right: 1.0em;
}
.searchbox form .select_wrap {
  width: 24%;
  max-width: 280px;
  position: relative;
}
.searchbox form .select_wrap select {
  width: 100%;
  background: #ccc;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 10px;
  outline: none;
  border: none;
  padding: 2.0rem 30px 2.0rem 60px;
  -webkit-appearance: none;
}
.searchbox form .select_wrap::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  position: absolute;
  z-index: 2;
  top: 40%;
  right: 30px;
  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 30px center #f5f5f5;
}
.searchbox form .select_wrap.area select {
  background: url(../images/common/search_icon02.png) no-repeat left 30px center #f5f5f5;
}
.searchbox form select option {
  font-size: 1.6rem;
}
.searchbox form input[type="submit"] {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #005bac;
  padding: 2.0rem 0;
  border-radius: 30px;
  width: 210px;
  margin-left: 4.0rem;
  transition: .5s;
}
.searchbox form input[type="submit"]:hover {
  background: #23d1cb;
  transition: .5s;
}

.top_count_bk {
  padding: 4.5rem 0;
}
.top_count_bk .top_count {
  align-items: center;
}
.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: 2.0rem;
}
.top_count_bk .top_count .right {
  margin-left: 2.0rem; 
}
.top_count_bk .top_count .txt01 {
  font-size: 2.4rem;
  color: #000;
  margin-right: 2.0rem;
}
.top_count_bk .top_count .txt02 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #005bac;
}
.top_count_bk .top_count .txt02 strong {
  font-size: 8.4rem;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-right: 1.0rem;
}


.top_typesearch_bk {
  width: 100%;
  border-radius: 100px 100px 0 0;
  background: #f5f7f9;
  padding: 12.0rem 0;
}
.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: 18.33%;
  margin-right: calc( 8.35% / 4 );
  border: 2px solid #0685de;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  padding: 1.8rem 1.5rem 1.0rem;
  margin-bottom: 4.0rem;
}
.top_typesearch_bk .top_typesearch .top_typesearch_list li:nth-child(5n) {
  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:nth-of-type(2) {
  display: none;
  transition: .2s;
}
.top_typesearch_bk .top_typesearch .top_typesearch_list li .txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 145%;
  color: #000;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  height: 3.2em;
}
.top_typesearch_bk .top_typesearch .top_typesearch_list li:hover {
  background: #0685de;
  transition: .2s;
}
.top_typesearch_bk .top_typesearch .top_typesearch_list li:hover .txt {
  color: #fff;
  transition: .2s;
}
.top_typesearch_bk .top_typesearch .top_typesearch_list li:hover .icon img:nth-of-type(1) {
  display: none;
  transition: .2s;
}
.top_typesearch_bk .top_typesearch .top_typesearch_list li:hover .icon img:nth-of-type(2) {
  display: inline-block;
  transition: .2s;
}

.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.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
  will-change: transform;
}
.top_project_bk {
  background: #fff;
  border-radius: 100px;
  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: 12.0rem 0;
}
.top_project_bk .top_project .common_ttl02 {
  margin-bottom: 6.5rem;
}
.top_project_bk .top_project .top_project_list .project-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.top_project_bk .top_project .top_project_list .listbox {
  width: 31.66%;
  margin-right: 2.51%;
  padding-bottom: 7.0rem;
  display: block !important;
}
.top_project_bk .top_project .top_project_list .listbox:nth-of-type(3) {
  margin-right: 0;
}
.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: 1px;
  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: -5%;
  left: -5%;
  z-index: 2;
  box-shadow : 0px 0px 6px rgba(151,151,151,.1);
}
.top_project_bk .top_project .top_project_list .listbox a:hover .image::before {
  opacity: 1;
  transition: .5s;
}
.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 a:hover .ttl {
  color: #0685de;
  transition: .5s;
  text-decoration: underline;
}
.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: 11.5%;
  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: 10.0rem 0;
}
.top_event_bk .top_event .top_event_ttl {
  margin-bottom: 6.0rem;
  align-items: flex-end;
}
.top_event_bk .top_event .top_event_ttl .common_ttl02 {
  width: 35.66%;
}
.top_event_bk .top_event .top_event_ttl .common_ttl02 img {
  max-width: 100%;
}
.top_event_bk .top_event .top_event_ttl .common_txt01 {
  width: 59.1%;
}
.top_event_bk .top_event .top_event_slider {
  margin-bottom: 7.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_magazine_bk {
  background: url(../images/top/top_magazine_bg01.jpg) no-repeat center center;
  background-size: cover;
  padding: 15.0rem 0;
  position: relative;
  z-index: 10;
}
.top_magazine_bk .top_magazine {
  background: #fff;
  border-radius: 100px;
  padding: 12.0rem 4%;
}
.top_magazine_bk .top_magazine .common_ttl02 {
  margin-bottom: 6.5rem;
}
.top_magazine_bk .top_magazine .top_magazine_list {
  margin-bottom: 4.0rem;
}
.top_magazine_bk .top_magazine .top_magazine_list .project-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.top_magazine_bk .top_magazine .top_magazine_list .listbox {
  width: 31.66%;
  margin-right: 2.51%;
  padding-bottom: 3.0rem;
  display: block !important;
}
.top_magazine_bk .top_magazine .top_magazine_list .listbox:nth-of-type(3) {
  margin-right: 0;
}
.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: 1px;
  padding-top: 52.6%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2.5rem;
  border-radius: 10px;
  overflow: hidden;
}
.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 a:hover .image::before {
  opacity: 1;
  transition: .5s;
}
.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 a:hover .ttl {
  color: #0685de;
  transition: .5s;
  text-decoration: underline;
}
.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.8rem;
  font-weight: 700;
  text-align: center;
}


.top_news_bk {
  padding: 12.0rem 0;
}
.top_news_bk .top_news .common_ttl02 {
  margin-bottom: 4.0rem;
}
.top_news_bk .top_news .top_newslist {
  margin-bottom: 8.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: 110px;
}
.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;
  margin-right: 30px;
}
.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: calc( 100% - 300px );
  font-size: 1.6rem;
  font-weight: 500;
  display: inline;
  color: #005bac;
  padding-bottom: 5px;
  border-bottom: 1px solid #005bac;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .5s;
}
.top_news_bk .top_news .top_newslist li:hover a .ttl {
  color: #0685de;
  border-bottom: 1px solid #0685de;
  transition: .5s;
}

/* 会員ログイン */
#wpmem_login {
  margin: 0 auto;
}
#wpmem_login fieldset {
  margin: 0 !important;
}
#wpmem_login legend {
  display: none;
}
#wpmem_login label {
  align-items: center;
  font-size: 1.8rem;
  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: 20px !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: 340px;
  background-color: #005bac;
  display: inline-block;
  text-align: center;
  padding: 2.6rem 0 2.8rem;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  box-shadow : 0px 0px 6px rgba(0,35,65,.1);
  transition: .5s;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  color: #fff;
  line-height: 1;
  margin: 1.5em auto 0;
}
#wpmem_login .button_div input[type="submit"]:hover {
  background-color: #0685de;
  transition: .5s;
}

.nopost {
  font-size: 1.8rem;
  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;
}