@charset "UTF-8";
/*index page setting*/
.sp {
  display: none;
}
#r_magazine #header {
  margin: 0!important;
}
#r_magazine #header .container {
  display: none!important;
}

#r_magazine .recruit_container {
  width: 100%;
  padding: 30px 0;
  border-bottom: none;
  background: #fff;
}
#r_magazine .recruit_logo {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
}
#r_magazine .tabArea a {
  color: #fff;
}
#r_magazine .tabArea a:hover {
  color: #fff;
}
#r_magazine .slider {
	  z-index: 1;
    position: relative;
    margin: 0 auto 64px;
    padding: 0;
}
#r_magazine .slider .slick-slide {
   margin-left: 20px;
}
#r_magazine #slide .slick-dots {
	bottom: -30px;
}
#r_magazine #slide .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #B3B3B3;
	border-radius: 100vw;
}
#r_magazine #slide .slick-dots li.slick-active {
	background: #669FE3;
}
#r_magazine #slide .slick-dots button {
	display: none;
 }
#r_magazine .thum {
  margin: 0 auto;
  background: #fff;
  padding: 50px 50px 10px;
  border-radius: 20px;
}
#r_magazine #contents h2 {
  width: 1200px;
  position: relative;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
}
#r_magazine #contents h2::after {
  content: "";
  position: absolute;
  border-top: 6px dotted #669FE3;
  width: 97px;
  top: 115%;
  left: 46%;
}
#r_magazine #contents .tab_main:nth-of-type(2) h2::after {
  border-top: 6px dotted #E5CE50;
}
#r_magazine #contents .tab_main:nth-of-type(3) h2::after {
  border-top: 6px dotted #e8a48b;
}
#r_magazine .anchorlink {
   width: 1200px;
   margin: 0 auto 120px;
}
#r_magazine .anchorlink p {
   position: relative;
   font-size: 22px;
   text-align: center;
   font-weight: bold;
   color: #495061;
}
#r_magazine .anchorlink p::before {
  content: "";
  position: absolute;
  border-top: 2px solid #495061;
  width: 24px;
  height: 24px;
  top: 26%;
  left: 36%;
  transform: rotate(55deg);
}
#r_magazine .anchorlink p::after {
  content: "";
  position: absolute;
  border-top: 2px solid #495061;
  width: 24px;
  height: 24px;
  top: 26%;
  right: 36%;
  transform: rotate(-55deg);
}
#r_magazine .anchorlink ul {
  display: flex;
  justify-content: center;
  margin: 15px 0 80px;
}
#r_magazine .anchorlink li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 240px;
  height: 60px;
  background: #fff;
  border: 2px solid #669FE3;
  font-size: 19px;
  font-weight: bold;
  color: #495061;
  border-radius: 6px;
  transition: .4s
}
#r_magazine .anchorlink li a:hover {
  transition: .4s;
  background: #669FE3;
  border: 2px solid #669FE3;
  color: #fff;
}
#r_magazine .anchorlink li a::after {
  content: "";
  position: absolute;
  top: 82%;
  left: 45%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #669FE3;
  border: 2px solid #669FE3;
  z-index: 0;
  transition: .4s
}
#r_magazine .anchorlink li a:hover::after {
  background: #fff;
  border: 2px solid #669FE3;
  transition: .4s
}
#r_magazine .anchorlink li a:hover::before {
  border-top: 2px solid #669FE3;
  border-left: 2px solid #669FE3;
  transition: .4s
}
#r_magazine .anchorlink li a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 94%;
  left: 49%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(225deg);
  z-index: 1;
  transition: .4s
}
#r_magazine .tab_main:nth-of-type(2) .anchorlink li a {
  border: 2px solid #dec01c;
  color: #495061;
}
#r_magazine .tab_main:nth-of-type(2) .anchorlink li a:hover {
  background: #dec01c;
  border: 2px solid #dec01c;
  color: #fff;
}
#r_magazine .tab_main:nth-of-type(2) .anchorlink li a:hover::before {
  border-top: 2px solid #dec01c;
  border-left: 2px solid #dec01c;
}
#r_magazine .tab_main:nth-of-type(2) .anchorlink li a:hover::after {
  background: #fff;
  border: 2px solid #dec01c;
}
#r_magazine .tab_main:nth-of-type(2) .anchorlink li a::after {
  background: #dec01c;
  border: 2px solid #dec01c;
}
#r_magazine .anchorlink li + li {
  margin-left: 30px;
}
#r_magazine #slide .container {margin: 0 auto; width: 100%;}

