@charset "utf-8";
/* ==========================================================================
   common
   ========================================================================== */
.blue{
	color: #0099BB;
}

.red{
	color: #F0833F;
}

.marker{
  background: linear-gradient(transparent 65%, #fee47c 50%);
}


/* header ============================== */
h1{
	font-size: 0rem;
}

#header{
	width: 100vw;
	height: 90px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 960px){
#header{
	height: 140px;
}
}
@media (min-width: 1900px){
#header{
	height: 170px;
}
}

header{
	width: 100vw;
	height: 90px;
	position: fixed;
	z-index: 500;
}
@media (min-width: 960px){
header{
	height: 140px;
}
}
@media (min-width: 1900px){
header{
	height: 170px;
}
}

/* header-nav ============================== */
#header_nav{
	height: 90px;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 5vw;
	box-sizing: border-box;
	transition: all 0.6s ease;
	background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 960px){
#header_nav{
	width: 100vw;
	height: 140px;
	justify-content: space-between;
	padding: 0 60px;
}
}
@media (min-width: 1900px){
#header_nav{
	width: 100vw;
	height: 170px;
}
}

#header_nav.color_scroll{
	height: 58px;
	background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 960px){
#header_nav.color_scroll{
	height: 80px;
}
}
@media (min-width: 1900px){
#header_nav.color_scroll{
	height: 100px;
}
}

#header_nav .gnav{
	display: none;
}
@media (min-width: 960px){
#header_nav .gnav{
	display: block;
}
}

#gnav{
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
}

.logo a img{
	width: 54vw;
	height: auto;
	display: block;
}
@media (min-width: 440px){
.logo a img{
	width: 240px;
}
}
@media (min-width: 960px){
.logo a img{
	width: 20vw;
	max-width: 410px;
	min-width: 300px;
}
}

#gnav ul.nav{
	display: none;
}
@media (min-width: 960px){
#gnav ul.nav{
	display: flex;
	flex-direction: row;
	align-items: center;
}
}

#gnav ul.nav li a{
	display: none;
}
@media (min-width: 960px){
#gnav ul.nav li a{
	color: #111;
	height: 60px;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1;
	display: flex!important;
	flex-direction: column!important;
	align-items: center!important;
	justify-content: center!important;
	margin: 15px 0 0 26px;
	position: relative;
}
}

#gnav ul.nav li a.color_scroll{
	display: none;
}
@media (min-width: 960px){
#gnav ul.nav li a.color_scroll{
	display: flex!important;
	color: #1E2228;
	height: 80px;
	margin: 0 0 0 26px;
}
}

#gnav ul.nav li a p{
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
	padding: 5px 0;
}

#gnav ul.nav li a:hover p{
	border-bottom: 2px solid #0099BB;
}

#snav{
	display: none;
}
@media (min-width: 960px){
#snav{
	display: block;
	position: absolute;
	top: 0;
	right: 60px;
}
}

#snav ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

#snav ul li{
	margin-left: 6px;
}

#snav ul li a{
	color: #111;
	height: 38px;
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.06em;
	font-feature-settings: "palt" 1;
	text-align: center;
	border-radius: 0 0 8px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EEE;
	transition: all 0.3s ease;
	padding: 0 15px;
}

#snav ul li a:hover{
	color: #aaa;
}

#snav ul li a.color_scroll{
	opacity: 0;
}


/* btn_contact_sp fixed ============================== */
.btn_contact_sp{
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: #D6B33A;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 960px){
.btn_contact_sp{
	display: none!important;
}
}

.btn_contact_sp a{
	color: #fff;
	width: 50%;
	height: 40px;
	font-size: 1.5rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.08em;
	background: #1a1d1f;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #D6B33A;
	box-sizing: border-box;
}

.btn_contact_sp a.yoyaku_tel{
	font-size: 1.6rem;
	border-right: 1px dotted  rgba(255, 255, 255, 0.8);
}

.btn_contact_sp a.yoyaku_tel img{
	width: 16px;
	height: 16px;
	margin: 0 12px -2px 0;
}


/* ==========================================================================
   title
   ========================================================================== */
/* section_title ============================== */
.title_block{
	width: 100%;
  display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.section_title{
  font-size: 2.2rem;
  font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.14em;
	text-align: center;
	padding: 0 0 0 0.1em;
}
@media (min-width: 960px){
.section_title{
  font-size: 3.6rem;
}
}

.section_title_shoulder{
	color: #D6B33A;
  font-size: 1.1rem;
	font-family: 'Noto Serif JP', serif;
  font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 7px 0;
}
@media (min-width: 960px){
.section_title_shoulder{
  font-size: 1.1rem;
	margin: 0 0 7px 0;
}
}

.section_title_line{
	width: 36px;
	height: auto;
}
@media (min-width: 960px){
.section_title_line{
	width: 46px;
}
}


/* ==========================================================================
   page common
   ========================================================================== */
/* page_head ============================== */
#page_head{
  height: 220px;
  display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	border-radius: 50px;
	box-sizing: border-box;
  margin: 100px 6vw 0 6vw;
}
@media (min-width: 960px){
#page_head{
  height: 260px;
	border-radius: 70px;
	padding: 0 4vw;
	margin: 130px 3vw 0 3vw;
}
}
@media (min-width: 1900px){
#page_head{
  height: 320px;
	margin: 170px 3vw 0 3vw;
}
}

#page_head::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(92, 92, 92, 0.2);
	z-index: 1;
}

#page_company #page_head,
#page_notfound #page_head{
	background-image: url(../img/mv/mv_company_sp.jpg);
}
@media (min-width: 960px){
#page_company #page_head,
#page_notfound #page_head{
	background-image: url(../img/mv/mv_company.jpg);
}
}

#page_contact #page_head,
#page_thanks #page_head{
	background-image: url(../img/mv/mv_contact_sp.jpg);
}
@media (min-width: 960px){
#page_contact #page_head,
#page_thanks #page_head{
	background-image: url(../img/mv/mv_contact.jpg);
}
}

#page_head .page_title{
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
	letter-spacing: 0.10em;
  text-align: center;
	z-index: 10;
}
@media (min-width: 960px){
#page_head .page_title{
  color: #FFF;
  font-size: 4.0rem;
}
}


/* footer_contact ============================== */
#footer-contact{
	width: 100%;
	padding: 54px 0 50px 0;
	margin: 50px 0 0 0;
	background-color: #F8F2EA;
}
@media (min-width: 960px){
#footer-contact{
	padding: 62px 0 62px 0;
	margin: 120px 0 0 0;
}
}

#footer-contact .tel_wrap{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 960px){
#footer-contact .tel_wrap{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
}

#footer-contact .tel_block{
	width: 90%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
@media (min-width: 960px){
#footer-contact .tel_block{
	width: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0;
}
}

#footer-contact .tel_block .tel.tel_ai{
	padding: 0 0 14px 0;
	margin: 0 0 26px 0;
	border-bottom: 1px dotted #666;

}
@media (min-width: 960px){
#footer-contact .tel_block .tel.tel_ai{
	padding: 0 40px 0 0;
	margin: 0 40px 0 0;
	border-right: 1px dotted #666;
	border-bottom: 0;
}
}

#footer-contact .tel p{
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: center;
	padding: 0;
}
@media (min-width: 960px){
#footer-contact .tel p{
	font-size: 1.6rem;
}
}

#footer-contact .tel a{
	color: #1E2228;
	width: 100%;
	height: 54px;
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 3px 0 0 -3px;
}
@media (min-width: 960px){
#footer-contact .tel a{
	font-size: 3.6rem;
  letter-spacing: 0.1em;
	margin: 4px 0 0 0;
}
}

#footer-contact .tel a img{
	width: 24px;
	height: auto;
	margin: 4px 10px 0 0;
}
@media (min-width: 960px){
#footer-contact .tel a img{
	width: 26px;
	margin: 4px 8px 0 0;
}
}

#footer-contact .btn_more{
	width: 90%;
	height: 60px;
	margin: 0 auto;
}
@media (min-width: 960px){
#footer-contact .btn_more{
	width: 300px;
	height: 64px;
	margin: 0;
}
}


/* footer ============================== */
#footer{
  width: 100%;
	padding: 60px 0 50px 0;
	background-color: #fafafa;
}
@media (min-width: 960px){
#footer{
	padding: 50px 0 30px 0;
}
}

#footer .wrap{
	width: 100%;
  display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	padding: 0 6vw;
	margin: 0 auto;
}
@media (min-width: 960px){
#footer .wrap{
	max-width: calc(1280px + 10vw + 10vw);
	padding: 0 10vw;
}
}

#footer .info_block{
  width: 100%;
  height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
@media (min-width: 960px){
#footer .info_block{
  width: 51%;
	justify-content: flex-start;
}
}

#footer .logo{
  width: 270px;
  height: auto;
}
@media (min-width: 960px){
#footer .logo{
	width: 320px;
}
}

#footer .logo img{
	width: 100%;
	height: auto;
	display: block;
}

#footer .nav_block{
	display: flex;
	flex-direction: column;
}
@media (min-width: 960px){
#footer .nav_block{
	display: flex;
	/*flex-direction: row;*/
	align-items: center;
}
}

#footer-gnav ul,
#footer-snav ul{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (min-width: 960px){
#footer-gnav ul,
#footer-snav ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
}

/*#footer-gnav ul{
	margin: 0 0 0 0;
}
@media (min-width: 960px){
#footer-gnav ul{
	margin: 0 20px 0 0;
}
}*/

#footer-gnav ul li{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#footer-gnav ul li a{
	color: #111;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	margin: 0 0 20px 0;
}
@media (min-width: 960px){
#footer-gnav ul li a{
	font-size: 1.65rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 14px;
}
}

#footer-snav ul li a{
	color: #111;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	margin: 0 0 15px 0;
}
@media (min-width: 960px){
#footer-snav ul li a{
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	margin: 0 4px;
}
}

#footer-snav ul p{
	opacity: 0.5;
}

@media (min-width: 960px){
#footer-gnav ul li a:hover,
#footer-snav ul li a:hover{
	opacity: 0.5;
}
}

#footer .copyright{
  color: #777;
  font-size: 1.1rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
}
@media (min-width: 960px){
#footer .copyright{
	font-size: 1.2rem;
}
}


/* ==========================================================================
   page_top
   ========================================================================== */
#page_top{
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 1000;
}
@media (min-width: 440px){
#page_top{
  position: fixed;
  bottom: 15px;
  right: 15px;
}
}
@media (min-width: 960px){
#page_top{
  position: fixed;
  bottom: 26px;
  right: 22px;
}
}

#page_top a{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #0099BB;
  display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 440px){
#page_top a{
  width: 60px;
  height: 60px;
}
}
@media (min-width: 960px){
#page_top a{
  width: 70px;
  height: 70px;
  transition: all 0.3s ease;
}
}

#page_top a img{
  width: 40px;
  height: 40px;
  display: block;
}
@media (min-width: 440px){
#page_top a img{
  width: 45px;
  height: 45px;
}
}
@media (min-width: 960px){
#page_top a img{
  width: 45px;
  height: 45px;
}
}


/* drawer_menu ============================== */
.drawer_menu{
  width: 62px;
  height: 62px;
  background-color: #D6B33A;
  display: flex;
	align-items: center;
  justify-content: center;
  z-index: 2000;
	border-radius: 0 0 0 10px;
  position: fixed;
  top: 0;
  right: 0;
}
@media (min-width: 440px){
.drawer_menu{
  width: 70px;
  height: 70px;
  position: fixed;
  top: 0;
  right: 0;
}
}
@media (min-width: 960px){
.drawer_menu{
  display: none;
}
}

