@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: #171c61;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #005bb8;
  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 {
  margin-bottom: -132px;
  position: relative;
}
#contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e4e4ea;
  z-index: -1;
}
#contact a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#contact a:hover {
  opacity: 0.6;
}
#contact .inner {
  width: min(100% - 20px, 1400px);
  margin: 0 auto;
  border: 1px solid #171c61;
  background-color: #fff;
  display: flex;
}
#contact .inner > * {
  width: 50%;
}
#contact .inner .left {
  padding: 99px 10px 112px max((100vw - 1180px) / 2 - max((100vw - 1400px) / 2, 10px), 10px);
}
#contact .inner .left h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  margin-bottom: 20px;
}
#contact .inner .left h2 small {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "bahnschrift", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #005ab7;
}
#contact .inner .left h2 small::before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #005ab7;
}
#contact .inner .left .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #121212;
}
#contact .inner .right {
  display: flex;
  flex-direction: column;
  padding-top: 62px;
  border-left: 1px solid #171c61;
}
#contact .inner .right .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  padding-right: max((100vw - 1180px) / 2 - max((100vw - 1400px) / 2, 10px), 10px);
  padding-left: 10px;
  gap: 30px 10.2076124567%;
  margin-bottom: 62px;
}
#contact .inner .right .top .block .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  margin-bottom: 9px;
}
#contact .inner .right .top .block p, #contact .inner .right .top .block a {
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #121212;
}
#contact .inner .right .mail {
  flex: 1;
}
#contact .inner .right .mail p {
  height: 100%;
}
#contact .inner .right .mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 80px;
  position: relative;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #171c61;
  padding: 0 90px;
}
#contact .inner .right .mail a::after {
  content: "";
  position: absolute;
  right: 30px;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow-blue.webp) no-repeat center #fff;
}
@media (max-width: 999px) {
  #contact {
    margin-bottom: -100px;
  }
  #contact .inner .left {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  #contact .inner .left h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  #contact .inner .left h2 small {
    font-size: 18px;
  }
  #contact .inner .left .text {
    font-size: 18px;
  }
  #contact .inner .right {
    padding-top: 40px;
  }
  #contact .inner .right .top {
    margin-bottom: 40px;
  }
  #contact .inner .right .top .block .title {
    font-size: 14px;
  }
  #contact .inner .right .top .block a {
    font-size: 28px;
  }
  #contact .inner .right .mail a {
    font-size: 30px;
    padding: 0 60px;
  }
  #contact .inner .right .mail a::after {
    right: 10px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  #contact {
    margin-bottom: -80px;
  }
  #contact .inner {
    flex-direction: column;
    row-gap: 30px;
    padding-top: 30px;
  }
  #contact .inner > * {
    width: 100%;
  }
  #contact .inner .left {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #contact .inner .left h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #contact .inner .left h2 small {
    font-size: 16px;
  }
  #contact .inner .left .text {
    font-size: 16px;
  }
  #contact .inner .left .text br {
    display: none;
  }
  #contact .inner .right {
    padding-top: 0;
  }
  #contact .inner .right .top {
    margin-bottom: 30px;
    justify-content: center;
  }
  #contact .inner .right .top .block .title {
    font-size: 12px;
  }
  #contact .inner .right .top .block a {
    font-size: 22px;
  }
  #contact .inner .right .mail a {
    font-size: 24px;
    padding: 0 50px;
  }
  #contact .inner .right .mail a img {
    max-width: 30px;
  }
  #contact .inner .right .mail a::after {
    width: 40px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 105px;
}
#news .contents article {
  border-bottom: 1px solid #292d32;
  padding: 0 20px 10px;
}
#news .contents article:not(:has(a)) {
  display: flex;
  align-items: center;
  -moz-column-gap: 38px;
       column-gap: 38px;
}
#news .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  -moz-column-gap: 38px;
       column-gap: 38px;
}
#news .contents article a:hover {
  opacity: 0.6;
}
#news .contents article time {
  font-family: "bahnschrift", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
}
#news .contents article .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#news .contents article:not(:last-child) {
  margin-bottom: 31px;
}
@media (max-width: 999px) {
  #news {
    margin-bottom: 90px;
  }
  #news .contents article {
    padding: 0 15px 10px;
  }
  #news .contents article:not(:has(a)) {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #news .contents article a {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #news .contents article time {
    font-size: 14px;
  }
  #news .contents article .title {
    font-size: 14px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #news {
    margin-bottom: 70px;
  }
  #news .contents article {
    padding: 0 10px 5px;
  }
  #news .contents article:not(:has(a)) {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #news .contents article a {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-left: 3.6875%;
}
#header .left {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 10px 0;
}
#header .left .logo {
  max-width: 314px;
}
#header .left .tx {
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
}
#header .right {
  display: flex;
  justify-content: end;
  -moz-column-gap: 67px;
       column-gap: 67px;
  flex: 1;
}
#header .right #gnav {
  align-content: center;
}
#header .right #gnav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 33px;
}
#header .right #gnav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
}
#header .right .contact {
  min-height: 100px;
}
#header .right .contact p {
  height: 100%;
}
#header .right .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  row-gap: 10px;
  width: 140px;
  height: 100%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  background-color: #171c61;
}
@media (max-width: 1300px) {
  #header .right {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #header .right #gnav ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 999px) {
  #header .top {
    padding-left: 10px;
  }
  #header .left {
    flex-direction: column;
    justify-content: center;
    row-gap: 5px;
  }
  #header .left .tx {
    font-size: 14px;
  }
  #header .right {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header .right #gnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header .right #gnav ul li a {
    font-size: 16px;
  }
  #header .right .contact {
    min-height: 80px;
  }
  #header .right .contact a {
    width: 120px;
  }
}
@media (min-width: 768px) {
  #header .right #gnav ul li.sp-in {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding-right: 70px;
  }
  #header .right #gnav {
    align-content: unset;
  }
  #header .right #gnav ul li a {
    color: #fff;
  }
  #header .right .contact {
    display: none;
  }
}