#r_magazine ul#tabs {
	width: 100%;
	margin-bottom: 8%;
	border-bottom: 1px solid #B3B3B4;
}
#r_magazine ul#tabs li {
	float: left;
	width: 30%;
	height: auto;
	margin-bottom: -1px;
	/*padding-bottom: 9.8%;*/
	border-bottom: 1px solid #B3B3B4;
}
#r_magazine ul#tabs li a {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 33%;
}
#r_magazine .tab_content {
	width: 100%;
	margin: 0 auto;
}
#r_magazine #contents .tab_content ul.thum.pb3p{
	padding-bottom: 3%;
	/*margin-bottom: 11%;*/
}
#r_magazine #contents .tab_content ul.thum li{
	margin-bottom: 8.3%;
}
#r_magazine #entrysheet {
  justify-content: center;
}
#r_magazine .fix_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 8;
    transition: transform .3s;
}
/*#r_magazine .fix_nav:not(.visible) {
    transform: translateY(calc(-100% - 54px));
}*/
#r_magazine .tabnavi {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    border-top: 1px solid #495061;
    border-bottom: 1px solid #495061;
    margin-top: 0!important;
    background: #E9F0F5;
}
#r_magazine .pagenav2 li a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 45px;
    padding: 15px 5px 15px;
    color: #495061;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.14em;
    transition: .3s;
   text-align: center;
}
#r_magazine .fix_nav:not(.visible) {
    transform: translateY(calc(-100% - 54px));
}
#r_magazine ul#tabs {
    display: flex;
    justify-content: center;
		width: 100%;
		box-sizing: border-box;
    margin: 180px auto 0;
	}
  #r_magazine ul#tabs span {
    font-size: 16px;
  }
	#r_magazine ul#tabs li {
		width: 300px;
		border: none;
	}
	
	#r_magazine ul#tabs li a {
		display: flex;
    justify-content: center;
    align-items: center;
		width: 300px;
		height: 55px;
		padding: 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 9px;
	}
.tabBox {
  width: 1200px;
  margin: 120px auto 0!important;
}

