@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/********************/
body {
  color: #222020;
  background: #fefefe;
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

a {
  color: rgb(12.1666666667, 35.6888888889, 97.3333333333);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#wrapper {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}

.bold {
  font-weight: 600;
}

h2,
h3,
h4 {
  line-height: 1.4;
  font-weight: 600;
}

.mincho {
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: 500 !important;
}

/* animation
----------------------------------*/
@-webkit-keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.animation {
  opacity: 0;
}

.slideup.on {
  opacity: 1;
  -webkit-animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
          animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.zoomin.on {
  opacity: 1;
  -webkit-animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
          animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.gradient {
  background: linear-gradient(45deg, #ccc, #102777, #eee);
  background-size: 600% 600%;
  -webkit-animation: anim-gradient 10s ease infinite;
          animation: anim-gradient 10s ease infinite;
}

@-webkit-keyframes anim-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes anim-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.js-span-text {
  opacity: 0;
}
.js-span-text.on {
  opacity: 1;
}
.js-span-text.on span {
  display: inline-block;
  opacity: 0;
}
.js-span-text.on span:nth-child(1) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.1 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.1 s forwards;
}
.js-span-text.on span:nth-child(2) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2 s forwards;
}
.js-span-text.on span:nth-child(3) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3 s forwards;
}
.js-span-text.on span:nth-child(4) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4 s forwards;
}
.js-span-text.on span:nth-child(5) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5 s forwards;
}
.js-span-text.on span:nth-child(6) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6 s forwards;
}
.js-span-text.on span:nth-child(7) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7 s forwards;
}
.js-span-text.on span:nth-child(8) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8 s forwards;
}
.js-span-text.on span:nth-child(9) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9 s forwards;
}
.js-span-text.on span:nth-child(10) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1 s forwards;
}
.js-span-text.on span:nth-child(11) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1 s forwards;
}
.js-span-text.on span:nth-child(12) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2 s forwards;
}
.js-span-text.on span:nth-child(13) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3 s forwards;
}
.js-span-text.on span:nth-child(14) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4 s forwards;
}
.js-span-text.on span:nth-child(15) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.5 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.5 s forwards;
}
.js-span-text.on span:nth-child(16) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6 s forwards;
}
.js-span-text.on span:nth-child(17) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.7 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.7 s forwards;
}
.js-span-text.on span:nth-child(18) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8 s forwards;
}
.js-span-text.on span:nth-child(19) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9 s forwards;
}
.js-span-text.on span:nth-child(20) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2 s forwards;
}
.js-span-text.on span:nth-child(21) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1 s forwards;
}
.js-span-text.on span:nth-child(22) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2 s forwards;
}
.js-span-text.on span:nth-child(23) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.3 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.3 s forwards;
}
.js-span-text.on span:nth-child(24) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4 s forwards;
}
.js-span-text.on span:nth-child(25) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.5 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.5 s forwards;
}
.js-span-text.on span:nth-child(26) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6 s forwards;
}
.js-span-text.on span:nth-child(27) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7 s forwards;
}
.js-span-text.on span:nth-child(28) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8 s forwards;
}
.js-span-text.on span:nth-child(29) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9 s forwards;
}
.js-span-text.on span:nth-child(30) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3 s forwards;
}
.js-span-text.on span:nth-child(31) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.1 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.1 s forwards;
}
.js-span-text.on span:nth-child(32) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.2 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.2 s forwards;
}
.js-span-text.on span:nth-child(33) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.3 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.3 s forwards;
}
.js-span-text.on span:nth-child(34) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.4 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.4 s forwards;
}
.js-span-text.on span:nth-child(35) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.5 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.5 s forwards;
}
.js-span-text.on span:nth-child(36) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.6 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.6 s forwards;
}
.js-span-text.on span:nth-child(37) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.7 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.7 s forwards;
}
.js-span-text.on span:nth-child(38) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.8 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.8 s forwards;
}
.js-span-text.on span:nth-child(39) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.9 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.9 s forwards;
}
.js-span-text.on span:nth-child(40) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4 s forwards;
}
.js-span-text.on span:nth-child(41) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.1 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.1 s forwards;
}
.js-span-text.on span:nth-child(42) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.2 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.2 s forwards;
}
.js-span-text.on span:nth-child(43) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.3 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.3 s forwards;
}
.js-span-text.on span:nth-child(44) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.4 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.4 s forwards;
}
.js-span-text.on span:nth-child(45) {
  -webkit-animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.5 s forwards;
          animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.5 s forwards;
}

@-webkit-keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-10px) scale(1.3);
            transform: translateX(-20px) translateY(-10px) scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-10px) scale(1.3);
            transform: translateX(-20px) translateY(-10px) scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* loading
----------------------------------*/
.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fdfdfd;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 1px solid #0F2C78;
  border-radius: 50%;
  border-right: 1px solid rgba(15, 44, 120, 0.2);
  border-top: 1px solid rgba(15, 44, 120, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}
.loader.off {
  display: none;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* header
----------------------------------*/
@-webkit-keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#l-header {
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#l-header.is-fixed {
  position: fixed;
  background: #fefefe;
  z-index: 200;
}
#l-header.is-fixed .head-right .head-right_contact .head-right-sns a {
  color: #0F2C78;
}
#l-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 98%;
  min-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 896px) {
  #l-header .inner {
    min-width: initial;
  }
}
#l-header .inner #logo {
  width: 250px;
}
#l-header .head-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1300px) {
  #l-header .head-right {
    gap: 10px;
  }
}
#l-header .head-right_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  #l-header .head-right_contact {
    display: none;
  }
}
#l-header .head-right-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: 40px;
}
#l-header .head-right-sns a {
  color: #fefefe;
  font-size: 3rem;
}
#l-header .head-right_tel a {
  background: transparent;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  border-radius: 30px;
  padding: 5px 20px;
  color: #fefefe;
  background: #0F2C78;
  background: linear-gradient(135deg, #0F2C78, #0c9adb);
}
#l-header .head-right_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 6px;
  font-size: 0.9em;
}
#l-header .head-right_tel a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 896px) {
  #l-header .head-right_tel {
    display: none;
  }
}
#l-header .head-right_mail {
  margin-top: -20px;
}
#l-header .head-right_mail a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
#l-header .head-right_mail {
  margin-left: 15px;
}
#l-header .head-right_mail a {
  padding: 18px 10px 8px 35px;
  background: #0F2C78;
  position: relative;
  color: #fefefe;
}
#l-header .head-right_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  position: absolute;
  left: 12px;
  top: 18px;
  font-size: 1.4rem;
}
#l-header .head-right_mail a:hover {
  background: #222;
}

#header_nav {
  position: relative;
}
.is-fixed #header_nav ul li a {
  color: #333;
  text-shadow: none;
}
.is-fixed #header_nav ul li a span {
  color: #0F2C78;
}
.is-fixed #header_nav ul li a.active span, .is-fixed #header_nav ul li a:hover span {
  color: rgb(8.025974026, 103, 146.474025974);
}
#header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
#header_nav ul li {
  position: relative;
}
#header_nav ul li.btn-contact {
  margin-top: 15px;
}
#header_nav ul li.btn-contact a {
  padding: 7px 20px 7px 40px;
  border-radius: 30px;
  background: #e40000;
  color: #fff;
  display: inline-block;
  position: relative;
}
#header_nav ul li.btn-contact a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
}
#header_nav ul li.btn-contact a:after {
  display: none;
}
#header_nav ul li.btn-contact a:hover {
  background: rgb(187.2, 0, 0);
}
#header_nav ul li a {
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 10px 0;
  color: #222020;
  font-weight: 600;
}
#header_nav ul li a span {
  display: block;
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0F2C78;
  position: relative;
}
#header_nav ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background: #0c9adb;
  left: 0;
  bottom: -2px;
  -webkit-transition: 0.2s width ease-in;
  transition: 0.2s width ease-in;
}
#header_nav ul li a:hover span, #header_nav ul li a.active span {
  color: #0c9adb;
}
#header_nav ul li a:hover:after, #header_nav ul li a.active:after {
  width: 20px;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 45x;
  z-index: 999;
  padding-top: 20px;
}
#header_nav .dropdown.drop-last {
  left: auto;
  right: -80px;
}
#header_nav .dropdown .dropdown-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 8px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  padding: 15px;
}
#header_nav .dropdown .dropdown-li {
  border-right: 0;
  background: #0F2C78;
  width: 12em;
  text-align: center;
}
#header_nav .dropdown .dropdown-li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 100%;
  padding: 12px 10px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0;
}
#header_nav .dropdown .dropdown-li a .footer-only {
  display: none;
}
#header_nav .dropdown .dropdown-li a:hover {
  color: #c5eeee;
}
#header_nav .dropdown .dropdown-li a:after {
  display: none;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 7px;
  z-index: 250;
}
#page-top a {
  display: block;
  background: #0F2C78;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
}
#page-top a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 639px) {
  #page-top {
    bottom: 15px;
  }
}

/* swiper
----------------------------------*/
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoom-in 11s linear 0s 1 normal both;
          animation: zoom-in 11s linear 0s 1 normal both;
}

#slide-wrap {
  position: relative;
}
#slide-wrap.on:before {
  -webkit-transition: 0.4s ease-in all;
  transition: 0.4s ease-in all;
  opacity: 1;
}
@media screen and (max-width: 896px) {
  #slide-wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: ) {
  #slide-wrap:before {
    bottom: -40px;
  }
}
@media screen and (max-width: 639px) {
  #slide-wrap {
    margin-bottom: 0;
  }
  #slide-wrap:before {
    bottom: -20px;
  }
}

#slideshow {
  position: relative;
  margin-inline: auto;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
#slideshow .swiper-slide {
  position: relative;
}
#slideshow .swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}
#slideshow .slide-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 80vh;
}
#slideshow .slide-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0F2C78;
  z-index: 1;
  opacity: 0.2;
}
#slideshow .slide-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  #slideshow .slide-img {
    height: 60vw;
  }
}
@media screen and (max-width: ) {
  #slideshow .slide-img {
    height: 82vh;
  }
}
@media screen and (max-width: 639px) {
  #slideshow .slide-img {
    height: 90vw;
  }
  #slideshow .slide-img::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, white), color-stop(40%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 5%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0));
  }
}
@media screen and (max-width: 639px) {
  #slideshow {
    width: 100%;
  }
}

#catch {
  z-index: 50;
  position: absolute;
  left: 30%;
  bottom: 30%;
  z-index: 1011;
  width: 45%;
  opacity: 0;
  max-width: 650px;
  -webkit-filter: drop-shadow(4px 4px 10px #003458);
          filter: drop-shadow(4px 4px 10px #003458);
}
#catch.on {
  -webkit-transition: 1.4s ease-in opacity;
  transition: 1.4s ease-in opacity;
  opacity: 1;
}
#catch .catch-txt {
  color: #fefefe;
  font-size: 2.2rem;
  padding-left: 7vw;
  margin-top: 20px;
  font-weight: normal;
  white-space: nowrap;
}
#catch .catch-txt span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
}
@media screen and (max-width: 1100px) {
  #catch {
    width: 40%;
  }
}
@media screen and (max-width: 896px) {
  #catch {
    width: 50%;
  }
  #catch .catch-txt {
    padding-left: 8vw;
  }
}
@media screen and (max-width: 639px) {
  #catch {
    width: 75%;
  }
  #catch .catch-txt {
    font-size: 1.5rem;
    padding-left: 12vw;
  }
}

#scrolldown {
  position: absolute;
  right: 15px;
  bottom: 60px;
  color: #fefefe;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-size: 1.4rem;
  z-index: 100;
  height: 210px;
}
#scrolldown:before, #scrolldown:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: 50%;
}
#scrolldown:before {
  width: 1px;
  height: 100px;
  bottom: 0;
  background: #f0f0f0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#scrolldown:after {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  top: 100px;
  margin-left: -4px;
  -webkit-animation: scroll-point 2.3s ease-out infinite;
          animation: scroll-point 2.3s ease-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (max-width: 896px) {
  #scrolldown {
    display: none;
  }
}

@-webkit-keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 180px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}

@keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 180px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}
/* contact_bnr
----------------------------------*/
.contact_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.contact_bnr > li:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 639px) {
  .contact_bnr > li:first-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 639px) {
  .contact_bnr > li {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  position: relative;
  padding: 5px 0;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.6em;
}
.contact_bnr > li .bnr_tel:hover {
  opacity: 0.4;
}
@media screen and (max-width: 639px) {
  .contact_bnr > li .bnr_tel {
    font-size: 2.4rem;
  }
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  background: #fdfdfd;
  color: #0F2C78;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail {
  width: 300px;
  font-size: 1.8rem;
  padding: 15px 0;
  color: #222020;
  background: #fff;
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
@media screen and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.6rem;
    padding: 10px;
    width: 100%;
  }
}
.contact_bnr > li .bnr_mail:hover {
  opacity: 0.4;
}
.contact_bnr > li a,
.contact_bnr > li span {
  display: block;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 12px 10px;
}
.contact_bnr > li a:before,
.contact_bnr > li span:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .contact_bnr > li a,
  .contact_bnr > li span {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
  }
}

