@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  letter-spacing: 0.6px;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* -----------------------------------------
	common 
-----------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  padding-top: 80px;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}
.clear {
  overflow: hidden;
}
.clear::after {
  clear: both;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin: auto;
}
.alignleft {
  float: left;
}
.txtcenter {
  text-align: center;
}
.txtright {
  text-align: right;
}
a {
  color: #030000;
}
.bold {
  font-weight: bold;
}
.red {
  color: #ff0b44;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.en {
  font-family: 'Roboto', sans-serif;
}
.cmn_w {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.cmn_w1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.cmn_w1350 {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}
.cmn_w1440 {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.l_continar {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}
.s_continar {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.l_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #fff;
  border-bottom: 1px solid #ababab;
}
#header .header_in {
  width: 90vw;
  margin: 0 auto;
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
}
#header .header_in h1 {
  width: 135px;
}
#header .header_in h1 a:hover {
  opacity: 1;
}
#header .header_in nav {
  text-align: right;
  margin-left: auto;
}
#header .header_in nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .header_in nav ul li {
  padding: 0 1em;
  line-height: 1;
}
#header .header_in nav ul li.submenu {
  background: url(../images/common/icon_arrow.svg) center bottom 15px no-repeat;
  background-size: 12px auto;
  position: relative;
  /*
            &:hover{
            	.submenu_content{
            		opacity:1;
            		pointer-events:auto;
            		-webkit-transform: translate3d(0,0px,0);
            		transform: translate3d(0,0px,0);
            	}
            }
            */
}
#header .header_in nav ul li.submenu.active .submenu_content {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
#header .header_in nav ul li > a {
  height: 80px;
  line-height: 80px;
  display: block;
}
#header .header_in nav ul li > a:hover {
  color: #ff7903;
}
#header .header_in nav ul li.contact_btn {
  padding-right: 0;
}
#header .header_in nav ul li.contact_btn a {
  text-align: center;
  padding: 10px 20px 0;
  line-height: 1;
  color: #fff;
  background-color: #ff7903;
}
#header .header_in nav ul li.contact_btn a span {
  display: block;
}
#header .header_in nav ul li.contact_btn a span.icon {
  padding-top: 5px;
}
#header .header_in nav ul li.contact_btn a img {
  width: 40px;
}
#header .header_in nav ul li.contact_btn a:hover {
  color: #fff;
}
#header .submenu_content {
  opacity: 0;
  position: fixed;
  pointer-events: none;
  top: 81px;
  left: 5vw;
  width: 90vw;
  background-color: #f3f3f3;
  border-radius: 0 0 25px 25px;
  padding: 40px 0;
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
#header .submenu_content.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
#header .submenu_content .submenu_content_in {
  display: flex;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
#header .submenu_content .submenu_block {
  width: calc(33.333% - 30px);
  margin-left: 45px;
}
#header .submenu_content .submenu_block:first-of-type {
  margin-left: 0;
}
#header .submenu_content .submenu_block a {
  display: block;
  text-align: center;
  padding: 20px 0 15px;
  border: 1px solid #D5D5D5;
  -moz-box-shadow: -2px 0px 5px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 0px 5px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -2px 0px 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0px 5px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
#header .submenu_content .submenu_block a p {
  color: #F6621D;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
}
#header .submenu_content .submenu_block a img {
  max-width: 110px;
}
#cmn_contact {
  padding: 70px 0 60px;
  background: #FF832B;
  color: #fff;
}
#cmn_contact h3 {
    font-size: 37px;
    font-size: 3.7rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