.section .tabBox.under {
  margin: 0 auto 0!important;
}
.tabBox .tabArea {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.tabBox .tabArea .one_tab {
  width: 300px;
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2
}
.tabBox .tabArea .one_tab + .one_tab {
  margin-left: 30px!important;
}
.tabBox .tabArea .one_tab:hover {
  opacity: 0.7;
  text-decoration: none;
}
.tabBox .tabArea .one_tab .tab_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 78px;
  transition-duration: 0.3s;
  border-radius: 10px 10px 0 0;
}
.tabBox .tabArea.bottom .one_tab .tab_inner {
  border-radius: 0 0 10px 10px;
}
.tabBox .tabArea .one_tab:nth-child(1) .tab_inner {
  background-color: #669FE3;
}
.tabBox .tabArea .one_tab:nth-child(2) .tab_inner {
  background-color: #dec01c;
}
.tabBox .tabArea .one_tab:nth-child(3) .tab_inner {
  background-color: #e8a48b;
}
.tabBox .tabArea .one_tab.select .tab_inner {
  height: 88px;
}
.tabBox .tabArea.bottom {
  align-items: flex-start;
}
.tabnavi .tabArea .one_tab + .one_tab {
  margin-left: 0!important;
}
.tabnavi .tabArea .one_tab {
  height: 54px;
}
.tabnavi .tabArea .one_tab a {
  color: #495061;
}
.tabnavi .tabArea .one_tab:hover {
  opacity: 0.5;
}
.tabnavi .tabArea .one_tab:nth-child(1) .tab_inner {
  background-color: #E9F0F5;
}
.tabnavi .tabArea .one_tab:nth-child(2) .tab_inner {
  background-color: #E9F0F5;
}
.tabnavi .tabArea .one_tab:nth-child(3) .tab_inner {
  background-color: #E9F0F5;
}
.tabnavi .tabArea.bottom .one_tab .tab_inner {
  border-radius: 0!important;
  height: 54px;
  color: #495061;
  font-weight: normal;
  font-size: 18px;
  border-left: 1px solid #495061;
}
.tabnavi .tabArea.bottom .one_tab:last-child .tab_inner {
    border-right: 1px solid #495061;
}
.contents .tab_main {
  display: none;
  padding: 50px 25px;
  text-align: center;
  min-height: 280px;
  transition-duration: 0.3s;
}
.tab_main.is_show {
  display: block;
}
.tab_main:nth-child(1).is_show {
  background-color: #E5EEF8;
}
.tab_main:nth-child(2).is_show {

}
.tab_main:nth-child(3).is_show {

}
#r_magazine #bnr {
  margin-top: 120px;
}
#contents .tab_content ul.thum li.mens a,
#contents .tab_content ul.thum li a {
  border: none!important;
}
.tab_content ul.thum li a .txt {
  text-align: left;
}
.tab_content ul.thum li a .ttl {
  text-align: left;
}
#global-nav {
	border-bottom: 1px solid #495061!important;
	border-top: 1px solid #495061!important;
	width: 100%;
  background: #eff2f6;
}
#global-nav .inner {
	padding-bottom: 0;
	padding-top: 0;
	margin: 0 auto;
  max-width: 100%;
  width: 700px;
}

.global-list {
	display: flex;
  justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.global-item {
	width: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0!important;
  text-align: center;
}
.global-list .global-item a {
  display: flex;
  height: 54px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #495061!important;
}
.global-list .global-item:nth-of-type(n+1) {
  border-left: 1px solid #a2a2a2!important;
}
.global-list .global-item:nth-of-type(3) {
  border-right: 1px solid #a2a2a2!important;
}
.global-item:last-child {
	margin-right: 0;
}

.global-item a {
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}
#tab_main-2 .thum:nth-of-type(2) {
  justify-content: center!important;
}
/*=============便利なサービス/おすすめ特集（正方形）=============*/

.bottom_service {
	margin: 100px 0!important;
  }
  .bottom_service .bottom_newitem,
  .bottom_service .bottom_service {
	width: 980px;
	margin: 0 auto;
  }
  .bottom_service .bottom_service {
	padding-top: 100px;
  }
  .bottom_service h2 {
	margin: 0 auto 50px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
  }
  .bottom_service h2 {
	  display: flex;
	  align-items: center;
	  justify-content: center;
    margin-bottom: 50px!important;
  }
  .bottom_service h2::before,
  .bottom_service h2::after {
	  content: "";
	  border-bottom: 2px solid #1A1311;
  }
  .bottom_service h2::before {
	  margin-right: 20px;
	  padding-left: 120px;
  }
  .bottom_service h2::after {
	  margin-left: 20px;
	  padding-right: 120px;
  }
  .bottom_service .bottom_bnrBox {
	display: flex;
	justify-content: center;
  }
  .bottom_service .bottom_bnrBox a {
	width: 280px;
  }
.bottom_service .bottom_bnrBox a:nth-of-type(n+2) {
  margin-left: 20px!important;
}
  .bottom_service .bottom_bnrBox a:hover {
	opacity: 0.7;
	transition: .3s;
  }
