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

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

#contact .foam .inner .heading h2 {
  display: flex;
  align-items: start;
  flex-direction: column;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#contact .foam .inner .heading h2 small {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6666666667;
  line-height: 1.4;
  color: #004999;
  padding-bottom: 2px;
}
#contact .foam .inner .heading h2 small::before {
  content: "";
  width: 32px;
  height: 28px;
  margin-bottom: 23px;
  background-image: url(../images/h-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  #contact .foam .inner .heading h2 {
    font-size: 30px;
  }
  #contact .foam .inner .heading h2 small {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  #contact .foam .inner .heading h2 {
    font-size: 24px;
  }
}

#contact .foam .inner .heading h2 {
  align-items: center;
}

#contact .foam .inner .contents .mailset .contactbtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .foam .inner .contents .mailset .contactbtn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 345px;
  height: 80px;
  background-color: #004999;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 50px;
}
#contact .foam .inner .contents .mailset .contactbtn a:hover {
  opacity: 0.6;
}
#contact .foam .inner .contents .mailset .contactbtn a::before {
  content: "";
  width: 32px;
  height: 13px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow-ct.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  #contact .foam .inner .contents .mailset .contactbtn a {
    width: 300px;
    height: 75px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #contact .foam .inner .contents .mailset .contactbtn a {
    width: 270px;
    height: 60px;
    font-size: 18px;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  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: #004999;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: relative;
  display: flex;
  align-items: center;
  height: 113px;
  padding: 0 2.3125% 0 3.75%;
  background-color: #fff;
}
#header .top.m_fixed {
  position: fixed;
  width: 100%;
  height: unset;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 3;
}
#header .logo a {
  display: flex;
  align-items: center;
}
#header .logo img {
  max-width: 300px;
}
#header .right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1280px) {
  #header .top {
    padding: 0 10px;
  }
  #header .logo a {
    display: block;
  }
  #header .logo a img {
    width: 200px;
  }
}
@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 > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: end;
}
#gnav > ul > li > a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#gnav > ul > li:not(:first-child) {
  margin-left: 45px;
}
#gnav > ul > .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 46px;
  border-radius: 23px;
  background-color: #009b87;
  margin-left: 40px !important;
}
#gnav > ul > .tel > a {
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#gnav > ul > .tel > a::before {
  content: "";
  width: 12px;
  height: 16px;
  margin-right: 5px;
  background-image: url(../images/tel-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#gnav > ul > .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 46px;
  border-radius: 23px;
  background-color: #004999;
  margin-left: 20px !important;
}
#gnav > ul > .contact > a {
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 1553px) {
  #gnav > ul > li > a {
    font-size: 18px;
  }
  #gnav > ul > li:not(:first-child) {
    margin-left: 15px !important;
  }
  #gnav > ul > .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
  }
  #gnav > ul > .tel > a {
    font-size: 12px;
  }
  #gnav > ul > .contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
  }
  #gnav > ul > .contact > a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  #gnav > ul > li > a {
    font-size: 14px;
  }
}
/* ----------------------------------------------
case
------------------------------------------------- */
#case, .caseset-list {
  letter-spacing: 0.1em;
}
#case .inner, .caseset-list .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
#case .inner .contents, .caseset-list .inner .contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#case .inner .contents .block, .caseset-list .inner .contents .block {
  width: 31.3559322034%;
}
#case .inner .contents .block:not(:nth-child(3n+1)), .caseset-list .inner .contents .block:not(:nth-child(3n+1)) {
  margin-left: 2.9661016949%;
}
#case .inner .contents .block:nth-child(n+4), .caseset-list .inner .contents .block:nth-child(n+4) {
  margin-top: 40px;
}
#case .inner .contents .block .image, .caseset-list .inner .contents .block .image {
  position: relative;
  margin-bottom: 13px;
}
#case .inner .contents .block .image img, .caseset-list .inner .contents .block .image img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.5s ease-out;
  aspect-ratio: 370/280;
  -o-object-fit: cover;
     object-fit: cover;
}
#case .inner .contents .block .image img:hover, .caseset-list .inner .contents .block .image img:hover {
  opacity: 0.6;
}
#case .inner .contents .block .image::after, .caseset-list .inner .contents .block .image::after {
  content: "";
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  position: absolute;
  background-color: #fff;
  background-image: url(../images/case-btn-flow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
#case .inner .contents .block .txtbox, .caseset-list .inner .contents .block .txtbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: start;
  flex-direction: column;
}
#case .inner .contents .block .txtbox .text, .caseset-list .inner .contents .block .txtbox .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 13px;
  margin-bottom: 21px;
  font-weight: bold;
  position: relative;
}
#case .inner .contents .block .txtbox .text::after, .caseset-list .inner .contents .block .txtbox .text::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  width: 70px;
  height: 1px;
  background-color: #101010;
}
#case .inner .contents .block .txtbox .cateset, .caseset-list .inner .contents .block .txtbox .cateset {
  display: flex;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
