@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

/* アンカーボタン
--------------------- */
#anchor .anchor_inner {
  width: 63%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #anchor .anchor_inner {
    width: 90%;
    margin: 0 auto;
  }
}
#anchor .anchor_inner .lead_txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #anchor .anchor_inner .lead_txt {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-bottom: 4rem;
  }
}
#anchor .anchor_inner .anchor_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #anchor .anchor_inner .anchor_box {
    display: block;
  }
}
#anchor .anchor_inner .anchor_box .anchor_item {
  width: calc(33.33% - 1.3rem);
}
@media screen and (max-width: 768px) {
  #anchor .anchor_inner .anchor_box .anchor_item {
    width: 100%;
  }
  #anchor .anchor_inner .anchor_box .anchor_item:not(:nth-last-of-type(1)) {
    margin-bottom: 1.2rem;
  }
}
#anchor .anchor_inner .anchor_box .anchor_item a {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  color: var(--green);
  width: 100%;
  height: 100%;
  padding: 1.8rem 0;
  border-radius: 0.5rem;
  transition: var(--hover_ani_time);
  background: #F4F9F3 url("../../common/img/btn_bottom_green.svg") no-repeat center right 1.5rem/2rem;
}
@media screen and (min-width: 769px) {
  #anchor .anchor_inner .anchor_box .anchor_item a:hover {
    color: var(--white);
    background: var(--green) url("../../common/img/btn_bottom_white.svg") no-repeat center right 1.5rem/2rem;
  }
}

/* 共通コンテンツ
--------------------- */
.common_service .common_inner .h2_title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .h2_title {
    margin-bottom: 4rem;
  }
}
.common_service .common_inner .h2_title .en {
  display: block;
  font-size: 4.4rem;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .h2_title .en {
    margin-bottom: 0.5rem;
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 1.6rem;
  }
}
.common_service .common_inner .h2_title h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .h2_title h2 {
    font-size: 2.2rem;
  }
}
.common_service .common_inner .list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .list {
    display: block;
  }
}
.common_service .common_inner .list .list_item {
  position: relative;
  border-radius: 0.5rem;
  width: calc(33% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .list .list_item {
    width: 100%;
    margin-bottom: 2.7rem;
  }
}
.common_service .common_inner .list .list_item:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .list .list_item:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) {
    margin-bottom: 2.7rem;
  }
}
.common_service .common_inner .list .list_item:not(:nth-child(3)):not(:nth-child(6)) {
  margin-right: 2.85rem;
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .list .list_item:not(:nth-child(3)):not(:nth-child(6)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .list .list_item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.common_service .common_inner .list .list_item .list_pht {
  overflow: hidden;
  border-radius: 0.5rem;
}
.common_service .common_inner .list .list_item .list_pht.border {
  border: 1px solid #DDDDDD;
}
.common_service .common_inner .list .list_item h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--green);
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .list .list_item h3 {
    font-size: 2rem;
    line-height: 2.9rem;
    margin-top: 1.5rem;
    margin-bottom: 0.35rem;
  }
}
.common_service .common_inner .list .list_item h3 .h3_little {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .list .list_item h3 .h3_little {
    font-size: 1.25rem;
  }
}
.common_service .common_inner .list .list_item p {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .list .list_item p {
    font-size: 1.4rem;
    line-height: 1.9em;
  }
}
.common_service .common_inner .list .list_item p .p_little {
  display: block;
  font-size: 1.4rem;
}
.common_service .common_inner .list .list_item h3, .common_service .common_inner .list .list_item p {
  padding: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .list .list_item h3, .common_service .common_inner .list .list_item p {
    padding: 0 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .list .list_item .btn {
    display: block;
    margin-top: 2rem;
  }
}
.common_service .common_inner .list .list_item .btn a {
  position: relative;
  display: block;
  color: var(--white);
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  border-radius: 3.5rem;
  padding: 1.5rem 10rem 1.4rem 2.8rem;
  margin-top: 2rem;
  background-color: var(--green);
  border: 1px solid var(--green);
  transition: var(--hover_ani_time);
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .list .list_item .btn a {
    font-size: 1.4rem;
    padding: 0.9rem 7rem 1rem 1.8rem;
  }
}
.common_service .common_inner .list .list_item .btn a:hover {
  color: var(--green);
  background-color: var(--white);
  border: 1px solid var(--green);
}
.common_service .common_inner .list .list_item .btn a:hover::after {
  background: url("../img/iconmonstr_filled_green.svg") no-repeat center/cover;
}
.common_service .common_inner .list .list_item .btn a::after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  right: 2.8rem;
  transform: translateY(-50%);
  transition: var(--hover_ani_time);
  background: url("../img/iconmonstr_filled_white.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .common_service .common_inner .list .list_item .btn a::after {
    width: 1.2rem;
    height: 1.2rem;
    right: 1.8rem;
  }
}

/* service01
--------------------- */
#service01 {
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  #service01 {
    padding-top: 7rem;
  }
}

/* service02
--------------------- */
#service02 {
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  #service02 {
    margin-top: 7rem;
  }
}
#service02 .service02_inner {
  width: 95.7%;
  margin: 0 auto;
  padding: 12rem 6.303rem 15rem;
  background: #F4F9F3;
}
@media screen and (max-width: 768px) {
  #service02 .service02_inner {
    width: 100%;
    margin: 0 auto;
    padding: 6rem 0 8rem;
  }
}

/* service03
--------------------- */
#service03 {
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  #service03 {
    padding-top: 7rem;
  }
}/*# sourceMappingURL=style.css.map */