@charset "UTF-8";
/*===================================
共通
===================================*/
body {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 1px;
}

.contents {
  width: 100%;
  margin: 0 auto;
  padding: 85px 20px 70px;
}

@media (min-width: 1081px) {
  .contents {
    width: 1100px;
  }
}

@media (max-width: 767px) {
  .contents {
    padding: 50px 20px;
  }
}

.col_green {
  background-color: #4CB27D;
}

.col_white {
  color: #fff;
}

li {
  list-style: none;
}

li a {
  text-decoration: none;
}

.ttl_Lv2 {
  font-size: 50px;
  line-height: 1;
}

@media (min-width: 1081px) {
  .ttl_Lv2 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .ttl_Lv2 {
    font-size: 25px;
  }
}

.ttl_Lv2 span {
  display: block;
  font-size: 18px;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .ttl_Lv2 span {
    font-size: 16px;
    padding-top: 5px;
  }
}

.pc {
  display: block;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

/*===================================
ヘッダー
===================================*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 45px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px #E6E6E6;
          box-shadow: 0px 5px 10px #E6E6E6;
  width: 100%;
  z-index: 999;
}

@media (min-width: 768px) and (max-width: 1081px) {
  .header {
    padding: 17px 20px;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 15px;
  }
}



.header_list {
  display: none;
}

@media (min-width: 1081px) {
  .header_list {
    font-weight: bold;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}

.header_list li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.header_list li:hover {
  opacity: 0.6;
}

/* メニューのスタイル */
.menu {
  position: fixed;
  top: 0;
  right: -100%;
  /* 初期状態では画面の外に隠れている */
  width: 100%;
  height: 100%;
  background-color: #4CB27D;
  color: #333;
  -webkit-transition: right 0.8s ease;
  transition: right 0.8s ease;
  /* スライドインのアニメーション */
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}

@media (min-width: 1081px) {
  .menu {
    display: none;
  }
}

.menu .sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu .sns_wrap li {
  border-bottom: none;
}

.menu .sns_wrap .instagram {
  margin-right: 20px;
}

/* メニューが開いているとき */
.menu.open {
  right: 0;
}

/* ボタンのスタイル */
.hamburger {
  position: fixed;
  top: 25px;
  right: 20px;
  width: 35px;
  cursor: pointer;
  z-index: 20;
}

@media (max-width: 767px) {
  .hamburger {
    top: 10px;
  }
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #009246;
  margin: 10px 0;
  -webkit-transition: 1s;
  transition: 1s;
}

/* バツ印に変化するスタイル */
.hamburger.active span {
  background-color: #fff;
}

.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(10px, 10px);
          transform: rotate(45deg) translate(10px, 10px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -9px);
          transform: rotate(-45deg) translate(7px, -9px);
}

/* メニューリストのスタイル */
.menu ul {
  list-style-type: none;
  padding: 0 40px;
  margin-top: 20vh;
}

.menu li {
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
}

.menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}

.menu li a .icon {
  margin: 0 auto;
}

/*===================================
メインビジュアル画像
===================================*/
/*===================================
ABOUT US
===================================*/
.about_box {
  margin-top: 40px;
}

@media (min-width: 1081px) {
  .about_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 55px;
  }
}

.about_box .about_img {
  margin-bottom: 25px;
}

@media (min-width: 1081px) {
  .about_box .about_img {
    margin-bottom: 0;
  }
}

.about_box .txt_wrap {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .about_box .txt_wrap {
    margin-bottom: 35px;
  }
}

.about_box .title {
  font-size: 27px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .about_box .title {
    font-size: 20px;
  }
}

.about_box .title span {
  font-size: 30px;
  color: #009246;
}

@media (max-width: 767px) {
  .about_box .title span {
    font-size: 25px;
  }
}

.about_box .text {
  font-size: 25px;
}

@media (max-width: 767px) {
  .about_box .text {
    font-size: 18px;
  }
}

/*===================================
SERVICE
===================================*/
.service_wrap {
  position: relative;
  height: calc(100vh * 5);
  /* item数で調整 */
}

.square_01__img {
  display: none;
}

@media (min-width: 1081px) {
  .square_01__img {
    position: absolute;
    top: 0;
    left: 45%;
    -webkit-transform: skew(-25deg, 0deg);
            transform: skew(-25deg, 0deg);
    width: 50%;
    z-index: -1;
  }
}

/* SERVICEセクション */
.service-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.service_txt {
  font-size: 25px;
  margin-top: 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .service_txt {
    font-size: 16px;
  }
}

.service-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 60px 20px 50px;
}

@media (min-width: 768px) and (max-width: 1081px) {
  .service-container {
    padding: 40px 20px 30px;
  }
}

@media (max-width: 767px) {
  .service-container {
    padding: 35px 20px 40px;
  }
}

.service-box {
  display: block;
}

@media (min-width: 1081px) {
  .service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.service-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 20px;
}

@media (max-width: 767px) {
  .service-list {
    padding: 10px 20px;
  }
}