#case .inner .contents .block .txtbox .cateset .cate, .caseset-list .inner .contents .block .txtbox .cateset .cate {
  min-width: 110px;
  min-height: 26px;
  border: #004999 solid 1px;
  border-radius: 15px;
}
#case .inner .contents .block .txtbox .cateset .cate a, .caseset-list .inner .contents .block .txtbox .cateset .cate a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  padding: 0 7px 0px;
  transition: all 0.5s ease-out;
  color: #004999;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#case .inner .contents .block .txtbox .cateset .cate a:hover, .caseset-list .inner .contents .block .txtbox .cateset .cate a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #case .inner .contents .block .image::after, .caseset-list .inner .contents .block .image::after {
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
  }
  #case .inner .contents .block .txtbox .text, .caseset-list .inner .contents .block .txtbox .text {
    font-size: 16px;
  }
  #case .inner .contents .block .txtbox .cateset .cate, .caseset-list .inner .contents .block .txtbox .cateset .cate {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #case .inner .contents, .caseset-list .inner .contents {
    flex-wrap: wrap;
  }
  #case .inner .contents .block, .caseset-list .inner .contents .block {
    width: 48%;
  }
  #case .inner .contents .block:not(:nth-child(3n+1)), .caseset-list .inner .contents .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  #case .inner .contents .block:not(:nth-child(2n+1)), .caseset-list .inner .contents .block:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
  #case .inner .contents .block:nth-child(n+4), .caseset-list .inner .contents .block:nth-child(n+4) {
    margin-top: 0;
  }
  #case .inner .contents .block:nth-child(n+3), .caseset-list .inner .contents .block:nth-child(n+3) {
    margin-top: 40px;
  }
  #case .inner .contents .block .image, .caseset-list .inner .contents .block .image {
    margin-bottom: 10px;
  }
  #case .inner .contents .block .txtbox .text, .caseset-list .inner .contents .block .txtbox .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #case .inner .contents .block .txtbox .cateset, .caseset-list .inner .contents .block .txtbox .cateset {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5px;
  }
  #case .inner .contents .block .txtbox .cateset .cate, .caseset-list .inner .contents .block .txtbox .cateset .cate {
    font-size: 14px;
  }
}

/* ----------------------------------------------
voice
------------------------------------------------- */
#voice, .voiceset-list {
  letter-spacing: 0.1em;
}
#voice .inner, .voiceset-list .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
#voice .inner .contents, .voiceset-list .inner .contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#voice .inner .contents .block, .voiceset-list .inner .contents .block {
  width: 31.3559322034%;
}
#voice .inner .contents .block:not(:nth-child(3n+1)), .voiceset-list .inner .contents .block:not(:nth-child(3n+1)) {
  margin-left: 2.9661016949%;
}
#voice .inner .contents .block:nth-child(n+4), .voiceset-list .inner .contents .block:nth-child(n+4) {
  margin-top: 60px;
}
#voice .inner .contents .block .image, .voiceset-list .inner .contents .block .image {
  margin-bottom: 12px;
}
#voice .inner .contents .block .image img, .voiceset-list .inner .contents .block .image img {
  width: 100%;
  transition: all 0.5s ease-out;
  aspect-ratio: 370/240;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
#voice .inner .contents .block .image img:hover, .voiceset-list .inner .contents .block .image img:hover {
  opacity: 0.6;
}
#voice .inner .contents .block .txtbox, .voiceset-list .inner .contents .block .txtbox {
  width: 100%;
}
#voice .inner .contents .block .txtbox .text, .voiceset-list .inner .contents .block .txtbox .text {
  font-size: 16px;
  line-height: 1.8;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
}
@media (max-width: 999px) {
  #voice .inner .contents .block .txtbox .text, .voiceset-list .inner .contents .block .txtbox .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #voice .inner .contents, .voiceset-list .inner .contents {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice .inner .contents .block, .voiceset-list .inner .contents .block {
    width: 48%;
  }
  #voice .inner .contents .block:not(:nth-child(3n+1)), .voiceset-list .inner .contents .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  #voice .inner .contents .block:not(:nth-child(2n+1)), .voiceset-list .inner .contents .block:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
  #voice .inner .contents .block:nth-child(n+4), .voiceset-list .inner .contents .block:nth-child(n+4) {
    margin-top: 0;
  }
  #voice .inner .contents .block:nth-child(n+3), .voiceset-list .inner .contents .block:nth-child(n+3) {
    margin-top: 40px;
  }
  #voice .inner .contents .block .image, .voiceset-list .inner .contents .block .image {
    margin-bottom: 10px;
  }
  #voice .inner .contents .block .image img, .voiceset-list .inner .contents .block .image img {
    width: 100%;
    transition: all 0.5s ease-out;
  }
  #voice .inner .contents .block .image img:hover, .voiceset-list .inner .contents .block .image img:hover {
    opacity: 0.6;
  }
  #voice .inner .contents .block .txtbox .text, .voiceset-list .inner .contents .block .txtbox .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .inner, .newsset-list .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#news .inner .column, .newsset-list .inner .column {
  display: flex;
}
#news .inner .column .contents, .newsset-list .inner .column .contents {
  width: 74.5762711864%;
  max-width: 1060px;
  margin-left: auto;
}
#news .inner .column .contents .block, .newsset-list .inner .column .contents .block {
  transition: all 0.5s ease-out;
  width: 100%;
}
#news .inner .column .contents .block:hover, .newsset-list .inner .column .contents .block:hover {
  opacity: 0.6;
}
#news .inner .column .contents .block .head, .newsset-list .inner .column .contents .block .head {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 17px;
}
#news .inner .column .contents .block .head time, .newsset-list .inner .column .contents .block .head time {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #009b87;
}
#news .inner .column .contents .block .head .cateset .cate, .newsset-list .inner .column .contents .block .head .cateset .cate {
  min-width: 110px;
  min-height: 26px;
  background-color: #009b87;
  border-radius: 15px;
}
#news .inner .column .contents .block .head .cateset .cate a, .newsset-list .inner .column .contents .block .head .cateset .cate a {
  padding: 0 7px 0px;
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#news .inner .column .contents .block .txtbox a, .newsset-list .inner .column .contents .block .txtbox a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
}
#news .inner .column .contents .block .txtbox a .text, .newsset-list .inner .column .contents .block .txtbox a .text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-bottom: 14px;
  border-bottom: #e5ebef 1px solid;
}
#news .inner .column .contents .block:not(:last-child), .newsset-list .inner .column .contents .block:not(:last-child) {
  margin-bottom: 33px;
}
@media (max-width: 999px) {
  #news .inner .column .contents, .newsset-list .inner .column .contents {
    width: 100%;
  }
  #news .inner .column .contents .block, .newsset-list .inner .column .contents .block {
    width: 100%;
  }
  #news .inner .column .contents .block .txtbox a .text, .newsset-list .inner .column .contents .block .txtbox a .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #news .inner .column, .newsset-list .inner .column {
    display: block;
  }
  #news .inner .column .contents, .newsset-list .inner .column .contents {
    width: 100%;
  }
  #news .inner .column .contents .block .txtbox a .text, .newsset-list .inner .column .contents .block .txtbox a .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: absolute;
  top: -30px;
  right: 90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 1299px) {
  #pagetop {
    right: 50px;
  }
}
@media (max-width: 999px) {
  #pagetop {
    top: -25px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    top: -20px;
    right: 20px;
    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 {
    }
  }
}
*/
/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  position: relative;
  padding-top: 82px;
  padding-bottom: 267px;
  letter-spacing: 0.1em;
}
#contact::before {
  position: absolute;
  z-index: -1;
  top: 82px;
  right: 0;
  width: 100%;
  height: calc(100% - 82px);
  content: "";
  background-image: url(../images/contact-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .foam {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1300px;
}
#contact .foam .inner {
  margin-top: -82px;
  padding: 0 10px;
  padding-top: 90px;
  padding-bottom: 144px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 73, 153, 0.07) 0px 0px 10px;
}
#contact .foam .inner .heading h2 {
  margin-bottom: 21px;
}
#contact .foam .inner .text {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7777777778;
}
#contact .foam .inner .contents {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#contact .foam .inner .contents .telset, #contact .foam .inner .contents .mailset {
  padding-top: 48px;
  width: 50%;
}
#contact .foam .inner .contents .telset .text, #contact .foam .inner .contents .mailset .text {
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}
#contact .foam .inner .contents .telset .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#contact .foam .inner .contents .telset .tel::before {
  content: "";
  width: 20px;
  height: 27px;
  margin-right: 10px;
  background-image: url(../images/tel-icon2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .foam .inner .contents .telset .tel a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.5s ease-out;
  font-size: 34px;
  line-height: 1;
}
#contact .foam .inner .contents .telset .tel a:hover {
  opacity: 0.6;
}
#contact .foam .inner .contents .telset small {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 999px) {
  #contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #contact .foam .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #contact .foam .inner .text {
    font-size: 16px;
  }
  #contact .foam .inner .contents .telset .text, #contact .foam .inner .contents .mailset .text {
    font-size: 16px;
  }
  #contact .foam .inner .contents .telset .tel a {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #contact .foam .inner {
    margin-top: -42px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #contact .foam .inner .text {
    font-size: 14px;
  }
  #contact .foam .inner .contents {
    display: block;
  }
  #contact .foam .inner .contents .telset, #contact .foam .inner .contents .mailset {
    width: 100%;
  }
  #contact .foam .inner .contents .telset .text, #contact .foam .inner .contents .mailset .text {
    font-size: 16px;
  }
  #contact .foam .inner .contents .telset {
    padding-top: 30px;
  }
  #contact .foam .inner .contents .telset .tel a {
    font-size: 26px;
  }
  #contact .foam .inner .contents .mailset {
    padding-top: 30px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  position: relative;
  padding-top: 82px;
  padding-bottom: 118px;
  letter-spacing: 0.1em;
  background-color: #004999;
}
#footer .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .inner .top {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 52px;
}
#footer .inner .top .logo {
  transition: all 0.5s ease-out;
}
#footer .inner .top .logo:hover {
  opacity: 0.6;
}
#footer .inner .top .logo img {
  max-width: 300px;
}
#footer .inner .top .address {
  color: #fff;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8571428571;
}
#footer .inner .top .address a {
  color: #4ab9e7;
}
#footer .inner .contents {
  display: flex;
}
#footer .inner .contents .left {
  width: 52%;
  padding-right: 10px;
}
#footer .inner .contents .left #fnav {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
#footer .inner .contents .left #fnav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  gap: 5px 25px;
}
#footer .inner .contents .left #fnav > ul > li {
  display: flex;
}
#footer .inner .contents .left #fnav > ul > li > a {
  transition: all 0.5s ease-out;
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
#footer .inner .contents .left #fnav > ul > li > a:hover {
  opacity: 0.6;
}
#footer .inner .contents .right {
  display: flex;
  justify-content: right;
  align-items: end;
  width: 48%;
}
#footer .inner .contents .right #copyright {
  color: #fff;
  font-size: 10px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  line-height: 3;
}
@media (max-width: 999px) {
  #footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  #footer .inner .top .address {
    font-size: 12px;
  }
  #footer .inner .contents {
    display: block;
  }
  #footer .inner .contents .left {
    width: 100%;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  #footer .inner .contents .left #fnav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .inner .contents .left #fnav > ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #footer .inner .contents .left #fnav > ul > li {
    display: flex;
  }
  #footer .inner .contents .left #fnav > ul > li > a {
    transition: all 0.5s ease-out;
    font-weight: normal;
    text-decoration: none;
    color: #101010;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
  }
  #footer .inner .contents .left #fnav > ul > li > a:hover {
    opacity: 0.6;
  }
  #footer .inner .contents .right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #footer .inner .top {
    display: block;
  }
  #footer .inner .top .logo {
    margin-bottom: 40px;
  }
  #footer .inner .top .address {
    font-size: 12px;
  }
  #footer .inner .contents .left #fnav > ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .inner .right #copyright {
    text-align: center;
  }
}

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