*,
*::before,
*::after {
  box-sizing: border-box;
}

/* BASE STYLE
--------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.7;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  vertical-align: middle;
}

/* CLEAR-FIX */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.inner {
  max-width: 1200px;
  width: 70%;
  margin: auto;
}

.wrap {
  overflow: hidden;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.is_between {
  justify-content: space-between;
}

.sp-bl {
  display: none;
}

.pc-bl {
  display: block;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

body.active {
  overflow: hidden;
}

html.active {
  overflow: hidden;
}

.fade_down {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s;
}

.fade_in {
  animation-duration: 3s;
  animation-name: fadein;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .sp-bl {
    display: block;
  }
  .pc-bl {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .fade_down {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s;
  }
  .inner {
    width: 90%;
    margin: auto;
  }
}

.header .header_pc .header_inner {
  max-width: 1200px;
  width: 98%;
  margin: auto;
  padding: 30px 0;
  display: flex;
  align-items: center;
}

.header .header_pc .logo {
  max-width: 193px;
  transition: all .3s;
}

.header .header_pc .logo:hover {
  opacity: 0.8;
}

.header .header_pc .logo a {
  display: block;
}

.header .header_pc .header_right {
  align-items: center;
}

.header .header_pc .header_right .header_nav {
  margin-right: 50px;
}

.header .header_pc .header_right .header_nav li {
  margin-right: 20px;
}

.header .header_pc .header_right .header_nav li a {
  text-decoration: none;
  color: #595757;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4285;
  transition: all .3s;
}

.header .header_pc .header_right .header_nav li a:hover {
  opacity: 0.8;
}

.header .header_pc .header_right .header_contact {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header .header_pc .header_right .header_contact .left {
  margin-right: 20px;
}

.header .header_pc .header_right .header_contact .left .header_tel {
  max-width: 193px;
  transition: all .3s;
}

.header .header_pc .header_right .header_contact .left .header_tel:hover {
  opacity: 0.8;
}

.header .header_pc .header_right .header_contact .left .header_time {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #595757;
}

.header .header_pc .header_right .header_contact .right {
  width: 160px;
  text-align: center;
}

.header .header_pc .header_right .header_contact .right a {
  display: block;
  padding: 6.5px 0;
  background-color: #FF7108;
  text-decoration: none;
  color: #fff;
  transition: all .3s;
}

.header .header_pc .header_right .header_contact .right a:hover {
  opacity: 0.8;
}

.header .header_pc .header_right .header_contact .right a span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4285;
  padding-left: 20px;
  position: relative;
}

.header .header_pc .header_right .header_contact .right a span::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/common/mail_icon.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  left: 0;
  top: 5px;
}

@media all and (-ms-high-contrast: none) {
  .header .header_pc .logo {
    width: 193px;
  }
}

.header .header_sp {
  display: none;
}

.header #drawermenu {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header .header_pc .header_right .header_nav {
    margin-right: 20px;
  }
  .header .header_pc .header_right .header_nav li a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1070px) {
  .header .header_pc .header_inner {
    padding: 15px 0;
  }
  .header .header_pc .header_right {
    display: block;
  }
  .header .header_pc .header_right .header_contact {
    justify-content: flex-end;
  }
  .header .header_pc .header_right .header_nav {
    margin-right: 0px;
  }
  .header .header_pc .header_right .header_nav li:last-child {
    margin-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .header .header_pc {
    display: none;
  }
  .header .header_sp {
    display: block;
    background-color: #fff;
    height: 50px;
    width: 100%;
    padding: 0 5%;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    z-index: 10000;
  }
  .header .header_sp .header_sp_inner {
    align-items: center;
    position: relative;
  }
  .header .header_sp .header_sp_inner .sp_logo {
    width: 120px;
    height: 40px;
    position: relative;
    top: 5px;
    left: 0px;
    z-index: 9999;
    display: flex;
    align-items: center;
  }
  .header .header_sp .header_sp_inner .sp_logo a {
    display: block;
  }
  .header .header_sp .header_sp_inner .header_spnavbtn {
    display: block;
    position: relative;
    margin-left: auto;
    width: 15px;
    top: 0;
    right: 0px;
    cursor: pointer;
    border: none;
    transition: 0.3s;
    z-index: 9999;
  }
  .header .header_sp .header_sp_inner .header_spnavbtn span {
    display: block;
    width: 15px;
    background-color: #333;
    height: 2px;
    margin-bottom: 10px;
    position: absolute;
    transition: all .5s;
  }
  .header .header_sp .header_sp_inner .header_spnavbtn span:nth-child(2) {
    transform: translateY(5px);
  }
  .header .header_sp .header_sp_inner .header_spnavbtn span:nth-child(3) {
    transform: translateY(10px);
  }
  .header .header_sp .header_sp_inner .open.header_spnavbtn .one {
    transform: translateY(5px) rotate(45deg);
  }
  .header .header_sp .header_sp_inner .open.header_spnavbtn .two {
    opacity: 0;
  }
  .header .header_sp .header_sp_inner .open.header_spnavbtn .three {
    transform: translateY(5px) rotate(-45deg);
  }
  .header .header_sp .header_sp_inner .open.header_spnavbtn span {
    background-color: #333;
  }
  .header #drawermenu {
    position: fixed;
    pointer-events: none;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    display: block;
    opacity: 0;
    transition: .6s;
  }
  .header #drawermenu .drawbox {
    padding: 100px 5vw 8vw;
    text-align: center;
  }
  .header #drawermenu .drawbox .draw_list {
    max-width: 400px;
    margin: auto;
    margin-bottom: 20px;
  }
  .header #drawermenu .drawbox .draw_list .list {
    text-align: left;
  }
  .header #drawermenu .drawbox .draw_list .list a {
    text-decoration: none;
    color: #595757;
    display: block;
    padding: 3vw;
    padding-left: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    line-height: 1.4285;
    position: relative;
  }
  .header #drawermenu .drawbox .draw_list .list a::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #45B035;
    border-right: 2px solid #45B035;
    transform: translateY(-50%) rotate(45deg);
    transition: all .3s;
  }
  .header #drawermenu .drawbox .draw_list .list a:hover::after {
    right: 15px;
  }
  .header #drawermenu .drawbox .draw_contact .draw_tel {
    max-width: 160px;
    margin: auto;
  }
  .header #drawermenu .drawbox .draw_contact .draw_time {
    font-size: 1rem;
    color: #595757;
    margin-bottom: 15px;
  }
  .header #drawermenu .drawbox .draw_contact .draw_btn {
    max-width: 300px;
    margin: auto;
    text-align: center;
  }
  .header #drawermenu .drawbox .draw_contact .draw_btn a {
    display: block;
    padding: 6.5px 0;
    background-color: #FF7108;
    text-decoration: none;
    color: #fff;
    transition: all .3s;
  }
  .header #drawermenu .drawbox .draw_contact .draw_btn a:hover {
    opacity: 0.8;
  }
  .header #drawermenu .drawbox .draw_contact .draw_btn a span {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.4285;
    padding-left: 20px;
    position: relative;
  }
  .header #drawermenu .drawbox .draw_contact .draw_btn a span::before {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/common/mail_icon.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 12px;
    left: 0;
    top: 5px;
  }
  .header .open#drawermenu {
    pointer-events: auto;
    opacity: 1;
    height: 100vh;
    overflow: scroll;
    transition: .6s;
  }
}