/* footer
----------------------------------*/
.footer-contact {
  position: relative;
}
.footer-contact .inner-box {
  width: 97%;
  margin: 40px auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-contact .inner-box .child {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
@media screen and (max-width: 1100px) {
  .footer-contact .inner-box .child {
    padding: 10px;
  }
}
@media screen and (max-width: 896px) {
  .footer-contact .inner-box .child {
    width: 50%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .footer-contact .inner-box .child {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .footer-contact .inner-box .child.top {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #bbb;
    padding-bottom: 30px;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 639px) {
  .footer-contact .inner-box .child.top {
    margin-top: 0;
  }
}
.footer-contact .inner-box .child i {
  font-size: 3.5rem;
}
@media screen and (max-width: 639px) {
  .footer-contact .inner-box .child i {
    font-size: 2rem;
  }
}
.footer-contact .inner-box .child.ttl {
  border-right: 1px solid #bbbbbb;
}
@media screen and (max-width: 639px) {
  .footer-contact .inner-box .child.ttl {
    border-right: none;
    font-size: 16px;
  }
}
.footer-contact .inner-box .child.ttl .footer-title {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .footer-contact .inner-box .child.ttl .footer-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.footer-contact .inner-box .child.ttl .footer-title .eng {
  font-size: 4.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .footer-contact .inner-box .child.ttl .footer-title .eng {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 639px) {
  .footer-contact .inner-box .child.ttl .footer-title .eng {
    font-size: 2.2rem;
  }
}
.footer-contact .inner-box .child.ttl p {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .footer-contact .inner-box .child.ttl p {
    font-size: 12px;
  }
}
.footer-contact .inner-box .child.tel, .footer-contact .inner-box .child.fax {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .footer-contact .inner-box .child.tel, .footer-contact .inner-box .child.fax {
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 30px;
  }
}
.footer-contact .inner-box .child.tel p:first-child, .footer-contact .inner-box .child.fax p:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .footer-contact .inner-box .child.tel p:first-child, .footer-contact .inner-box .child.fax p:first-child {
    margin-bottom: 10px;
  }
}
.footer-contact .inner-box .child.tel p:nth-child(2), .footer-contact .inner-box .child.fax p:nth-child(2) {
  margin-bottom: 10px;
}
.footer-contact .inner-box .child.tel a, .footer-contact .inner-box .child.fax a {
  color: #232323;
  display: block;
}
.footer-contact .inner-box .child.tel a span, .footer-contact .inner-box .child.fax a span {
  color: #222020;
  font-size: 3rem;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 639px) {
  .footer-contact .inner-box .child.tel a span, .footer-contact .inner-box .child.fax a span {
    font-size: 2rem;
  }
}
.footer-contact .inner-box .child.tel a span:hover, .footer-contact .inner-box .child.fax a span:hover {
  color: #0c9adb;
}
.footer-contact .inner-box .child.fax a {
  pointer-events: none;
}
.footer-contact .inner-box .child.mail {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .footer-contact .inner-box .child.mail {
    font-size: 16px;
  }
}
.footer-contact .inner-box .child.mail p:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .footer-contact .inner-box .child.mail p:first-child {
    margin-bottom: 10px;
  }
}
.footer-contact .inner-box .child.mail p:nth-child(2) {
  margin-bottom: 10px;
}
.footer-contact .inner-box .child.mail .bnr_mail {
  padding: 5px 35px;
  border: 1px solid #222020;
  border-radius: 5px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 150px;
  display: block;
  color: #222020;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .footer-contact .inner-box .child.mail .bnr_mail {
    width: 200px;
  }
}
.footer-contact .inner-box .child.mail .bnr_mail:hover {
  background: #222020;
  color: #fefefe;
}
.footer-contact .inner-box .left {
  width: 30%;
  position: relative;
}
.footer-contact .inner-box .left .footer-title {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
}
.footer-contact .inner-box .left .footer-title span {
  font-size: 5.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
}
.footer-contact .inner-box .right {
  width: 65%;
}
@media screen and (max-width: 896px) {
  .footer-contact .inner-box {
    padding: 20px 10px;
  }
  .footer-contact .inner-box .left .footer-title {
    font-size: 1.8rem;
  }
  .footer-contact .inner-box .left .footer-title span {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 639px) {
  .footer-contact .inner-box .left {
    width: 100%;
    margin: 0 auto 30px;
  }
  .footer-contact .inner-box .left .footer-title {
    font-size: 1.6rem;
  }
  .footer-contact .inner-box .left .footer-title span {
    font-size: 3.6rem;
  }
  .footer-contact .inner-box .right {
    width: 100%;
  }
}

#l-footer {
  position: relative;
  width: 100%;
}
#l-footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #0F2C78;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  #l-footer:before {
    background-attachment: initial;
  }
}
#l-footer .inner {
  position: relative;
  padding: 100px 40px;
  z-index: 2;
}
#l-footer .footer-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  z-index: 2;
}
#l-footer .footer-column.type1 {
  margin: 0 auto;
}
#l-footer .footer-column .footer-left {
  width: 600px;
}
@media screen and (max-width: 1100px) {
  #l-footer .footer-column .footer-left {
    width: 450px;
  }
}
#l-footer .footer-column .footer-right {
  width: calc(100% - 650px);
}
@media screen and (max-width: 1100px) {
  #l-footer .footer-column .footer-right {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 896px) {
  #l-footer .inner {
    padding: 40px 15px;
  }
  #l-footer .footer-column .footer-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 896px) and (max-width: 639px) {
  #l-footer .footer-column .footer-left {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 896px) {
  #l-footer .footer-column .footer-right {
    width: 100%;
  }
}

.contact-ttl-box {
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-ttl-box .left {
  width: 30%;
}
@media screen and (max-width: 896px) {
  .contact-ttl-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .contact-ttl-box .left {
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  .contact-ttl-box {
    padding-left: 40px;
  }
  .contact-ttl-box .left,
  .contact-ttl-box .right {
    width: 100%;
  }
}

.contact-tel-bnr a {
  padding: 40px 60px;
  color: #fefefe;
  display: block;
  position: relative;
  text-align: center;
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-tel-bnr a::before, .contact-tel-bnr a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.contact-tel-bnr a::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#0c9adb), color-stop(40%, #0F2C78));
  background-image: linear-gradient(to right, #0c9adb 0%, #0F2C78 40%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.contact-tel-bnr a::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#0c9adb), color-stop(150%, #0F2C78));
  background-image: linear-gradient(to right, #0c9adb 0%, #0F2C78 150%);
  z-index: -2;
}
.contact-tel-bnr a:hover::before {
  opacity: 0;
}
.contact-tel-bnr .fax_bnr {
  pointer-events: none;
}
@media screen and (max-width: ) {
  .contact-tel-bnr a {
    padding: 20px 60px;
  }
}
@media screen and (max-width: 639px) {
  .contact-tel-bnr a {
    padding: 20px 40px;
    font-size: 2rem;
    width: 90%;
  }
}

/* footer_navi
----------------------------------*/
.footer_navi {
  margin: 35px auto;
}
@media screen and (max-width: 896px) {
  .footer_navi {
    display: none;
  }
}
.footer_navi ul {
  margin: 0 auto;
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_navi ul li {
  width: 33.333%;
}
.footer_navi ul li a {
  position: relative;
  display: block;
  font-size: 1.3rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .footer_navi ul li a {
    font-size: 1.2rem;
  }
}
.footer_navi ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  margin-right: 10px;
  color: rgba(254, 254, 254, 0.3);
  color: #fff;
}
.footer_navi ul li a span {
  display: none;
}
.footer_navi ul li a:hover {
  opacity: 0.6;
  margin-left: 5px;
}
.footer_navi ul li .dropdown {
  display: none;
}
.footer_navi ul li .dropdown li {
  width: 100%;
  margin: 0;
}
.footer_navi ul li .dropdown a {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 4px 0 4px 1.3em;
  line-height: 1.3;
}
.footer_navi ul li .dropdown a:before {
  position: absolute;
  content: "・";
  margin-right: 5px;
  color: #0F2C78;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flogo {
  margin: 0 auto 25px;
  max-width: 320px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .flogo {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 639px) {
  .flogo {
    width: 50%;
  }
}

.address {
  text-align: center;
}
.address .address_inner span {
  background: #fefefe;
  padding: 1px 20px;
  color: #222020;
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .address .address_inner span {
    width: 40%;
  }
}
@media screen and (max-width: 639px) {
  .address .address_inner span {
    width: 60%;
  }
}

.copyright {
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  border-bottom: 0;
  color: #FFF;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .copyright {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .copyright {
    max-width: 95%;
  }
}

/*----------------------------------
 contents-layout
----------------------------------*/
.top-wrap {
  margin: 0px auto 0;
  padding: 100px 0;
  position: relative;
}
.top-wrap .titlearea {
  position: relative;
  z-index: 1;
  padding: 0px 0;
  font-size: 3rem;
  text-align: center;
}
.top-wrap .titlearea h2 {
  color: #333;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: 700;
}
.top-wrap .titlearea .eng {
  position: absolute;
  font-size: 7rem;
  white-space: nowrap;
  line-height: 1.1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
  opacity: 0.05;
  color: #0c9adb;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.top-wrap .mainarea {
  margin: 80px auto 0;
  font-size: 1.6rem;
}
.top-wrap .mainarea .main {
  font-size: 2rem;
  font-weight: bold;
}
.top-wrap .mainarea .main span {
  font-size: 2.8rem;
  padding: 0 10px;
  color: #0F2C78;
}
.top-wrap .mainarea .main span span {
  color: #0F2C78;
  padding: 0px;
}
@media screen and (max-width: 1300px) {
  .top-wrap .mainarea {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 639px) {
  .top-wrap .mainarea p {
    font-size: 1.2rem;
  }
  .top-wrap .mainarea .main {
    font-size: 1.8rem;
  }
  .top-wrap .mainarea .main span {
    font-size: 2rem;
  }
}
.top-wrap .photoarea {
  width: 95%;
  margin: 70px 0 50px;
}
.top-wrap .photoarea .photo img {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-wrap .photoarea > .txt {
  margin-top: 50px;
}
.top-wrap .photoarea span {
  font-size: 2.6rem;
  padding: 0 10px;
}
.top-wrap .photoarea span span {
  color: #0F2C78;
  padding: 0px;
  font-weight: bold;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .top-wrap .photoarea {
    width: 100%;
    margin: 50px 0;
    padding-right: 50px;
  }
  .top-wrap .photoarea .photo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-wrap .titlearea {
    font-size: 3rem;
  }
}
@media screen and (max-width: 896px) {
  .top-wrap {
    padding: 80px 0 80px;
  }
  .top-wrap .mainarea {
    font-size: 1.6rem;
  }
  .top-wrap .mainarea .tcenter {
    padding: 0 40px;
  }
  .top-wrap .titlearea {
    font-size: 1.6rem;
  }
  .top-wrap .titlearea .eng {
    top: -20px;
    font-size: 6rem;
  }
  .top-wrap .mainarea {
    margin-top: 50px;
  }
  .top-wrap .photoarea {
    width: 100%;
    margin: 40px auto;
    padding-right: 0;
  }
  .top-wrap .photoarea .photo img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-wrap .photoarea .txt {
    padding: 20px 40px 0;
  }
}
@media screen and (max-width: 639px) {
  .top-wrap {
    padding: 40px 0;
  }
  .top-wrap .mainarea {
    margin: 80px auto;
    font-size: 1.6rem;
  }
  .top-wrap .mainarea .tcenter {
    padding: 0 20px;
    text-align: left;
  }
  .top-wrap .titlearea .eng {
    font-size: 3rem;
    top: 0;
  }
  .top-wrap .mainarea {
    margin: 50px auto 0;
  }
  .top-wrap .photoarea {
    width: 100%;
    margin: 40px auto;
    padding-right: 0;
  }
  .top-wrap .photoarea .photo img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-wrap .photoarea .txt {
    padding: 20px 20px 0;
  }
}

.top-service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0;
  margin: 0 auto;
}
.top-service-box .ttl_area {
  width: 30%;
}
.top-service-box .service-box {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.top-service-box .service-box > li {
  width: 100%;
  border-radius: 30px;
}
.top-service-box .service-box > li a {
  display: block;
  border-radius: 30px;
  padding: 4em 3em;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.top-service-box .service-box > li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0F2C78;
  opacity: 0.3;
  z-index: -1;
  border-radius: 30px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.top-service-box .service-box > li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  border-radius: 30px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.top-service-box .service-box > li a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.top-service-box .service-box > li a:hover::after {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-service-box .service-box > li a:hover::before {
  opacity: 0;
}
.top-service-box .service-box > li a .num {
  font-family: "Poppins", sans-serif;
  font-size: 10rem;
  line-height: 1.5;
}
.top-service-box .service-box > li a .ttl {
  font-size: 2.5rem;
}
.top-service-box .service-box a {
  color: #fefefe;
}
@media screen and (max-width: 896px) {
  .top-service-box {
    padding: 40px 0;
  }
}
@media screen and (max-width: 639px) {
  .top-service-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .top-service-box .ttl_area {
    width: 100%;
  }
  .top-service-box .service-box {
    width: 100%;
    margin: 0;
    gap: 20px;
  }
  .top-service-box .service-box > li a {
    padding: 1em 1em;
  }
  .top-service-box .service-box > li a::before, .top-service-box .service-box > li a::after {
    border-radius: 10px;
  }
  .top-service-box .service-box > li a .num {
    font-size: 4rem;
  }
  .top-service-box .service-box > li a .ttl {
    font-size: 1.6rem;
  }
}

.business-detail {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.business-detail .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business-detail .inner .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 42%;
}
.business-detail .inner .img .img01,
.business-detail .inner .img .img02 {
  width: 46%;
  height: 450px;
}
.business-detail .inner .img .img01 img,
.business-detail .inner .img .img02 img {
  -o-object-position: 20%;
     object-position: 20%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 896px) {
  .business-detail .inner .img .img01 img,
  .business-detail .inner .img .img02 img {
    border-radius: 25px 2px 15px 8px;
  }
}
.business-detail .inner .img .img02 {
  z-index: 1;
  margin-top: 40px;
  margin-left: auto;
  position: relative;
}
.business-detail .inner .txt {
  width: 56%;
  padding: 0 20px;
}
.business-detail .inner .txt p + p {
  margin-top: 15px;
}
.business-detail.ob-type1 .inner .img .img01 img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.business-detail.ob-type1 .inner .img .img02 img {
  -o-object-position: 95% 50%;
     object-position: 95% 50%;
}
.business-detail.ob-type1 .inner .img .img02.left-img img {
  -o-object-position: 55% 50%;
     object-position: 55% 50%;
}
@media screen and (max-width: 1300px) {
  .business-detail {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 896px) {
  .business-detail {
    width: 100%;
  }
  .business-detail .inner {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 40px;
  }
  .business-detail .inner .img {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .business-detail .inner .img .img01,
  .business-detail .inner .img .img02 {
    height: 350px;
  }
  .business-detail .inner .img .img02 {
    max-width: 350px;
    margin-left: 20px;
  }
  .business-detail .inner .txt {
    width: 100%;
    margin: auto;
    padding: 0 5px;
  }
  .business-detail .inner .txt p + p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 639px) {
  .business-detail .inner {
    max-width: 100%;
  }
  .business-detail .inner .img {
    margin-bottom: 20px;
  }
  .business-detail .inner .img .img02 {
    margin-top: 20px;
  }
  .business-detail .inner .img .img01,
  .business-detail .inner .img .img02 {
    height: 250px;
  }
}

.top-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 90%;
  padding: 80px 0;
  margin: 0 auto;
}
.top-bnr-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 20px);
          flex: 1 1 calc(33.333% - 20px);
  height: 400px;
  position: relative;
}
.top-bnr-list > li:nth-child(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
}
.top-bnr-list > li:nth-child(5) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
}
.top-bnr-list > li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.top-bnr-list > li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #fff;
  width: 105%;
  height: 105%;
  z-index: 2;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.top-bnr-list > li a .eng2 {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  white-space: nowrap;
}
.top-bnr-list > li a:hover::before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.top-bnr-list > li a:hover .btn-arrow::before {
  border-top-color: #fefefe;
  border-right-color: #fefefe;
  border-bottom-color: #fefefe;
  -webkit-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.top-bnr-list > li a:hover .btn-arrow::after {
  border-top: 1px solid #fefefe;
  border-left-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}
.top-bnr-list > li a:hover .btn-arrow i {
  border-bottom-color: #fefefe;
}
.top-bnr-list > li a:hover .btn-arrow i:before {
  border-right-color: #fefefe;
}
.top-bnr-list > li a:hover .top-bnr-img img {
  padding: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-bnr-list .top-bnr-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.top-bnr-list .top-bnr-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #222020;
  z-index: 0;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top-bnr-list .top-bnr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.top-bnr-list .btn-arrow {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.top-bnr-list .btn-arrow::before, .top-bnr-list .btn-arrow::after {
  border-radius: 100%;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top-bnr-list .btn-arrow::before {
  border: 1px solid transparent;
}
.top-bnr-list .btn-arrow::after {
  border: 0 solid transparent;
}
.top-bnr-list .btn-arrow i {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: 1px solid #fefefe;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 5px;
}
.top-bnr-list .btn-arrow i:before {
  position: absolute;
  width: 10px;
  height: 8px;
  content: "";
  right: 3px;
  bottom: -1px;
  border-right: 2px solid #fefefe;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
.top-bnr-list .btn-arrow .eng2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.top-bnr-list .ttl_wrapper {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 90%;
}
.top-bnr-list .top-bnr-title {
  line-height: 1.6;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(73, 45, 24, 0.5));
          filter: drop-shadow(0px 0px 5px rgba(73, 45, 24, 0.5));
}
.top-bnr-list .top-bnr-title .eng {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  color: #fefefe;
  display: block;
  line-height: 1;
}
.top-bnr-list .top-bnr-title .ja {
  display: block;
  color: #fefefe;
  font-size: 2rem;
}
@media screen and (max-width: 896px) {
  .top-bnr-list {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-bnr-list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: auto;
  }
  .top-bnr-list > li:nth-child(4), .top-bnr-list > li:nth-child(5) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .top-bnr-list > li a .top-bnr-img {
    height: 250px;
  }
  .top-bnr-list > li a .btn-arrow {
    width: 50px;
    height: 50px;
  }
  .top-bnr-list > li a .btn-arrow i {
    width: 25px;
  }
}
@media screen and (max-width: 639px) {
  .top-bnr-list {
    padding: 40px 0;
  }
  .top-bnr-list > li a .top-bnr-img {
    height: 180px;
  }
  .top-bnr-list > li a .top-bnr-title .eng {
    font-size: 2.5rem;
  }
  .top-bnr-list > li a .top-bnr-title .ja {
    font-size: 1.6rem;
  }
}

.greet-area {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  margin-bottom: 80px;
  padding: 80px 0;
}
.greet-area:after {
  position: absolute;
  content: "";
  width: 70%;
  height: 90%;
  top: 5%;
  left: 0;
  background: #fefefe;
  -webkit-box-shadow: 0 12px 26px -2px rgba(73, 45, 24, 0.1);
          box-shadow: 0 12px 26px -2px rgba(73, 45, 24, 0.1);
  z-index: -2;
}
.greet-area:before {
  position: absolute;
  content: "";
  width: 42%;
  height: 90%;
  top: 80px;
  right: 0;
  z-index: -1;
  border-radius: 20px 0 0 20px;
}
.greet-area .greet-area-box {
  position: relative;
  top: 0;
  left: 0;
  width: 55%;
  padding: 60px 40px;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.greet-area .greet-area-box .inner {
  position: relative;
  max-width: 700px;
  margin: auto;
  z-index: 1;
}
.greet-area .greet-area-box .inner p + p {
  margin-top: 18px;
}
@media screen and (max-width: 896px) {
  .greet-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    margin-top: 60px;
  }
  .greet-area:before {
    width: 100%;
    height: auto;
    top: 0;
    padding-bottom: 46.25%;
    border-radius: 0;
  }
  .greet-area::after {
    width: 100%;
    top: 0;
  }
  .greet-area .greet-area-box {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 45px 15px;
    margin: 35.25% auto 0;
  }
  .greet-area .greet-area-box::before {
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .greet-area .greet-area-box .inner p + p {
    margin-top: 12px;
  }
}
@media screen and (max-width: 639px) {
  .greet-area {
    margin-top: 20px;
    padding: 40px 0;
  }
  .greet-area .greet-area-box {
    padding: 35px 15px;
  }
  .greet-area:after {
    width: 100%;
  }
}
.greet-area .greet-ttl {
  font-size: 1.7rem;
}
.greet-area .greet-ttl span {
  color: #0F2C78;
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 896px) {
  .greet-area .greet-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 639px) {
  .greet-area .greet-ttl {
    font-size: 1.6rem;
  }
  .greet-area .greet-ttl span {
    font-size: 1.1rem;
  }
}
.greet-area.type-grooming:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27144/car-img024.jpg) no-repeat center/cover;
}
.greet-area.type-bankin:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27144/car-img025.jpg) no-repeat center/cover;
}

/* --news--
----------------------------------*/
.news-box {
  margin: 0 auto 50px;
  max-width: 1200px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 896px) {
  .news-box {
    margin-top: 0;
  }
}
@media screen and (max-width: 639px) {
  .news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
  }
}

.news-title {
  text-align: center;
  position: relative;
}
.news-title span {
  display: block;
}
.news-title .eng {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0F2C78;
  position: relative;
  font-size: 3.2rem;
}
.news-title .ja {
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .news-title {
    margin-bottom: 30px;
  }
  .news-title .eng {
    font-size: 2.4rem;
  }
  .news-title .ja {
    font-size: 1.4rem;
  }
}

.news-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 120px;
}
@media screen and (max-width: 639px) {
  .news-right {
    width: 100%;
    margin: 10px 0 0;
  }
}

/* contents
----------------------------------*/
.single {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
.single.phalf {
  padding: 80px 0 0;
}
@media screen and (max-width: 1300px) {
  .single {
    padding: 80px 10px;
  }
}

.single02 {
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .single02 {
    padding: 80px 10px;
  }
}

.single03 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .single03 {
    padding: 80px 10px;
  }
}

.lsingle,
.rsingle {
  width: 48.44%;
}

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

/* box
----------------------------------*/
.mbox {
  background: #fefefe;
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.mbox.type1 {
  border: 3px solid #0F2C78;
}
.mbox.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
}
.mbox.transparent {
  background: transparent;
}
@media screen and (max-width: 639px) {
  .mbox {
    padding: 15px 10px;
  }
}

.mbox2 {
  background: rgba(0, 0, 0, 0.3);
  padding: 35px 30px;
}
@media screen and (max-width: 639px) {
  .mbox2 {
    padding: 15px;
  }
}

.mbox3 {
  background: #fff;
  padding: 20px 30px;
  border: 1px solid #0f2c78;
  -webkit-box-shadow: 5px 5px #dbdbdb;
          box-shadow: 5px 5px #dbdbdb;
}
@media screen and (max-width: 639px) {
  .mbox3 {
    padding: 25px 15px;
    -webkit-box-shadow: 3px 3px #dbdbdb;
            box-shadow: 3px 3px #dbdbdb;
  }
}
.mbox3 .service-title {
  position: relative;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Noto Sans SC", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: rgb(50, 50, 50);
  border-bottom: 1px dotted rgb(204, 204, 204);
  padding: 10px 0px 15px 0;
  text-align: center;
}
.mbox3 .service-title2 {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: rgb(243, 0, 0);
  padding: 10px 0px 15px 0;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .mbox3 .service-title2 {
    font-size: 2.2rem;
  }
}

.mbox4 {
  background: #f9f9f9;
  padding: 20px 30px;
  border: 3px solid #0f2c78;
  -webkit-box-shadow: 5px 5px #dbdbdb;
          box-shadow: 5px 5px #dbdbdb;
}
@media screen and (max-width: 639px) {
  .mbox4 {
    padding: 25px 15px;
    -webkit-box-shadow: 3px 3px #dbdbdb;
            box-shadow: 3px 3px #dbdbdb;
  }
}
.mbox4 .service-title {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: rgb(50, 50, 50);
  padding: 10px 0 15px;
  text-align: left;
  display: inline-block;
  z-index: 1;
}
.mbox4 .service-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 0;
  height: 0.6em;
  background: #ffff66;
  z-index: -1;
  -webkit-animation: markerDraw 1s ease-out forwards;
          animation: markerDraw 1s ease-out forwards;
}
@media screen and (max-width: 896px) {
  .mbox4 .service-title {
    font-size: 3rem;
  }
  .mbox4 .service-title::before {
    bottom: 0.7em;
    width: 0;
    height: 0.6em;
  }
}
@media screen and (max-width: 639px) {
  .mbox4 .service-title {
    font-size: 2rem;
  }
}
.mbox4 .service-title2 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
  padding: 10px 0 15px;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .mbox4 .service-title2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .mbox4 .service-title2 {
    font-size: 1.6rem;
  }
}

.sdgs-column3 .right .mbox4 .service-title::before {
  background: rgb(240, 67, 67);
}

.option-box li .service-title {
  position: relative;
  line-height: 0.7;
  letter-spacing: 0.1em;
  color: rgb(50, 50, 50);
  padding: 10px 0 15px;
  text-align: left;
  display: inline-block;
  z-index: 1;
  border-bottom: none;
  font-size: 2.3rem;
}
.option-box li .service-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 0;
  height: 0.6em;
  background: #ffff66;
  z-index: -1;
  -webkit-animation: markerDraw 1s ease-out forwards;
          animation: markerDraw 1s ease-out forwards;
}
@media screen and (max-width: 639px) {
  .option-box li .service-title {
    font-size: 2.2rem;
  }
}

.auction-box > li.mbox4:nth-of-type(odd) {
  position: relative;
}
.auction-box > li.mbox4:nth-of-type(odd)::before {
  content: "▶";
  position: absolute;
  left: 101%;
  top: 40%;
  color: red;
  font-size: 5rem;
}
@media screen and (max-width: 896px) {
  .auction-box > li.mbox4:nth-of-type(odd)::before {
    left: 102%;
    top: 40%;
    color: red;
    font-size: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .auction-box > li.mbox4:nth-of-type(odd)::before {
    content: none;
  }
}

@-webkit-keyframes markerDraw {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes markerDraw {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.small-box {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.box1 {
  position: relative;
  z-index: 4;
  margin-inline: auto;
  background: #fff;
  padding: 25px;
}
@media screen and (max-width: 639px) {
  .box1 {
    padding: 15px;
  }
}
.box1.type1 {
  margin-top: -40px;
  max-width: 700px;
}
@media screen and (max-width: 639px) {
  .box1.type1 {
    max-width: 90%;
  }
}

.box2 {
  font-weight: 600;
  margin-top: 30px;
  background: rgba(16, 39, 119, 0.6);
  padding: 20px;
  color: #fff;
}

.sentence p + p {
  margin-top: 20px;
}

#main {
  float: left;
  width: 76%;
}
#main .mbox {
  min-height: 300px;
}
@media screen and (max-width: 896px) {
  #main .mbox {
    min-height: initial;
  }
}
@media screen and (max-width: 896px) {
  #main {
    float: none;
    width: 100%;
  }
}

#side {
  float: right;
  position: sticky;
  right: 0;
  top: 0;
  width: 21%;
  padding-right: 10px;
}
@media screen and (max-width: 896px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}

/* background
----------------------------------*/
.bg-grid {
  background: rgba(255, 255, 255, 0.9);
  /* border-top: 1px solid #555;
  border-bottom: 1px solid #555;*/
  background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2))), -webkit-gradient(linear, left bottom, left top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2)));
  background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat;
}