.bottom_service .bottom_bnrBox a img {
	width: 280px;
	height: auto;
}
.bnr_box {
  width: 1200px!important;
  margin: 100px auto 120px!important;
}
.bnr_bnrbox ul {
  display: flex;
  justify-content: center;
  align-items: end;
}
.bnr_box h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px!important;
}
.bnr_bnrbox .bnr_img {
  text-align: center;
}
.bnr_bnrbox .bnr_img + .bnr_img {
  margin-left: 60px!important;
}
.bnr_bnrbox .bnr_img p {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px!important;
}
.bnr_bnrbox .bnr_img p::before {
  position: absolute;
  content: "";
  border-top: 2px solid #495061;
  width: 25px;
  height: 25px;
  top: 59%;
  left: 6%;
  transform: rotate(55deg);
}
.bnr_bnrbox .bnr_img p::after {
  position: absolute;
  content: "";
  border-top: 2px solid #495061;
  width: 25px;
  height: 25px;
  top: 59%;
  right: 6%;
  transform: rotate(-55deg);
}
.bnr_bnrbox .bnr_img:nth-of-type(2) p::before {
  top: 20%;
  left: 8%;
}
.bnr_bnrbox .bnr_img:nth-of-type(2) p::after {
  top: 20%;
  right: 8%;
}
.bnr_bnrbox a + a {
  margin-left: 20px!important;
}
@media screen and (min-width: 769px) {
	#r_magazine #slide {
		margin: 40px auto 0;
		z-index: 10;
    width: 100%;
	}
	#r_magazine .tab_content {width: 100%;}
	
	#r_magazine #contents .tab_content ul.thum li {margin-bottom: 40px;}
}
#r_magazine #contents {
  width: 100%;
  max-width: 100%;
}
#r_magazine .tab_content {
  background: #E5EEF8;
  padding: 80px 0 8px;
}
#r_magazine #contents .tab_content ul.thum {
  margin-bottom: 120px;
}
#r_magazine .tab_main:nth-of-type(2) .tab_content {
   background: #FFFBE2;
}
#r_magazine .tab_main:nth-of-type(3) .tab_content {
  background: #FFEEEE;
}
/*  btn-area */
.aoki_lp_wrap .btn-area {
   text-align: center;
   width: 500px;
   margin: 90px auto 100px!important;
}
.aoki_lp_wrap .btn-area .cmn-btn + .cmn-btn {
   margin-top: 40px;
}
/* 1カラム（ベタ背景色 ⇒ ボーダー） */
.aoki_lp_wrap .cmn-btn.bg a {
   display: flex;
   position: relative;
   width: 500px;
   height: 80px;
   margin: 0 auto;
   justify-content: center;
   align-items: center;
   background: #fff;
   border: 2px solid #495061;
   color: #495061!important;
   border-radius: 100vw;
   font-size: 20px;
   font-weight: bold;
   box-sizing: border-box;
   transition: 0.3s;
   -webkit-transition: 0.3s;
}
.aoki_lp_wrap .cmn-btn.bg a:hover {
   background-color: #495061;
   color: #fff!important;
   border: 2px solid #495061;
   text-decoration: none;
   transition: 0.3s;
   -webkit-transition: 0.3s;
}
.aoki_lp_wrap .cmn-btn.bg a::after,
.aoki_lp_wrap .cmn-btn.bd a::after {
   content: "";
   position: absolute;
   top: 50%;
   right: 40px;
   width: 10px;
   height: 10px;
   transform: translateY(-40%) rotate(45deg);
  transition: 0.3s
}
.aoki_lp_wrap .cmn-btn.bg a::after {
   border-top: 2px solid #495061;
   border-right: 2px solid #495061;
   transition: 0.3s
}
.aoki_lp_wrap .cmn-btn.bg a:hover::after {
   border-top: 2px solid #fff;
   border-right: 2px solid #fff;
   transition: 0.3s
}
@media screen and (max-width: 768px) {
	#r_magazine #slide {
		margin: 0 auto 8.3%;
	}
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #r_magazine .pagenav2 {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    border-top: 1px solid #0f1728;
    border-bottom: 1px solid #0f1728;
  }
  #r_magazine .pagenav2 li a {
    line-height: 1.4;
    padding: 2vw 1.33vw 1vw;
    font-size: 3.2vw;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #r_magazine ul#tabs {
    width: 92vw;
    margin: 0 auto;
  }
  #r_magazine ul#tabs li {
    width: 24vw;
  }
  #r_magazine ul#tabs li.tab02 {
    padding: 0 8vw;
  }
  #r_magazine ul#tabs li a {
		width: 24vw;
		height: 14vw;
    font-size: 3.46vw;
    margin-top: 2vw;
	}
  #r_magazine ul#tabs span {
    font-size: 2.93vw;
  }
  #r_magazine .tab_content {
    padding: 13vw 0 15vw;
  }
  #r_magazine .anchorlink ul {
    flex-wrap: wrap;
    margin: 2vw auto 15vw;
  }
  #r_magazine .anchorlink li a {
    width: 43vw;
    height: 16vw;
    background: #fff;
    border: 2px solid #669FE3;
    font-size: 3.46vw;
    font-weight: bold;
    color: #495061;
    border-radius: 6px;
    transition: .4s;
  }
  #r_magazine .anchorlink {
    width: 100%;
    margin: 0 auto 10vw;
  }
  #r_magazine .anchorlink li + li {
    margin-left: 0;
  }
  #r_magazine .anchorlink li:nth-of-type(2) {
    margin-left: 3vw;
  }
  #r_magazine .anchorlink li:nth-of-type(3) {
    margin-top: 5vw;
  }
  #r_magazine .anchorlink p {
    font-size: 4vw;
  }
  #r_magazine .anchorlink p::before {
    border-top: 2px solid #495061;
    width: 4.5vw;
    height: 4.5vw;
    top: 27%;
    left: 21%;
  }
  #r_magazine .anchorlink p::after {
    border-top: 2px solid #495061;
    width: 4.5vw;
    height: 4.5vw;
    top: 27%;
    right: 21%;
  }
  #r_magazine .anchorlink li a::after {
    top: 82%;
    left: 43%;
    width: 6vw;
    height: 6vw;
  }
  #r_magazine .anchorlink li a::before {
    width: 2vw;
    height: 2vw;
    top: 94%;
    left: 47.4%;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  #r_magazine #contents .tab_content ul.thum {
    padding: 8vw 4vw 8vw;
    border-radius: 2vw;
    margin: 0 4vw 15vw;
  }
  #r_magazine #contents h2 {
    width: 100%;
    font-size: 6vw;
    margin: -12vw auto 7vw;
    padding-top: 54px;
  }
  #r_magazine #contents h2:nth-of-type(2) {
    margin-top: 21px;
    padding-top: 92px;
  }
  #r_magazine #contents h2:nth-of-type(3) {
    margin-top: -70px;
    padding-top: 92px;
  }
  #r_magazine #contents #tab_main-2 h2:nth-of-type(2) {
    margin-top: -80px;
    padding-top: 92px;
  }
  #r_magazine #contents h2::after {
    border-top: 5px dotted #669FE3;
    width: 20%;
    top: 106%;
    left: 40%;
  }
  #r_magazine .thum li a .ttl {
    border-top: none;
    padding: 0;
    text-align: left;
  }
  #r_magazine .slider .slick-slide {
    margin-left: 0;
  }
  #r_magazine ul#tabs li.tabArea01.current {
    border: 2px solid #669FE3;
    border-bottom: none;
  }
  #r_magazine ul#tabs li.tabArea02.current {
    border: 2px solid #e3cb42;
    border-bottom: none;
  }
  #r_magazine ul#tabs li.tabArea03.current {
    border: 2px solid #81D06B;
    border-bottom: none;
  }
  #r_magazine .tab_list {
    width: 92vw;
    margin: 20vw auto 0;
    justify-content: center;
  }
  #r_magazine .tab_list .tab {
    line-height: 1.2;
    padding: 3vw 3.5vw 2vw;
    font-size: 4vw;
    box-sizing: border-box;
  }
  #r_magazine .tab + .tab {
    margin-left: 4vw;
  }
  #r_magazine .tab_list .tab .small_text {
   font-size: 3.46vw;
  }
  #r_magazine .tabBox .tabArea {
    width: 92vw
  }
  #r_magazine .tabBox .tabArea .one_tab .tab_inner {
    height: 23vw;
    transition-duration: 0.3s;
    border-radius: 10px 10px 0 0;
  }
  #r_magazine .tabnavi .tabArea .one_tab .tab_inner {
    height: 10vw;
    border-radius: 0!important;
    font-size: 2.8vw;
    border: none;
  }
  #r_magazine .tabnavi .tabArea {
    width: 100%;
  }
  #r_magazine .tabnavi .tabArea .one_tab {
    width: 30vw!important;
    height: 10vw;
  }
  #r_magazine .tabnavi .tabArea .one_tab:nth-of-type(2) {
    width: 39vw!important;
    border-left: 1px solid #495061;
    border-right: 1px solid #495061;
  }
  .tabnavi .tabArea.bottom .one_tab:nth-of-type(1) .tab_inner {
    border: none;
  }
  .tabnavi .tabArea.bottom .one_tab:last-child .tab_inner {
    border: none;
  }
  #r_magazine .tabBox .tabArea .one_tab {
    width: 28vw;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 1.3;
  }
  #r_magazine .tabBox {
    width: 92vw;
    margin: 20vw auto 0 !important;
  }
  #r_magazine .tabnavi {
    margin: 0!important;
    width: 100%;
    height: 10vw;
  }
  #r_magazine .tabBox .tabArea .one_tab + .one_tab {
    margin-left: 3vw!important;
  }
  #r_magazine .tabnavi .tabArea .one_tab + .one_tab {
    margin-left: 0!important;
  }
  .tabBox .tabArea.bottom .one_tab .tab_inner {
    border-radius: 0 0 10px 10px!important;
  }
  #r_magazine .section .tabBox.under {
  margin: 0 auto 0!important;
  }
  #r_magazine #bnr {
  margin-top: 16vw;
  }
