@charset "utf-8";
/* CSS Document */

@page {
	margin: 0mm 5mm;
	size: A4 portrait;
}
.header-sp-only {display: none;}
/* CSS Document */
body {
  width: 100%;
  overflow-x: hidden;
}
.pc-only {
  display: none;
}
.header {
  position: fixed;
  z-index: 99;
  margin-top: 0px;
}
.is-animation {
  background-color: #E7B8B8;
  transition: all 1s;
}
.header__inner {
  width: 100%;
  margin: 0 auto;
}
.header__inner h1 {
  float: left;
  width: 80%;
}
.l-header {
  float: none;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header + * {
  margin-top: 60px;
}
.header__inner:after {
  content: "";
  display: block;
  clear: both;
}
.hamburger {
  display: block;
  height: 60px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 60px;
  border: none;
  background-color: transparent;
  right: 20px;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: '閉じる';
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #172e59;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #172e59;
  transition: inherit;
}
.hamburger__line:before {
  top: -6px;
}
.hamburger__line:after {
  top: 6px;
}
.hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hamburger__text::before {
  content: "メニュー";
  text-align: center;
  color: #172e59;
  font-size: 10px;
  font-weight: 900;
}
.header {
  width: 100vw;
}

.header__nav-area {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
  padding-top: 60px;
  background-color: #e7e9ee;
  transition: 0.4s;
}
.header__nav-area.-active {
  left: 0;
  visibility: visible;
}
.global-navigation {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}
.global-navigation__list > li {
  padding-bottom: 20px;
  border-bottom: 2px solid #e7e9ee;
  list-style: none;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #172e59;
  font-weight: 900;
  transition: color 0.4s;
  font-size: 0.875rem;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #ed3242;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #ed3242;
  transform: translateY(-50%);
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}
.accordion__list li {
  font-size: 0.75rem;
}
.accordion__list li + li {
  margin-top: 21px;
}
.accordion__link {
  color: #172e59;
}
.opacityIn {
  opacity: 1;
  transition: all 1s;
}
.opacityIn.active {
  opacity: 1;
}
.fadeIn {
  opacity: 0;
  transform: translateY(120px);
  transition: all 1s;
}
.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}
.fadeIn_l {
  opacity: 0;
  transform: translateX(-120px);
  transition: all 1s;
}
.fadeIn_l.active {
  opacity: 1;
  transform: translateX(0);
}
.fadeIn_r {
  opacity: 0;
  transform: translateX(120px);
  transition: all 1s;
}
.fadeIn_r.active {
  opacity: 1;
  transform: translateX(0);
}
/* 遅延表示用 common.Lazy.js
-----------------------------------------------------------------*/
#Content .lazy, #Content .all_lazy > * {
  opacity: 0;
}
/*--------------------------------------------------------------------------
	.sec02 使い方
--------------------------------------------------------------------------*/
.sec02 .sec02_inner {
  padding: 60px 0 75px;
  background: #e3f0ec;
}
/*--------------------------------------------------------------------------
	.sec_faq よくある質問
--------------------------------------------------------------------------*/
.sec_faq {
  padding-top: 115px;
  height: 200px;
}
/*--------------------------------------------------------------------------
	事業内容
--------------------------------------------------------------------------*/
.l-business {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
.l-business h2 {
  display: flex;
  padding: 0px 0 30px 0;
}
.l-business .en {
  font-size: 1.8rem;
  display: block;
  color: #6daa76;
  font-style: italic;
}
.l-business .jp {
  font-size: 1rem;
  display: block;
  padding-top: 16px;
  padding-left: 15px;
  color: #292929;
}
.l-business__list {
  width: 100%;
    display: flex;
    flex-wrap: wrap;
  padding-top: 20px;
}
.l-business__list a:hover {
  filter: brightness(120%);
}
/*fade*/
.box {
    width: 31%;
    margin: 1%;
}
.box img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
	お知らせ
--------------------------------------------------------------------------*/
.l-news {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
.l-news h2 {
  display: flex;
  margin: 0 auto;
  padding: 0px 0 30px 0;
}
.l-news .en {
  font-size: 1.8rem;
  display: block;
  color: #6daa76;
  font-style: italic;
}
.l-news .jp {
  font-size: 1rem;
  display: block;
  padding-top: 16px;
  padding-left: 15px;
  color: #292929;
}
.l-news__left {
  float: none;
  width: 100%;
}
.l-news__left ul {
  width: 80%;
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
}
.l-news__left ul li a {
  color: #292929;
}
.l-news__left ul li a:hover {
  color: #6daa76;
}
.l-news__left_link {
  width: 100%;
  margin: 30px auto;
}
.l-news__list {
  float: none;
  width: 100%;
}
.l-news:after {
  content: "";
  display: block;
  clear: both;
}
.l-news__list ul {
  width: 100%;
  margin: 20px auto;
}
.l-news__list ul li {
  display: block;
  border-bottom: 1px solid #E9E8E8;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}
.cate-news {
  color: #FFF;
  background-color: #6DAA76;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 20px;
  padding: 0 20px;
  display: inline-block;
  margin-bottom: 15px;
}
/*--------------------------------------------------------------------------
	私たちについて
--------------------------------------------------------------------------*/
.l-about {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
.l-about h2 {
  display: flex;
  margin: 0 auto;
  padding: 0px 0 30px 0;
}
.l-about .en {
  font-size: 1.8rem;
  display: block;
  color: #6daa76;
  font-style: italic;
}
.l-about .jp {
  font-size: 1rem;
  display: block;
  padding-top: 16px;
  padding-left: 15px;
  color: #292929;
}
.l-about__left {
  float: none;
  width: 100%;
}
.l-about__left h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 30px 0;
}
.l-about .photo {
  float: none;
  width: 100%;
}
.l-about .photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/*--------------------------------------------------------------------------
	会社概要
--------------------------------------------------------------------------*/
.l-company__wrapper {
  background-color: #EDF6EC;
}
.l-company {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
.l-company h2 {
  position: relative;
  left: 15%;
  display: flex;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0 10px 0;
}
.l-company .en {
  font-size: 1.8rem;
  display: block;
  color: #e37317;
  font-style: italic;
}
.l-company .jp {
  font-size: 1rem;
  display: block;
  padding-top: 16px;
  padding-left: 15px;
  color: #292929;
}
.l-company__center {
  width: 100%;
  margin: 0 auto;
}
.l-company__center h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 30px 0;
  text-align: center;
}
.l-company__center_link {
  margin: 40px auto;
}
/*--------------------------------------------------------------------------
	お問い合わせ
--------------------------------------------------------------------------*/
.l-contact {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.l-contact h2 {
  display: flex;
  margin: 0 auto;
  padding: 0px 0 30px 0;
}
.l-contact .en {
  font-size: 2.4rem;
  display: block;
  color: #6daa76;
  font-style: italic;
}
.l-contact .jp {
  font-size: 1rem;
  display: block;
  padding-top: 30px;
  padding-left: 15px;
  color: #292929;
}
.l-contact__left {
  float: none;
  width: 100%;
}
.l-contact__left h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 30px 0;
}
.l-contact__right_link {
  float: none;
  margin: 30px 0 0 0;
}
.link-view_more {
  border: 3px solid #ee760e;
  border-radius: 100px;
  display: block;
  width: 200px;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #FFF;
  color: #ee760e;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;
  font-weight: 800;
  font-size: 1rem;
}
.link-view_more:hover {
  border: 3px solid #ee760e;
  border-radius: 100px;
  display: block;
  width: 200px;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #FFBA80;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;
  font-weight: 800;
  font-size: 1rem;
}
.link-view_more2 {
  border: 3px solid #ee760e;
  border-radius: 100px;
  display: block;
  width: 200px;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #ee760e;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;
  font-weight: 800;
  font-size: 1rem;
}
.link-view_more2:hover {
  border: 3px solid #ee760e;
  border-radius: 100px;
  display: block;
  width: 200px;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #FFBA80;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;
  font-weight: 800;
  font-size: 1rem;
}
.link-view_more3 {
  border: 3px solid #ee760e;
  border-radius: 100px;
  display: block;
  width: 100%;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #ee760e;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;
  font-weight: 800;
  font-size: 1rem;
}
.link-view_more3:hover {
  border: 3px solid #ee760e;
  border-radius: 100px;
  display: block;
  width: 100%;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #FFBA80;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;
  font-weight: 800;
  font-size: 1rem;
}
.slider-wrapper {
  width: 100%;
  background-color: #EDF6EC;
  padding: 50px 0 50px 0;
  margin-top: 100px;
}
.slider-inner {
  text-align: center;
}
.slider-inner h2 {}
.swiper-container {
  margin-top: 50px;
  width: 100%;
  position: relative; /* ボタンのズレ解消 */
}
.swiper-wrapper {
  /* サイズ調整 */
  width: 100%;
  height: auto;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  background-color: #dfe7fd;
}
.fa {
  font-size: 1.4rem;
}
.fb {
  font-size: 1.1rem;
}
.marker {
  /* background:linear-gradient(transparent 85%, rgba(255, 216, 0) 85%);*/
  background: linear-gradient(to right, #ffff00 0%, #ee760e 85%);
  background-position: left bottom;
  display: inline;
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 20%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 0s;
}
/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 20%;
}
.footer-wrapper {
  background-image: url(../images/bg-footer.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.footer-inner {
  width: 100%;
  margin: 80px auto 0 auto;
  border-top: 1px solid #c6c6c6;
  padding: 30px 0 150px 0;
}
.footer-inner__content {
  width: 100%;
  margin: 0 auto;
}
.logo_address {
  width: 80%;
  float: none;
  padding: 30px 0;
  margin: 0 auto;
}
.logo_address .logo {
  width: 70%;
  margin: 0 auto 30px auto;
}
.logo_address .address {
  width: 100%;
  text-align: center;
}
.f-nav_01 {
  float: none;
  width: 70%;
  padding: 0px 0 0 0;
  margin: 0 auto;
}
.f-nav_02 {
  float: none;
  width: 70%;
  padding: 0px 0;
  margin: 0 auto;
}
.f-nav_01 ul li a:hover {
  color: #6daa76;
}
.f-nav_02 ul li a:hover {
  color: #6daa76;
}
.copyright {
  text-align: center;
  color: #FFF;
  font-size: 0.7rem;
}