@charset "UTF-8";

/* mvWrap
***************************************************************/
.mvWrap {
  position: relative;
}
.mv_inner {
  width: 1150px;
  height: 800px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mv_circle1 {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  width: 1320px;
  height: 1320px;
  top: 163px;
  right: -820px;
}
.mv_titBox1 {
  padding-top: 100px;
}
.mv_titBox1_tit {
  width: 324.52px;
}
.mv_titBox1_txt {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
}
.mv_titBox1_txt + .mv_titBox1_txt {
  margin-top: 30px;
}
.mv_scroll {
  width: 23px;
  height: 227px;
  padding-left: 12px;
  position: absolute;
  z-index: 20;
  top: calc(100dvh - 227px);
  right: 35px;
}
.mv_scroll::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #c8d6bb;
  position: absolute;
  top: 0;
  left: 0;
}
.mv_scroll::after {
  content: "";
  width: 2px;
  height: 0px;
  background-color: #325310;
  position: absolute;
  top: 0;
  left: 0;
  transition: height 0.3s ease;
  animation: scroll1 2s ease 0s infinite backwards;
}
@keyframes scroll1 {
  0% {
    height: 0;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes donut {
  from {
    stroke-dashoffset: 3111;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes donut_sp {
  from {
    stroke-dashoffset: 3111;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media all and (min-width: 681px) {
  .mv_circle1 {
    transform: scale(-1, 1);
  }
  .mv_circle1 #donut {
    animation: donut 2s linear forwards;
  }
}
@media all and (max-width: 680px) {
  .mvWrap {
    height: 100dvh;
  }
  .mv_inner {
    width: 100%;
    height: auto;
    display: block;
  }
  .mv_circle1 {
    width: 572px;
    height: 572px;
    top: 262px;
    right: auto;
    left: -262px;
  }
  .mv_circle1 #donut_sp {
    animation: donut 4s linear forwards 0.5s;
  }
  .mv_titBox1 {
    padding-top: 59.2vw;
    padding-bottom: 0;
    padding-left: 39px;
  }
  .mv_titBox1_tit {
    width: 192.43px;
  }
  .mv_titBox1_txt {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2;
  }
  .mv_titBox1_txt + .mv_titBox1_txt {
    margin-top: 15px;
  }
  .mv_scroll {
    width: 18px;
    height: 142px;
    padding-left: 9px;
    top: calc(100dvh - 142px);
    right: 12px;
  }
}
@media all and (max-width: 370px) {
}

/* mv_slide
***************************************************************/
.mv_slide {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f5f5f5;
  opacity: 0;
  animation: blur 1.5s ease-in-out 0.5s forwards;
}
.mv_slide1_item {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
}
.mv_slide1 {
  width: 307px;
  height: 203px;
  top: 0;
  left: 318px;
  animation-delay: 1.5s;
}
.mv_slide2 {
  width: 375px;
  height: 260px;
  top: 250px;
  left: -95px;
  animation-delay: 2.5s;
}
.mv_slide3 {
  width: 398px;
  height: 589px;
  top: 273px;
  left: 340px;
  animation-delay: 0.5s;
}
@media all and (min-width: 681px) {
  .mv_slide1_item.slide1_1 {
    background-image: url(../img/top/mv_slide1_1.jpg);
  }
  .mv_slide1_item.slide1_2 {
    background-image: url(../img/top/mv_slide1_2.jpg);
  }
  .mv_slide1_item.slide1_3 {
    background-image: url(../img/top/mv_slide1_3.jpg);
  }
  .mv_slide1_item.slide2_1 {
    background-image: url(../img/top/mv_slide2_1.jpg);
  }
  .mv_slide1_item.slide2_2 {
    background-image: url(../img/top/mv_slide2_2.jpg);
  }
  .mv_slide1_item.slide2_3 {
    background-image: url(../img/top/mv_slide2_3.jpg);
  }
  .mv_slide1_item.slide3_1 {
    background-image: url(../img/top/mv_slide3_1.jpg);
  }
  .mv_slide1_item.slide3_2 {
    background-image: url(../img/top/mv_slide3_2.jpg);
  }
  .mv_slide1_item.slide3_3 {
    background-image: url(../img/top/mv_slide3_3.jpg);
  }
}
@media all and (max-width: 680px) {
  .mv_slide1 {
    width: 35.73vw;
    height: 26.13333333333333vw;
    top: 33.33vw;
    left: auto;
    right: 0;
  }
  .mv_slide2 {
    width: 29.21333333333333vw;
    height: 31.21333333333333vw;
    top: 67.2vw;
    left: auto;
    right: 0;
  }
  .mv_slide3 {
    width: 58.13333333333334vw;
    height: 33.6vw;
    top: 19.2vw;
    left: 0;
  }
  .mv_slide1_item.slide1_1 {
    background-image: url(../img/top/mv_slide1_1_sp.jpg);
  }
  .mv_slide1_item.slide1_2 {
    background-image: url(../img/top/mv_slide1_2_sp.jpg);
  }
  .mv_slide1_item.slide1_3 {
    background-image: url(../img/top/mv_slide1_3_sp.jpg);
  }
  .mv_slide1_item.slide2_1 {
    background-image: url(../img/top/mv_slide2_1_sp.jpg);
  }
  .mv_slide1_item.slide2_2 {
    background-image: url(../img/top/mv_slide2_2_sp.jpg);
  }
  .mv_slide1_item.slide2_3 {
    background-image: url(../img/top/mv_slide2_3_sp.jpg);
  }
  .mv_slide1_item.slide3_1 {
    background-image: url(../img/top/mv_slide3_1_sp.jpg);
  }
  .mv_slide1_item.slide3_2 {
    background-image: url(../img/top/mv_slide3_2_sp.jpg);
  }
  .mv_slide1_item.slide3_3 {
    background-image: url(../img/top/mv_slide3_3_sp.jpg);
  }
}
@media all and (max-width: 370px) {
}

/* mv_topics
***************************************************************/
.mv_topics {
  position: absolute;
  left: -95px;
  top: 607px;
  z-index: 2;
}
.mv_topics_link {
  display: block;
  width: 492px;
  padding: 26px 40px 32px;
  background: #fff url(../img/top/topics_bg1.svg) no-repeat left top / 113px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.mv_topics_h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.mv_topics_p1 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mv_topics_day {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 5px;
}
@media all and (min-width: 681px) {
  a.mv_topics_link:hover {
    background: #76ff02 url(../img/top/topics_bg1_o.svg) no-repeat left top /
      113px;
  }
}
@media all and (max-width: 680px) {
  .mv_topics {
    position: static;
    margin-left: -11px;
  }
  .mv_topics_link {
    width: 334px;
    padding: 13px 18px 14px 54px;
    margin-top: 21px;
    background-size: 72px;
    display: flex;
    flex-flow: wrap;
    gap: 5px 10px;
    align-items: center;
  }
  .mv_topics_h2 {
    font-size: 15px;
    order: 1;
  }
  .mv_topics_p1 {
    width: 100%;
    font-size: 13px;
    margin-top: 0;
    order: 3;
  }
  .mv_topics_day {
    font-size: 13px;
    margin-top: 0;
    order: 2;
  }
}
@media all and (max-width: 370px) {
}

/* top_pickup
***************************************************************/
.top_pickup {
  padding-top: 145px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .top_pickup {
    padding-top: 80px;
  }
}
@media all and (max-width: 370px) {
}

/* conceptWrap
***************************************************************/
.conceptWrap {
  padding: 190px 0 125px;
}
.concept_inner {
  width: 1150px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.concept_tit {
  width: 342.3px;
  margin: 0 auto;
}
.concept_txt {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 3.67;
  margin-top: 30px;
  margin-bottom: 45px;
}
.concept_img {
  position: absolute;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.concept_img1 {
  width: 408px;
  top: -43px;
  left: -164px;
}
.concept_img2 {
  width: 300px;
  top: 185px;
  left: 0;
}
.concept_img3 {
  width: 261px;
  top: -43px;
  right: -44px;
}
.concept_img4 {
  width: 320px;
  top: 448px;
  left: -73px;
}
.concept_img5 {
  width: 285px;
  top: 306px;
  right: 0;
}
.concept_img6 {
  width: 256px;
  top: 200px;
  right: -156px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .conceptWrap {
    padding: 0 0 60px;
  }
  .concept_inner {
    width: 100%;
    padding-top: 335px;
  }
  .concept_tit {
    width: 162.47px;
  }
  .concept_txt {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2.5;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .concept_img {
    position: absolute;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .concept_img1 {
    width: 190px;
    top: 140px;
    left: 0;
  }
  .concept_img2 {
    width: 165px;
    top: 100px;
    left: 163px;
  }
  .concept_img3 {
    width: 128px;
    top: 220px;
    right: 0;
  }
}
@media all and (max-width: 370px) {
}

/* top_item1
***************************************************************/
.top_item1 {
  width: 276px;
  position: relative;
}
.top_item1_sticy {
  position: sticky;
  top: 140px;
}
.top_item1_en {
  color: #8eba5e;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.top_item1_tit1 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.top_item1_txt1 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .top_item1 {
    width: 100%;
    padding: 0 30px;
  }
  .top_item1_sticy {
    position: static;
  }
  .top_item1_en {
    font-size: 16px;
  }
  .top_item1_tit1 {
    font-size: 32px;
  }
  .top_item1_txt1 {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.7;
  }
}
@media all and (max-width: 370px) {
}

/* aboutWrap
***************************************************************/
.aboutWrap {
  padding: 120px 0 200px;
}
.about_inner {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.about_contents {
  width: 800px;
}
.about_list1 .li1:nth-of-type(n + 2) {
  margin-top: 50px;
}
.about_list1_link1 {
  display: block;
  position: relative;
}
.about_list1_thumb {
  width: 100%;
  height: 240px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.about_list1_img {
  width: 100%;
  height: 100%;
  background: url(../img/common/noimage.jpg) no-repeat center / cover;
  transition: 0.3s ease-in-out;
}
.about_list1_arrow {
  width: 63px;
  height: 63px;
  border: 1px solid #fff;
  border-radius: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: 14px;
  right: 12px;
  transition: width 0.3s ease-in-out;
}
.about_list1_arrow .s1 {
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: width 0.3s ease-in-out, opacity 0s ease-in-out;
}
.about_list1_arrow i {
  width: 14.57px;
  height: 12.15px;
  background: url(../img/common/arrow1_w.svg) no-repeat center / contain;
}
.about_list1_textBox {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_list1_tit1 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.4;
}
.about_list1_txt1 {
  width: 528px;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media all and (min-width: 681px) {
  a:hover .about_list1_img {
    transform: scale(1.1);
  }
  a:hover .about_list1_arrow {
    width: 188px;
  }
  a:hover .about_list1_arrow .s1 {
    width: 112px;
    opacity: 1;
    transition: width 0.3s ease-in-out, opacity 0.3s ease 0.3s;
  }
}
@media all and (max-width: 680px) {
  .aboutWrap {
    padding: 60px 0 45px;
  }
  .about_inner {
    width: 100%;
    display: block;
  }
  .about_contents {
    width: 100%;
    padding: 0 30px;
    margin-top: 40px;
  }
  .about_list1 .li1:nth-of-type(n + 2) {
    margin-top: 35px;
  }
  .about_list1_thumb {
    height: 110px;
  }
  .about_list1_thumb::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(82, 105, 88, 0.3);
    position: absolute;
    top: 0;
    left: 0;
  }
  .about_list1_arrow {
    width: 43px;
    height: 43px;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    right: 23px;
    margin: auto;
  }
  .about_list1_arrow .s1 {
    display: none;
  }
  .about_list1_arrow i {
    width: 10.12px;
    height: 8.44px;
  }
  .about_list1_textBox {
    margin-top: 12px;
    padding: 0 22px;
    display: block;
  }
  .about_list1_tit1 {
    width: 100%;
    height: 110px;
    padding-left: 24px;
    font-size: 24px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .about_list1_txt1 {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
}
@media all and (max-width: 370px) {
}

/* workWrap
***************************************************************/
.workWrap {
  padding: 200px 0 200px;
}
.work_inner {
  width: calc(100% - ((100% - 1150px) / 2));
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.work_contents {
  width: calc(800px + ((100% - 1150px)));
  overflow: hidden;
  padding: 6px 0;
}
.work_slide1 {
  width: 100%;
  margin-bottom: 0 !important;
}
.work_slide1 .slick-list {
  overflow: visible;
}
.work_slide1_item {
  width: 320px;
  height: 473px;
  margin: 0 15px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  display: block;
  position: relative;
}
.work_slide1_img {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
  transition: transform 0.3s ease-in-out;
}
.work_slide1_textBox1 {
  width: 100%;
  padding: 26px 28px;
  background: url(../img/top/ico_works1.svg) no-repeat left center / 56px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.work_slide1_textBox1 .eng {
  display: block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.work_slide1_textBox1 .jpn {
  display: block;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.work_slide1_img.img2 {
  background-image: url(../img/top/works_img2.jpg);
}
.work_slide1_img.img3 {
  background-image: url(../img/top/works_img3.jpg);
}
.work_slide1_img.img4 {
  background-image: url(../img/top/works_img4.jpg);
}

@media all and (min-width: 681px) {
  .workWrap .top_item1_sticy {
    position: static;
    padding-top: 45px;
  }
  .work_slide1_img.img1 {
    background-image: url(../img/top/works_img1.jpg);
    background-position: center bottom;
  }
  a:hover .work_slide1_img {
    transform: scale(1.1);
  }
}
@media all and (max-width: 680px) {
  .workWrap {
    padding: 45px 0 60px;
  }
  .work_inner {
    width: 100%;
    display: block;
  }
  .work_contents {
    width: 100%;
    margin-top: 40px;
  }
  .work_slide1_item {
    width: 240px;
    height: 315px;
    margin: 0 7.5px;
  }
  .work_slide1_img.img1 {
    background-image: url(../img/top/works_img1.jpg);
    background-position: center top;
  }
  .work_slide1_textBox1 {
    width: 100%;
    padding: 22px 0 22px 28px;
  }
  .work_slide1_textBox1 .eng {
    font-size: 28px;
  }
  .work_slide1_textBox1 .jpn {
    font-size: 24px;
    letter-spacing: 0;
  }
}
@media all and (max-width: 370px) {
}

/* interviewWrap
***************************************************************/
.interviewWrap {
  padding: 200px 0;
}
.interview_titleBox {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}
.interview_title {
  display: flex;
  gap: 40px;
  animation: marquee 10s linear infinite;
}
.interview_title img {
  width: 967.49px;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1007.49px);
  }
}
.interview_h3 {
  font-size: 55px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 65px;
}
.interview_list1 {
  width: 1150px;
  margin: 80px auto 0;
  counter-reset: interview-counter;
}
.interview_list1 .li1 {
  position: relative;
}
.interview_list1 .li1:nth-of-type(n + 2) {
  margin-top: 100px;
}
.interview_list1_link1 {
  display: block;
  width: 800px;
}
.interview_list1_img1 {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.interview_list1_img1 img {
  transition: transform 0.3s ease-in-out;
}
.interview_item {
  counter-increment: interview-counter;
  width: 575px;
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 1;
  padding: 78px 40px 50px 50px;
  transition: background-color 0.3s ease;
}
.interview_item:before {
  content: counter(interview-counter, decimal-leading-zero);
  color: #fff;
  font-family: "Lato", serif;
  font-size: 103px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: absolute;
  top: 15px;
  right: 30px;
  transition: opacity 0.3s ease;
}
.interview_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/top/ico_innerview1.svg) no-repeat center / contain;
  width: 271px;
  height: 287px;
  transition: opacity 0.3s ease;
}
.interview_item_in {
  position: relative;
  z-index: 1;
}
.interview_item_h4 {
  font-size: 26px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
}
.interview_item_p1 {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 15px;
}
.interview_item_name {
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.interview_item_name .sml1 {
  font-size: 15px;
}
.interview_item_more {
  width: 160px;
  margin-left: auto;
  margin-top: 15px;
  padding: 5px 0;
  position: relative;
  border-bottom: 1px solid #325310;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.interview_item_more::after {
  content: "";
  width: 10.12px;
  height: 8.44px;
  background: url(../img/common/arrow2.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
}
@media all and (min-width: 681px) {
  .interview_item_name.clm1 {
    display: flex;
    align-items: center;
    gap: 0 14.5px;
  }
  .interview_item_name .clmin1 {
    display: flex;
    align-items: center;
  }
  .interview_item_name .cross1 {
    width: 17px;
    height: 17px;
    background: url(../img/top/cross1.svg) no-repeat center / contain;
  }

  a:hover .interview_list1_img1 img {
    transform: scale(1.1);
  }
  a:hover .interview_item {
    background-color: #76ff02;
  }
  a:hover .interview_item::before,
  a:hover .interview_item::after {
    opacity: 0.36;
  }
}
@media all and (max-width: 680px) {
  .interviewWrap {
    padding: 100px 0;
  }
  .interview_title {
    gap: 16px;
  }
  .interview_title img {
    width: 399.17px;
  }
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-415.17px);
    }
  }
  .interview_h3 {
    font-size: 28px;
    line-height: 1.7;
    margin-top: 40px;
  }
  .interview_list1 {
    width: 100%;
    margin-top: 30px;
  }
  .interview_list1 .li1:nth-of-type(n + 2) {
    margin-top: 50px;
  }
  .interview_list1_link1 {
    width: 100%;
  }
  .interview_item {
    width: 315px;
    margin: 0 auto -20px;
    position: relative;
    top: -20px;
    bottom: auto;
    right: auto;
    padding: 30px 35px 28px;
  }
  .interview_item:before {
    display: none;
  }
  .interview_item::after {
    width: 208.89px;
    height: 221.22px;
  }
  .interview_item_h4 {
    font-size: 20px;
    line-height: 1.57;
  }
  .interview_item_p1 {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .interview_item_name {
    font-size: 17px;
    margin-top: 14px;
  }
  .interview_item_name .sml1 {
    font-size: 12px;
  }
  .interview_item_more {
    width: 132px;
    margin-left: auto;
    margin-right: -35px;
    margin-top: 12px;
    font-size: 14px;
    padding-right: 25px;
  }
  .interview_item_more::after {
    right: 18px;
  }
  .interview_item_name.clm1 {
    display: flex;
    flex-flow: column;
    gap: 6px 0;
  }
  .interview_item_name .clmin1 {
    display: flex;
    align-items: center;
  }
  .interview_item_name .cross1 {
    width: 15px;
    height: 15px;
    background: url(../img/top/cross1.svg) no-repeat center / contain;
  }
}
@media all and (max-width: 370px) {
}

/* blogWrap
***************************************************************/
.blogWrap {
  padding: 200px 0 250px;
  position: relative;
}
.blog_circle1 {
  width: 368px;
  overflow: hidden;
  position: absolute;
  top: 100px;
  right: 0;
}
.blog_circle1 img {
  max-width: none;
  width: 696.44px;
}
.blog_inner {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.blog_contents {
  width: 740px;
  position: relative;
  z-index: 1;
}
.blog_nav_pc {
  margin-top: 60px;
}
.blog_nav_pc .li1 {
  border-bottom: 1px solid #c8d6bb;
}
.blog_nav_pc .link1 {
  padding: 20px 34px 20px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  position: relative;
}
.blog_nav_pc .link1::after {
  content: "";
  width: 10.12px;
  height: 8.44px;
  background: url(../img/common/arrow2.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  transition: right 0.3s ease-in-out;
}
.blog_lead1 {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.88;
  padding-top: 40px;
}
.blog_list1 {
  padding-top: 80px;
}
.blog_list1 .li1:nth-of-type(n + 2) {
  margin-top: 60px;
}
.blog_list1 .link1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog_list1_thumb {
  width: 166px;
  height: 166px;
  border-radius: 100%;
  background: url(../img/common/circle1.svg) no-repeat center / contain;
  overflow: hidden;
  position: relative;
}
.blog_list1_img {
  width: 166px;
  height: 166px;
  border-radius: 100%;
  background: url(../img/common/blog_default1.svg) no-repeat center / cover;
  overflow: hidden;
  position: relative;
  left: -100%;
  transition: 0.3s ease-in-out;
}
.blog_list1_img.scrollin {
  left: 0;
}
.blog_list1_box1 {
  width: 543px;
  transition: opacity 0.3s ease-in-out;
}
.blog_list1_cat_day {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.blog_list1_cat {
  padding: 5px 24px;
  border: 1px solid #325310;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.blog_list1_day {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.blog_list1_h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_list1_p1 {
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.blog_list1_more {
  width: 120px;
  margin-left: auto;
  margin-top: 12px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.blog_list1_more::after {
  content: "";
  width: 10.12px;
  height: 8.44px;
  background: url(../img/common/arrow2.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  .blog_circle1 {
    width: 368px;
    overflow: hidden;
    position: absolute;
    top: -100px;
    right: auto;
    left: calc((1150px - 368px) + ((100vw - 1150px) / 2));
  }
  .blog_nav_pc a.link1:hover::after {
    right: 8px;
  }
  a:hover .blog_list1_img {
    transform: scale(1.1);
  }
}
@media all and (max-width: 680px) {
  .blogWrap {
    padding: 100px 0 60px;
  }
  .blog_circle1 {
    width: 188px;
    top: auto;
    bottom: 12px;
    right: 0;
  }
  .blog_circle1 img {
    width: 323.5px;
  }
  .blog_inner {
    width: 100%;
    display: block;
  }
  .blog_contents {
    width: 100%;
  }
  .blog_lead1 {
    font-size: 15px;
    line-height: 1.7;
    padding: 15px 30px 0;
  }
  .blog_list1 {
    padding: 50px 30px 0;
  }
  .blog_list1 .li1:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .blog_list1 .link1 {
    align-items: flex-start;
  }
  .blog_list1_thumb {
    width: 82px;
    height: 82px;
  }
  .blog_list1_img {
    width: 82px;
    height: 82px;
  }
  .blog_list1_box1 {
    width: calc(100% - 96px);
  }
  .blog_list1_h3 {
    letter-spacing: 0;
    margin-top: 6px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .blog_list1_p1 {
    display: none;
  }
  .blog_list1_more {
    width: 95px;
    margin-top: 10px;
    font-size: 12px;
  }
  .blog_nav_spBox {
    width: 100%;
    padding-bottom: 5px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 35px;
  }
  .blog_nav_spBox::-webkit-scrollbar {
    display: none;
  }
  .blog_nav_sp {
    width: calc((109px * 5) + (10px * 4) + 30px);
    display: flex;
    gap: 0 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog_nav_sp .li1 {
    min-width: 109px;
  }
  .blog_nav_sp .link1 {
    width: 100%;
    height: 35px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    position: relative;
  }
  .blog_nav_sp .link1.active {
    background-color: #325310;
    color: #fff;
  }
  .blog_nav_sp .link1.active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 7px solid #325310;
    border-bottom: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
