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

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

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

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

strong {
  color: #1764aa;
  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 {
  background: url(../images/contact-bg.webp) repeat;
  padding: 90px 0 111px;
  text-align: center;
}
#contact h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 3px;
  margin-bottom: 27px;
}
#contact h2::before {
  content: "";
  width: 33px;
  aspect-ratio: 33/25;
  background: url(../images/heading-icon-white.webp) no-repeat center/cover;
}
#contact h2 small {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#contact .catch {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 51px;
  padding: 0 10px;
}
#contact .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
#contact .contents .block {
  width: 50%;
}
#contact .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#contact .contents .block a:hover {
  opacity: 0.6;
}
#contact .contents .block.tel .title {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 6px;
}
#contact .contents .block.tel a {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#contact .contents .block.tel a span {
  font-size: 30px;
}
#contact .contents .block.mail .btn {
  max-width: 100%;
}
#contact .contents .block.mail .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 400px;
  max-width: 100%;
  height: 100px;
  border-radius: 50px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background: url(../images/arow3.webp) no-repeat center right 30px #171776;
  margin: 5px auto 0;
}
@media (max-width: 999px) {
  #contact {
    padding: 80px 0;
  }
  #contact h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  #contact h2 small {
    font-size: 18px;
  }
  #contact .catch {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #contact .contents .block.tel .title {
    font-size: 16px;
  }
  #contact .contents .block.tel a {
    font-size: 30px;
  }
  #contact .contents .block.tel a span {
    font-size: 24px;
  }
  #contact .contents .block.mail .btn a {
    width: 340px;
    height: 80px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding: 60px 0;
  }
  #contact h2 {
    font-size: 26px;
  }
  #contact h2 small {
    font-size: 15px;
  }
  #contact .catch {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #contact .contents {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  #contact .contents .block {
    min-width: 300px;
  }
  #contact .contents .block.tel .title {
    font-size: 14px;
    margin-bottom: 0;
  }
  #contact .contents .block.tel a {
    font-size: 24px;
  }
  #contact .contents .block.tel a span {
    font-size: 20px;
  }
  #contact .contents .block.mail .btn a {
    width: 280px;
    height: 60px;
    font-size: 16px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .contents article {
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
#news .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  width: 100%;
}
#news .contents article a:hover {
  opacity: 0.6;
}
#news .contents article .image {
  width: 120px;
}
#news .contents article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .contents article .txtbox {
  flex: 1;
  border-bottom: 1px solid #e9ebe8;
  padding: 10px;
}
#news .contents article .txtbox time {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #1764aa;
}
#news .contents article .txtbox .title {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news .contents article:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  #news .contents article .image {
    width: 100px;
  }
  #news .contents article .txtbox time {
    font-size: 14px;
  }
  #news .contents article .txtbox .title {
    font-size: 16px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #news .contents article .image {
    width: 80px;
  }
  #news .contents article .txtbox time {
    font-size: 12px;
  }
  #news .contents article .txtbox .title {
    font-size: 14px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
#case .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 2.9661016949%;
}
#case .contents .block {
  width: 31.3559322034%;
  position: relative;
}
#case .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#case .contents .block a:hover {
  opacity: 0.6;
}
#case .contents .block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#case .contents .block .cate {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 14px 10px 20px;
  min-height: 190px;
  max-height: calc(100% - 10px);
  border-bottom-left-radius: 30px;
  background-color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #1764aa;
  writing-mode: vertical-rl;
}
@media (max-width: 999px) {
  #case .contents {
    row-gap: 40px;
  }
  #case .contents .block .cate {
    min-height: 170px;
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #case .contents {
    gap: 30px 6%;
  }
  #case .contents .block {
    width: 47%;
  }
  #case .contents .block img {
    border-radius: 10px;
    min-height: 115px;
  }
  #case .contents .block .cate {
    min-height: unset;
    border-bottom-left-radius: 10px;
    font-size: 10px;
    max-height: calc(100% - 5px);
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 30px 3.125% 30px 3.75%;
}
#header .logo {
  max-width: 283px;
}
#header #gnav {
  margin-left: auto;
}
#header #gnav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 37px;
}
#header #gnav ul li a {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
}
#header #gnav ul li.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  width: 180px;
  height: 50px;
  border-radius: 25px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
