/* home-Hero
-----------------------------------*/
.home-Hero {
  height: 450px;
  position: relative;
}
.home-Hero_Catch {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: clamp(1.625rem, 7.8947368421vw, 2.125rem);
  font-weight: 700;
  line-height: 1.33;
  text-shadow: 0 0 5px #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: absolute;
  left: 20px;
  top: 44px;
  z-index: 10;
}
.home-Hero_Catch_Item {
  display: block;
}
.home-Hero_Catch_Sm {
  font-size: 80%;
}
.home-Hero_Slider {
  opacity: 0;
}
.home-Hero_Slider.slick-initialized {
  opacity: 1;
}
.home-Hero_Slider_Item {
  height: 450px;
  overflow: hidden;
  position: relative;
}
.home-Hero_Slider_MainImage {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-Hero_Slider_SubImage {
  width: 340px;
  height: 170px;
  position: absolute;
  right: -60px;
  bottom: 0;
}

@media screen and (min-width: 700px) {
  .home-Hero {
    height: 650px;
  }
  .home-Hero_Catch {
    font-size: 2.625rem;
    left: 40px;
  }
  .home-Hero_Slider_Item {
    height: 650px;
  }
  .home-Hero_Slider_MainImage {
    height: 570px;
  }
  .home-Hero_Slider_SubImage {
    width: 510px;
    height: 255px;
  }
}
@media screen and (min-width: 960px) {
  .home-Hero {
    height: 755px;
  }
  .home-Hero_Catch {
    font-size: 3.125rem;
    line-height: 1.4;
    top: 47px;
  }
  .home-Hero_Slider_Item {
    height: 755px;
  }
  .home-Hero_Slider_MainImage {
    height: 660px;
  }
  .home-Hero_Slider_SubImage {
    width: 840px;
    height: 420px;
    left: calc(50% + 35px);
    right: auto;
  }
}
@media screen and (min-width: 1380px) {
  .home-Hero_Catch {
    left: calc(50% - 650px);
  }
}
/* home-Intro
-----------------------------------*/
.home-Intro {
  margin-top: -50px;
  padding-top: 110px;
  padding-bottom: 68px;
  position: relative;
}
.home-Intro::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.home-Intro_Inner {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}
.home-Intro_Text {
  font-size: 1.1875rem;
  line-height: 1.68;
  max-width: 820px;
}
.home-Intro_Text + .home-Intro_Text {
  margin-top: 15px;
}

@media screen and (min-width: 700px) {
  .home-Intro {
    margin-top: -80px;
  }
}
@media screen and (min-width: 960px) {
  .home-Intro {
    margin-top: -95px;
    padding-top: 184px;
    padding-bottom: 76px;
  }
  .home-Intro::before {
    -webkit-clip-path: polygon(0 0, calc(50% + 360px) 0, calc(50% + 150px) 100%, 0 100%);
            clip-path: polygon(0 0, calc(50% + 360px) 0, calc(50% + 150px) 100%, 0 100%);
  }
  .home-Intro_Text {
    font-size: 1.3125rem;
    line-height: 1.67;
  }
}
/* home-AboutUs
-----------------------------------*/
.home-AboutUs {
  margin-top: 60px;
  overflow: hidden;
}
.home-AboutUs_Catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.4;
  font-weight: 700;
}
.home-AboutUs_Catch_Sm {
  font-size: 80%;
}
.home-AboutUs_Text {
  font-size: 0.875rem;
  line-height: 2.14;
}
.home-AboutUs_Catch + .home-AboutUs_Text {
  margin-top: 40px;
}
.home-AboutUs_Text + .home-AboutUs_Text {
  margin-top: 15px;
}
.home-AboutUs_Content01 {
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 32px;
  margin-inline: auto;
  padding-inline: 20px;
}
.home-AboutUs_Content01_Item-image {
  margin-inline: -40px;
}
.home-AboutUs_Content01_Image {
  width: 100%;
  height: auto;
}
.home-AboutUs_Content02 {
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 38px;
  margin-top: 37px;
  margin-inline: auto;
  padding-inline: 20px;
}
.home-AboutUs_Content02_Image {
  width: 100%;
  height: auto;
}
.home-AboutUs_Content02_SubImage {
  margin-top: 31px;
}
.home-AboutUs_Content02_SubImage_Item {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 500px) {
  .home-AboutUs_Catch_Item {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .home-AboutUs_Content01_Item-image {
    margin-inline: -20px;
  }
}
@media screen and (min-width: 700px) {
  .home-AboutUs_Content02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .home-AboutUs_Content02_Item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 960px) {
  .home-AboutUs {
    margin-top: 80px;
  }
  .home-AboutUs_Catch {
    font-size: 2.1875rem;
    line-height: 1.29;
  }
  .home-AboutUs_Catch_Item {
    display: inline;
  }
  .home-AboutUs_Text {
    font-size: 1rem;
    line-height: 2;
  }
  .home-AboutUs_Catch + .home-AboutUs_Text {
    margin-top: 49px;
  }
  .home-AboutUs_Content01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    padding-inline: 40px;
  }
  .home-AboutUs_Content01_Item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 33px;
  }
  .home-AboutUs_Content01_Item-image {
    width: 50%;
    margin-inline: 0;
  }
  .home-AboutUs_Content01_Image {
    width: calc(100% + 410px);
  }
  .home-AboutUs_Content02 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    margin-top: 10px;
    padding-inline: 40px;
  }
  .home-AboutUs_Content02_Item-text {
    margin-top: 63px;
  }
  .home-AboutUs_Content02_SubImage {
    margin-top: 74px;
  }
}
@media screen and (min-width: 1100px) {
  .home-AboutUs_Content02_Item-text {
    margin-top: 123px;
  }
}
@media screen and (min-width: 1280px) {
  .home-AboutUs_Catch_Item {
    display: block;
  }
}
/* home-News
-----------------------------------*/
.home-News {
  background-color: #f0f0f0;
  margin-top: 82px;
  margin-bottom: 135px;
  padding-top: 55px;
  padding-bottom: 49px;
}
.home-News_Title {
  font-family: "Radio Canada Big", serif;
  color: #556998;
  font-size: 1.25rem;
  text-align: center;
}
.home-News_List {
  max-width: 810px;
  margin-top: 15px;
  margin-inline: auto;
  padding-inline: 20px;
}
.home-News_List_Item {
  list-style: none;
  border-bottom: 1px solid #c8c8c8;
}
.home-News_List_Item:first-child {
  border-top: 1px solid #c8c8c8;
}
.home-News_List_Link {
  font-size: 0.875rem;
  line-height: 1.43;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 20px;
  position: relative;
}
.home-News_List_Link::before, .home-News_List_Link::after {
  content: "";
  display: block;
  margin-block: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.home-News_List_Link::before {
  width: 16px;
  height: 16px;
  background-color: #556998;
  border-radius: 50%;
  right: 0;
}
.home-News_List_Link::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home-News_List_Date {
  color: #969696;
}
.home-News_More {
  text-align: center;
  margin-top: 21px;
}
.home-News_More_Link {
  font-family: "Noto Sans JP", sans-serif;
  color: #969696;
  font-size: 0.875rem;
  line-height: 1.43;
  text-decoration: none;
  display: inline-block;
  padding: 15px;
}
.home-News_More_Sm {
  font-size: 80%;
}

@media screen and (min-width: 960px) {
  .home-News {
    margin-top: 94px;
    margin-bottom: 175px;
    padding-bottom: 26px;
  }
  .home-News_List {
    padding-inline: 40px;
  }
  .home-News_List_Link {
    font-size: 1rem;
    line-height: 1.5;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 31px 45px 23px 35px;
  }
  .home-News_List_Link::before {
    width: 30px;
    height: 30px;
  }
  .home-News_List_Link::after {
    width: 8px;
    height: 8px;
    right: 12px;
  }
  .home-News_List_Date {
    width: 190px;
  }
  .home-News_List_Text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home-News_More_Link {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .home-News_List_Link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .home-News_List_Link::after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .home-News_List_Link:hover {
    opacity: 0.7;
  }
  .home-News_List_Link:hover::after {
    right: 5px;
  }
  .home-News_List_Link:hover .home-News_List_Date, .home-News_List_Link:hover .home-News_List_Text {
    text-decoration: underline;
  }
  .home-News_More_Link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .home-News_More_Link:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    opacity: 0.7;
  }
}
@media (any-hover: hover) and (min-width: 960px) {
  .home-News_List_Link:hover::after {
    right: 10px;
  }
}