@charset "UTF-8";
/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  mv
------------------------------------*/
/*----------------------------------
  abstract
------------------------------------*/
.abstract {
  margin: 0 auto;
  margin-top: 120px;
}

.abstract_flexcontainer {
  width: 750px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 56px;
}

.abstract_pic {
  width: 270px;
}

.abstract_text {
  width: 400px;
}

@media (max-width: 768px) {
  .abstract {
    margin: 0 auto;
    margin-top: 120px;
  }
  .abstract_flexcontainer {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 32px;
  }
  .abstract_pic {
    width: 270px;
    margin: 0 auto;
  }
  .abstract_text {
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
  }
}

/*----------------------------------
  feature
------------------------------------*/
.feature {
  margin: 0 auto;
  margin-top: 140px;
  width: 1120px;
}

.feature_flexcontainer {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}

.feature_item01, .feature_item02, .feature_item03 {
  position: relative;
  display: block;
  width: 360px;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(3, 44, 25, 0.08);
  text-align: center;
  padding-bottom: 64px;
  transition: 0.2s;
}

.feature_item01 h4, .feature_item02 h4, .feature_item03 h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.8px;
  margin: 0 auto;
  margin-top: 28px;
  border-bottom: 1px solid #000;
}

.feature_item01 h3, .feature_item02 h3, .feature_item03 h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 1.8px;
  margin-top: 20px;
}

.feature_item01 p, .feature_item02 p, .feature_item03 p {
  font-size: 14px;
  letter-spacing: 1.8px;
  line-height: 24px;
  padding: 0 24px;
  margin-top: 36px;
}

.feature_item01:after, .feature_item02:after, .feature_item03:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #12693F;
  position: absolute;
  bottom: 24px;
  transform: rotate(90deg);
}

.feature_item01:hover, .feature_item02:hover, .feature_item03:hover {
  box-shadow: 0px 0px 0px rgba(3, 44, 25, 0.08);
}

@media (max-width: 768px) {
  .feature {
    margin: 0 auto;
    margin-top: 140px;
    width: 90%;
  }
  .feature_flexcontainer {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .feature_item01, .feature_item02, .feature_item03 {
    position: relative;
    display: block;
    width: calc(95% / 3);
    background-color: #fff;
    box-shadow: 0px 3px 20px rgba(3, 44, 25, 0.08);
    text-align: center;
    padding-bottom: 64px;
    transition: 0.2s;
  }
  .feature_item01 h3, .feature_item02 h3, .feature_item03 h3 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.8px;
    margin-top: 20px;
  }
  .feature_item01:after, .feature_item02:after, .feature_item03:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #12693F;
    position: absolute;
    bottom: 24px;
    right: calc(50% - 4px);
    transform: rotate(90deg);
  }
}

/*----------------------------------
  soshiki
------------------------------------*/
.soshiki {
  margin-top: -100px;
  padding-top: 100px;
  margin: 0 auto;
  margin-top: 140px;
  width: 1120px;
}

.soshiki_title {
  background-image: url(../../../img/bg_service_title.png);
  background-size: contain;
  width: 1122px;
  height: 171px;
}

.soshiki_title h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.8px;
  margin: 0 auto;
  padding-top: 44px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.soshiki_title h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 1.8px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.soshiki_info_flexcontainer {
  width: 920px;
  display: flex;
  margin: 0 auto;
  margin-top: 48px;
}

.soshiki_info_pic {
  width: 460px;
  padding: 0 35px;
}

.soshiki_info_text {
  width: 460px;
  padding: 0 30px;
}

.soshiki_voice {
  width: 920px;
  margin: 0 auto;
  text-align: center;
  margin-top: 64px;
  padding-top: 64px;
  background-color: #f5f5f5;
  padding-bottom: 48px;
}

.soshiki_voice_itemlist {
  background-color: #fff;
  width: 787px;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0px 3px 20px rgba(3, 44, 25, 0.08);
}

.soshiki_voice_item01, .soshiki_voice_item02, .soshiki_voice_item03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 48px;
  text-align: left;
}

.soshiki_voice_item03 {
  margin-bottom: 0px;
}

.soshiki_voice_pic01, .soshiki_voice_pic02, .soshiki_voice_pic03 {
  width: 213px;
}

.soshiki_voice_text01, .soshiki_voice_text02, .soshiki_voice_text03 {
  width: 420px;
}

@media (max-width: 768px) {
  .soshiki {
    margin-top: -100px;
    padding-top: 100px;
    margin: 0 auto;
    margin-top: 0px;
    width: 100%;
  }
  .soshiki_title {
    background-image: url(../../../img/bg_service_title.png);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: center center;
    width: 100%;
    height: 160px;
  }
  .soshiki_title h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.8px;
    margin: 0 auto;
    padding-top: 44px;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .soshiki_title h2 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1.8px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    color: #fff;
  }
  .soshiki_info_flexcontainer {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
  }
  .soshiki_info_pic {
    width: 100%;
    padding: 0;
  }
  .soshiki_info_text {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
  .soshiki_voice {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 64px;
    background-color: #f5f5f5;
    padding: 64px 20px 48px;
  }
  .soshiki_voice_itemlist {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0px 3px 20px rgba(3, 44, 25, 0.08);
  }
  .soshiki_voice_item01, .soshiki_voice_item02, .soshiki_voice_item03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 48px;
    padding: 0 20px;
    text-align: left;
  }
  .soshiki_voice_item03 {
    margin-bottom: 0px;
  }
  .soshiki_voice_pic01, .soshiki_voice_pic02, .soshiki_voice_pic03 {
    width: 80%;
    margin-right: 0px;
  }
  .soshiki_voice_text01, .soshiki_voice_text02, .soshiki_voice_text03 {
    width: 100%;
    margin-top: 16px;
  }
}

