@charset "utf-8";
img {
  max-width: 100%;
}
.inner_contents {
  max-width: 1100px;
  padding: 2em 1em;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner_contents {
    max-width: 100%;
  }
  main {
    padding: 0px !important;
  }
}
/*----------------------
linkbtn
----------------------*/
.linkbtn {
  padding: 0.8em 0.5em 0.8em 0em;
  background: #FFF;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 100px;
  transition: background 0.3s;
  color: #FFF;
  background-color: #f36f11;
  min-width: 220px;
  width: 280px;
  position: relative;
  cursor: pointer;
  min-height: 50px;
  line-height: 24px;
  font-size: 16px;
  font-size: clamp(14px, 3vw, 16px);
  cursor: pointer;
  margin-top: 1em;
  transition: all 0.45s;
}
.linkbtn:hover {
  color: #FFF;
  transform: scale(0.9);
}
@media screen and (max-width: 767px) {
  .linkbtn {
    margin: 1em auto 1em;
    display: block;
    text-align: center;
  }
}
/*----------------------
fv
----------------------*/
.fv_flex {
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .fv_flex {
    height: auto;
  }
}
/*----------------------
header
----------------------*/
header {
  width: 38%;
  height: 100%;
  border-top: none;
  background: linear-gradient(to right, #FF9E00 0%, #F4801B 50%, #f36f11 100%);
  text-align: center;
  color: #FFF;
  box-shadow: none;
  position: relative;
}
header .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 40%;
}
.site_logo img {
  max-width: 80px;
}
.hdr_copy {
  text-align: center;
  font-size: 30px;
  font-size: clamp(24px, 3vw, 36px);
  padding: 0;
  margin-bottom: 0em;
}
.hdr_copy span {
  text-align: center;
  font-size: 50%;
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    height: 66px;
    border-top: 5px solid #08C500;
      border-image-source: linear-gradient(to right, #FF9E00 0%, #F4801B 50%, #f36f11 100%);
      border-image-slice: 1;
    background: #fff;
    text-align: center;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2);
  }
  header .inner {
    position: relative;
    height: auto;
    padding: 0.5em;
  }
  .hdr_copy {
    display: none;
  }
  .site_logo {
    margin: 0px auto;
    width: 240px;
  }
  .site_logo img {
    max-width: 100%;
    width: 100%;
  }
}
/*----------------------
slider
----------------------*/
.swiper {
  width: 62%;
}
.swiper::after {
  content: "";
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 25%;
  z-index: 0;
}
.swiper-wrapper {
  margin: 0em auto;
}
.swiper-slide {
  position: relative;
}
.swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.swiper-slide:nth-child(1) {
  background: url("../images/top/fv_slide01.jpg")no-repeat center center;
  background-size: cover;
}
.slide_text {
  width: 80%;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
}
.slide_text_ttl {
  font-size: 45px;
  font-size: clamp(34px, 3vw, 55px);
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0em;
}
.slide_text_ttl span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-size: clamp(18px, 3vw, 28px);
}
.slide_text_p {
  font-size: 18px;
  font-size: clamp(16px, 3vw, 18px);
  margin-bottom: 0.5em;
  color: #FFF;
}
.swiper-pagination-bullet {
  background: #FFF !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E60011 !important;
}
@media screen and (max-width: 767px) {
  .swiper {
    width: 100%;
  }
  .swiper-wrapper {
    margin: 0em auto;
  }
  .slide_img {
    width: 90%;
    margin: auto;
  }
  .slide_text {
    position: relative;
    width: 90%;
    margin: 2em auto;
  }
}
/*----------------------
popular
----------------------*/
.popular {
  text-align: center;
  background: #fef2e5;
  background-size: 100%;
  padding: 2em;
  position: relative;
  z-index: 0;
}
.popular_ttl {
  font-size: 36px;
  font-size: clamp(28px, 3vw, 36px);
  color: #f36f11;
  font-weight: bold;
  margin-bottom: 1em;
}
.popular_ttl span {
  background: url("../images/top/top_logo.png")no-repeat center left;
  background-size: 60px auto;
  padding: 1em 0em 0.5em 2em;
  font-weight: bold;
}
.popular_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
.popular_box {
  display: block;
  width: 29%;
  margin: 2%;
  padding: 1.5em;
  background: #FFF;
  border-radius: 10px;
  transition: all 0.45s;
  box-shadow: 0 0 10px #FFE2C6;
}
.popular_box:hover {
  transform: scale(0.9);
}
.popular_box_img {
  border-radius: 10px;
  overflow: hidden;
}
.popular_box_ttl {
  margin-top: 1em;
}
.popular_box_text {
  text-align: left;
  margin-top: 1em;
  font-size: 16px;
  font-size: clamp(14px, 3vw, 16px);
}
@media screen and (max-width: 767px) {
  .popular {
    padding: 0em;
    margin-top: 0em;
    padding-top: 1em;
  }
  .popular_box {
    width: 100%;
  }
  .popular_ttl span {
    padding-left: 1.5em;
    background-size: 40px auto;
  }
}
/*----------------------
etc
----------------------*/
.etc {
  text-align: center;
  padding: 2em;
  position: relative;
}
.etc_ttl {
  font-size: 36px;
  font-size: clamp(28px, 3vw, 36px);
  color: #f36f11;
  font-weight: bold;
  margin-bottom: 1em;
}
.etc_ttl span {
  background: url("../images/top/top_logo.png")no-repeat center left;
  background-size: 60px auto;
  padding: 1em 0em 0.5em 2em;
  font-weight: bold;
}
.etc_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
.etc_box {
  display: block;
  width: 29%;
  margin: 2%;
  padding: 1.5em;
  background: #FFF;
  border-radius: 10px;
  transition: all 0.45s;
  box-shadow: 0 0 10px #d7d7d7;
}
.etc_box:hover {
  transform: scale(0.9);
}
.etc_box_img {
  border-radius: 10px;
  overflow: hidden;
}
.etc_box_ttl {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .etc {
    padding: 0em;
  }
  .etc_box {
    width: 100%;
  }
  .etc_ttl span {
    padding-left: 1.5em;
    background-size: 40px auto;
  }
}
/*----------------------
column
----------------------*/
.column {
  text-align: center;
  padding: 0em 2em 2em;
  position: relative;
}
.column_post {
  padding: 1em 0em;
  margin-bottom: 1em auto;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  transition: all 0.45s;
  position: relative;
}
.column_post:hover {
  transform: scale(0.9);
}
.column_post::after {
  content: "";
  border-bottom: 1px dotted #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.column_post_img {
  width: 30%;
  margin: 1%;
}
.column_post_img img {
  border-radius: 20px;
}
.column_post_text {
  width: 66%;
  margin: 1%;
}
.column_post_text_ttl {
  font-size: 28px;
  font-size: clamp(24px, 3vw, 28px);
  font-weight: bold;
  margin-bottom: 0.5em;
}
.column_post_text_p {
  font-size: 18px;
  font-size: clamp(16px, 3vw, 18px);
}
.column .linkbtn {
  margin: 2em auto;
  color: #FFF;
  transition: all 0.45s;
}
.column .linkbtn:hover {
  color: #FFF;
  transform: scale(0.9);
}
@media screen and (max-width: 767px) {
  .column {
    padding: 0em;
  }
  .column_post_img {
    width: 100%;
    margin: 1% auto;
    text-align: center;
  }
  .column_post_text {
    width: 100%;
    margin: 1% auto;
  }
}