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

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

#contact .inner .heading h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 80px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #194f73;
}
#contact .inner .heading h2 small {
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4;
  color: #101010;
}
@media (max-width: 999px) {
  #contact .inner .heading h2 {
    font-size: 60px;
  }
  #contact .inner .heading h2 small {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #contact .inner .heading h2 {
    font-size: 28px;
  }
  #contact .inner .heading h2 small {
    font-size: 18px;
  }
}

#contact .inner .foam .contents .mailset .contactbtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .inner .foam .contents .mailset .contactbtn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#contact .inner .foam .contents .mailset .contactbtn a:hover {
  opacity: 0.6;
}
#contact .inner .foam .contents .mailset .contactbtn a {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #194f73;
}
#contact .inner .foam .contents .mailset .contactbtn a::before {
  content: "";
  width: 23px;
  height: 9px;
  right: 20px;
  position: absolute;
  background-image: url(../images/btn-flow2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  #contact .inner .foam .contents .mailset .contactbtn a {
    width: 300px;
    height: 75px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #contact .inner .foam .contents .mailset .contactbtn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
}

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

a {
  color: #194f73;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong {
  color: #285993;
  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;
}

.hidden {
  display: none;
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  display: flex;
  align-items: center;
  height: 140px;
  width: calc(100% - 95px);
}
@media (max-width: 1299px) {
  #header .top {
    width: calc(100% - 80px);
  }
}
@media (max-width: 999px) {
  #header .top {
    width: 100%;
  }
}
#header .top {
  padding: 0 6.0810810811% 0 4.0540540541%;
  z-index: 3;
}
#header .logo a {
  display: flex;
  align-items: center;
  max-width: 193px;
  max-width: 203px;
}
#header .right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1299px) {
  #header .top {
    padding: 0 5.9210526316% 0 3.9473684211%;
  }
}
@media (max-width: 999px) {
  #header .top {
    height: 90px;
  }
  #header .logo a {
    display: flex;
  }
  #header .logo a img {
    width: initial;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #header .top {
    height: 80px;
  }
}
@media (max-width: 360px) {
  #header .logo a {
    display: block;
  }
  #header .logo a img {
    width: 200px;
  }
}

#gnav {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#gnav > ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 42px;
}
#gnav > ul > li > a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 5px;
  letter-spacing: 0.08em;
}
#gnav > ul > li.parent {
  z-index: 5;
}
#gnav > ul > li.parent ul {
  display: none;
  margin-top: 16px;
}
#gnav > ul > li.parent ul li {
  display: flex;
  align-items: center;
  height: 60px;
}
#gnav > ul > li.parent ul li a {
  white-space: nowrap;
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-out;
}
#gnav > ul > li.parent ul li a:hover {
  opacity: 0.6;
}
#gnav > ul > li.parent ul li a {
  background-color: #1b3d84;
  color: #fff;
  padding: 0 17px;
  font-size: 16px;
}
#gnav > ul > li.parent ul li a::before {
  background-image: url(../images/pulldown-flow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  min-width: 8px;
  height: 12px;
  margin-right: 10px;
}
#gnav > ul > li.parent ul li:not(:last-child) {
  margin-bottom: 2px;
}
@media (max-width: 1299px) {
  #gnav > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  #gnav ul {
    padding: 0;
    background-color: unset;
    justify-content: flex-start;
  }
  #gnav ul li a {
    color: #fff;
  }
  #gnav ul li.parent ul {
    display: block !important;
    margin-top: 10px;
  }
  #gnav ul li.parent ul li {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 5px;
    text-align: left;
    border-top: none;
    width: initial;
    height: initial;
  }
  #gnav ul li.parent ul li a {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px;
    border-bottom: solid 1px #fff;
    background-color: initial;
  }
  #gnav ul li.parent ul li a::before {
    display: none;
  }
}
@media (min-width: 1000px) {
  #header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
  }
  #header.m_fixed .top {
    align-items: center;
    height: 70px;
    background-color: #fff;
  }
  #header.m_fixed #gnav {
    color: #0c0c0c;
  }
  #header.m_fixed #gnav > ul > li ul {
    padding-top: 20px;
  }
}
/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  background-color: #285993;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 3;
}
#side .bnr {
  width: 95px;
  height: 320px;
  writing-mode: vertical-lr;
}
#side .bnr a {
  width: 100%;
  height: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  transition: all 0.5s ease-out;
}
#side .bnr a:hover {
  opacity: 0.6;
}
#side .bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#side .bnr.contact {
  clip-path: polygon(0 0, 100% 0, 100% 300px, 0 320px);
}
#side .bnr.contact a {
  position: relative;
  background-color: #194f73;
}
#side .bnr.contact a::before {
  content: "";
  width: 27px;
  height: 20px;
  margin-bottom: 13px;
  background-image: url(../images/contact-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#side .bnr.entry {
  clip-path: polygon(0 20px, 100% 0, 100% 300px, 0 320px);
  position: relative;
  top: -20px;
}
#side .bnr.entry a {
  position: relative;
  background-color: #1b3d84;
}
#side .bnr.entry a::before {
  content: "";
  width: 25px;
  height: 27px;
  margin-bottom: 13px;
  background-image: url(../images/recruit-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1299px) {
  #side .bnr {
    width: 80px;
    height: 270px;
  }
  #side .bnr.contact {
    clip-path: polygon(0 0, 100% 0, 100% 250px, 0 270px);
  }
  #side .bnr.entry {
    clip-path: polygon(0 20px, 100% 0, 100% 250px, 0 270px);
  }
  #side .bnr a {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  #side .bnr {
    display: none;
  }
}

/* ----------------------------------------------
bnrlink
------------------------------------------------- */
#business .bnrlink, .businesslinkset {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#business .bnrlink .block, .businesslinkset .block {
  position: relative;
  z-index: 3;
  width: 46.6101694915%;
  height: 180px;
  background-color: #fff;
  box-shadow: rgba(163, 176, 171, 0.15) 0px 0px 10px, rgba(163, 176, 171, 0.15) 0px 0px 10px;
}
#business .bnrlink .block a, .businesslinkset .block a {
  transition: all 0.5s ease-out;
}
#business .bnrlink .block a:hover, .businesslinkset .block a:hover {
  opacity: 0.6;
}
#business .bnrlink .block a, .businesslinkset .block a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#business .bnrlink .block a::after, .businesslinkset .block a::after {
  content: "";
  width: 15px;
  height: 38px;
  right: 40px;
  position: absolute;
  background-image: url(../images/btn-flow3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#business .bnrlink .block a > .num, .businesslinkset .block a > .num {
  position: absolute;
  top: -43px;
  left: 27px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #1b3d84;
}
#business .bnrlink .block a .text, .businesslinkset .block a .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4;
  color: #101010;
}
@media (max-width: 999px) {
  #business .bnrlink .block, .businesslinkset .block {
    height: 140px;
  }
  #business .bnrlink .block a, .businesslinkset .block a {
    padding: 0 20px;
  }
  #business .bnrlink .block a > .num, .businesslinkset .block a > .num {
    font-size: 80px;
  }
  #business .bnrlink .block a .text, .businesslinkset .block a .text {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #business .bnrlink .block, .businesslinkset .block {
    width: 48%;
    height: 100px;
  }
  #business .bnrlink .block a, .businesslinkset .block a {
    padding: 0 10px;
  }
  #business .bnrlink .block a::after, .businesslinkset .block a::after {
    content: "";
    width: 9px;
    height: 23px;
    right: initial;
    bottom: 10px;
  }
  #business .bnrlink .block a > .num, .businesslinkset .block a > .num {
    top: -19px;
    left: 9px;
    font-size: 40px;
  }
  #business .bnrlink .block a .text, .businesslinkset .block a .text {
    font-size: 16px;
  }
}

/* ----------------------------------------------
interview
------------------------------------------------- */
#recruit .interview, .interviewset-list .interview {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 72px;
}
#recruit .interview .block, .interviewset-list .interview .block {
  transition: all 0.5s ease-out;
}
#recruit .interview .block:hover, .interviewset-list .interview .block:hover {
  opacity: 0.6;
}
#recruit .interview .block, .interviewset-list .interview .block {
  width: 22.8813559322%;
  position: relative;
  font-weight: normal;
  text-decoration: none;
  color: #101010;
}
#recruit .interview .block .content, .interviewset-list .interview .block .content {
  position: relative;
}
#recruit .interview .block .content a, .interviewset-list .interview .block .content a {
  position: relative;
}
#recruit .interview .block .content a::before, .interviewset-list .interview .block .content a::before {
  position: absolute;
  z-index: 0;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background-color: #194f73;
  background-image: url(../images/btn-flow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}
#recruit .interview .block .content a .image, .interviewset-list .interview .block .content a .image {
  margin-bottom: 10px;
}
#recruit .interview .block .content a .image img, .interviewset-list .interview .block .content a .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .interview .block .content .txtbox > .text, #recruit .interview .block .content .txtbox .name, .interviewset-list .interview .block .content .txtbox > .text, .interviewset-list .interview .block .content .txtbox .name {
  letter-spacing: 0.08em;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4444444444;
}
@media (max-width: 999px) {
  #recruit .interview, .interviewset-list .interview {
    margin-bottom: 50px;
  }
  #recruit .interview .block .content a::before, .interviewset-list .interview .block .content a::before {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  #recruit .interview .block .content .txtbox > .text, .interviewset-list .interview .block .content .txtbox > .text {
    font-size: 16px;
  }
  #recruit .interview .block .content .txtbox .name, .interviewset-list .interview .block .content .txtbox .name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #recruit .interview, .interviewset-list .interview {
    max-width: 425px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px;
    row-gap: 20px;
  }
  #recruit .interview .block, .interviewset-list .interview .block {
    width: 48%;
  }
  #recruit .interview .block .content a::before, .interviewset-list .interview .block .content a::before {
    width: 30px;
    height: 30px;
  }
  #recruit .interview .block .content .txtbox > .text, .interviewset-list .interview .block .content .txtbox > .text {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #recruit .interview .block .content .txtbox .name, .interviewset-list .interview .block .content .txtbox .name {
    font-size: 12px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .inner, .newsset-list .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: calc((100% - 1200px - 95px) / 2);
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1390px) {
  #news .inner, .newsset-list .inner {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #news .inner, .newsset-list .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
#news .inner .contents, .newsset-list .inner .contents {
  width: 100%;
}
#news .inner .contents .block, .newsset-list .inner .contents .block {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 100%;
  border-bottom: #f5f5f5 1px solid;
  padding-bottom: 21px;
}
#news .inner .contents .block .head, .newsset-list .inner .contents .block .head {
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
#news .inner .contents .block .head time, .newsset-list .inner .contents .block .head time {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
}
#news .inner .contents .block .head .cateset .cate, .newsset-list .inner .contents .block .head .cateset .cate {
  min-width: 90px;
  height: 26px;
  background-color: #285993;
}
#news .inner .contents .block .head .cateset .cate a, .newsset-list .inner .contents .block .head .cateset .cate a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 0 5px;
}
#news .inner .contents .block .txtbox, .newsset-list .inner .contents .block .txtbox {
  width: 100%;
}
#news .inner .contents .block .txtbox a, .newsset-list .inner .contents .block .txtbox a {
  transition: all 0.5s ease-out;
}
#news .inner .contents .block .txtbox a:hover, .newsset-list .inner .contents .block .txtbox a:hover {
  opacity: 0.6;
}
#news .inner .contents .block .txtbox a, .newsset-list .inner .contents .block .txtbox a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#news .inner .contents .block .txtbox a .text, .newsset-list .inner .contents .block .txtbox a .text {
  font-size: 18px;
  line-height: 1.6;
}
#news .inner .contents .block:not(:last-child), .newsset-list .inner .contents .block:not(:last-child) {
  margin-bottom: 41px;
}
@media (max-width: 999px) {
  #news .inner .contents, .newsset-list .inner .contents {
    width: 100%;
  }
  #news .inner .contents .block, .newsset-list .inner .contents .block {
    width: 100%;
  }
  #news .inner .contents .block .txtbox a .text, .newsset-list .inner .contents .block .txtbox a .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #news .inner .contents, .newsset-list .inner .contents {
    width: 100%;
  }
  #news .inner .contents .block, .newsset-list .inner .contents .block {
    flex-direction: column;
    padding-bottom: 10px;
    row-gap: 10px;
  }
  #news .inner .contents .block:not(:last-child), .newsset-list .inner .contents .block:not(:last-child) {
    margin-bottom: 10px;
  }
  #news .inner .contents .block .txtbox a .text, .newsset-list .inner .contents .block .txtbox a .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  border: #fff solid 1px;
}
#pagetop.fin {
  position: absolute;
  top: 0;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #9a302e;
  border-radius: 50%;
}
@media (max-width: 999px) {
  #pagetop {
    right: 20px;
    bottom: 70px;
  }
}
@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 {
    }
  }
}
*/
/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  width: calc(100% - 95px);
}
@media (max-width: 1299px) {
  #contact {
    width: calc(100% - 80px);
  }
}
@media (max-width: 999px) {
  #contact {
    width: 100%;
  }
}
#contact {
  position: relative;
  padding-top: 81px;
  background-color: #fff;
  z-index: 2;
  letter-spacing: 0.08em;
}
#contact::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 111px;
  content: "";
  background-color: #ececec;
}
#contact .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: calc((100% - 1200px - 95px) / 2);
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1390px) {
  #contact .inner {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #contact .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
#contact .inner .heading h2 {
  margin-bottom: 50px;
}
#contact .inner .foam {
  height: 400px;
  color: #fff;
  position: relative;
  z-index: 1;
}
#contact .inner .foam::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/contact-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .inner .foam .contents {
  display: flex;
  height: 100%;
}
#contact .inner .foam .contents .telset, #contact .inner .foam .contents .mailset {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
}
#contact .inner .foam .contents .telset .text, #contact .inner .foam .contents .mailset .text {
  position: absolute;
  top: 32px;
  left: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
}
#contact .inner .foam .contents .telset .tel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#contact .inner .foam .contents .telset .tel span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
}
#contact .inner .foam .contents .telset .tel a {
  display: flex;
  align-items: end;
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: all 0.5s ease-out;
}
#contact .inner .foam .contents .telset .tel a:hover {
  opacity: 0.6;
}
#contact .inner .foam .contents .telset .tel a {
  font-size: 34px;
  line-height: 1;
}
#contact .inner .foam .contents .telset .tel a small {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
#contact .inner .foam .contents .mailset {
  position: relative;
}
#contact .inner .foam .contents .mailset::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  background-color: #fff;
}
@media (max-width: 1280px) {
  #contact .inner .foam .bgs .bg {
    right: 0px;
  }
}
@media (max-width: 999px) {
  #contact {
    padding-top: 30px;
  }
  #contact .inner .foam {
    height: 200px;
  }
  #contact .inner .foam .contents .telset .text, #contact .inner .foam .contents .mailset .text {
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  #contact .inner .heading h2 {
    margin-bottom: 40px;
  }
  #contact .inner .foam {
    top: 0;
    height: initial;
  }
  #contact .inner .foam .contents {
    flex-direction: column;
  }
  #contact .inner .foam .contents .telset, #contact .inner .foam .contents .mailset {
    width: 100%;
    padding: 10px 0;
  }
  #contact .inner .foam .contents .telset .text, #contact .inner .foam .contents .mailset .text {
    position: initial;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #contact .inner .foam .contents .telset .tel {
    margin-bottom: 0px;
  }
  #contact .inner .foam .contents .telset .tel a {
    font-size: 24px;
  }
  #contact .inner .foam .contents .telset .tel a small {
    font-size: 16px;
  }
  #contact .inner .foam .contents .mailset {
    position: relative;
  }
  #contact .inner .foam .contents .mailset::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: initial;
    top: 0;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  position: relative;
  padding-top: 129px;
  padding-bottom: 118px;
  letter-spacing: 0.08em;
  background-color: #ececec;
  width: calc(100% - 95px);
}
@media (max-width: 1299px) {
  #footer {
    width: calc(100% - 80px);
  }
}
@media (max-width: 999px) {
  #footer {
    width: 100%;
  }
}
#footer .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: calc((100% - 1200px - 95px) / 2);
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1390px) {
  #footer .inner {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #footer .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .inner .top {
  display: flex;
  align-items: center;
  margin-bottom: 84px;
}
#footer .inner .top .left {
  width: 55%;
}
#footer .inner .top .left .logo {
  transition: all 0.5s ease-out;
}
#footer .inner .top .left .logo:hover {
  opacity: 0.6;
}
#footer .inner .top .left .logo {
  max-width: 193px;
  margin-bottom: 34px;
}
#footer .inner .top .left .address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.08em;
  margin-bottom: 19px;
}
#footer .inner .top .left .address a {
  color: #4ab9e7;
}
#footer .inner .top .left .instagram img {
  width: 34px;
}
#footer .inner .top .right {
  width: 45%;
}
#footer .inner .top .right #fnav {
  display: flex;
  flex-direction: column;
  row-gap: 33px;
  margin-top: 15px;
}
#footer .inner .top .right #fnav > ul {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  gap: 1px 37px;
}
#footer .inner .top .right #fnav > ul > li > a {
  transition: all 0.5s ease-out;
}
#footer .inner .top .right #fnav > ul > li > a:hover {
  opacity: 0.6;
}
#footer .inner .top .right #fnav > ul > li > a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 2.3;
}
#footer .inner .top .right #fnav > ul > li > ul {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
#footer .inner .top .right #fnav > ul > li > ul > li {
  display: flex;
}
#footer .inner .top .right #fnav > ul > li > ul > li > a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  transition: all 0.5s ease-out;
}
#footer .inner .top .right #fnav > ul > li > ul > li > a:hover {
  opacity: 0.6;
}
#footer .inner .top .right #fnav > ul > li > ul > li > a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
#footer .inner .top .right #fnav > ul > li > ul > li::before {
  color: #0c0c0c;
  content: "・";
}
#footer .inner .bottom {
  display: flex;
  justify-content: right;
  width: 100%;
}
#footer .inner .bottom #copyright {
  letter-spacing: 0.08em;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 999px) {
  #footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #footer .inner .top {
    margin-bottom: 54px;
  }
  #footer .inner .top .right #fnav > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #footer .inner .top {
    margin-bottom: 54px;
    flex-direction: column;
  }
  #footer .inner .top .left {
    width: 100%;
  }
  #footer .inner .top .left .address {
    font-size: 14px;
  }
  #footer .inner .top .left .address a {
    color: #4ab9e7;
  }
  #footer .inner .top .right {
    width: 100%;
  }
  #footer .inner .top .right #fnav > ul > li > a {
    font-size: 14px;
  }
  #footer .inner .bottom #copyright {
    font-size: 12px;
    text-align: center;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  margin-bottom: 80px;
}
.contactbnr .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: calc((100% - 1200px - 95px) / 2);
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1390px) {
  .contactbnr .inner {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  .contactbnr .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
.contactbnr .tel a,
.contactbnr .contact a {
  transition: all 0.5s ease-out;
}
.contactbnr .tel a:hover,
.contactbnr .contact a:hover {
  opacity: 0.6;
}
.contactbnr .tel a,
.contactbnr .contact a {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */