@charset "utf-8";

/*
Webフォントの使用がないか必ずディレクターに確認すること
*/

body {
  background: #fff;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.pc { display: block;}
.sp { display: none;}


/* PC用 */
@media screen and (min-width: 769px){
	body{min-width:1200px;}


	.inner { margin: 0 auto; width: 980px; }
	.breadcrumbs { margin: 0 auto; padding: 17px 0; width: 100%; color: #333; font-size: 12px; line-height: 12px; letter-spacing: 0.08em; background: #F5F5F7; }
	.breadcrumbs a { color: #333; text-decoration: underline; }
	.breadcrumbs a:hover { text-decoration: none; }


	/*header*/
	#header {margin: 0 auto;padding: 10px 0 18px;width: 980px;height: 63px;}
	#header .logo {width: 350px;color: #073061;font-size: 24px;font-weight: 900;margin-right: 9px;}
	#header .logo span.logo_img { display: inline-block; margin-right: 10px; vertical-align: text-bottom; }
	#header .logo span.description { display: block; padding: 0 0 3px; color: #333; font-size: 12px; line-height: 1.5; height: 16px; overflow: hidden; }
	#header .hd_tel {line-height: 1;margin-bottom: 10px;background: url(../images/common/ico02.png)no-repeat left 93px center;}
	#header .hd_tel span.tel_text { display: block; padding: 0 0 5px; color: #000; font-weight: 900; line-height: 1; }
	#header .hd_tel .tel_cate{
    background: #003265;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 86px;
    display: inline-block;
    padding: 5px 0;
    margin-right: 33px;
}

#header .hd_tel .tel_fax{
    font-size: 14px;
    font-weight: bold;
}

#header .tel_wrap{
    width: 432px;
    padding-top: 5px;
}

	#header .hd_contact {width: 172px;padding-top: 6px;}
	#header .hd_contact a {display: block;padding: 23px 0 22px 55px;color: #fff;line-height: 1;background: #ae0000 url("../images/common/ico03.png") no-repeat left 18px center;font-weight: bold;letter-spacing: 1px;}
	#header .hd_contact a:hover{opacity:0.6;}
#header .right{
    display: none;
}

	#header .menu_btn { display: none; }

	/*navi*/
	#gnav {margin: 0 auto;background: rgba(0,0,0,0.7);position: absolute;right: 0;left: 0;top: 90px;width: 100%;z-index: 10;height: 52px;}
	#gnav ul {text-align: center;display: block;width: 100%;}
	#gnav ul li {width: 138px;margin: 0 32px;}
	#gnav ul li:first-of-type {
    display: none;
}
	#gnav ul li a {display: block;width: 100%;text-align: center;padding: 19px 11px 0;box-sizing: border-box;height: 51px;}
	#gnav ul li a span.gnav_text {display: inline-block;width: 138px;height: 52px;color: #fff;font-weight: 900;line-height: 1;letter-spacing: 0.08em;vertical-align: middle;}
	#gnav ul li a span.text_jp { display: block; padding: 2px 0 0; font-size: 12px; font-weight: normal; }
	#gnav ul li a:hover { background: rgb(0 0 0 / 0.9) }

.common_btn01 {
}
.common_btn01 a {display: block;height: 100%;box-sizing: border-box;text-align: center;background: #fff url(../images/common/ico04.png)no-repeat right 10px bottom 7px;font-weight: bold;font-size: 16px;letter-spacing: 1px;color: #003265;}
.common_btn01 a:hover{
	transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    color:#fff;
	    background: #003265 url(../images/common/ico05.png)no-repeat right 10px bottom 7px;
}


	/*footer*/
	#footer {margin: 0 auto;padding: 60px 0 0;width: 100%;background: url(../images/common/ft_bg01.jpg)no-repeat top center / cover;position: relative;clear: both;}
	#footer .pagetop {position: fixed;right: 0px;bottom: 13%;z-index: 10;}
	#footer .footer_upper { margin-bottom: 25px; padding: 0 0 20px; line-height: 24px; border-bottom: 1px solid #DDDDDD; }
	#footer .footer_lower {display: block;}
	#footer .footer_menu_box {padding: 0 0 8px;width: 100%;}
	#footer .footer_menu_box .f_menu {
    width: 100%;
    display: block;
    text-align: center;
}
	#footer .footer_menu_box .f_menu>ul{
    text-align: center;
    width: 100%;
}
	#footer .footer_menu_box .f_menu li {margin-bottom: 20px;line-height: 14px;display: inline-block;padding: 0 11px;position: relative;}
	#footer .footer_menu_box .f_menu li:after{
		content:"";
		width: 1px;
		height: 14px;
		display: inline-block;
		background: #fff;
		position: absolute;
		top: 0px;
		right: -18px;
	}
	#footer .footer_menu_box .f_menu li:last-child:after{display:none;}
	#footer .footer_menu_box .f_menu li a {padding: 0 0 0 22px;text-decoration: none;background: url("../images/icon/ico03.png") no-repeat left center;color: #fff;}
	#footer .footer_menu_box .f_menu li a:hover { text-decoration: underline; }
	#footer .footer_menu_box .f_menu li .sub-menu { padding: 20px 0 0 20px; }
	#footer .footer_menu_box .f_menu li .sub-menu li { line-height: 14px; width: 153px; }
	#footer .footer_menu_box .f_menu li .sub-menu li a { padding: 0 0 0 18px; line-height: 14px; background: url("../images/icon/ico04.png") no-repeat left top 1px; display: inline-block; }
	#footer .footer_info_box {width: 386px;margin: 0 auto;}
	#footer .footer_info_box .footer_logo {margin-bottom: 15px;color: #073061;font-size: 24px;font-weight: 900;}
	#footer .footer_info_box .footer_logo span.logo_img {display: inline-block;margin: 0 auto;vertical-align: text-bottom;width: 312px;display: block;}
	#footer .footer_info_box .footer_addr {margin-bottom: 10px;line-height: 1.8;text-align: center;color: #fff;letter-spacing: 1px;}
	#footer .footer_info_box .footer_addr span{
    display: block;
    color: #fff;
    line-height: 1;
    margin-bottom: 3px;
}
	#footer .footer_info_box .btn_contact {width: 269px;margin: 20px auto 60px;}
	#footer .footer_info_box .btn_contact a {display: block;padding: 16px 0 16px 96px;color: #fff;font-size: 14px;font-weight: normal;line-height: 1;background: url("../images/common/ico03.png") no-repeat left 62px center;font-weight: bold;letter-spacing: 1px;border: 1px solid #fff;transition: 0s;-moz-transition: 0s;-webkit-transition: 0s;-o-transition: 0s;}
	#footer .footer_info_box .btn_contact a:hover { color: #fff; line-height: 1;      background:#000 url(../images/common/ico03.png) no-repeat left 62px center;}
	#footer small {display: block;padding: 14px 0 13px;width: 100%;color: #fff;font-size: 12px;line-height: 1;text-align: center;background: #000;}

	/* drawerメニュー
	---------------------------------------------*/
	.drawer { display: none; }
}




/* SP用 */
@media screen and (max-width:768px) {
	body { font-size: 3.733vw; }
	.pc { display: none; }
	.sp { display: block; }
	.inner { width: 100%; }
	.breadcrumbs { padding: 3.466vw 5.333vw; font-size: 3.2vw; line-height: 3.2vw; box-sizing: border-box; }
	
	/* header */
	#header {padding: 2.4vw 3.333vw 2.133vw;width: 100%;height: auto;box-sizing: border-box;align-items: center;display: flex;display:-webkit-flex;display:-moz-flex;justify-content:space-between;-webkit-justify-content:space-between;-moz-justify-content:space-between;}
	#header .logo {width: 46.8vw;font-size: 7.04vw;}
	#header .contact_btn { display: block; width: 14vw; }
	#header .menu_btn {display: block;width: 14vw;margin-left: 2vw;}
	#header .logo span.description, #header .hd_tel, #header .hd_contact { display: none; }
	
#header .right{
    display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    width: 26vw;
}
	
	/* navi */
	#gnav { display: none; }

