@charset "UTF-8";
/* Scss Document */
.fc-form [class^='error'] {
	position: static;
}
.f_cl1 {
	color: #eb4e8a;
}
.f_cl2 {
	color: #5f52a0;
}
.d_flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.brk_in {
	display: inline-block;
}
.box_shadown {
	-webkit-box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
	box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
}
.img_shadown {
	-webkit-box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
	box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
}
.bg1 {
	background: #F59E00 url(../img/shared/parten_2.png) center 0 repeat;
}
.bg2 {
	background: #EF8C7B url(../img/shared/parten_2.png) center 0 repeat;
}
.bg2 .checked_cont:before {
	background: #EF8C7B url(../img/shared/parten_2.png) center 0 repeat;
}
.bg2 .checked_cont:after {
	background: #EF8C7B url(../img/shared/parten_2.png) center 0 repeat;
}
.bg3 {
	background: #036EB7 url(../img/shared/parten_2.png) center 0 repeat;
}
.bg3 .checked_cont:before {
	background: #036EB7 url(../img/shared/parten_2.png) center 0 repeat;
}
.bg3 .checked_cont:after {
	background: #036EB7 url(../img/shared/parten_2.png) center 0 repeat;
}
.bg4 {
	background: #4BBDBE url(../img/shared/parten_2.png) center 0 repeat;
}
.bg4 .checked_cont:before {
	background: #4BBDBE url(../img/shared/parten_2.png) center 0 repeat;
}
.bg4 .checked_cont:after {
	background: #4BBDBE url(../img/shared/parten_2.png) center 0 repeat;
}
.bg5 {
	background: #009844 url(../img/shared/parten_2.png) center 0 repeat;
}
.bg5 .checked_cont:before {
	background: #009844 url(../img/shared/parten_2.png) center 0 repeat;
}
.bg5 .checked_cont:after {
	background: #009844 url(../img/shared/parten_2.png) center 0 repeat;
}
.bg6 {
	background: #957350 url(../img/shared/parten_2.png) center 0 repeat;
}
.bg6 .checked_cont:before {
	background: #957350 url(../img/shared/parten_2.png) center 0 repeat;
}
.bg6 .checked_cont:after {
	background: #957350 url(../img/shared/parten_2.png) center 0 repeat;
}
.wrap {
	width: 100%;
	max-width: 950px;
}
.bnr_shared {
	background: url(../img/index/btn.png) 0 0 no-repeat;
	background-size: 100%;
	max-width: 420px;
	margin: 0 auto;
	text-align: center;	/*font-family: yufothicB;*/
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	line-height: 70px;
}
.bnr_shared a {
	display: block;
	position: relative;
	text-decoration: none;
	letter-spacing: -0.05em;
}
.bnr_shared a:hover img {
	transform: translate(13px, -50%) !important;
}
.bnr_shared a img {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) !important;
	width: 27px;
	opacity: 1 !important;
	transition: all .3s ease !important;
	-moz-transition: all .3s ease !important;
	-webkit-transition: all .3s ease !important;
}
h1 {	/*font-family: yufothicB;*/
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
	font-weight: bold;
	position: absolute;
	top: 35px;
	left: 117px;
	z-index: 999;
	font-size: 17px;
	line-height: 24px;
	color: #000;
}
h1 a {
	text-decoration: none !important;
}
h1 span {
	display: block;
	font-size: 28px;
}
#navigation {
	background: url("../img/shared/bd_bg.png");
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	height: 100vh;
	box-sizing: border-box;
	overflow: auto;
	margin-bottom: 0;
}
#navigation .nav-h li {
	width: 90%;
	margin: -1px auto;
	max-width: 514px;
}
.navOpen #navigation {
	opacity: 1;
	visibility: visible;
	z-index: 99;
  transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