/*----------------------------------
  seizou
------------------------------------*/
.seizou {
  margin-top: -100px;
  padding-top: 100px;
  margin: 0 auto;
  margin-top: 140px;
  width: 1120px;
}

.seizou_maintitle {
  background-image: url(../../../img/bg_service_title.png);
  background-size: contain;
  width: 1122px;
  height: 171px;
}

.seizou_maintitle h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.8px;
  margin: 0 auto;
  padding-top: 44px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.seizou_maintitle h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 1.8px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.seizou_info {
  margin: 48px 0 64px;
  text-align: center;
}

.seizou_itemlist {
  width: 920px;
  margin: 0 auto;
}

.seizou_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #12693F;
  padding: 16px 24px 16px 0;
  margin-bottom: 32px;
}

.seizou_title {
  width: 230px;
  text-align: center;
}

.seizou_title p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.8px;
}

.seizou_pic {
  width: 210px;
}

.seizou_text {
  width: 430px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .seizou {
    margin-top: -100px;
    padding-top: 100px;
    margin: 0 auto;
    margin-top: 0px;
    width: 100%;
  }
  .seizou_maintitle {
    background-image: url(../../../img/bg_service_title.png);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: center center;
    width: 100%;
    height: 160px;
  }
  .seizou_maintitle h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.8px;
    margin: 0 auto;
    padding-top: 44px;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .seizou_maintitle h2 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1.8px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    color: #fff;
  }
  .seizou_info {
    margin: 48px auto 64px;
    text-align: center;
    width: 80%;
  }
  .seizou_itemlist {
    width: 100%;
    margin: 0 auto;
  }
  .seizou_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
    border: 1px solid #12693F;
    padding: 16px;
    margin-bottom: 32px;
  }
  .seizou_title {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .seizou_title p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.8px;
  }
  .seizou_pic {
    width: 80%;
  }
  .seizou_text {
    width: 100%;
    padding-left: 0px;
    margin: 16px 0;
  }
}

/*----------------------------------
  setsubi
------------------------------------*/
.setsubi {
  margin-top: -100px;
  padding-top: 100px;
  margin: 0 auto;
  margin-top: 140px;
  width: 1120px;
}

.setsubi_title {
  background-image: url(../../../img/bg_service_title.png);
  background-size: contain;
  width: 1122px;
  height: 171px;
}

.setsubi_title h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.8px;
  margin: 0 auto;
  padding-top: 44px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.setsubi_title h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 1.8px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.setsubi_info {
  margin: 48px 0 64px;
  text-align: center;
}

.setsubi_smt {
  width: 920px;
  margin: 0 auto;
}

.smt_item {
  display: flex;
  border: 1px solid #12693F;
  margin-top: 20px;
}

.smt_text {
  width: 382px;
  padding-top: 90px;
  padding-left: 40px;
}

.smt_text h3 {
  font-size: 20px;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
}

.smt_pic {
  width: 538px;
}

.setsubi_flexcontainer {
  display: flex;
  width: 920px;
  margin: 48px auto;
}

.setsubi_imt, .setsubi_kensa {
  width: 450px;
}

@media (max-width: 768px) {
  .setsubi {
    margin-top: -100px;
    padding-top: 100px;
    margin: 0 auto;
    margin-top: 0px;
    width: 100%;
  }
  .setsubi_title {
    background-image: url(../../../img/bg_service_title.png);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: center center;
    width: 100%;
    height: 160px;
  }
  .setsubi_title h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.8px;
    margin: 0 auto;
    padding-top: 44px;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .setsubi_title h2 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1.8px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    color: #fff;
  }
  .setsubi_info {
    margin: 24px auto 64px;
    text-align: center;
    width: 80%;
  }
  .setsubi_smt {
    width: 90%;
    margin: 0 auto;
  }
  .smt_item {
    display: block;
    border: 1px solid #12693F;
    margin-top: 20px;
    padding: 16px 0;
  }
  .smt_text {
    width: 300px;
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
    margin: 0 auto 20px;
  }
  .smt_text h3 {
    font-size: 16px;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
  }
  .smt_pic {
    width: 90%;
    margin: 0 auto;
  }
  .setsubi_flexcontainer {
    display: block;
    width: 100%;
    margin: 48px auto;
  }
  .setsubi_imt, .setsubi_kensa {
    width: 90%;
    margin: 0 auto;
  }
  .setsubi_kensa {
    margin-top: 48px;
  }
}
/*# sourceMappingURL=style.css.map */