.common_btn01 {
}
.common_btn01 a {display: block;height: 100%;box-sizing: border-box;text-align: center;background: #fff url(../images/common/ico04.png)no-repeat right 10px bottom 7px;font-weight: bold;font-size: 16px;letter-spacing: 1px;color: #003265;}


	/*footer*/
	#footer {padding: 0;background: url(../images/common/sp/ft_bg01.jpg)no-repeat top center / 100%;}
	#footer .pagetop {position: fixed;right: 0;bottom: 8%;width: 9vw;z-index: 1;}
	#footer .pagetop a {display: block;width: 100%;}
	#footer .pagetop a img {margin: 0 auto;}
	#footer .footer_upper { margin-bottom: 0; padding: 6.666vw 5.333vw; line-height: 6.4vw; border-bottom: none; }
	#footer .footer_lower { }
	#footer .footer_menu_box {padding: 11vw 0 1vw;width: 100%;box-sizing: border-box;}
	#footer .footer_menu_box .f_menu {width: 100%;border-top: 1px solid #ffffff;display: flex;display:-webkit-flex;display:-moz-flex;justify-content:space-between;-webkit-justify-content:space-between;-moz-justify-content:space-between;flex-wrap: wrap;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;margin-bottom: 3vw;}
	#footer .footer_menu_box .f_menu li {margin-bottom: 0;width: 50%;line-height: 3.733vw;border-bottom: 1px solid #333333;}
	#footer .footer_menu_box .f_menu li:last-of-type { border-bottom: none; }
	#footer .footer_menu_box .f_menu li a {display: block;padding: 4.933vw 4vw 4.933vw 8.266vw;text-decoration: none;background: url("../images/common/sp/arrow02.png") no-repeat right 3.133vw center / 2vw;font-size: 4vw;color: #fff;border-bottom: 1px solid #fff;}
	#footer .footer_menu_box .f_menu li:nth-child(odd) a{border-right:1px solid #fff;}
	#footer .footer_menu_box .f_menu li a:hover { text-decoration: underline; }
	#footer .footer_menu_box .f_menu li .sub-menu { padding: 0; border-top: 1px solid #333333; }
	#footer .footer_menu_box .f_menu li .sub-menu li { line-height: 1; width: 100%; }
	#footer .footer_menu_box .f_menu:last-of-type li:last-of-type .sub-menu li { border-bottom: 1px solid #333333; }
	#footer .footer_menu_box .f_menu li .sub-menu li a { padding: 4.933vw 4vw 4.933vw 12.8vw; line-height: 1.6; background: url("../images/icon/ico04.png") no-repeat left 9vw top 6vw / 1.5vw; font-size: 4vw; }
	#footer .footer_info_box { padding: 5.333vw 10.666vw; width: 100%; text-align: center; box-sizing: border-box; }
	#footer .footer_info_box .footer_logo { margin: 0 auto 2vw; width: 60.8vw; font-size: 7.04vw; }
	#footer .footer_info_box .footer_logo span.logo_img { display: inline-block; margin-right: 1.333vw; vertical-align: text-bottom; }
	#footer .footer_info_box .footer_addr {margin-bottom: 2.666vw;line-height: 5.6vw;text-align: center;color: #fff;letter-spacing: 0.2vw;}
	#footer .footer_info_box .footer_addr span{
    display: block;
}

#footer .footer_info_box .btn_contact {width: 69vw;margin: 4vw auto 8vw;}
	#footer .footer_info_box .btn_contact a {display: block;padding: 4vw 0 4vw 6vw;color: #fff;font-size: 4vw;font-weight: normal;line-height: 1;background: url("../images/common/ico03.png") no-repeat left 62px center;font-weight: bold;letter-spacing: 1px;border: 1px solid #fff;}
	#footer small {padding: 1.666vw 0;font-size: 3.2vw;display: block;background: #000;color: #fff;text-align: center;}
	
	/* drawerメニュー
	---------------------------------------------*/
	.drawer { display: none; z-index: 10000; position: absolute; top: 0; left: 0; width: 100%; background: #fff; }
	.drawer_header {padding: 2.4vw 3.333vw 2.133vw;width: 100%;height: auto;box-sizing: border-box;align-items: center;}
	.drawer_header .logo { width: 60.8vw; }
	.drawer_header .close_btn {display: block;width: 14vw;margin-left: 2vw;}
	.drawer_menu .tel_list{
    margin: 0 auto;
    width: 79vw;
}
.drawer_menu .tel_list li{
    margin-bottom: 3vw;
}
	.drawer_menu {margin: 0 auto;padding: 8.333vw 0 10vw;width: 100%;background: #000;box-sizing: border-box;}
	.drawer_menu .d_menu {margin-bottom: 9vw;width: 100%;border-top: 1px solid #fff;display: flex;display:-webkit-flex;display:-moz-flex;justify-content:space-between;-webkit-justify-content:space-between;-moz-justify-content:space-between;flex-wrap: wrap;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;}
	.drawer_menu .d_menu li {width: 50%;line-height: 3.733vw;border-bottom: 1px solid #fff;box-sizing: border-box;background: url("../images/common/sp/arrow02.png") no-repeat right 3.133vw center / 2vw;}
	.drawer_menu .d_menu li:nth-child(odd){
    border-right: 1px solid #fff;
}
	.drawer_menu .d_menu li:last-of-type {/* border-bottom: none; */}
	.drawer_menu .d_menu li a { display: block; padding: 4.933vw 4vw 4.933vw 8.266vw; color: #fff; text-decoration: none; background: url("../images/icon/ico05.png") no-repeat 2.133vw center / 2vw; font-size: 4vw; }
	.drawer_menu .d_menu li a:hover { text-decoration: underline; }
	.drawer_menu .d_menu li .sub-menu { padding: 0; border-top: 1px solid #fff; }
	.drawer_menu .d_menu li .sub-menu li { line-height: 1; }
	.drawer_menu .d_menu:last-of-type li:last-of-type .sub-menu li { border-bottom: 1px solid #fff; }
	.drawer_menu .d_menu li .sub-menu li a { padding: 4.933vw 4vw 4.933vw 12.8vw; line-height: 1.5; background: url("../images/icon/ico06.png") no-repeat left 9.2vw top 6vw / 1.5vw; font-size: 4vw; }
	.drawer_menu .close_btn { width: 100%; }
}