.check {
    margin: 0;
    position: relative;
}
.check .accordion {
    height: 292vw;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: .3s;
}
.check .accordion::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, transparent, #fff);
    transition: .3s;
    pointer-events: none;
}
.check .accordion.active::before {
    position: relative;
}
.check .accordion.active {
     height: 520vw;
     padding: 0 0 44vw;
}
.check .trigger {
  position: absolute;
  bottom: -2%;
  left: 18%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 40px;
  margin: 0 0 0 -72.5px;
  padding: 0 50px;
  border: 1px solid #495061;
  box-sizing: border-box;
  border-radius: 28px;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
}
.check.check02 .trigger.active {
    bottom: 2.3%;
  }
  .check.check02 .accordion.active {
    height: 447vw;
  }
  .check.check02 .accordion {
    height: 280vw;
  }
  .check .trigger.active {
    bottom: 0.5%;
  }
  .check .trigger::before {
   content: 'さらに表示';
}
  .check .trigger::after {
   content: '';
   position: absolute;
   top: 44%;
   right: 30px;
   margin: -3px 0 0;
   border-top: 1px solid #495061;
  border-left: 1px solid #495061;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  rotate: -135deg;
}
.check .trigger.active::before {
  content: '閉じる';
}
.check .trigger.active::after {
  margin: -8px 0 0;
  rotate: 45deg;
  top: 65%;
}
  #r_magazine .fix_nav {
      top: 54px;
  }

  .bottom_service {
	text-align: center;
	box-sizing: border-box;
  margin: 100px auto 20vw!important;
}
.bottom_service .bottom_service {
	width: 100%;
	margin: 0 auto;
}
.bottom_service h2 {
   display: block;
    margin: 0 auto 4vw!important;
    justify-content: center;
    align-items: center;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
}
.bottom_service .bottom_bnrBox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.bottom_service .bottom_bnrBox a {
	display: block;
    width: 44.6vw;
    margin-bottom: 10px;
    cursor: pointer;
}
.bottom_service .bottom_bnrBox a img { 
	width: 100%;
    height: auto;
}
.bottom_service .bottom_bnrBox a:nth-of-type(n+2) {
margin-left: 0!important;
}
.bottom_service .bottom_bnrBox a:nth-of-type(n+3) {
margin-top: 2.6vw!important;
}
.bottom_service .bottom_bnrBox a:nth-of-type(2n) {
margin-left: 2.6vw!important;
}
.bottom_service h2::before,
  .bottom_service h2::after {
	  content: "";
	  border-bottom: none;
  }