.drawer_menu a{
  color: inherit;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.drawer_menu a:visited{
  color: inherit;
}

.drawer_menu .drawer_bg{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 800;
  background-color: rgba(255, 255, 255, 1);
  display: none;
  top: 0;
  left: 0;
}
@media (min-width: 440px){
.drawer_menu .drawer_bg{
  background-color: rgba(255, 255, 255, 0.3);
}
}

.drawer_menu .drawer_button{
  display: block;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 1200;
	margin: -14px 0 0 0;
}

.drawer_menu .drawer_nav_wrapper{
  height: 100%;
	transform: translate(100%);
  transition: all 0.2s ease;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
  display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media (min-width: 440px){
.drawer_menu .drawer_nav_wrapper{
  width: 500px;
  transform: translate(500px);
	filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.05));
}
}
@media (min-width: 960px){
.drawer_menu .drawer_nav_wrapper{
  width: 600px;
  transform: translate(600px);
}
}

.drawer_menu .drawer_nav_wrapper.open{
  transform: translate(0);
}

.menu-trigger,
.menu-trigger span{
  display: inline-block;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.menu-trigger{
  position: relative;
  width: 38px;
  height: 18px;
}

.menu-trigger::after{
	content: "MENU";
	color: #FFF;
	font-size: 1.25rem;
	letter-spacing: 0.06em;
  line-height: 1;
  position: absolute;
  bottom: -20px;
  left: -1px;
	z-index: -1;
}

.menu-trigger span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1){
  top: 0;
}

.menu-trigger span:nth-of-type(2){
  top: 8px;
}

.menu-trigger span:nth-of-type(3){
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1){
  transform: translateY(7px) rotate(-45deg);
	transform: translateY(17px) rotate(-45deg);
  background-color: #333;
}

.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
  transform: translatex(5px) rotate(0deg);
  background-color: #333;
}

.menu-trigger.active span:nth-of-type(3){
  transform: translateY(-9px) rotate(45deg);
	transform: translateY(1px) rotate(45deg);
  background-color: #333;
}


.drawer_menu .nav_block{
	width: 100%;
	box-sizing: border-box;
	padding: 0 7vw;
}
@media (min-width: 960px){
.drawer_menu .nav_block{
	width: 400px;
	margin: 50px 0 0 0;
	padding: 0;
}
}

.drawer_menu ul.f_nav{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  align-items: center;
	justify-content: center;
}

.drawer_menu ul.f_nav li{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.drawer_menu ul.f_nav li a{
	color: #111;
  font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
	display: block;
}

.drawer_menu .btn_more{
	width: 80%;
	height: 60px;
	margin: 0 auto;
}
@media (min-width: 960px){
.drawer_menu .btn_more{
	width: 300px;
	height: 64px;
	margin: auto;
}
}

.drawer_menu .btn_more a{
	color: #fff;
}


/* ==========================================================================
   page_pdf
   ========================================================================== */
.wp-block-file{
	width: 100%;
	margin: 0 0 16px 0;
}
@media (min-width: 960px){
.wp-block-file{
	width: 80%;
	margin: 0 auto 20px;
}
}

.wp-block-file a{
	color: #fff;
	width: 100%;
	height: 70px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.08em;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 100px;
	background-color: #0099BB;
	transition: all 0.3s ease;
	position: relative;
	padding: 10px 60px 10px 26px;
	box-sizing: border-box;
}
@media (min-width: 960px){
.wp-block-file a{
	width: 100%;
	height: 76px;
	font-size: 1.6rem;
	padding: 10px 80px 10px 36px;
}
}

@media (min-width: 960px){
.wp-block-file a:hover{
	opacity: 0.7;
}
}

.wp-block-file a::after{
 	content: "";
 	width: 22px;
 	height: 22px;
  background-image: url(../img/common/icon_link_w.svg);
 	background-size: 22px 22px;
 	background-repeat: no-repeat;
 	position: absolute;
  top: 50%;
  right: 20px;
 	margin: -11px 0 0 0;
	transition: all 0.3s ease;
 }
 @media (min-width: 960px){
.wp-block-file a::after{
 	right: 26px;
 }
 }
