@charset "UTF-8";
.product-contents__sentence, .top-greeting__sentence {
  text-align: center;
}

/* ===========================================
*  
*  default styles
* 
* ======================================== */
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #1b1b1b;
  min-width: 1280px;
  margin: 0 auto;
  position: relative;
}

/* ===========================================
*
* common-styles
*
* ======================================== */
/* 
margin クラス
-------------------------*/
.mt-min {
  margin-top: 10px;
}

.mt-smr {
  margin-top: 20px;
}

.mt-sm {
  margin-top: 30px;
}

.mt-nm {
  margin-top: 40px;
}

.mt-rg {
  margin-top: 50px;
}

.mt-md {
  margin-top: 60px;
}

.mt-lg {
  margin-top: 70px;
}

.mt-lgr {
  margin-top: 80px;
}

.mb-min {
  margin-bottom: 10px;
}

.mb-smr {
  margin-bottom: 20px;
}

.mb-sm {
  margin-bottom: 30px;
}

.mb-nm {
  margin-bottom: 40px;
}

.mb-rg {
  margin-bottom: 50px;
}

.mb-md {
  margin-bottom: 60px;
}

.mb-lg {
  margin-bottom: 70px;
}

.mb-lgr {
  margin-bottom: 80px;
}

/* 
pc時に非表示
-------------------------*/
.pc-none {
  display: none !important;
}

.logo {
  width: 300px;
}

/* 
tel style
-------------------------*/
a[href^="tel:"] {
  pointer-events: none;
}