#header #gnav ul li.btn + .btn {
  margin-left: -17px;
}
#header #gnav ul li.recruit a {
  background: url(../images/arow.webp) no-repeat center right 20px #1764aa;
}
#header #gnav ul li.contact a {
  background-color: #171776;
}
@media (max-width: 999px) {
  #header .top {
    padding: 10px;
  }
  #header #gnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header #gnav ul li a {
    font-size: 18px;
  }
  #header #gnav ul li.btn a {
    font-size: 16px;
    width: 160px;
    height: 45px;
  }
  #header #gnav ul li.btn + .btn {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding-right: 70px;
  }
  #header #gnav ul {
    justify-content: flex-start;
  }
  #header #gnav ul li a {
    color: #fff;
  }
  #header #gnav ul li a img {
    display: none;
  }
  #header #gnav ul li.btn a {
    width: unset;
    height: unset;
    background: unset;
    border-radius: unset;
    justify-content: start;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

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

#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: #e9f4f6;
  padding: 92px 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 .pagetop {
  position: absolute;
  right: 90px;
  top: 0;
}
#footer .pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #171776;
}
#footer .logo {
  max-width: 283px;
  margin-bottom: 32px;
}
#footer .top {
  display: flex;
  margin-bottom: 57px;
}
#footer .top .data {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #121212;
}
#footer .top .data a {
  font-weight: 500;
  color: #121212;
}
#footer .top .data .map {
  text-decoration: underline;
  color: #171776;
}
#footer .top .right {
  margin-left: auto;
  margin-top: 1px;
}
#footer .top #fnav {
  margin-bottom: 33px;
}
#footer .top #fnav ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 36px;
}
#footer .top #fnav ul li a {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
}
#footer .top .links ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .top .links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  width: 180px;
  height: 50px;
  border-radius: 25px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .top .links ul li.recruit a {
  background: url(../images/arow.webp) no-repeat center right 20px #1764aa;
}
#footer .top .links ul li.contact a {
  background-color: #171776;
}
#footer .bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .bottom .copyright {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
}
#footer .bottom .privacy {
  margin-left: auto;
}
#footer .bottom .privacy a {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  text-decoration: underline;
}
@media (min-width: 1000px) {
  #footer .tab {
    display: none;
  }
}
@media (max-width: 999px) {
  #footer {
    padding: 70px 0;
  }
  #footer .pagetop {
    right: 20px;
  }
  #footer .top {
    margin-bottom: 40px;
  }
  #footer .top .data {
    font-size: 14px;
  }
  #footer .top .right {
    margin-top: 0;
  }
  #footer .top #fnav {
    margin-bottom: 20px;
  }
  #footer .top #fnav ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #footer .top #fnav ul li a {
    font-size: 18px;
  }
  #footer .top .links ul li a {
    width: 160px;
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 60px 0;
  }
  #footer .pagetop {
    transform: translateY(calc(-100% - 10px));
  }
  #footer .pagetop a {
    width: 40px;
  }
  #footer .logo {
    margin: 0 auto 25px;
  }
  #footer .top {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .top .right {
    margin-left: unset;
  }
  #footer .top #fnav {
    margin-bottom: 10px;
  }
  #footer .top #fnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
  }
  #footer .top #fnav ul li a {
    font-size: 16px;
  }
  #footer .top .links ul {
    justify-content: center;
  }
  #footer .top .links ul li a {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
  #footer .bottom {
    flex-direction: column;
  }
  #footer .bottom .copyright {
    font-size: 12px;
    order: 1;
    text-align: center;
  }
  #footer .bottom .privacy {
    margin-left: unset;
  }
  #footer .bottom .privacy a {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */