@charset "UTF-8";
/*
@mixin fontyumin($weight) {
  //font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "メイリオ", system-ui, sans-serif;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-weight: $weight;

  body.is-ios & {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  }
}
  */
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

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

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

strong {
  color: #ffcf00;
  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 {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  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) no-repeat center/cover;
  padding: 107px 0 155px;
}
#contact h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}
body.is-ios #contact h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#contact h2 small {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#contact .contents {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-color: #fff;
  padding: 88px 0 73px;
}
#contact .contents .block {
  width: 50%;
  text-align: center;
  justify-items: center;
}
#contact .contents .block a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#contact .contents .block a:hover {
  opacity: 0.6;
}
#contact .contents .block.tel .title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #131313;
  margin-bottom: 13px;
}
body.is-ios #contact .contents .block.tel .title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#contact .contents .block.tel a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #131313;
}
body.is-ios #contact .contents .block.tel a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#contact .contents .block.tel a span {
  font-size: 20px;
}
#contact .contents .block.mail .btn {
  max-width: calc(100% - 20px);
}
#contact .contents .block.mail .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 100%;
  height: 90px;
  background: url(../images/arow-blue2.webp) no-repeat center right 30px #ffcf00;
  border-radius: 45px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #131313;
}
body.is-ios #contact .contents .block.mail .btn a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#contact .contents .block:nth-child(even) {
  position: relative;
}
#contact .contents .block:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0px;
  width: 1px;
  height: 40px;
  background-color: #131313;
}
@media (max-width: 999px) {
  #contact {
    padding: 90px 0 120px;
  }
  #contact h2 {
    font-size: 26px;
    margin-bottom: 35px;
  }
  #contact h2 small {
    font-size: 16px;
  }
  #contact .contents {
    padding: 60px 0;
  }
  #contact .contents .block.tel .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: 80px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding: 80px 0;
  }
  #contact h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #contact h2 small {
    font-size: 14px;
  }
  #contact .contents {
    padding: 40px 0;
    flex-direction: column;
    row-gap: 30px;
  }
  #contact .contents .block {
    width: 100%;
  }
  #contact .contents .block.tel .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #contact .contents .block.tel a {
    font-size: 22px;
  }
  #contact .contents .block.tel a span {
    font-size: 16px;
  }
  #contact .contents .block.mail .btn a {
    width: 280px;
    height: 70px;
    font-size: 14px;
    background-size: 20px auto;
  }
  #contact .contents .block:nth-child(even)::before {
    display: none;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 4.2372881356%;
}
#news .contents article {
  width: 30.5084745763%;
}
#news .contents article .image {
  aspect-ratio: 360/240;
  margin-bottom: 17px;
}
#news .contents article .image a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#news .contents article .image a:hover {
  opacity: 0.6;
}
#news .contents article .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .contents article .title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #131313;
  margin-bottom: 8px;
}
body.is-ios #news .contents article .title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#news .contents article time {
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #00256a;
}
body.is-ios #news .contents article time {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (max-width: 999px) {
  #news .contents {
    row-gap: 40px;
  }
  #news .contents article .image {
    margin-bottom: 10px;
  }
  #news .contents article .title {
    font-size: 14px;
  }
  #news .contents article time {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #news .contents {
    gap: 30px 6%;
  }
  #news .contents article {
    width: 47%;
  }
}

