@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: start;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #00316c;
  font-size: 34px;
  line-height: 1.1764705882;
  letter-spacing: 0.08em;
}
#contact .inner .heading h2 small {
  display: flex;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 2;
  line-height: 1.4;
  margin-bottom: 16px;
  border-bottom: solid 1px #00316c;
  padding-bottom: 2px;
}
@media (max-width: 999px) {
  #contact .inner .heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #contact .inner .heading h2 {
    font-size: 24px;
  }
  #contact .inner .heading h2 small {
    font-size: 18px;
    line-height: 1.6;
  }
}

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

#contact .inner .contactbtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .inner .contactbtn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  background-color: #fff;
  border: #00316c solid 2px;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: #00316c;
}
#contact .inner .contactbtn a:hover {
  opacity: 0.6;
}
#contact .inner .contactbtn a::before {
  content: "";
  width: 11px;
  height: 16px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow-ct.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  #contact .inner .contactbtn a {
    width: 300px;
    height: 75px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #contact .inner .contactbtn a {
    width: 270px;
    height: 60px;
    font-size: 18px;
  }
}

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

strong {
  color: #f9d855;
  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.5%;
  background-color: #fff;
}
#header .logo a {
  display: flex;
  align-items: center;
}
#header .right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1299px) {
  #header .logo a {
    display: block;
  }
  #header .logo a img {
    margin-bottom: 10px;
  }
}
@media (max-width: 999px) {
  #header .top {
    height: 90px;
  }
  #header .logo a {
    display: flex;
  }
  #header .logo a img {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #header .top {
    height: 80px;
  }
  #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: #1c1c1c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #00316c;
  letter-spacing: 0.08em;
}
#gnav > ul > li:not(:first-child) {
  margin-left: 36px;
}
#gnav > ul > .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background-color: #f9d855;
  margin-left: 30px !important;
}
#gnav > ul > .contact > a {
  color: #1c1c1c;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#gnav > ul > .contact > a::before {
  content: "";
  width: 16px;
  height: 13px;
  margin-right: 10px;
  background-image: url(../images/contact-btn-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#gnav > ul > .insta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  border: solid 1px #f9d855;
  margin-left: 20px !important;
}
#gnav > ul > .insta > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 1300px) {
  #gnav > ul > li > a {
    font-size: 16px;
  }
  #gnav > ul > li:not(:first-child) {
    margin-left: 15px !important;
  }
}
/* ----------------------------------------------
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 .contents, .newsset-list .inner .contents {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#news .inner .contents .block, .newsset-list .inner .contents .block {
  transition: all 0.5s ease-out;
  width: 26.4150943396%;
}
#news .inner .contents .block:hover, .newsset-list .inner .contents .block:hover {
  opacity: 0.6;
}
#news .inner .contents .block a, .newsset-list .inner .contents .block a {
  font-weight: normal;
  text-decoration: none;
  color: #1c1c1c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#news .inner .contents .block a .image img, .newsset-list .inner .contents .block a .image img {
  width: 100%;
  margin-bottom: 14px;
  aspect-ratio: 280/180;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .inner .contents .block a .txtbox .text, .newsset-list .inner .contents .block a .txtbox .text {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 10px;
}
#news .inner .contents .block a .txtbox time, .newsset-list .inner .contents .block a .txtbox time {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8571428571;
  color: #00316c;
  min-width: 144px;
}
#news .inner .contents .block:not(:nth-child(3n+1)), .newsset-list .inner .contents .block:not(:nth-child(3n+1)) {
  margin-left: 10.3773584906%;
}
#news .inner .contents .block:nth-child(n+4), .newsset-list .inner .contents .block:nth-child(n+4) {
  margin-top: 40px;
}
@media (max-width: 999px) {
  #news .inner .contents, .newsset-list .inner .contents {
    width: 100%;
    max-width: 1180px;
  }
  #news .inner .contents .block, .newsset-list .inner .contents .block {
    width: 31.3559322034%;
  }
  #news .inner .contents .block:not(:nth-child(3n+1)), .newsset-list .inner .contents .block:not(:nth-child(3n+1)) {
    margin-left: 2.9661016949%;
  }
  #news .inner .contents .block a .txtbox .text, .newsset-list .inner .contents .block a .txtbox .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 {
    width: 48%;
  }
  #news .inner .contents .block a .image img, .newsset-list .inner .contents .block a .image img {
    margin-bottom: 10px;
  }
  #news .inner .contents .block a .txtbox .text, .newsset-list .inner .contents .block a .txtbox .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #news .inner .contents .block:not(:nth-child(3n+1)), .newsset-list .inner .contents .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  #news .inner .contents .block:not(:nth-child(2n+1)), .newsset-list .inner .contents .block:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
  #news .inner .contents .block:nth-child(n+3), .newsset-list .inner .contents .block:nth-child(n+3) {
    margin-top: 40px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
#case, .caseset-list {
  letter-spacing: 0.08em;
}
#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: 60px;
}
#case .inner .contents .block .image img, .caseset-list .inner .contents .block .image img {
  width: 100%;
  margin-bottom: 7px;
  transition: all 0.5s ease-out;
  aspect-ratio: 370/240;
  -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 .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: 24px;
  line-height: 1.8;
  margin-bottom: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#case .inner .contents .block .txtbox .cate, .caseset-list .inner .contents .block .txtbox .cate {
  padding: 0 7px 0px;
  border-bottom: #f9d855 solid 1px;
}
#case .inner .contents .block .txtbox .cate a, .caseset-list .inner .contents .block .txtbox .cate a {
  font-weight: normal;
  text-decoration: none;
  color: #1c1c1c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  transition: all 0.5s ease-out;
  color: #f9d855;
  font-size: 14px;
  line-height: 1.6;
}
#case .inner .contents .block .txtbox .cate a:hover, .caseset-list .inner .contents .block .txtbox .cate a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #case .inner .contents .block .txtbox .text, .caseset-list .inner .contents .block .txtbox .text {
    font-size: 16px;
  }
  #case .inner .contents .block .txtbox .cate, .caseset-list .inner .contents .block .txtbox .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 img, .caseset-list .inner .contents .block .image img {
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.5s ease-out;
  }
  #case .inner .contents .block .image img:hover, .caseset-list .inner .contents .block .image img:hover {
    opacity: 0.6;
  }
  #case .inner .contents .block .txtbox .text, .caseset-list .inner .contents .block .txtbox .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
voice
------------------------------------------------- */
#voice, .voiceset-list {
  letter-spacing: 0.08em;
}
#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: 28.813559322%;
}
#voice .inner .contents .block:not(:nth-child(3n+1)), .voiceset-list .inner .contents .block:not(:nth-child(3n+1)) {
  margin-left: 6.7796610169%;
}
#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 img, .voiceset-list .inner .contents .block .image img {
  width: 100%;
  margin-bottom: 12px;
  transition: all 0.5s ease-out;
  aspect-ratio: 340/240;
  -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%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: start;
  flex-direction: column;
}
#voice .inner .contents .block .txtbox .text, .voiceset-list .inner .contents .block .txtbox .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#voice .inner .contents .block .txtbox .cate a, .voiceset-list .inner .contents .block .txtbox .cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  text-decoration: none;
  color: #1c1c1c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  transition: all 0.5s ease-out;
  font-size: 14px;
  line-height: 1.6;
}
#voice .inner .contents .block .txtbox .cate a:hover, .voiceset-list .inner .contents .block .txtbox .cate a:hover {
  opacity: 0.6;
}
#voice .inner .contents .block .txtbox .cate a::before, .voiceset-list .inner .contents .block .txtbox .cate a::before {
  content: "";
  width: 23px;
  height: 19px;
  margin-right: 10px;
  background-image: url(../images/voice-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 999px) {
  #voice .inner .contents .block .txtbox .text, .voiceset-list .inner .contents .block .txtbox .text {
    font-size: 16px;
  }
  #voice .inner .contents .block .txtbox .cate, .voiceset-list .inner .contents .block .txtbox .cate {
    font-size: 14px;
  }
}
@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 img, .voiceset-list .inner .contents .block .image img {
    width: 100%;
    margin-bottom: 10px;
    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;
  }
}

/* ----------------------------------------------
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: 97px;
  padding-bottom: 110px;
  letter-spacing: 0.08em;
}
#contact::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/contact-bg.jpg);
  background-repeat: repeat;
}
#contact .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#contact .inner .heading h2 {
  margin-bottom: 50px;
}
#contact .inner .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: end;
  margin-bottom: 10px;
}
#contact .inner .tel small {
  color: #00316c;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  line-height: 1;
  margin-right: 20px;
}
#contact .inner .tel a {
  font-weight: normal;
  text-decoration: none;
  color: #1c1c1c;
  color: #00316c;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  transition: all 0.5s ease-out;
  font-size: 70px;
  line-height: 1;
}
#contact .inner .tel a:hover {
  opacity: 0.6;
}
#contact .inner .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2.2222222222;
  margin-bottom: 50px;
}
@media (max-width: 999px) {
  #contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #contact .inner .tel small {
    font-size: 40px;
  }
  #contact .inner .tel a {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #contact .inner .heading h2 {
    margin-bottom: 30px;
  }
  #contact .inner .tel {
    margin-bottom: 30px;
  }
  #contact .inner .tel small {
    font-size: 18px;
    margin-right: 10px;
  }
  #contact .inner .tel a {
    font-size: 36px;
  }
  #contact .inner .text {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  padding-top: 110px;
  padding-bottom: 93px;
  letter-spacing: 0.08em;
  position: relative;
}
#footer::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#footer .inner .top {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 35px;
}
#footer .inner .top .logo {
  transition: all 0.5s ease-out;
}
#footer .inner .top .logo:hover {
  opacity: 0.6;
}
#footer .inner .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  margin-bottom: 64px;
}
#footer .inner .contents .left {
  width: 40%;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#footer .inner .contents .left .address {
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}
#footer .inner .contents .left .btn {
  display: flex;
}
#footer .inner .contents .left .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.5s ease-out;
  padding: 0 3px 9px;
  color: #f9d855;
  border-bottom: solid 1px #f9d855;
}
#footer .inner .contents .left .btn a:hover {
  opacity: 0.6;
}
#footer .inner .contents .left .btn a::after {
  width: 7px;
  height: 10px;
  margin-left: 9px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
#footer .inner .contents .left .btn a::after {
  background-image: url(../images/btn-flow-mini2.png);
}
#footer .inner .contents .left .map a::before {
  content: "";
  width: 16px;
  height: 18px;
  margin-right: 5px;
  background-image: url(../images/map-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#footer .inner .contents .right {
  width: 60%;
}
#footer .inner .contents .right #fnav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: right;
  flex-wrap: wrap;
  gap: 34px 37px;
}
#footer .inner .contents .right #fnav > ul > li {
  display: flex;
}
#footer .inner .contents .right #fnav > ul > li > a {
  transition: all 0.5s ease-out;
  font-weight: normal;
  text-decoration: none;
  color: #1c1c1c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
#footer .inner .contents .right #fnav > ul > li > a:hover {
  opacity: 0.6;
}
#footer .inner .contents .right #fnav > ul > .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background-color: #f9d855;
}
#footer .inner .contents .right #fnav > ul > .contact > a {
  color: #1c1c1c;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#footer .inner .contents .right #fnav > ul > .contact > a::before {
  content: "";
  width: 16px;
  height: 13px;
  margin-right: 10px;
  background-image: url(../images/contact-btn-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#footer .inner .borderline {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#footer .inner .bottom {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
#footer .inner .bottom #copyright {
  color: #fff;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
#footer .inner .bottom .insta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  border: solid 1px #f9d855;
}
#footer .inner .bottom .insta > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
}
#footer .inner .bottom .insta > a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #footer .inner .contents .left {
    width: 50%;
  }
  #footer .inner .contents .left .address {
    font-size: 15px;
  }
  #footer .inner .contents .right {
    width: 50%;
  }
  #footer .inner .contents .right #fnav > ul {
    gap: 20px 20px;
  }
  #footer .inner .contents .right #fnav > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #footer .inner .top .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .inner .contents {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin-bottom: 40px;
  }
  #footer .inner .contents .left {
    width: 100%;
    margin-bottom: 40px;
  }
  #footer .inner .contents .left .address {
    text-align: center;
  }
  #footer .inner .contents .left .btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .inner .contents .right {
    width: 100%;
  }
  #footer .inner .contents .right #fnav > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
  }
  #footer .inner .bottom {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin-top: 40px;
  }
  #footer .inner .bottom #copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  #footer .inner .bottom .insta {
    margin: 0 auto;
  }
}

/* ----------------------------------------------
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 */