@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #151921;
  font-size: 16px;
  line-height: 1.875;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
body.open #header .top {
  z-index: unset;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #14407d;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #14407d;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  padding: 102px 0 120px;
  position: relative;
}
#contact::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
#contact h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #151921;
  text-align: center;
  margin-bottom: 48px;
}
#contact h2 small {
  color: #f28527;
  display: block;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
#contact .contents {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 2px 0.3389830508%;
}
#contact .contents .block {
  width: 49.8305084746%;
  background-color: #fff;
  text-align: center;
  padding: 77px 10px 58px;
  display: flex;
  flex-direction: column;
}
#contact .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#contact .contents .block a:hover {
  opacity: 0.6;
}
#contact .contents .block .title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #14407d;
  margin-bottom: 18px;
}
#contact .contents .block .title + * {
  margin: auto 0;
}
#contact .contents .block.tel {
  border-radius: 20px 0 0 20px;
}
#contact .contents .block.tel a {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #151921;
}
#contact .contents .block.tel a span {
  font-size: 20px;
}
#contact .contents .block.mail {
  border-radius: 0 20px 20px 0;
}
#contact .contents .block.mail .btn {
  max-width: 100%;
}
#contact .contents .block.mail .btn a {
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
  height: 64px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  position: relative;
  background-color: #14407d;
}
#contact .contents .block.mail .btn a::after {
  content: "";
  width: 23px;
  height: 5px;
  right: 20px;
  position: absolute;
  background-image: url(../images/btn-flow.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  #contact {
    padding: 80px 0;
  }
  #contact h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #contact h2 small {
    font-size: 18px;
  }
  #contact .contents .block {
    padding: 60px 10px 40px;
  }
  #contact .contents .block .title {
    font-size: 18px;
  }
  #contact .contents .block.tel a {
    font-size: 26px;
  }
  #contact .contents .block.tel a span {
    font-size: 18px;
  }
  #contact .contents .block.mail .btn a {
    width: 340px;
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding: 60px 0;
  }
  #contact h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #contact h2 small {
    font-size: 16px;
  }
  #contact .contents {
    flex-direction: column;
    align-items: center;
  }
  #contact .contents .block {
    padding: 30px 10px;
    min-width: 280px;
  }
  #contact .contents .block .title {
    font-size: 16px;
  }
  #contact .contents .block.tel {
    border-radius: 20px 20px 0 0;
  }
  #contact .contents .block.tel a {
    font-size: 22px;
  }
  #contact .contents .block.tel a span {
    font-size: 16px;
  }
  #contact .contents .block.mail {
    border-radius: 0 0 20px 20px;
  }
  #contact .contents .block.mail .btn a {
    width: 280px;
    height: 40px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .inner {
  display: flex;
}
#news .contents {
  flex: 1;
}
#news .contents article {
  display: flex;
  align-items: center;
  -moz-column-gap: 37px;
       column-gap: 37px;
  border-bottom: 1px dashed #5eaf23;
  padding-bottom: 23px;
}
#news .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  flex-direction: column;
  gap: 15px 37px;
}
#news .contents article a:hover {
  opacity: 0.6;
}
#news .contents article .time-cate {
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
#news .contents article time {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #151921;
}
#news .contents article .cate {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5eaf23;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #5eaf23;
  padding: 1.21px 24px;
  border-radius: 6px;
}
#news .contents article .title {
  flex: 1;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #151921;
}
#news .contents article:not(:last-child) {
  margin-bottom: 42px;
}
@media (max-width: 999px) {
  #news .contents article {
    -moz-column-gap: 25px;
         column-gap: 25px;
    padding-bottom: 15px;
  }
  #news .contents article a {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  #news .contents article .time-cate {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #news .contents article time {
    font-size: 14px;
  }
  #news .contents article .cate {
    font-size: 14px;
    padding: 1.2px 18px;
  }
  #news .contents article .title {
    font-size: 16px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #news .inner {
    flex-direction: column;
    row-gap: 30px;
  }
  #news .contents {
    width: 100%;
  }
  #news .contents article {
    flex-direction: column;
    align-items: unset;
    row-gap: 10px;
    padding-bottom: 10px;
  }
  #news .contents article a {
    flex-direction: column;
    align-items: unset;
    row-gap: 10px;
  }
  #news .contents article .time-cate {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #news .contents article .cate {
    padding: 1.2px 10px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  height: 130px;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  z-index: 2;
  padding-left: 3.75%;
  padding-right: 3.125%;
}
#header .top.m_fixed {
  position: fixed;
  background-color: #fff;
  height: 80px;
}
#header .logo {
  max-width: 294px;
  align-content: center;
  padding-top: 7px;
}
#header .right {
  display: flex;
  margin-left: auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#header #gnav {
  flex: 1;
  align-content: center;
}
#header #gnav ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 49px;
}
#header #gnav ul li a {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #151921;
}
#header .recruit {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .recruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 70px;
  border-radius: 10px;
  background-color: #f28527;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 999px) {
  #header .top {
    padding-left: 10px;
    padding-right: 10px;
    height: 100px;
  }
  #header .right {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #header #gnav ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #header #gnav ul li a {
    font-size: 18px;
  }
  #header .recruit a {
    width: 120px;
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #header .top {
    height: 70px;
  }
  #header #gnav {
    align-content: initial;
  }
  #header #gnav ul {
    justify-content: flex-start;
  }
  #header #gnav ul li a {
    color: #fff;
  }
  #header .recruit {
    display: none;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 90px;
  z-index: 3;
  width: 60px;
  height: 60px;
}
#pagetop.fin {
  position: absolute;
  top: 0;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #14407d;
  border-radius: 50px;
}
#pagetop a img {
  width: 11.6666666667%;
}
@media (max-width: 999px) {
  #pagetop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: 70px;
  }
  #pagetop.fin {
    transform: translateY(calc(-100% - 10px));
  }
}

/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
/*フッター部分に固定
#pagetop {
  position: absolute;
  top: -30px;
  right: -90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  @include opacity();
  @media (max-width: 1250px){
    right: 20px;
  }
  @include sp {
    //display: none !important;
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    a {
    }
  }
}
*/
/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #f7f4e9;
  padding: 89px 0;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .inner {
  position: relative;
  padding: 0 max((100% - 1180px) / 2, 10px);
}
#footer .logo {
  max-width: 308px;
  margin-bottom: 32px;
}
#footer .top {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 77px;
}
#footer .top .data {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
}
#footer .top .data a {
  font-weight: 500;
  color: #151921;
}
#footer .top .data .map {
  text-decoration: underline;
  color: #14407d;
}
#footer .top #fnav {
  margin-left: auto;
  margin-top: 3px;
}
#footer .top #fnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px 49px;
}
#footer .top #fnav ul li a {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #151921;
}
#footer .top #fnav ul li.recruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  background-color: #f28527;
  color: #fff;
  border-radius: 10px;
}
#footer .top #fnav ul:not(:last-child) {
  margin-bottom: 34px;
}
#footer .bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .bottom .copyright {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#footer .bottom .privacy {
  margin-left: auto;
}
#footer .bottom .privacy a {
  text-decoration: underline;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #151921;
}
@media (max-width: 1100px) {
  #footer .top #fnav ul {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (min-width: 1000px) {
  #footer .tab {
    display: none;
  }
}
@media (max-width: 999px) {
  #footer {
    padding: 70px 0;
  }
  #footer .top {
    margin-bottom: 60px;
  }
  #footer .top .data {
    font-size: 16px;
  }
  #footer .top #fnav ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #footer .top #fnav ul li a {
    font-size: 18px;
  }
  #footer .top #fnav ul li.recruit a {
    width: 180px;
    height: 50px;
  }
  #footer .top #fnav ul:not(:last-child) {
    margin-bottom: 20px;
  }
  #footer .bottom .copyright {
    font-size: 14px;
  }
  #footer .bottom .privacy a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 60px 0;
  }
  #footer .logo {
    margin: 0 auto 25px;
  }
  #footer .top {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .top .data {
    font-size: 14px;
  }
  #footer .top #fnav {
    margin-left: unset;
  }
  #footer .top #fnav ul {
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #footer .top #fnav ul li a {
    font-size: 16px;
  }
  #footer .top #fnav ul li.recruit a {
    width: 160px;
    height: 45px;
  }
  #footer .top #fnav ul:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer .bottom {
    flex-direction: column;
  }
  #footer .bottom .copyright {
    order: 1;
    text-align: center;
  }
  #footer .bottom .privacy {
    margin-left: unset;
  }
}/*# sourceMappingURL=style.css.map */