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

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

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #101010;
  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;
  position: unset;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

strong {
  color: #282828;
  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-color: #282828;
  padding: 94px 0 90px;
  text-align: center;
}
#contact .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#contact h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 37px;
}
#contact h2 small {
  display: block;
  font-family: "ebrima";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#contact .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 67px;
}
#contact .contents {
  display: flex;
}
#contact .contents .block {
  width: 50%;
  padding: 0 10px;
}
#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: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#contact .contents .block .tel {
  margin: 5px 0 10px;
}
#contact .contents .block .tel a {
  font-family: "ebrima";
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#contact .contents .block .tel a span {
  font-size: 24px;
}
#contact .contents .block .time {
  font-family: "ebrima";
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#contact .contents .block .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  max-width: 100%;
  height: 100px;
  background: url(../images/arow-white.webp) no-repeat center right 30px;
  border-radius: 50px;
  border: 1px solid #fff;
  font-family: "ebrima";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 24px auto 0;
}
@media (max-width: 999px) {
  #contact {
    padding: 80px 0;
  }
  #contact h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  #contact h2 small {
    font-size: 24px;
  }
  #contact .text {
    font-size: 16px;
    margin-bottom: 55px;
  }
  #contact .contents .block .title {
    font-size: 18px;
  }
  #contact .contents .block .tel a {
    font-size: 30px;
  }
  #contact .contents .block .tel a span {
    font-size: 20px;
  }
  #contact .contents .block .time {
    font-size: 14px;
  }
  #contact .contents .block .btn a {
    width: 400px;
    height: 80px;
    font-size: 20px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding: 70px 0;
  }
  #contact h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  #contact h2 small {
    font-size: 20px;
  }
  #contact .text {
    font-size: 14px;
    margin-bottom: 40px;
  }
  #contact .text br {
    display: none;
  }
  #contact .contents {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 10px;
  }
  #contact .contents .block {
    width: unset;
    padding: 0;
    margin: 0 auto;
  }
  #contact .contents .block .title {
    font-size: 16px;
  }
  #contact .contents .block .tel a {
    font-size: 24px;
  }
  #contact .contents .block .tel a span {
    font-size: 18px;
  }
  #contact .contents .block .btn a {
    width: 280px;
    height: 70px;
    font-size: 18px;
    margin-top: 10px;
  }
}

/* ----------------------------------------------
service
------------------------------------------------- */
#service .contents {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 5.0847457627%;
}
#service .contents .block {
  position: relative;
}
#service .contents .block:hover .image::after {
  opacity: 0;
}
#service .contents .block a:hover {
  opacity: 1;
}
#service .contents .block a .titles {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
#service .contents .block a .titles::after {
  content: "";
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow-black.webp) no-repeat center #fff;
  margin-left: auto;
  margin-top: 30px;
}
#service .contents .block .image {
  width: 100%;
  position: relative;
}
#service .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .contents .block .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
}
#service .contents .block .titles {
  position: absolute;
  /* bottom: 56px; */
  bottom: 11%;
  width: 100%;
}
#service .contents .block .titles .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fff;
}
#service .contents .block .titles .title small {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 4px;
}
#service .contents .block .titles .title small .nam {
  font-family: "ebrima";
  font-weight: 400;
}
#service .contents .block.col2 {
  /* width: perCalc(620,1180); */
  width: calc(47.4576271186% + 60px);
  /* &:nth-child(odd){
    margin-left: -60px;
    .titles{
      padding-left: 60px;
      padding-right: perCalc(58,620);
    }
  }
  &:nth-child(even){
    margin-right: -60px;
    .titles{
      padding-right: 60px;
      padding-left: perCalc(58,620);
    }
  } */
}
#service .contents .block.col2 .image {
  aspect-ratio: 620/500;
}
#service .contents .block.col2.odd {
  margin-left: -60px;
}
#service .contents .block.col2.odd .titles {
  padding-left: 60px;
  padding-right: 9.3548387097%;
}
#service .contents .block.col2.even {
  margin-right: -60px;
}
#service .contents .block.col2.even .titles {
  padding-right: 60px;
  padding-left: 9.3548387097%;
}
#service .contents .block.full {
  margin: 0 -60px;
}
#service .contents .block.full .image {
  aspect-ratio: 1300/500;
}
#service .contents .block.full .titles {
  padding: 0 60px;
}
@media (max-width: 1350px) {
  #service .contents .block.col2 {
    width: calc(47.4576271186% + 0px);
    /* &:nth-child(odd){
      margin-left: 0;
      .titles{
        padding: 0 10px;
      }
    }
    &:nth-child(even){
      margin-right: 0;
      .titles{
        padding: 0 10px;
      }
    } */
  }
  #service .contents .block.col2.odd {
    margin-left: 0;
  }
  #service .contents .block.col2.odd .titles {
    padding: 0 10px;
  }
  #service .contents .block.col2.even {
    margin-right: 0;
  }
  #service .contents .block.col2.even .titles {
    padding: 0 10px;
  }
  #service .contents .block.full {
    margin: 0;
  }
  #service .contents .block.full .titles {
    padding: 0 10px;
  }
}
@media (max-width: 999px) {
  #service .contents {
    row-gap: 50px;
  }
  #service .contents .block a .titles::after {
    width: 50px;
    margin-top: 0;
  }
  #service .contents .block .titles .title {
    font-size: 36px;
  }
  #service .contents .block .titles .title small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #service .contents {
    row-gap: 40px;
  }
  #service .contents .block {
    /*  &.col2{
       width: 100%;
       .image{
         aspect-ratio: 1300/500;
       }
     } */
    /* &.full{
      width: calc(perCalc(560,1180) + 0px);
      .image{
        aspect-ratio: 620/500;
      }
    } */
  }
  #service .contents .block a .titles::after {
    width: 30px;
  }
  #service .contents .block .image img {
    min-height: 150px;
  }
  #service .contents .block .titles {
    bottom: 4%;
  }
  #service .contents .block .titles .title {
    font-size: 17px;
  }
  #service .contents .block .titles .title small {
    font-size: 14px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 110px;
}
#news a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#news a:hover {
  opacity: 0.6;
}
#news .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#news .contents .categorys {
  width: 17.3728813559%;
}
#news .contents .categorys .title {
  font-family: "ebrima";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  margin-bottom: 10px;
}
#news .contents .categorys ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
}
#news .contents .categorys ul li a {
  font-weight: 500;
  color: #101010;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#news .contents .categorys ul li a::before {
  content: "";
  width: 8px;
  aspect-ratio: 8/12;
  background: url(../images/arow-black2.webp) no-repeat center/cover;
}
#news .contents .categorys ul li a .tx {
  flex: 1;
}
#news .contents .categorys ul li:not(:last-child) {
  margin-bottom: 5px;
}
#news .contents .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 1.8134715026%;
}
#news .contents .content article {
  width: 32.1243523316%;
}
#news .contents .content article .image {
  width: 100%;
  aspect-ratio: 310/240;
  margin-bottom: 5px;
}
#news .contents .content article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .contents .content article time {
  font-family: "ebrima";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  display: block;
  margin-bottom: 8px;
}
#news .contents .content article .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.08em;
  color: #101010;
  margin-bottom: 15px;
  padding-right: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news .contents .content article .cate {
  display: inline-flex;
  justify-content: center;
  min-width: 115px;
  min-height: 30px;
  background-color: #f1f1f1;
  border-radius: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
}
#news .contents .content article .cate a {
  font-weight: 500;
  color: #101010;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  width: 100%;
}
#news .contents .content article .cate:not(.a) {
  align-items: center;
  padding: 0px 10px;
}
@media (max-width: 999px) {
  #news {
    margin-bottom: 90px;
  }
  #news .contents .categorys .title {
    font-size: 18px;
  }
  #news .contents .categorys ul li {
    font-size: 14px;
  }
  #news .contents .content {
    row-gap: 50px;
  }
  #news .contents .content article time {
    font-size: 14px;
  }
  #news .contents .content article .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #news .contents .content article .cate {
    font-size: 14px;
    min-width: 105px;
  }
}
@media (max-width: 767px) {
  #news {
    margin-bottom: 80px;
  }
  #news .contents {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
  #news .contents .categorys {
    width: unset;
  }
  #news .contents .categorys .title {
    font-size: 16px;
    text-align: center;
  }
  #news .contents .categorys ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
  }
  #news .contents .categorys ul li a {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #news .contents .content {
    row-gap: 40px;
  }
}
@media (max-width: 500px) {
  #news .contents .content {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #news .contents .content article {
    width: 47%;
  }
}