.service-item {
  font-size: 24px;
  margin: 20px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 767px) {
  .service-item {
    font-size: 18px;
    margin: 10px 0;
  }
}

.service-item.active {
  color: #000;
  font-weight: bold;
}

.service-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1081px) {
  .service-image {
    padding: 20px;
  }
}

.service-image img {
  max-width: 100%;
  max-height: 70vh;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (min-width: 768px) and (max-width: 1081px) {
  .service-image img {
    height: 50vh;
  }
}

@media (max-width: 767px) {
  .service-image img {
    height: 50vh;
  }
}

body.locked {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/*===================================
TOP MESSAGE
===================================*/
.message-section {
  margin-top: 40px;
  display: block;
}

@media (min-width: 1081px) {
  .message-section {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .message-section {
    margin-top: 0;
  }
}

.message-section .message_box {
  width: 100%;
}

@media (min-width: 1081px) {
  .message-section .message_box {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .message-section .message_box {
    margin-top: 40px;
  }
}

.message-section .message_txt__box {
  width: 100%;
  margin-top: 25px;
}

@media (min-width: 1081px) {
  .message-section .message_txt__box {
    margin-top: 0;
    width: 42%;
  }
}

.message-section .message_txt__box .message_strong {
  font-size: 18px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .message-section .message_txt__box .message_strong {
    font-size: 16px;
  }
}

.message-section .message_txt__box .message_strong span {
  border-bottom: solid 2px #009246;
}

.message-section .message_txt__box .message_txt {
  margin-top: 25px;
  line-height: 2;
  letter-spacing: -1px;
}

/*===================================
ボタン
===================================*/
.button {
  width: 420px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .button {
    width: 330px;
  }
}

.button_link {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  -webkit-transition: .5s;
  transition: .5s;
}

.button-text {
  font-size: 18px;
}

@media (max-width: 767px) {
  .button-text {
    font-size: 16px;
  }
}

.bg_extend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px;
  border-radius: 45px;
  border: solid 1px #009246;
  background-color: #009246;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 55px;
}

@media (min-width: 1081px) {
  .bg_extend {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .bg_extend {
    padding: 25px;
  }
}

.bg_extend::after {
  content: "";
  display: block;
  background-image: url("../img/home/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  /* 適宜調整 */
  -webkit-transition: 1.3s;
  transition: 1.3s;
  opacity: 1;
}

@media (max-width: 767px) {
  .bg_extend::after {
    width: 25px;
    height: 25px;
  }
}

.bg_extend::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.bg_extend:hover {
  color: #009246;
}

.bg_extend:hover::before {
  left: 0;
}

.bg_extend:hover::after {
  background-image: url("../img/home/arrow_hover.svg");
  opacity: 1;
  /* フェードアウト */
}

/*===================================
お問い合わせ
===================================*/
.contact_wrap {
  position: relative;
  overflow: hidden;
}

.contact_box {
  display: block;
}

@media (min-width: 1081px) {
  .contact_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 125px 0 100px;
  }
}

@media (min-width: 768px) and (max-width: 1081px) {
  .contact_box {
    padding: 35px 20px 55px;
  }
}

@media (max-width: 767px) {
  .contact_box {
    padding: 25px 20px 40px;
  }
}

.square_02__img {
  position: absolute;
  top: 0;
  right: -70%;
  -webkit-transform: skew(-25deg, 0deg);
          transform: skew(-25deg, 0deg);
  height: 350px;
}

@media (min-width: 1081px) {
  .square_02__img {
    right: -20%;
  }
}

.contact_txt {
  font-size: 20px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contact_txt {
    font-size: 16px;
    margin: 15px 0 30px;
  }
}

/*===================================
フッター
===================================*/
.footer .footer_box {
  border-bottom: solid 1px #000;
}

.footer .footer_wrap {
  font-weight: bold;
  max-width: 1100px;
  margin: 0 auto;
  padding: 35px 20px 30px;
}

@media (min-width: 1081px) {
  .footer .footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer .footer_wrap dl {
  line-height: 1.8;
}

.footer .footer_wrap dl dt {
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767px) {
  .footer .footer_wrap dl dt {
    font-size: 16px;
  }
}

.footer .footer_wrap dl dd {
  font-size: 14px;
}

.footer .footer_wrap .sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer_wrap .sns_wrap .instagram {
  margin-right: 20px;
}

.footer .footer_wrap .list_box {
  padding-top: 15px;
}

@media (min-width: 1081px) {
  .footer .footer_wrap .list_box {
    padding-top: 0;
  }
}

.footer .footer_wrap .list_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .footer .footer_wrap .list_box ul {
    display: block;
    padding-top: 15px;
  }
}

.footer .footer_wrap .list_box ul li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .footer .footer_wrap .list_box ul li {
    padding-top: 10px;
    font-size: 14px;
  }
}

.footer .footer_wrap .list_box ul li:hover {
  opacity: 0.7;
}

.footer .copyright {
  padding: 10px 0;
  text-align: center;
}

.footer .copyright p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer .copyright p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=common.css.map */