/* ----------------------------------------------
interview
------------------------------------------------- */
#interview .block {
  position: relative;
}
#interview .block .image {
  aspect-ratio: 370/480;
}
#interview .block .image a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#interview .block .image a:hover {
  opacity: 0.6;
}
#interview .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#interview .block .num {
  position: absolute;
  top: 21px;
  left: 21px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #131313;
  background-color: #ffcf00;
  padding: 2.21px 12px;
  border-radius: 15px/50%;
}
body.is-ios #interview .block .num {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (max-width: 999px) {
  #interview .block .num {
    font-size: 14px;
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  #interview .block .num {
    padding: 2px 7px;
    font-size: 12px;
    top: 7px;
    left: 7px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  align-items: center;
  padding: 30px 3.4375% 30px 3.75%;
}
#header .logo {
  max-width: 318px;
}
#header #gnav {
  margin-left: auto;
}
#header #gnav > ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 45px;
}
#header #gnav > ul > li a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #131313;
  display: block;
}
body.is-ios #header #gnav > ul > li a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#header #gnav > ul > li.contact {
  margin-left: -17px;
}
#header #gnav > ul > li.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 46px;
  border-radius: 23px;
  background-color: #00256a;
  color: #fff;
}
#header #gnav > ul > li > ul {
  position: absolute;
  padding-top: 13px;
  z-index: 1;
  width: max-content;
  display: none;
}
#header #gnav > ul > li > ul .contents {
  background-color: #fff;
  border: 1px solid #00256a;
  padding: 3px 14px 3px 8px;
}
#header #gnav > ul > li > ul li a {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  color: #00256a;
}
@media (max-width: 999px) {
  #header .top {
    padding: 20px;
  }
  #header #gnav > ul {
    column-gap: 20px;
  }
  #header #gnav > ul li a {
    font-size: 16px;
  }
  #header #gnav > ul li.contact {
    margin-left: 0;
  }
  #header #gnav > ul li.contact a {
    width: 140px;
    height: 40px;
  }
  #header #gnav > ul li > ul .contents {
    padding: 3px 7px;
  }
  #header #gnav > ul li > ul li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 10px 70px 10px 10px;
  }
  #header .logo {
    max-width: 250px;
  }
  #header #gnav > ul {
    justify-content: flex-start;
  }
  #header #gnav > ul li a {
    color: #fff;
  }
  #header #gnav > ul li.contact a {
    width: unset;
    height: unset;
    border-radius: unset;
    background-color: unset;
    justify-content: flex-start;
  }
  #header #gnav > ul li > ul {
    display: block;
    position: relative;
    padding-top: 0;
  }
  #header #gnav > ul li > ul .contents {
    background-color: unset;
    border: unset;
    padding: 0;
  }
  #header #gnav > ul li > ul li a {
    color: #fff;
  }
}

@media (min-width: 768px) {
  #header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    background-color: #fff;
  }
  #header.m_fixed .top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header.m_fixed .logo {
    display: block;
  }
  #header.m_fixed .logo a {
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  #header.m_fixed .logo a:hover {
    opacity: 0.6;
  }
  #header.m_fixed #gnav > ul > li > ul {
    padding-top: 20px;
  }
}
/* ----------------------------------------------
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: #ffcf00;
  border-radius: 50%;
}
@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: #00256a;
  padding: 111px 0;
}
#footer a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 0 max((100% - 1180px) / 2, 10px);
  position: relative;
}
#footer .logo {
  max-width: 318px;
  margin-bottom: 35px;
}
#footer .top {
  display: flex;
  column-gap: 10px;
  margin-bottom: 54px;
}
#footer .top .left .data {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 36px;
}
body.is-ios #footer .top .left .data {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#footer .top .left .data a {
  font-weight: 600;
  color: #fff;
}
#footer .top .left .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 46px;
  border-radius: 23px;
  background-color: #ffcf00;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #131313;
}
body.is-ios #footer .top .left .btn a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#footer .top #fnav {
  margin-left: auto;
  margin-top: 15px;
}
#footer .top #fnav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px 44px;
}
#footer .top #fnav > ul li a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: white;
}
body.is-ios #footer .top #fnav > ul li a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#footer .top #fnav > ul li ul li a {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  color: #ffcf00;
}
#footer .bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .bottom .privacy a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: underline;
}
body.is-ios #footer .bottom .privacy a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#footer .bottom .copyright {
  margin-left: auto;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
body.is-ios #footer .bottom .copyright {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (max-width: 999px) {
  #footer {
    padding: 80px 0;
  }
  #footer .top {
    margin-bottom: 40px;
  }
  #footer .top .left .data {
    font-size: 14px;
    margin-bottom: 25px;
  }
  #footer .top .left .btn a {
    width: 145px;
    height: 40px;
    font-size: 16px;
  }
  #footer .top #fnav > ul {
    column-gap: 20px;
  }
  #footer .top #fnav > ul li a {
    font-size: 16px;
  }
  #footer .top #fnav > ul li ul li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 70px 0;
  }
  #footer .logo {
    margin: 0 auto 25px;
  }
  #footer .top {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .top .left .data {
    margin-bottom: 15px;
  }
  #footer .top .left .btn a {
    width: 130px;
    height: 35px;
    font-size: 14px;
  }
  #footer .top #fnav {
    margin-left: unset;
  }
  #footer .top #fnav > ul {
    column-gap: 10px;
    justify-content: center;
  }
  #footer .top #fnav > ul li a {
    font-size: 14px;
  }
  #footer .top #fnav > ul li ul li a {
    font-size: 10px;
  }
  #footer .bottom {
    flex-direction: column;
  }
  #footer .bottom .privacy a {
    font-size: 12px;
  }
  #footer .bottom .copyright {
    margin-left: unset;
    text-align: center;
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */