@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&family=Noto+Serif+JP:wght@500&display=swap");
/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: min(0.99vw,15px);
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.64583vw;
  }
}

main {
  width: 100%;
  position: relative;
}

#contents {
  background: #f8f8f8;
  padding-top: min(5.29vw,80px);
}

@media screen and (max-width: 768px) {
  #contents {
    padding-top: 19.53125vw;
  }
}

.inner {
  max-width: min(79.37vw,1200px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 4.16667vw;
  }
}

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a img:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  a img:hover {
    opacity: 1;
  }
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.mt0 {
  margin-top: 0 !important;
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

#contents {
  background: #fff;
}

section {
  padding: min(5.29vw,80px) 0;
}

@media screen and (max-width: 768px) {
  section {
    padding: 10.41667vw 0;
  }
}

section .sec_ttl {
  font-size: min(1.59vw,24px);
  font-weight: 700;
  background-image: -webkit-linear-gradient(left, #2FA350 0 30px, #e2e2e2 30px);
  background-image: -o-linear-gradient(left, #2FA350 0 30px, #e2e2e2 30px);
  background-image: linear-gradient(90deg, #2FA350 0 30px, #e2e2e2 30px);
  background-repeat: no-repeat;
  background-size: 100% 8%;
  background-position: bottom;
  display: inline-block;
  margin-bottom: min(2.65vw,40px);
  padding-bottom: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  section .sec_ttl {
    font-size: 4.6875vw;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2FA350), color-stop(7.29167vw, #e2e2e2));
    background-image: -webkit-linear-gradient(left, #2FA350 0 7.29167vw, #e2e2e2 7.29167vw);
    background-image: -o-linear-gradient(left, #2FA350 0 7.29167vw, #e2e2e2 7.29167vw);
    background-image: linear-gradient(90deg, #2FA350 0 7.29167vw, #e2e2e2 7.29167vw);
    margin-bottom: 5.20833vw;
    padding-bottom: 1.04167vw;
  }
}

section .sec_ttl span {
  font-size: min(0.86vw,13px);
  color: #2FA350;
  padding-left: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  section .sec_ttl span {
    font-size: 2.86458vw;
    padding-left: 1.04167vw;
  }
}

section .sec_sub_ttl {
  font-size: min(1.59vw,24px);
  font-weight: 700;
  color: #2FA350;
  margin-bottom: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  section .sec_sub_ttl {
    font-size: 4.6875vw;
  }
}

section .sec_sub_ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(20%, #e1f3e1));
  background: -webkit-linear-gradient(transparent 60%, #e1f3e1 20%);
  background: -o-linear-gradient(transparent 60%, #e1f3e1 20%);
  background: linear-gradient(transparent 60%, #e1f3e1 20%);
}

section .slick-prev, section .slick-next {
  top: 32%;
  width: min(1.59vw,24px);
  height: min(1.59vw,24px);
  border: 2px solid #B2B2B2;
  border-left: 0;
  border-bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  section .slick-prev, section .slick-next {
    top: 27%;
    width: 3.125vw;
    height: 3.125vw;
    border: 0.52083vw solid #B2B2B2;
    border-left: 0;
    border-bottom: 0;
  }
}

section .slick-prev {
  left: -16px !important;
  -webkit-transform: translate(-25%, -35%) rotate(-135deg);
  -ms-transform: translate(-25%, -35%) rotate(-135deg);
  transform: translate(-25%, -35%) rotate(-135deg);
}

@media screen and (max-width: 768px) {
  section .slick-prev {
    left: 0.78125vw !important;
  }
}

section .slick-next {
  right: -24px !important;
  -webkit-transform: translate(-25%, -35%) rotate(45deg);
  -ms-transform: translate(-25%, -35%) rotate(45deg);
  transform: translate(-25%, -35%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  section .slick-next {
    right: -1.04167vw !important;
  }
}

section .slick-prev.slick-disabled, section .slick-next.slick-disabled {
  background: none;
}

@media screen and (max-width: 768px) {
  section .slick-list {
    max-width: 100%;
    overflow: visible;
  }
}

/* -----------------------------------------------------
  loading
----------------------------------------------------- */
.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.active {
  opacity: 0;
  visibility: hidden;
}

.loading .logo {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background: #fff;
  z-index: 9999;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.loading .logo img {
  width: min(21.16vw,320px);
  -webkit-animation: fade .7s ease-in-out .5s forwards;
  animation: fade .7s ease-in-out .5s forwards;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .loading .logo img {
    width: 52.08333vw;
  }
}

.loading .logo.active {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* -----------------------------------------------------
  kv
----------------------------------------------------- */
.kv_wrap .kv, .kv_wrap .thumbs {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.kv_wrap .kv.slick-initialized, .kv_wrap .thumbs.slick-initialized {
  opacity: 1;
}

.kv_wrap .thumbs {
  max-width: 1200px;
  margin: min(1.98vw,30px) auto 0;
  padding: 0 40px;
  cursor: inherit !important;
}

@media screen and (max-width: 768px) {
  .kv_wrap .thumbs {
    max-width: 100%;
    margin-top: 3.125vw;
    padding: 0;
  }
}

.kv_wrap .thumbs:hover {
  cursor: pointer;
}

.kv_wrap .thumbs .slick-list {
  margin-inline: -8px;
}

@media screen and (max-width: 768px) {
  .kv_wrap .thumbs .slick-list {
    margin-inline: -1.04167vw;
  }
}

.kv_wrap .thumbs .slick-slide {
  margin: 0 8px;
}

@media screen and (max-width: 768px) {
  .kv_wrap .thumbs .slick-slide {
    margin: 0 1.04167vw;
  }
}

.kv_wrap .thumbs .slick-current {
  position: relative;
}

.kv_wrap .thumbs .slick-current::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: min(0.33vw,5px) solid #2FA350;
}

@media screen and (max-width: 768px) {
  .kv_wrap .thumbs .slick-current::after {
    border: 1.04167vw solid #2FA350;
  }
}

.kv_wrap .thumbs .slick-prev, .kv_wrap .thumbs .slick-next {
  top: 50%;
  width: min(1.59vw,24px);
  height: min(1.59vw,24px);
  border: 2px solid #B2B2B2;
  border-left: 0;
  border-bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .kv_wrap .thumbs .slick-prev, .kv_wrap .thumbs .slick-next {
    width: 3.125vw;
    height: 3.125vw;
    border: 0.52083vw solid #B2B2B2;
    border-left: 0;
    border-bottom: 0;
  }
}

.kv_wrap .thumbs .slick-prev {
  left: 20px !important;
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
  -ms-transform: translate(-25%, -50%) rotate(-135deg);
  transform: translate(-25%, -50%) rotate(-135deg);
}

@media screen and (max-width: 768px) {
  .kv_wrap .thumbs .slick-prev {
    left: 2.08333vw !important;
  }
}

.kv_wrap .thumbs .slick-next {
  right: 8px !important;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  -ms-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .kv_wrap .thumbs .slick-next {
    right: 0.52083vw !important;
  }
}

/* -----------------------------------------------------
  anc
----------------------------------------------------- */
.anc {
  padding-top: min(5.29vw,80px);
}

@media screen and (max-width: 768px) {
  .anc {
    padding-top: 10.41667vw;
  }
}

.anc .col3 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

.anc .col3 li {
  width: 32%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

.anc .col3 li::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: min(1.06vw,16px);
  width: min(0.79vw,12px);
  height: min(0.79vw,12px);
  border: 2px solid #2FA350;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translate(-25%, -50%) rotate(135deg);
  -ms-transform: translate(-25%, -50%) rotate(135deg);
  transform: translate(-25%, -50%) rotate(135deg);
}

@media screen and (max-width: 768px) {
  .anc .col3 li::after {
    top: inherit;
    right: inherit;
    bottom: 2.08333vw;
    left: 50%;
    width: 2.08333vw;
    height: 2.08333vw;
    border: 0.52083vw solid #2FA350;
    border-left: 0;
    border-bottom: 0;
  }
}

.anc .col3 li dl {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
}

@media screen and (max-width: 768px) {
  .anc .col3 li dl {
    display: block;
  }
}

.anc .col3 li dl dt {
  overflow: hidden;
}

.anc .col3 li dl dt img {
  width: min(8.27vw,125px);
}

@media screen and (max-width: 768px) {
  .anc .col3 li dl dt img {
    width: 100%;
  }
}

.anc .col3 li dl dd {
  padding: min(1.06vw,16px);
  font-size: min(1.06vw,16px);
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .anc .col3 li dl dd {
    padding: 2.08333vw 0 7.29167vw;
    font-size: 2.47396vw;
    text-align: center;
  }
}

.anc .col3 li:hover dt img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .anc .col3 li:hover dt img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* -----------------------------------------------------
  news
----------------------------------------------------- */
.news {
  padding-top: min(5.29vw,80px);
}

@media screen and (max-width: 768px) {
  .news {
    padding-top: 10.41667vw;
  }
}

.news .inner {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .news .inner {
    display: block;
  }
}

.news .inner .news_ttl {
  width: 16%;
}

@media screen and (max-width: 768px) {
  .news .inner .news_ttl {
    width: 100%;
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between;
    /* Safari6.1以降 */
    justify-content: space-between;
    -ms-flex-align: center;
    /*IE10*/
    -webkit-box-align: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center;
    /* Safari6.1以降 */
    align-items: center;
  }
}

.news .inner .news_ttl h2 {
  font-size: min(1.32vw,20px);
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .news .inner .news_ttl h2 {
    font-size: 4.16667vw;
  }
}

.news .inner .news_ttl .btn_list {
  margin-top: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .news .inner .news_ttl .btn_list {
    margin-top: 0;
  }
}

.news .inner .news_ttl .btn_list a {
  display: block;
  width: min(8.99vw,136px);
  border: 1px solid #2FA350;
  border-radius: min(0.33vw,5px);
  padding: min(0.79vw,12px) min(1.06vw,16px);
  font-size: min(0.86vw,13px);
  font-weight: 700;
  line-height: 1;
  color: #2FA350;
  position: relative;
}

@media screen and (max-width: 768px) {
  .news .inner .news_ttl .btn_list a {
    width: auto;
    border: 0.26042vw solid #2FA350;
    border-radius: 1.30208vw;
    font-size: 3.125vw;
    padding: 2.08333vw 6.25vw 2.08333vw 3.125vw;
  }
}

.news .inner .news_ttl .btn_list a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: min(0.53vw,8px);
  width: min(0.53vw,8px);
  height: min(0.53vw,8px);
  border: 2px solid #2FA350;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  -ms-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
  .news .inner .news_ttl .btn_list a::after {
    right: 2.08333vw;
    width: 1.5625vw;
    height: 1.5625vw;
    border: 0.52083vw solid #2FA350;
    border-left: 0;
    border-bottom: 0;
  }
}

.news .inner .news_ttl .btn_list a:hover {
  background: #2FA350;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .news .inner .news_ttl .btn_list a:hover {
    background: #fff;
    color: #2FA350;
  }
}

.news .inner .news_ttl .btn_list a:hover::after {
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  .news .inner .news_ttl .btn_list a:hover::after {
    border: 0.52083vw solid #2FA350;
    border-left: 0;
    border-bottom: 0;
  }
}

.news .inner .news_wrap {
  width: 84%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .news .inner .news_wrap {
    width: 100%;
    margin-top: 3.125vw;
  }
}

.news .inner .news_wrap .item li {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  margin-bottom: min(1.59vw,24px);
  padding-bottom: min(1.59vw,24px);
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .news .inner .news_wrap .item li {
    display: block;
    margin-bottom: 3.125vw;
    padding-bottom: 3.125vw;
    border-bottom: 0.26042vw solid #ccc;
  }
}

.news .inner .news_wrap .item li:last-child {
  margin-bottom: 0;
}

.news .inner .news_wrap .item li .day {
  width: min(10.58vw,160px);
  font-weight: 700;
  color: #2FA350;
}

@media screen and (max-width: 768px) {
  .news .inner .news_wrap .item li .day {
    width: 100%;
    font-size: 3.125vw;
  }
}

.news .inner .news_wrap .item li .ttl {
  width: 100%;
}

.news .inner .news_wrap .item li .ttl a {
  display: block;
  padding-right: min(2.65vw,40px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .news .inner .news_wrap .item li .ttl a {
    padding-right: 7.29167vw;
    font-size: 3.125vw;
  }
}

.news .inner .news_wrap .item li .ttl a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: min(0.53vw,8px);
  width: min(0.79vw,12px);
  height: min(0.79vw,12px);
  border: 2px solid #2FA350;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  -ms-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .news .inner .news_wrap .item li .ttl a::after {
    right: 2.08333vw;
    width: 2.08333vw;
    height: 2.08333vw;
    border: 0.52083vw solid #2FA350;
    border-left: 0;
    border-bottom: 0;
  }
}

/* -----------------------------------------------------
  service
----------------------------------------------------- */
.service {
  background: #f8f8f8;
}

.service .col3 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
}

.service .col3 li {
  width: calc(100% / 3 - min(1.32vw,20px));
  overflow: hidden;
  border-radius: min(0.33vw,5px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .service .col3 li {
    width: calc(100% / 2 - 1.5625vw);
    border-radius: 1.30208vw;
  }
}

.service .col3 li:nth-child(n+4) {
  margin-top: min(1.98vw,30px);
}

@media screen and (max-width: 768px) {
  .service .col3 li:nth-child(n+4) {
    margin-top: 3.125vw;
  }
}

@media screen and (max-width: 768px) {
  .service .col3 li:nth-child(n+3) {
    margin-top: 3.125vw;
  }
}

.service .col3 li a {
  display: block;
}

.service .col3 li a img {
  border-radius: min(0.33vw,5px) min(0.33vw,5px) min(0.33vw,5px) min(0.66vw,10px);
}

@media screen and (max-width: 768px) {
  .service .col3 li a img {
    border-radius: 1.30208vw 1.30208vw 1.30208vw 2.08333vw;
  }
}

.service .col3 li a .ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  font-size: min(1.06vw,16px);
  font-weight: 700;
  line-height: min(1.32vw,20px);
  border-radius: 0 min(0.33vw,5px) 0 min(0.33vw,5px);
  width: min(13.89vw,210px);
  padding: min(0.79vw,12px) 0 min(0.79vw,12px) min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .service .col3 li a .ttl {
    font-size: 2.86458vw;
    line-height: 4.42708vw;
    border-radius: 0 1.30208vw 0 1.30208vw;
    width: 88%;
    padding: 1.04167vw 0 1.04167vw 2.08333vw;
  }
}

.service .col3 li a .ttl::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: min(1.06vw,16px);
  width: min(0.53vw,8px);
  height: min(0.53vw,8px);
  border: 2px solid #2FA350;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  -ms-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .service .col3 li a .ttl::after {
    right: 2.08333vw;
    width: 1.5625vw;
    height: 1.5625vw;
    border: 0.52083vw solid #2FA350;
    border-left: 0;
    border-bottom: 0;
  }
}

.service .col3 li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .service .col3 li a:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* -----------------------------------------------------
  category
----------------------------------------------------- */
.category .col4 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
}

.category .col4 li {
  width: calc(100% / 4 - min(0.99vw,15px));
}

@media screen and (max-width: 768px) {
  .category .col4 li {
    width: calc(100% / 2 - 1.5625vw);
  }
}

.category .col4 li:nth-child(n+5) {
  margin-top: min(2.65vw,40px);
}

@media screen and (max-width: 768px) {
  .category .col4 li:nth-child(n+5) {
    margin-top: 5.20833vw;
  }
}

@media screen and (max-width: 768px) {
  .category .col4 li:nth-child(n+3) {
    margin-top: 5.20833vw;
  }
}

.category .col4 li a {
  display: block;
}

.category .col4 li a .img {
  overflow: hidden;
}

.category .col4 li a .ttl {
  position: relative;
  font-size: min(1.06vw,16px);
  line-height: 1.5;
  font-weight: 700;
  margin-top: min(0.79vw,12px);
  padding-right: min(1.06vw,16px);
  padding-left: min(0.26vw,4px);
}

@media screen and (max-width: 768px) {
  .category .col4 li a .ttl {
    font-size: 2.86458vw;
    margin-top: 1.04167vw;
    padding-right: 2.08333vw;
    padding-left: 1.04167vw;
  }
}

.category .col4 li a .ttl::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: min(0.53vw,8px);
  height: min(0.53vw,8px);
  border: 2px solid #2FA350;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  -ms-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .category .col4 li a .ttl::after {
    width: 1.5625vw;
    height: 1.5625vw;
    border: 0.52083vw solid #2FA350;
    border-left: 0;
    border-bottom: 0;
  }
}

.category .col4 li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .category .col4 li a:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* -----------------------------------------------------
  recommend
----------------------------------------------------- */
.recommend {
  background: #f8f8f8;
}

.recommend .wrap + .wrap {
  margin-top: min(5.29vw,80px);
}

@media screen and (max-width: 768px) {
  .recommend .wrap + .wrap {
    margin-top: 15.625vw;
  }
}

.recommend .col4 {
  margin-inline: -8px;
}

@media screen and (max-width: 768px) {
  .recommend .col4 {
    margin-inline: -1.04167vw;
  }
}

.recommend .col4 li a {
  display: block;
  margin: 0 8px;
}

@media screen and (max-width: 768px) {
  .recommend .col4 li a {
    margin: 0 1.04167vw;
  }
}

.recommend .col4 li a .img {
  aspect-ratio: 4 / 3;
  border-radius: min(0.33vw,5px);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .recommend .col4 li a .img {
    border-radius: 1.30208vw;
  }
}

.recommend .col4 li a .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.recommend .col4 li a .cate {
  font-size: min(0.86vw,13px);
  color: #999;
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .recommend .col4 li a .cate {
    font-size: 2.86458vw;
    margin-top: 1.04167vw;
  }
}

.recommend .col4 li a .item_name {
  line-height: 1.3;
  padding-right: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .recommend .col4 li a .item_name {
    font-size: 3.125vw;
    padding-right: 2.08333vw;
  }
}

.recommend .col4 li a .price {
  font-size: min(1.19vw,18px);
  font-weight: 700;
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .recommend .col4 li a .price {
    font-size: 3.64583vw;
    margin-top: 1.04167vw;
  }
}

.recommend .col4 li a .price.change {
  display: inline-block;
  position: relative;
}

.recommend .col4 li a .price.change::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .recommend .col4 li a .price.change::before {
    height: 0.52083vw;
  }
}

.recommend .col4 li a .sale {
  color: #FF4B4B;
  font-size: min(1.19vw,18px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .recommend .col4 li a .sale {
    font-size: 3.64583vw;
  }
}

.recommend .col4 li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .recommend .col4 li a:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.recommend .col5 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
}

.recommend .col5 li {
  width: calc(100% / 5 - min(1.06vw,16px));
}

@media screen and (max-width: 768px) {
  .recommend .col5 li {
    width: calc(100% / 2 - 1.5625vw);
  }
}

.recommend .col5 li:not(:nth-child(5n)) {
  margin-right: min(1.32vw,20px);
}

@media screen and (max-width: 768px) {
  .recommend .col5 li:not(:nth-child(5n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .recommend .col5 li:not(:nth-child(2n)) {
    margin-right: 3.125vw;
  }
}

.recommend .col5 li:nth-child(n+6) {
  margin-top: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .recommend .col5 li:nth-child(n+6) {
    margin-top: 5.20833vw;
  }
}

@media screen and (max-width: 768px) {
  .recommend .col5 li:nth-child(n+3) {
    margin-top: 5.20833vw;
  }
}

.recommend .col5 li a .img {
  border-radius: min(0.33vw,5px);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

@media screen and (max-width: 768px) {
  .recommend .col5 li a .img {
    border-radius: 1.30208vw;
  }
}

.recommend .col5 li a .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.recommend .col5 li a .cate {
  font-size: min(0.86vw,13px);
  color: #999;
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .recommend .col5 li a .cate {
    font-size: 2.86458vw;
    margin-top: 1.04167vw;
  }
}

.recommend .col5 li a .item_name {
  line-height: 1.3;
  padding-right: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .recommend .col5 li a .item_name {
    font-size: 3.125vw;
    padding-right: 2.08333vw;
  }
}

.recommend .col5 li a .price {
  font-size: min(1.19vw,18px);
  font-weight: 700;
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .recommend .col5 li a .price {
    font-size: 3.64583vw;
    margin-top: 1.04167vw;
  }
}

.recommend .col5 li a .price.change {
  display: inline-block;
  position: relative;
}

.recommend .col5 li a .price.change::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .recommend .col5 li a .price.change::before {
    height: 0.52083vw;
  }
}

.recommend .col5 li a .sale {
  color: #FF4B4B;
  font-size: min(1.19vw,18px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .recommend .col5 li a .sale {
    font-size: 3.64583vw;
  }
}

.recommend .col5 li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .recommend .col5 li a:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* -----------------------------------------------------
  insurance
----------------------------------------------------- */
.insurance {
  background: #EFEFEF;
}

.insurance .wrap {
  background: #fff;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .insurance .wrap {
    display: block;
  }
}

.insurance .wrap::before {
  content: '';
  display: block;
  width: min(0.66vw,10px);
  height: 100%;
  background: #2FA350;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .insurance .wrap::before {
    width: 100%;
    height: 2.08333vw;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.insurance .wrap .img {
  width: 59%;
}

@media screen and (max-width: 768px) {
  .insurance .wrap .img {
    width: 100%;
  }
}

.insurance .wrap .detail {
  width: 41%;
  height: 100%;
  padding: 0 min(1.59vw,24px) 0 min(2.38vw,36px);
  background: #fff;
}

@media screen and (max-width: 768px) {
  .insurance .wrap .detail {
    width: 100%;
    padding: 7.8125vw 5.20833vw;
  }
}

.insurance .wrap .detail .ttl {
  font-size: min(1.72vw,26px);
  font-weight: 700;
  margin-bottom: min(1.19vw,18px);
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .insurance .wrap .detail .ttl {
    font-size: 5.20833vw;
    margin-bottom: 2.60417vw;
  }
}

.insurance .wrap .detail p.text {
  font-size: min(1.26vw,19px);
}

@media screen and (max-width: 768px) {
  .insurance .wrap .detail p.text {
    font-size: 3.90625vw;
  }
}

.insurance .wrap .detail p.text_c {
  color: #2FA350;
  font-size: min(1.13vw,17px);
  font-weight: 700;
  text-align: center;
  margin-bottom: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .insurance .wrap .detail p.text_c {
    font-size: 3.64583vw;
    margin-bottom: 1.30208vw;
  }
}

.insurance .wrap .detail a {
  display: block;
  font-weight: 700;
  color: #fff;
  background: #2FA350;
  text-align: center;
  border-radius: min(0.4vw,6px);
  line-height: min(3.31vw,50px);
}

@media screen and (max-width: 768px) {
  .insurance .wrap .detail a {
    border-radius: 1.30208vw;
    line-height: 10.9375vw;
  }
}

.insurance .wrap .detail a span {
  display: inline-block;
  font-size: min(1.13vw,17px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .insurance .wrap .detail a span {
    padding-right: 2.60417vw;
    font-size: 3.64583vw;
  }
}

.insurance .wrap .detail a span::after {
  content: '';
  display: block;
  position: absolute;
  top: 54%;
  right: min(-1.32vw,-20px);
  width: min(0.66vw,10px);
  height: min(0.66vw,10px);
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
  .insurance .wrap .detail a span::after {
    top: 50%;
    right: -1.30208vw;
    width: 2.08333vw;
    height: 2.08333vw;
    border: 0.52083vw solid #fff;
    border-left: 0;
    border-bottom: 0;
  }
}

/* -----------------------------------------------------
  about_us
----------------------------------------------------- */
.about_us {
  background: #f8f8f8;
}

.about_us .wrap {
  background: #fff;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  border-radius: min(0.33vw,5px);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .about_us .wrap {
    display: block;
    border-radius: 1.30208vw;
  }
}

.about_us .wrap .img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .about_us .wrap .img {
    width: 100%;
  }
}

.about_us .wrap .detail {
  width: 50%;
  padding: 0 min(1.59vw,24px) 0 min(2.65vw,40px);
}

@media screen and (max-width: 768px) {
  .about_us .wrap .detail {
    width: 100%;
    padding: 5.20833vw 5.20833vw 7.29167vw;
  }
}

.about_us .wrap .detail .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.59vw,24px);
  font-weight: 500;
  margin-bottom: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .about_us .wrap .detail .ttl {
    font-size: 5.20833vw;
    margin-bottom: 0;
    text-align: center;
  }
}

.about_us .wrap .detail .ttl span {
  font-size: min(2.38vw,36px);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .about_us .wrap .detail .ttl span {
    font-size: 9.375vw;
    display: block;
  }
}

.about_us .wrap .detail .ttl span em {
  font-style: normal;
  color: #2FA350;
}

.about_us .wrap .detail .ttl span.cross {
  color: #ccc;
  padding: 0 min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .about_us .wrap .detail .ttl span.cross {
    margin: 2.08333vw 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .about_us .wrap .detail .text {
    margin-top: 5.20833vw;
  }
}

.about_us .wrap .detail .text p {
  letter-spacing: 0;
}

.about_us .wrap .detail .text p span {
  font-weight: 700;
}

.about_us .wrap .detail .text p + p {
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .about_us .wrap .detail .text p + p {
    margin-top: 5.20833vw;
  }
}

.about_us .wrap .detail .t_link {
  margin-top: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .about_us .wrap .detail .t_link {
    margin-top: 5.20833vw;
  }
}

.about_us .wrap .detail .t_link a {
  display: block;
  font-size: min(0.86vw,13px);
  font-weight: 700;
  color: #2FA350;
  text-align: right;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .about_us .wrap .detail .t_link a {
    font-size: 3.64583vw;
    text-align: left;
  }
}

.about_us .wrap .detail .t_link a span {
  padding-right: min(1.06vw,16px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .about_us .wrap .detail .t_link a span {
    padding-right: 3.64583vw;
  }
}

.about_us .wrap .detail .t_link a span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: min(0.66vw,10px);
  height: min(0.66vw,10px);
  background: url(../img/common/icon_blank_gr.png) left top/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .about_us .wrap .detail .t_link a span::after {
    width: 2.60417vw;
    height: 2.60417vw;
  }
}

/* -----------------------------------------------------
  feature
----------------------------------------------------- */
.feature .col3 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .feature .col3 {
    display: block;
  }
}

.feature .col3 li {
  width: calc(100% / 3 - min(1.06vw,16px));
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .feature .col3 li {
    width: 100%;
  }
}

.feature .col3 li:not(:nth-child(3n)) {
  margin-right: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .feature .col3 li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.feature .col3 li:nth-child(n+4) {
  margin-top: min(1.59vw,24px);
}

@media screen and (max-width: 768px) {
  .feature .col3 li:nth-child(n+4) {
    margin-top: 3.125vw;
  }
}

@media screen and (max-width: 768px) {
  .feature .col3 li + li {
    margin-top: 3.125vw;
  }
}

.feature .col3 li:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .feature .col3 li:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