header .h_tel {
	position: fixed;
	top: 0;
	right: 0;
	background: url(../img/shared/tel_bg.png) no-repeat center bottom;
	background-size: cover;
	width: 360px;
	height: 188px;
	z-index: 999;
	padding: 19px 30px 0 45px;
	box-sizing: border-box;
}
header .h_tel li {
	line-height: 1.25;
	margin-bottom: 9px;
}
header .h_tel li.btn_guide {
	display: none;
}
header .h_tel .header_link {
	margin-right: 43px;
}
header .h_tel img {
	width: 100%;
	height: auto;
}
main img {
	width: 100%;
	height: auto;
}
footer {
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.05em;
	box-sizing: border-box;
  background: #fff;
  font-weight: 500;
  padding-bottom: 50px;
}
.footer_nav{
  background: #919191;
  color: #fff;
  padding: 74px 0 20px;
  text-align: left;
  margin-bottom: 36px;
}

.footer_nav a{
  padding: 0;
}
.footer_nav nav ul li:before{
  border-color: #fff;
}
footer .link {
	font-size: 15px;
	line-height: 26px;	
  font-weight: bold;
}
footer .link li {
	display: inline-block;
	padding-left: 50px;
	margin-bottom: 35px;
}
address{
  margin-top: 20px;
  font-weight: 500;
}
footer .link li:first-child {
	padding-left: 0;
}
.breadcrumb {
	padding: 9px 24px 30px;
	font-size: 12px;
}
.breadcrumb img {
	width: 7px;
	height: auto;
	padding: 0 6px;
}
.breadcrumb li {
	display: inline;
}