@media (min-width: 768px) {
  #header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
  }
  #header.m_fixed .top {
    align-items: center;
    background-color: #fff;
    height: 70px;
  }
  #header.m_fixed .top .right {
    height: 70px;
  }
  #header.m_fixed .top .right #gnav {
    color: #101010;
  }
  #header.m_fixed .top .right .contact {
    min-height: initial;
    height: 70px;
  }
  #header.m_fixed .top .right .contact a {
    row-gap: 5px;
  }
}
/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 100px;
  right: 90px;
  z-index: 1;
  width: 60px;
  height: 60px;
}
#pagetop.fin {
  position: absolute;
  top: 0;
  bottom: unset;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #171c61;
}
@media (max-width: 999px) {
  #pagetop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: 70px;
  }
  #pagetop.fin {
    transform: translateY(-100%);
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background: url(../images/f-bg.webp) no-repeat center/cover;
  padding: 226px 0 120px;
}
#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: 314px;
  margin-bottom: 30px;
}
#footer .contents {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .contents .left {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .contents .left a {
  font-weight: 100;
  color: #fff;
}
#footer .contents .left .map {
  text-decoration: underline;
}
#footer .contents .right {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
#footer .contents #fnav {
  margin-top: -2px;
  margin-bottom: 10px;
}
#footer .contents #fnav ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 0px 32px;
}
#footer .contents #fnav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .contents .copyright {
  text-align: end;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-top: auto;
}
@media (min-width: 1000px) {
  #footer .tab {
    display: none;
  }
}
@media (max-width: 999px) {
  #footer {
    padding: 140px 0 100px;
  }
  #footer .contents .left {
    font-size: 14px;
  }
  #footer .contents #fnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #footer .contents #fnav ul li a {
    font-size: 16px;
  }
  #footer .contents .copyright {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 130px 0 80px;
  }
  #footer .logo {
    margin: 0 auto 25px;
  }
  #footer .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .contents .right {
    margin-left: unset;
  }
  #footer .contents #fnav ul {
    justify-content: center;
  }
  #footer .contents .copyright {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */