@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: #e32652;
  min-width: 220px;
  width: 280px;
  position: relative;
  box-shadow: 0 0 10px #d9e4f5;
  cursor: pointer;
  min-height: 50px;
  line-height: 24px;
  font-size: 16px;
  font-size: clamp(14px, 3vw, 16px);
  cursor: pointer;
  margin-top: 1em;
}
.linkbtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
.linkbtn {
    margin: 1em auto 5em;
    display:block;
    text-align: center;
}
}
/*----------------------
header
----------------------*/
.site_logo img {
  max-width: 100%;
}
.hdr_copy {
  text-align: center;
  font-size: 16px;
  font-size: clamp(14px, 3vw, 16px);
  padding: 0px 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .hdr_copy br {
    display: none;
  }
  .hdr_copy {
    text-align: left;
  }
}
/*----------------------
slider
----------------------*/
.swiper::after {
  content: "";
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 25%;
  z-index: 0;
}
.swiper-wrapper {
  margin: 4em auto;
}
.swiper-slide a {
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  margin: auto;
  transition: all 0.45s;
}
.swiper-slide a:hover {
  transform: scale(0.9);
}
.slide_img {
  width: 48%;
  margin: 1%;
}
.slide_img img {
  border-radius: 20px;
}
.slide_text {
  width: 42%;
  margin: 3% 1%;
}
.slide_text_ttl {
  font-size: 45px;
  font-size: clamp(31px, 3vw, 45px);
  font-weight: bold;
  color: #e32652;
  margin-bottom: 0.5em;
}
.slide_text_ttl span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-size: clamp(22px, 3vw, 28px);
}
.slide_text_p {
  font-size: 18px;
  font-size: clamp(16px, 3vw, 18px);
  margin-bottom: 0em;
}
.swiper-pagination-bullet {
  background: #FFF !important;
}
@media screen and (max-width: 767px) {
.swiper::after {
  bottom: 10%;
}
 .swiper-wrapper {
  margin: 0em auto;
}
.slide_img {
  width: 90%;
  margin: auto;
}
.slide_text {
  width: 90%;
  margin: 3% auto;
}
}


/*----------------------
popular
----------------------*/
.popular {
  text-align: center;
  background: linear-gradient(to right, #ed244e 0%, #3d4c9a 100%);
  background-size: 100%;
  padding: 12em 2em 2em;
  position: relative;
  z-index: 0;
  margin-top: -12em;
}
.popular::after {
  content: "";
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 20%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.popular_ttl {
  font-size: 36px;
  font-size: clamp(28px, 3vw, 36px);
  color: #FFF;
  font-weight: bold;
  margin-bottom: 1em;
}
.popular_ttl span {
  padding-left: 2em;
  background: url("../images/top/top_logo_w.png")no-repeat center left;
  background-size: 60px auto;
  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 #a8b7bd;
}
.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: -3em;
    padding-top: 2em;
}
.popular_box {
  width: 100%;
}
.popular_ttl span {
    padding-left: 1.5em;
    background-size: 40px auto;
}
}

/*----------------------
etc
----------------------*/
.etc {
  text-align: center;
  padding: 0em 2em 2em;
  position: relative;
}
.etc_ttl {
  font-size: 36px;
  font-size: clamp(28px, 3vw, 36px);
  color: #e32652;
  font-weight: bold;
  margin-bottom: 1em;
}
.etc_ttl span {
  padding-left: 2em;
  background: url("../images/top/top_logo.png")no-repeat center left;
  background-size: 60px auto;
  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 #d2d2d2;
}
.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_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;
}
.column_post_text {
  width: 100%;
  margin: 1% auto;
}
}