#cmn_contact p {
	text-align: center;
}
#cmn_contact .btn-area {
	width: 1130px;
	width: 100%;
	margin: 35px auto 0;
}
#cmn_contact .btn-area .cta-btn {
	width: calc(50% - 35px);
	padding: 30px 5px 40px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.25);
}
#cmn_contact .btn-area .cta-btn h4 {
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 20px;
	font-weight: bold;
	color: #262626;
	text-align: center;
}
#cmn_contact .btn-area .cta-btn .cta-txt {
	width: 74.20%;
	margin:0 auto 5px;
}
#cmn_contact .btn-area:last-child .cta-btn .cta-txt {
	width: 67.11%;
}
#cmn_contact .btn-area:last-child .cta-btn .txt {
	font-size: 14px;
	font-size: 1.4rem;
}
#pagetop {
  position: fixed;
  bottom: 110px;
  right: 20px;
  z-index: 10;
	width: 82px;
	height: 82px;
}
#footer {
  background-color: #303030;
  color: #fff;
  text-align: left;
  padding-top: 50px;
	padding-bottom: 80px;
}
#footer a {
  color: #fff;
}
#footer .copyright {
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 0 15px 0;
  font-size: 1.2rem;
}
#footer .footer_in {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer_in .footer_info {
  width: 35%;
}
#footer .footer_in .footer_info .footer_logo {
  padding-bottom: 30px;
  width: 36.24%;
}
#footer .footer_in .footer_menu {
  width: 65%;
  display: flex;
}
#footer .footer_in .footer_menu > div {
  width: 30%;
  border-left: 1px solid #fff;
  padding-left: 5%;
  padding-top: 5px;
  padding-bottom: 20px;
}
#footer .footer_in .footer_menu > div:first-of-type {
  border-left: none;
  width: 40%;
}
#footer .footer_in .footer_menu > div ul li {
  padding-top: 10px;
}
#footer .footer_in .footer_menu > div ul li > ul {
  padding-left: 1em;
}
#fixed_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
	display: none;
	background:rgba(255,255,255,0.9);
}
#fixed_menu ul {
	max-width: 650px;
	width: 100%;
	margin: 10px auto;
}
#fixed_menu ul li {
	width: 48.46%;
}
@media screen and (max-width: 1515px) {
	.cmn_w1440 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 1435px) {
  .cmn_w1350 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .cmn_w1200 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .l_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1159px) {
  #header .header_in {
    width: 98vw;
  }
  #header .header_in nav ul li {
    padding: 0 0.7em;
    line-height: 1;
  }
  #header .header_in nav ul li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .s_continar {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
   .cmn_w {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
	#cmn_contact .btn-area .cta-btn {
		width: calc(50% - 15px);
		padding: 30px 5px 30px;
	}
}
@media screen and (max-width: 990px) {
  body {
    padding-top: 50px;
  }
  #header {
    height: 50px;
    background-size: auto 100%;
  }
  #header .header_in {
    margin: 0 auto;
    position: relative;
  }
  #header .header_in h1 {
    position: absolute;
    top: 5px;
    left: 0;
  }
  #header .header_in h1 img {
    height: 40px;
  }
  #header .header_in #menu {
    display: none;
  }
  .drawer--right .drawer-hamburger {
    display: block;
    right: 10px;
    top: 10px;
    color: #282828;
    padding-top: 5px;
    cursor: pointer;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
    background-color: #282828;
  }
  .drawer--right .drawer-nav {
    right: -26rem;
  }
  .drawer-nav {
    z-index: 2000;
    width: 26rem;
  }
  .drawer-nav .tel a {
    border-left: none;
    text-align: center;
    font-weight: bold;
    color: #ed7238;
    font-size: 2.0rem;
    border-bottom: none;
  }
  .drawer-nav a {
    text-align: left;
    padding: 8px 10px;
    color: #000;
    border-bottom: 1px solid #dddddd;
    border-left: 4px solid #ed7238;
    display: block;
    font-size: 1.6rem;
  }
  .drawer-overlay {
    z-index: 1000;
  }
}
@media screen and (max-width: 880px) {
	    #cmn_contact ul {
        width: 53%;
    }
	#cmn_contact li a {
		font-size: 28px;
		font-size: 2.8rem;
	}
	#cmn_contact li:last-child a {
		font-size: 36px;
		font-size: 3.6rem;
	}
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .l_flex {
    display: block;
  }
  body {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 50px;
  }
  .second_page {
    padding-top: 65px;
  }
  .l_block .photo {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .l_block .txt {
    width: 100%;
    order: 1;
    padding-bottom: 20px;
  }
  #pagetop {
    position: fixed;
    bottom: 40px;
    right: -10px;
    z-index: 10;
  }
  #pagetop img {
    width: 40px;
  }
 #cmn_contact h3 {
    font-size: 26px;
	 font-size: 2.6rem;
	}
	#cmn_contact .btn-area .cta-btn {
    width: 100%;
    margin-bottom: 20px;
		padding: 25px 5px;
	}
	#cmn_contact .btn-area .cta-btn h4 {
    font-size: 23px;
    font-size: 2.3rem;
		margin-bottom: 15px;
	}
	#cmn_contact .btn-area:last-child .cta-btn .cta-txt {
    width: 89.72%;
}
  #footer {
    padding-top: 20px;
  }
  #footer .copyright {
    padding: 15px 0 10px 0;
    font-size: 1.0rem;
  }
  #footer .footer_in .footer_info {
    width: 100%;
  }
  #footer .footer_in .footer_info .footer_logo {
    padding-bottom: 30px;
  }
  #footer .footer_in .footer_menu {
    width: 100%;
    display: block;
  }
  #footer .footer_in .footer_menu > div {
    width: 100%;
    border-left: none;
    padding-left: 0%;
    padding-top: 0px;
    padding-bottom: 00px;
  }
  #footer .footer_in .footer_menu > div:first-of-type {
    width: 100%;
  }
  #footer .footer_in .footer_menu > div ul li {
    padding-top: 10px;
  }
  #footer .footer_in .footer_menu > div ul li a {
    border-bottom: 1px solid #fff;
    display: block;
    padding: 8px 10px;
  }
  #footer .footer_in .footer_menu > div ul li > ul {
    padding-left: 0em;
  }
	#fixed_menu ul {
		display: flex;
		max-width: 768px;
		padding: 0 7px;
		margin: 5px 0 2px;
	}
	#fixed_menu ul li {
		width: 49.03%;
	}
	#fixed_menu p {
		text-align: center;
		font-weight: 500;
		font-size: 14px;
	font-size: 1.4rem;
		margin-bottom: 5px;
		letter-spacing: 0;
	}
}