/* ----------------------------------------------
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;
  /* position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #fff; */
  padding: 18px 1.875% 18px 2.5%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
#header .logo {
  max-width: 224px;
}
#header #gnav {
  margin-left: auto;
}
#header #gnav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px 37px;
}
#header #gnav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
}
#header #gnav ul li.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #032f9b;
  width: 180px;
  height: 54px;
  border-radius: 27px;
  padding: 5px 10px;
}
@media (max-width: 999px) {
  #header #gnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header #gnav ul li a {
    font-size: 17px;
  }
  #header #gnav ul li.contact a {
    width: 150px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 10px 60px 10px 10px;
  }
  #header #gnav ul {
    justify-content: flex-start;
  }
  #header #gnav ul li a {
    color: #fff;
  }
  #header #gnav ul li.contact a {
    width: unset;
    height: unset;
    background: unset;
    border-radius: unset;
    display: block;
    padding: 0 0 5px;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
/* #pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  @include opacity();
  @include sp {
    //display: none !important;
    bottom: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
    a {
    }
  }
}
 */
/*マウスオーバー時画像切り替え

#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 {
  position: relative;
  padding: 75px 0;
}
#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; */
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#footer .top {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .logo {
  max-width: 224px;
  margin-bottom: 33px;
}
#footer .contents {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 50px;
}
#footer .contents .left {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #101010;
}
#footer .contents .left a {
  font-weight: 400;
  color: #101010;
}
#footer .contents .left .map {
  text-decoration: underline;
}
#footer .contents #fnav {
  margin-left: auto;
  margin-top: 2px;
}
#footer .contents #fnav ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 33px;
}
#footer .contents #fnav ul.snslinks {
  margin-top: -10px;
  justify-content: flex-start;
}
#footer .contents #fnav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
}
#footer .contents #fnav ul li.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  background-color: #032f9b;
  font-size: 16px;
  color: #fff;
}
#footer .contents #fnav ul:not(:last-child) {
  margin-bottom: 20px;
}
#footer .bottom {
  padding: 40px calc((100% - 1180px) / 2) 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #f1f1f1;
}
#footer .bottom .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  text-align: center;
}
#footer .bottom .privacy {
  margin-left: auto;
}
#footer .bottom .privacy a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
}
@media (max-width: 1217px) {
  #footer .bottom {
    padding: 40px 10px 0;
  }
}
@media (min-width: 1000px) {
  #footer .tab {
    display: none;
  }
}
@media (max-width: 999px) {
  #footer {
    padding: 65px 0;
  }
  #footer .pagetop {
    right: 10px;
  }
  #footer .contents {
    margin-bottom: 40px;
  }
  #footer .contents .left {
    font-size: 14px;
  }
  #footer .contents #fnav {
    margin-top: 0;
  }
  #footer .contents #fnav ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #footer .contents #fnav ul li a {
    font-size: 16px;
  }
  #footer .contents #fnav ul li.contact a {
    width: 140px;
    height: 35px;
    font-size: 14px;
  }
  #footer .contents #fnav ul:not(:last-child) {
    margin-bottom: 15px;
  }
  #footer .bottom {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 50px 0;
  }
  #footer .pagetop {
    width: 40px;
    bottom: 60px;
  }
  #footer .logo {
    margin: 0 auto 25px;
  }
  #footer .contents {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .contents #fnav {
    margin-left: unset;
  }
  #footer .contents #fnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
  }
  #footer .contents #fnav ul.snslinks {
    margin-top: 0px;
    justify-content: center;
  }
  #footer .contents #fnav ul li a {
    font-size: 14px;
  }
  #footer .contents #fnav ul:not(:last-child) {
    margin-bottom: 15px;
  }
  #footer .bottom {
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  #footer .bottom .copyright {
    font-size: 12px;
    order: 1;
  }
  #footer .bottom .privacy {
    margin-left: unset;
  }
  #footer .bottom .privacy a {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */