.MainSection {
  background: #e9eae9;
}
.CtaSection {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ececec;
}
@media screen and (max-width: 480px) {
  .CtaSection {
    padding-top: 48px;
    padding-bottom: 54px;
  }
}
.Cta-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 516px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Cta-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Cta-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Cta-Inner {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
.Cta-Inner-Headline {
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Headline {
    font-size: 5.7vw;
  }
}
.Cta-Inner-SubHeadline {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-SubHeadline {
    margin-top: 16px;
    font-size: 3.1vw;
  }
}
.Cta-Inner-Btn {
  margin-top: 48px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Btn {
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    width: 86%;
    max-width: 340px;
  }
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Btn-Img {
    display: none;
  }
}
.Cta-Inner-Btn-ImgSp {
  display: none;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Btn-ImgSp {
    display: block;
  }
}
.Cta-Inner-Text {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Cta-Inner-Text {
    margin-top: 28px;
    font-size: 2.8vw;
  }
}
.FooterSection {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .FooterSection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.Footer-Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  width: 100%;
  max-width: 465px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner {
    max-width: 232px;
  }
}
.Footer-Inner-Mark01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
}
.Footer-Inner-Mark02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
}
.Footer-Inner-SNS {
  margin-left: auto;
  margin-right: auto;
  width: 164px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-SNS {
    width: 90px;
  }
}
.Footer-Inner-SNS-Item {
  width: 24px;
}
.Footer-Inner-SNS-Item.isYouTube {
  width: 28px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-SNS-Item.isYouTube {
    width: 15px;
  }
}
@media screen and (max-width: 480px) {
  .Footer-Inner-SNS-Item {
    width: 14px;
  }
}
.Footer-Inner-Copy {
  margin-top: 64px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Footer-Inner-Copy {
    margin-top: 28px;
    font-size: 3.3vw;
  }
}
.HeaderLayer {
  position: fixed;
  top: 40px;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  .HeaderLayer {
    top: 20px;
  }
}
.Header {
  width: 100%;
  height: 100%;
}
.Header-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1304px;
  height: 100%;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
.Header-Inner-Content {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.Header-Inner-Content-Left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner-Content-Left {
    width: 100%;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Left {
    width: 100%;
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Left {
    width: 100%;
    align-items: flex-start;
  }
}
.Header-Inner-Content-Left-ImgBox {
  width: 170px;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner-Content-Left-ImgBox {
    width: 120px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Left-ImgBox {
    width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Left-ImgBox {
    display: none;
  }
}
.Header-Inner-Content-Left-Hm {
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner-Content-Left-Hm {
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Left-Hm {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Left-Hm {
    display: block;
  }
}
.Header-Inner-Content-Left-Hm-Link {
  position: relative;
  width: 50px;
  z-index: 100002;
}
.Header-Inner-Content-Right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 5;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Header-Inner-Content-Right {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Right {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Right {
    display: none;
  }
}
.Header-Inner-Content-Right-Item {
  position: relative;
  padding: 0 1.5vw;
  display: flex;
  flex-wrap: nowrap;
  flex: none;
  height: 100%;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Right-Item {
    display: none;
  }
}
.Header-Inner-Content-Right-Item:nth-child(6) {
  padding-right: 3.4vw;
}
.Header-Inner-Content-Right-Item:nth-child(7) {
  padding-right: 0;
}
.Header-Inner-Content-Right-Item.Hm {
  padding-right: 0;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Header-Inner-Content-Right-Item.Hm {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .Header-Inner-Content-Right-Item.Hm {
    display: block;
  }
}
.Header-Inner-Content-Right-Item-Img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
}
.Header-Inner-Content-Right-Item-Link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.SpLogo {
  position: absolute;
  top: 20px;
  left: 4.8vw;
  z-index: 1001;
  width: 130px;
  display: none;
}
@media screen and (max-width: 480px) {
  .SpLogo {
    display: block;
  }
}
.MenuLayer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(14,12,12,0.9);
  z-index: 100001;
}
.JS_SlideSpMenu_Contents {
  transition: all 0.2s;
  transform: translate(100vw);
}
.JS_SlideSpMenu_Contents.isShow {
  transform: translate(0);
}
.Menu {
  width: 100%;
  height: 100%;
}
.Menu-Head {
  padding-top: 4.8vw;
  padding-left: 4.8vw;
  padding-right: 6vw;
  height: auto;
  display: flex;
}
.Menu-Head-ImgBox {
  width: 130px;
}
.Menu-Head-MenuIcon {
  margin-left: auto;
  width: 36px;
}
.Menu-Inner {
  padding-top: 24px;
  height: 100%;
}
.Menu-Inner-List {
  width: 100%;
}
.Menu-Inner-List-Item {
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 3.8vw;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Menu-Inner-List-Item {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Menu-Inner-List-Item {
    font-size: 2.8vw;
  }
}
.Menu-Inner-List-Item:nth-child(n+2) {
  margin-top: 32px;
}
.Menu-Inner-List-Item-Link {
  width: 100%;
}
.Menu-Inner-List-Item-Link.isflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Menu-Inner-List-Item-Link-Img {
  margin-right: 10px;
  width: 12px;
}
.OverLayLayer {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1001;
  opacity: 0;
  transition: opacity 0.2s;
}
.OverLayLayer.isShow {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
/* ---------------------------- */
/* --- HeroSection --- */
/* ---------------------------- */
.HeroSection {
  position: relative;
  width: 100%;
  height: 55vw;
}
@media screen and (max-width: 480px) {
  .HeroSection {
    height: 100vw;
  }
}
.HeroSection-Bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 40px;
}
@media screen and (max-width: 480px) {
  .HeroSection-Bg {
    display: none;
  }
}
.HeroSection-Bg02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 98.57%;
  max-width: 1380px;
}
@media screen and (min-width: 1920px) {
  .HeroSection-Bg02 {
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .HeroSection-Bg02 {
    display: none;
  }
}
.HeroSection-Bg02Sp {
  position: absolute;
  top: 12.5vw;
  left: 0;
  z-index: 2;
  width: 100%;
  display: none;
}
@media screen and (max-width: 480px) {
  .HeroSection-Bg02Sp {
    display: block;
  }
}
/* ---------------------------- */
/* --- BlogSection --- */
/* ---------------------------- */
.BlogSection {
  position: relative;
  padding-top: 48px;
  padding-bottom: 156px;
}
@media screen and (max-width: 480px) {
  .BlogSection {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.Blog-Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Blog-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Blog-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Blog-Inner {
    padding-left: 8.7vw;
    padding-right: 8.7vw;
  }
}
.Blog-Inner-Headline {
  text-align: center;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Headline {
    font-size: 9.6vw;
  }
}
.Blog-Inner-Card {
  margin-top: 45px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card {
    margin-top: 28px;
  }
}
.Blog-Inner-Card-Item {
  position: relative;
  z-index: 2;
  width: calc((100% - 160px) / 3);
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Blog-Inner-Card-Item {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card-Item {
    width: 100%;
  }
}
.Blog-Inner-Card-Item:not(:nth-child(3n-2)) {
  margin-left: 80px;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Blog-Inner-Card-Item:not(:nth-child(3n-2)) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card-Item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
}
.Blog-Inner-Card-Item:nth-child(n+4) {
  margin-top: 28px;
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card-Item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card-Item:nth-child(n+2) {
    margin-top: 45px;
  }
}
.Blog-Inner-Card-Item-ImgBox {
  width: 100%;
}
.Blog-Inner-Card-Item-ImgBox-Img {
  padding-top: 100%;
  width: 100%;
}
.Blog-Inner-Card-Item-Title {
  margin-top: 28px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card-Item-Title {
    margin-top: 16px;
    font-size: 4.8vw;
  }
}
.Blog-Inner-Card-Item-Date {
  margin-top: 12px;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card-Item-Date {
    font-size: 3.1vw;
  }
}
.Blog-Inner-Card-Item-Date + p {
  margin-top: 28px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Blog-Inner-Card-Item-Date + p {
    margin-top: 18px;
    font-size: 3.3vw;
  }
}
/* ---------------------------- */
/* --- ArticleSection --- */
/* ---------------------------- */
.ArticleSection {
  position: relative;
  padding-top: 48px;
  padding-bottom: 156px;
}
@media screen and (max-width: 480px) {
  .ArticleSection {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.Article-Inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .Article-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Article-Inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Article-Inner {
    padding-left: 8.7vw;
    padding-right: 8.7vw;
  }
}
.Article-Inner-Content {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.Article-Inner-Content-Headline {
  position: relative;
  line-height: 1.5;
  font-size: 1.75vw;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .Article-Inner-Content-Headline {
    font-size: 5.7vw;
  }
}
.Article-Inner-Content-Info {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .Article-Inner-Content-Info {
    margin-top: 17px;
    display: flex;
    align-items: center;
  }
}
.Article-Inner-Content-Info-Cat {
  position: relative;
  padding: 6px 10px;
  display: inline-block;
  background: #f5b0a4;
  font-size: 11px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .Article-Inner-Content-Info-Cat {
    padding: 6px;
    font-size: 12px;
  }
}
.Article-Inner-Content-Info-Date {
  position: relative;
  margin-top: 16px;
  font-size: 13px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .Article-Inner-Content-Info-Date {
    margin-top: 0;
    margin-left: 10px;
    font-size: 12px;
  }
}
.Article-Inner-Content-ImgBox {
  position: relative;
  margin-top: 60px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .Article-Inner-Content-ImgBox {
    margin-top: 40px;
  }
}
.Article-Inner-Content-ImgBox-Img {
  width: 100%;
  padding-top: 65%;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .Article-Inner-Content-ImgBox-Img {
    padding-top: 56.25%;
  }
}
.Article-Inner-Content-Box {
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  .Article-Inner-Content-Box {
    margin-top: 48px;
  }
}
.Article-Inner-Content-Box-Text,
.Article-Inner-Content-Box p {
  margin-bottom: 1.5em;
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Article-Inner-Content-Box-Text,
  .Article-Inner-Content-Box p {
    font-size: 3.3vw;
  }
}
.Article-Inner-Content-Box h2 {
  border-bottom: 3px solid #cfbe9a;
  margin-top: 2.5em;
  margin-bottom: 1em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .Article-Inner-Content-Box h2 {
    font-size: 5.8vw;
  }
}
.Article-Inner-Content-Box h3 {
  border-left: 4px solid #cfbe9a;
  margin-top: 2.5em;
  margin-bottom: 0.8em;
  padding: 10px 0 10px 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Article-Inner-Content-Box h3 {
    font-size: 5vw;
  }
}
.Article-Inner-Content-Btn {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Article-Inner-Content-Btn {
    margin-top: 60px;
    width: 67vw;
  }
}