@media screen and (max-width: 480px) {
  .header .header_sp .header_sp_inner .sp_logo {
    top: 13px;
    width: 100px;
    height: 20px;
  }
  .header .header_sp .header_sp_inner .header_spnavbtn {
    top: 10px;
  }
}

.footer {
  border-top: 1px solid #45B035;
}

.footer .f_top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer .f_top .left .f_logo {
  max-width: 193px;
  margin-bottom: 10px;
}

.footer .f_top .left .f_logo a {
  display: block;
}

.footer .f_top .left .f_nav li {
  position: relative;
}

.footer .f_top .left .f_nav li::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #595757;
  width: 1px;
  height: 10px;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
}

.footer .f_top .left .f_nav li:last-child::after {
  display: none;
}

.footer .f_top .left .f_nav li a {
  text-decoration: none;
  color: #595757;
  font-size: 1.4rem;
  padding: 0 10px;
  letter-spacing: 0.05em;
  font-weight: bold;
  transition: all .3s;
}

.footer .f_top .left .f_nav li a:hover {
  opacity: 0.8;
}

.footer .f_top .right .f_address {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #595757;
  text-align: right;
}

.footer .f_top .right .f_contactbox {
  align-items: center;
}

.footer .f_top .right .f_contactbox .f_contact_left {
  margin-right: 15px;
}

.footer .f_top .right .f_contactbox .f_contact_left .f_tel {
  max-width: 193px;
}

.footer .f_top .right .f_contactbox .f_contact_left .f_tel a {
  display: block;
}

.footer .f_top .right .f_contactbox .f_contact_left .f_time {
  font-size: 10px;
  color: #595757;
}