.bg-01 {
  position: relative;
  margin-bottom: 80px;
}
.bg-01 .inner {
  position: relative;
}
.bg-01 .inner:before, .bg-01 .inner:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  height: 37px;
  background: #fff;
}
.bg-01 .inner:before {
  top: -2px;
  right: 0;
}
.bg-01 .inner::after {
  left: 0;
  bottom: -2px;
}
.bg-01 .inner2 {
  position: relative;
}
.bg-01:before, .bg-01:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
}
.bg-01:before {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#0F2C78), to(#0c9adb));
  background-image: linear-gradient(to right bottom, #0F2C78, #0c9adb);
  opacity: 0.8;
  z-index: -1;
}
.bg-01.type2::before, .bg-01.type2::after {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .bg-01 {
    margin-bottom: 40px;
  }
  .bg-01 .inner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 639px) {
  .bg-01:before, .bg-01:after {
    height: 100%;
    width: 100%;
  }
}

.bg-base {
  position: relative;
}
.bg-base:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 162, 175, 0.4)), color-stop(50%, rgba(19.21875, 156.75, 203.875, 0.33)), color-stop(65%, rgba(15.7258064516, 155.4193548387, 211.1935483871, 0.315)), color-stop(75.5%, rgba(13.893442623, 154.7213114754, 215.0327868852, 0.3075)), color-stop(82.85%, rgba(12.9419219749, 154.358827419, 217.0264491955, 0.3037)), color-stop(88%, rgba(12.4856162868, 154.1849966807, 217.9825182563, 0.3019)), to(rgba(12, 154, 219, 0.3)));
  background-image: linear-gradient(to bottom, rgba(33, 162, 175, 0.4) 0%, rgba(19.21875, 156.75, 203.875, 0.33) 50%, rgba(15.7258064516, 155.4193548387, 211.1935483871, 0.315) 65%, rgba(13.893442623, 154.7213114754, 215.0327868852, 0.3075) 75.5%, rgba(12.9419219749, 154.358827419, 217.0264491955, 0.3037) 82.85%, rgba(12.4856162868, 154.1849966807, 217.9825182563, 0.3019) 88%, rgba(12, 154, 219, 0.3) 100%);
  opacity: 0.7;
}
.bg-base.type1 {
  position: relative;
}
.bg-base.type1:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #f7f7f7;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .bg-base.type1:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.bg-base.type2 .inner {
  position: relative;
  z-index: 3;
}
.bg-base.type2:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fefefe;
}
@media screen and (max-width: 639px) {
  .bg-base.type2:before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
.bg-base.type3 {
  position: relative;
}
.bg-base.type3:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #c5eeee;
  opacity: 0.2;
}
@media screen and (max-width: 1100px) {
  .bg-base.type3:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.bg-base2 {
  position: relative;
}
.bg-base2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #004896;
  z-index: -1;
}

.bg-gray {
  position: relative;
}
.bg-gray:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  z-index: -2;
}
.bg-gray.type1:before {
  opacity: 0.8;
}
.bg-gray.bg-half-bottom {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50.1%, #f7f7f7), to(#f7f7f7));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #f7f7f7 50.1%, #f7f7f7 100%);
}
.bg-gray.bg-half-upper {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(50%, #f7f7f7), color-stop(50.1%, transparent), to(transparent));
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 50%, transparent 50.1%, transparent 100%);
}

.bg-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa6a6), to(#fcfcfc));
  background-image: linear-gradient(to right, #ffa6a6 0%, #fcfcfc 100%);
}

.bg-stripe {
  background-image: repeating-linear-gradient(90deg, transparent, transparent 25%, rgba(51, 51, 51, 0.1) 25%, rgba(51, 51, 51, 0.1) calc(25% + 1px));
}

/* mtitle
----------------------------------*/
.mtitle {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  z-index: 3;
  padding-top: 50px;
}
.mtitle:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  content: attr(data-title);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 4.4rem;
  text-align: center;
  color: #0F2C78;
  line-height: 1;
  white-space: nowrap;
}
.mtitle .ja {
  font-size: 1.5rem;
  color: #333;
}
.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.mtitle.white:before {
  color: #fff;
}
.mtitle.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.mtitle.white span:after {
  background-color: #eee;
}
.mtitle.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mtitle.mtitle_left:before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.mtitle.mtitle_right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  .mtitle {
    text-align: center;
    padding-top: 40px;
  }
  .mtitle:before {
    font-size: 2.6rem;
  }
  .mtitle .eng {
    font-size: 1.3rem;
  }
  .mtitle .ja {
    font-size: 1.5rem;
  }
}

.mtitle2 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  position: relative;
}
.mtitle2:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #ccc;
  display: inline-block;
  margin: 0 1em;
}
.mtitle2 span {
  position: relative;
  z-index: 2;
}
.mtitle2 .eng {
  font-size: 2.2rem;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0F2C78;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.mtitle2 .ja {
  font-size: 2.2rem;
  color: #333;
}
@media screen and (max-width: 639px) {
  .mtitle2:before {
    width: 15px;
  }
  .mtitle2 .eng {
    font-size: 1.2rem;
  }
  .mtitle2 .ja {
    font-size: 1.5rem;
  }
}

.mtitle3 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  letter-spacing: 0.3em;
}
.mtitle3 .ja {
  display: block;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #222020;
  text-orientation: upright;
}
.mtitle3 .eng {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #0F2C78;
  position: relative;
}
.mtitle3.type2 {
  position: initial;
}
.mtitle3.type2 .ja,
.mtitle3.type2 .eng {
  color: #fefefe;
}
.mtitle3.type2 .ja {
  border-right: none;
}
.mtitle3.type2 .eng {
  font-size: 5.8rem;
}
.mtitle3.type2 .eng::before {
  content: "";
  width: 10px;
  height: 140px;
  display: block;
  position: absolute;
  left: 4px;
  right: 0;
  margin: 0 auto;
  top: -160px;
  background: #fff;
}
@media screen and (max-width: 639px) {
  .mtitle3 .ja {
    font-size: 1.6rem;
  }
  .mtitle3 .eng {
    font-size: 1.3rem;
  }
  .mtitle3.type2 {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    margin-bottom: 20px;
  }
  .mtitle3.type2 .eng {
    font-size: 2.8rem;
  }
  .mtitle3.type2 .eng::before {
    display: none;
  }
}

.mtitle4 {
  font-weight: 600;
  text-align: center;
  color: #0F2C78;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
}
.mtitle4 span {
  position: relative;
  display: inline-block;
  min-width: 10%;
}
.mtitle4 span:before, .mtitle4 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 2rem;
  background-color: #0F2C78;
}
.mtitle4 span:before {
  left: -11px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.mtitle4 span:after {
  right: -11px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.mtitle4.white span:before, .mtitle4.white span:after {
  background-color: #ffd803;
}
@media screen and (max-width: 639px) {
  .mtitle4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .mtitle4 span:before {
    left: -3px;
  }
  .mtitle4 span:after {
    right: -3px;
  }
}

.mtitle5 {
  position: relative;
}
.mtitle5 span {
  position: relative;
  z-index: 2;
  padding: 0 15px 8px;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-size: 1.35em;
  line-height: 1.4;
  color: #0F2C78;
  display: inline-block;
}
.mtitle5:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: #c5eeee;
  opacity: 0.3;
}

.mtitle6 {
  margin-bottom: 40px;
}
.mtitle6 .eng {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 3.1px;
  margin-bottom: 16px;
}
.mtitle6 .eng::before {
  content: "";
  width: 100vw;
  height: 10px;
  background: #0F2C78;
  left: calc(-100vw - 20px);
  top: 50%;
  margin-top: -5px;
  display: block;
  position: absolute;
}
.mtitle6 .ja {
  display: block;
  letter-spacing: 0.95px;
}
@media screen and (max-width: 639px) {
  .mtitle6 {
    margin-bottom: 20px;
  }
}

.mtitle_line {
  font-size: 1.8rem;
  padding-bottom: 20px;
  position: relative;
  font-weight: 600;
  margin-bottom: 25px;
  color: #222020;
  letter-spacing: 0.2rem;
}
.mtitle_line span {
  display: block;
  font-size: 1.4rem;
  color: #0F2C78;
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  opacity: 0.6;
  background-image: repeating-linear-gradient(-45deg, #0F2C78, #aaa 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.4rem;
  }
  .mtitle_line span {
    font-size: 1.2rem;
  }
}

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 3px solid #0F2C78;
  margin: 8px 0 15px;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
}
.mtitle_sub:before {
  position: absolute;
  left: -3px;
  bottom: 0;
  content: "";
  width: 3px;
  height: 50%;
  background-color: #21a2af;
}

.mtitle_sub2 {
  position: relative;
  margin-bottom: 60px;
  padding-left: 16px;
  border-left: 3px solid #0c9adb;
}
.mtitle_sub2::before {
  content: attr(data-title);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(12, 154, 219, 0.7);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 3rem;
}
@media screen and (max-width: 639px) {
  .mtitle_sub2::before {
    font-size: 2rem;
  }
}
.mtitle_sub2 .ja {
  font-weight: 600;
  font-size: 1.4em;
  text-align: left;
}
.mtitle_sub2.white {
  border-left: 3px solid #fefefe;
}
.mtitle_sub2.white::before {
  color: #fefefe;
}
.mtitle_sub2.white .ja {
  color: #fefefe;
}

.mtitle_box {
  background: #f5f3eb;
  color: #102777;
  font-size: 1.8rem;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 25px;
  font-weight: 600;
}
.mtitle_box a {
  color: #fff;
}
.mtitle_box span {
  font-size: 14px;
  padding-left: 10px;
}
.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  font-weight: 900;
  display: block;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.3rem;
  }
}
.mtitle_box.type1 {
  background: #0c9adb;
}
.mtitle_box.type2 {
  background: #21a2af;
}

.mtitle_box2 {
  background: #0F2C78;
  font-size: 2rem;
  color: #fff;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.1rem;
  padding: 10px 10px 10px 20px;
  margin-bottom: 25px;
}
.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px;
}
.mtitle_box2:before {
  background-color: #0c9adb;
  content: "";
  display: block;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  bottom: -10px;
  right: -150px;
  width: 300px;
  height: 280px;
}
@media screen and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
    padding-right: 40px;
  }
  .mtitle_box2 span {
    font-size: 12px;
  }
  .mtitle_box2:before {
    width: 215px;
    right: -170px;
  }
}

.mtext1 {
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 639px) {
  .mtext1 {
    font-size: 1.4rem;
  }
}

.mtext2 {
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: ) {
  .mtext2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 639px) {
  .mtext2 {
    font-size: 1.6rem;
    padding: 4px 8px;
  }
}

.mtext3 {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 639px) {
  .mtext3 {
    font-size: 1.4rem;
  }
}

.mtext4 {
  font-size: 5rem;
  line-height: 1.6;
}
@media screen and (max-width: ) {
  .mtext4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 639px) {
  .mtext4 {
    font-size: 1.6rem;
    padding: 4px 8px;
  }
}

.mtext5 {
  font-size: 3rem;
  line-height: 1.6;
}
.mtext5 .ja {
  text-decoration-line: underline;
  text-decoration-color: #0c9adb;
  text-decoration-style: wavy;
  text-decoration-thickness: 3px;
}
@media screen and (max-width: ) {
  .mtext5 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 639px) {
  .mtext5 {
    font-size: 1.6rem;
    padding: 4px 8px;
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #0F2C78;
}

.mtitle_small {
  position: relative;
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: #0F2C78;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #0F2C78;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.mtitle_small2:before {
  content: "";
  background-color: #0F2C78;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.title-big {
  padding-top: 1.5em;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  color: #003458;
}
.title-big:before {
  font-size: 1.5rem;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  position: absolute;
  content: attr(data-title);
  top: 0;
  left: 50%;
  letter-spacing: 0.1rem;
  opacity: 0.9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  color: #0F2C78;
}
.title-big.type1 {
  color: #222;
}
.title-big.type1:before {
  color: transparent;
  background-image: radial-gradient(circle, #0c9adb 0%, #0F2C78 75%, rgb(10.4666666667, 30.7022222222, 83.7333333333) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-big .img {
  display: block;
  max-width: 750px;
  margin-inline: auto;
}
.title-big .ja {
  display: block;
  font-weight: 600;
  font-size: 3rem;
  position: relative;
  z-index: 2;
}
.title-big .big {
  font-size: 3rem;
}
.title-big .big em {
  font-size: 4.5rem;
  font-weight: 800;
  color: #102777;
}
.title-big .small {
  font-size: 0.7em;
}
.title-big.type-left {
  text-align: left;
}
.title-big.type-left:before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.title-big.white {
  color: #fff;
}
.title-big.white::before {
  color: #fff;
}
.title-big .title-e {
  font-size: 7rem;
  color: #0F2C78;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .title-big {
    padding-top: 25px;
    margin-bottom: 20px;
  }
  .title-big:before {
    font-size: 1.2rem;
  }
  .title-big .ja {
    font-size: 1.8rem;
  }
  .title-big .title-e {
    font-size: 2rem;
    font-weight: 700;
  }
}

.title-big2 {
  position: relative;
  color: #003458;
  margin-bottom: 40px;
}
.title-big2 .ja {
  display: block;
  font-weight: 600;
  font-size: 3rem;
  position: relative;
  z-index: 2;
  padding-left: 20px;
}
.title-big2 .eng {
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.title-big2 .eng::before {
  content: "";
  background: linear-gradient(60deg, #0b1d71 0%, #2b76b9 27%, #2cacd1 100%);
  width: 6px;
  height: calc(100% - 0.24em);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 639px) {
  .title-big2 {
    margin-bottom: 20px;
  }
  .title-big2 .ja {
    font-size: 1.8rem;
  }
  .title-big2 .eng {
    font-size: 1.2rem;
  }
}

/* btn
----------------------------------*/
.btn01 a {
  background: #0F2C78;
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #fff;
  display: block;
  padding: 8px 10px;
  font-weight: 600;
  border-radius: 35px;
  max-width: 90%;
  white-space: nowrap;
  font-size: 3rem;
}
.btn01 a:hover {
  background: #0c9adb;
  color: #fefefe;
}
.btn01.mail {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.btn01.mail a {
  background: #ffd803;
  margin: 15px auto 25px;
}
.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
@media screen and (max-width: 639px) {
  .btn01 a {
    width: 95%;
  }
}
.btn01.btn-left a {
  margin: 15px 0;
}

.btn02 {
  width: 300px;
  margin: 20px auto 20px;
}
.btn02 a {
  display: block;
  position: relative;
  padding: 15px 30px 15px 5px;
  line-height: 24px;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#394578), to(#232c53));
  background-image: linear-gradient(to right, #394578, #232c53);
  font-weight: 600;
}
.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 40px;
  height: 1px;
  background-color: #ddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn02 a:hover i {
  width: 34px;
}
.btn02.type1 a {
  background: #fff;
  color: #0F2C78;
}
@media screen and (max-width: 639px) {
  .btn02 {
    width: 260px;
  }
  .btn02 a {
    font-size: 1.3rem;
  }
}

.btn03 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 4rem;
  border-radius: 36px;
  border: 2px solid #0F2C78;
  background: #0F2C78;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 70px;
  width: 380px;
  max-width: 100%;
}
.btn03::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5em;
  color: inherit;
}
.btn03:hover {
  background: transparent;
  color: #0F2C78;
}
@media screen and (max-width: 639px) {
  .btn03 {
    font-size: 1.2rem;
    width: 100%;
    height: auto;
  }
}

.btn-arrow {
  width: 70px;
  height: 70px;
  position: relative;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn-arrow::before, .btn-arrow::after {
  border-radius: 100%;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn-arrow::before {
  border: 1px solid transparent;
}
.btn-arrow::after {
  border: 0 solid transparent;
}
.btn-arrow i {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: 1px solid #fefefe;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 5px;
}
.btn-arrow i:before {
  position: absolute;
  width: 10px;
  height: 8px;
  content: "";
  right: 3px;
  bottom: -1px;
  border-right: 2px solid #fefefe;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
.btn-arrow .eng2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.morebtn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  margin: 15px 0;
  vertical-align: middle;
  text-decoration: none;
  background: #fff;
  border-radius: 40px;
  padding: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  width: 240px;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .morebtn {
    font-size: 1.2rem;
    width: 90%;
  }
}
.morebtn .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 44px;
  height: 44px;
  background: #0F2C78;
  margin-left: -1px;
  border-radius: 22px;
}
.morebtn .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.morebtn .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 4px;
  width: 2rem;
  height: 0.125rem;
  background: none;
}
.morebtn .circle .icon.arrow:before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.morebtn .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 0;
  margin: 0 0 0 1.85rem;
  color: #222;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.morebtn:hover .circle {
  width: 101%;
  background: #0F2C78;
}
.morebtn:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
.morebtn:hover .button-text {
  color: #fff;
}
.morebtn.type1 {
  background: #0F2C78;
  width: 280px;
}
.morebtn.type1 .circle {
  background: #fff;
}
.morebtn.type1 .icon {
  background: #0c9adb;
}
.morebtn.type1 .icon.arrow:before {
  border-color: #0F2C78;
}
.morebtn.type1 .button-text {
  color: #fff;
  font-size: 1.1em;
}
.morebtn.type1:hover .button-text {
  color: #0F2C78;
}

@media screen and (max-width: 639px) {
  .morebtn-wrap {
    text-align: center;
  }
}

.btn-g {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
}
.btn-g i {
  font-size: 2rem;
}
.btn-g .icon-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
  font-size: 2.4rem;
}
.btn-g .icon-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
@media screen and (max-width: 896px) {
  .btn-g {
    font-size: 1.2rem;
  }
}

/* 電話・Web予約ボタンのグループ */
.tel-group {
  max-width: 435px;
  margin: 20px auto 20px;
}
.tel-group.tel-gs {
  max-width: 600px;
}

/* Web予約ボタン */
.btn-contact {
  display: block;
  padding: 1.5rem 0;
  color: #fff;
  background: #0F2C78;
  -webkit-box-shadow: 0 5px 0 #052961;
          box-shadow: 0 5px 0 #052961;
}
.btn-contact:hover {
  background: rgb(19.5333333333, 57.2977777778, 156.2666666667);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* 電話予約ボタン */
.btn-tel {
  display: block;
  margin-top: 15px;
  padding: 1rem 0;
  color: #fff;
  background: #0c9adb;
  -webkit-box-shadow: 0 5px 0 #0a84bc;
          box-shadow: 0 5px 0 #0a84bc;
}
.btn-tel .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  color: #0c9adb;
  border-radius: 0.5rem;
  background: #fff;
}
.btn-tel:hover {
  background: rgb(19.5038961039, 172.2, 242.0961038961);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* news
----------------------------------*/
.news .news-inner {
  padding: 15px 0;
  border-top: 1px solid #555;
  font-size: 1.4rem;
  font-weight: 600;
}
.news .news-inner:last-of-type {
  border-bottom: 1px solid #555;
}
@media screen and (max-width: 639px) {
  .news .news-inner {
    font-size: 13px;
    padding: 10px 4px;
  }
}
.news dt {
  color: #0F2C78;
}
.news dt .category {
  font-size: 13px;
  background: #0c9adb;
  color: #fff;
  padding: 2px 4px;
  margin-left: 8px;
  font-weight: 400;
}
@media screen and (max-width: 639px) {
  .news dt {
    width: 100%;
  }
  .news dt .category {
    font-size: 12px;
  }
}
.news dd {
  margin-left: 8px;
}
.news dd a {
  color: #222;
  background-image: -webkit-gradient(linear, left top, right top, from(#0F2C78), to(#ffd803));
  background-image: linear-gradient(to right, #0F2C78, #ffd803);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
}
.news dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media screen and (max-width: 639px) {
  .news dd {
    width: 100%;
    margin: 5px 0 0;
  }
}

.news-bl {
  overflow: hidden;
}
.news-bl .news-bl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 8px 18px;
}
.news-bl .news-bl-inner:not(:last-of-type) {
  margin-bottom: 10px;
  border-bottom: 0.9px solid #ddd;
}
.news-bl dt {
  width: 6em;
  line-height: 1.3;
  color: #0F2C78;
  text-align: center;
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.news-bl dt .year {
  font-size: 12px;
  font-weight: 400;
  color: #0c9adb;
}
.news-bl dt .md {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .news-bl dt {
    width: 4.5em;
    font-size: 12px;
  }
  .news-bl dt .md {
    font-size: 1.3rem;
  }
}
.news-bl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  line-height: 1.6;
  font-size: 1.4rem;
}
.news-bl dd a {
  color: #232323;
  background-image: -webkit-gradient(linear, left top, right top, from(#0F2C78), to(#102777));
  background-image: linear-gradient(to right, #0F2C78, #102777);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
}
.news-bl dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media screen and (max-width: 639px) {
  .news-bl dd {
    margin-left: 20px;
    font-size: 13px;
  }
}

/* page-title
----------------------------------*/
.page-title {
  position: relative;
  z-index: 3;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27144/car-img004.jpg) no-repeat center 60%/cover;
  background-attachment: scroll;
  margin: 250px auto 0;
}
.page-title:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#111));
  background-image: linear-gradient(to right, #333, #111);
  opacity: 0.1;
  border-radius: 20px;
}
.page-title.page-02 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27144/car-img020.jpg) no-repeat center 50%/cover;
  background-attachment: scroll;
}
.page-title.page-03 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27144/car-img022.jpg) no-repeat center 50%/cover;
  background-attachment: scroll;
}
.page-title.page-04 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27144/car-img021.jpg) no-repeat center 50%/cover;
  background-attachment: scroll;
}
.page-title.page-05 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27144/car-img023.jpeg) no-repeat center 60%/cover;
  background-attachment: scroll;
}
.page-title.page-06 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27144/car-img026.jpg) no-repeat center 50%/cover;
  background-attachment: scroll;
}
.page-title .inner {
  margin: 0 auto;
  height: 400px;
  position: relative;
  z-index: 3;
}
.page-title .inner .page-lead {
  font-size: 2rem;
  position: absolute;
  top: -150px;
  left: 10%;
}
.page-title .inner .page-lead.on .eng {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.page-title .inner .page-lead.on .ja {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page-title .inner .page-lead .eng {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 6.5rem;
  color: #0F2C78;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  margin-right: 10px;
}
.page-title .inner .page-lead .ja {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
  z-index: 4;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  display: inline-block;
  color: #222020;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 896px) {
  .page-title {
    margin: 150px auto 0;
  }
  .page-title .inner .page-lead {
    top: -100px;
  }
}
@media screen and (max-width: 639px) {
  .page-title {
    margin: 80px auto 0;
    background-attachment: initial;
  }
  .page-title::after {
    border-radius: 10px;
  }
  .page-title .inner {
    height: 150px;
  }
  .page-title .inner .page-lead {
    top: -55px;
    left: 5%;
    font-size: 1.2rem;
  }
  .page-title .inner .page-lead .eng {
    font-size: 2.2rem;
  }
}

/* tbl
----------------------------------*/
.tbl-company {
  width: 100%;
}
.tbl-company th,
.tbl-company td {
  padding: 28px 0;
  vertical-align: top;
  border-bottom: 1px rgba(33, 162, 175, 0.7) solid;
}
.tbl-company th {
  width: 20%;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .tbl-company th,
  .tbl-company td {
    padding: 20px 0;
    font-size: 0.9em;
  }
  .tbl-company th {
    width: 30%;
  }
}

.ryoukin-tbl .tbl {
  margin-bottom: 50px;
}
.ryoukin-tbl .tbl th img {
  max-width: 240px;
}
@media screen and (max-width: 639px) {
  .ryoukin-tbl .tbl th img {
    max-width: 70px;
  }
}
.ryoukin-tbl .tbl th .img-s {
  width: 210px;
}
@media screen and (max-width: 639px) {
  .ryoukin-tbl .tbl th .img-s {
    max-width: 70px;
  }
}

.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  font-size: 1.5rem;
  font-family: "Jost", sans-serif;
}
.tbl th {
  background: rgba(164, 164, 167, 0.8);
  text-align: center;
  color: #f5f3eb;
}
.tbl th span {
  font-size: 1.4rem;
}
.tbl .cell01 {
  width: 45%;
}
.tbl .cell02 {
  width: 30%;
}
@media screen and (max-width: 639px) {
  .tbl th {
    text-align: center;
  }
  .tbl th,
  .tbl td {
    padding: 10px 20px;
    letter-spacing: 0;
    font-size: 1.2rem;
  }
}

.tbl_new {
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: #f7f7f7;
}
.tbl_new tr th {
  font-weight: 600;
  width: 20%;
  color: #102777;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 639px) {
  .tbl_new tr th {
    width: 25%;
    padding-left: 10px;
  }
}
.tbl_new tr th.th-long {
  width: 100%;
  text-align: center;
  background: #c5eeee;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 1.1em;
}

.tbl-border {
  width: 100%;
}
.tbl-border.tbl-mini th,
.tbl-border.tbl-mini td {
  padding: 6px 10px;
  border-width: 1px;
  font-size: 14px;
  letter-spacing: 0.1rem;
}
.tbl-border th,
.tbl-border td {
  padding: 15px;
  border-bottom: 2px solid #ddd;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.tbl-border .small {
  font-size: 0.9em;
  background: #fff;
  color: #0c9adb;
  margin-right: 5px;
  padding: 0px 4px;
}
.tbl-border th {
  width: 22%;
  text-align: left;
  font-weight: 600;
  border-bottom-color: #0c9adb;
}
.tbl-border th.th-1 {
  width: 45%;
}
@media screen and (max-width: 639px) {
  .tbl-border th {
    width: 30%;
  }
}

.tbl-hekomi th,
.tbl-hekomi td {
  text-align: center;
}
.tbl-hekomi .kizu-title th {
  background-color: #B6B6B9;
  color: #ffffff;
}
.tbl-hekomi .kizu {
  background-color: #000;
  color: #FFF;
}
.tbl-hekomi .kizu2 {
  background-color: #000;
}
.tbl-hekomi .kokusan,
.tbl-hekomi .gaikoku {
  background-color: #042054;
}

.price {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #f66009;
}
@media screen and (max-width: 639px) {
  .price {
    font-size: 1.4rem;
  }
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}
.ggmap.type1 {
  padding-bottom: 50%;
}
.ggmap.type2 {
  padding-bottom: 60%;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 639px) {
  .ggmap {
    padding-bottom: 65.25%;
  }
}

.gmapbox .ggmap {
  padding-bottom: 43%;
  position: relative;
}
.gmapbox .ggmap .ggmap-btn a {
  position: absolute;
  right: 0;
  top: 0;
  color: #fefefe;
  padding: 15px 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gmapbox .ggmap .ggmap-btn a::before, .gmapbox .ggmap .ggmap-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.gmapbox .ggmap .ggmap-btn a::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#0c9adb), color-stop(40%, #0F2C78));
  background-image: linear-gradient(to right, #0c9adb 0%, #0F2C78 40%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.gmapbox .ggmap .ggmap-btn a::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#0c9adb), color-stop(150%, #0F2C78));
  background-image: linear-gradient(to right, #0c9adb 0%, #0F2C78 150%);
  z-index: -2;
}
.gmapbox .ggmap .ggmap-btn a i {
  margin-left: 40px;
}
.gmapbox .ggmap .ggmap-btn a:hover::before {
  opacity: 0;
}
@media screen and (max-width: 639px) {
  .gmapbox .ggmap .ggmap-btn a {
    padding: 10px 15px;
    width: 170px;
  }
}
@media screen and (max-width: 896px) {
  .gmapbox .ggmap.type-company {
    padding-bottom: 45%;
  }
}

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 5px;
  padding-left: 1rem;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.list_common.common_big li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.list-policy {
  background: rgba(255, 255, 255, 0.7);
  padding: 25px;
  margin-bottom: 40px;
}
.list-policy li {
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 2rem;
  padding-bottom: 5px;
  margin-bottom: 6px;
  font-weight: 600;
}
.list-policy li:before {
  content: "一、";
  margin-right: 7px;
  color: #0F2C78;
}
@media screen and (max-width: 639px) {
  .list-policy {
    padding: 15px;
  }
  .list-policy li {
    font-size: 1.4rem;
  }
}

.list_check.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_check.type1 li {
  background: #102777;
  padding: 12px 8px;
  width: 31%;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .list_check.type1 li {
    width: 95%;
    margin: 0 auto 5px;
  }
  .list_check.type1 li:nth-child(2n) {
    margin-left: auto;
  }
}
.list_check li {
  padding: 4px;
  padding-left: 30px;
  font-weight: 600;
  font-size: 1.1em;
  position: relative;
  margin-bottom: 5px;
}
.list_check li a {
  color: #0F2C78;
  border-bottom: 1px dotted #0F2C78;
}
.list_check li:before {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  width: 10px;
  height: 2px;
  background: #0c9adb;
}
@media screen and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.3rem;
  }
}

.list_check2 li {
  padding: 8px;
  font-weight: 600;
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 8px;
  color: #0F2C78;
}
.list_check2.type1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 20px;
}
@media screen and (max-width: 639px) {
  .list_check2.type1 {
    grid-template-columns: 1fr;
    gap: 5px 0;
  }
}

