@charset "UTF-8";
@font-face {
  font-family: "Bahnschrift";
  src: url(../fonts/bahnschrift.ttf);
}
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

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

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #181818;
  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: #01418e;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #50b0ea;
  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.jpg) no-repeat center/cover;
  padding: 120px 0 109px;
}
#contact a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#contact a:hover {
  opacity: 0.6;
}
#contact .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
#contact .contents .left {
  flex: 1;
}
#contact .contents .left h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  margin-left: 12px;
  margin-bottom: 35px;
}
#contact .contents .left h2 small {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 3px;
}
#contact .contents .left .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}
#contact .contents .right {
  margin-left: 20px;
  margin-top: 18px;
}
#contact .contents .right .tel {
  padding-left: 13px;
  margin-bottom: 38px;
}
#contact .contents .right .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Bahnschrift";
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
#contact .contents .right .tel a img {
  margin-right: 17px;
}
#contact .contents .right .mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 520px;
  height: 100px;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  padding-right: 48px;
}
#contact .contents .right .mail a img {
  margin-right: 21px;
}
#contact .contents .right .mail a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 97%;
  height: 100%;
  transform: skew(-11deg);
  background-color: #01418e;
  z-index: -1;
}
#contact .contents .right .mail a::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 18px;
  background: url(../images/arow2.png) no-repeat center/cover;
  right: 65px;
}
@media (max-width: 1100px) {
  #contact .contents .left .catch {
    font-size: 18px;
  }
  #contact .contents .right .mail a {
    width: 470px;
  }
}
@media (max-width: 999px) {
  #contact {
    padding: 90px 0;
  }
  #contact .contents .left h2 {
    margin-left: 0;
    font-size: 32px;
    margin-bottom: 20px;
  }
  #contact .contents .left h2 small {
    font-size: 18px;
  }
  #contact .contents .left .catch {
    font-size: 16px;
  }
  #contact .contents .left .catch br {
    display: none;
  }
  #contact .contents .right .tel {
    margin-bottom: 20px;
  }
  #contact .contents .right .tel a {
    font-size: 40px;
  }
  #contact .contents .right .mail a {
    width: 400px;
    height: 80px;
    font-size: 20px;
    padding-right: 0;
  }
  #contact .contents .right .mail a::after {
    right: 30px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding: 80px 0;
  }
  #contact .contents {
    display: block;
  }
  #contact .contents .left {
    margin-bottom: 30px;
  }
  #contact .contents .left h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #contact .contents .left h2 small {
    font-size: 16px;
  }
  #contact .contents .left .catch {
    font-size: 14px;
  }
  #contact .contents .right {
    margin-left: 0;
    margin-top: 0;
  }
  #contact .contents .right .tel {
    margin-bottom: 15px;
  }
  #contact .contents .right .tel a {
    font-size: 32px;
  }
  #contact .contents .right .tel a img {
    margin-right: 10px;
    width: 30px;
  }
  #contact .contents .right .mail a {
    width: 280px;
    height: 70px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
  #contact .contents .right .mail a img {
    margin-right: 10px;
    width: 24px;
  }
  #contact .contents .right .mail a::after {
    display: none;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 109px;
}
#news article {
  border-top: 1px solid #dcdcdc;
  padding: 23px 10px 27px;
}
#news article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#news article a:hover {
  opacity: 0.6;
}
#news article time {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #01418e;
  display: block;
  margin-bottom: 5px;
}
#news article .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #181818;
}
#news article:last-child {
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 999px) {
  #news {
    margin-bottom: 90px;
  }
  #news article {
    padding: 15px 10px;
  }
  #news article time {
    font-size: 14px;
  }
  #news article .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #news {
    margin-bottom: 80px;
  }
  #news article {
    padding: 10px;
  }
  #news article .title {
    font-size: 14px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
}
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 36px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#header .logo {
  padding-bottom: 6px;
}
#header .right {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: auto;
}
#header .links {
  height: 100%;
  margin-left: 30px;
}
#header .links ul {
  display: flex;
  height: 100%;
}
#header .links ul li {
  height: 100%;
}
#header .links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Bahnschrift";
  font-weight: 700;
}
#header .links ul li.tel a {
  font-size: 22.72px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #2f2f2f;
  width: 241px;
}
#header .links ul li.tel a img {
  margin-right: 7px;
}
#header .links ul li.mail a {
  flex-direction: column;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #76c3ea;
  background-color: #01418e;
  width: 120px;
  padding-top: 5px;
}
#header .links ul li.mail a img {
  margin-bottom: 10px;
}
@media (max-width: 1100px) {
  #header .top {
    padding-left: 30px;
  }
  #header .links {
    margin-left: 15px;
  }
}
@media (max-width: 999px) {
  #header .top {
    padding-left: 10px;
    height: 85px;
  }
  #header .logo {
    max-width: 250px;
    flex: 1;
  }
  #header .links {
    margin-left: 10px;
  }
  #header .links ul li.tel a {
    width: 175px;
    font-size: 18px;
  }
  #header .links ul li.mail a {
    width: 100px;
  }
}
@media (max-width: 767px) {
  #header .top {
    height: 65px;
    padding-right: 70px;
  }
}

