@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.h3_ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.45;
}
.h3_ttl span {
  display: block;
  font-family: "Jost", serif;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.1;
}
@media screen and (max-width: 850px) {
  .h3_ttl span {
    font-size: 30px;
  }
}
.c01 .inner {
  padding-top: 50px;
}
@media screen and (max-width: 850px) {
  .c01 .inner {
    padding-top: 20px;
  }
}
.c02 {
  background: #F0F0F0;
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .c02 {
    margin-top: 20px;
  }
}
.c02 .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 850px) {
  .c02 .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.c02 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  column-gap: 40px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .c02 .list {
    display: block;
  }
}
.c02 .list li {
  width: calc(33.3333% - 26.66666px);
}
@media screen and (max-width: 850px) {
  .c02 .list li {
    width: 100%;
  }
  .c02 .list li + li {
    margin-top: 15px;
  }
}
.c02 .list a {
  display: block;
  background: #ffffff;
  padding-bottom: 43px;
  border-radius: 20px;
  padding-top: 60px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .c02 .list a {
    display: flex;
    padding-bottom: 20px;
    border-radius: 10px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.c02 .list a .icon {
  max-width: 100px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  .c02 .list a .icon {
    max-width: 60px;
  }
}
.c02 .list a .ttl {
  margin-top: 30px;
  font-size: 25px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .c02 .list a .ttl {
    padding-left: 20px;
    width: calc(100% - 60px);
    font-size: 18px;
    margin: auto;
  }
}
.c02 .list a .icon_pr_10 {
  max-width: 120px;
  padding-left: 20px;
}
@media screen and (max-width: 850px) {
  .c02 .list a .icon_pr_10 {
    max-width: 60px;
    padding-left: 0;
  }
}
.c03 .inner {
  padding-top: 75px;
  padding-bottom: 230px;
}
@media screen and (max-width: 850px) {
  .c03 .inner {
    padding-top: 30px;
    padding-bottom: 110px;
  }
}
.c03 dl {
  margin-top: 45px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .c03 dl {
    margin-top: 25px;
    display: block;
  }
}
.c03 dl dt {
  width: 50%;
  padding-right: 80px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 850px) {
  .c03 dl dt {
    line-height: 1.6;
    font-size: 14px;
    width: 100%;
    padding-right: 0;
  }
}
.c03 dl dd {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .c03 dl dd {
    margin-top: 30px;
    width: 100%;
  }
}
