/*
Theme Name: bindama_themes
Description: Description
Version: 1.0.0
--------------------------------------------------------------*/
@charset "UTF-8";
/* CSS Document */

.sec_homeHero .copy {
  position: absolute;
  top: 63px;
  right: 0;
  text-align: center;
}

.sec_homeHero .copy .main_copy {
  margin-bottom: 50px;
}

.sec_homeHero .main_obj {
  width: 822px;
  height: 780px;
  position: relative;
}

.sec_homeHero .main_slider {
  mask-image: url(assets/images/home/img_mask.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 822px;
  height: 780px;
  position: relative;
}
.sec_homeHero .main_obj .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 822px;
  height: 780px;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 7;
  }
  80% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    z-index: 0;
    opacity: 0;
  }
}
.sec_homeHero .main_obj .slide:nth-of-type(2) {
  animation-delay: 4s;
}
.sec_homeHero .main_obj .slide:nth-of-type(3) {
  animation-delay: 8s;
}
.sec_homeHero .main_obj .slide:nth-of-type(4) {
  animation-delay: 12s;
}
.sec_homeHero .main_obj .slide:nth-of-type(5) {
  animation-delay: 16s;
}
.sec_homeHero .sign {
  position: absolute;
  bottom: 45px;
  left: 27px;
}

.sec {
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec_homeHero .ly_inner {
    padding: 0;
  }
  .sec_homeHero .copy {
    position: static;
    text-align: center;
    padding: 35px 0 70px;
  }

  .sec_homeHero .copy .main_copy {
    margin-bottom: 50px;
  }

  .sec_homeHero .copy .main_copy .pc,
  .sec_homeHero .copy .sub {
    display: none;
  }

  .sec_homeHero .copy .main_copy .sp {
    display: inline-block;
  }

  .sec_homeHero .main_obj_wrap {
    position: relative;
    height: 116vw;
  }

  .sec_homeHero .main_obj {
    position: relative;
    width: 153.6vw;
    height: 145.6vw;
    position: absolute;
    top: -29.3vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .sec_homeHero .main_slider {
    mask-image: url(assets/images/home/img_mask.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    width: 153.6vw;
    height: 145.6vw;
  }
  .sec_homeHero .main_obj .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 153.6vw;
    height: 145.6vw;
  }
  .sec_homeHero .main_obj .slide img {
    max-width: inherit;
    width: 153.6vw;
    height: 145.6vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sec_homeHero .sign {
    bottom: 2.6vw;
    left: 20px;
  }
}

.sec_homeAbout {
  padding-bottom: 100px;
}

.about_box {
  margin-bottom: 20px;
}

.about_box .txt {
  width: 52%;
  font-size: 18px;
  line-height: 2.3;
  display: flex;
  align-items: center;
}

.about_box .left.txt {
  padding-left: 7%;
}

.about_box .right.txt {
  padding-right: 7%;
}

.about_box .left.img {
  width: 41%;
  text-align: left;
}

.about_box .right.img {
  width: 37%;
  text-align: right;
}

.sec_homeAbout .baloon {
  position: absolute;
  bottom: -48px;
  right: 86px;
  width: 162px;
}

@media screen and (max-width: 768px) {
  .sec_homeAbout {
    padding-bottom: 50px;
  }

  .about_box {
    margin-bottom: 30px;
  }

  .about_box .txt {
    width: 100%;
    font-size: 16px;
  }

  .about_box .left.txt {
    padding-left: 0%;
  }

  .about_box .right.txt {
    padding-right: 0%;
  }

  .about_box .left.img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .about_box .right.img {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .about_box .right.img img,
  .about_box .left.img img {
    width: 286px;
  }

  .sec_homeAbout .baloon {
    position: absolute;
    bottom: -52px;
    right: 20px;
    width: 201px;
    z-index: 3;
  }

  .sec_homeAbout .baloon .pc {
    display: none;
  }

  .sec_homeAbout .baloon .sp {
    display: block;
  }
}

.sec_homeNews {
  padding-bottom: 120px;
}

.sec_homeNews .head_box {
  margin-bottom: 40px;
}

.news_lists {
  border-top: solid 1px #d7ecf0;
}

.news_lists .news_list {
  border-bottom: solid 1px #d7ecf0;
}

.news_list a {
  display: block;
  background: #fff url(assets/images/home/ico_arw_news_list.svg) right 22px center no-repeat;
  background-size: 36px;
  padding: 27px 40px;
  font-size: 18px;
  line-height: 1.75;
}

.news_list a:hover {
  background: #d7ecf0 url(assets/images/home/ico_arw_news_list.svg) right 22px center no-repeat;
  background-size: 36px;
}

.news_list a .date {
  margin-right: 100px;
}

.news_list a .ttl {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sec_homeNews {
    padding-bottom: 110px;
  }

  .sec_homeNews .head_box {
    margin-bottom: 30px;
  }

  .news_list a {
    display: block;
    background: #fff url(assets/images/home/ico_arw_news_list_sp.svg) right center no-repeat;
    background-size: 6px 12px;
    padding: 16px 0 10px;
    font-size: 16px;
    padding-right: 24%;
  }

  .news_list a:hover {
    background: #fff url(assets/images/home/ico_arw_news_list_sp.svg) right center no-repeat;
    background-size: 6px 12px;
  }

  .news_list a .date {
    margin-right: 0;
    display: block;
  }

  .news_list a .ttl {
    display: inline-block;
  }
}

.sec_homePlan {
  padding-bottom: 120px;
}

.sec_homePlan .caution {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  margin: 25px 0 5px;
}

.sec_homePlan .caution br {
  display: none;
}

.plans {
  position: relative;
  margin-bottom: 60px;
}

.plans::before {
  content: " ";
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #d1dfed 0%, #d1dfed 50%, #dbd4e5 50%, #dbd4e5 100%);
  z-index: 1;
}

.plans .ly_inner::after {
  content: "";
  width: 34%;
  background: #d1e7de;
  height: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.plan_box {
  width: 30%;
  position: relative;
  z-index: 3;
  padding-top: 30px;
  text-align: center;
}

.plan_box .ico {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 20px;
}

.plan_box .ico img {
  width: 122px;
}

.plan_box .ico .name {
  position: absolute;
  top: 100px;
  width: 100%;
  font-size: 32px;
}

.plan_box .img {
  margin-bottom: 20px;
}

.plan_box .info {
  font-size: 18px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

.plan_box .info .price {
  font-size: 32px;
}

.sec_homePlan .options .ttl {
  font-size: 24px;
  color: #4684c1;
  margin-bottom: 15px;
  text-align: center;
}

.sec_homePlan .options .desc {
  font-size: 18px;
  line-height: 2.3em;
  margin-bottom: 65px;
  text-align: center;
}

.sec_homePlan .options .desc br {
  display: none;
}

.sec_homePlan .special {
  position: relative;
  max-width: 850px;
  background: #f1f7f9;
  padding: 40px 9%;
  margin: 0 auto;
  text-align: center;
}

.sec_homePlan .special .deco {
  position: absolute;
}

.sec_homePlan .special .deco01 {
  top: -60px;
  right: -14%;
  width: 206px;
}

.sec_homePlan .special .deco02 {
  bottom: -90px;
  left: -14%;
  width: 206px;
}

.sec_homePlan .special .ttl {
  font-size: 28px;
  line-height: 1.75;
  color: #7b59a3;
  font-weight: 500;
  margin-bottom: 10px;
}

.sec_homePlan .special .ttl br {
  display: none;
}

.sec_homePlan .special .desc {
  font-size: 18px;
  font-weight: 400;
}

.sec_homePlan .special .desc a {
  font-weight: 500;
  text-decoration: underline;
}

.sec_homePlan .baloon {
  position: absolute;
  top: -90px;
  left: 70px;
  width: 223px;
}

@media screen and (max-width: 768px) {
  .sec_homePlan {
    padding-bottom: 80px;
  }

  .sec_homePlan .caution {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .sec_homePlan .caution br {
    display: block;
  }

  .plans {
    margin-bottom: 30px;
  }

  .plans::before {
    display: none;
    background: linear-gradient(90deg, #d1dfed 0%, #d1dfed 50%, #dbd4e5 50%, #dbd4e5 100%);
  }

  .plans .ly_inner::after {
    display: none;
    background: #d1e7de;
  }

  .plan_box {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .plan_box::before {
    content: "";
    width: calc(100% + 40px);
    height: 300px;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
  }

  .plan_box:nth-child(1)::before {
    background: #d1dfed;
  }

  .plan_box:nth-child(2)::before {
    background: #dbd4e5;
  }

  .plan_box:nth-child(3)::before {
    background: #d1e7de;
  }

  .plan_box .ico {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 20px;
    z-index: 2;
  }

  .plan_box .ico img {
    width: 122px;
  }

  .plan_box .ico .name {
    top: 100px;
  }

  .plan_box .img {
    max-width: 336px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 3;
  }

  .plan_box .info {
    margin-bottom: 15px;
  }

  .sec_homePlan .options .desc {
    font-size: 16px;
  }

  .sec_homePlan .options .desc br {
    display: block;
  }

  .sec_homePlan .special {
    padding: 40px 0;
  }

  .sec_homePlan .special .ttl br {
    display: block;
  }

  .sec_homePlan .special .desc {
    font-size: 16px;
    font-weight: 400;
  }

  .sec_homePlan .special .deco01 {
    top: -50px;
    right: inherit;
    left: 0;
    width: 111px;
  }

  .sec_homePlan .special .deco02 {
    bottom: -66px;
    left: inherit;
    right: 0;
    width: 111px;
  }

  .sec_homePlan .special .ttl {
    font-size: 20px;
  }

  .sec_homePlan .baloon {
    position: absolute;
    top: -98px;
    left: 20px;
    width: 230px;
  }

  .sec_homePlan .baloon .pc {
    display: none;
  }

  .sec_homePlan .baloon .sp {
    display: block;
  }
}

.sec_homeHowto {
  padding-bottom: 120px;
}

.sec_homeHowto .head_box .img {
  width: 164px;
  position: absolute;
  top: 33px;
  right: 70px;
}

.sec_homeHowto .head_box {
  margin-bottom: 57px;
}

.howto_box {
  margin-bottom: 120px;
}

.howto_box .txt {
  width: 40%;
}

.howto_box .right.txt {
  margin-right: 10%;
  display: flex;
  align-items: center;
}

.howto_box .left.txt {
  margin-left: 10%;
}

.howto_box .txt .ttl {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 25px;
}

.howto_box .txt .desc {
  font-size: 18px;
  line-height: 2.3;
  margin-bottom: 25px;
}

.howto_box .txt .ttl .strong {
  color: #7b59a3;
}

.howto_box .img {
  width: 35%;
}

.howto_box .left.img {
  margin-left: 6.6%;
}

.howto_box .right.img {
  margin-right: 10%;
}

.howto_box .left.img img {
  max-width: 392px;
}

.howto_box .right.img img {
  margin-right: 330px;
}

.howto_box .link {
  height: 42px;
}

.howto_box .cmn_link {
  float: right;
}

@media screen and (max-width: 768px) {
  .sec_homeHowto {
    padding-bottom: 0;
  }

  .sec_homeHowto .head_box .img {
    width: 120px;
    position: absolute;
    top: -33px;
    right: inherit;
    left: -7px;
  }

  .sec_homeHowto .head_box {
    margin-bottom: 15px;
  }

  .howto_box {
    margin-bottom: 40px;
  }

  .howto_box .txt {
    width: 100%;
    max-width: 350px;
  }

  .howto_box .right.txt {
    display: block;
    margin: 0 auto;
  }

  .howto_box .left.txt {
    margin: 0 auto;
  }

  .howto_box .txt .ttl {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .howto_box .txt .desc {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .howto_box .img {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .howto_box .left.img {
    margin-left: 0%;
  }

  .howto_box .right.img {
    margin-right: 0%;
  }

  .howto_box .left.img img {
    max-width: 190px;
  }

  .howto_box .right.img img {
    max-width: 232px;
    margin-right: inherit;
  }
}

.sec_homeDay {
  padding-bottom: 120px;
}

.sec_homeDay .head_box {
  position: relative;
}

.sec_homeDay .baloon {
  position: absolute;
  top: -36px;
  left: 32px;
  width: 253px;
}

.sec_homeDay .msg {
  font-size: 20px;
  margin-bottom: 35px;
  text-align: center;
}

.sec_homeDay .msg br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec_homeDay {
    padding-bottom: 30px;
  }

  .sec_homeDay .baloon {
    position: static;
    width: 260px;
  }

  .sec_homeDay .baloon .pc {
    display: none;
  }

  .sec_homeDay .baloon .sp {
    display: block;
  }

  .sec_homeDay .msg {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 25px;
  }

  .sec_homeDay .msg br {
    display: block;
  }
}

.sec_homeAccess {
  padding-bottom: 120px;
}

.sec_homeAccess .head_box {
  margin-bottom: 40px;
}

.sec_homeAccess .access_box {
  margin-bottom: 70px;
}

.sec_homeAccess .access_box .left {
  width: 37%;
}

.sec_homeAccess .left .ttl {
  max-width: 377px;
  margin-bottom: 75px;
}

.sec_homeAccess .left .desc {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 50px;
}

.sec_homeAccess .access_box .right {
  width: 57%;
}

.sec_homeAccess .link {
  text-align: center;
  margin-bottom: 70px;
}

.sec_homeAccess .link a {
  padding: 20px 40px;
}

.sec_homeAccess .link a br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec_homeAccess {
    padding-bottom: 30px;
  }

  .sec_homeAccess .head_box {
    margin-bottom: 10px;
  }

  .sec_homeAccess .access_box {
    margin-bottom: 40px;
  }

  .sec_homeAccess .pc {
    display: none;
  }

  .sec_homeAccess .img.sp {
    display: block;
    margin: 0 auto 18px;
    max-width: 274px;
  }

  .sec_homeAccess .access_box .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec_homeAccess .left .ttl {
    max-width: 260px;
    margin: 0 auto 20px;
  }

  .sec_homeAccess .left .desc {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
  }

  .sec_homeAccess .access_box .right {
    width: 100%;
    text-align: center;
  }

  .sec_homeAccess .access_box .right .pc {
    display: none;
  }

  .sec_homeAccess .access_box .right .sp {
    display: inline-block;
    max-width: 335px;
  }

  .sec_homeAccess .link {
    margin-bottom: 20px;
  }

  .sec_homeAccess .link a {
    padding: 10px 40px;
    max-width: 337px;
    display: block;
    margin: 0 auto;
    text-align: left;
    position: relative;
    line-height: 1.5;
  }

  .sec_homeAccess .link a img {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
  }

  .sec_homeAccess .link a br {
    display: block;
  }

  .sec_homeAccess iframe {
    height: 375px;
  }
}

.sec_homeContact {
  padding-bottom: 120px;
}

.sec_homeContact .head_box {
  margin-bottom: 70px;
}

.sec_homeContact .contacts {
  max-width: 703px;
  margin: 0 auto;
}

.sec_homeContact .contact {
  width: 280px;
}

.sec_homeContact .contact .link_out {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

.sec_homeContact .contact .img {
  width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec_homeContact {
    padding-bottom: 15px;
  }

  .sec_homeContact .head_box {
    margin-bottom: 20px;
  }

  .sec_homeContact .contacts {
    max-width: 280px;
  }

  .sec_homeContact .contact {
    width: 100%;
    margin-bottom: 25px;
  }

  .sec_homeContact .contact .link_out {
    width: 100%;
    margin-bottom: 0;
    padding: 20px 40px;
  }

  .sec_homeContact .contact .img {
    display: none;
  }
}

.sec_homeInfo .msg,
.sec_pageInfoList .msg {
  font-size: 20px;
  text-align: center;
  margin-bottom: 70px;
}

.sec_homeInfo .link {
  height: 42px;
}

.sec_homeInfo .link .cmn_link {
  float: right;
}

.info_lists .info_list {
  width: 27.8%;
  margin-right: 8%;
  margin-bottom: 8%;
}

.info_lists .info_list:nth-child(3n) {
  margin-right: 0;
}

.info_heads .img {
  margin-bottom: 15px;
}

.info_heads .img img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.info_heads .cats {
  margin-bottom: 10px;
}

.info_heads .cat {
  font-size: 18px;
  padding: 10px;
  display: inline-block;
}

.info_heads .cat01 {
  background: #ffe2f5;
}

.info_heads .cat02 {
  background: #fff1cb;
}

.info_heads .cat03 {
  background: #d9ecff;
}

.info_heads .cat04 {
  background: #eaffe2;
}

.info_heads .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #4684c1;
  line-height: 1.75;
  margin-bottom: 10px;
}

.info_heads .date {
  color: #4684c1;
}

@media screen and (max-width: 768px) {
  .sec_homeInfo .msg,
  .sec_pageInfoList .msg {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .sec_homeInfo .link {
    border-bottom: solid 1px #ccc;
    height: 105px;
  }

  .info_heads .img {
    margin-bottom: 8px;
  }

  .info_heads .cat {
    font-size: 14px;
  }

  .info_heads .ttl {
    font-size: 14px;
  }

  .info_heads .date {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .info_lists .info_list {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 10%;
  }

  .info_lists .info_list:nth-child(3n) {
    margin-right: 10%;
  }

  .info_lists .info_list:nth-child(2n) {
    margin-right: 0;
  }
}

.pagers {
  text-align: center;
  margin-top: 50px;
}

.pagers a,
.pagers span {
  font-size: 20px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  color: #4684c1;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.pagers span {
  color: #fff;
  background: #4684c1;
}

.previouspostslink,
.page_prev {
  background: url(assets/images/news/btn_info_prev_off.svg) center center no-repeat;
  background-size: cover;
  margin-right: 60px !important;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}

.previouspostslink:hover,
.page_prev:hover {
  background: url(assets/images/news/btn_info_prev_on.svg) center center no-repeat;
  background-size: cover;
}

.nextpostslink,
.page_next {
  background: url(assets/images/news/btn_info_next_off.svg) center center no-repeat;
  background-size: cover;
  margin-left: 60px !important;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}

.nextpostslink:hover,
.page_next:hover {
  background: url(assets/images/news/btn_info_next_on.svg) center center no-repeat;
  background-size: cover;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0;
  border: none;
}

@media screen and (max-width: 768px) {
  .pagers {
    text-align: center;
    margin-top: 50px;
    position: relative;
    padding-bottom: 90px;
  }

  .pagers .previouspostslink,
  .pagers .page_prev {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-73px);
    margin: 0;
  }

  .pagers .nextpostslink,
  .pagers .page_next {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(73px);
    margin: 0;
  }

  .previouspostslink,
  .page_prev {
    margin-right: 0 !important;
  }

  .nextpostslink,
  .page_next {
    margin-left: 0 !important;
  }
}

.sec_pageInfoList {
  padding-top: 50px;
}

.sec_pageInfoSingle {
  padding-top: 50px;
}

.single_inner {
  max-width: 800px;
  margin: 0 auto;
}

.single_inner .thumb {
  margin-bottom: 30px;
}

.single_inner .single_body {
  margin-top: 30px;
  border-top: solid 1px #d7ecf0;
  padding-top: 30px;
  color: #4684c1;
  margin-bottom: 120px;
}

.single_inner .single_body p {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 30px;
}

.single_inner .single_body img {
  margin-bottom: 30px;
}

.single_pagers {
  text-align: center;
}

.single_pagers .link_list {
  color: #4684c1;
  font-size: 18px;
  font-weight: 500;
  width: 220px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: solid 1px #000;
  border-radius: 60px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .sec_pageInfoList {
    padding-top: 0;
  }
  .sec_pageInfoSingle {
    padding-top: 25px;
  }

  .single_inner {
    max-width: 600px;
  }
  .single_inner .single_head .ttl {
    font-size: 20px;
  }
  .single_inner .single_head .date {
    font-size: 14px;
  }
  .single_inner .single_head .cat {
    font-size: 18px;
  }
  .single_inner .single_body {
    margin-bottom: 60px;
  }
  .single_pagers .link_list {
    width: 176px;
    height: 48px;
    line-height: 48px;
  }
}

.sec_pageNewsList .head_box,
.sec_pageNewsSingle .head_box {
  margin-bottom: 50px;
}