.list-inline2 {
  text-align: center;
}
.list-inline2 li {
  display: inline-block;
  padding: 4px 15px;
  background: #fefefe;
  border: 1px solid #555;
  font-weight: 600;
  border-radius: 30px;
}
.list-inline2 li:not(:last-child) {
  margin-right: 8px;
}

.list-inline li {
  display: inline-block;
  padding: 3px;
}
.list-inline li:not(:last-of-type):after {
  content: "/";
  margin: 0 5px;
  color: #0F2C78;
  font-weight: normal;
}

.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.type2 li:before {
  color: #fff;
  background: #0F2C78;
}
.ol-list li {
  padding-left: 3em;
  position: relative;
  line-height: 2em;
}
.ol-list li:not(:last-child) {
  margin-bottom: 25px;
}
.ol-list li .big {
  font-size: 2rem;
  font-weight: bold;
}
.ol-list li:before {
  counter-increment: number;
  content: counter(number);
  background: #fff;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  font-size: 1.6rem;
  color: #0F2C78;
  position: absolute;
  left: 0;
  top: -0.2em;
  border-radius: 100%;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .ol-list li {
    font-size: 1.3rem;
  }
  .ol-list li span {
    font-size: 0.9em;
  }
  .ol-list li:before {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 896px) {
  .ol-list li {
    padding-left: 3.5em;
  }
}
@media screen and (max-width: 639px) {
  .ol-list li::before {
    font-size: 1.4rem;
  }
  .ol-list li .big {
    font-size: 1.6rem;
  }
}

.list_disc li {
  padding: 5px 0;
}
.list_disc li a {
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.list_disc li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.list_disc li:before {
  content: "●";
  margin-right: 5px;
  color: #0F2C78;
}
.list_disc.type2 li {
  border-bottom: 1px dashed #ccc;
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-btn.type1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-btn li {
  width: 32%;
  margin: 0 1.995% 10px 0;
}
.list-btn li a {
  display: block;
  background: #102777;
  font-weight: 600;
  padding: 20px 3px;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #fff;
}
.list-btn li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f358";
  font-weight: 900;
  margin-left: 5px;
}
@media screen and (max-width: 896px) {
  .list-btn li a {
    font-size: 1.5rem;
  }
}
.list-btn li:nth-child(even) a {
  background: #0c9adb;
}
.list-btn li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  .list-btn li {
    width: 90%;
    margin: 0 auto 10px;
  }
  .list-btn li a {
    font-size: 1.2rem;
  }
  .list-btn li:nth-child(3n) {
    margin-right: auto;
  }
}

/* blog
----------------------------------*/
#main .blog-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 4%;
}
@media screen and (max-width: 639px) {
  #main .blog-wrap {
    grid-template-columns: 1fr;
  }
}
#main .blog-wrap > li {
  position: relative;
  background: #fefefe;
}

.blog-box {
  padding: 0 200px;
}
@media screen and (max-width: 1100px) {
  .blog-box {
    padding: 0 55px;
  }
}
@media screen and (max-width: 896px) {
  .blog-box {
    padding: 0 55px;
  }
}
@media screen and (max-width: 639px) {
  .blog-box {
    padding: 0 20px;
  }
}

.blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (max-width: 639px) {
  .blog-wrap {
    grid-template-columns: 1fr;
  }
}
.blog-wrap > li {
  position: relative;
  background: #fefefe;
}

.blog-wrap li {
  background: #fff;
}

.blog-img {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}
.blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.blog-detail {
  padding: 20px;
}

.pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}
.pages > div {
  font-size: 13px;
  line-height: 1.4;
  padding: 10px;
}
.pages > div:last-of-type {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
.pages > div a {
  display: block;
  font-weight: 600;
}

.blog-page-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-bottom: 10px;
}
.blog-page-detail .blog-date2 {
  display: inline-block;
  color: #0F2C78;
  margin-right: 10px;
}
.blog-page-detail .blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}
.blog-page-detail .blog-category {
  margin-right: 5px;
}

.category_nav {
  border: 1px solid #dddddd;
}
.category_nav li a {
  display: block;
  padding: 15px;
  border-bottom: 1px dotted #dddddd;
  background-color: #ffffff;
}
.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 5px;
}
.category_nav li a:hover {
  background: #f7f7f7;
}
.category_nav li:last-child a {
  border-bottom: none;
}

.blog-title {
  line-height: 1.5;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .blog-title {
    font-size: 1.2rem;
  }
}

.blog-date {
  display: inline-block;
  color: #0F2C78;
  font-size: 1.2rem;
}
.blog-date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}
@media screen and (max-width: 639px) {
  .blog-date {
    font-size: 12px;
  }
}

.top-blog-content {
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .top-blog-content {
    padding-left: 15px;
  }
}

.top-blog .pages {
  display: none;
}

.top-blog-common {
  overflow: visible !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 50px !important;
}
.top-blog-common .swiper-slide {
  overflow: hidden;
  width: 30rem;
  border-radius: 15px;
  background: #f6f6f6;
  display: block;
  height: auto;
}
@media screen and (max-width: 639px) {
  .top-blog-common .swiper-slide {
    width: 20rem;
  }
}
.top-blog-common .swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  left: 10px;
  bottom: -20px;
}
.top-blog-common .swiper-button-prev,
.top-blog-common .swiper-button-next {
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.top-blog-common .swiper-button-prev {
  margin-right: 40px !important;
}
.top-blog-common .swiper-button-prev::before,
.top-blog-common .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background: #fefefe;
  -webkit-box-shadow: 0.6rem 0.6rem 1rem rgba(73, 45, 24, 0.05), -0.6rem -0.6rem 1rem #0c9adb;
          box-shadow: 0.6rem 0.6rem 1rem rgba(73, 45, 24, 0.05), -0.6rem -0.6rem 1rem #0c9adb;
}
.top-blog-common .swiper-button-prev::after,
.top-blog-common .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #0F2C78;
  border-width: 3px 3px 0 0;
}
.top-blog-common .swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.top-blog-common .swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-blog-common .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.top-blog-common .swiper-button-prev,
.top-blog-common .swiper-button-next {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.top-blog-common .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.top-blog-common .swiper-button-disabled::before {
  -webkit-box-shadow: inset 0.6rem 0.6rem 1rem rgba(73, 45, 24, 0.05), inset -0.6rem -0.6rem 1rem #0c9adb;
          box-shadow: inset 0.6rem 0.6rem 1rem rgba(73, 45, 24, 0.05), inset -0.6rem -0.6rem 1rem #0c9adb;
}

.blog-card {
  height: 100%;
  display: block;
  position: relative;
}
.blog-card:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 5px;
  height: 3px;
  background: #0F2C78;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.blog-card:hover:before {
  width: 100%;
}
.blog-card figure {
  padding-top: 60%;
  position: relative;
}
.blog-card figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card .content {
  padding: 0.8em 1.2em 1em;
}

.btn-more {
  margin-top: 20px;
  position: relative;
  z-index: 4;
}
.btn-more a {
  display: block;
  width: 11em;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  padding: 8px 10px;
  background: #21a2af;
  border-radius: 40px;
  margin-left: auto;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.btn-more a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  margin-left: 4px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.btn-more a:hover {
  background: #102777;
}
.btn-more a:hover:after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (max-width: 639px) {
  .btn-more {
    margin-right: 10px;
  }
  .btn-more a {
    font-size: 13px;
  }
}

.blog-month {
  margin-bottom: 10px;
}
.blog-month ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-month ul li {
  width: 49%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
}
.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}
.blog-month ul li a {
  color: #102777;
  font-weight: 600;
  border-bottom: 1px solid #21a2af;
  font-size: 12px;
}
.blog-month ul li a:hover {
  color: #ffd803;
}

/* etc
----------------------------------*/
.cut {
  overflow: hidden;
  zoom: 1;
}

.img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.img-flex img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.al-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.line {
  border-bottom: 1px solid #ddd;
  margin: 80px 0;
}

.line2 {
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
}
.line2::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 120px;
  bottom: 0;
  left: 50%;
  background: #0F2C78;
}

.arrow {
  font-size: 5rem;
  color: #0F2C78;
  margin-top: 40px;
}

.spbr {
  display: none;
}

.color1 {
  color: #0F2C78;
}

.color2 {
  color: #0c9adb;
}

.relative {
  position: relative;
}

.main-contents {
  position: relative;
  z-index: 4;
}

.num {
  font-weight: 600;
}
.num a {
  color: #0F2C78;
  font-size: 2.8rem;
  text-align: center;
  margin-left: 5px;
}
@media screen and (max-width: 639px) {
  .num a {
    font-size: 2rem;
  }
}
.num a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.num a:hover {
  color: #f66009;
}

.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
}

.logo_img {
  margin-bottom: 20px;
}
.logo_img img {
  height: 50px;
}

.fukidashi {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: -60px auto 30px;
}
.fukidashi.type1 {
  margin-top: 0;
}
.fukidashi span {
  display: inline-block;
  font-size: 2.2rem;
  background: #102777;
  color: #fff;
  padding: 5px 15px;
  font-weight: 600;
  position: relative;
}
.fukidashi span:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 20px 0 20px;
  border-color: #102777 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 1100px;
  margin: 20px auto 20px;
  font-size: 1.2rem;
}
.breadcrumb li {
  display: inline;
  color: #777;
}
.breadcrumb li a {
  color: #0F2C78;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media screen and (max-width: 639px) {
  .breadcrumb {
    font-size: 12px;
  }
}

/* gallery(photobox)
----------------------------------*/
.gallery_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -4%;
}
@media screen and (max-width: 639px) {
  .gallery_ul {
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery_ul > li {
  width: 31.33%;
  margin-left: 2%;
  margin-bottom: 4%;
  font-weight: 600;
}
.gallery_ul > li .photobox-wrap {
  width: 100%;
  height: 220px;
  text-align: center;
  overflow: hidden;
  background: #aaa;
  margin-bottom: 10px;
}
.gallery_ul > li .photobox-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 896px) {
  .gallery_ul > li {
    width: 48%;
  }
}
@media screen and (max-width: 639px) {
  .gallery_ul > li {
    width: 85%;
    margin: 0 auto 30px;
  }
  .gallery_ul > li .photobox-wrap {
    height: 180px;
  }
}

.comment {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0 5px;
}
@media screen and (max-width: 639px) {
  .comment {
    font-size: 12px;
  }
}

/*photoギャラリー*/
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 3%;
}
@media screen and (max-width: 639px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery li a {
  background: rgba(245, 243, 235, 0.2);
  display: block;
  text-align: center;
  padding: 0px;
  height: 240px;
}
.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.gallery li p {
  font-size: 14px;
  margin: 3px 0 10px;
}

@media screen and (max-width: 896px) {
  .gallery li a {
    height: 120px;
  }
  .gallery li p {
    font-size: 12px;
  }
}
.slide_list {
  position: relative;
  display: none;
}
.slide_list li {
  margin-right: 1%;
}
.slide_list li img {
  width: auto;
  height: 240px;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
}
.slide_list li:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
@media screen and (max-width: 639px) {
  .slide_list li {
    margin-right: 4%;
  }
  .slide_list li img {
    height: 200px;
  }
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.simply-scroll-list li {
  float: left;
  padding: 0;
  margin: 15px 0;
  width: 400px;
  height: auto;
}
.simply-scroll-list li a img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 25px 100%);
}
.simply-scroll-list li a:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}

/* list
----------------------------------*/
.list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 4%;
}
@media screen and (max-width: 639px) {
  .list2 {
    grid-template-columns: 1fr;
  }
}
.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 15px;
}
.list2 > li,
.list2 .child {
  position: relative;
}
.list2 > li.child-100,
.list2 .child.child-100 {
  grid-column: 2fr;
}

.list3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 4%;
}
.list3.type1 li,
.list3.type1 .child {
  background: #fefefe;
  padding: 15px;
  border-radius: 8px;
  line-height: 1.6;
  font-size: 1.1em;
}
@media screen and (max-width: 639px) {
  .list3.type1 li,
  .list3.type1 .child {
    padding: 20px 10px 10px;
  }
}
.list3 li {
  position: relative;
}
@media screen and (max-width: 639px) {
  .list3 {
    width: 95%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    gap: 25px 0;
  }
}
.list3.next-btn li:not(:last-child)::before {
  content: "▶";
  /* Unicodeの▶ */
  position: absolute;
  top: 25%;
  left: 58%;
  margin-left: 90px;
  z-index: 4;
}
@media screen and (max-width: 639px) {
  .list3.next-btn li:not(:last-child)::before {
    content: none;
  }
}

.list4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 2.5%;
}
.list4.type1 li {
  position: relative;
  padding: 20px;
  background: #fff;
}
.list4.type1 li:after {
  position: absolute;
  content: "";
  right: 11%;
  bottom: -50%;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), color-stop(25%, #eee), color-stop(40%, transparent));
  background-image: linear-gradient(to bottom, #ccc 0%, #eee 25%, transparent 40%);
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  z-index: -1;
  opacity: 0.7;
}

.note {
  padding: 15px;
  margin-top: 10px;
  background: #f5f3eb;
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  .note {
    font-size: 1.2rem;
  }
}

.flow-dl .flow-inner {
  padding: 8px;
}
.flow-dl .flow-inner:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: solid 1px #aaa;
}
.flow-dl .flow-inner dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #102777;
}
.flow-dl .flow-inner dt .eng {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #21a2af;
  margin-right: 8px;
}
.flow-dl .flow-inner dd {
  margin-top: 5px;
  padding-left: 40px;
}
@media screen and (max-width: 639px) {
  .flow-dl .flow-inner {
    padding: 6px;
  }
  .flow-dl .flow-inner dt {
    font-size: 1.25rem;
  }
  .flow-dl .flow-inner dt .eng {
    font-size: 1.7rem;
  }
  .flow-dl .flow-inner dd {
    padding-left: 30px;
  }
}

.faq-dl .faq-inner {
  padding: 10px;
  margin-bottom: 20px;
}
.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 3px solid #eee;
}
.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  padding: 10px 10px 10px 55px;
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.faq-dl .faq-inner dt {
  margin-bottom: 10px;
  font-weight: 600;
  color: #102777;
}
.faq-dl .faq-inner dt:before {
  content: "Q";
  color: #fff;
  font-size: 3rem;
  background: #0c9adb;
}
.faq-dl .faq-inner dd {
  background: #f5f3eb;
}
.faq-dl .faq-inner dd:before {
  content: "A";
  color: #f66009;
  font-size: 3rem;
  background: rgba(255, 216, 3, 0.2);
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  gap: 20px;
}
.flow-list > li {
  width: 31%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  font-weight: 600;
}
@media screen and (max-width: 896px) {
  .flow-list > li {
    width: 46%;
  }
}
@media screen and (max-width: 639px) {
  .flow-list > li {
    width: 90%;
    margin: 0 auto;
  }
  .flow-list > li:nth-child(2n) {
    margin-right: auto;
  }
}
.flow-list > li .flow-num {
  color: #0F2C78;
  font-size: 3.5rem;
  padding-right: 15px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.flow-list > li .flow-num span {
  font-size: 1.3rem;
  display: block;
  text-align: center;
}
.flow-list > li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 35px;
}
.flow-list > li .flow-title {
  color: #003458;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
}
.flow-list > li .flow-img {
  margin-top: 10px;
}
@media screen and (max-width: 639px) {
  .flow-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-list > li .flow-num {
    font-size: 2.2rem;
    text-align: center;
    border-right: 0;
    padding: 0 0 4px;
    border-bottom: 1px solid #0c9adb;
  }
  .flow-list > li .flow-title {
    font-size: 1.3rem;
  }
  .flow-list > li .txt {
    margin: 20px auto 0;
  }
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column2 .child {
  width: 48%;
}
@media screen and (max-width: 639px) {
  .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column2 .child {
    width: 100%;
  }
  .column2 .child.column2-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
}
.column2.mini {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column2.mini .child {
  width: 30%;
}
@media screen and (max-width: 896px) {
  .column2.mini .child {
    width: 40%;
  }
}
@media screen and (max-width: 639px) {
  .column2.mini {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column2.mini .child {
    width: 100%;
  }
  .column2.mini .child.column2-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
}

.column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column3 .child {
  width: 31%;
}
@media screen and (max-width: 639px) {
  .column3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column3 .child {
    width: 100%;
  }
  .column3 .child.column2-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
}
.column3.next-btn div:not(:last-child)::before {
  content: "▶";
  /* Unicodeの▶ */
  position: absolute;
  top: 25%;
  left: 58%;
  margin-left: 90px;
  z-index: 4;
}
@media screen and (max-width: 639px) {
  .column3.next-btn div:not(:last-child)::before {
    content: none;
  }
}

/* anchor
----------------------------------*/
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12,
#contact,
.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/* swiper
----------------------------------*/
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0px !important;
  right: auto;
  border-radius: 50%;
  -webkit-box-shadow: rgba(15, 44, 120, 0.1) 0px 7px 12px 0px;
          box-shadow: rgba(15, 44, 120, 0.1) 0px 7px 12px 0px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
  -webkit-box-shadow: rgba(15, 44, 120, 0.1) 0px 7px 12px 0px;
          box-shadow: rgba(15, 44, 120, 0.1) 0px 7px 12px 0px;
  border-radius: 50%;
}

@media screen and (max-width: 639px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 17px !important;
    height: 28px !important;
    background-size: 17px 28px !important;
  }
}

.slick-prev,
.slick-next {
  background: rgba(255, 255, 255, 0.8) !important;
  width: 35px !important;
  height: 35px !important;
  z-index: 20 !important;
  border-radius: 50% !important;
  border: 1px solid #aaa !important;
  top: 40%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slick-prev:before,
.slick-next:before {
  color: #333 !important;
}
.slick-prev:hover,
.slick-next:hover {
  background: #f7f7f7;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

/*----------------------------------
contact-form
----------------------------------*/
.form-contents {
  width: 100% !important;
  height: auto !important;
  padding: 35px 30px !important;
  border-radius: 15px 15px 0 0 !important;
}
@media screen and (max-width: 1100px) {
  .form-contents {
    padding: 15px !important;
  }
}
.form-contents button {
  border: 1px solid #0c9adb !important;
}
.form-contents .required::before {
  background: #0F2C78 !important;
  padding: 5px 10px !important;
}
.form-contents .textarea {
  background-color: #f0f0f0 !important;
  border: none !important;
  padding: 20px 15px !important;
}
.form-contents input[type=text],
.form-contents textarea {
  font-size: 16px;
}
.form-contents .submit-btn {
  background-color: #0F2C78 !important;
  border: none !important;
  color: #fefefe !important;
}
.form-contents .submit-btn:hover {
  color: #0c9adb !important;
  background-color: #fefefe !important;
  border: 1px solid #0c9adb !important;
}
.form-contents .submit-btn:hover:before {
  background-color: #0c9adb !important;
}
.form-contents .custom-area p {
  padding: 10px 0;
}

@media screen and (max-width: 639px) {
  .form-contents {
    padding: 0 10px !important;
  }
  .form-contents dl {
    margin: 10px 0 !important;
  }
  .form-contents dl dt {
    float: none !important;
    padding-top: 15px !important;
  }
  .form-contents dl dd {
    padding-left: 0 !important;
    padding-bottom: 15px !important;
    padding-top: 10px !important;
    line-height: 20px !important;
  }
  .form-contents .submit-btn {
    width: 250px !important;
  }
}
.thanks {
  padding: 40px;
  background: #fff;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .thanks {
    max-width: 95%;
    padding: 30px 15px;
  }
}

.policy {
  padding: 30px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  letter-spacing: 0;
}
.policy .inner {
  padding-right: 40px;
}
@media screen and (max-width: 639px) {
  .policy {
    font-size: 1.15rem;
  }
  .policy .inner {
    padding-right: 15px;
  }
}

/* accordion
----------------------------------*/
.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
}
.accordion dt {
  background: #50B47B;
  cursor: pointer;
  font-size: 1.7rem;
  color: #fff;
}
.accordion dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.7rem;
}
.accordion dt.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}
.accordion dd {
  display: none;
  padding: 25px;
  background: #fefefe;
}
@media screen and (max-width: 639px) {
  .accordion dt {
    font-size: 1.2rem;
    text-align: left;
  }
  .accordion dd {
    padding: 15px;
  }
}

/*----------------------------------
text anime
----------------------------------*/
.animetxt {
  position: relative;
}
.animetxt:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 10;
  bottom: 0;
  left: 0;
}

.bottm-move:before {
  -webkit-animation: topmain-anime3 1s ease-in 0s forwards;
          animation: topmain-anime3 1s ease-in 0s forwards;
}

@-webkit-keyframes topmain-anime2 {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes topmain-anime2 {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@-webkit-keyframes topmain-anime3 {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes topmain-anime3 {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes topmain-anime4 {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes topmain-anime4 {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes topmain-anime5 {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes topmain-anime5 {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/*----------------------------------
contact-tel-box
----------------------------------*/
.contact-tel-box {
  margin: 2em 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  overflow: hidden;
}
.contact-tel-box .box-title {
  font-size: 1.8em;
  background: #0F2C78;
  padding: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 896px) {
  .contact-tel-box .box-title {
    font-size: 1.4rem;
  }
}
.contact-tel-box .rent {
  padding: 15px 20px;
  margin: 0;
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #0F2C78;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 896px) {
  .contact-tel-box .rent {
    font-size: 1.7rem;
  }
}
.contact-tel-box:hover .box-title,
.contact-tel-box:hover p {
  opacity: 0.7;
}
.contact-tel-box.type1 .box-title {
  background: #0c9adb;
}

.strong {
  font-weight: 700;
}

.title-fuki {
  position: relative;
  margin: 0 auto;
  padding: 30px 15px;
  text-align: center;
  background: #0f2c78;
  color: #fff;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans SC", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 3.2rem;
}
.title-fuki span {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans SC", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 5rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.015em;
  letter-spacing: 0.015em !important;
  display: block;
  line-height: 1.2;
}
.title-fuki:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid rgba(0, 0, 0, 0);
  border-top: 15px solid #0f2c78;
  z-index: 4;
}
@media screen and (max-width: 896px) {
  .title-fuki {
    font-size: 2rem;
  }
}

.title-fuki2 {
  position: relative;
  margin: 50px auto;
  padding: 10px 5px;
  text-align: center;
  background: #0f2c78;
  color: #fff;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans SC", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 2.7rem;
}
.title-fuki2 span {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans SC", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 5rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.015em;
  letter-spacing: 0.015em !important;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 896px) {
  .title-fuki2 {
    font-size: 1.8rem;
  }
}

.title-fuki3 {
  position: relative;
  text-align: center;
  margin-bottom: 5px;
  background: #0f2c78;
  color: #fff;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans SC", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 2rem;
}
.title-fuki3 span {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans SC", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 5rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.015em;
  letter-spacing: 0.015em !important;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 896px) {
  .title-fuki3 {
    font-size: 1.3rem;
  }
}

/* schedule-list
----------------------------------*/
.schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 25px;
}
.schedule-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  background: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 3px #0F2C78 solid;
  border-radius: 10px;
  padding: 0 20px;
}
.schedule-list > li .schedule-img {
  position: relative;
  overflow: visible;
  margin-bottom: 5px;
}
.schedule-list > li .schedule-img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 30px auto 0;
}
.schedule-list > li .schedule-img .month-badge {
  position: absolute;
  top: -15px;
  left: -10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  background: #0F2C78;
  color: #FFF;
}
@media screen and (max-width: 639px) {
  .schedule-list > li .schedule-img .month-badge {
    font-size: 1.1rem;
    top: -20px;
    left: 10px;
  }
}
.schedule-list .mtitle_border2 {
  position: relative;
  margin: 24px 0 16px;
  padding: 4px 0;
  text-align: center;
  color: #0F2C78;
  border-top: 1px solid #0F2C78;
  border-bottom: 1px solid #0F2C78;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
}

/* レスポンシブ */
@media screen and (max-width: 896px) {
  .schedule-list > li {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    padding: 10px;
  }
}
@media screen and (max-width: 639px) {
  .schedule-list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 16px;
  }
  .schedule-list > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
/* support-list
----------------------------------*/
.support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 25px;
}
.support-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  background: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 3px #0F2C78 solid;
  border-radius: 10px;
  padding: 0 20px 20px;
}
.support-list > li .support-img {
  position: relative;
  overflow: visible;
  margin-bottom: 5px;
}
.support-list > li .support-img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 30px auto 0;
  width: 300px;
  height: 200px;
  border-radius: 10px;
}
.support-list > li .support-img .month-badge {
  position: absolute;
  top: -15px;
  left: -10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  background: #0F2C78;
  color: #FFF;
}
@media screen and (max-width: 639px) {
  .support-list > li .support-img .month-badge {
    font-size: 1.1rem;
  }
}
.support-list .mtitle_border2 {
  position: relative;
  margin: 24px 0 16px;
  padding: 4px 0;
  text-align: center;
  color: #0F2C78;
  border-top: 1px solid #0F2C78;
  border-bottom: 1px solid #0F2C78;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .support-list > li {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    padding: 20px;
  }
}
@media screen and (max-width: 639px) {
  .support-list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 16px;
  }
  .support-list > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.js-marker span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 239, 102)), to(rgb(255, 239, 102)));
  background-image: linear-gradient(90deg, rgb(255, 239, 102), rgb(255, 239, 102));
  background-repeat: no-repeat;
  background-size: 0px 35%;
  background-position: left bottom;
  -webkit-transition: 4s ease-in-out;
  transition: 4s ease-in-out;
}

.listFlow .lastItem {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.listFlow dl {
  display: table;
  width: 100%;
}

.listFlow dl dt {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  border-radius: 10px 0 0 10px;
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #005BAC;
  width: 100px;
  background: #005BAC;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.listFlow dl dt .num {
  display: block;
  font-size: 3.2rem;
}

.listFlow dl dd {
  border-radius: 0 10px 10px 0;
  display: table-cell;
  padding: 15px 20px;
  border-top: 1px solid #005BAC;
  border-right: 1px solid #005BAC;
  border-bottom: 1px solid #005BAC;
  vertical-align: middle;
  background-color: #fff;
}

@media screen and (max-width: 639px) {
  .listFlow dt {
    width: 60px !important;
    font-size: 1.2rem !important;
  }
  .listFlow dt .num {
    font-size: 2.4rem !important;
  }
}
.listFlow > li {
  position: relative;
  margin-bottom: 9px;
  padding-bottom: 24px;
}

.listFlow > li::after {
  content: "";
  position: absolute;
  left: 42px;
  bottom: 12px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #005BAC;
}

@media screen and (max-width: 639px) {
  .listFlow > li::after {
    left: 20px;
  }
}
.listFlow > li:last-child::after {
  content: none;
}

.w250 {
  width: 250px;
}

.mtitle-bll {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  border-bottom: 2px solid #eee;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-bottom: 8px;
}
.mtitle-bll:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #005BAC;
}

.service-main {
  width: 100%;
  height: 45vh;
  max-height: 400px;
}
.service-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover;";
}
.service-main.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.service-main.service-main2 {
  width: 100%;
  height: 45vh;
  max-height: 400px;
}
.service-main.service-main2 img {
  -o-object-position: center 60%;
     object-position: center 60%;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0f2c78;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.bgRLextend::before {
  -webkit-animation-name: bgRLextendAnime;
          animation-name: bgRLextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0f2c78;
}

@-webkit-keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.bgDUextend::before {
  -webkit-animation-name: bgDUextendAnime;
          animation-name: bgDUextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0f2c78;
}

@-webkit-keyframes bgDUextendAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes bgDUextendAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.bgUDextend::before {
  -webkit-animation-name: bgUDextendAnime;
          animation-name: bgUDextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
}

@-webkit-keyframes bgUDextendAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes bgUDextendAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/* tbl2
----------------------------------*/
.tbl2 {
  width: 100%;
  font-family: "Jost", sans-serif;
}
.tbl2 th,
.tbl2 td {
  padding: 10px 15px;
  vertical-align: middle;
  border: 1px solid #0c9adb;
  font-weight: 500 !important;
  letter-spacing: 0.1em;
}
.tbl2 th img,
.tbl2 td img {
  max-width: 240px;
}
.tbl2 th {
  background: rgba(12, 154, 219, 0.8);
}
.tbl2 td {
  font-size: 0.95em;
}
.tbl2 .bigtxt {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .tbl2 .bigtxt {
    font-size: 1.8rem;
  }
}
.tbl2 .bigtxt-s {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .tbl2 .bigtxt-s {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .tbl2 th img,
  .tbl2 td img {
    max-width: 200px;
  }
}
@media screen and (max-width: 896px) {
  .tbl2 th,
  .tbl2 td {
    padding: 5px 10px;
  }
  .tbl2 th img,
  .tbl2 td img {
    max-width: 120px;
  }
}
@media screen and (max-width: 639px) {
  .tbl2 th img,
  .tbl2 td img {
    max-width: 70px;
  }
}

.tbl-scroll {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .tbl-scroll {
    overflow-x: scroll;
  }
  .tbl-scroll .tbl2 {
    white-space: nowrap;
  }
}

.sdgs-column3 {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.sdgs-column3 .left {
  width: 48%;
}
.sdgs-column3 .arrows {
  width: 4%;
  text-align: center;
}
.sdgs-column3 .arrows img {
  max-width: 45px;
}
.sdgs-column3 .right {
  width: 48%;
}
.sdgs-column3 .left li,
.sdgs-column3 .right li {
  list-style: none;
}
@media screen and (max-width: 896px) {
  .sdgs-column3 .arrows {
    width: 4%;
    text-align: center;
  }
  .sdgs-column3 .arrows img {
    max-width: 30px;
  }
}
@media screen and (max-width: 639px) {
  .sdgs-column3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sdgs-column3 .left,
  .sdgs-column3 .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .sdgs-column3 .arrows {
    width: 5%;
    margin-bottom: 30px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.sdgs-column4 {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sdgs-column4 .left {
  width: 30%;
}
.sdgs-column4 .left img {
  width: 180px;
  height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 639px) {
  .sdgs-column4 .left img {
    width: auto;
  }
}
.sdgs-column4 .arrows {
  width: 4%;
  text-align: center;
}
.sdgs-column4 .arrows img {
  max-width: 30px;
}
.sdgs-column4 .middle {
  width: 30%;
}
.sdgs-column4 .middle img {
  width: 180px;
  height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 639px) {
  .sdgs-column4 .middle img {
    width: auto;
  }
}
.sdgs-column4 .right {
  width: 30%;
}
.sdgs-column4 .right img {
  width: 180px;
  height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 639px) {
  .sdgs-column4 .right img {
    width: auto;
  }
}
.sdgs-column4 .left li,
.sdgs-column4 .middle li,
.sdgs-column4 .right li {
  list-style: none;
}
@media screen and (max-width: 639px) {
  .sdgs-column4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sdgs-column4 .left,
  .sdgs-column4 .middle,
  .sdgs-column4 .right {
    width: 100% !important;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  .sdgs-column4 .arrows {
    width: 5%;
    margin-bottom: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.mbox4 {
  background: #f9f9f9;
  padding: 20px 30px;
  border: 3px solid #b4b4b4;
  -webkit-box-shadow: 5px 5px #dbdbdb;
          box-shadow: 5px 5px #dbdbdb;
}
@media screen and (max-width: 639px) {
  .mbox4 {
    padding: 25px 15px;
    -webkit-box-shadow: 3px 3px #dbdbdb;
            box-shadow: 3px 3px #dbdbdb;
  }
}
.mbox4 .service-title {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 10px 20px;
  margin: 0 -30px 15px;
  text-align: left;
  display: block;
  background: #ff9012;
  position: relative;
  z-index: 1;
}
.mbox4 .service-title::before {
  display: none;
}
@media screen and (max-width: 896px) {
  .mbox4 .service-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .mbox4 .service-title {
    font-size: 2rem;
    padding: 8px 15px;
    margin: 0 -15px 10px;
  }
}
.mbox4 .service-title2 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
  padding: 10px 0 15px;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .mbox4 .service-title2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .mbox4 .service-title2 {
    font-size: 1.6rem;
  }
}

.sdgs-column3 .right .mbox4 .service-title {
  background: rgb(240, 67, 67);
}

/* compare-box
----------------------------------*/
.compare-box .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 25px 20px 40px;
  border: 3px solid transparent;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.compare-box .card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.compare-box .card .card-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  padding: 12px 0;
  border-radius: 8px 8px 0 0;
  margin: -25px -20px 20px;
}
@media screen and (max-width: 639px) {
  .compare-box .card .card-title {
    font-size: 2rem;
  }
}
.compare-box .card .ol-list {
  text-align: left;
  color: #000;
}
.compare-box .card .ol-list li:before {
  background: #F35A5A !important;
  color: #FFF;
}
.compare-box .card li {
  color: #000;
  text-align: left;
}
.compare-box .card li:before {
  color: #F35A5A;
}
.compare-box .card .green li:before {
  color: #50B47B;
}
.compare-box .card .sdgs-column4 {
  color: #000;
}
.compare-box .card .sdgs-column4 h3 {
  margin: 10px auto;
}
.compare-box .card .card-desc {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
  color: #000;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #fff346));
  background: linear-gradient(to bottom, transparent 85%, #fff346 85%);
}
@media screen and (max-width: 639px) {
  .compare-box .card .card-desc {
    font-size: 1.6rem;
  }
}
.compare-box .card .card-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
.compare-box .card .card-icons .icon {
  width: 60px;
  height: 45px;
  background: #e0e0e0;
  border-radius: 4px;
}
.compare-box .card .arrow {
  font-size: 2.5rem;
  color: #888;
  margin-bottom: 15px;
}
.compare-box .card .card-bottom {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .compare-box .card .card-bottom {
    font-size: 1.3rem;
  }
}

/* カラーバリエーション */
.card.red {
  border-color: #f35a5a;
}
.card.red .card-title {
  background: #f35a5a;
}

.card.green {
  border-color: #50b47b;
}
.card.green .card-title {
  background: #50b47b;
}

/* スマホ対応 */
@media screen and (max-width: 639px) {
  .compare-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card {
    max-width: 90%;
  }
}
/* befaf-box
----------------------------------*/
.befaf-box .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 25px 20px 40px;
  border: 3px solid transparent;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.befaf-box .card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.befaf-box .card .card-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  padding: 12px 0;
  border-radius: 8px 8px 0 0;
  margin: -25px -20px 20px;
}
.befaf-box .card .sdgs-column4 {
  color: #000;
}
.befaf-box .card .sdgs-column4 h3 {
  margin: 10px auto;
}
.befaf-box .card .card-desc {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
  color: #000;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #fff346));
  background: linear-gradient(to bottom, transparent 85%, #fff346 85%);
}
.befaf-box .card .arrow {
  font-size: 2.5rem;
  color: #888;
  margin-bottom: 15px;
}
.befaf-box .card .card-bottom {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  text-align: left;
}

.befaf-box {
  /* カラーバリエーション */
}
.befaf-box .card.red {
  border-color: #919191;
}
.befaf-box .card.red .card-title {
  background: #919191;
}
.befaf-box .card.green {
  border-color: #F35A5A;
}
.befaf-box .card.green .card-title {
  background: #F35A5A;
}

@media screen and (max-width: 639px) {
  .befaf-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* auction-grade
----------------------------------*/
.auction-grade {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  margin: 40px auto;
  max-width: 600px;
  text-align: left;
  font-size: 1.6rem;
  border: 5px solid #4a8a3f;
  -webkit-box-shadow: 2px 2px 0 #999;
          box-shadow: 2px 2px 0 #999;
  /* 各評価帯の色分け */
}
.auction-grade th {
  background: #333;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  border-bottom: 3px solid #111;
}
.auction-grade td {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}
.auction-grade .grade-10,
.auction-grade .grade-9,
.auction-grade .grade-8,
.auction-grade .grade-7 {
  background: #bcd1f0;
}
.auction-grade .grade-6,
.auction-grade .grade-5,
.auction-grade .grade-4,
.auction-grade .grade-45 {
  background: #f6d5dc;
  border-left: 5px solid #f76b82;
}
.auction-grade .grade-35,
.auction-grade .grade-3,
.auction-grade .grade-2,
.auction-grade .grade-1 {
  background: #f2e6a2;
  border-left: 5px solid #e6d65a;
}
.auction-grade .grade-repair {
  background: #d5d5d5;
  text-align: center;
  font-weight: 700;
}

/* fixed-btn
----------------------------------*/
#fixed-btn {
  position: fixed;
  bottom: 90px;
  right: 5px;
  z-index: 110;
  -webkit-animation: anime-reserve 2s ease-in 0s infinite;
  animation: anime-reserve 2s ease-in 0s infinite;
}
#fixed-btn a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#fixed-btn a img {
  width: 220px;
}
@media screen and (max-width: 1100px) {
  #fixed-btn {
    bottom: 45px;
  }
}
@media screen and (max-width: 896px) {
  #fixed-btn a img {
    width: 200px;
  }
}
@media screen and (max-width: 639px) {
  #fixed-btn {
    bottom: 65px;
  }
  #fixed-btn a img {
    width: 120px;
  }
}

@-webkit-keyframes anime-reserve {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes anime-reserve {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* fixed-btn
----------------------------------*/
.sp-list {
  display: none;
}

.mp {
  font-size: 2.7rem;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  .mp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 639px) {
  .mp {
    font-size: 1.6rem;
  }
  .mp span {
    font-size: 1.1rem;
  }
}