.navOpen h1 {
	position: fixed;
}
nav ul li{
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}
nav ul li:before{
  content:"";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
nav ul li:first-child,
nav ul li.special {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;    
  padding-left: 0;
}
nav ul li.special {
	margin-top: 38px;
  margin-bottom: 0;
}
nav ul li:first-child:before,
nav ul li.special:before {
  display: none;
}
@media screen and (min-width: 768px) {
  #navigation{
    padding: 220px 0 40px;
  }
  nav{
    margin: auto;
    max-width: 950px;
    padding: 0 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;    
    flex-wrap: wrap;
  }
  nav ul{
    margin-bottom: 50px;
  }
  nav ul:nth-child(1){
    width: 13.63%;
  }
  nav ul:nth-child(2),nav ul:nth-child(5){
    width: 34.725%;
  }
  nav ul:nth-child(3), nav ul:nth-child(6){
    width: 31.758%;
  }
  nav ul:nth-child(5){
    margin-left: 13.63%;
  }
  
  nav ul:nth-child(3) li:first-child, nav ul:nth-child(4) li:first-child{
    min-height: 48px;
  }
  .footer_nav nav ul:nth-child(3), .footer_nav nav ul:nth-child(6) {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  header .h_tel {
    display: none;
  }
  header .sp_sub_tel {
    width: 35px;
    position: fixed;
    top: 7px;
    right: 52px;
    padding-bottom: 0;
    z-index: 100;
  }
  header #belt {
    height: 52px;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
  }
  header h1 {
    left: 4.5%;
    top: 9px;
    font-size: 11px;
    line-height: 1.2;
    color: #000 !important;
  }
  header h1 span {
    font-size: 16px;
    margin-top: 2px;  
  }
  #navigation {
    background: url(../img/shared/bd_bg.png) center 0 repeat;
    padding: 95px 5.5% 25vw;
    position: relative;
  }
  #navigation:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #fff;
    z-index: 1;
  }

  #navigation nav ul{
    border-top: 1px solid #cecfc7;
    padding-top: 17px;
    padding-bottom: 20px;    
  }
  nav ul li:not(:first-child){
    padding-left: 15px;
  }
  nav ul li:before{
    width: 5px;
    height: 5px;
    top: 7px;
  }
  nav ul li:first-child, nav ul li:last-child{
    margin-bottom: 0;
  }
  nav ul li:nth-child(2){
    margin-top: 15px;
  }
  nav ul li.special {
  	padding-left: 0;
    margin-top: 15px;
  }
  #navigation .nav-h .sp_tel a:last-child {
    width: 80%;
    margin: 0 auto;
  }
  #navigation .sp_view{
    padding-top: 25px;
  }
  #navigation .sp_view .sp_tel{
    margin: auto;
    width: 88%;
  }
  #navigation .sp_view .sp_tel a{
    display: block;
    padding: 0.8vw 0;
  }
  #navigation .sp_view .sp_tel a:last-child{
    margin: auto;
    width: 78.65%;
  }
  #navigation .sp_view .btn_guide,
  #navigation .sp_view .btn_dl{
    padding-left: 0;
    margin-top: 13px;
  }
  #navigation .sp_view .btn_guide,
  #navigation .sp_view .btn_guide:before,
  #navigation .sp_view .btn_dl:before{
    display: none;
  }
  body {
    font-size: 14px;
    line-height: 2;
  }
  section img {
    width: 100%;
    height: auto;
  }
  section .wrap {
    padding: 0 4.68%;
  }
  .sp_view {
    display: block;
  }
  .hamburger-btn {
    left: auto;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    box-shadow: none;
  }
  .hamburger-btn:before {
    top: 18px;
    left: 14px;
  }
  .hamburger-btn:after {
    top: 32px;
    left: 14px;
  }
  .hamburger-btn span {
    top: 25px;
    left: 14px;
  }
  .hamburger-btn.is-active:before {
    top: 25px;
    left: 14px;
  }
  .hamburger-btn.is-active:after {
    top: 25px;
    left: 14px;
  }
  .bnr_shared {
    width: 70%;
    max-width: 100%;
    padding-bottom: 0;
    line-height: 1;
  }
  .bnr_shared a {
    line-height: 1;
    padding: 5.2% 5% 5.2% 0;
    font-size: 5vw;
  }
  .bnr_shared a img {
    width: 7%;
    right: 5%;
    height: auto;
  }
  footer {
    padding-bottom: 4vw;
    font-size: 11px;
    line-height: 20px;
  }
  .footer_nav{
    padding: 14vw 0;
    margin-bottom: 9vw;
  }
  .footer_nav nav{
    padding: 0 5%;    
  }
  .footer_nav nav ul {
    border-top: 1px solid #fff;
    padding-top: 17px;
    padding-bottom: 20px;
  }
  nav ul:nth-child(6){
    padding-bottom: 17px;
  }
  nav ul:nth-child(6) li:first-child{
    border-bottom: 1px solid #fff;
    padding-bottom: 17px;
  }
  header nav ul:nth-child(6) li:first-child{
    border-bottom: 1px solid #cecfc7;
  }
  header nav ul:nth-child(6){
    padding-bottom: 17px !important;
  }
  nav ul li.special{
    margin-top: 17px;
  }
  .footer_nav nav ul li:first-child:after{
    content:"";
    position: absolute;
    top: 0.7em;
    right: 8%;
    width: 20px;
    height: 1px;
    background: #fff;
  }
  .footer_nav nav ul:nth-child(6) li:first-child:after, .footer_nav nav ul:nth-child(1) li:first-child:after{
    display: none;
  }
  footer .link {
    padding-bottom: 40px;
  }
  footer .link li {
    display: block;
    padding: 10px 0 2px;
    margin-bottom: 0;
  }
  footer .link li a{
    text-decoration: underline;
  }
  footer .link li a:hover{
    text-decoration: none;
  }
  footer address {
    margin-top: 9vw;
  }
  #pagetop {
    bottom: 30px;
    width: 62px;
  }
  #pagetop img {
    width: 100%;
    height: auto;
  }

}

@media screen and (max-width: 374px) {
footer {
	padding-left: 0;
	padding-right: 0;
}
footer address {
	font-size: 12px;
}

}


