@charset "UTF-8";
/*------------------------------------------
   1025 ~   - デスクトップ（デフォルトのグリッド）
   1024-768    - タブレット横長
   768-480     - タブレット縦長
   480-less    - スマホ
--------------------------------------------*/
/* ------------------------
  Common
------------------------ */
.gnav-trg {
  /*color: #45bbcd;*/
  /*color: #e20000;*/
  position: fixed;
  /*right: 17px;
  top: 13px;
  width: 30px;*/
  z-index: 103;
  
  right: 0;
  top: 0;
  width: 60px;
  background-color: #09944a;
  color: #fff;
  text-align: center;
  padding: 14px;
}
@media screen and (min-width: 992px) {
  .gnav-trg {
    display: none;
  }
}
.gnav-trg:visited {
  /*color: #45bbcd;*/
  color: #fff;
}
.gnav-trg .gnav-trg__text {
  font-size: 10px;
}
.gnav-trg .gnav-trg__text::before {
  content: "MENU";
}
.gnav-trg .gnav-trg__lines {
  height: 18px;
  margin: 0 auto 0;
  position: relative;
  width: 25px;
}
.gnav-trg .gnav-trg__lines span {
  /*background-color: #45bbcd;*/
  /*background-color: #e20000;*/
  background-color: #fff;
  height: 3px;
  left: 50%;
  position: absolute;
  transition: all 0.5s;
  width: 25px;
}
.gnav-trg .gnav-trg__lines span:nth-child(1) {
  top: 0;
  transform: translate(-50%, 0);
}
.gnav-trg .gnav-trg__lines span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.gnav-trg .gnav-trg__lines span:nth-child(3) {
  bottom: 0;
  transform: translate(-50%, 0);
}
.gnav-trg.is-opened {
  color: #fff;
}
.gnav-trg.is-opened .gnav-trg__text::before {
  content: "CLOSE";
}
.gnav-trg.is-opened .gnav-trg__lines span {
  background-color: #fff;
  height: 1px;
}
.gnav-trg.is-opened .gnav-trg__lines span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.gnav-trg.is-opened .gnav-trg__lines span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.gnav-trg.is-opened .gnav-trg__lines span:nth-child(3) {
  opacity: 0;
}

.gnav-bg {
  /*background-color: rgba(255, 255, 255, 0.45);*/
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 101;
}

@media screen and (min-width: 992px) {
  .header__inr__side--btn {
    display: none !important;
  }
}