#gnav {
  padding-top: 5px;
}
#gnav > ul {
  display: flex;
}
#gnav > ul > li > a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #181818;
  text-align: center;
}
#gnav > ul > li > a small {
  font-family: "Bahnschrift";
  font-weight: 700;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #76c3ea;
  display: block;
  margin-top: 5px;
}
#gnav > ul > li:not(:first-child) {
  margin-left: 45.5px;
}
@media (max-width: 1100px) {
  #gnav > ul > li:not(:first-child) {
    margin-left: 20px;
  }
}
@media (max-width: 999px) {
  #gnav > ul > li a {
    font-size: 14px;
  }
  #gnav > ul > li:not(:first-child) {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #gnav > ul > li a {
    color: #fff;
  }
  #gnav > ul > li a img {
    display: none;
  }
  #gnav > ul > li:not(:first-child) {
    margin-left: unset;
  }
}

/* ----------------------------------------------
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: url(../images/footer-bg.jpg) no-repeat center/cover;
  position: relative;
  padding: 87px 0 72px;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .pagetop {
  position: absolute;
  top: -30px;
  right: 90px;
}
#footer .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .contents {
  display: flex;
  margin-bottom: 48px;
}
#footer .left {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.1em;
  color: #fff;
}
#footer .left .logo {
  margin-bottom: 16px;
}
#footer .right {
  margin-left: auto;
  margin-top: -5px;
}
#footer .right #fnav {
  margin-bottom: 35px;
}
#footer .right #fnav ul {
  display: flex;
}
#footer .right #fnav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
#footer .right #fnav ul li:not(:first-child) {
  margin-left: 36px;
}
#footer .right .mail a {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #01418e;
  background: url(../images/arow3.png) no-repeat center right 19px #fff;
}
#footer .right .mail a img {
  margin-right: 10px;
}
#footer .bottom {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
#footer .bottom a {
  color: #fff;
  font-weight: 400;
}
#footer .bottom .copyright {
  margin-left: auto;
}
@media (max-width: 999px) {
  #footer {
    padding: 60px 0;
  }
  #footer .pagetop {
    right: 20px;
  }
  #footer .contents {
    margin-bottom: 30px;
  }
  #footer .left {
    font-size: 14px;
  }
  #footer .right #fnav {
    margin-bottom: 25px;
  }
  #footer .right #fnav ul li a {
    font-size: 16px;
  }
  #footer .right #fnav ul li:not(:first-child) {
    margin-left: 20px;
  }
  #footer .right .mail a {
    width: 220px;
    height: 55px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 50px 0;
  }
  #footer .pagetop {
    width: 40px;
    top: -20px;
  }
  #footer .contents {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: center;
  }
  #footer .left {
    margin-bottom: 30px;
  }
  #footer .right {
    margin-left: unset;
  }
  #footer .right #fnav {
    margin-bottom: 20px;
    text-align: center;
  }
  #footer .right #fnav ul {
    /* flex-direction: column; */
    display: block;
  }
  #footer .right #fnav ul li a {
    font-size: 14px;
  }
  #footer .right #fnav ul li:not(:first-child) {
    margin-left: 0px;
  }
  #footer .right #fnav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer .right .mail a {
    width: 200px;
    height: 50px;
  }
  #footer .bottom {
    /* flex-direction: column;
    align-items: center; */
    display: block;
    text-align: center;
    font-size: 12px;
  }
  #footer .bottom .privacy {
    margin-bottom: 10px;
  }
  #footer .bottom .copyright {
    margin-left: unset;
  }
}/*# sourceMappingURL=style.css.map */