@charset "UTF-8";
/* Scss Document */
/*=============================================================
 共通
=============================================================*/
.reset ul, .reset ol, .reset li, .reset dl, .reset dt, .reset dd, .reset figure, .reset figcaption, .reset table, .reset address {
  list-style: none;
}
.reset table {
  border-collapse: collapse;
  border-spacing: 0;
}
.reset img {
  width: 100%;
  height: auto;
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  backface-visibility: hidden;
}
@media screen and (min-width: 519.9px) {
  .reset img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 519.9px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}
@media screen and (min-width: 519.9px) {
  .anchor {
    margin-top: -110px;
    padding-top: 110px;
  }
}

[aria-expanded=false] + .sub-menu {
  display: none;
}

[aria-expanded=false] > .close {
  display: none;
}

[aria-expanded=true] > .open {
  display: none;
}

/*=============================================================
 共通【投稿関係】
=============================================================*/
/*=============================================================
 共通【テキスト】
=============================================================*/
.com-more {
  display: inline-block;
  border: 1px solid #3c3c3c;
  border-radius: 95px;
  line-height: 1;
  padding: 0.5em 1em;
}
@media screen and (min-width: 519.9px) {
  .com-more {
    font-size: 20px;
  }
}

/*=============================================================
 共通【タイトル】
=============================================================*/
.com-pagetit {
  position: relative;
  background: url("../image/common/bg_page_tit.jpg") no-repeat center center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 519.9px) {
  .com-pagetit {
    height: 200px;
  }
}
@media screen and (min-width: 519.9px) {
  .com-pagetit {
    height: 300px;
  }
}
.com-pagetit .inner .ja {
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 519.9px) {
  .com-pagetit .inner .ja {
    font-size: 7vw;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 519.9px) {
  .com-pagetit .inner .ja {
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.com-pagetit .inner .ja:before, .com-pagetit .inner .ja:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}
.com-pagetit .inner .ja:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
}
.com-pagetit .inner .ja:before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 45px;
  margin-left: -22px;
}
.com-pagetit .inner .en {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 519.9px) {
  .com-pagetit .inner .en {
    font-size: 16px;
  }
}
.com-tit {
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 519.9px) {
  .com-tit {
    display: inline-block;
  }
}
@media screen and (min-width: 519.9px) {
  .com-tit img {
    width: 567px;
  }
}
.com-tit .ja {
  position: relative;
  line-height: 1;
  font-family: "Kaisei Opti", serif;
}
@media screen and (max-width: 519.9px) {
  .com-tit .ja {
    font-size: 6vw;
    margin-top: 1em;
  }
}
@media screen and (min-width: 519.9px) {
  .com-tit .ja {
    font-size: 34px;
    margin-top: 15px;
    line-height: 1.5;
  }
}
.com-tit .lead {
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 519.9px) {
  .com-tit .lead {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 519.9px) {
  .com-tit .lead {
    font-size: 24px;
    margin-top: 30px;
  }
}
.com-tit .lead span {
  color: #51B748;
}
.com-tit .txt {
  line-height: 2.5;
  letter-spacing: 0;
}
@media screen and (max-width: 519.9px) {
  .com-tit .txt {
    text-align: left;
    margin-top: 20px;
  }
}
@media screen and (min-width: 519.9px) {
  .com-tit .txt {
    margin-top: 25px;
    font-size: 16px;
  }
}

/*=============================================================
 共通【ボタン】
=============================================================*/
.com-btn {
  text-align: center;
}
.com-btn.btn01 a {
  display: block;
  background-color: #333333;
  color: #fff;
  box-sizing: border-box;
  width: 280px;
  line-height: 65px;
  margin: 0 auto;
}
.com-btn.btn01 a:hover {
  opacity: 0.8;
}

/*=============================================================
 共通【カラム】
=============================================================*/
@media screen and (min-width: 519.9px) {
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
}
@media screen and (min-width: 519.9px) {
  .com-col3 {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 519.9px) {
  .com-col3 .item:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 519.9px) {
  .com-col3 .item {
    margin-top: 50px;
  }
}

/*=============================================================
 共通【パーツ】
=============================================================*/
.com-cv-contact {
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 519.9px) {
  .com-cv-contact {
    background: url("../image/common/bg_cv-contact_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 50px 0 60px 0;
  }
}
@media screen and (min-width: 519.9px) {
  .com-cv-contact {
    background: url("../image/common/bg_cv-contact_pc.jpg") no-repeat center center;
    background-size: cover;
    padding: 75px 0 100px 0;
  }
}
.com-cv-contact .lead {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 519.9px) {
  .com-cv-contact .lead {
    font-size: 20px;
  }
}
@media screen and (min-width: 519.9px) {
  .com-cv-contact .lead {
    font-size: 24px;
    line-height: 1;
  }
}
@media screen and (max-width: 519.9px) {
  .com-cv-contact-col {
    margin-top: 30px;
  }
}
@media screen and (min-width: 519.9px) {
  .com-cv-contact-col {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    width: 790px;
    max-width: 100%;
    margin: 60px auto 0 auto;
  }
}
@media screen and (max-width: 519.9px) {
  .com-cv-contact-col-block {
    margin-top: 30px;
    font-size: 4vw;
  }
}
@media screen and (min-width: 519.9px) {
  .com-cv-contact-col-block {
    font-size: 16px;
  }
}
.com-cv-contact-col-block .item {
  margin-top: 1em;
  transition: 0.5s;
  border: 1px solid #333;
}
.com-cv-contact-col-block .item:hover {
  box-shadow: 0 0 8px #333333;
  transform: scale(1.05, 1.05);
  transition: 0.5s;
}
.com-cv-contact-col-block .item .txt {
  background-color: #40210F;
  color: #fff;
  padding: 0.5em;
}
@media screen and (max-width: 519.9px) {
  .com-cv-contact-col-block .item .txt {
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (min-width: 519.9px) {
  .com-cv-contact-col-block .item .txt {
    font-size: 18px;
  }
}
.com-cv-contact-col-block .item .txt.dl {
  background-color: #51B748;
}
.com-cv-contact-col-block .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 519.9px) {
  .com-cv-contact-col-block .item a {
    font-size: 16px;
    height: 70px;
  }
}
@media screen and (min-width: 519.9px) {
  .com-cv-contact-col-block .item a {
    font-size: 24px;
    height: 80px;
  }
}
.com-cv-contact-col-block .item a img {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 519.9px) {
  .com-cv-contact-col-block .item a img {
    width: 40px;
    height: auto;
  }
}
@media screen and (min-width: 519.9px) {
  .com-cv-contact-col-block .item a img {
    margin-right: 10px;
    width: auto;
    height: 30px;
    margin-top: 0.2em;
  }
}
.com-cv-contact-col-block .item a .free {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #333333;
  border-radius: 100%;
}
@media screen and (max-width: 519.9px) {
  .com-cv-contact-col-block .item a .free {
    font-size: 2.5vw;
    margin: 0 10px 0 0;
    width: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 519.9px) {
  .com-cv-contact-col-block .item a .free {
    font-size: 19px;
    margin: 0 10px 0 0;
    width: 50px;
    line-height: 50px;
  }
}/*# sourceMappingURL=common.css.map */