.request_mailform #request {
	padding: 180px 0 50px;
}
.request_mailform #request .lead {
	text-align: center;
	padding-bottom: 50px;
}
.request_mailform #request .lead h2 {
	text-align: center;
	font-size: 36px;
	line-height: 30px;
	margin-bottom: 100px;
}
.request_mailform #request .lead .f_note {
	font-size: 16px;
	line-height: 25px;
}
.request_mailform #request .lead .f_note span {	
	font-weight: bold;
	color: #DC0012;
}
.request_mailform #request .group {
	background-color: #fff;
	color: #000;
	border: 19px solid #c9caca;
	padding: 45px;
}
.request_mailform #request .group .row:last-child {
	border: none;
}
.request_mailform #request .group .tit {
	color: #808080;
	font-size: 12px;
}
.request_mailform #request input {
	box-sizing: border-box;
	border: 1px solid #c9caca;
	background: #efefef;
	padding: 8px 10px;
	line-height: 1.5;
	width: 100%;
}
.request_mailform #request ul.name li {
	display: inline-block;
	padding-left: 1px;
}
.request_mailform #request ul.name li input {
	max-width: 140px;
}
.request_mailform #request ul.name_ext li input {
	max-width: 100px;
}
.request_mailform #request ul.name_ext li:after {
	content: '-';
	margin-left: 10px;
}
.request_mailform #request ul.name_ext li:last-child:after {
	display: none;
}
.request_mailform #request .caption {
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.request_mailform #request .req {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 48px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 22px;
	border: 1px solid #DD0012;
	text-align: center;
	display: block;
}
.request_mailform #request .input {
	padding-left: 62px;
}
.request_mailform #request .row {
	border-bottom: 1px solid #c9caca;
	padding: 20px 0;
}
.request_mailform #request .rule {
	color: #000;
	border: none;
}
.request_mailform #request .rule .input {
	padding-left: 0;
}
.request_mailform #request .rule .list {
	border: 1px solid #c9caca;
	background-color: #fff;
	height: 190px;
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
}
.request_mailform #request .rule .list li {
	padding-bottom: 22px;
}
.request_mailform #request .fc-confirm  .form-value {width: auto !important;}
.request_mailform #request .rule .list li span {
	font-weight: bold;
	font-size: 17px;
	display: block;
}
.request_mailform #request .rule .h_tit {
	padding: 80px 0 30px;
	font-weight: bold;
	position: relative;
	text-align: center;
	font-size: 26px;
	line-height: 30px;
}
.request_mailform #request .rule input {
	width: auto;
}
.request_mailform #request .rule .req {
	position: static;
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}
.request_mailform #request .rule .rule_la {
	text-align: center;
	padding: 30px 0 10px;
}
.request_mailform #request .form-parse-text {
	display: inline-block;
	position: relative;
	height: 38px!important;
}

.request_mailform #request .form-parse-text select {
	box-sizing: border-box;
	border: 1px solid #c9caca;
	background: #efefef;
	padding: 8px 10px;
	line-height: 1.5;
	width: 110px;
	margin-right: 5px;
	position: relative;
	height: 40px;
}
.request_mailform #request .fuild {
	border: none;
}
.request_mailform #request .fuild .col {
	justify-content: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}
.request_mailform #request .fuild .col.submit-confirm {
	justify-content: space-between;
	max-width: 560px;
	margin: 0 auto;
}
.request_mailform #request button {
	cursor: pointer;
	color: #fff;
	background: #e60012;
	border: 1px solid #e60012;
	box-sizing: border-box;
	max-width: 263px;
	width: 48%;
	height: 54px;
	line-height: 54px;
	border-radius: 27px;
	font-size: 16px;
	font-weight: bold;
}
.request_mailform #request button:hover {
	background-color: #fff;
	color: #e60012;
}
.request_mailform #request .confirm-main .req {
	display: none;
}

@media screen and (max-width: 767px) {
  .request_mailform #request {
	padding-top: 60px;
}
.request_mailform #request .wrap {
	padding: 0 !important;
}
.request_mailform #request .lead {
	padding: 5%;
}
.request_mailform #request .lead .f_note {
	font-size: 15px;
}
.request_mailform #request .lead h2 {
	font-size: 6.5vw;
	line-height: 1.6;
	margin-bottom: 40px;
}
.request_mailform #request .form-parse {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.request_mailform #request .form-parse .form-parse-text {
	width: calc((100% - 9px) / 3);
	margin: 0;
}
.request_mailform #request .form-parse .form-parse-text:after {
	right: 4px;
	font-size: 12px;
}
.request_mailform #request .form-parse .form-parse-text select {
	padding: 8px 3px;
	margin: 0;
	width: 100%;
}
.request_mailform #request ul.name {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.request_mailform #request ul.name li {
	display: block;
	width: calc(50% - 12px);
	margin: 0;
}
.request_mailform #request ul.name li input {
	width: calc(100% - 25px);
	max-width: 100%;
	float: right;
  padding: 8px 10px;
}
	.request_mailform #request ul.name_ext li {

	width: 34%;

}

.request_mailform #request ul.name_ext li  input {
		float: none;
	}
	
	.request_mailform #request ul.name_ext li:last-child {
		width: 30%;
	}	
.request_mailform #request ul.name_ext li:last-child  input {
		width: 100%;
	}		
	
	
.request_mailform #request .form-parse-text:after {
	line-height: 34px;
}
.request_mailform #request .req {
	display: block;
	position: static;
}
.request_mailform #request .input {
	padding-left: 0;
	padding-top: 10px;
}
.request_mailform #request .group {
	border: 16px solid #c9caca;
	padding: 5%;
}
.request_mailform #request .rule {
	padding: 5%;
}
.request_mailform #request .rule .list {
	padding: 5%;
}
.request_mailform #request .rule .list li span {
	font-size: 15px;
}
.request_mailform #request .rule .h_tit {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 6vw;
	line-height: 1.2;
}
}
@media screen and (max-width: 640px) {
.request_mailform #request {
	padding-bottom: 5%;
}
.request_mailform #request .fuild {
	padding-left: 5%;
	padding-right: 5%;
}
.request_mailform #request .submit-form button {
	width: 90%;
}
}

@media screen and (max-width: 374px) {
.request_mailform #request .req {
	width: 40px;
	font-size: 11px;
}
.request_mailform .request_mailform #request .rule .rule_la {
	font-size: 11px;
}
}
.inner{
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.header{
  line-height: 1.5;
}
.header_sp{
  display: none;
}
.header_banner{
  background-color: #e68f00;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}
.header_inner{
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.header_banner_text{
  margin-right: 30px;
}
.header_banner_text_last{
  margin-right: 60px;
  margin-left: auto;
}
.link{
  text-decoration: underline;
}
.header_bottom{
  padding: 16px 56px 16px 45px;
  border-bottom: 1px solid #C0AB92;
}
.logo{
  width: 190px;
  position: static;
}
.logo img{
  vertical-align: middle;
}
.naviButton{
  display: none;
}
.header_navi{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.navi{
  padding: 0;
}
nav.navi ul:nth-child(1) {
  width: auto;
}
nav.navi ul .navi_item:first-child{
  font-size: 14px;
  margin-right: 36px;
  font-weight: bold;
  line-height: inherit;
  margin-bottom: 0;
}
.navi_list{
  display: flex;
  margin-bottom: 0;
}
.navi_item{
  font-size: 14px;
  margin-right: 36px;
  font-weight: bold;
  line-height: inherit;
  padding-left: 0;
  margin-bottom: 0;
}
.navi_item::before{
  content: none;
}
.header_btn{
  border-radius: 30px;
  text-align: center;
  color: #fff;
  transition: .3s;
  font-weight: bold;
}
.header_btn.header_btn-pink{
  background-color: #DF807B;
  border: 1px solid #DF807B;
  padding: 7px 30px;
  margin-right: 12px;
}
.header_btn.header_btn-green{
  background-color: #39ae4a;
  border: 1px solid #39ae4a;
  padding: 7px 12px;
}
.header_btn:hover{
  background-color: #fff;
}
.header_btn.header_btn-pink:hover{
  color: #DF807B;
}
.header_btn.header_btn-green:hover{
  color: #39ae4a;
}
@media screen and (max-width:1230px) {
  .header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
  }
  .header_pc{
    display: none;
  }
  .header_sp{
    display: block;
  }
  .header_inner{
    padding: 7px 10px 7px;
  }
  .logo{
    width: 118px;
  }
  .header_right{
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .header_btn{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header_btn-mypage{
    color: #df807b;
    margin-right: 12px;
  }
  .header_btn-pdf{
    color: #39ae4a;
    margin-right: 20px;
  }
  .header_btn_icon{
    width: 25px;
    height: 25px;
    margin-bottom: 2px;
  }
  .header_btn_text{
    font-size: 10px;
    text-align: center;
    transform: scale(0.8);
  }
  .naviButton_text{
    position: relative;
    font-size: 10px;
    text-align: center;
    transform: scale(0.8);
    bottom: -6px;
    left: -5px;
  }
  .header_btn-mypage .naviButton_text{
    letter-spacing: -0.1em;
  }
  .naviButton{
    background-color: transparent;
    border: 1px solid WindowFrame;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    display: block;
    z-index: 20;
    transition: all 0.4s ease;
    border: none;
    padding: 0;
  }
  .naviButton:focus{
    outline: none;
  }
  .naviButton_inner{
    position: relative;
    width: 20px;
    height: 15px;
  }
  .naviButton_bar {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    border-radius: 4px;
    transition: all 0.4s ease
  }
  .naviButton_bar:nth-of-type(1) {
    top: 0;
  }
  .naviButton_bar:nth-of-type(2) {
    top: 7px;
  }
  .naviButton_bar:nth-of-type(3) {
    bottom: 0;
  }
  .naviButton.active .naviButton_bar:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .naviButton.active .naviButton_bar:nth-of-type(2) {
    display: none;
  }
  .naviButton.active .naviButton_bar:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  .header_navi{
    position: fixed;
    top: 56px;
    z-index: 10;
    background-image: url(../img/header/bg.jpg);
    width: 100%;
    height: 100vh;
    transition: all .4s ease;
    padding: 30px 17px 70px;
    flex-direction: column;
    align-items: flex-start;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    overflow-y: scroll;
    box-sizing: border-box;
  }
  .header_navi.active{
    z-index: 10;
    visibility: visible;
    opacity: 1;
  }
  .navi_list{
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #BFC0C0;
    margin-bottom: 16px;
  }
  .navi_item{
    list-style: none;
    font-size: 18px;
    border-bottom: 1px solid #BFC0C0;
    margin-right: 0;
  }
  .navi_item a{
    padding: 16px 0;
    width: 100%;
    display: inline-block;
  }
  .header_cta{
    margin-bottom: 10px;
  }
  .header_cta_box{
    font-weight: bold;
    margin-bottom: 7px;
  }
  .header_cta_text{
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .header_cta_link{
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .btn-download {
    position: relative;
    background-color: #39ae4a;
    color: #fff;
    font-weight: bold;
    border: 1px solid #39ae4a;
    transition: .3s;
    box-sizing: border-box;
  }
  .btn-download {
    padding: 8px 42px 8px 25px;
    border-radius: 4px;
    font-size: 10px;
  }
  .header_navi .btn-download{
    height: 33px;
    width: 300px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .btn-download::before {
    position: absolute;
    content: "";
    background-image: url(../img/header/icon_pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s;
  }
  .header_navi .btn-download::before{
    width: 9px;
    height: 11px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .btn-download.btn-download-user{
    background-color: #e68f00;
    border-color: #E68F00;
    text-align: center;
    padding: 0;
    height: 33px;
    width: 300px;
    font-size: 10px;
  }
  .btn-download.btn-download-user:hover{
    color: #e68f00;
    background-color: #fff;
  }
  .btn-download.btn-download-user::before{
    content: none;
  }


}