.bottom_service h2::before {
	  margin-right: 0;
	  padding-left: 0;
  }
.bottom_service h2::after {
  margin-left: 0;
  padding-right: 0;
}
.bnr_box {
  width: 92vw!important;
  margin: 20vw auto 20vw!important;
}
.bnr_bnrbox ul {
  display: block;
  justify-content: center;
}
.bnr_bnrbox .bnr_img + .bnr_img {
  margin-left: 0px !important;
  margin-top: 10vw!important
}
.bnr_box h2 {
  text-align: center;
  font-size: 7vw;
  font-weight: bold;
  margin-bottom: 9vw!important;
}
.bnr_bnrbox .bnr_img p {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 2vw !important;
}
.bnr_bnrbox .bnr_img p::before {
  border-top: 2px solid #495061;
  width: 5.5vw;
  height: 5.5vw;
  top: 60%;
  left: 0%;
  transform: rotate(55deg);
}
.bnr_bnrbox .bnr_img p::after {
  position: absolute;
  content: "";
  border-top: 2px solid #495061;
  width: 5.5vw;
  height: 5.5vw;
  top: 60%;
  right: 0%;
  transform: rotate(-55deg);
}
.bnr_bnrbox .bnr_img:nth-of-type(2) p::before {
  top: 20%;
  left: 2%;
}
.bnr_bnrbox .bnr_img:nth-of-type(2) p::after {
  top: 20%;
  right: 2%;
}
.bnr_bnrbox a {
  display: block;
  }