.tel {
  letter-spacing: 0.09em;
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
}
.tel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.tel-replace--right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tel__replace {
  height: 12px;
}
.tel-replace--bottom {
  padding-bottom: 20px;
}
.tel-replace--bottom::after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/tel_text.svg) no-repeat bottom center/auto 100%;
}
.tel-btn {
  padding: 0.7142857143em 15px;
  border-radius: 10px;
  background-color: #63d549;
  color: #fff;
}
.tel--white {
  position: relative;
  padding-left: 1.2571428571em;
}
.tel--white::before {
  content: "";
  width: 1.0857142857em;
  height: 1.0857142857em;
  background: url(../img/icon_tel_white.png) no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*
 snsクラス
-------------------------*/
.sns {
  display: flex;
  align-items: center;
  gap: 34px;
}
.sns__icon {
  width: 40px;
}
.sns__icon img {
  width: 100%;
}

/* 
imgタイトル
-------------------------*/
/* SP時は高さを個別で指定する必要があります */
.ttl-img--center img {
  margin: 0 auto;
}

.ttl-img--left img {
  margin-right: auto;
}

.ttl-img--right img {
  margin-left: auto;
}

/* 
title style
-------------------------*/
.cmn-ttl {
  font-size: 50px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}
.cmn-ttl__main {
  font-size: 1em;
  letter-spacing: 0.1em;
}
.cmn-ttl__sub {
  line-height: 1;
  font-size: 0.5em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.cmn-sub-ttl {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
}
.cmn-sub-ttl__main {
  display: inline;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 35.7%;
  background-image: linear-gradient(-60deg, rgb(216, 253, 137), rgb(172, 249, 134));
  background-image: -ms-linear-gradient(-60deg, rgb(216, 253, 137) 0%, rgb(172, 249, 134) 100%);
  padding: 0 8px;
}

.cmn-border-ttl {
  border-block: 1px dashed #9bb6a8;
  padding: 0.597826087em 1em;
  text-align: center;
  color: #377d58;
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

/* 
文章テキスト スタイル
-------------------------*/
.cmn-sentence {
  line-height: 1.944;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.cmn-sentence p::before, .cmn-sentence p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cmn-sentence p::before {
  margin-top: calc((1 - 1.944) * 0.5em);
}
.cmn-sentence p::after {
  margin-bottom: calc((1 - 1.944) * 0.5em);
}
.cmn-sentence p:not(:last-child) {
  margin-bottom: 1.944em;
}

/* 
画像
-------------------------*/
.cmn-img > img {
  width: 100%;
}

/* 
共通padding
-------------------------*/
.cmn-pd {
  padding: 100px 0;
}

/* 
inner クラス
-------------------------*/
.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.wide-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

/* 
カラムスタイル
-------------------------*/
.col-container-2-1 {
  /* PC2列　SP1列 */
  gap: 40px 40px;
}
.col-container-2-1 > .col-item {
  width: 520px;
}

.col-container-2-2 {
  /* PC2列　SP2列 */
  gap: 40px 40px;
}
.col-container-2-2 > .col-item {
  width: 520px;
}

.col-container-3-2 {
  /* PC3列　SP2列 */
  gap: 40px 30px;
}
.col-container-3-2 > .col-item {
  width: 340px;
}

.col-container-4-2 {
  /* PC4列　SP2列 */
  gap: 30px 20px;
}
.col-container-4-2 > .column-item {
  width: 250px;
}

table .replace-txt {
  height: 12px;
  margin-left: 0px;
  display: inline-block;
}

.main-table {
  font-size: 18px;
  letter-spacing: 0.15em;
  border: 1px solid #a9eb9a;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  width: 100%;
}
.main-table tbody {
  display: block;
  width: 100%;
}
.main-table tr {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.main-table tr:not(:first-child) th {
  border-top: 1px solid #fff;
}
.main-table tr:not(:first-child) td {
  border-top: 1px solid #a9eb9a;
}
.main-table th,
.main-table td {
  padding-block: 1.4722222222em;
  display: flex;
  align-items: center;
}
.main-table th {
  background-color: #a9eb9a;
  font-weight: 500;
  text-align: center;
  padding-inline: 2.2777777778em;
  width: 350px;
}
.main-table td {
  width: calc(100% - 350px);
  background: #fff;
  padding-inline: 4.1666666667em;
}
.main-table .replace-txt {
  margin-left: 1em;
}

.sub-table {
  font-size: 18px;
}
.sub-table th {
  font-weight: 500;
  color: #47a318;
  width: 125px;
  padding-right: 1em;
}
.sub-table th,
.sub-table td {
  vertical-align: middle;
  padding-block: 1.0555555556em;
}
.sub-table td {
  width: calc(100% - 125px);
}

/*------------------------------
*
* cmn-btn style
*
------------------------------*/
.cmn-btn {
  display: block;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.cmn-btn--primary {
  background-color: #63d549;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s;
}
.cmn-btn--primary:hover {
  opacity: 1;
  background-color: #377d58;
}
.cmn-btn--sub {
  border: 3px solid #63d549;
  background-color: #fff;
  color: #63d549;
  border-radius: 10px;
  transition: 0.3s;
}
.cmn-btn--sub:hover {
  opacity: 1;
  background-color: #63d549;
  color: #fff;
}
.cmn-btn--rg {
  max-width: 210px;
  width: 100%;
  padding: 1.0625em 1em;
}
.cmn-btn--md {
  padding: 1.3055555556em 1em;
  width: 300px;
}
.cmn-btn--lg {
  max-width: 500px;
  padding: 1.4565217391em 1em;
  font-size: 23px;
  width: 100%;
}
.cmn-btn-arrow {
  position: relative;
}
.cmn-btn-arrow::after {
  content: "";
  transition: 0.3s;
  position: absolute;
  width: 11px;
  height: 16px;
  top: 50%;
  right: 21px;
  transform: translate(0, -50%);
}
.cmn-btn-arrow:hover::after {
  transform: translate(50%, -50%);
}
.cmn-btn-arrow--white::after {
  background: url(../img/btn_arrow_white.png) no-repeat center/contain;
}
.cmn-btn-contact {
  width: 270px;
  padding: 1.1666666667em 1em;
}
.cmn-btn-contact > span {
  padding-left: 2.1111111111em;
  position: relative;
}
.cmn-btn-contact > span::after {
  content: "";
  transition: 0.3s;
  position: absolute;
  width: 1.4444444444em;
  height: 1.1666666667em;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url(../img/icon_mail_main.png) no-repeat center/contain;
  transition: 0.3s;
}
.cmn-btn-contact:hover > span::after {
  background: url(../img/icon_mail_white.png) no-repeat center/contain;
}
.cmn-btn--center {
  margin: 0 auto;
}
.cmn-btn--left {
  margin-right: auto;
}
.cmn-btn--right {
  margin-left: auto;
}

/*------------------------------
*
* pagenation style
*
------------------------------*/
.pagenation {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pagenation li {
  width: 3em;
  height: 3em;
  display: block;
  font-size: 1em;
  line-height: 3em;
  text-align: center;
  margin: 0 6px;
  color: #b3b3b3;
  background: #eeeeee;
  transition: 0.3s;
}
.pagenation li:has(a):hover {
  background-color: #63d549;
  color: #ffffff;
  opacity: 1;
}
.pagenation li a:hover {
  opacity: 1;
}
.pagenation .current {
  background-color: #63d549;
  color: #ffffff;
  font-weight: 700;
}

/*------------------------------
*
* breadclumb style
*
------------------------------*/
.wrapper {
  position: relative;
}

.bread-clumb {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
.bread-clumb__list {
  display: flex;
  width: 100%;
  letter-spacing: 0.1em;
  font-weight: 400;
  overflow: hidden;
  font-size: 14px;
  padding: 40px 0 0;
}
.bread-clumb__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.bread-clumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 1em;
  color: #1b1b1b;
}
.bread-clumb__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.bread-clumb__link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  color: #1b1b1b;
}

/*------------------------------
*
* prev next style
*
------------------------------*/
.prev-next__area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.2;
  font-size: 16px;
  margin: 80px auto 0;
}
.prev-next__item.prev, .prev-next__item.next {
  width: 8em;
}
.prev-next__item:not(:last-child) {
  margin-right: 2em;
}
.prev-next__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.prev-next__link:hover {
  background-color: #63d549;
  color: #fff;
  opacity: 1;
}
.prev-next__link.prev, .prev-next__link.next {
  width: 100%;
  height: 3em;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  border: 1px solid #63d549;
  text-align: center;
}
.prev-next__link.back {
  border: 1px solid #63d549;
  text-align: center;
  padding: 0.75em 1.5em;
  border-radius: 3em;
  justify-content: center;
}
.prev-next__link.prev, .prev-next__link.next, .prev-next__link.back {
  transition: all 0.3s;
}

/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}
.header__inner {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
  width: 97%;
}
.header__description {
  color: #9e9e9e;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 400;
}
.header__left {
  align-items: flex-start;
  max-width: 500px;
}
.header-info {
  align-items: center;
  justify-content: flex-end;
}
.header-info__tel {
  font-size: 29px;
  margin-right: 40px;
}
.header-info__tel .tel-btn {
  padding: 0.5833333333em 10px;
  text-align: center;
}
.header-info__sns {
  padding-bottom: 21px;
}
.header-nav {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 30px;
}
.header-nav__list {
  justify-content: flex-end;
  align-items: center;
}
.header-nav__item {
  position: relative;
}
.header-nav__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #a49d98;
}
.header-nav__item:last-child .header-nav__link {
  padding-right: 0;
}
.header-nav__item:first-child .header-nav__link {
  padding-left: 0;
}
.header-nav__link {
  position: relative;
  text-align: center;
  transition: all 0.3s;
  color: #2e2e2e;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 0 2.2222222222em;
}
.header-nav__link:hover {
  color: #63d549;
  opacity: 1;
}
.header-nav__link.current {
  color: #63d549;
}
@media screen and (max-width: 1360px) {
  .header-nav__link {
    padding: 0 1.8em;
  }
}
/* ===========================================
*
* main style  top page
*
* ======================================== */
/*------------------------------
*
* main visual
*
------------------------------*/
.main-visual {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 197px;
  height: 947px;
  box-sizing: border-box;
}
.main-visual::before, .main-visual::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
}
.main-visual::before {
  background: url(../img/top/mv_bg01.png) no-repeat center/cover;
  width: 36.4583333333%;
  height: 670px;
  top: 0;
}
.main-visual::after {
  background: url(../img/top/mv_bg02.png) no-repeat center/cover;
  bottom: 0;
  width: 11.9791666667%;
  height: 120px;
}
.main-visual__img {
  height: 750px;
  border-radius: 15px 0 0 0;
  position: absolute;
  width: calc(930px + 50% - 540px);
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-visual__catch {
  position: absolute;
  width: 650px;
  bottom: 130px;
  left: max(5%, 50% - 700px);
  z-index: 20;
}

/*------------------------------
*
* top-greeting　section
*
------------------------------*/
.top-greeting {
  background: url(../img/top/greeting_bg.jpg) no-repeat top center/max(1920px, 100%);
  padding: 156px 0 80px;
}
.top-greeting__ttl {
  font-size: 53px;
  font-weight: 700;
  line-height: 2.0754716981em;
  text-align: center;
  margin-bottom: 54px;
}
.top-greeting__ttl .small {
  font-size: 0.8490566038em;
  font-weight: 500;
}
.top-greeting__ttl mark {
  padding: 7px 0.5em;
}
.top-greeting__movie {
  width: 960px;
  height: 500px;
  margin: 46px auto 0;
  background-color: #ccc;
  position: relative;
  z-index: 1;
}
.top-greeting__movie > iframe,
.top-greeting__movie > video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

/*------------------------------
*
* bactakleen
*
------------------------------*/
.bactakleen__container {
  position: relative;
}
.bactakleen__ttl-wrap {
  padding: 54px 0;
  position: relative;
  z-index: 1;
}
.bactakleen__ttl-wrap::before {
  content: "";
  width: calc(658px + 50vw - 540px);
  min-width: 773px;
  height: 100%;
  background: url(../img/top/bactakleen_ttl_bg.png) no-repeat right center/auto 100%;
  position: absolute;
  top: 50%;
  right: -89px;
  z-index: -1;
  transform: translate(0%, -50%);
}
.bactakleen__img {
  position: absolute;
  top: 40px;
  right: 0;
  transform: translateX(60px);
}
.bactakleen__btn {
  margin-top: 160px;
}

@media screen and (max-width: 1440px) {
  .bactakleen__img {
    transform: translateX(-20px);
  }
}
/*------------------------------
*
* top-service
*
------------------------------*/
.top-service {
  padding-top: 110px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  background: url(../img/top/service_bg.jpg) no-repeat bottom center/max(1920px, 100%);
}
.top-service__container {
  gap: 80px;
  justify-content: center;
}
.top-service-item {
  padding: 66px 30px 70px;
  border-radius: 15px;
}
.top-service-item__ttl {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 43px;
  text-align: center;
}
.top-service-item__ttl .small {
  font-size: 0.9em;
}
.top-service-item__content {
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1.65;
  padding: 13px 0;
  width: 100%;
  border-block: 1px solid #fff;
  margin-bottom: 27px;
}
.top-service-item.individual {
  background: url(../img/top/service_bg01.jpg) no-repeat top center/cover;
}
.top-service-item.corporate {
  background: url(../img/top/service_bg02.jpg) no-repeat top center/cover;
}
.top-service__area {
  padding: 13px 30px 15px;
  border-radius: 10px;
}
.top-service__area__ttl {
  font-size: 18px;
}
.top-service__area__main {
  font-size: 23px;
}
.top-service__area__txt {
  font-size: 14px;
  color: #897e77;
}

/*------------------------------
*
* contact
*
------------------------------*/
.contact {
  background: url(../img/pattern_stripe01.jpg) repeat center/auto;
}
.contact__ttl {
  margin-bottom: 25px;
}
.contact__container {
  margin: 0 auto;
  width: 820px;
  border-radius: 15px;
  background-color: #fff;
  padding: 56px 35px;
  justify-content: space-between;
  align-items: center;
}
.contact__right {
  width: 360px;
  border-left: 1px solid #b4b4b4;
}
.contact__tel {
  gap: 24px;
}
.contact__sns {
  gap: 32px;
  margin-top: 20px;
}
.contact__sns__icon {
  width: 37px;
}
.contact__sentence {
  margin-bottom: 48px;
}

.top-contact {
  padding-top: 200px;
  background: url(../img/top/top_contact_t.png) no-repeat top center/max(1920px, 100%), url(../img/pattern_stripe01.jpg) repeat center/auto;
}

.contact-page .contact {
  padding-top: 118px 0 133px;
}
.contact-page .contact .contact__ttl {
  margin-bottom: 62px;
}
.contact-page .contact .contact__container {
  width: 100%;
  align-items: stretch;
  justify-content: flex-end;
}
.contact-page .contact .contact__sns {
  gap: 32px;
  margin-top: 0;
  margin-left: 53px;
}
.contact-page .contact .contact__sns__icon {
  width: 50px;
}
.contact-page .contact .contact__sentence {
  text-align: center;
}
.contact-page .contact .tel-wrap {
  margin-right: 48px;
}
.contact-page .contact .contact__right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}

/*------------------------------
*
* top-info
*
------------------------------*/
.top-info {
  background: url(../img/top/company_bg.png) no-repeat left center/contain;
}
.top-info__ttl {
  margin-bottom: 51px;
}
.top-info__container {
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.top-info__img {
  width: 510px;
}
.top-info__left {
  width: 50%;
}
.top-info__btn {
  margin-top: 25px;
}

/*------------------------------
*
* top-recruit
*
------------------------------*/
.top-recruit {
  padding: 85px 0;
  background: url(../img/pattern_stripe01.jpg) repeat center/auto;
}
.top-recruit__container {
  padding: 60px 50px 47px;
  background: url(../img/top/bnr_bg.png) no-repeat right center/auto, #fff;
  border-radius: 10px;
  border: 3px solid #ebef92;
}
.top-recruit__ttl {
  margin-bottom: 23px;
}
.top-recruit__content {
  font-size: 22px;
  letter-spacing: 0.05em;
}
.top-recruit__content .big {
  font-size: 1.2727272727em;
}

/*------------------------------
*
* top-news
*
------------------------------*/
.top-news {
  padding: 180px 0;
  background: url(../img/top/news_line.png) no-repeat right center/auto;
}
.top-news__ttl {
  margin-bottom: 108px;
}
.top-news__left {
  width: 365px;
  border-right: 1px solid #63d549;
  padding-right: 65px;
  box-sizing: border-box;
}
.top-news .cmn-post {
  width: 647px;
}

/* ===========================================
*
* under page  
*
* ======================================== */
/*------------------------------
*
* main style sub visual
*
------------------------------*/
.sub-visual {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 197px;
  height: 670px;
  box-sizing: border-box;
}
.sub-visual::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../img/sv_bg01.jpg) no-repeat center/cover;
  width: 36.4583333333%;
  height: 100%;
}
.sub-visual__img {
  height: 473px;
  border-radius: 15px 0 0 0;
  position: absolute;
  width: calc(930px + 50% - 540px);
  bottom: 0;
  right: 0;
}
.sub-visual__catch {
  position: absolute;
  min-width: 650px;
  bottom: 114px;
  left: max(5%, 50% - 700px);
  z-index: 20;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.6166666667em 1em;
  text-align: center;
  color: #377d58;
  background: url(../img/sv_catch_bg.png) no-repeat top center/contain;
}

/* ===========================================
*
* main style strength-page
*
* ======================================== */
/*------------------------------
*
* about
*
------------------------------*/
.about {
  padding: 130px 0 149px;
}
.about__ttl {
  margin-bottom: 56px;
}
.about__container {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.about__sentence {
  text-align: center;
  margin-bottom: 100px;
}
.about__movie {
  width: 470px;
  height: 360px;
  position: relative;
  z-index: 1;
  background-color: #ccc;
}
.about__movie > iframe, .about__movie > video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

/*------------------------------
*
* promise
*
------------------------------*/
.promise {
  padding: 142px 0 157px;
}
.promise__container {
  justify-content: center;
  gap: 97px 87px;
}
.promise-item {
  width: 300px;
}
.promise-item__box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  font-size: 26px;
  letter-spacing: 0.1em;
  padding-top: 7.1923076923em;
}
.promise-item__num {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
}
.promise-item:nth-child(1) .promise-item__box {
  background: url(../img/strength/promise_item_bg01.png) no-repeat top center/contain;
}
.promise-item:nth-child(2) .promise-item__box {
  background: url(../img/strength/promise_item_bg02.png) no-repeat top center/contain;
}
.promise-item:nth-child(3) .promise-item__box {
  background: url(../img/strength/promise_item_bg03.png) no-repeat top center/contain;
}
.promise-item:nth-child(4) .promise-item__box {
  background: url(../img/strength/promise_item_bg04.png) no-repeat top center/contain;
}
.promise-item:nth-child(5) .promise-item__box {
  background: url(../img/strength/promise_item_bg05.png) no-repeat top center/contain;
}
.promise-item__catch {
  line-height: 1.2307692308em;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promise-item__content {
  margin-top: 24px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.8333;
}
.promise-item__content p::before, .promise-item__content p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.promise-item__content p::before {
  margin-top: calc((1 - 1.8333) * 0.5em);
}
.promise-item__content p::after {
  margin-bottom: calc((1 - 1.8333) * 0.5em);
}

/*------------------------------
*
* product
*
------------------------------*/
.product {
  padding: 122px 0 140px;
}
.product__ttl {
  padding-bottom: 63px;
}
.product-contents {
  width: 100%;
}
.product-contents:not(:last-child) {
  margin-bottom: 110px;
}
.product-contents__ttl {
  margin-bottom: 45px;
}
.product-contents__flex {
  justify-content: space-between;
  align-items: flex-start;
}
.product-contents__container {
  margin-top: 62px;
}
.product-contents__img {
  width: 500px;
  transform: translateX(18px);
}
.product-contents__left {
  line-height: 1.8333;
  width: 49%;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.product-contents__left p::before, .product-contents__left p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.product-contents__left p::before {
  margin-top: calc((1 - 1.8333) * 0.5em);
}
.product-contents__left p::after {
  margin-bottom: calc((1 - 1.8333) * 0.5em);
}
.product-contents__left p:not(:last-child) {
  margin-bottom: 1.833em;
}
.product-contents .service-item:not(:last-child) {
  margin-bottom: 80px;
}
.product-contents__dl {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.product-contents__dl__item {
  line-height: 1.667;
}
.product-contents__dl__item:not(:last-child) {
  padding-bottom: 23px;
  border-bottom: 1px solid #9bb6a8;
  margin-bottom: 28px;
}
.product-contents__dl__item dt {
  color: #377d58;
  font-weight: 500;
  width: 270px;
}
.product-contents__dl__item dd {
  width: calc(100% - 270px);
}
.product-contents__dl__item dd .note {
  font-size: 0.8333333333em;
  text-indent: -1em;
  padding-left: 1em;
  transform: translateX(-1em);
  display: block;
  line-height: 2;
}
.product-item {
  width: 100%;
}
.product-item:not(:last-child) {
  margin-bottom: 90px;
}
.product-item__ttl {
  margin-bottom: 40px;
}
.product-item__note {
  line-height: 1.278;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.product-item__note p {
  padding-left: 1.1666666667em;
  position: relative;
}
.product-item__note p::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background-color: #a9eb9a;
  border-radius: 50%;
  position: absolute;
  top: 0.639em;
  left: 0;
  transform: translateY(-50%);
}
.product-item__note p:not(:last-child) {
  margin-bottom: 0.75em;
}
.product-check-block {
  border-radius: 15px;
  padding: 41px 40px 40px 42px;
  width: 807px;
}
.product-note {
  border-radius: 10px;
  padding: 28px 40px 28px 58px;
  width: 1015px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.product-note__item {
  padding-left: 1.1666666667em;
  position: relative;
}
.product-note__item::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background-color: #a9eb9a;
  border-radius: 50%;
  position: absolute;
  top: 0.639em;
  left: 0;
  transform: translateY(-50%);
}
.product-note__item:not(:last-child) {
  margin-bottom: 12px;
}

.check-list {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1.6;
}
.check-list__item {
  padding-left: 2.1em;
  position: relative;
  z-index: 1;
}
.check-list__item::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  background: url(../img/check_mark.png) no-repeat top center/contain;
  transform: translateY(-50%);
}
.check-list__item:not(:last-child) {
  margin-bottom: 1.25em;
}

/* ===========================================
*
* main style individual_customer page
* main style corporate_customer page
*
* ======================================== */
/*------------------------------
*
* area
*
------------------------------*/
.area {
  padding: 130px 0 82px;
}
.area__sentence {
  font-size: 23px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.area__sentence .big {
  font-size: 1.5217391304em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.area__sentence__flex {
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 18px;
}
.area__sentence .strong-txt {
  font-size: 1.7391304348em;
  letter-spacing: 0.1em;
  font-weight: 700;
  min-width: 5em;
  box-sizing: border-box;
  padding: 0.0375em 0.8em;
  background-color: #fff;
  border-radius: 5px;
  border: 2px dashed;
}
.area__sentence .strong-txt-first {
  border-color: #33ca7a;
  color: #33ca7a;
}
.area__sentence .strong-txt-second {
  border-color: #63d549;
  color: #63d549;
}
.area__sentence .strong-txt-third {
  border-color: #72fa52;
  color: #72fa52;
}

.area-individual .area__container {
  align-items: flex-start;
  gap: 28px;
  justify-content: flex-start;
}
.area-individual .area__sentence {
  padding-top: 40px;
}
.area-individual .area__ttl {
  margin-bottom: 110px;
}

.area-corporate .area__sentence .strong-txt {
  font-size: 2em;
}
.area-corporate .area__sentence__flex {
  margin-bottom: 0px;
}
.area-corporate .area__container {
  align-items: center;
  padding-right: 100px;
  gap: 70px;
  justify-content: flex-end;
}
.area-corporate .area__ttl {
  margin-bottom: 0px;
}

/*------------------------------
*
* service
*
------------------------------*/
.service {
  padding: 115px 0 155px;
}
.service__ttl {
  margin-bottom: 60px;
}
.service__link {
  gap: 30px 40px;
  justify-content: center;
  margin-bottom: 106px;
}
.service__link__btn {
  width: 240px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 1.0869565217em;
  font-weight: 700;
}
.service__link__btn.small {
  font-size: 23px;
}
.service-contents {
  width: 100%;
}
.service-contents:not(:last-child) {
  margin-bottom: 110px;
}
.service-contents__ttl {
  margin-bottom: 34px;
}
.service-item {
  width: 100%;
}
.service-item:not(:last-child) {
  margin-bottom: 90px;
}
.service-item__ttl {
  margin-bottom: 40px;
}
.service-item__note {
  line-height: 1.278;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.service-item__note p {
  padding-left: 1.1666666667em;
  position: relative;
}
.service-item__note p::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background-color: #a9eb9a;
  border-radius: 50%;
  position: absolute;
  top: 0.639em;
  left: 0;
  transform: translateY(-50%);
}
.service-item__note p:not(:last-child) {
  margin-bottom: 0.75em;
}
.service-table-wrapper {
  width: 100%;
}
.service-table {
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.1em;
  border-radius: 10px;
  width: 100%;
}
.service-table:not(:last-child) {
  margin-bottom: 20px;
}
.service-table tbody,
.service-table thead {
  width: 100%;
  position: relative;
  z-index: 1;
}
.service-table tbody::after,
.service-table thead::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #a9eb9a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  box-sizing: border-box;
}
.service-table tr {
  width: 100%;
}
.service-table thead {
  background-color: #a9eb9a;
}
.service-table thead::after {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.service-table thead th:first-child {
  border-radius: 10px 0 0 0;
}
.service-table thead th:last-child {
  border-radius: 0 10px 0 0;
}
.service-table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.service-table tbody {
  background-color: #fff;
}
.service-table tbody::after {
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.service-table tbody tr:not(:first-child) th {
  border-top: 1px solid #a9eb9a;
}
.service-table tbody tr:not(:first-child) td {
  border-top: 1px solid #a9eb9a;
}
.service-table tbody tr:last-child th {
  border-radius: 0 0 0 10px;
}
.service-table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.service-table tbody th {
  border-right: 1px solid #a9eb9a;
}
.service-table tbody td:not(:last-child) {
  border-right: 1px solid #a9eb9a;
}
.service-table th,
.service-table td {
  line-height: 1.38;
  padding-block: 0.9766666667em;
  padding-inline: 0.5em;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  text-align: center;
}

.service-individual .service__link {
  gap: 31px 20px;
}
.service-individual .service__link__btn {
  width: 260px;
}
.service-individual .service__link.small {
  font-size: 22px;
}

/*------------------------------
*
* case
*
------------------------------*/
.case {
  padding: 125px 0 145px;
}
.case__container {
  justify-content: center;
  gap: 48px 42px;
}
.case__ttl {
  margin-bottom: 61px;
}
.case-item {
  width: 220px;
  height: 220px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-top: 6.0454545455em;
}
.case-item:nth-child(1) {
  background: url(../img/corporate_customer/case_item_bg01.png) no-repeat top center/contain;
}
.case-item:nth-child(2) {
  background: url(../img/corporate_customer/case_item_bg02.png) no-repeat top center/contain;
}
.case-item:nth-child(3) {
  background: url(../img/corporate_customer/case_item_bg03.png) no-repeat top center/contain;
}
.case-item:nth-child(4) {
  background: url(../img/corporate_customer/case_item_bg04.png) no-repeat top center/contain;
}
.case-item:nth-child(5) {
  background: url(../img/corporate_customer/case_item_bg05.png) no-repeat top center/contain;
}
.case-item:nth-child(6) {
  background: url(../img/corporate_customer/case_item_bg06.png) no-repeat top center/contain;
}
.case-item:nth-child(7) {
  background: url(../img/corporate_customer/case_item_bg07.png) no-repeat top center/contain;
}
.case-item__catch {
  line-height: 1.1818181818em;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===========================================
*
* main style company page
*
* ======================================== */
/*------------------------------
*
* greeting
*
------------------------------*/
.greeting {
  padding: 118px 0 147px;
  background: url(../img/pattern_stripe01.jpg) repeat center/auto;
}
.greeting__ttl {
  margin-bottom: 63px;
}
.greeting__box {
  background-color: rgba(255, 255, 255, 0.88);
  width: 480px;
  padding: 38px 24px 28px;
}
.greeting__container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.greeting__name {
  text-align: right;
  color: #377d58;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.05em;
  margin-top: 1em;
}

/*------------------------------
*
* info
*
------------------------------*/
.info {
  padding: 134px 0 80px;
}
.info__ttl {
  margin-bottom: 53px;
}

.company-page .googlemap {
  height: 380px;
}

/*------------------------------
*
* recruit-info
*
------------------------------*/
.recruit-info {
  background-color: #f1ffdb;
}
.recruit-info__ttl {
  margin-bottom: 63px;
}
.recruit-info__sub-ttl {
  margin-bottom: 46px;
}
.recruit-info__flex {
  justify-content: center;
  gap: 80px;
}
.recruit-info__block:not(:last-child) {
  margin-bottom: 100px;
}
.recruit-info-item {
  width: 300px;
  height: 300px;
  box-sizing: border-box;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 8.0869565217em;
}
.recruit-info-item:nth-child(1) {
  background: url(../img/company/recruit_info_bg01.png) no-repeat top center/contain;
}
.recruit-info-item:nth-child(2) {
  background: url(../img/company/recruit_info_bg02.png) no-repeat top center/contain;
}
.recruit-info-item:nth-child(3) {
  background: url(../img/company/recruit_info_bg03.png) no-repeat top center/contain;
}
.recruit-info__table:not(:last-child) {
  margin-bottom: 40px;
}

.page-link {
  padding: 118px 0 112px;
}
.page-link__container {
  gap: 60px;
}
.page-link-item {
  width: 320px;
  height: 250px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-link-item__img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.page-link-item__img > img {
  transition: 0.8s;
}
.page-link-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(55, 125, 88, 0.6);
  z-index: 3;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.4s;
}
.page-link-item__ttl {
  z-index: 10;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: 0.3s;
  font-size: 35px;
  width: 275px;
}
.page-link-item__ttl__main {
  padding: 0 20px;
  line-height: 1.6857142857em;
  font-size: 1em;
  border-bottom: 1px solid #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.page-link-item:hover {
  opacity: 1;
}
.page-link-item:hover .page-link-item__img > img {
  transform: scale(1.05);
}
.page-link-item:hover::before {
  background-color: rgba(55, 125, 88, 0.3);
  mix-blend-mode: multiply;
  opacity: 1;
}

/*------------------------------
* 
* news,blog
* 
------------------------------*/

.blog-post {
  width: 100%;
}
.blog-post-item {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #72fa52;
}
.blog-post-item:first-child {
  border-top: 1px solid #72fa52;
}
.blog-post__flex {
  justify-content: space-between;
}
.blog-post__head {
  width: 100%;
  margin-bottom: 14px;
}
.blog-post__left {
  width: calc(100% - 280px);
}
.blog-post__left.w-100 {
  width: 100%;
}
.blog-post__img {
  width: 240px;
  height: 160px;
}
.blog-post__tag-wrapper {
  width: calc(100% - 130px);
}
.blog-post__link {
  padding: 36px 0;
}
.blog-post__link:hover::after {
  transform: translate(50%, -50%);
}
.blog-post__date {
  line-height: 1;
  color: #377d58;
  letter-spacing: 0.1em;
}
.blog-post__title {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-post__content {
  margin-top: 12px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 15px;
}

.cmn-post {
  width: 100%;
}
.cmn-post-item {
  width: 100%;
  position: relative;
}
.cmn-post-item:not(:last-child) {
  margin-bottom: 43px;
}
.cmn-post__flex {
  margin-bottom: 9px;
}
.cmn-post__tag-wrapper {
  width: calc(100% - 115px);
}
.cmn-post__link:hover::after {
  transform: translate(50%, -50%);
}
.cmn-post__date {
  line-height: 1;
  font-size: 16px;
  color: #377d58;
  letter-spacing: 0.1em;
}
.cmn-post__ttl {
  line-height: 1.2;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

/*---------- detail ここから ----------*/
.tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  background-color: #f5f735;
  font-weight: 400;
  min-width: 70px;
  line-height: 1;
  padding: 0.3333333333em 8px;
  border-radius: 3px;
  text-align: center;

}
.tag-btn-wrapper {
  margin-bottom: 30px;
  gap: 10px;
}
.tag__btn {
  padding: 0.5em 1em;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  color: #b3b3b3;
  border-radius: 3em;
  display: inline-block;
  transition: all 0.3s;
}
.tag__btn:hover {
  color: #fff;
  background-color: #63d549;
  opacity: 1;
  border: 1px solid #63d549;
}
.tag__btn.current {
  color: #fff;
  background-color: #63d549;
  border: 1px solid #63d549;
}
.tag-wrapper {
  justify-content: flex-start;
  gap: 8px 10px;
}

.post-detail {
  position: relative;
  z-index: 5;
}
.post-detail__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.post-detail__date {
  order: 1;
  margin-bottom: 16px;
  line-height: 1;
}
.post-detail__tag-wrapper {
  order: 2;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 24px;
}
.post-detail__ttl {
  order: 3;
  width: 100%;
  font-size: 24px;
  border-left: 5px solid #63d549;
  font-weight: 700;
  padding-left: 0.75em;
  margin-bottom: 32px;
}
.post-detail__img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 32px;
}

/*------------------------------
* 
* sitemap
* 
------------------------------*/
.sitemap-list {
  max-width: 600px;
  margin: 0 auto;
}
.sitemap-list__item:not(:last-child) {
  margin-bottom: 5px;
}
.sitemap-list__link {
  font-size: 15px;
  width: 100%;
  padding: 0.8em 1em;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #63d549;
  transition: all 0.3s;
}
.sitemap-list__link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #63d549;
  border-right: 2px solid #63d549;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.sitemap-list__link:hover {
  color: #63d549;
}
.sitemap-list__link:hover::after {
  right: 1em;
}

/*------------------------------
* 
* privacy
* 
------------------------------*/
.privacy-ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 20px;
  border-left: 5px solid #63d549;
  padding-left: 0.75em;
}

.privacy-box {
  margin-bottom: 40px;
}

.privacy-box:last-child {
  margin-bottom: 0;
}

.floating {
  position: fixed;
  z-index: 101;
  right: 30px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floating-item {
  width: 150px;
}
.floating-item:not(:last-child) {
  margin-bottom: 40px;
}
.floating-item.pagetop {
  width: 55px;
}

/* ===========================================
*
* footer style
*
* ======================================== */
.footer {
  position: relative;
  background-image: linear-gradient(-60deg, rgb(216, 253, 137) 0%, rgb(172, 249, 134) 100%);
  background-image: -ms-linear-gradient(-60deg, rgb(216, 253, 137) 0%, rgb(172, 249, 134) 100%);
  overflow: hidden;
  padding-bottom: 18px;
}
.footer-inner {
  justify-content: space-between;
  padding-block: 50px 0;
}
.footer__logo {
  margin: 0 auto 62px;
}
.footer-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 43px;
}
.footer-nav::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  min-width: 1280px;
}
.footer-nav__list {
  justify-content: center;
  align-items: center;
  height: 80px;
  gap: 0 1.5em;
}
.footer-nav__link {
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.footer-nav__link:hover {
  opacity: 0.7;
}
.footer-info {
  align-items: center;
  width: 100%;
  font-size: 14px;
}
.footer-info__dl {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.footer-info__dl dt {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  background-color: #f5f735;
  font-weight: 400;
  min-width: 70px;
  line-height: 1;
  padding: 0.3333333333em 8px;
  text-align: center;
  border-radius: 3px;
}
.footer-info__dl__item {
  align-items: flex-start;
}
.footer-info__main {
  margin-top: 37px;
  gap: 22px;
  justify-self: center;
}
.footer-info .cmn-btn-contact {
  margin-bottom: 21px;
}
.footer-info__sns {
  padding-bottom: 21px;
}
.footer-info__tel {
  font-size: 29px;
}
.footer-info__tel .tel-btn {
  padding: 0.5833333333em 10px;
  text-align: center;
}
.footer__copy {
  margin-top: 26px;
  font-size: 14px;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #377d58;
}/*# sourceMappingURL=style.css.map */