@charset "UTF-8";
.p-top_wrap {
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-top_wrap {
    overflow: hidden;
  }
}
.p-top_wrap .mvAreaWrap {
  background: url(../img/top/mv_bg.png) no-repeat;
  background-size: auto;
  min-height: 764px;
  border-bottom-right-radius: 150px;
  position: relative;
}
.p-top_wrap .mvAreaWrap .main_ttl {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0 8.85%;
}
.p-top_wrap .mvAreaWrap .main_ttl > span {
  display: inline-block;
  font-size: clamp(20px, 2.803vw, 40px);
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 5px 25px;
  line-height: 1.2;
  margin: 10px 0;
  font-weight: 600;
}
.p-top_wrap .mvAreaWrap .main_ttl .txt01 {
  background-color: #fff;
}
.p-top_wrap .mvAreaWrap .main_ttl .txt01 em {
  font-size: 5rem;
  font-size: clamp(40px, 4.16vw, 80px);
}
.p-top_wrap .mvAreaWrap .main_ttl .txt02 {
  background-color: #66b329;
  color: #fff;
}
.p-top_wrap .mvAreaWrap .main_ttl .txt02 em {
  font-size: 5rem;
  font-size: clamp(50px, 4.16vw, 80px);
}
.p-top_wrap .mvAreaWrap .main_ttl .txt03 {
  background-color: #fff;
  font-size: 1.5rem;
  font-size: clamp(20px, 1.25vw, 24px);
}
.p-top_wrap .mvAreaWrap .topicBoxWrap {
  position: absolute;
  bottom: 20px;
  right: 8.85%;
  padding: 0px 24px 24px;
  background-color: #fff;
  border: 3px solid #e9e9e9;
  border-radius: 10px;
  max-width: 335px;
}
.p-top_wrap .mvAreaWrap .topicBoxWrap .ttl {
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  background-color: #66b329;
  color: #fff;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 15px;
  text-align: center;
  border-radius: 99999px;
}
.p-top_wrap .mvAreaWrap .topicBoxWrap .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 17px;
}
.p-top_wrap .mvAreaWrap .topicBoxWrap .info .data {
  font-size: 14px;
}
.p-top_wrap .mvAreaWrap .topicBoxWrap .info .tag {
  border: 2px solid #e9e9e9;
  line-height: 1;
  padding: 7px 15px;
  text-align: center;
  border-radius: 99999px;
  font-size: 14px;
}
.p-top_wrap .mvAreaWrap .topicBoxWrap .topicBox {
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-top_wrap .mvAreaWrap {
    min-height: 400px;
    border-bottom-right-radius: 60px;
    background-position: 25% 75%;
  }
  .p-top_wrap .mvAreaWrap .main_ttl {
    margin: 20px;
    top: 40%;
  }
  .p-top_wrap .mvAreaWrap .main_ttl > span {
    font-size: 39px;
    font-size: 5.078vmin;
    padding: 5px 3vmin 7px;
    margin: 5px 0;
  }
  .p-top_wrap .mvAreaWrap .main_ttl .txt01 em {
    font-size: 6.901vmin;
  }
  .p-top_wrap .mvAreaWrap .main_ttl .txt02 {
    background-color: #66b329;
    color: #fff;
  }
  .p-top_wrap .mvAreaWrap .main_ttl .txt02 em {
    font-size: 6.901vmin;
  }
  .p-top_wrap .mvAreaWrap .main_ttl .txt03 {
    font-size: 16px;
    line-height: 1.6;
  }
  .p-top_wrap .mvAreaWrap .topicBoxWrap {
    bottom: -2rem;
    right: 2%;
    padding: 0px 3vmin 3vmin;
    width: 70%;
  }
  .p-top_wrap .mvAreaWrap .topicBoxWrap .ttl {
    margin-top: -10px;
    margin-bottom: 2vmin;
    text-align: center;
    font-size: 12px;
    width: 100px;
    padding: 1vmin 2vmin;
  }
  .p-top_wrap .mvAreaWrap .topicBoxWrap .info {
    gap: 10px;
    margin-bottom: 2vmin;
  }
  .p-top_wrap .mvAreaWrap .topicBoxWrap .info .data {
    font-size: 12px;
  }
  .p-top_wrap .mvAreaWrap .topicBoxWrap .info .tag {
    font-size: 12px;
    padding: 1vmin 3vmin;
  }
  .p-top_wrap .mvAreaWrap .topicBoxWrap .topicBox {
    font-size: 12px;
  }
}
.p-top_wrap .p-top_conwrap {
  border-top-left-radius: 150px;
}
@media (max-width: 768px) {
  .p-top_wrap .p-top_conwrap {
    border-top-left-radius: 60px;
  }
}
.p-top_wrap .leadAreaWrap {
  margin: 120px 0;
  font-weight: 600;
}
.p-top_wrap .leadAreaWrap .img_logo {
  font-size: clamp(20px, 1.3541vw, 26px);
  margin-bottom: 30px;
  text-align: center;
}
.p-top_wrap .leadAreaWrap .img_logo .logo {
  display: inline-block;
  width: 188px;
  margin: 0 10px;
}
.p-top_wrap .leadAreaWrap .txt {
  text-align: center;
  font-size: clamp(18px, 1.0416vw, 20px);
  line-height: 2;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-top_wrap .leadAreaWrap {
    margin: 20vmin 0 12vmin;
  }
  .p-top_wrap .leadAreaWrap .img_logo {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .p-top_wrap .leadAreaWrap .img_logo .logo {
    width: 30%;
    max-width: 200px;
  }
  .p-top_wrap .leadAreaWrap .txt {
    font-size: 16px;
    text-align: left;
  }
}
.p-top_wrap .reasonAreaWrap {
  position: relative;
}
.p-top_wrap .reasonAreaWrap::before {
  content: "";
  background: url(../img/top/reason_bg.png) no-repeat;
  background-size: cover;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.p-top_wrap .reasonAreaWrap .main_ttl {
  font-size: clamp(20px, 1.3541vw, 26px);
  text-align: center;
  margin-bottom: 55px;
}
.p-top_wrap .reasonAreaWrap .main_ttl .logo {
  width: 119px;
  display: inline-block;
  margin: 0 10px;
}
.p-top_wrap .reasonAreaWrap .main_ttl em {
  font-size: clamp(20px, 1.875vw, 36px);
}
.p-top_wrap .reasonAreaWrap .reasonList {
  display: flex;
  justify-content: center;
}
.p-top_wrap .reasonAreaWrap .reasonList .list {
  width: 290px;
  height: 350px;
}
.p-top_wrap .reasonAreaWrap .reasonList .list.list01 {
  background: url(../img/top/reason_ph01.png) no-repeat;
  background-size: cover;
}
.p-top_wrap .reasonAreaWrap .reasonList .list.list02 {
  background: url(../img/top/reason_ph02.png) no-repeat;
  background-size: cover;
}
.p-top_wrap .reasonAreaWrap .reasonList .list.list03 {
  background: url(../img/top/reason_ph03.png) no-repeat;
  background-size: cover;
}
.p-top_wrap .reasonAreaWrap .reasonList .list .num {
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}
.p-top_wrap .reasonAreaWrap .reasonList .list .box {
  padding: 20px;
  min-height: 190px;
}
.p-top_wrap .reasonAreaWrap .reasonList .list .box .txtArea {
  color: #fff;
}
.p-top_wrap .reasonAreaWrap .reasonList .list .box .txtArea .ttl {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.2;
}
.p-top_wrap .reasonAreaWrap .reasonList .list .box .txtArea .caution {
  margin-top: 10px;
}
.p-top_wrap .reasonAreaWrap .reasonList .list .box .imgArea {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0 10px;
  min-height: 240px;
}
.p-top_wrap .reasonAreaWrap .reasonList .list .txt {
  padding: 0 20px;
  color: #fff;
  font-size: clamp(16px, 2vw, 14px);
  line-height: 1.5;
  font-weight: normal;
}
.p-top_wrap .reasonAreaWrap .reasonList .list .txt span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-top_wrap .reasonAreaWrap {
    padding: 12vmin 0;
  }
  .p-top_wrap .reasonAreaWrap::before {
    content: "";
    height: 10rem;
  }
  .p-top_wrap .reasonAreaWrap .main_ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .p-top_wrap .reasonAreaWrap .main_ttl .logo {
    width: 30%;
    max-width: 200px;
  }
  .p-top_wrap .reasonAreaWrap .main_ttl em {
    font-size: 5.2083vmin;
  }
  .p-top_wrap .reasonAreaWrap .reasonList {
    flex-wrap: wrap;
    gap: 8vmin;
    margin: 0 20px;
  }
  .p-top_wrap .reasonAreaWrap .reasonList .list {
    width: 100%;
    height: 20rem;
  }
  .p-top_wrap .reasonAreaWrap .reasonList .list.list02 {
    height: 22rem;
  }
  .p-top_wrap .reasonAreaWrap .reasonList .list.list03 {
    height: 24rem;
  }
  .p-top_wrap .reasonAreaWrap .reasonList .list .num::before {
    content: "";
  }
  .p-top_wrap .reasonAreaWrap .reasonList .list .num span {
    font-size: 4.1666vmin;
  }
  .p-top_wrap .reasonAreaWrap .reasonList .list .box {
    padding: 0;
    min-height: auto;
  }
  .p-top_wrap .reasonAreaWrap .reasonList .list .box .txtArea {
    padding: 3vmin;
  }
  .p-top_wrap .reasonAreaWrap .reasonList .list .box .txtArea .ttl {
    font-size: 22px;
  }
  .p-top_wrap .reasonAreaWrap .reasonList .list .box .txtArea .caution {
    margin-top: 3vmin;
  }
  .p-top_wrap .reasonAreaWrap .reasonList .list .box .imgArea {
    padding: 0 4vmin;
    min-height: 240px;
  }
  .p-top_wrap .reasonAreaWrap .reasonList .list .txt {
    margin-top: 3vmin;
    padding: 0 3vmin;
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .p-top_wrap .reasonAreaWrap .reasonList .list {
    width: 100%;
    height: 10rem;
  }
  .p-top_wrap .reasonAreaWrap .reasonList .list.list01 {
    height: 12rem;
    background-position: 25% 75%;
  }
  .p-top_wrap .reasonAreaWrap .reasonList .list.list02 {
    height: 12rem;
    background-position: 25% 75%;
  }
  .p-top_wrap .reasonAreaWrap .reasonList .list.list03 {
    height: 12rem;
    background-position: 25% 75%;
  }
}
.p-top_wrap .ownerAreaWrap {
  background: url(../img/top/owner_bg.png) no-repeat;
  background-size: auto;
  background-position: 0 -120px;
  position: relative;
  z-index: 1;
}
.p-top_wrap .ownerAreaWrap .serviceBox {
  padding: 200px 0 125px;
  display: flex;
  align-items: center;
  gap: 0 2%;
  overflow: hidden;
}
.p-top_wrap .ownerAreaWrap .serviceBox .txtArea {
  min-width: 60%;
}
.p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_en {
  font-size: clamp(20px, 2.34375vw, 45px);
  font-weight: 700;
  font-family: "Futura";
  margin-bottom: 50px;
}
.p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp {
  font-size: clamp(20px, 2.34375vw, 45px);
  font-weight: 700;
  margin-bottom: 15px;
}
.p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp span {
  color: #fff;
  background-color: rgba(102, 179, 41, 0.7);
  border-radius: 10px;
  display: block;
  padding: 0 10px;
  margin-top: 20px;
}
.p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp em {
  font-size: clamp(40px, 4.16vw, 80px);
}
.p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp01 {
  position: relative;
  color: #fff;
  /* 文字色は調整してね */
  font-size: clamp(20px, 2.34375vw, 45px);
  padding-left: 20px;
}
.p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp01::before {
  content: "";
  left: 0;
  transform: translateX(0%);
  background: url(../img/top/service_bg02.png) no-repeat;
  box-sizing: border-box;
  border-radius: 10px;
  position: absolute;
  width: 100vw;
  min-height: 13rem;
  z-index: -1;
}
.p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp01 span {
  color: #fff;
  display: block;
  line-height: 1.2;
  padding: 15px 0;
}
.p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp01 em {
  font-size: clamp(38px, 4.16vw, 80px);
}
.p-top_wrap .ownerAreaWrap .serviceBox .txtArea .btnArea {
  text-align: center;
}
.p-top_wrap .ownerAreaWrap .serviceBox .txtArea .btnArea .btn_t01 {
  margin-left: auto;
  margin-right: auto;
}
.p-top_wrap .ownerAreaWrap .ownerInterview {
  padding: 125px 0;
  background-color: #fff;
  border-radius: 2000px 2000px 0 0/500px 500px 0 0;
}
.p-top_wrap .ownerAreaWrap .ownerInterview .ownerInterviewList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.p-top_wrap .ownerAreaWrap .ownerInterview .ownerInterviewList .item .info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}
.p-top_wrap .ownerAreaWrap .ownerInterview .ownerInterviewList .item .info .tag {
  font-size: clamp(12px, 0.72916vw, 14px);
  color: #66b329;
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
}
.p-top_wrap .ownerAreaWrap .ownerInterview .ownerInterviewList .item .info .company {
  font-size: clamp(12px, 0.72916vw, 14px);
}
.p-top_wrap .ownerAreaWrap .ownerInterview .ownerInterviewList .item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
  -o-object-position: top;
     object-position: top;
}
.p-top_wrap .ownerAreaWrap .ownerInterview .btnArea {
  text-align: center;
}
.p-top_wrap .ownerAreaWrap .ownerInterview .btnArea .btn_t01 {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1920px) {
  .p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp01::before {
    min-height: 12.5rem;
  }
}
@media (max-width: 1750px) {
  .p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp01::before {
    min-height: 11.5rem;
  }
}
@media (max-width: 1650px) {
  .p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp01::before {
    min-height: 10.5rem;
  }
}
@media (max-width: 1500px) {
  .p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp01::before {
    min-height: 10rem;
  }
}
@media (max-width: 1220px) {
  .p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp01::before {
    min-height: 8rem;
  }
}
@media (max-width: 768px) {
  .p-top_wrap .ownerAreaWrap .serviceBox {
    padding: 12vmin 0;
    flex-wrap: wrap;
    gap: 5vmin;
    margin: 0 0 0 20px;
  }
  .p-top_wrap .ownerAreaWrap .serviceBox .imgArea {
    width: 100%;
    max-width: 441px;
    padding-right: 20px;
  }
  .p-top_wrap .ownerAreaWrap .serviceBox .txtArea {
    width: 100%;
  }
  .p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_en {
    font-size: 5.859vmin;
    margin-bottom: 4vmin;
  }
  .p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp {
    font-size: 5vmin;
  }
  .p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp span {
    display: block;
    padding: 2vmin 3vmin;
    margin-top: 20px;
  }
  .p-top_wrap .ownerAreaWrap .serviceBox .txtArea .txt_jp em {
    font-size: 10.416vmin;
  }
  .p-top_wrap .ownerAreaWrap .ownerInterview {
    padding: 12vmin 0;
  }
  .p-top_wrap .ownerAreaWrap .ownerInterview .inner {
    padding: 0;
  }
  .p-top_wrap .ownerAreaWrap .ownerInterview .ownerInterviewList {
    display: block;
  }
  .p-top_wrap .ownerAreaWrap .ownerInterview .ownerInterviewList .item {
    margin: 0 5px;
  }
  .p-top_wrap .ownerAreaWrap .ownerInterview .ownerInterviewList .item .info {
    gap: 3vmin;
  }
  .p-top_wrap .ownerAreaWrap .ownerInterview .ownerInterviewList .item .info .tag {
    font-size: 14px;
  }
  .p-top_wrap .ownerAreaWrap .ownerInterview .ownerInterviewList .item .info .company {
    font-size: 14px;
  }
  .p-top_wrap .ownerAreaWrap .ownerInterview .btnArea {
    padding: 0 20px;
  }
}
.p-top_wrap .seminarAreaWrap {
  background-color: #f8fff2;
  padding: 125px 0;
  border-radius: 2000px 2000px 0 0/500px 500px 0 0;
}
.p-top_wrap .seminarAreaWrap .seminarList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.p-top_wrap .seminarAreaWrap .seminarList > .item {
  border-radius: 10px;
  overflow: hidden;
}
.p-top_wrap .seminarAreaWrap .seminarList > .item .image {
  height: 300px;
}
.p-top_wrap .seminarAreaWrap .seminarList > .item .txtArea {
  background-color: #fff;
  padding: 30px;
}
.p-top_wrap .seminarAreaWrap .seminarList > .item .txtArea .ttl {
  font-size: clamp(18px, 1.0416vw, 20px);
  margin: 0 0 20px;
}
.p-top_wrap .seminarAreaWrap .seminarList > .item .txtArea .info {
  font-size: clamp(14px, 0.8333vw, 16px);
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px 15px;
}
.p-top_wrap .seminarAreaWrap .btnArea {
  text-align: center;
}
.p-top_wrap .seminarAreaWrap .btnArea .btn_t01 {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .p-top_wrap .seminarAreaWrap {
    padding: 12vmin 0;
  }
  .p-top_wrap .seminarAreaWrap .seminarList {
    display: grid;
    grid-template-columns: auto;
    gap: 7vmin;
  }
  .p-top_wrap .seminarAreaWrap .seminarList > .item .txtArea {
    padding: 6vmin;
  }
  .p-top_wrap .seminarAreaWrap .seminarList > .item .txtArea .ttl {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .p-top_wrap .seminarAreaWrap .seminarList > .item .txtArea .info {
    font-size: 16px;
    grid-template-columns: 50px 1fr;
    gap: 10px 15px;
  }
}
.p-top_wrap .ctaAreaWrap {
  background: url(../img/top/cta_bg.png) no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.p-top_wrap .ctaAreaWrap .ttl_t01 {
  font-size: clamp(20px, 1.875vw, 36px);
}
.p-top_wrap .ctaAreaWrap .ttl_t01::before, .p-top_wrap .ctaAreaWrap .ttl_t01::after {
  content: none;
}
.p-top_wrap .ctaAreaWrap .ctaList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.p-top_wrap .ctaAreaWrap .ctaList .list {
  background-color: #fff;
  padding: 40px;
  text-align: center;
}
.p-top_wrap .ctaAreaWrap .ctaList .list .ttl {
  font-size: clamp(18px, 1.0416vw, 20px);
  margin-bottom: 15px;
}
.p-top_wrap .ctaAreaWrap .ctaList .list .img {
  text-align: center;
  margin: 15px auto;
  min-height: 65px;
}
.p-top_wrap .ctaAreaWrap .ctaList .list .img img {
  margin: auto;
}
.p-top_wrap .ctaAreaWrap .ctaList .list .btnArea .txt {
  font-size: clamp(14px, 0.8333vw, 16px);
}
.p-top_wrap .ctaAreaWrap .ctaList .list .btnArea .btn_t01 {
  font-size: clamp(14px, 0.8333vw, 16px);
  width: 100%;
  margin-top: 10px;
  color: #fff;
}
.p-top_wrap .ctaAreaWrap .ctaList .list .btnArea .btn_t01::after {
  background: url(../img/common/arrow_right_w.svg) no-repeat;
}
.p-top_wrap .ctaAreaWrap .ctaList .list .btnArea .btn_t01:hover {
  opacity: 0.7;
}
.p-top_wrap .ctaAreaWrap .ctaList .list.material .ttl {
  color: #ec7c3c;
}
.p-top_wrap .ctaAreaWrap .ctaList .list.material .btn_t01 {
  background-color: #ec7c3c;
  border-color: #ec7c3c;
}
.p-top_wrap .ctaAreaWrap .ctaList .list.line .ttl {
  color: #55c80a;
}
.p-top_wrap .ctaAreaWrap .ctaList .list.line .btn_t01 {
  background-color: #55c80a;
  border-color: #55c80a;
}
.p-top_wrap .ctaAreaWrap .ctaList .list.contact .ttl {
  color: #00645a;
}
.p-top_wrap .ctaAreaWrap .ctaList .list.contact .btn_t01 {
  background-color: #00645a;
  border-color: #00645a;
}
@media (max-width: 768px) {
  .p-top_wrap .ctaAreaWrap {
    padding: 12vmin 0;
    background-size: cover;
    background-position: bottom;
  }
  .p-top_wrap .ctaAreaWrap .ttl_t01 {
    font-size: 22px;
  }
  .p-top_wrap .ctaAreaWrap .ctaList {
    display: grid;
    grid-template-columns: auto;
    gap: 5vmin;
  }
  .p-top_wrap .ctaAreaWrap .ctaList .list {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 3vmin;
    display: block;
    align-items: center;
    gap: 4vmin;
  }
  .p-top_wrap .ctaAreaWrap .ctaList .list .imgArea {
    flex-shrink: 0;
  }
  .p-top_wrap .ctaAreaWrap .ctaList .list .ttl {
    font-size: 14px;
    margin-bottom: 2vmin;
  }
  .p-top_wrap .ctaAreaWrap .ctaList .list .img {
    text-align: center;
    margin: 2vmin auto;
    min-height: auto;
    width: 62%;
  }
  .p-top_wrap .ctaAreaWrap .ctaList .list .img img {
    margin: auto;
  }
  .p-top_wrap .ctaAreaWrap .ctaList .list .btnArea {
    width: 75%;
    margin: 0 auto;
  }
  .p-top_wrap .ctaAreaWrap .ctaList .list .btnArea .txt {
    font-size: 16px;
  }
  .p-top_wrap .ctaAreaWrap .ctaList .list .btnArea .btn_t01 {
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    color: #fff;
  }
  .p-top_wrap .ctaAreaWrap .ctaList .list .btnArea .btn_t01::after {
    background: url(../img/common/arrow_right_w.svg) no-repeat;
  }
  .p-top_wrap .ctaAreaWrap .ctaList .list .btnArea .btn_t01:hover {
    opacity: 0.7;
  }
}
.p-top_wrap .ownerInterview .slick-track {
  display: flex;
  gap: 13px;
}
.p-top_wrap .ownerInterview .slide-arrow {
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.p-top_wrap .ownerInterview .slide-arrow.prev-arrow {
  left: 45px;
}
.p-top_wrap .ownerInterview .slide-arrow.next-arrow {
  right: 45px;
}
.p-top_wrap .ownerInterview .slick-dots {
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
}
.p-top_wrap .blogAreaWrap {
  background-color: #f8fff2;
  padding: 125px 0;
  border-radius: 2000px 2000px 0 0/500px 500px 0 0;
}
.p-top_wrap .blogAreaWrap .blogListSlide {
  padding-bottom: 50px;
}
.p-top_wrap .blogAreaWrap .blogListSlide .ttl {
  font-size: clamp(14px, 0.8333vw, 16px);
}
.p-top_wrap .blogAreaWrap .blogListSlide .b_Area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.p-top_wrap .blogAreaWrap .blogListSlide .b_Area .date {
  flex-shrink: 0;
  font-size: 14px;
}
.p-top_wrap .blogAreaWrap .blogListSlide .b_Area .tag {
  display: flex;
  gap: 5px;
}
.p-top_wrap .blogAreaWrap .blogListSlide .b_Area .tag > li {
  border: 1px solid;
  border-radius: 5px;
  font-size: 14px;
  background-color: #fff;
}
.p-top_wrap .blogAreaWrap .blogListSlide .b_Area .tag > li a {
  padding: 3px 7px;
}
.p-top_wrap .blogAreaWrap .blogListSlide .slick-track {
  display: flex;
  gap: 13px;
}
.p-top_wrap .blogAreaWrap .blogListSlide .slide-arrow {
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.p-top_wrap .blogAreaWrap .blogListSlide .slide-arrow.prev-arrow {
  left: 20px;
}
.p-top_wrap .blogAreaWrap .blogListSlide .slide-arrow.next-arrow {
  right: 20px;
}
.p-top_wrap .blogAreaWrap .blogListSlide .slick-dots {
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
}
.p-top_wrap .blogAreaWrap .btnArea {
  text-align: center;
}
.p-top_wrap .blogAreaWrap .btnArea .btn_t01 {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .p-top_wrap .blogAreaWrap {
    padding: 12vmin 0;
  }
  .p-top_wrap .blogAreaWrap .blogListSlide {
    padding-bottom: 50px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .p-top_wrap .blogAreaWrap .blogListSlide .ttl {
    font-size: 16px;
  }
}
.p-top_wrap .learnAreaWrap {
  background: url(../img/top/learn_bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  padding: 125px 0;
}
.p-top_wrap .learnAreaWrap .learnListSlide {
  padding-bottom: 50px;
}
.p-top_wrap .learnAreaWrap .learnListSlide .ttl {
  font-size: clamp(14px, 0.8333vw, 16px);
}
.p-top_wrap .learnAreaWrap .learnListSlide .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  -o-object-position: top;
     object-position: top;
}
.p-top_wrap .learnAreaWrap .learnListSlide .b_Area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.p-top_wrap .learnAreaWrap .learnListSlide .b_Area .date {
  flex-shrink: 0;
  font-size: 14px;
}
.p-top_wrap .learnAreaWrap .learnListSlide .b_Area .tag {
  display: flex;
  gap: 5px;
}
.p-top_wrap .learnAreaWrap .learnListSlide .b_Area .tag > li {
  border: 1px solid;
  border-radius: 5px;
  font-size: 14px;
  background-color: #fff;
}
.p-top_wrap .learnAreaWrap .learnListSlide .b_Area .tag > li a {
  padding: 3px 7px;
}
.p-top_wrap .learnAreaWrap .learnListSlide .slick-track {
  display: flex;
  gap: 13px;
}
.p-top_wrap .learnAreaWrap .learnListSlide .slide-arrow {
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.p-top_wrap .learnAreaWrap .learnListSlide .slide-arrow.prev-arrow {
  left: 20px;
}
.p-top_wrap .learnAreaWrap .learnListSlide .slide-arrow.next-arrow {
  right: 20px;
}
.p-top_wrap .learnAreaWrap .learnListSlide .slick-dots {
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
}
.p-top_wrap .learnAreaWrap .btnArea {
  text-align: center;
}
.p-top_wrap .learnAreaWrap .btnArea .btn_t01 {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .p-top_wrap .learnAreaWrap {
    padding: 12vmin 0;
  }
  .p-top_wrap .learnAreaWrap .learnListSlide {
    padding-bottom: 50px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .p-top_wrap .learnAreaWrap .learnListSlide .ttl {
    font-size: 14px;
  }
}/*# sourceMappingURL=top.css.map */