@charset "UTF-8";
/* =========================================================================================================
	* foundation   //基準の設定
========================================================================================================= */
/*--------------------------------------------------------------
* foundationフォルダの_index.scss
----------------------------------------------------------------*/
/*--------------------------------------------------------------
* globalフォルダの_index.scss
----------------------------------------------------------------*/
/*--------------------------------------------------------------
* フォントの読み込み
----------------------------------------------------------------*/
/*--------------------------------------------------------------
* 使用font の変数
----------------------------------------------------------------*/
/*--------------------------------------------------------------
* フォントサイズ の変数
----------------------------------------------------------------*/
/* pc
_______________________________________________________________________________________________________*/
/* sp
_______________________________________________________________________________________________________*/
/* =========================================================================================================
	共通定義する値
========================================================================================================= */
/* コンテンツ幅
_______________________________________________________________________________________________________*/
/* 使用色
_______________________________________________________________________________________________________*/
/* イージング
_______________________________________________________________________________________________________*/
/*
 * Easing function
 * Original：http://easings.net/
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  position: relative;
  padding: 0;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "Noto Sans JP", serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.8;
  color: inherit;
  color: #243a46;
  letter-spacing: 0;
  font-display: swap;
  background-color: #ffffff;
}
body figure {
  margin-bottom: 0;
}
body.is-nav-open, body.is-lock {
  overflow: hidden;
}
.is_loadding body {
  overflow: hidden;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

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

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

/* =========================================================================================================
	* layout _l
========================================================================================================= */
/*--------------------------------------------------------------
* layoutフォルダの_index.scss
----------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
  transition: 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.is-header-show .l-header {
  transform: none;
}
.l-header__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 85px;
  padding-right: 40px;
}
.l-header__logo {
  max-width: 172px;
  background-color: #ffffff;
  width: 100%;
  border-bottom-right-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.l-header__logo > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__logo-name {
  font-weight: 700;
  line-height: 1.5567567568;
  letter-spacing: 0.02em;
  color: #657b88;
  margin-top: 7px;
  font-size: 0.6875rem;
}
.l-header__menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header__contact {
  max-width: 348px;
  width: 100%;
  display: none;
}
.l-header__contact-btn {
  color: #ffffff;
  background-color: #39ac2a;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.8;
  border-radius: 20px;
  border: 1px solid #ffffff;
  transition: 0.4s ease-in-out;
  width: 100%;
  text-align: center;
}
.l-header__menu-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.l-header__hambergur {
  display: block !important;
}
.l-header__sp-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 0;
  overflow-y: auto;
  visibility: hidden;
  background-color: #ffffff;
  transition: 0.4s ease-in-out;
}
.is-nav-open .l-header__sp-nav {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.l-header__sp-nav-content {
  height: auto;
}
.l-header__sp-nav-menu {
  padding: 20px 20px;
  padding-top: 140px;
}
.l-header__sp-nav-lists {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.l-header__sp-nav-item-box {
  display: flex;
  align-items: center;
}
.l-header__sp-nav-item-name {
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: 0.4s ease-in-out;
  font-size: 1.125rem;
}
.l-header__sp-nav-item-icon {
  display: inline-block;
  width: 29px;
  aspect-ratio: 1/1;
  background-color: #39ac2a;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  position: relative;
  margin-left: 10px;
}
.l-header__sp-nav-item-icon::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1/1;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  rotate: 45deg;
  transition: 0.4s ease-in-out;
}

.l-footer {
  padding-top: 40px;
  padding-bottom: 250px;
  background: url("../images/common/bk_footer.png") no-repeat bottom;
  background-position: bottom;
}
.l-footer__inner {
  max-width: 1240px;
  width: 100%;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.l-footer__list {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
}
.l-footer__item {
  font-weight: 700;
}

.l-breadcrumbs {
  position: relative;
  background-color: #f2f2f2;
}
.l-breadcrumbs__lists {
  display: flex;
  padding-top: 17px;
  padding-bottom: 20px;
  overflow-x: auto;
}
.l-breadcrumbs__item {
  font-size: 1rem;
  color: #8e8e8e;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.l-breadcrumbs__item.is-show {
  color: #243a46;
}
.l-breadcrumbs__item + .l-breadcrumbs__item {
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
}
.l-breadcrumbs__item + .l-breadcrumbs__item::before {
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  display: inline-block;
  width: 5px;
  height: 10px;
  content: "";
  background-size: cover;
}

.l-nav-menu {
  display: none;
}
.l-nav-menu__inner {
  max-width: 1560px;
  padding-left: 40px;
  padding-right: 40px;
  margin-inline: auto;
}
.l-nav-menu__list {
  display: flex;
  justify-content: center;
}
.l-nav-menu__item {
  max-width: 245px;
  width: 100%;
}
.l-nav-menu__item:nth-of-type(1) .c-nav-item__box {
  border-radius: 10px 0 0 10px;
  border-left: 2px solid #a8d510;
}
.l-nav-menu__item:nth-last-of-type(1) .c-nav-item__box {
  border-radius: 0 10px 10px 0;
  border-right: 2px solid #a8d510;
}

/* =========================================================================================================
  * component _c
========================================================================================================= */
/*--------------------------------------------------------------
* projectフォルダの_index.scss
----------------------------------------------------------------*/
@media screen and (min-width: 0){
  body {
    position: relative;
  }
}
@media screen and (min-width: 576px){
  body {
    position: relative;
  }
}
@media screen and (min-width: 768px){
  body {
    position: relative;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-header__inner {
    height: 140px;
    padding-right: 40px;
  }
  .l-header__logo {
    border-bottom-right-radius: 50px;
    max-width: 306px;
    padding-top: 24px;
    padding-bottom: 20px;
    padding-left: clamp(1.25rem, 2.6442307692vw + -0.0192307692rem, 2.625rem);
    padding-right: clamp(1.25rem, 2.7644230769vw + -0.0769230769rem, 2.6875rem);
  }
  .l-header__logo-name {
    font-size: 1.15625rem;
    margin-top: 8px;
  }
  .l-header__contact {
    display: block;
  }
  .l-header__contact-btn {
    font-size: 1.75rem;
    padding: 10px 0;
  }
  .l-header__menu-item {
    font-size: 1rem;
    line-height: 1.2;
  }
  .l-header__hambergur {
    margin-left: 20px;
  }
  .l-header__sp-nav-lists {
    gap: 30px;
  }
  .l-header__sp-nav-item-name {
    font-size: 1.25rem;
  }
  .l-footer {
    padding-top: 79px;
    padding-bottom: 310px;
  }
  .l-footer__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-footer__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 3.8793103448%;
  }
  .l-breadcrumbs__lists {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1025px){
  body {
    position: relative;
  }
}
@media screen and (min-width: 1200px){
  body {
    position: relative;
  }
  .l-header__contact {
    margin-top: -20px;
  }
  .l-header__hambergur {
    display: none !important;
  }
  .l-footer {
    background-size: contain;
  }
  .l-nav-menu {
    display: block;
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1400px){
  body {
    position: relative;
  }
}
@media (any-hover: hover){
  .l-header__contact:hover a {
    opacity: 1;
  }
  .l-header__contact:hover .l-header__contact-btn {
    background-color: #ffffff;
    border: 1px solid #39ac2a;
    color: #39ac2a;
  }
}
/*# sourceMappingURL=common.css.map */