.bnr_bnrbox a + a {
  margin-left: 0!important;
}
.bnr_bnrbox a:nth-of-type(2) {
  margin-top: 5vw!important;
}
.aoki_lp_wrap .btn-area {
  text-align: center;
  width: 92vw;
  margin: 15vw auto 20vw !important;
}
.aoki_lp_wrap .cmn-btn.bg a {
   display: flex;
   position: relative;
   width: 92vw;
   height: 15vw;
   margin: 0 auto;
   justify-content: center;
   align-items: center;
   background: #fff;
   border: 2px solid #495061;
   color: #495061;
   border-radius: 100vw;
   font-size: 4.5vw;
   font-weight: bold;
   box-sizing: border-box;
   transition: 0.3s;
   -webkit-transition: 0.3s;
}
  .tabnavi .inner {
    padding: 0;
  }
  .tabnavi {
	position: static!important;
	top: -30px;
	transition: all 0.3s ease 0s!important;
  background: #eff2f6;
}
.tabnavi.m_fixed {
	position: fixed!important;
	top: 54px;
  z-index: 9;
}
#r_magazine .recruit_container {
  width: 92vw;
  margin: 0 auto;
  padding: 5vw 0;
}
#r_magazine .contents {
  padding-top: 54px!important;
  margin-top: -54px!important;
}
}