.footer .f_top .right .f_contactbox .f_contact_right {
  width: 160px;
  text-align: center;
}

.footer .f_top .right .f_contactbox .f_contact_right a {
  display: block;
  padding: 6.5px 0;
  background-color: #FF7108;
  text-decoration: none;
  color: #fff;
  transition: all .3s;
}

.footer .f_top .right .f_contactbox .f_contact_right a span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4285;
  padding-left: 20px;
  position: relative;
}

.footer .f_top .right .f_contactbox .f_contact_right a span::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/common/mail_icon.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  left: 0;
  top: 5px;
}

.footer .f_btm {
  background-color: #45B035;
  text-align: center;
}

.footer .f_btm p {
  font-size: 10px;
  padding: 15px 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .footer .f_top .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .f_top .left .f_logo {
    margin: auto;
    margin-bottom: 15px;
  }
  .footer .f_top .left .f_nav {
    display: flex;
    justify-content: center;
  }
  .footer .f_top .right {
    max-width: 500px;
    margin: auto;
  }
  .footer .f_top .right .f_address {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .footer .f_top {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer .f_top .left .f_logo {
    max-width: 225px;
    margin-bottom: 0px;
  }
  .footer .f_top .left .f_nav {
    display: none;
  }
  .footer .f_top .right .f_address {
    text-align: center;
  }
  .footer .f_top .right .f_contactbox {
    align-items: center;
  }
  .footer .f_top .right .f_contactbox .f_contact_left {
    margin-right: 0px;
    width: 100%;
  }
  .footer .f_top .right .f_contactbox .f_contact_left .f_tel {
    max-width: 160px;
    margin: auto;
    margin-bottom: 5px;
  }
  .footer .f_top .right .f_contactbox .f_contact_left .f_time {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .f_top .right .f_contactbox .f_contact_right {
    width: 100%;
    max-width: 300px;
    margin: auto;
    text-align: center;
  }
  .footer .f_mid_navsp {
    padding: 15px;
    background: #F5FDF4;
  }
  .footer .f_mid_navsp .inner {
    max-width: 400px;
  }
  .footer .f_mid_navsp ul li {
    width: 50%;
    margin-bottom: 5px;
  }
  .footer .f_mid_navsp ul li a {
    font-size: 1.3rem;
    padding-left: 15px;
    display: block;
    text-decoration: none;
    color: #595757;
    font-weight: bold;
    position: relative;
    transition: all .3s;
  }
  .footer .f_mid_navsp ul li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #45B035;
    border-right: 2px solid #45B035;
    transform: rotate(45deg);
  }
  .footer .f_mid_navsp ul li a:hover {
    opacity: 0.8;
  }
  .footer .f_btm p {
    padding: 5px 0;
  }
}

.common_linkcompany {
  padding: 120px 0;
  max-width: 830px;
  margin: auto;
}

.common_linkcompany .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
}

.common_linkcompany .ttl span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.common_linkcompany .txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.common_linkcompany .link_list .logo1 {
  max-width: 235px;
  transition: all .3s;
}

.common_linkcompany .link_list .logo1:hover {
  opacity: 0.8;
}

.common_linkcompany .link_list .logo2 {
  max-width: 282px;
  transition: all .3s;
}

.common_linkcompany .link_list .logo2:hover {
  opacity: 0.8;
}

.common_linkcompany .link_list .logo3 {
  max-width: 190px;
  transition: all .3s;
}

.common_linkcompany .link_list .logo3:hover {
  opacity: 0.8;
}

@media all and (-ms-high-contrast: none) {
  .common_linkcompany .link_list .logo1 {
    width: 235px;
  }
  .common_linkcompany .link_list .logo2 {
    width: 282px;
  }
  .common_linkcompany .link_list .logo3 {
    width: 190px;
  }
}

@media screen and (max-width: 768px) {
  .common_linkcompany {
    padding: 50px 0 30px;
  }
  .common_linkcompany .ttl {
    font-size: 2.1rem;
    margin-bottom: 25px;
  }
  .common_linkcompany .ttl span {
    font-size: 1rem;
  }
  .common_linkcompany .txt {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .common_linkcompany .link_list ul {
    justify-content: center;
  }
  .common_linkcompany .link_list .logo1 {
    max-width: inherit;
    width: 48%;
    margin-right: 4%;
  }
  .common_linkcompany .link_list .logo2 {
    max-width: inherit;
    width: 48%;
  }
  .common_linkcompany .link_list .logo3 {
    max-width: inherit;
    width: 35%;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=common.css.map */