.header {
  padding: 20px 15px;
}
@media screen and (min-width: 992px) {
  .header {
    padding: 22px 30px 22px 25px;
  }
}
@media screen and (min-width: 1921px) {
  .header {
    padding: 22px 60px 22px 50px;
  }
}
.header .header__inr {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .header .header__inr {
    margin: 0 auto;
    max-width: 1320px;
  }
}
.header .header__inr .header__inr__logos {
  align-items: center;
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .header .header__inr .header__inr__logos {
    gap: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .header .header__inr .header__inr__logos {
    gap: 50px;
  }
}
.header .header__inr .header__inr__side {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .header .header__inr .header__inr__side {
    /*background-color: #45bbcd;*/
    /*background-color: #e20000;*/
    background-color: #fff;
    height: 90vh;
    /*overflow: scroll;*/
    /*padding: 125px 50px;*/
    padding: 125px 30px;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.5s;
    width: calc(100vw - 40px);
    z-index: 102;
  }
}
@media screen and (min-width: 992px) {
  .header .header__inr .header__inr__side {
    align-items: center;
    display: flex;
    /*font-size: 1.317715959vw;*/
    gap: 2.9282576867vw;
  }
}
@media screen and (min-width: 1921px) {
  .header .header__inr .header__inr__side {
    font-size: 18px;
    gap: 59px;
  }
}
.header .header__inr .header__inr__side.is-opened {
  right: 0;
}
@media screen and (min-width: 992px) {
  .header .header__inr .header__inr__side .btn--email {
    padding: 12px 20px 12px 24px;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1921px) {
  .header .header__inr .header__inr__side .btn--email {
    padding: 23px 52px 23px 24px;
  }
}
.header .header__logo {
  display: block;
  /*width: 70px;*/
  font-family: "FOT-UD角ゴ_スモール B", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .header .header__logo {
    /*width: 21.9619326501vw;*/
    /*width: 9.27vw;*/
    /*width: 140px;*/
    font-size: 26px;
  }
}
@media screen and (min-width: 1921px) {
  .header .header__logo {
    /*width: 300px;*/
    /*width: 140px;*/
  }
}
.header .header__logo img {
  /*margin-top: -0.3em;*/
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .header .header__links {
    align-items: center;
    display: flex;
    gap: 1.8301610542vw;
  }
}
@media screen and (min-width: 1921px) {
  .header .header__links {
    gap: 2em;
  }
}
@media screen and (max-width: 991px) {
  .header .header__links > li {
    /*margin-bottom: 2em;*/
  }
}
@media screen and (max-width: 991px) {
  .header .header__links a {
    align-items: center;
    /*color: #fff;*/
    color: #333;
    display: flex;
    /*gap: 15px;*/
    border-bottom: 1px solid #333;
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .header .header__links a:hover {
    /*color: #e20000;*/
    color: #09944a;
    transition: 0.3s;
  }
}
@media screen and (max-width: 991px) {
  .header .header__links a::after {
    content: "";
    display: block;
    /*border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;*/
    border-bottom: 2px solid #09944a;
    border-right: 2px solid #09944a;
    height: 9px;
    transform: rotate(-45deg);
    width: 9px;
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .header .btn {
    background-color: #fff;
    /*color: #45bbcd;*/
    color: #e20000;
    padding: 10px 30px;
    max-width: 240px;
    width: 100%;
    
    border-radius: 50px;
  }
}
.header .btn.btn--email {
  font-size: 700;
}
@media screen and (max-width: 991px) {
  .header .btn.btn--email:hover {
    color: #e20000;
  }
}
@media screen and (max-width: 991px) {
  .header .btn.btn--email > span {
    gap: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .header .btn.btn--email > span::before {
    height: 11px;
    width: 14px;
    background: url("../img/mail_icon.png") 0 0/100% 100% no-repeat;
  }
}
@media screen and (max-width: 991px) {
  .header .contact-content-box-nallow {
    margin-top: 30px;
  }
  .header .contact-content-box-nallow__inr.contact-content-box-nallow__inr--bg {
    margin-top: 10px;
  }
  .header .contact-content-box-nallow__inr .txt {
    font-size: 10px;
  }
  .header .contact-content-box-nallow__inr .txt .tel {
    font-size: 22px;
  }
  .header .contact-content-box-nallow__inr .txt .mail {
    font-size: 13px;
  }
}


.footer {
  /*background-color: #111111;*/
  /*margin-top: 60px;*/
  /*padding: 40px 17px 30px;*/
  padding: 30px 0 20px;
  position: relative;
  border-bottom: 1px solid #dadada;
  
  /*aspect-ratio: 8 / 5;*/
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .footer {
    /*margin-top: 100px;*/
    /*padding: 77px 50px 100px;*/
  }
}
.footer .page-top {
  position: absolute;
  right: 20px;
  top: -130px;
}
@media screen and (max-width: 991px) {
  .footer .page-top {
    display: none !important;
  }
}
.footer .footer__inr {
  margin: 0 auto 10px;
  /*max-width: 1320px;*/
  max-width: 1090px;
  text-align: right;
    padding-left: 17px;
    padding-right: 17px;  
}
@media screen and (max-width: 991px) {
  .footer .footer__inr {
    text-align: center;
  }
}
.footer .footer__inr .content-box {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer .footer__inr .content-box {
    font-size: 32px;
    padding-bottom: 220px;
  }
}

@media screen and (min-width: 992px) {
  .footer .footer__main {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.footer .footer__sns {
  /*width: 300px;*/
    /*width: 140px;*/
  display: flex;
  justify-content: center; 
}
.footer .footer__sns a {
  margin: 0 6px;
  max-width: 40px;
}
@media screen and (max-width: 991px) {
  .footer .footer__sns {
    /*margin: 0 auto 10px;*/
	  /*width: 90px;*/
  }
}
.footer__main__inr{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px 50px;
}

.footer .footer__links {
  /*gap: 18px 32px;*/
  /*width: 460px;*/
  /*max-width: 660px;*/
  /*font-weight: bold;*/
  
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw;
}
@media screen and (max-width: 991px) {
  .footer .footer__links {
    /*display: none;*/
    justify-content: center;
    padding-top: 46px;
    padding-bottom: 30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer__links > li {
    width: calc(50% - 20px);
  }
}
.footer .footer__links > li > a {
  color: #333;
}
/*.footer .footer__links > li > a::before {
  color: #45bbcd;
  content: "-";
  display: inline-block;
  margin-right: 5px;
}*/
.footer .footer__links > li > a:hover {
  text-decoration: underline;
}
.footer__copy {
  color: #111111;
  font-size: 16px;
  text-align: center;
  /*padding: 20px;*/
  padding: 77px 50px 60px;
}
@media screen and (max-width: 767px) {
.footer__copy {
    display: block;
    font-size: 13px;
  
    padding: 40px 17px 30px;
  }
}
.footer__logo {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "FOT-UD角ゴ_スモール B", "メイリオ", sans-serif;
}
@media screen and (min-width: 992px) {
  .footer__logo {
    font-size: 32px;
    margin-bottom: 60px;
  }
}


/* ------------------------
  News
------------------------ */
.news-archive-block {
  padding-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .news-archive-block {
    padding-bottom: 54px;
  }
}


/*@media screen and (max-width: 1023px) {
  .news-archive-block .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .news-archive-block li+li {
    margin-top: 20px;
  }
}*/
.news-archive-block .column {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .news-archive-block .column {
    display: block;
  }
}
.news-archive-block li+li {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .news-archive-block li+li {
    margin-top: 0;
  }
}


.news-archive-block .column .img {
  width: 32%;
}
@media screen and (min-width: 1024px) {
  .news-archive-block .column .img {
    width: 100%;
  }
}
.news-archive-block .column .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
}

.news-archive-block .column .txt {
  width: 100%;
}

.news-archive-block .column .txt .top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.news-archive-block .column .txt .top .date {
  color: #111111;
  font-size: 12px;
  font-weight: bold;
  margin-right: 13px;
}
@media screen and (min-width: 768px) {
  .news-archive-block .column .txt .top .date {
    font-size: 20px;
    margin-right: 18px;
  }
}

.news-archive-block .column .txt .top .cat-box {
  background-color: #eef3f7;
  border-radius: 20px;
  color: #222;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  min-width: 100px;
  padding: 5px 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news-archive-block .column .txt .top .cat-box {
    font-size: 16px;
    padding: 5px 15px;
  }
}
.news-archive-block .column .txt .title {
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-archive-block .column .txt .title {
    line-height: 1.4;
  }
}




.pc-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }
}