@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #333;
  background: url(../img/body.jpg) repeat center top/100% auto;
  background: #FFFBF0;
  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: 600;
  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(198.7654320988, 161.9938271605, 42.7345679012);
  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;
}

.subpage-wrapper {
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
em {
  font-style: normal;
}

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

.bold {
  font-weight: 800 !important;
}

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;
}

.eng-txt {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.bigger {
  font-size: 1.8rem;
}
@media all and (max-width: 639px) {
  .bigger {
    font-size: 1.25rem;
  }
}

.smaller {
  font-size: 13px;
  letter-spacing: 0;
}

.en-big {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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);
}

/* animation
----------------------------------*/
.bounce {
  -webkit-animation: bounce-anm 2s ease infinite;
          animation: bounce-anm 2s ease infinite;
}

@-webkit-keyframes bounce-anm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounce-anm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.glowAnime span {
  opacity: 0;
}

.glowAnime.glow span {
  -webkit-animation: glow_anime_on 1s ease-out forwards;
          animation: glow_anime_on 1s ease-out forwards;
}

@-webkit-keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  99% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  100% {
    opacity: 1;
    text-shadow: none;
  }
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  99% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  100% {
    opacity: 1;
    text-shadow: none;
  }
}
@-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);
}

.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 #D4AF37;
  border-radius: 50%;
  border-right: 1px solid rgba(212, 175, 55, 0.2);
  border-top: 1px solid rgba(212, 175, 55, 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);
  }
}
.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%;
  }
}
#l-header {
  width: 100%;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#l-header.is-fixed {
  position: fixed;
  background: transparent;
}
#l-header.is-fixed .inner #logo .logo1 {
  display: none;
}
#l-header.is-fixed .inner #logo .logo2 {
  display: block;
}
#l-header.is-fixed .head-right .head-right_contact .head-right_tel a {
  color: #443322;
}
#l-header.is-fixed .head-right .head-right_contact .head-right_tel a:hover {
  color: #E5C100;
}
#l-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 98%;
  margin: 0 auto;
  padding: 8px 8px 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  #l-header .inner {
    min-width: initial;
  }
}
#l-header .inner #logo {
  width: 150px;
}
#l-header .inner .logo2 {
  display: none;
}
#l-header .head-right {
  margin-left: auto;
  padding-top: 5px;
}
#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;
}
#l-header .head-right_tel a {
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}
#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 {
  color: #ffd803;
}
#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: #D4AF37;
  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;
  width: 650px;
}
.is-fixed #header_nav ul li a {
  color: #333;
  text-shadow: none;
}
.is-fixed #header_nav ul li a span {
  color: #D4AF37;
}
.is-fixed #header_nav ul li a.active span, .is-fixed #header_nav ul li a:hover span {
  color: rgb(156.7901234568, 127.7839506173, 33.7098765432);
}
#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;
  padding: 5px 20px;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #D4AF37;
}
#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: #333;
  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;
  color: #333;
  position: relative;
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 10px 0;
  font-weight: 600;
}
#header_nav ul li a span {
  display: block;
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #D4AF37;
  position: relative;
}
#header_nav ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background: #E5C100;
  left: 0;
  bottom: -2px;
  -webkit-transition: 0.2s width ease-in;
  transition: 0.2s width ease-in;
}
#header_nav ul li a:hover:after, #header_nav ul li a.active:after {
  width: 20px;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  left: -30px;
  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: #102777;
  width: 130px;
}
#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: #D4AF37;
  -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 all and (max-width: 896px) {
  #page-top {
    bottom: 77px;
  }
}

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

#slideshow {
  position: relative;
  margin-inline: auto;
  overflow: hidden;
}
#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 .swiper-slide.slide1:before {
  background-image: url(../img/1.jpg);
  background-position: 65% 50%;
}
#slideshow .swiper-slide.slide2:before {
  background-image: url(../img/2.jpg);
  background-position: 50%;
}
#slideshow .swiper-slide.slide3:before {
  background-image: url(../img/3.jpg);
}
#slideshow .slide-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 52%;
  height: auto;
}
@media all and (max-width: 896px) {
  #slideshow .slide-img {
    padding-top: 70%;
  }
}
@media all and (max-width: 639px) {
  #slideshow .slide-img {
    padding-top: 120%;
  }
}
#slideshow .slide-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
#slideshow .slide-img .dark-overlay {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.4);
  pointer-events: none;
}

#slide-wrap {
  position: relative;
  overflow: hidden;
}
#slide-wrap:before {
  position: absolute;
  content: "";
  width: 116%;
  height: 102%;
  background: linear-gradient(135deg, rgba(229, 193, 0, 0.95) 0%, rgba(212, 175, 55, 0.8) 50%, transparent 90%);
  border-radius: 50% 90% 0 0;
  bottom: -160%;
  left: -120%;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  z-index: 4;
  opacity: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
@media all and (max-width: 896px) {
  #slide-wrap:before {
    height: 100%;
  }
}
@media all and (max-width: 639px) {
  #slide-wrap:before {
    width: 250% !important;
    height: 250% !important;
    border-radius: 50% !important;
    background: radial-gradient(circle at center, rgba(229, 193, 0, 0.3) 0%, rgba(212, 175, 55, 0.1) 60%, transparent 80%) !important;
    bottom: -75% !important;
    left: -75% !important;
    -webkit-transform: rotate(0deg) scale(0.5);
            transform: rotate(0deg) scale(0.5);
    mix-blend-mode: soft-light;
  }
}
#slide-wrap.on:before {
  bottom: -50%;
  left: -40%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}

.txt-type {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
  color: #fff;
  z-index: 4;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  font-size: 7vmin;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-weight: 600;
  opacity: 0;
}
.txt-type span {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.txt-type span:last-of-type:after {
  content: "|";
  -webkit-animation: typinganime 0.8s ease infinite;
          animation: typinganime 0.8s ease infinite;
  margin-left: 10px;
}
@media all and (max-width: 639px) {
  .txt-type {
    font-size: 2.2rem;
    -webkit-transform: none;
            transform: none;
    top: 22%;
    letter-spacing: 0.15em;
  }
}

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

@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#catch {
  position: absolute;
  left: 3%;
  bottom: 12%;
  z-index: 50;
  width: 69%;
  max-width: 1000px;
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
}
#catch.on {
  -webkit-transition: 1.4s ease-in opacity;
  transition: 1.4s ease-in opacity;
  opacity: 1;
}
@media all and (max-width: 1100px) {
  #catch {
    width: 64%;
  }
}
@media all and (max-width: 639px) {
  #catch {
    /* 画面のど真ん中に配置 */
    left: 50% !important;
    top: 50% !important;
    bottom: auto !important;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
  }
}

.slide-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 40;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(51, 51, 51, 0.1);
}
.slide-txt.slide-txt01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 20px 0 0;
}
.slide-txt.slide-txt01 img {
  width: 35%;
}
@media all and (max-width: 896px) {
  .slide-txt.slide-txt01 img {
    width: 65%;
  }
}
.slide-txt.slide-txt02 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 20px 20px;
}
.slide-txt.slide-txt02 img {
  width: 45%;
}
@media all and (max-width: 896px) {
  .slide-txt.slide-txt02 img {
    width: 70%;
  }
}
@media all and (max-width: 639px) {
  .slide-txt.slide-txt02 img {
    width: 85%;
  }
}
@media all and (max-width: 639px) {
  .slide-txt.slide-txt02 {
    padding: 0 0 10px 10px;
  }
}
.slide-txt.slide-txt03 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 20px 0 0;
}
.slide-txt.slide-txt03 img {
  width: 38%;
}
@media all and (max-width: 896px) {
  .slide-txt.slide-txt03 img {
    width: 55%;
  }
}

#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 all 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;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.contact_bnr > li {
  width: 80%;
}
.contact_bnr > li .mini {
  font-size: 90%;
  margin-top: 10px;
  text-align: center;
}
@media all and (max-width: 639px) {
  .contact_bnr > li {
    margin: 0 auto 20px;
  }
  .contact_bnr > li .mini {
    margin-top: 5px;
  }
  .contact_bnr > li:last-child {
    margin: 0 auto;
  }
}
.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  font-weight: 900;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.contact_bnr > li a,
.contact_bnr > li span {
  display: block;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.2rem;
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_bnr > li a:before,
.contact_bnr > li span:before {
  margin-right: 6px;
  position: relative;
  display: inline-block;
}
@media all and (max-width: 639px) {
  .contact_bnr > li a,
  .contact_bnr > li span {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px;
    width: 100%;
    font-size: 1.6rem;
  }
}
.contact_bnr > li a:hover {
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, 0.2);
}

/* footer
----------------------------------*/
.bg-contact {
  position: relative;
}
.bg-contact:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28013/bg-contact.webp) no-repeat center bottom/cover;
  background-attachment: fixed;
  opacity: 0.8;
  z-index: -3;
}
@media all and (max-width: 896px) {
  .bg-contact:before {
    background-attachment: scroll;
  }
}
.bg-contact:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.6) url() repeat;
  z-index: -1;
}

.footer-bg {
  position: relative;
  width: 100%;
}
.footer-bg:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #141414;
}

.icon {
  width: 90px;
  text-align: center;
  margin: 0 auto 10px;
  pointer-events: none;
}
.icon.type1 {
  -webkit-animation: bounce-anm 2s ease infinite;
          animation: bounce-anm 2s ease infinite;
}
@media all and (max-width: 896px) {
  .icon {
    width: 80px;
    margin: 0 auto 5px;
  }
}
@media all and (max-width: 639px) {
  .icon {
    width: 60px;
  }
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 20px;
  margin-top: 40px;
}
#l-footer .inner {
  margin: 0 auto 40px;
  height: 350px;
  position: relative;
  max-width: 90%;
  z-index: 3;
  border-radius: 20px;
  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;
}
#l-footer .inner p {
  max-width: 95%;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  #l-footer .inner {
    height: 300px;
  }
}
@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
  }
  #l-footer .inner {
    height: 180px;
    border-radius: 10px;
    max-width: 95%;
  }
}

/* footer_navi
----------------------------------*/
.footer_navi {
  max-width: 900px;
  padding: 15px 0 30px;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .footer_navi {
    display: none;
  }
}
.footer_navi .globalNav a > span {
  display: none !important;
}
.footer_navi .globalNav {
  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_navi .globalNav > li:not(:last-of-type) {
  margin-right: 20px;
}
@media all and (max-width: 639px) {
  .footer_navi .globalNav > li {
    width: 100%;
  }
  .footer_navi .globalNav > li:not(:last-of-type) {
    margin-right: 0;
  }
  .footer_navi .globalNav > li.drop-parent {
    width: 100%;
  }
}
.footer_navi .globalNav > li .footer-only {
  display: block;
}
.footer_navi .globalNav > li a,
.footer_navi .globalNav > li .drop-parent-inner {
  position: relative;
  display: block;
  text-align: left;
  border-bottom: 1px solid #aaa;
  font-weight: 600;
  font-size: 1.4rem;
}
.footer_navi .globalNav > li a span,
.footer_navi .globalNav > li .drop-parent-inner span {
  display: inline-block;
}
.footer_navi .globalNav > li a span.eng,
.footer_navi .globalNav > li .drop-parent-inner span.eng {
  display: none;
}
.footer_navi .globalNav > li a span.ja,
.footer_navi .globalNav > li .drop-parent-inner span.ja {
  color: #443322;
  padding: 4px;
  font-size: 1.3rem;
}
@media all and (max-width: 639px) {
  .footer_navi .globalNav > li a span.ja,
  .footer_navi .globalNav > li .drop-parent-inner span.ja {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 639px) {
  .footer_navi .globalNav > li a,
  .footer_navi .globalNav > li .drop-parent-inner {
    font-size: 1.1rem;
  }
}
.footer_navi .globalNav > li a:hover,
.footer_navi .globalNav > li .drop-parent-inner:hover {
  color: #ddd;
}
@media all and (max-width: 639px) {
  .footer_navi .globalNav > li .dropdown {
    padding: 10px;
  }
}
.footer_navi .globalNav > li .dropdown .dropdown-ul {
  position: relative;
  display: block;
  max-width: 200px;
  padding: 8px;
}
.footer_navi .globalNav > li .dropdown .dropdown-ul:before {
  position: absolute;
  content: "";
  left: 8px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #aaa;
}
.footer_navi .globalNav > li .dropdown .drop-title {
  display: none;
}
.footer_navi .globalNav > li .dropdown .dropdown-li {
  position: relative;
  margin-bottom: 4px;
}
.footer_navi .globalNav > li .dropdown .dropdown-li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #aaa;
}
.footer_navi .globalNav > li .dropdown .dropdown-li figure {
  display: none;
}
.footer_navi .globalNav > li .dropdown .dropdown-li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  border: none;
  font-size: 13px;
  color: #ccc;
  line-height: 1.5;
  letter-spacing: 0;
}

.flogo {
  position: relative;
  text-align: center;
  max-width: 300px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .flogo {
    max-width: 250px;
  }
}

.f-banner {
  margin-bottom: 20px;
  text-align: center;
}
.f-banner a {
  display: inline-block;
  text-decoration: none;
  line-height: 0;
}
.f-banner a img {
  display: block;
  width: 150px;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.f-banner a:hover img {
  opacity: 0.8;
}

.address {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .address {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 639px) {
  .address {
    font-size: 1.05rem;
  }
}
.address {
  line-height: 1.6;
  text-align: center;
}

.copyright {
  background-color: #E5C100;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .copyright {
    font-size: 1.05rem;
  }
}
@media all and (max-width: 639px) {
  .copyright {
    font-size: 1rem;
  }
}
.copyright {
  letter-spacing: 0.05em;
  color: #443322;
  padding: 20px 0;
}

/*----------------------------------
  top-contents
----------------------------------*/
.greet-lead {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media all and (max-width: 639px) {
  .greet-lead {
    font-size: 1.6rem;
  }
}

.top-title01 {
  text-align: center;
  margin: -150px auto 100px;
  max-width: 600px;
}

.top-img01 {
  max-width: 450px;
  margin: 0 auto 30px;
}
@media all and (max-width: 639px) {
  .top-img01 {
    max-width: 70%;
  }
}

.top-txt01 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .top-txt01 {
    margin-top: 20px;
    color: #D4AF37;
    font-size: 1.5rem;
  }
}

.bg-point {
  position: relative;
  z-index: 2;
}
.bg-point:before {
  position: absolute;
  content: "";
  left: 0;
  top: -60px;
  width: 40%;
  height: 120%;
  background: url(../img/bg-point.jpg) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .bg-point:before {
    width: 100%;
    height: 450px;
  }
}
@media all and (max-width: 639px) {
  .bg-point:before {
    height: 320px;
    opacity: 0.8;
  }
}

.map-box {
  max-width: 50%;
  padding: 40px;
}
@media all and (max-width: 896px) {
  .map-box {
    max-width: 80%;
    padding: 25px;
  }
}

.top-box1 {
  width: 55%;
  margin-left: auto;
}
@media all and (max-width: 896px) {
  .top-box1 {
    width: 80%;
    margin: 350px auto 0;
    padding: 25px;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media all and (max-width: 639px) {
  .top-box1 {
    width: 95%;
    margin-top: 200px;
    padding: 15px;
  }
}

.feature-list {
  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;
  max-width: 1100px;
  margin-inline: auto;
}
.feature-list.type1 li {
  position: relative;
  padding: 0 10px 20px;
}
.feature-list.type1 li:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 80px);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#fffce3), color-stop(#fff), to(#fff));
  background-image: linear-gradient(to right bottom, #fffce3, #fff, #fff);
  z-index: -1;
}
.feature-list li {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
}
.feature-list li:nth-child(3n) {
  margin-right: 0;
}
.feature-list li:nth-child(n+4) {
  margin-top: 60px;
}
.feature-list figure {
  width: 140px;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.feature-list figure:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 95%;
  height: 95%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
  -webkit-box-shadow: rgba(16, 39, 119, 0.1) 0px 7px 29px 0px;
          box-shadow: rgba(16, 39, 119, 0.1) 0px 7px 29px 0px;
}
.feature-list .txt {
  padding: 0 15px;
  letter-spacing: 0;
}

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

.single {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
.single.type1 {
  padding: 80px 0 0;
}
@media all and (max-width: 1100px) {
  .single {
    padding: 80px 10px;
  }
}

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

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

.single-anchor {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  padding: 60px 0 0;
}
.single-anchor:first-of-type {
  padding: 120px 0 0;
}
.single-anchor:last-of-type {
  padding: 60px 0 120px;
}
.single-anchor.type1 {
  padding: 80px 0 0;
}
.single-anchor.type1:last-of-type {
  padding: 80px 0 120px;
}
.single-anchor.type2 {
  padding: 0;
}
.single-anchor.type3 {
  max-width: calc(100% - 120px);
}
@media all and (max-width: 1100px) {
  .single-anchor {
    padding: 60px 15px 0;
  }
  .single-anchor:first-of-type {
    padding: 120px 15px 0;
  }
  .single-anchor:last-of-type {
    padding: 60px 15px 120px;
  }
  .single-anchor.type1 {
    padding: 80px 15px 0;
  }
  .single-anchor.type1:last-of-type {
    padding: 80px 15px 120px;
  }
  .single-anchor.type3 {
    max-width: calc(100% - 60px);
  }
}
@media all and (max-width: 896px) {
  .single-anchor {
    max-width: initial;
    width: 95%;
    padding: 30px 0 0;
  }
  .single-anchor:first-of-type {
    padding: 60px 0 0;
  }
  .single-anchor:last-of-type {
    padding: 30px 0 60px;
  }
  .single-anchor.type1 {
    padding: 40px 0 0;
  }
  .single-anchor.type1:last-of-type {
    padding: 40px 0 60px;
  }
  .single-anchor.type3 {
    max-width: calc(100% - 20px);
  }
}

.margin-top {
  margin-top: -80px;
}
@media all and (max-width: 639px) {
  .margin-top {
    margin-top: -30px;
  }
}

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

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.mbox {
  background: #fefefe;
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
}
.mbox.type1 {
  border: 3px solid #D4AF37;
}
.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 all and (max-width: 639px) {
  .mbox {
    padding: 15px 10px;
  }
}

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

.small-box {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

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

.bg_img {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.bg_img.bg_gray {
  background-color: inherit !important;
}
.bg_img.bg_gray:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.bg_img.bg_blur {
  overflow: hidden;
}
.bg_img.bg_blur:before {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.bg_img.bg_black_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 95%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bg_img.bg_black_grd_bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 90%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bg_img.bg_white_grd:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(90%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_img.bg_white_grd_s:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.1)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.1) 50%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_img.bg_white_grd_bottom:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_img.bg_base_grd:after {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  content: "";
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.bg_img.bg_sharp:after {
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}
.bg_img.bg_base {
  background-color: inherit !important;
}
.bg_img.bg_base:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.bg_img.bg_base:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(212, 175, 55, 0.85);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.bg_white {
  background-color: rgba(255, 255, 255, 0) !important;
}
.bg_img.bg_white:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.bg_glass {
  background-color: rgba(255, 255, 255, 0) !important;
}
.bg_img.bg_glass:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.bg_black {
  background-color: rgba(17, 17, 17, 0) !important;
}
.bg_img.bg_black:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.bg_dark {
  background-color: rgba(51, 51, 51, 0) !important;
}
.bg_img.bg_dark:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.curve {
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}
.bg_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28013/top_story.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg_img.bg_grd {
  background: none;
}
.bg_img.bg_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.bg_img.top:before, .bg_img.top:after {
  height: 50%;
  top: 0;
  bottom: inherit;
}
.bg_img.left:before, .bg_img.left:after {
  width: 50%;
  left: 0;
  right: inherit;
}
.bg_img.right:before, .bg_img.right:after {
  width: 50%;
  left: inherit;
  right: 0;
}
.bg_img.bottom:before, .bg_img.bottom:after {
  height: 50%;
  top: inherit;
  bottom: 0;
}
.bg_img.repeat:before {
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center bottom;
}
.bg_img.fixed:before {
  background-attachment: fixed;
}
@media all and (max-width: 639px) {
  .bg_img.fixed:before {
    background-attachment: inherit;
  }
}
.bg_img.monochrome:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.bg_img.sepia:before {
  -webkit-filter: sepia(100%);
          filter: sepia(100%);
}

.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-map {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.bg-map:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 140%;
  right: 0;
  top: -20%;
  background: url(../img/map.png) no-repeat right 50%/contain;
}
@media all and (max-width: 639px) {
  .bg-map:before {
    width: 90%;
  }
}

.bg-wall {
  background: url(../img/bg-wall.jpg);
}

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

#main {
  float: left;
  width: 73%;
}
#main .blog_topics {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .blog_topics li {
  width: 100%;
  margin: 0;
}
#main .blog_topics li a .topics_detail .imgbox {
  aspect-ratio: 5/3;
}
#main .blog_topics li:not(:first-child) {
  border-top: 0px solid #ddd;
}
#main .mbox {
  min-height: 400px;
}
@media all and (max-width: 896px) {
  #main .mbox {
    min-height: initial;
  }
}
@media all and (max-width: 896px) {
  #main {
    float: none;
    width: 100%;
  }
}

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

#side-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 0 auto;
  padding: 0 60px;
}
@media all and (max-width: 1100px) {
  #side-box {
    padding: 0 40px;
  }
}
@media all and (max-width: 896px) {
  #side-box {
    -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;
    margin-bottom: 0;
    padding: 0;
  }
}
#side-box #side-menu {
  width: 210px;
  position: sticky;
  left: 0;
  top: 120px;
  margin-bottom: 120px;
}
#side-box #side-menu .btn {
  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;
  margin-top: 25px;
}
#side-box #side-menu .btn li {
  margin: 0 5px;
  background: #D4AF37;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
}
#side-box #side-menu .btn li:nth-child(even) {
  background: #E5C100;
}
#side-box #side-menu .btn li:hover {
  background: rgb(76.5, 76.5, 76.5);
}
@media all and (max-width: 896px) {
  #side-box #side-menu {
    width: 98%;
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
  #side-box #side-menu .btn {
    margin: 20px auto 40px;
  }
}
#side-box #side-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
@media all and (max-width: 1100px) {
  #side-box #side-main {
    margin-left: 20px;
  }
}
@media all and (max-width: 896px) {
  #side-box #side-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0;
    width: 100%;
  }
}

.sidenavi_wrap {
  background: #FFFBF0;
  overflow: hidden;
}
.sidenavi_wrap .title-mini {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .sidenavi_wrap .title-mini {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .sidenavi_wrap .title-mini {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}
.sidenavi_wrap .title-mini {
  background: #D4AF37;
  color: #ffffff;
  padding: 10px;
  margin: 0 -10px;
  text-align: center;
}
.sidenavi_wrap .side-navi {
  line-height: 1.6;
  padding: 10px;
  border: 1px solid #ddd;
}
.sidenavi_wrap .side-navi > li a {
  display: block;
  color: #333;
  position: relative;
  padding: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidenavi_wrap .side-navi > li a i {
  color: #D4AF37;
  margin-left: 5px;
}
.sidenavi_wrap .side-navi > li a:before {
  margin-right: 5px;
  color: #D4AF37;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidenavi_wrap .side-navi > li a:hover {
  background: #e9e9e9;
}
.sidenavi_wrap .side-navi > li a:hover:before {
  opacity: 1;
}
.sidenavi_wrap .side-navi > li:not(:last-of-type) {
  border-bottom: 1px dashed #ddd;
}
@media all and (max-width: 896px) {
  .sidenavi_wrap .side-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
    padding: 5px;
  }
  .sidenavi_wrap .side-navi > li:not(:last-of-type) {
    border-bottom: none;
  }
  .sidenavi_wrap .side-navi > li a {
    padding: 3px;
  }
}

/* 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: #D4AF37;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.mtitle .ja {
  font-size: 2rem;
  color: #333;
  position: relative;
  display: inline-block;
  z-index: 2;
  margin-top: 10px;
}
.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.mtitle.white:before {
  color: #fff;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}
.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 all and (max-width: 639px) {
  .mtitle {
    text-align: center;
    padding-top: 40px;
  }
  .mtitle:before {
    font-size: 2.5rem;
    top: 0;
  }
  .mtitle .ja {
    font-size: 1.4rem;
    margin-top: 16px;
  }
  .mtitle.mtitle_left, .mtitle.mtitle_right {
    text-align: center;
  }
  .mtitle.mtitle_left:before, .mtitle.mtitle_right:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.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;
}
.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: #D4AF37;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.mtitle2 .ja {
  font-size: 2.2rem;
  color: #333;
}
@media all and (max-width: 639px) {
  .mtitle2:before {
    width: 15px;
  }
  .mtitle2 .eng {
    font-size: 1.2rem;
  }
  .mtitle2 .ja {
    font-size: 1.5rem;
  }
}
.mtitle2 {
  position: relative;
}

.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: #443322;
  text-orientation: upright;
}
.mtitle3 .eng {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #D4AF37;
  position: relative;
}
.mtitle3.type2 {
  position: initial;
}
@media all and (max-width: 639px) {
  .mtitle3.type2 {
    left: auto;
    top: auto;
  }
}
.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: 100%;
  display: block;
  position: absolute;
  left: 4px;
  right: 0;
  margin: 0 auto;
  top: calc(-100% - 20px);
  background: #fff;
}
@media all and (max-width: 896px) {
  .mtitle3 {
    -webkit-writing-mode: horizontal-tb !important;
        -ms-writing-mode: lr-tb !important;
            writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5em;
    letter-spacing: normal;
  }
  .mtitle3 .ja {
    -webkit-writing-mode: horizontal-tb !important;
        -ms-writing-mode: lr-tb !important;
            writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    font-size: 2rem;
  }
  .mtitle3 .eng {
    font-size: 1.4rem;
    position: static;
  }
  .mtitle3 .eng::before {
    content: none;
  }
}
@media all and (max-width: 639px) {
  .mtitle3 {
    left: 10px;
    top: 15px;
  }
  .mtitle3 .ja {
    font-size: 1rem;
  }
  .mtitle3 .eng {
    font-size: 1.2rem;
  }
}

.mtitle-bll {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .mtitle-bll {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle-bll {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}
.mtitle-bll {
  border-bottom: 2px solid #eeeeee;
  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: #D4AF37;
}
.mtitle-bll.type1:after {
  background: #E5C100;
}
.mtitle-bll.type2 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .mtitle-bll.type2 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle-bll.type2 {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}
.mtitle-bll.type2 {
  letter-spacing: 0.1em !important;
}
@media all and (max-width: 639px) {
  .mtitle-bll {
    letter-spacing: 0.1em;
  }
}

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

.mtitle4 {
  font-weight: 600;
  text-align: center;
  color: #D4AF37;
  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: #D4AF37;
}
.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 all and (max-width: 639px) {
  .mtitle4 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 320px) {
  .mtitle4 span:before {
    left: -3px;
  }
  .mtitle4 span:after {
    right: -3px;
  }
}

.mtitle5 {
  position: relative;
  margin-bottom: 40px;
}
.mtitle5 .ja {
  font-size: 2.5rem;
}
.mtitle5 .eng {
  color: #D4AF37;
  font-size: 1.5rem;
  display: block;
}

.mtitle6 {
  position: relative;
  margin-bottom: 20px;
}
.mtitle6 span {
  color: #443322;
  background: #FFFBF0;
  padding-right: 15px;
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .mtitle6 span {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle6 span {
    font-size: 1.45rem;
  }
}
.mtitle6::first-letter {
  color: #102777;
}
.mtitle6.type1::first-letter {
  color: #E5C100;
}
.mtitle6.type2 span {
  background: #FFFBF0;
}
.mtitle6:before {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: rgb(215.9, 215.9, 215.9);
  z-index: -1;
}
@media all and (max-width: 896px) {
  .mtitle6 {
    margin-bottom: 15px;
  }
  .mtitle6 span {
    padding-right: 10px;
    letter-spacing: 0.1em;
  }
}

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 3px solid #D4AF37;
  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: #102777;
}

.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 all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.3rem;
  }
}
.mtitle_box.type1 {
  background: #E5C100;
}
.mtitle_box.type2 {
  background: #21a2af;
}

.mtitle_box2 {
  background: #D4AF37;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#8f0000), to(#cd0000));
  background-image: linear-gradient(to right bottom, #8f0000, #cd0000);
  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: #fff;
  content: "";
  display: block;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  bottom: -10px;
  right: -150px;
  width: 300px;
  height: 280px;
}
@media all 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 all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.4rem;
  }
}

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

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

.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: #D4AF37;
}

/* btn
----------------------------------*/
.pdf-btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 20px;
  overflow: hidden;
}
.pdf-btn li {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.pdf-btn li a {
  display: block;
  position: relative;
  line-height: 0;
  width: 100%;
  height: 100%;
}
.pdf-btn li a .btn-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pdf-btn li a .btn-img img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.pdf-btn li a:hover .btn-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.9;
}
@media all and (max-width: 639px) {
  .pdf-btn {
    grid-template-columns: 1fr;
  }
}

.btn_quantum {
  display: block;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: none;
  width: 60%;
  max-width: 400px;
}
.btn_quantum a {
  background: transparent;
  color: #333;
  padding: 1em 0;
  width: 100%;
  border: 1px solid #1b1004;
  border-radius: 1em;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_quantum a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#D4AF37), color-stop(#E5C100), to(#D4AF37));
  background: linear-gradient(to right, #D4AF37, #E5C100, #D4AF37);
  background-size: 200% auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
  -webkit-animation: gradient-flow 3s linear infinite;
          animation: gradient-flow 3s linear infinite;
}
.btn_quantum a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 70%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 50%;
  z-index: 2;
}
.btn_quantum a:hover {
  border-color: transparent;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  color: #FFFBF0;
}
.btn_quantum a:hover::before {
  opacity: 1;
}
.btn_quantum a:hover::after {
  width: 400px;
  height: 400px;
  -webkit-animation: quantum-pulse 1.5s ease-out infinite;
          animation: quantum-pulse 1.5s ease-out infinite;
}
.btn_quantum a span {
  position: relative;
  z-index: 100;
  display: block;
}

@-webkit-keyframes gradient-flow {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

@keyframes gradient-flow {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
@-webkit-keyframes quantum-pulse {
  0% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
            transform: translate(-50%, -50%) scale(0.1);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
}
@keyframes quantum-pulse {
  0% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
            transform: translate(-50%, -50%) scale(0.1);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
}
.btn01 a {
  background: #333;
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #fff;
  display: block;
  padding: 8px 5px;
  font-weight: 600;
  border-radius: 35px;
  max-width: 90%;
}
.btn01 a:hover {
  background: #E5C100;
  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 all and (max-width: 639px) {
  .btn01 a {
    width: 95%;
  }
}

.btn02 {
  max-width: 280px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.btn02 a {
  display: block;
  position: relative;
  padding: 15px 5px;
  background: #333;
  border: 1px solid #333;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn02 a span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.btn02 a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-left: 10px;
}
.btn02 a:hover {
  background: #fff;
  color: #333;
}
.btn02.type1 a {
  background: #E5C100;
  border: 1px solid #E5C100;
}
.btn02.type1 a:hover {
  background: #fff;
}
.btn02.type2 a {
  background: #9e8d5e;
  border: 1px solid #8e8261;
}
.btn02.type2 a:hover {
  background: #fff;
  color: #8e8261;
}
.btn02.white a {
  background: #fff;
  border: 1px solid #fff;
  color: #D4AF37;
}
.btn02.white a:hover {
  background: #D4AF37;
  color: #fff;
}
.btn02.af_none a:after {
  display: none;
}
.btn02.left {
  margin-left: 0;
}

.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;
  margin-top: 20px;
}
.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;
}

.list-btn {
  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-bottom: 20px;
}
.list-btn .icon {
  position: relative;
  border-radius: 50%;
  border: solid 2px #D4AF37;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.list-btn .icon > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list-btn .btn-txt {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 7px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

/* --news--
----------------------------------*/
.news02 {
  border-top: 1px solid #1b1004;
}
.news02 a {
  position: relative;
  display: block;
  border-bottom: 1px solid #1b1004;
  padding: 30px 30px 30px 20px;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.news02 a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #ddd;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.news02 a:hover {
  background: rgba(229, 193, 0, 0.3);
}
.news02 a:hover:after {
  right: 7px;
}
.news02 a dt {
  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;
  float: left;
  text-align: center;
  color: #333;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .news02 a dt {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 639px) {
  .news02 a dt {
    font-size: 1.05rem;
  }
}
.news02 a dt {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.news02 a dt span {
  display: table;
  width: 7em;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .news02 a dt span {
    font-size: 1.05rem;
  }
}
@media all and (max-width: 639px) {
  .news02 a dt span {
    font-size: 1rem;
  }
}
.news02 a dt span {
  background: #333;
  color: #D4AF37;
  margin-right: 15px;
}
.news02 a dd {
  padding: 0 0 0 25px;
  color: #333;
  overflow: hidden;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media all and (max-width: 896px) {
  .news02 a {
    padding: 20px 10px;
  }
  .news02 a:hover:after {
    right: 3px;
  }
}
@media all and (max-width: 639px) {
  .news02 a {
    padding: 15px 5px;
  }
  .news02 a dt {
    float: none;
  }
  .news02 a dd {
    width: 100%;
    padding: 5px 0 0 0;
    -webkit-line-clamp: 2;
  }
}

.news-bl dt {
  float: left;
  width: 7em;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid #333;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}
.news-bl dd {
  padding: 3px 0 10px 7.5em;
  line-height: 1.6;
  border-bottom: 1px dotted #ddd;
  margin: 0 0 10px;
  color: #333;
}
.news-bl dd a {
  color: #333;
}
.news-bl dd a:hover {
  opacity: 0.6;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    font-size: 1.15rem;
    float: none;
  }
  .news-bl dd {
    padding: 5px;
  }
}

.news-box {
  position: relative;
  margin: 0 auto;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 896px) {
  .news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-title {
  position: relative;
  margin-right: 60px;
  text-align: center;
  min-width: 125px;
  color: #1b1004;
}
.news-title .eng {
  font-size: 5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1 !important;
  background-image: radial-gradient(circle, #E5C100 0%, #D4AF37 75%, rgb(186.1728395062, 151.7308641975, 40.0271604938) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-title .ja {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .news-title .ja {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .news-title .ja {
    font-size: 1.45rem;
  }
}
.news-title .ja {
  display: block;
  margin-top: 5px;
}
.news-title a {
  padding: 5px 15px;
  max-width: 90%;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  margin: 20px auto 0;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .news-title a {
    font-size: 1.05rem;
  }
}
@media all and (max-width: 639px) {
  .news-title a {
    font-size: 1rem;
  }
}
.news-title a:hover {
  background: #ffffff;
  color: #333;
}
@media all and (max-width: 1100px) {
  .news-title .eng {
    font-size: 4rem;
  }
}
@media all and (max-width: 896px) {
  .news-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    min-width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .news-title span {
    position: relative;
  }
  .news-title .eng {
    font-size: 3rem;
  }
  .news-title .ja {
    margin-left: 10px;
    margin-top: 0;
  }
  .news-title a {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 2px 15px;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (max-width: 639px) {
  .news-title .eng {
    font-size: 2.6rem;
  }
}

.news-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 639px) {
  .news-right {
    width: 100%;
  }
}

.map-link {
  font-weight: 600;
  color: #D4AF37;
  border-bottom: 1px solid #D4AF37;
}
.map-link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 5px;
}

.news .news-inner {
  padding: 15px 0;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 1.4rem;
  font-weight: 600;
}
.news .news-inner:last-of-type {
  border-bottom: 1px solid #555;
}
@media all and (max-width: 639px) {
  .news .news-inner {
    font-size: 13px;
    padding: 10px 4px;
  }
}
.news dt {
  color: #D4AF37;
}
.news dt .category {
  font-size: 13px;
  background: #E5C100;
  color: #fff;
  padding: 2px 4px;
  margin-left: 8px;
  font-weight: 400;
}
@media all 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(#D4AF37), to(#141414));
  background-image: linear-gradient(to right, #D4AF37, #141414);
  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 all and (max-width: 639px) {
  .news dd {
    width: 100%;
    margin: 5px 0 0;
  }
}

.news-bl {
  position: relative;
  overflow: hidden;
  border-right: 2px solid #E5C100;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.news-bl .news-bl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media all and (max-width: 639px) {
  .news-bl .news-bl-inner {
    gap: 16px;
    padding: 16px 14px;
  }
}
.news-bl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  color: #E5C100;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  background-color: #555;
  padding: 5px 10px;
  width: 80px;
  text-align: center;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    -ms-flex-preferred-size: 96px;
        flex-basis: 96px;
    font-size: 1.2rem;
  }
}
.news-bl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  color: #111;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media all and (max-width: 639px) {
  .news-bl dd {
    font-size: 1.3rem;
  }
}
.news-bl dd a {
  color: #111;
  font-weight: 700;
  text-decoration: none;
}
.news-bl dd a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* page-title
----------------------------------*/
.page-title {
  position: relative;
  z-index: 3;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28013/page-title.webp) no-repeat center 70%/cover;
}
.page-title.p01 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28013/p01.webp) no-repeat center 43%/cover;
}
.page-title.p02 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28013/p02.webp) no-repeat center 70%/cover;
}
.page-title.p03 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28013/p03.webp) no-repeat center 14%/cover;
}
.page-title:before {
  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.5;
}
.page-title .inner {
  margin: 0 auto;
  height: 550px;
  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;
  max-width: 1100px;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 1100px) {
  .page-title .inner {
    padding: 0 20px;
  }
}
@media all and (max-width: 639px) {
  .page-title .inner {
    height: 75vw;
  }
}
.page-title .inner .page-lead {
  font-size: 2rem;
  position: relative;
  text-align: center;
}
.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 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  color: #fff;
  line-height: 1;
  text-shadow: 4px 4px 20px rgba(51, 51, 51, 0.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);
}
.page-title .inner .page-lead .eng::first-letter {
  color: #D4AF37;
}
.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: #fff;
  letter-spacing: 0.15em;
  text-shadow: 0 1px 8px rgba(51, 51, 51, 0.8);
}
@media all and (max-width: 639px) {
  .page-title .inner .page-lead {
    font-size: 1.6rem;
  }
  .page-title .inner .page-lead .eng {
    font-size: 3.8rem;
    margin-top: 20px;
  }
}

.bg-01 {
  position: relative;
}
.bg-01 .inner {
  position: relative;
  padding: 90px 0;
}
.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:before, .bg-01:after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
}
.bg-01:before {
  right: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#D4AF37), to(#1b1004));
  background-image: linear-gradient(to right bottom, #D4AF37, #1b1004);
  background: #443322;
  opacity: 0.8;
}
.bg-01:after {
  left: 0;
  width: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26768/bg-01.jpg) right top/cover;
  z-index: -1;
}
.bg-01.type2:after {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27840/area-img.png) no-repeat center center/contain;
  opacity: 0.15;
}
.bg-01.type2:before {
  z-index: -2;
  opacity: 1;
}
.bg-01.type3 {
  margin: 80px auto;
}

.greet-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 20px;
  bottom: -30px;
  width: 70%;
  z-index: 3;
}
.greet-img-box .child {
  width: 31%;
}

.bg-02 {
  position: relative;
}
.bg-02:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0.2)), color-stop(45%, rgba(238, 238, 238, 0.5)), color-stop(55%, rgba(33, 162, 175, 0.3)), to(rgba(33, 162, 175, 0.5)));
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.2) 0%, rgba(238, 238, 238, 0.5) 45%, rgba(33, 162, 175, 0.3) 55%, rgba(33, 162, 175, 0.5) 100%);
  opacity: 0.6;
}

.bg-pattern {
  position: relative;
}
.bg-pattern:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-pattern.jpg);
  background-size: 1000px;
  opacity: 0.7;
}

.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(212, 175, 55, 0.4)), color-stop(50%, rgba(223.15625, 186.8125, 18.90625, 0.33)), color-stop(65%, rgba(225.9838709677, 189.8064516129, 9.7580645161, 0.315)), color-stop(75.5%, rgba(227.4672131148, 191.3770491803, 4.9590163934, 0.3075)), color-stop(82.85%, rgba(228.2374917346, 192.1926383073, 2.4669385056, 0.3037)), color-stop(88%, rgba(228.6068820536, 192.5837574685, 1.2718521797, 0.3019)), to(rgba(229, 193, 0, 0.3)));
  background-image: linear-gradient(to bottom, rgba(212, 175, 55, 0.4) 0%, rgba(223.15625, 186.8125, 18.90625, 0.33) 50%, rgba(225.9838709677, 189.8064516129, 9.7580645161, 0.315) 65%, rgba(227.4672131148, 191.3770491803, 4.9590163934, 0.3075) 75.5%, rgba(228.2374917346, 192.1926383073, 2.4669385056, 0.3037) 82.85%, rgba(228.6068820536, 192.5837574685, 1.2718521797, 0.3019) 88%, rgba(229, 193, 0, 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: #e9e9e9;
  opacity: 1;
}
@media all 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 all 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 all and (max-width: 1100px) {
  .bg-base.type3:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.bg-sub {
  background-color: #1b1004;
  color: #FCF9F2;
  background: radial-gradient(circle at center, rgb(80.3032258065, 47.5870967742, 11.8967741935) 0%, #1b1004 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.5);
  border-bottom: 1px solid rgba(212, 175, 55, 0.5);
  padding: 60px 20px;
}
.bg-sub strong {
  color: #D4AF37;
  font-weight: 600;
}

.bg-green {
  background: rgba(197, 238, 238, 0.4);
}

.bg-gray {
  position: relative;
  z-index: 1;
  --bg-gap-x: 100px;
  --bg-gap-y: 120px;
}
.bg-gray:before {
  position: absolute;
  content: "";
  top: var(--bg-gap-y);
  bottom: var(--bg-gap-y);
  left: var(--bg-gap-x);
  right: var(--bg-gap-x);
  background: rgba(233, 233, 233, 0.5);
  z-index: -1;
  border-radius: 20px;
}
@media all and (max-width: 1367px) {
  .bg-gray {
    --bg-gap-x: 50px;
    --bg-gap-y: 80px;
  }
}
@media all and (max-width: 639px) {
  .bg-gray {
    --bg-gap-x: 20px;
    --bg-gap-y: 40px;
  }
}

.bg-gray2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e9e9e9));
  background-image: linear-gradient(to bottom, transparent, #e9e9e9);
}

.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-999 {
  background: #888;
}

.bg-blue {
  position: relative;
  background: transparent;
}
.bg-blue:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#D4AF37), to(#21a2af));
  background-image: linear-gradient(to left, #D4AF37, #21a2af);
  opacity: 0.7;
}
.bg-blue.type1:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #102777;
  opacity: 0.9;
}
.bg-blue.type2:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #21a2af;
  opacity: 0.3;
}

.bg-beige {
  background: #f5f3eb;
}
.bg-beige.type1 {
  background: transparent;
  position: relative;
}
.bg-beige.type1:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #f5f3eb;
  z-index: -1;
}

.bg-beige2 {
  background: rgba(253, 244, 237, 0.4);
}

.bg-base2 {
  background: repeating-linear-gradient(45deg, rgba(212, 175, 55, 0.1) 0, rgba(212, 175, 55, 0.1) 20px, #fefefe 20px, #fefefe 40px);
}

/* tbl
----------------------------------*/
/* スマホ横スクロール用ラッパー */
@media all and (max-width: 639px) {
  .tbl-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-bottom: 8px;
  }
}

.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 all and (max-width: 639px) {
  .tbl-company th,
  .tbl-company td {
    padding: 20px 0;
    font-size: 0.9em;
  }
  .tbl-company th {
    width: 30%;
  }
}

.tbl_normal {
  width: 100%;
}
.tbl_normal.type1 th {
  width: 30%;
  font-size: 2rem;
  line-height: 1;
}
@media all and (max-width: 639px) {
  .tbl_normal.type1 th {
    font-size: 1.6rem;
    width: 35%;
  }
}
.tbl_normal.type1 td {
  text-align: left;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-size: 0.9em;
}
.tbl_normal th,
.tbl_normal td {
  padding: 4px 5px;
  vertical-align: middle;
  border-bottom: 0.9px solid #ccc;
}
.tbl_normal th {
  width: 70%;
  text-align: left;
}
.tbl_normal td {
  text-align: right;
}

.tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #D4AF37;
}
.tbl th {
  background: #D4AF37;
  color: #1b1004;
  padding: 20px 15px;
  font-weight: 700;
  font-size: 1.5rem;
  border-bottom: 1px solid #E5C100;
  border-right: 1px solid #E5C100;
  text-align: center;
  white-space: nowrap;
}
.tbl th:last-child {
  border-right: none;
}
.tbl td {
  background: #fff;
  color: #1b1004;
  padding: 18px 15px;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  border-right: 1px solid rgba(212, 175, 55, 0.2);
}
.tbl td:last-child {
  border-right: none;
}
.tbl tbody tr:nth-child(even) td {
  background: rgba(229, 193, 0, 0.05);
}
.tbl tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 896px) {
  .tbl {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    border-radius: 15px;
  }
  .tbl th, .tbl td {
    padding: 15px 12px;
    font-size: 1.3rem;
  }
}

.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: #e9e9e9;
}
.tbl_new tr th {
  font-weight: 600;
  width: 20%;
  color: #102777;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0;
}
@media all 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 all 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: #E5C100;
  margin-right: 5px;
  padding: 0px 4px;
}
.tbl-border th {
  width: 22%;
  text-align: left;
  font-weight: 600;
  border-bottom-color: #443322;
}
.tbl-border th.th-1 {
  width: 45%;
}
@media all and (max-width: 639px) {
  .tbl-border th {
    width: 30%;
  }
}

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

.tbl0 {
  width: 100%;
  font-size: 1.4rem;
}
.tbl0 th,
.tbl0 td {
  padding: 5px;
  border: 0;
  color: #102777;
  border-bottom: 0.9px solid #ddd;
}
.tbl0 th {
  padding-left: 0;
  text-align: left;
  background: none;
  width: 25%;
}
.tbl0 th:after, .tbl0 th:before {
  display: none;
}
@media all and (max-width: 639px) {
  .tbl0 th {
    width: 40%;
  }
}

/* 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%;
}
@media all and (max-width: 639px) {
  .ggmap {
    padding-bottom: 65.25%;
  }
}

.gmapbox .ggmap {
  padding-bottom: 33%;
  position: relative;
}
.gmapbox .ggmap .ggmap-btn a {
  position: absolute;
  right: 0;
  top: 0;
  background: #333;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-22.57%, #141414), color-stop(68.82%, #333));
  background-image: linear-gradient(to right, #141414 -22.57%, #333 68.82%);
  color: #fefefe;
  padding: 15px 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.gmapbox .ggmap .ggmap-btn a i {
  margin-left: 40px;
}
.gmapbox .ggmap .ggmap-btn a:hover {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30.57%, #555), color-stop(98.82%, #333));
  background-image: linear-gradient(to right, #555 30.57%, #333 98.82%);
}
.gmapbox .ggmap.type-footer {
  padding-bottom: 27%;
}
@media all and (max-width: 896px) {
  .gmapbox .ggmap.type-footer {
    padding-bottom: 45%;
  }
}
@media all and (max-width: 896px) {
  .gmapbox .ggmap.type-company {
    padding-bottom: 55%;
  }
}

/* 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: #D4AF37;
}
@media all 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 all 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: #D4AF37;
  border-bottom: 1px dotted #D4AF37;
}
.list_check li:before {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  width: 10px;
  height: 2px;
  background: #E5C100;
}
@media all 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;
}
.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 8px;
  color: #D4AF37;
}
.list_check2 li {
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
.list_check2.type1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 20px;
}
@media all 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: #D4AF37;
  font-weight: normal;
}

.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ol-list.type1 > li {
  width: 48%;
}
.ol-list.type1 > li:nth-child(2n) {
  margin-left: 4%;
}
.ol-list li {
  margin-bottom: 15px;
  font-weight: 600;
  padding-left: 3em;
  position: relative;
  line-height: 2.5em;
}
.ol-list li:before {
  counter-increment: number;
  content: counter(number);
  background: #D4AF37;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  font-size: 1.6rem;
  color: #fefefe;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 100%;
}
@media all and (max-width: 639px) {
  .ol-list li {
    font-size: 1.3rem;
    padding-left: 4em;
    line-height: 2.4em;
  }
  .ol-list li span {
    font-size: 0.9em;
  }
  .ol-list li:before {
    font-size: 1.5rem;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
  }
}

.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: #D4AF37;
}
.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 all and (max-width: 896px) {
  .list-btn li a {
    font-size: 1.5rem;
  }
}
.list-btn li:nth-child(even) a {
  background: #E5C100;
}
.list-btn li:nth-child(3n) {
  margin-right: 0;
}
@media all 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;
  }
}

@media all and (max-width: 896px) {
  .top-list1 {
    padding-bottom: 45px;
  }
}
.top-list1 > .child {
  background: #cae3f1;
  padding: 15px;
  border-radius: 15px;
  position: relative;
  padding-bottom: 50px;
  margin-top: 110px !important;
}
@media all and (max-width: 639px) {
  .top-list1 > .child {
    padding-bottom: 60px;
  }
}
.top-list1 .pages {
  display: none;
}

.btn-block {
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.morebtn2 {
  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 all and (max-width: 639px) {
  .morebtn2 {
    font-size: 1.2rem;
  }
}
.morebtn2 .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: #D4AF37;
  margin-left: -1px;
  border-radius: 22px;
}
.morebtn2 .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;
}
.morebtn2 .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;
}
.morebtn2 .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);
}
.morebtn2 .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;
}
.morebtn2:hover .circle {
  width: 101%;
  background: #D4AF37;
}
.morebtn2:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
.morebtn2:hover .button-text {
  color: #fff;
}
.morebtn2.type1 {
  background: #D4AF37;
  width: 280px;
}
.morebtn2.type1 .circle {
  background: #fff;
}
.morebtn2.type1 .icon {
  background: #E5C100;
}
.morebtn2.type1 .icon.arrow:before {
  border-color: #D4AF37;
}
.morebtn2.type1 .button-text {
  color: #fff;
  font-size: 1.1em;
}
.morebtn2.type1:hover .button-text {
  color: #D4AF37;
}

/* blog
----------------------------------*/
.blog-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.blog-wrap li a {
  position: relative;
  display: block;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background: #FFFBF0;
  color: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.blog-wrap li a .blog-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog-wrap li a .blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-wrap li a .blog-img span {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  background: #D4AF37;
  padding: 3px 10px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .blog-wrap li a .blog-img span {
    font-size: 1.05rem;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap li a .blog-img span {
    font-size: 1rem;
  }
}
.blog-wrap li a .blog-img span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  z-index: 1;
}
.blog-wrap li a .blog-detail {
  padding: 0 5px;
}
.blog-wrap li a .blog-title {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .blog-wrap li a .blog-title {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap li a .blog-title {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}
.blog-wrap li a .blog-title {
  letter-spacing: 0.15em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.6;
}
.blog-wrap li a .blog-txt {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .blog-wrap li a .blog-txt {
    font-size: 1.05rem;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap li a .blog-txt {
    font-size: 1rem;
  }
}
.blog-wrap li a .blog-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  margin-top: 5px;
}
.blog-wrap li a:hover {
  border-color: #D4AF37;
}
.blog-wrap li a:hover .blog-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media all and (max-width: 1100px) {
  .blog-wrap {
    gap: 10px;
  }
}
@media all and (max-width: 896px) {
  .blog-wrap li a .blog-img {
    margin-bottom: 5px;
  }
  .blog-wrap li a .blog-detail {
    padding: 0 3px;
  }
  .blog-wrap li a .blog-txt {
    -webkit-line-clamp: 1;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
  .blog-wrap li a {
    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;
    padding: 6px;
  }
  .blog-wrap li a .blog-img {
    margin-bottom: 0;
    width: 35%;
    aspect-ratio: 1.4/1;
  }
  .blog-wrap li a .blog-img span {
    top: 5px;
    left: 5px;
    padding: 2px 8px;
  }
  .blog-wrap li a .blog-detail {
    text-align: left;
    width: calc(65% - 6px);
  }
  .blog-wrap li a .blog-txt {
    margin-top: 3px;
  }
}

.blog-date {
  color: #333;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .blog-date {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 639px) {
  .blog-date {
    font-size: 1.05rem;
  }
}
.blog-date {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}
.blog-date.type1 {
  text-align: right;
}
.blog-date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 3px;
  color: #D4AF37;
}

.pages {
  text-align: center;
  margin-top: 30px;
}
.pages .page_next,
.pages .page_prev {
  display: inline-block;
  margin: 0 20px;
}
.pages .page_next a,
.pages .page_prev a {
  color: rgb(140.25, 140.25, 140.25);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .pages .page_next a,
  .pages .page_prev a {
    font-size: 1.05rem;
  }
}
@media all and (max-width: 639px) {
  .pages .page_next a,
  .pages .page_prev a {
    font-size: 1rem;
  }
}
.pages .page_next a,
.pages .page_prev a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pages .page_next a:hover,
.pages .page_prev a:hover {
  opacity: 0.6;
}

.blog_topics {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog_topics li {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 48%;
  margin: 1%;
}
.blog_topics li a {
  display: block;
  color: #333;
  padding: 15px;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.blog_topics li a:hover {
  background: rgba(233, 233, 233, 0.5);
}
.blog_topics li a:hover .topics_detail .imgbox img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.blog_topics li a .topics_detail {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog_topics li a .topics_detail .imgbox {
  overflow: hidden;
  width: 23%;
  height: auto;
  aspect-ratio: 1/1;
}
.blog_topics li a .topics_detail .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  overflow: hidden;
}
.blog_topics li a .topics_detail .textbox {
  width: 77%;
  padding-left: 20px;
  line-height: 1.5;
}
.blog_topics li a .topics_detail .textbox h3 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .blog_topics li a .topics_detail .textbox h3 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .blog_topics li a .topics_detail .textbox h3 {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}
.blog_topics li a .topics_detail .textbox h3 {
  letter-spacing: 0.15em;
  margin: 6px 0 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.blog_topics li a .topics_detail .textbox p {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .blog_topics li a .topics_detail .textbox p {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 639px) {
  .blog_topics li a .topics_detail .textbox p {
    font-size: 1.05rem;
  }
}
.blog_topics li a .topics_detail .textbox p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.blog_topics li a .time_date {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .blog_topics li a .time_date {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 639px) {
  .blog_topics li a .time_date {
    font-size: 1.05rem;
  }
}
.blog_topics li a .time_date {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #333;
}
.blog_topics li a .time_date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 3px;
  color: #D4AF37;
}
@media all and (max-width: 639px) {
  .blog_topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog_topics li {
    width: 100%;
    margin: 0;
  }
  .blog_topics li:not(:first-child) {
    border-top: 0px solid #ddd;
  }
  .blog_topics li a {
    padding: 10px 5px;
  }
  .blog_topics li a .topics_detail .imgbox {
    width: 28%;
    aspect-ratio: 1/1 !important;
  }
  .blog_topics li a .topics_detail .textbox {
    width: 72%;
    padding-left: 10px;
    line-height: 1.5;
  }
  .blog_topics li a .topics_detail .textbox h3 {
    margin: 4px 0 2px;
  }
}

.category_nav {
  overflow: hidden;
  border: 1px solid #ddd !important;
}
.category_nav li:not(:last-child) {
  border-bottom: 1px solid #ddd !important;
}
.category_nav li a {
  text-align: center;
  display: block;
  padding: 8px;
  background: #FFFBF0;
  color: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .category_nav li a {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 639px) {
  .category_nav li a {
    font-size: 1.05rem;
  }
}
.category_nav li a:hover {
  color: #D4AF37;
}
@media all and (max-width: 896px) {
  .category_nav {
    max-width: 200px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

.top-blog-content {
  overflow: hidden;
}
@media all 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 all 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(51, 51, 51, 0.05), -0.6rem -0.6rem 1rem #E5C100;
          box-shadow: 0.6rem 0.6rem 1rem rgba(51, 51, 51, 0.05), -0.6rem -0.6rem 1rem #E5C100;
}
.top-blog-common .swiper-button-prev::after,
.top-blog-common .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #D4AF37;
  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(51, 51, 51, 0.05), inset -0.6rem -0.6rem 1rem #E5C100;
          box-shadow: inset 0.6rem 0.6rem 1rem rgba(51, 51, 51, 0.05), inset -0.6rem -0.6rem 1rem #E5C100;
}

.blog-card {
  height: 100%;
  display: block;
  position: relative;
}
.blog-card:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 5px;
  height: 3px;
  background: #D4AF37;
  -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 all and (max-width: 639px) {
  .btn-more {
    margin-right: 10px;
  }
  .btn-more a {
    font-size: 13px;
  }
}

/* job
----------------------------------*/
.job-list-wrap > li:not(:last-of-type) {
  margin-bottom: 20px;
}
.job-list-wrap > li a {
  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;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  z-index: 3;
}
.job-list-wrap > li a:hover .morebtn {
  border-bottom-color: #21a2af;
  color: #21a2af;
}
.job-list-wrap > li a:hover .job-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .job-list-wrap > li a {
    padding: 12px 15px;
  }
}
.job-list-wrap > li .job-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.job-list-wrap > li .job-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
}
@media all and (max-width: 639px) {
  .job-list-wrap > li .job-img {
    width: 70px;
    height: 70px;
  }
}
.job-list-wrap > li .job-detail {
  width: 100%;
}
.job-list-wrap > li .job-title {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  color: #D4AF37;
  letter-spacing: 0.1rem;
}
@media all and (max-width: 639px) {
  .job-list-wrap > li .job-title {
    font-size: 1.2rem;
  }
}
.job-list-wrap > li .job-txt {
  font-size: 1.4rem;
  margin-top: 8px;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-weight: 600;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*IE対策*/
  line-height: 1.8em;
  max-height: 3.6em;
  overflow: hidden;
}
@media all and (max-width: 639px) {
  .job-list-wrap > li .job-txt {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
.job-list-wrap > li .naiyou {
  background: #21a2af;
  font-size: 12px;
  padding: 0px 4px;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}
.job-list-wrap > li .morebtn {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #D4AF37;
  border-bottom: 3px solid #D4AF37;
  font-size: 12px;
  font-weight: 600;
  padding: 0 10px;
  -webkit-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
  letter-spacing: 0;
}

.job-upper {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 10px;
}
.job-upper .job-date {
  display: inline-block;
  color: #E5C100;
  border-bottom: 2px solid #102777;
  font-weight: 600;
  font-size: 1.3rem;
}
.job-upper .job-date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}
@media all and (max-width: 639px) {
  .job-upper .job-date {
    font-size: 12px;
  }
}
.job-upper .job-category {
  font-size: 12px;
  color: #443322;
  display: inline-block;
  margin-left: 3px;
  background: #e9e9e9;
  font-weight: 600;
}

/* etc
----------------------------------*/
.chosei {
  margin-bottom: 120px;
}
@media all and (max-width: 896px) {
  .chosei {
    margin-bottom: 60px;
  }
}

.chosei2 {
  margin-bottom: 60px;
}
@media all and (max-width: 896px) {
  .chosei2 {
    margin-bottom: 40px;
  }
}

.chosei3 {
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .chosei3 {
    margin-bottom: 30px;
  }
}

.chosei4 {
  margin-bottom: 25px;
}
@media all and (max-width: 896px) {
  .chosei4 {
    margin-bottom: 15px;
  }
}

.lh34 {
  line-height: 3.4rem;
}

.mask {
  position: relative;
  clip-path: circle(1%);
  -webkit-transition: 0.6s ease-in all;
  transition: 0.6s ease-in all;
}
.mask.on {
  clip-path: circle(120%);
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.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: #D4AF37;
}

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

.w300 {
  width: 300px;
}

.spbr {
  display: none;
}

.pcbr {
  display: block;
}
@media all and (max-width: 639px) {
  .pcbr {
    display: none;
  }
}

.color1 {
  color: #D4AF37;
}

.color2 {
  color: #E5C100;
}

.color3 {
  color: #1b1004;
}

.relative {
  position: relative;
}

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

.num {
  font-weight: 600;
}
.num a {
  color: #D4AF37;
  font-size: 2.8rem;
  text-align: center;
  margin-left: 5px;
}
@media all 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;
}

.telbox {
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #333;
  text-align: center;
}
.telbox .inner {
  background: #fff;
  padding: 10px;
}

.txt-link {
  font-weight: 600;
  text-decoration: underline;
}
.txt-link:hover {
  text-decoration: none;
}
.txt-link.map:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 4px;
}

.telbnr-top {
  margin-bottom: 40px;
}

.telbnr {
  max-width: 600px;
  margin: 20px auto 60px;
}
.telbnr li {
  border: 3px solid #D4AF37;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}
.telbnr li a {
  width: 100%;
  display: block;
  font-size: 4rem;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #D4AF37;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.telbnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 10px;
  font-size: 3.2rem;
}
.telbnr li a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  .telbnr {
    max-width: 100%;
  }
  .telbnr li {
    width: 100%;
  }
  .telbnr li a {
    font-size: 3rem;
  }
  .telbnr li a:before {
    font-size: 2.2rem;
  }
}

.tblbnr-top {
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 639px) {
  .tblbnr-top {
    text-align: left;
  }
}

.telbnr-ttl {
  font-size: 1.8rem;
  color: #D4AF37;
  margin-top: -30px;
  margin-bottom: 15px;
}
.telbnr-ttl span {
  background: #fefefe;
  padding: 0 20px;
}
@media all and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1.4rem;
  }
}

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

/* form
----------------------------------*/
.form {
  margin: 0 auto;
  width: 90%;
}
.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: 600;
}
.form dl dt span {
  color: #fff;
  background: #D4AF37;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
  position: relative;
  top: -2px;
}
.form dl dt span.nini {
  background: #ffd803;
  color: #333;
}
.form dl dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px dotted #cccccc;
}
.form dl dd:last-child {
  border-bottom: none;
}
.form .textarea,
.form textarea {
  border: 0;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  background: #f0f0f0;
}
.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
}
.form .textarea02:last-child {
  margin-right: 0;
}
.form .textarea03 {
  width: 20%;
  margin-right: 1%;
}
.form .textarea04 {
  width: 20%;
  margin-right: 1%;
}
.form .textarea04 {
  width: 20%;
  margin-right: 1%;
}
.form button {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #D4AF37;
  font-weight: 600;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: #D4AF37;
  border-radius: 25px;
}
.form button:hover {
  background: #fff;
  color: #D4AF37;
}
.form button:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
}
.form .select-group {
  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;
}
.form .select-group p {
  margin: 0 5px;
}
@media all and (max-width: 639px) {
  .form .select-group .select-wrap {
    margin-top: 8px;
  }
}
.form .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 192px;
  min-width: 12em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
}
.form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}
.form .entypo-down-open-mini:before {
  font-family: "FontAwesome";
  content: "\f0ab";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #D4AF37;
}
.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #D4AF37;
  z-index: 1;
}
.form label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #fff;
          box-shadow: 20px -1px #fff;
}
.form label.radio_text input[type=radio]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #eeebda;
          box-shadow: 20px -1px #eeebda;
}
.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0 20px 5px 0;
  overflow: hidden;
  display: inline-block;
}
.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
  padding: 1px;
}
.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #D4AF37;
  border-bottom: 3px solid #D4AF37;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.form label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #fff;
          box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
.form label.checkbox_text input[type=checkbox]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form label.checkbox_text input[type=checkbox]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
          box-shadow: 40px 0px #666;
  opacity: 0.1;
}
.form label.checkbox_text input[type=checkbox]:focus {
  -webkit-box-shadow: 41px 0px #eee;
          box-shadow: 41px 0px #eee;
}
.form input[type=text],
.form textarea {
  font-size: 16px;
}
@media all and (max-width: 639px) {
  .form input[type=text],
  .form textarea {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-left: -5px;
  }
}

.fm-txt {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
}

.thanks {
  padding: 40px;
  background: #fff;
  max-width: 700px;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .thanks {
    max-width: 90%;
    padding: 30px 20px;
  }
}

.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;
}

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

.mtitle_small {
  position: relative;
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: #D4AF37;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #D4AF37;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media all 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: #D4AF37;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}

/* 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 all 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 all and (max-width: 896px) {
  .gallery_ul > li {
    width: 48%;
  }
}
@media all 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 all and (max-width: 639px) {
  .comment {
    font-size: 12px;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.gallery.col5 li {
  width: calc((100% - 80px) / 5);
}
.gallery.col4 li {
  width: calc((100% - 60px) / 4);
}
.gallery.col3 li {
  width: calc((100% - 40px) / 3);
}
.gallery.col2 li {
  width: calc((100% - 20px) / 2);
}
.gallery li {
  list-style: none;
}
.gallery li a {
  display: block;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}
.gallery li a img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  display: block;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery li .ttl {
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  background: rgba(229, 193, 0, 0.1);
  margin-top: 10px;
  margin-bottom: 5px;
}
.gallery li .txt {
  font-size: 90%;
  margin: 3px 0 6px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .gallery {
    gap: 10px;
  }
  .gallery li {
    width: calc((100% - 10px) / 2) !important;
  }
  .gallery li a img {
    height: 150px;
  }
}

.list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 639px) {
  .list2 {
    grid-template-columns: 1fr;
  }
}
.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 15px;
}
.list2 > li.child-100,
.list2 .child.child-100 {
  grid-column: 2fr;
}
.list2 > li,
.list2 .child {
  position: relative;
}

.list3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 2.5%;
  list-style: none;
}
@media all and (max-width: 896px) {
  .list3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 639px) {
  .list3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list3.type1 li {
  position: relative;
  padding: 20px;
  background: #fff;
}
.list3.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;
}
.list3.type2 li:nth-child(2) {
  margin-top: 50px;
}
@media all and (max-width: 639px) {
  .list3.type2 li:nth-child(2) {
    margin-top: 0;
  }
}
.list3.type2 li:nth-child(3) {
  margin-top: 100px;
}
@media all and (max-width: 639px) {
  .list3.type2 li:nth-child(3) {
    margin-top: 0;
  }
}
.list3.type2 li:nth-child(5) {
  margin-top: 50px;
}
@media all and (max-width: 639px) {
  .list3.type2 li:nth-child(5) {
    margin-top: 0;
  }
}
.list3.type2 li:nth-child(6) {
  margin-top: 100px;
}
@media all and (max-width: 639px) {
  .list3.type2 li:nth-child(6) {
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  .list3.type2 li {
    width: 80%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .list3.type2 li:nth-child(2) {
    margin-top: 50px;
  }
  .list3.type2 li:nth-child(3) {
    margin-top: 50px;
    margin-right: auto;
  }
}
@media all and (max-width: 639px) {
  .list3.type2 li {
    width: 100%;
    padding: 0 15px;
  }
}

.list4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 2.5%;
}
@media all and (max-width: 896px) {
  .list4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 639px) {
  .list4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.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;
}

.prv dt {
  color: #D4AF37;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}

#works:before {
  content: "";
  height: 80px;
  margin-top: -80px;
  display: block;
  visibility: hidden;
}

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

.fas_box {
  max-width: 1000px;
  margin: 80px auto 0;
}
.fas_box hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 60px 0;
}
.fas_box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.fas_box .inner .img {
  width: 45%;
  height: auto;
}
.fas_box .inner .img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.fas_box .inner .img.gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.fas_box .inner .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fas_box .inner .txt .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fas_box .inner .txt .ttl:before {
  content: "";
  width: 4px;
  height: 1.2em;
  background: #D4AF37;
  margin-right: 15px;
}
.fas_box .inner .txt .detail p {
  line-height: 1.8;
  margin-bottom: 1em;
  color: #333;
}
@media all and (max-width: 896px) {
  .fas_box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .fas_box .inner:nth-of-type(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .fas_box .inner .img {
    width: 100%;
  }
  .fas_box .inner .txt {
    width: 100%;
  }
  .fas_box .inner .txt .ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.txt1 {
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .txt1 {
    font-size: 1.2rem;
  }
}

.fee-box {
  margin: 10px 0 20px;
  font-weight: 600;
  background: lemonchiffon;
  padding: 5px;
}
.fee-box span {
  display: block;
  font-weight: normal;
}

.blog-month {
  margin-bottom: 10px;
}
.blog-month ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.blog-month ul li {
  width: 49%;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}
.blog-month ul li a {
  display: block;
  background: #D4AF37;
  color: #FFFBF0;
  padding: 5px 7px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.blog-month ul li a:hover {
  background: #E5C100;
  color: #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 639px) {
  .blog-month ul li {
    width: 100%;
    margin-left: 0 !important;
  }
}

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

.list-center {
  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;
}
.list-center li {
  width: 50%;
}
@media all and (max-width: 639px) {
  .list-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-center li {
    width: 100%;
  }
}

.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: #E5C100;
}
.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);
}

.faq dt {
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  background: #e9e9e9;
  color: #333;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 16px;
  padding-left: 42px;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-size: 1.6rem;
}
.faq dt:before {
  content: "Q";
  position: absolute;
  top: -6px;
  left: -6px;
  text-indent: 0px;
  line-height: 38px;
  color: #fff;
  background: #D4AF37;
  width: 38px;
  height: 38px;
  text-align: center !important;
  border-radius: 100%;
  font-size: 1.8rem;
}
.faq dt:hover {
  background: rgb(220.25, 220.25, 220.25);
}
.faq dd {
  display: none;
  position: relative;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-left: 42px;
  line-height: 2;
  position: relative;
  background: #fff;
}
.faq dd:before {
  content: "A";
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: 0px;
  font-size: 20px;
  line-height: 35px;
  color: #e40000;
  width: 35px;
  height: 35px;
  text-align: center !important;
  font-size: 1.8rem;
}
.faq dt:before,
.faq dd:before {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 639px) {
  .faq dt {
    font-size: 1.3rem;
  }
  .faq dt:before,
  .faq dd:before {
    font-size: 1.4rem;
  }
}

.point-title {
  font-weight: 600;
  font-size: 1.8rem;
}
@media all and (max-width: 639px) {
  .point-title {
    font-size: 1.4rem;
  }
}

.works-list > li {
  padding: 15px 20px;
  border-top: 2px solid #333;
  font-weight: 600;
}
.works-list > li:before {
  content: "●";
  margin-right: 5px;
  color: #102777;
}
.works-list > li:last-child {
  border-bottom: 2px solid #222;
}

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

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

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

.point-num {
  position: relative;
  z-index: 2;
  line-height: 1;
  color: #D4AF37;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
  text-align: center;
  margin: 0 auto 10px;
}
@media all and (max-width: 639px) {
  .point-num {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 2.2rem;
    margin: -30px auto 10px;
  }
}

.bnr-list {
  text-align: center;
}
@media all and (max-width: 896px) {
  .bnr-list li {
    width: 48%;
    margin-right: 4%;
  }
  .bnr-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.bnr-list a {
  display: block;
  text-align: center;
  background: #fefefe;
  padding: 8px 5px;
  font-size: 1.3rem;
  height: 100%;
}
.bnr-list a img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: 45px;
}
@media all and (max-width: 639px) {
  .bnr-list a {
    font-size: 12px;
    line-height: 1.5;
  }
  .bnr-list a img {
    height: 30px;
  }
}
.bnr-list li.bnr-txt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  background: #fefefe;
}
@media all and (max-width: 639px) {
  .bnr-list li.bnr-txt {
    font-size: 1.5rem;
  }
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-list.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0;
}
@media all and (max-width: 896px) {
  .sns-list.center2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sns-list li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
  color: #fefefe;
  display: block;
  background: #333;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  font-weight: 600;
  padding-left: 1px;
}
.sns-list li a:hover {
  opacity: 0.7;
}
.sns-list li a.btn-facebook {
  background: #1877f2;
}
.sns-list li a.btn-twitter {
  background: #1da1f2;
}
.sns-list li a.btn-line {
  background: #06c755;
  line-height: 1;
  padding-top: 8px;
}
.sns-list li a.btn-line img {
  width: 18px;
}
.sns-list li a.btn-youtube {
  background: #c4302b;
}
.sns-list li a.btn-instagram {
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-list li a.btn-instagram i {
  position: relative;
  z-index: 2;
}
.sns-list li a.btn-instagram:before {
  content: "";
  position: absolute;
  /*絶対配置*/
  top: 18px;
  /*ずらす*/
  left: -10px;
  /*ずらす*/
  width: 50px;
  /*グラデーションカバーの幅*/
  height: 50px;
  /*グラデーションカバーの高さ*/
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  /*グラデーション②*/
}
.sns-list li:not(:last-child) {
  margin-right: 10px;
}
@media all and (max-width: 896px) {
  .sns-list li:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 0;
  }
}

.title50.heading,
.title40.heading,
.title38.heading,
.title36.heading,
.title34.heading,
.title32.heading,
.title28.heading,
.title24.heading,
.title22.heading,
.title20.heading,
.title18.heading,
.title16.heading,
.title14.heading,
.title12.heading {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media all and (max-width: 896px) {
  .title50.heading,
  .title40.heading,
  .title38.heading,
  .title36.heading,
  .title34.heading,
  .title32.heading,
  .title28.heading,
  .title24.heading,
  .title22.heading,
  .title20.heading,
  .title18.heading,
  .title16.heading,
  .title14.heading,
  .title12.heading {
    margin-bottom: 25px;
    letter-spacing: 0.15em;
  }
}

.title50 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 5rem;
}
@media all and (max-width: 896px) {
  .title50 {
    font-size: 4rem;
  }
}
@media all and (max-width: 639px) {
  .title50 {
    font-size: 3.2rem;
  }
}

.title40 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 4rem;
}
@media all and (max-width: 896px) {
  .title40 {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 639px) {
  .title40 {
    font-size: 2.4rem;
  }
}

.title38 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 3.8rem;
}
@media all and (max-width: 896px) {
  .title38 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .title38 {
    font-size: 2.4rem;
  }
}

.title36 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 3.6rem;
}
@media all and (max-width: 896px) {
  .title36 {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 639px) {
  .title36 {
    font-size: 2.2rem;
  }
}

.title34 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 3.4rem;
}
@media all and (max-width: 896px) {
  .title34 {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 639px) {
  .title34 {
    font-size: 2.1rem;
  }
}

.title32 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 3.4rem;
}
@media all and (max-width: 896px) {
  .title32 {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 639px) {
  .title32 {
    font-size: 2.1rem;
  }
}

.title28 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.8rem;
}
@media all and (max-width: 896px) {
  .title28 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .title28 {
    font-size: 1.8rem;
  }
}

.title24 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
}
@media all and (max-width: 896px) {
  .title24 {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .title24 {
    font-size: 1.7rem;
  }
}

.title22 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
}
@media all and (max-width: 896px) {
  .title22 {
    font-size: 1.85rem;
  }
}
@media all and (max-width: 639px) {
  .title22 {
    font-size: 1.6rem;
  }
}

.title20 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .title20 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .title20 {
    font-size: 1.45rem;
  }
}

.title18 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .title18 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .title18 {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}

.title16 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .title16 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .title16 {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}

.title14 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .title14 {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 639px) {
  .title14 {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}

.title12 {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
@media all and (max-width: 896px) {
  .title12 {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 639px) {
  .title12 {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.title00 {
  margin-bottom: 40px;
  line-height: 1.8;
}
.title00 .ja {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #443322;
  font-size: 2.4rem;
  background: #D4AF37;
  display: block;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.3;
}
.title00 .eng {
  display: block;
  font-size: 6.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D4AF37), to(#E5C100));
  background-image: linear-gradient(#D4AF37 0%, #E5C100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title00.type1 .eng {
  color: #E5C100;
}
.title00.white .ja,
.title00.white .eng {
  color: #fff;
  background-image: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: initial;
}
@media all and (max-width: 896px) {
  .title00 {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 639px) {
  .title00 .eng {
    font-size: 2.3rem;
  }
  .title00 .ja {
    font-size: 1.3rem;
  }
}

.title01 {
  font-weight: 600;
  font-size: 4.5rem;
  margin: 0;
  letter-spacing: 0.1rem;
  padding-bottom: 3rem;
  color: #D4AF37;
}
.title01.sbc {
  color: #E5C100;
}
@media all and (max-width: 639px) {
  .title01 {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}

.title02 {
  position: relative;
}
.title02 .eng {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  line-height: 1.6;
  color: #D4AF37;
  display: block;
}
.title02 .ja {
  color: #333;
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
}
@media all and (max-width: 896px) {
  .title02 .ja {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .title02 .ja {
    font-size: 1.7rem;
  }
}
.title02.type1 .eng {
  color: #E5C100;
}
.title02.white .ja,
.title02.white .eng {
  color: #fff;
}
@media all and (max-width: 896px) {
  .title02 {
    margin-bottom: 15px;
  }
  .title02.type2 {
    text-align: center;
  }
}

.title03 span {
  background: #102777;
  padding: 2px 5px;
  font-weight: 600;
  color: #fff;
}
@media all and (max-width: 639px) {
  .title03 span {
    font-size: 1.1rem;
  }
}
.title03.type1 span {
  background: #f66009;
}
.title03.type2 span {
  background: #73a44d;
}

.title04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.title04 .sub {
  font-size: 1.8rem;
  color: #D4AF37;
  padding-right: 10px;
  border-right: 1px solid #D4AF37;
  margin-right: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.title04 .main {
  font-size: 2rem;
}

.fb-wrap {
  min-height: 400px;
  text-align: center;
  margin: 0 auto;
}

.box1 {
  position: relative;
  z-index: 4;
  margin-inline: auto;
  background: #fff;
  padding: 25px;
}
@media all and (max-width: 639px) {
  .box1 {
    padding: 15px;
  }
}
.box1.type1 {
  margin-top: -40px;
  max-width: 700px;
}
@media all 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;
}

.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: #e9e9e9;
}

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

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

.content-head {
  padding: 120px 20px;
  background: url(../img/content-head01.jpg) no-repeat right center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media all and (max-width: 639px) {
  .content-head {
    padding: 50px 15px;
  }
}

.content-txt {
  position: relative;
  max-width: 500px;
  background: rgba(252, 252, 252, 0.7);
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px rgab(#000, 0.1);
          box-shadow: 0 0 15px rgab(#000, 0.1);
}
@media all and (max-width: 639px) {
  .content-txt {
    padding: 20px;
  }
}

.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 all and (max-width: 639px) {
  .slide_list li {
    margin-right: 4%;
  }
  .slide_list li img {
    height: 200px;
  }
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.flow-list.type1 {
  display: block;
}
.flow-list.type1 > li {
  width: 90%;
}
.flow-list.type1 > li:nth-child(2) {
  margin-left: 2%;
}
.flow-list.type1 > li:nth-child(3) {
  margin-left: 4%;
}
.flow-list.type1 > li:nth-child(4) {
  margin-left: 6%;
}
.flow-list.type1 > li:nth-child(5) {
  margin-left: 8%;
}
.flow-list.type1 > li .flow-title {
  margin-bottom: 10px;
}
@media all and (max-width: 639px) {
  .flow-list.type1 > li {
    width: 100%;
  }
  .flow-list.type1 > li:nth-child(2), .flow-list.type1 > li:nth-child(3), .flow-list.type1 > li:nth-child(4), .flow-list.type1 > li:nth-child(5) {
    margin-left: 0;
  }
}
.flow-list > li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fefefe;
  -webkit-box-shadow: 0 8px 20px rgba(51, 51, 51, 0.2);
          box-shadow: 0 8px 20px rgba(51, 51, 51, 0.2);
  font-weight: 600;
}
.flow-list > li.type100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 0;
}
.flow-list > li:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .flow-list > li {
    width: 90%;
    margin: 0 auto 30px;
  }
  .flow-list > li:nth-child(2n) {
    margin-right: auto;
  }
}
.flow-list > li .flow-num {
  color: #D4AF37;
  font-size: 3.5rem;
  border-right: 1px solid #D4AF37;
  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: #D4AF37;
  border-bottom: 1px solid #D4AF37;
  padding-bottom: 4px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media all 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 #E5C100;
  }
  .flow-list > li .flow-title {
    font-size: 1.3rem;
  }
  .flow-list > li .txt {
    margin: 20px auto 0;
  }
}

.kiritori {
  height: 1px;
  border-top: 1px solid rgba(16, 39, 119, 0.2);
  margin: 4em auto;
  max-width: 20%;
  display: block;
}

.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.tp {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.column2 .child {
  width: 48%;
}
.column2 .child01 {
  width: 44%;
}
.column2 .child02 {
  width: 51%;
}
.column2 .column-img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 16%;
     object-position: center 16%;
}
@media all and (max-width: 639px) {
  .column2 .column-img img {
    height: 370px;
    -o-object-position: center 15%;
       object-position: center 15%;
  }
}
@media all and (max-width: 639px) {
  .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column2 .child,
  .column2 .child01,
  .column2 .child02 {
    width: 100%;
  }
  .column2 .child.column2-img,
  .column2 .child01.column2-img,
  .column2 .child02.column2-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
}

.top-split {
  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;
  max-width: 1100px;
  margin: 0 auto;
}
.top-split .child {
  width: 48%;
}
.top-split .child.split-1 {
  background: url(../img/split01.jpg) no-repeat center/cover;
}
.top-split .child.split-2 {
  background: url(../img/split02.jpg) no-repeat center/cover;
}
.top-split .child.split-3 {
  background: url(../img/split03.jpg) no-repeat center/cover;
}
@media all and (max-width: 639px) {
  .top-split .child {
    width: 90%;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 890px) and (orientation: landscape) {
  .top-split .child {
    width: 90%;
    margin: 0 auto 25px;
  }
}
.top-split .child a {
  display: block;
  position: relative;
  height: 350px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-split .child a:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media all and (max-width: 639px) {
  .top-split .child a {
    height: auto;
    padding: 55px 0;
  }
  .top-split .child a:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid #fff;
  }
}
.top-split .child a .inner {
  position: relative;
  z-index: 3;
  text-align: center;
  font-weight: 600;
}
.top-split .child a .split-title {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}
.top-split .child a .split-title .em {
  display: block;
  font-size: 2.5rem;
}
.top-split .child a .split-title .eng {
  display: block;
  line-height: 1.6;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.top-split .child a .split-title .ja {
  font-size: 2rem;
}
@media all and (max-width: 639px) {
  .top-split .child a .split-title .eng {
    font-size: 1.4rem;
  }
  .top-split .child a .split-title .em {
    font-size: 1.8rem;
  }
  .top-split .child a .split-title .ja {
    font-size: 1.6rem;
  }
}
.top-split .child a .split-txt {
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .top-split .child a .split-txt {
    font-size: 1.2rem;
    padding: 0 20px;
    max-width: 90%;
  }
}
.top-split .child a .split-more {
  width: 200px;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  color: #443322;
  border-radius: 30px;
  margin: 20px auto 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.top-split .child a:hover:before {
  backdrop-filter: blur(5px);
}
.top-split .child a:hover .split-more {
  background: #D4AF37;
  color: #fff;
}

.article-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;
}
.article-box .left {
  width: 25%;
}
.article-box .right {
  width: 72%;
}
@media all and (max-width: 639px) {
  .article-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article-box .left {
    width: 90%;
    margin: 0 auto 30px;
  }
  .article-box .right {
    width: 90%;
  }
}

.btn-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;
  max-width: 600px;
  margin: 0 auto 45px;
}
.btn-box a {
  display: block;
  width: 48%;
  text-align: center;
  font-weight: 600;
  background: #D4AF37;
  padding: 15px 4px;
  color: #443322;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn-box a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-left: 5px;
}
.btn-box a:hover {
  background: #555;
  color: #fff;
}
@media all and (max-width: 639px) {
  .btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-box a {
    width: 90%;
    margin: 0 auto 15px;
    padding: 10px 0;
  }
}

.page {
  text-align: center;
}

.main-title {
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 45px;
}
.main-title .small {
  display: table;
  margin: 0 auto;
  font-size: 3rem;
  border-bottom: 3px double #333;
}
.main-title.white {
  color: #ffffff;
}
@media all and (max-width: 1100px) {
  .main-title {
    margin-bottom: 40px;
    font-size: 3.5rem;
  }
  .main-title span {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 896px) {
  .main-title {
    margin-bottom: 30px;
    font-size: 2.5rem;
    letter-spacing: 0.15em;
  }
  .main-title span {
    letter-spacing: 0.15em;
    font-size: 2.6rem;
  }
}
@media all and (max-width: 639px) {
  .main-title {
    margin-bottom: 25px;
    font-size: 1.85rem;
  }
  .main-title span {
    font-size: 2rem;
  }
}

.top-icon {
  max-width: 880px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.top-icon video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.top-icon img {
  width: 50%;
  margin-bottom: 45px;
  border-radius: 20px;
  border: 2px solid rgba(181, 150, 68, 0.7);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .top-icon img {
    margin-bottom: 30px;
    width: 60%;
  }
}
@media all and (max-width: 639px) {
  .top-icon img {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 8px;
    border-width: 1px;
  }
}

.top-icon-list > li {
  position: relative;
  padding: 20px 15px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#fff), color-stop(#fff), to(rgba(33, 162, 175, 0.2)));
  background-image: linear-gradient(to right bottom, #fff, #fff, rgba(33, 162, 175, 0.2));
  border: 4px solid #21a2af;
  -webkit-box-shadow: 5px 5px #e9e9e9;
          box-shadow: 5px 5px #e9e9e9;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}
@media all and (max-width: 896px) {
  .top-icon-list > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .top-icon-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 639px) {
  .top-icon-list {
    margin-bottom: -20px;
  }
  .top-icon-list > li {
    width: 95%;
    margin: 0 auto 20px;
    font-size: 1.3rem;
  }
  .top-icon-list > li:nth-child(2n) {
    margin-right: auto;
  }
}

#sp-nav .sp-info-wrap {
  margin: 15px auto;
  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;
}
#sp-nav .sp-info-wrap a {
  display: block;
  color: #E5C100;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 2px solid #E5C100;
  padding: 4px 0;
}
#sp-nav .sp-info-wrap a:not(:last-of-type) {
  margin-right: 10px;
}

.taishou-block {
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  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;
  margin-top: 10px;
}
.taishou-block.type1 {
  display: block;
}
.taishou-block .lead {
  font-size: 1.3rem;
  padding: 3px 5px;
  font-weight: 600;
  background: #E5C100;
  color: #fff;
  margin-right: 10px;
}
.taishou-block .list-inline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.policy-txt {
  max-width: 650px;
  margin: 40px auto;
}
.policy-txt .txt-inner {
  line-height: 2;
  font-size: 1.7rem;
}
@media all and (max-width: 639px) {
  .policy-txt {
    padding: 0 15px;
  }
  .policy-txt .txt-inner {
    font-size: 1.3rem;
  }
}

.policy-lead {
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 2rem;
  margin-bottom: 40px;
}
@media all and (max-width: 639px) {
  .policy-lead {
    font-size: 1.5rem;
  }
}

.top-contact {
  position: relative;
  z-index: 4;
}

.service-box-wrap {
  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;
}
@media all and (max-width: 639px) {
  .service-box-wrap {
    margin-bottom: 0;
  }
}

.service-box {
  width: 24%;
}
@media all and (max-width: 896px) {
  .service-box {
    width: 48%;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 639px) {
  .service-box {
    width: 90%;
    margin: 0 auto 60px;
  }
}
.service-box a {
  display: block;
  position: relative;
}
.service-box a .service-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border: 3px solid #E5C100;
  border-radius: 20px;
  background: #000;
}
.service-box a .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0.8;
}
@media all and (max-width: 639px) {
  .service-box a .service-img {
    height: 250px;
  }
}
.service-box a .service-txt-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  z-index: 4;
  width: 80%;
}
@media all and (max-width: 639px) {
  .service-box a .service-txt-box {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.service-box a .service-title {
  color: #443322;
  line-height: 1.4;
  padding: 15px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.service-box a .service-title .eng {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #D4AF37;
  display: block;
}
.service-box a .service-title .ja {
  font-size: 1.15em;
}
.service-box a .btn-more {
  background: #443322;
  color: #fff;
  padding: 5px;
  text-align: center;
  width: 100%;
  -webkit-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.service-box a .btn-more span {
  font-size: 0.85em;
}
.service-box a:hover .service-img img {
  opacity: 1;
}
.service-box a:hover .service-txt-box {
  -webkit-box-shadow: 0 0 15px rgba(85, 85, 85, 0.2);
          box-shadow: 0 0 15px rgba(85, 85, 85, 0.2);
}
.service-box a:hover .service-txt-box .service-title {
  color: #D4AF37;
}
.service-box a:hover .service-txt-box .btn-more {
  background: #E5C100;
}

.top-lead01 {
  max-width: 900px;
  position: relative;
  background: #fff;
  padding: 20px;
  margin: -90px auto 0;
}
@media all and (max-width: 639px) {
  .top-lead01 {
    padding: 15px 10px;
    margin-top: -60px;
  }
}

.half-box {
  max-width: 900px;
  margin-left: auto;
}

.point-list > li {
  width: 83%;
  margin-bottom: 40px;
  position: relative;
}
.point-list > li:nth-child(1) {
  margin-left: 0;
}
.point-list > li:nth-child(2) {
  margin-left: 3%;
}
.point-list > li:nth-child(3) {
  margin-left: 6%;
}
.point-list > li:nth-child(4) {
  margin-left: 9%;
}
.point-list > li:nth-child(5) {
  margin-left: 12%;
}
.point-list > li:nth-child(6) {
  margin-left: 15%;
}
@media all and (max-width: 639px) {
  .point-list > li {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 25px !important;
  }
}
@media all and (max-width: 896px) {
  .point-list > li {
    margin-bottom: 40px;
  }
}
.point-list > li .point-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  border-radius: 0 200px 200px 0;
}
@media all and (max-width: 896px) {
  .point-list > li .point-inner {
    background-color: #D4AF37;
  }
}
@media all and (max-width: 639px) {
  .point-list > li .point-inner {
    border-radius: 0 70px 0 0;
  }
}
.point-list > li figure {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 35%;
  background-color: #D4AF37;
}
.point-list > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0.7;
}
@media all and (max-width: 896px) {
  .point-list > li figure {
    background-color: #D4AF37;
    width: 100%;
    height: 100%;
    border-radius: 0 200px 200px 0;
  }
}
@media all and (max-width: 639px) {
  .point-list > li figure {
    border-radius: 0 70px 0 0;
  }
  .point-list > li figure img {
    opacity: 0.4;
  }
}
.point-list > li .point-num {
  display: block;
  position: absolute;
  z-index: 3;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 7rem;
  line-height: 1;
  color: #fff;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.point-list > li .point-num:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 55px;
  bottom: 0;
  right: -10px;
  background: #fff;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media all and (max-width: 639px) {
  .point-list > li .point-num:before {
    display: none;
  }
}
@media all and (max-width: 896px) {
  .point-list > li .point-num {
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (max-width: 639px) {
  .point-list > li .point-num {
    font-size: 4rem;
    top: 48px;
  }
}
.point-list > li .point-txt {
  position: relative;
  padding: 60px 30px 60px 40%;
  color: #333;
}
@media all and (max-width: 896px) {
  .point-list > li .point-txt {
    padding: 100px 20px 20px;
    color: #fff;
  }
}
@media all and (max-width: 639px) {
  .point-list > li .point-txt {
    padding: 95px 25px 25px;
    font-size: inherit;
  }
}
.point-list > li .point-title {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  opacity: 0.9;
  color: #333;
  position: relative;
  font-weight: 800;
  margin-bottom: 15px;
}
.point-list > li .point-title:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #333;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .point-list > li .point-title:before {
    display: none;
  }
}
.point-list > li .point-title span {
  color: rgb(232.5, 196.5178571429, 0);
}
@media all and (max-width: 896px) {
  .point-list > li .point-title span {
    color: #1b1004;
  }
}
@media all and (max-width: 896px) {
  .point-list > li .point-title {
    color: #fff;
    text-align: center;
  }
}
@media all and (max-width: 639px) {
  .point-list > li .point-title {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .point-list {
    padding: 0 10px;
  }
}

.business-list a {
  display: block;
  position: relative;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.business-list a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.business-list figure {
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
}
.business-list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s ease-in transform;
  transition: 0.2s ease-in transform;
}
@media all and (max-width: 639px) {
  .business-list figure {
    height: 250px;
  }
}

.business-list-title {
  font-size: 2.2rem;
  position: absolute;
  right: 0;
  bottom: -1px;
  background: #D4AF37;
  color: #fff;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  padding: 10px 30px 10px 20px;
  border-radius: 15px 0 10px 0;
}
.business-list-title .eng {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
.business-list-title:after {
  position: absolute;
  content: "";
  right: 5px;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.business-list-title:before {
  position: absolute;
  content: "";
  right: 0;
  top: -30px;
  width: 30px;
  height: 30px;
  background: url(../img/hem.svg) no-repeat right bottom/contain;
}
@media all and (max-width: 639px) {
  .business-list-title {
    font-size: 1.4rem;
    text-shadow: none;
    padding-right: 80px;
  }
}

.product-box .list3 > li .img img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-box .list3 > li .txt {
  text-align: center;
}
.product-box .sub-txt {
  margin-bottom: 20px;
}
.product-box .sub-txt span {
  background: #443322;
  color: #fefefe;
  padding: 5px 10px;
  text-align: center;
  margin-right: 10px;
  font-size: 1.8rem;
}

.quality-box .box-wrap {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#8f0000), to(#cd0000));
  background-image: linear-gradient(to right bottom, #8f0000, #cd0000);
  padding: 8px;
}
.quality-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  background: #fefefe;
  padding: 40px;
}
.quality-box .inner .left {
  width: 65%;
  padding: 20px;
}
.quality-box .inner .right {
  width: 30%;
}
.quality-box .inner .right img {
  border: 1px solid #ddd;
}
.quality-box .inner .logo-img {
  width: 300px;
}

.area-block {
  position: relative;
  max-width: 700px;
  margin: 0 auto 80px;
}
.area-block .area-txt {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 200px;
}
.area-block .area-txt:before, .area-block .area-txt:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.area-block .area-txt:before {
  left: -60px;
  width: 40px;
  height: 40px;
  background: rgba(33, 162, 175, 0.3);
  border-radius: 50%;
}
.area-block .area-txt:after {
  left: -100px;
  width: 40px;
  height: 1px;
  background: #21a2af;
}
@media all and (max-width: 639px) {
  .area-block .area-txt {
    font-size: 1.4rem;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding-left: 20px;
  }
  .area-block .area-txt:before, .area-block .area-txt:after {
    -webkit-transform: none;
            transform: none;
  }
  .area-block .area-txt:before {
    left: 4px;
    top: -20px;
  }
}
@media all and (max-width: 639px) and (max-width: 639px) {
  .area-block .area-txt:before {
    top: -130px;
  }
}
@media all and (max-width: 639px) {
  .area-block .area-txt:after {
    left: 24px;
    top: 0;
    width: 1px;
    height: 30px;
  }
}
@media all and (max-width: 639px) and (max-width: 639px) {
  .area-block .area-txt:after {
    top: -110px;
  }
}

.title-big {
  padding-top: 90px;
  position: relative;
  text-align: center;
  color: #fff;
}
.title-big.left {
  text-align: left;
}
.title-big.left:before {
  left: 0;
  -webkit-transform: none;
          transform: none;
  text-align: left;
}
.title-big.left .ja {
  text-align: left;
}
.title-big.left {
  padding-left: 0;
}
.title-big:before {
  font-size: 8rem;
  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;
}
@media all and (max-width: 639px) {
  .title-big:before {
    font-size: 4.5rem;
  }
}
.title-big.type1 {
  color: #222;
}
.title-big.type1:before {
  color: transparent;
  background-image: radial-gradient(circle, #E5C100 0%, #D4AF37 75%, rgb(186.1728395062, 151.7308641975, 40.0271604938) 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: 2.4rem;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .title-big .ja {
    font-size: 1.8rem;
  }
}
.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-greet {
  text-align: left;
  color: #D4AF37;
}
.title-big.type-greet .ja {
  color: #fff;
}
.title-big.type-greet:before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.title-big.type-greet2 {
  text-align: left;
  color: #D4AF37;
}
.title-big.type-greet2 .ja {
  color: #443322;
}
.title-big.type-greet2:before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.title-big.type-greet3 {
  text-align: center;
  color: #D4AF37;
}
.title-big.type-greet3 .ja {
  color: #443322;
  display: block;
  text-align: center;
}
.title-big.type-greet3:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media all and (max-width: 1100px) {
  .title-big {
    font-size: 10vw;
  }
}

.title-big2 {
  position: relative;
  color: #443322;
  margin-bottom: 40px;
}
.title-big2 .ja {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  padding-left: 20px;
}
.title-big2 .eng {
  font-size: 6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.title-big2 .eng::before {
  content: "";
  background: #D4AF37;
  width: 6px;
  height: calc(100% - 0.24em);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
@media all and (max-width: 1100px) {
  .title-big2 {
    font-size: 10vw;
  }
}

@media all and (max-width: 639px) {
  .title-big2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .title-big2 .eng {
    font-size: 2.4rem;
    padding-left: 12px;
  }
  .title-big2 .eng::before {
    width: 4px;
    height: 80%;
    left: 0;
  }
  .title-big2 .ja {
    font-size: 1.2rem;
    padding-left: 0;
    margin-top: 0.3em;
  }
}
.top-business-title {
  padding-top: 90px;
  position: relative;
  text-align: center;
  color: #fff;
}
.top-business-title:before {
  font-size: 8rem;
  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;
}
.top-business-title .ja {
  display: block;
  font-weight: 600;
  font-size: 2.4rem;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1100px) {
  .top-business-title {
    font-size: 10vw;
  }
}

.top-greet-box {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(51, 51, 51, 0.2);
  font-size: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-greet-box .greet-img {
  width: 50%;
  margin-top: -230px;
}
.top-greet-box .greet-img img {
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 639px) {
  .top-greet-box {
    max-width: 90%;
    padding: 40px 10px 10px;
  }
}
.top-greet-box .greet-txt {
  width: 50%;
  padding-left: 40px;
}

.top-strength-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;
  row-gap: 40px;
}
.top-strength-box .inner {
  width: 48%;
}
.top-strength-box .inner .ttl {
  margin-bottom: 10px;
  margin-left: 15px;
}
.top-strength-box .inner .ttl .eng {
  color: #D4AF37;
  font-size: 5rem;
  margin-top: -20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  mix-blend-mode: hard-light;
  mix-blend-mode: color-dodge;
  position: relative;
  z-index: 10;
  display: block;
  line-height: 1;
}
.top-strength-box .inner .ttl .ja {
  font-weight: bold;
  font-size: 1.8rem;
}
.top-strength-box .inner .img img {
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(15% 0%, 100% 0, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0 100%, 0% 15%);
}
@media all and (max-width: 1100px) {
  .top-strength-box .inner {
    width: 48%;
  }
}
@media all and (max-width: 896px) {
  .top-strength-box .inner {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .top-strength-box .inner {
    width: 100%;
  }
}

.top-strength-box2 {
  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;
  row-gap: 40px;
}
.top-strength-box2 .inner {
  width: 31%;
}
.top-strength-box2 .inner .ttl {
  margin-bottom: 10px;
  margin-left: 15px;
}
.top-strength-box2 .inner .ttl .eng {
  color: #D4AF37;
  font-size: 5rem;
  margin-top: -20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  mix-blend-mode: hard-light;
  mix-blend-mode: color-dodge;
  position: relative;
  z-index: 10;
  display: block;
  line-height: 1;
}
.top-strength-box2 .inner .ttl .ja {
  font-weight: bold;
  font-size: 2rem;
}
.top-strength-box2 .inner .img img {
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(15% 0%, 100% 0, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0 100%, 0% 15%);
}
@media all and (max-width: 1100px) {
  .top-strength-box2 .inner {
    width: 48%;
  }
}
@media all and (max-width: 896px) {
  .top-strength-box2 .inner {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .top-strength-box2 .inner {
    width: 100%;
  }
}

.top_recruit {
  position: relative;
}
.top_recruit .recruit_txt {
  position: absolute;
  right: 10%;
  top: 10%;
  padding: 4em;
  background: #fff;
  z-index: 10;
  width: 50rem;
  border-radius: 5px;
}
.top_recruit .recruit_txt .ttl {
  margin-bottom: 20px;
}
.top_recruit .recruit_txt .btn {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .top_recruit .recruit_txt {
    background: #fff;
    color: #333;
    width: 90%;
    right: 50%;
    top: auto;
    bottom: auto;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    position: relative;
    margin-top: 2em;
    border-radius: 10px;
    padding: 3em 2em;
  }
}
@media all and (max-width: 639px) {
  .top_recruit .recruit_txt {
    position: relative;
    width: 95%;
    padding: 2em 1.5em;
    margin: 2em auto 0;
    background: #fff;
    color: #222;
    border-radius: 10px;
    -webkit-transform: none;
            transform: none;
    right: auto;
    top: auto;
  }
}

.gallerybox {
  margin: auto;
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 639px) {
  .gallerybox {
    margin-bottom: 2em;
  }
}

.gallerybox {
  margin: auto;
  width: 100%;
  overflow: hidden;
}

.slide_list,
.slide_list2 {
  position: relative;
}
.slide_list li,
.slide_list2 li {
  position: relative;
}
.slide_list li::before,
.slide_list2 li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1d4129;
  z-index: 1;
  opacity: 0.4;
}
.slide_list li img,
.slide_list2 li img {
  width: 700px;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 896px) {
  .slide_list li::before,
  .slide_list2 li::before {
    opacity: 0.7;
  }
  .slide_list li img,
  .slide_list2 li img {
    width: 700px;
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media all and (max-width: 639px) {
  .slide_list li img,
  .slide_list2 li img {
    height: 50vh;
    width: 200px;
  }
}

.slide_list2 {
  margin-top: 16px;
}

.top-kenkou-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-kenkou-box .img-box {
  width: 44%;
  text-align: center;
}
.top-kenkou-box .img-box img {
  width: 350px;
}
.top-kenkou-box .txt-box {
  width: 56%;
  padding: 40px;
}
.top-kenkou-box .txt-box .img {
  margin-bottom: 40px;
}
.top-kenkou-box .txt-box .img img {
  width: 400px;
}

.top-business-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-business-box .txt {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-business-box .txt .inner {
  width: 50%;
  height: 400px;
}
.top-business-box .txt .inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  position: relative;
  overflow: hidden;
}
.top-business-box .txt .inner a span {
  color: #fefefe;
  font-size: 2.5rem;
  position: relative;
}
.top-business-box .txt .inner a .eng {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.top-business-box .txt .inner a::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  right: 0;
  width: 100%;
  background: #000;
  opacity: 0.65;
  z-index: -1;
}
.top-business-box .txt .inner a::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  right: 0;
  width: 100%;
  background: url(../img/business01_2.jpg) no-repeat center center;
  z-index: -2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-business-box .txt .inner a:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
.top-business-box .txt .inner 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-business-box .txt .inner 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-business-box .txt .inner a:hover .btn-arrow i {
  border-bottom-color: #fefefe;
}
.top-business-box .txt .inner a:hover .btn-arrow i:before {
  border-right-color: #fefefe;
}
.top-business-box .txt .inner a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-business-box .txt .inner.type1 {
  width: 100%;
}
.top-business-box .txt .inner.type2 a::before {
  background: url(../img/business02.jpg) no-repeat center bottom;
}
.top-business-box .txt .inner.type3 a::before {
  background: url(../img/business03.jpg) no-repeat 80% 80%;
}
.top-business-box .ttl {
  width: 25%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#E5C100), to(#D4AF37));
  background-image: linear-gradient(to right bottom, #E5C100, #D4AF37);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  gap: 60px;
}

.top-area-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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 100px 0;
}
.top-area-box .ttl {
  width: 30%;
  margin-top: -150px;
}
.top-area-box .txt {
  width: 70%;
  color: #fefefe;
}
.top-area-box {
  /* ★ 追加：タブレット以下で縦積み */
}
@media all and (max-width: 896px) {
  .top-area-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 70px 0;
  }
  .top-area-box .ttl,
  .top-area-box .txt {
    width: 100%;
  }
  .top-area-box .ttl {
    margin-top: 0;
    margin-bottom: 18px;
  }
  .top-area-box .txt {
    line-height: 1.9;
  }
}
.top-area-box {
  /* ★ 追加：スマホでさらに余白調整 */
}
@media all and (max-width: 639px) {
  .top-area-box {
    padding: 50px 0;
  }
  .top-area-box .ttl {
    margin-bottom: 14px;
  }
}

.top-recruit-box {
  margin: 80px auto 0;
  max-width: 95%;
}
.top-recruit-box .inner {
  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;
  border: 1px solid #D4AF37;
  position: relative;
  background: #fefefe;
}
.top-recruit-box .inner::before {
  position: absolute;
  top: -15px;
  left: -15px;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#8f0000), to(#cd0000));
  background-image: linear-gradient(to right bottom, #8f0000, #cd0000);
  z-index: -2;
}
.top-recruit-box .inner .img-left,
.top-recruit-box .inner .img-right {
  width: 32%;
  position: relative;
  height: 350px;
}
.top-recruit-box .inner .img-left img,
.top-recruit-box .inner .img-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-recruit-box .inner .img-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(80%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0));
          mask-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(80%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.top-recruit-box .inner .img-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(#000), color-stop(80%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to left, #000, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0));
          mask-image: -webkit-gradient(linear, right top, left top, from(#000), color-stop(80%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to left, #000, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.top-recruit-box .inner .txt {
  padding: 20px;
  text-align: center;
}
.top-recruit-box .inner .txt .mtitle {
  margin: 0 auto 20px;
}
.top-recruit-box .inner .txt .ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}

.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));
}

.company_intro {
  padding: 20px 20px 35px;
  margin-bottom: 30px;
  position: relative;
}
.company_intro:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  background: #fff;
  z-index: -1;
}

.product-head-list {
  max-width: 1000px;
  margin-inline: auto;
  gap: 40px 3%;
}
.product-head-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-head-list li:not(:last-of-type) {
  margin-bottom: 45px;
}
@media all and (max-width: 639px) {
  .product-head-list li {
    -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;
    padding: 0 10px;
  }
}
.product-head-list li figure {
  position: relative;
  z-index: 2;
  width: 250px;
  -webkit-box-shadow: rgba(16, 39, 119, 0.1) 0px 7px 29px 0px;
          box-shadow: rgba(16, 39, 119, 0.1) 0px 7px 29px 0px;
}
.product-head-list li figure img {
  width: 100%;
}
@media all and (max-width: 639px) {
  .product-head-list li figure {
    width: 200px;
  }
}
.product-head-list li .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -40px;
  background: #fff;
}
.product-head-list li .txt-area .inner {
  padding: 40px;
  padding-left: 80px;
}
@media all and (max-width: 639px) {
  .product-head-list li .txt-area {
    width: 100%;
    margin: -30px 0 0;
  }
  .product-head-list li .txt-area .inner {
    padding: 50px 20px 20px;
  }
}

.ceo-wrap {
  position: relative;
  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;
}
@media all and (max-width: 639px) {
  .ceo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ceo-wrap .ceo-img {
  width: 45%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-right: 40px;
  position: relative;
}
.ceo-wrap .ceo-img figure {
  position: relative;
  display: block;
}
.ceo-wrap .ceo-img figure img {
  -webkit-box-shadow: rgba(51, 51, 51, 0.2) 4px 48px 60px 0px;
          box-shadow: rgba(51, 51, 51, 0.2) 4px 48px 60px 0px;
}
.ceo-wrap .ceo-img figure:before {
  position: absolute;
  content: "";
  right: -30px;
  bottom: -30px;
  width: 80%;
  height: 70%;
  z-index: -1;
  background: #D4AF37;
}
@media all and (max-width: 639px) {
  .ceo-wrap .ceo-img {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-right: 30px;
  }
  .ceo-wrap .ceo-img figure:before {
    right: -25px;
    bottom: -25px;
  }
}
.ceo-wrap .ceo-txt {
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
}
.ceo-wrap .ceo-txt .inner {
  max-width: 600px;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .ceo-wrap .ceo-txt {
    width: 100%;
  }
  .ceo-wrap .ceo-txt .inner {
    padding: 25px;
    margin-top: 25px;
  }
}

.mark-list {
  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;
}
.mark-list li {
  height: 85px;
  margin-right: 10px;
}
.mark-list li img {
  max-width: initial;
  max-height: 100%;
}

.tel-list {
  max-width: 700px;
  margin-inline: auto;
}
.tel-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}
.tel-list li:not(:last-of-type) {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 8px;
}
.tel-list li .title03 {
  margin-right: 20px;
  width: 6em;
}
.tel-list li .title03 span {
  padding: 8px 10px;
}

.contact-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-box .lead {
  font-weight: 600;
  width: 10em;
  line-height: 1.4;
  text-align: center;
}
.contact-box .content {
  border-left: 2px solid #102777;
  padding-left: 20px;
}
.contact-box .content .contact-box-tel {
  color: #102777;
  font-weight: 600;
  font-size: 2.6rem;
  width: 200px;
  display: block;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}
.contact-box .content .contact-box-tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.6em;
}
.contact-box .content .contact-box-tel:hover {
  color: #D4AF37;
}
@media all and (max-width: 639px) {
  .contact-box .content .contact-box-tel {
    font-size: 2rem;
  }
}

.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 {
  margin-right: 60px;
}
.contact-tel-bnr a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-22.57%, #600), color-stop(68.82%, #cd0000));
  background-image: linear-gradient(to right, #600 -22.57%, #cd0000 68.82%);
  background: -webkit-gradient(linear, right top, left top, from(#D4AF37), color-stop(25%, #E5C100), color-stop(51%, #1b1004), to(#3f0000));
  background: linear-gradient(270deg, #D4AF37 0%, #E5C100 25%, #1b1004 51%, #3f0000 100%);
  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;
  background-size: 200% auto;
  background-position: 99% 50%;
}
.contact-tel-bnr a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 6px;
  font-size: 0.9em;
}
.contact-tel-bnr a:hover {
  background-position: 1% 50%;
}

.pdf-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 3%;
}
@media all and (max-width: 639px) {
  .pdf-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pdf-list a {
  display: block;
  text-align: center;
  background: #c5eeee;
  color: #443322;
  font-weight: 600;
  padding: 15px 4px;
  -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);
}
.pdf-list a:hover {
  background: #102777;
  color: #fff;
}
.pdf-list a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 900;
  margin-left: 6px;
}

@media all and (max-width: 896px) {
  .title-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.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;
  }
}
/* greet_block
----------------------------------*/
.greet_block {
  position: relative;
  margin: 60px 0 140px;
}
.greet_block:last-of-type {
  margin-bottom: 2%;
}
.greet_block.type_b .greet_img {
  right: 0;
}
.greet_block.type_b .greet_txt {
  margin-right: 0;
  margin-left: 0;
}

.greet_img {
  overflow: hidden;
  position: absolute;
  top: -10%;
  width: 60%;
  height: 120%;
}
.greet_img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.greet_txt {
  position: relative;
  z-index: 3;
  width: 57%;
  max-width: 770px;
  margin-right: 3em;
  padding: 45px;
  margin-left: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
          box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
}

.greet_title {
  margin-bottom: 24px;
  color: #00381f;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.greet-area2 {
  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-area2:after {
  position: absolute;
  content: "";
  width: 70%;
  height: 90%;
  top: 5%;
  left: 0;
  background: #FFFBF0;
  -webkit-filter: grayscale(20%) contrast(95%);
          filter: grayscale(20%) contrast(95%);
  z-index: -2;
}
.greet-area2:before {
  position: absolute;
  content: "";
  width: 42%;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: -1;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27214/greet-area.jpg) no-repeat center/cover;
}
.greet-area2 .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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.greet-area2 .greet-area-box.type2 {
  display: block;
}
.greet-area2 .greet-area-box .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin: auto;
  z-index: 1;
}
.greet-area2 .greet-area-box .inner p + p {
  margin-top: 18px;
}
.greet-area2 .greet-area-box .big-txt {
  width: 130px;
}
.greet-area2 .greet-area-box .big-txt span {
  font-size: 104px;
  background: linear-gradient(30deg, #ffd803 0, #ffd803 100%);
  background: linear-gradient(45deg, #ffd803 15%, #ede097 40%, #6f6f72 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .greet-area2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .greet-area2:before {
    width: 100%;
    height: auto;
    top: 0;
    top: auto;
    padding-bottom: 56.25%;
    position: relative;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .greet-area2 .greet-area-box {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 45px 15px;
    margin: 6.25% auto 0;
  }
  .greet-area2 .greet-area-box::before {
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    right: auto;
    background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24994/mark.png) no-repeat center/contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .greet-area2 .greet-area-box .inner p + p {
    margin-top: 12px;
  }
}
@media all and (max-width: 639px) {
  .greet-area2 .greet-area-box {
    padding: 35px 15px;
  }
  .greet-area2 .greet-area-box .big-txt {
    width: 70px;
  }
  .greet-area2 .greet-area-box .big-txt span {
    font-size: 5rem;
  }
}
.greet-area2.type-recruit::before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24994/recruit01.jpg) no-repeat center/cover;
}
.greet-area2.type-recruit .greet-ttl {
  font-size: 3.5rem;
}
.greet-area2.type-recruit .greet-ttl span {
  color: #D4AF37;
  font-size: 1.5rem;
  display: block;
}

.greet-area3 + .greet-area3 {
  margin-top: 120px;
}
@media all and (max-width: 896px) {
  .greet-area3 + .greet-area3 {
    margin-top: 30px;
  }
}

.greet-area3 {
  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: 60px;
}
.greet-area3:before {
  position: absolute;
  content: "";
  width: 53%;
  height: 100%;
  top: 60px;
  right: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27840/business01.jpg) no-repeat center/cover;
  z-index: -1;
}
.greet-area3.type1:before {
  left: 0;
  right: auto;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27840/business02.jpg) no-repeat center/cover;
}
.greet-area3.type1 .greet-area-box {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: auto;
}
.greet-area3.type2:before {
  top: 60px;
  right: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27840/business03.jpg) no-repeat center/cover;
}
.greet-area3.type3:before {
  left: 0;
  right: auto;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27306/business04.jpg) no-repeat center/cover;
}
.greet-area3.type3 .greet-area-box {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: auto;
}
.greet-area3 .greet-area-box {
  position: relative;
  top: 0;
  left: 0;
  width: 53%;
  padding: 80px 60px;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e9e9e9;
  z-index: 10;
  overflow: hidden;
}
.greet-area3 .greet-area-box .inner {
  position: relative;
  max-width: 700px;
  margin: auto;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .greet-area3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .greet-area3:before {
    width: 100%;
    height: auto;
    top: 0;
    padding-bottom: 56.25%;
  }
  .greet-area3 .greet-area-box {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 45px 20px;
    margin: 56.25% auto 0;
  }
}
@media all and (max-width: 639px) {
  .greet-area3 .greet-area-box {
    padding: 35px 15px;
  }
}

.shikaku-dl {
  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;
}
.shikaku-dl dt:not(:last-of-type),
.shikaku-dl dd:not(:last-of-type) {
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 0.9px solid #ddd;
}
.shikaku-dl dt {
  width: calc(100% - 4.5em);
  position: relative;
  padding-left: 1em;
}
.shikaku-dl dt:before {
  content: "●";
  font-size: 0.6em;
  color: #D4AF37;
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.shikaku-dl dt .list-inline li {
  padding: 0;
}
.shikaku-dl dd {
  width: 4.5em;
  text-align: right;
  font-weight: 600;
}

.recruit-lead {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto -30px;
}

.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%);
}

.products_erea {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .products_erea {
    margin-top: 40px;
  }
}
.products_erea ul li div img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products_erea ul li div:hover img {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.point_figure {
  position: relative;
  padding-right: 80px;
  margin-bottom: 30px;
  padding-bottom: 16px;
}
.point_figure figure {
  margin-bottom: 20px;
}
.point_figure figure img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 639px) {
  .point_figure figure img {
    height: 200px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .point_figure {
    padding-right: 0;
    margin-bottom: 15px;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 639px) {
  .point_figure {
    margin-bottom: 5px;
  }
}

.point_txt {
  color: #333;
}

.point_title {
  position: absolute;
  top: 0;
  right: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.3;
}
.point_title span {
  display: block;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.3rem;
}
.point_title.type01 {
  color: #76acdb;
  top: -20px;
}
.point_title.type01 span {
  text-shadow: 1px 1px 0px #76acdb, -1px 1px 0px #76acdb, 1px -1px 0px #76acdb, -1px -1px 0px #76acdb, 1px 0px 0px #76acdb, 0px 1px 0px #76acdb, -1px 0px 0px #76acdb, 0px -1px 0px #76acdb;
}
.point_title.type02 {
  color: #77c5a8;
}
.point_title.type02 span {
  text-shadow: 1px 1px 0px #77c5a8, -1px 1px 0px #77c5a8, 1px -1px 0px #77c5a8, -1px -1px 0px #77c5a8, 1px 0px 0px #77c5a8, 0px 1px 0px #77c5a8, -1px 0px 0px #77c5a8, 0px -1px 0px #77c5a8;
}
.point_title.type03 {
  color: #7a8357;
}
.point_title.type03 span {
  text-shadow: 1px 1px 0px #7a8357, -1px 1px 0px #7a8357, 1px -1px 0px #7a8357, -1px -1px 0px #7a8357, 1px 0px 0px #7a8357, 0px 1px 0px #7a8357, -1px 0px 0px #7a8357, 0px -1px 0px #7a8357;
}
.point_title.type04 {
  color: #f66009;
}
.point_title.type04 span {
  text-shadow: 1px 1px 0px #f66009, -1px 1px 0px #f66009, 1px -1px 0px #f66009, -1px -1px 0px #f66009, 1px 0px 0px #f66009, 0px 1px 0px #f66009, -1px 0px 0px #f66009, 0px -1px 0px #f66009;
}
@media all and (max-width: 1210px) {
  .point_title {
    font-size: 2.4rem;
  }
  .point_title span {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1100px) {
  .point_title {
    font-size: 2rem;
  }
  .point_title span {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 896px) {
  .point_title {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    bottom: 0;
    top: auto;
    left: 0;
  }
  .point_title.type01 {
    top: auto;
  }
  .point_title.type01, .point_title.type02, .point_title.type03 {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 639px) {
  .point_title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .point_title span {
    font-size: 1.2rem;
  }
}

.business-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business-head .txt {
  width: 65%;
  color: #fefefe;
}
.business-head .ttl {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  gap: 60px;
}

.business-menu-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: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.business-menu-list > li {
  width: calc(33.333% - 27px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business-menu-list > li .ttl01 {
  position: absolute;
  left: 0;
  top: 15px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-22.57%, #600), color-stop(68.82%, #cd0000));
  background-image: linear-gradient(to right, #600 -22.57%, #cd0000 68.82%);
  color: #fefefe;
  font-size: 1.8rem;
  padding: 5px 20px;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.business-menu-list > li .img {
  display: block;
}
.business-menu-list > li .img img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.business-menu-list > li .txt {
  padding: 20px;
  text-align: center;
  color: #443322;
  font-weight: bold;
  font-size: 2rem;
}
.business-menu-list > li a {
  display: block;
  position: relative;
  background: #fefefe;
  -webkit-box-shadow: 10px 10px 35px rgba(203, 203, 203, 0.35);
          box-shadow: 10px 10px 35px rgba(203, 203, 203, 0.35);
  -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;
}
.business-menu-list > li a:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
.business-menu-list > li a:hover .list-btn .icon {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-22.57%, #600), color-stop(68.82%, #cd0000));
  background-image: linear-gradient(to right, #600 -22.57%, #cd0000 68.82%);
}
.business-menu-list > li a:hover .list-btn .icon span {
  color: #fff;
}
@media all and (max-width: 1100px) {
  .business-menu-list > li {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 896px) {
  .business-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business-menu-list > li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 639px) {
  .business-menu-list > li .ttl01 {
    font-size: 1.6rem;
  }
  .business-menu-list > li .txt {
    font-size: 1.6rem;
  }
}

.business-box .inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 90%;
  gap: 40px;
  background: #fefefe;
  padding: 40px;
}
.business-box .inner .ttl.top {
  margin-top: -60px;
}
.business-box .inner .child-txt {
  padding: 40px;
  width: 80%;
}
.business-box .child-img .single-image {
  width: 400px;
  height: 300px;
}
@media all and (max-width: 1100px) {
  .business-box .child-img .single-image {
    width: 100%;
    height: 300px;
  }
}
@media all and (max-width: 639px) {
  .business-box .child-img .single-image {
    height: 250px;
  }
}
.business-box .child-img .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-box .sub-txt {
  padding: 20px;
  border: 2px solid rgba(11, 54, 101, 0.5);
  border-radius: 5px;
  background: #fefefe;
}

@media all and (max-width: 896px) {
  .business-box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .business-box .inner .child-txt {
    padding: 20px 0;
    width: 100%;
  }
  .business-box .inner .child-img {
    width: 100%;
  }
  .business-box .inner .child-img .single-image {
    width: 100%;
    height: auto;
  }
  .business-box .inner .child-img .single-image img {
    width: 100%;
    height: auto;
  }
}
.flx_in .swiper-main,
.flx_in .swiper-main2,
.flx_in .swiper-main3,
.flx_in .swiper-main4 {
  margin-bottom: 10px;
}
.flx_in .swiper-thumb,
.flx_in .swiper-thumb2,
.flx_in .swiper-thumb3,
.flx_in .swiper-thumb4 {
  margin-bottom: 20px;
}
.flx_in .swiper-button-prev,
.flx_in .swiper-button-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #555;
  border-radius: 50%;
}
.flx_in .swiper-button-prev::after,
.flx_in .swiper-button-next::after {
  font-size: 1rem;
  color: #fff;
}
.skew-img {
  clip-path: polygon(0 30px, 100% 0%, 100% calc(100% - 30px), 0% 100%);
  overflow: hidden;
}
.skew-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

/*----------------------------------
contact-form
----------------------------------*/
.form-contents {
  width: 100% !important;
  height: auto !important;
  padding: 35px 30px !important;
  border-radius: 15px 15px 0 0 !important;
}
@media all and (max-width: 1100px) {
  .form-contents {
    padding: 15px !important;
  }
}
.form-contents button {
  border: 1px solid #E5C100 !important;
}
.form-contents .required::before {
  background: #333 !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: #D4AF37 !important;
  border: none !important;
  color: #fefefe !important;
}
.form-contents .submit-btn:hover {
  color: #E5C100 !important;
  background-color: #fefefe !important;
  border: 1px solid #E5C100 !important;
}
.form-contents .submit-btn:hover:before {
  background-color: #E5C100 !important;
}
.form-contents .custom-area p {
  padding: 10px 0;
}

@media all 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;
  }
}
/* accordion
----------------------------------*/
.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
}
.accordion dt {
  background: #222222;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-22.57%, #555), color-stop(68.82%, #141414));
  background-image: linear-gradient(to right, #555 -22.57%, #141414 68.82%);
  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 all and (max-width: 639px) {
  .accordion dt {
    font-size: 1.3rem;
  }
  .accordion dd {
    padding: 15px;
  }
}

/* service_box2
----------------------------------*/
.service_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.service_box2 > li {
  width: calc((100% - 20px) / 2);
  display: block;
  padding: 2em 1em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  background: #fefefe;
}
.service_box2 > li .ttl {
  color: #443322;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}
.service_box2 > li .ttl .eng {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
  color: #D4AF37;
  font-size: 1.5em;
}
.service_box2 > li .txt {
  font-size: 0.9em;
  color: #443322;
}
.service_box2 > li .img {
  overflow: hidden;
  margin-bottom: 10px;
}
.service_box2 > li:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
@media all and (max-width: 896px) {
  .service_box2 > li {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .service_box2 > li a {
    padding: 1em;
  }
}

/* bg-recruit2
----------------------------------*/
.bg-recruit2 {
  position: relative;
  margin-top: 80px;
}
.bg-recruit2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e9e9e9;
}
.bg-recruit2 .top-recruit {
  position: relative;
}
.bg-recruit2 .top-recruit .recbox01 {
  position: absolute;
  left: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  max-width: 800px;
}
.bg-recruit2 .top-recruit .recbox01 .rec-title {
  position: relative;
  margin-bottom: 35px;
}
.bg-recruit2 .top-recruit .recbox01 .rec-title .eng,
.bg-recruit2 .top-recruit .recbox01 .rec-title .ja {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.22);
}
.bg-recruit2 .top-recruit .recbox01 .rec-title .eng {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 7rem;
  color: #D4AF37;
}
.bg-recruit2 .top-recruit .recbox01 .rec-title .ja {
  display: block;
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 3.2rem;
}
@media all and (max-width: 896px) {
  .bg-recruit2 .top-recruit .recbox01 .rec-title .ja {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 639px) {
  .bg-recruit2 .top-recruit .recbox01 .rec-title .ja {
    font-size: 2rem;
  }
}
.bg-recruit2 .top-recruit .recbox01 .rec-title .ja {
  color: #333;
}
.bg-recruit2 .top-recruit .recbox01 .rec-sub-title {
  position: relative;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bg-recruit2 .top-recruit .recbox01 .rec-sub-title span {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
}
@media all and (max-width: 896px) {
  .bg-recruit2 .top-recruit .recbox01 .rec-sub-title span {
    font-size: 1.85rem;
  }
}
@media all and (max-width: 639px) {
  .bg-recruit2 .top-recruit .recbox01 .rec-sub-title span {
    font-size: 1.6rem;
  }
}
.bg-recruit2 .top-recruit .recbox01 .rec-sub-title span:not(:last-of-type) {
  margin-bottom: 8px;
}
.bg-recruit2 .rec-img-wrapper {
  width: 80%;
  aspect-ratio: 2.6/1;
}
.bg-recruit2 .rec-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-recruit2 .rec-img-wrapper.rec-img01 {
  margin-left: auto;
}
.bg-recruit2 .rec-content {
  position: relative;
}
.bg-recruit2 .rec-content .rec-txt {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 40%;
  padding: 60px 50px;
  background: #fff;
}
@media all and (max-width: 1100px) {
  .bg-recruit2 .rec-img-wrapper {
    width: 90%;
    aspect-ratio: 2/1;
  }
  .bg-recruit2 .rec-content .rec-txt {
    width: 45%;
    padding: 50px;
  }
}
@media all and (max-width: 896px) {
  .bg-recruit2 .top-recruit .recbox01 {
    left: 30px;
  }
  .bg-recruit2 .top-recruit .recbox01 .rec-sub-title span:not(:last-of-type) {
    margin-bottom: 6px;
  }
  .bg-recruit2 .rec-img-wrapper {
    aspect-ratio: 2.2/1;
  }
  .bg-recruit2 .rec-content .rec-txt {
    position: relative;
    width: 100%;
    padding: 40px 25px;
  }
}
@media all and (max-width: 639px) {
  .bg-recruit2 .top-recruit .recbox01 {
    left: 15px;
  }
  .bg-recruit2 .top-recruit .recbox01 .rec-title .eng {
    font-size: 3rem;
  }
  .bg-recruit2 .rec-img-wrapper {
    aspect-ratio: 1/1;
  }
  .bg-recruit2 .rec-content .rec-txt {
    padding: 30px 15px;
  }
}

.bg-recruit3 {
  position: relative;
}
.bg-recruit3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e9e9e9;
}
.bg-recruit3 .top-recruit {
  position: relative;
}
.bg-recruit3 .top-recruit .recbox01 {
  position: absolute;
  left: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  max-width: 800px;
}
.bg-recruit3 .top-recruit .recbox01 .rec-title {
  position: relative;
  margin-bottom: 35px;
}
.bg-recruit3 .top-recruit .recbox01 .rec-title .eng,
.bg-recruit3 .top-recruit .recbox01 .rec-title .ja {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.22);
}
.bg-recruit3 .top-recruit .recbox01 .rec-title .eng {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 7rem;
  color: #D4AF37;
}
.bg-recruit3 .top-recruit .recbox01 .rec-title .ja {
  display: block;
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 3.2rem;
}
@media all and (max-width: 896px) {
  .bg-recruit3 .top-recruit .recbox01 .rec-title .ja {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 639px) {
  .bg-recruit3 .top-recruit .recbox01 .rec-title .ja {
    font-size: 2rem;
  }
}
.bg-recruit3 .top-recruit .recbox01 .rec-title .ja {
  color: #333;
}
.bg-recruit3 .top-recruit .recbox01 .rec-sub-title {
  position: relative;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bg-recruit3 .top-recruit .recbox01 .rec-sub-title span {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
}
@media all and (max-width: 896px) {
  .bg-recruit3 .top-recruit .recbox01 .rec-sub-title span {
    font-size: 1.85rem;
  }
}
@media all and (max-width: 639px) {
  .bg-recruit3 .top-recruit .recbox01 .rec-sub-title span {
    font-size: 1.6rem;
  }
}
.bg-recruit3 .top-recruit .recbox01 .rec-sub-title span:not(:last-of-type) {
  margin-bottom: 8px;
}
.bg-recruit3 .rec-img-wrapper {
  width: 80%;
  aspect-ratio: 2.6/1;
}
.bg-recruit3 .rec-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-recruit3 .rec-img-wrapper.rec-img01 {
  margin-left: auto;
}
.bg-recruit3 .rec-content {
  position: relative;
}
.bg-recruit3 .rec-content .rec-txt {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 40%;
  padding: 60px 50px;
  background: #fff;
}
@media all and (max-width: 1100px) {
  .bg-recruit3 .rec-img-wrapper {
    width: 90%;
    aspect-ratio: 2/1;
  }
  .bg-recruit3 .rec-content .rec-txt {
    width: 45%;
    padding: 50px;
  }
}
@media all and (max-width: 896px) {
  .bg-recruit3 .top-recruit .recbox01 {
    left: 30px;
  }
  .bg-recruit3 .top-recruit .recbox01 .rec-sub-title span:not(:last-of-type) {
    margin-bottom: 6px;
  }
  .bg-recruit3 .rec-img-wrapper {
    aspect-ratio: 2.2/1;
  }
  .bg-recruit3 .rec-content .rec-txt {
    position: relative;
    width: 100%;
    padding: 40px 25px;
  }
}
@media all and (max-width: 639px) {
  .bg-recruit3 .top-recruit .recbox01 {
    left: 15px;
  }
  .bg-recruit3 .top-recruit .recbox01 .rec-title .eng {
    font-size: 3rem;
  }
  .bg-recruit3 .rec-img-wrapper {
    aspect-ratio: 1/1;
  }
  .bg-recruit3 .rec-content .rec-txt {
    padding: 30px 15px;
  }
}

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

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*========= レイアウトのためのCSS ===============*/
/*========= 背景色の動きのCSS ===============*/
/*背景色が伸びて出現 共通*/
.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;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
  animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    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: #141414;
  /*伸びる背景色の設定*/
}

.bgLRextend.type1:before {
  background-color: #141414;
}

@-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: #141414;
  /*伸びる背景色の設定*/
}

@-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: #df9445;
  /*伸びる背景色の設定*/
}

@-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);
  }
}
/* sticky-area02
----------------------------------*/
.sticky-area02 {
  float: left;
  position: sticky;
  left: 0;
  top: 80px;
  width: 400px;
}
.sticky-area02.type1 {
  float: right;
}
@media all and (max-width: 1100px) {
  .sticky-area02 {
    width: 350px;
  }
}
@media all and (max-width: 896px) {
  .sticky-area02 {
    width: 250px;
  }
}
@media all and (max-width: 639px) {
  .sticky-area02 {
    float: none;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    top: 0;
  }
}

.main-area02 {
  position: relative;
  float: right;
  width: calc(100% - 440px);
}
.main-area02.type1 {
  float: left;
}
@media all and (max-width: 1100px) {
  .main-area02 {
    width: calc(100% - 380px);
  }
}
@media all and (max-width: 896px) {
  .main-area02 {
    width: calc(100% - 280px);
  }
}
@media all and (max-width: 639px) {
  .main-area02 {
    float: none;
    width: 100%;
  }
}

/* listFlow
----------------------------------*/
.listFlow {
  background: transparent;
  padding: 0;
  margin: 0;
}
.listFlow.type1 li {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  -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;
  position: relative;
  list-style: none;
  margin-bottom: 24px;
}
.listFlow.type1 li:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.listFlow.type1 li {
  /* ステップ間の矢印 */
}
.listFlow.type1 li:not(:last-child) {
  margin-bottom: 30px;
}
.listFlow.type1 li:not(:last-child):before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 45px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #D4AF37;
  z-index: 2;
  opacity: 0.6;
}
.listFlow.type1 dl {
  display: table;
  width: 100%;
  border-collapse: separate;
  margin: 0;
}
.listFlow.type1 dl dt {
  display: table-cell;
  padding: 20px 0;
  width: 110px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #fff;
  border: none;
  border-right: 1px solid #ddd;
  color: rgb(187.7, 162.1535031847, 79.3);
  font-weight: 500;
}
.listFlow.type1 dl dt .num {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 5px;
  color: rgb(187.7, 162.1535031847, 79.3);
}
.listFlow.type1 dl dd {
  display: table-cell;
  padding: 40px 35px;
  vertical-align: middle;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* ドット模様の背景 */
  background-color: #fcfaf7;
  background-image: radial-gradient(rgba(212, 175, 55, 0.1) 0.8px, transparent 0.8px);
  background-size: 6px 6px;
}
.listFlow.type1 dl dd .flow-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.listFlow.type1 dl dd .flow-2col .flow-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.listFlow.type1 dl dd .flow-2col .flow-text .mtitle-bll {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1b1004;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  /* タイトル下の線 */
}
.listFlow.type1 dl dd .flow-2col .flow-text .mtitle-bll:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #D4AF37;
  height: 2px;
  width: 60px;
}
.listFlow.type1 dl dd .flow-2col .flow-text p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #444;
  margin: 0;
}
.listFlow.type1 dl dd .flow-2col .flow-img {
  width: 35%;
  max-width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.listFlow.type1 dl dd .flow-2col .flow-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.08));
}
.listFlow {
  /* タブレット・スマホ表示 */
}
@media all and (max-width: 896px) {
  .listFlow.type1 li:not(:last-child):before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -15px;
  }
  .listFlow dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100% !important;
  }
  .listFlow dl dt {
    display: block !important;
    width: 100% !important;
    padding: 20px 15px !important;
    border-right: none !important;
    border-bottom: 1px solid #ddd !important;
    background: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .listFlow dl dt .num {
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
    font-size: 2.2rem;
  }
  .listFlow dl dd {
    display: block !important;
    width: 100% !important;
    padding: 30px 20px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .listFlow dl dd .flow-2col {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 25px;
  }
  .listFlow dl dd .flow-2col .flow-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto;
  }
  .listFlow dl dd .flow-2col .flow-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100% !important;
  }
  .listFlow dl dd .flow-2col .flow-text .mtitle-bll {
    font-size: 1.6rem;
    text-align: center;
  }
  .listFlow dl dd .flow-2col .flow-text .mtitle-bll:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .listFlow dl dd .flow-2col .flow-text p {
    text-align: left;
  }
}

/* アニメーションの土台 */
.bg-curtain {
  position: relative;
  overflow: hidden;
  display: block;
}

/* 左右のカーテン（共通設定） */
.bg-curtain::before,
.bg-curtain::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%; /* 画面の半分 */
  height: 100%;
  background-color: #1b1004;
  z-index: 10;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 1.2s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none; /* 下の要素をクリックできるようにする */
}

/* 左側のカーテン：左端を軸にして縮む */
.bg-curtain::before {
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}

/* 右側のカーテン：右端を軸にして縮む */
.bg-curtain::after {
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

/* アニメーション発動時：横幅を0にする（scaleX） */
.bg-curtain.is-active::before,
.bg-curtain.is-active::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

/* 中身のコンテンツの動き（ふわっと浮き上がる） */
.bg-curtain .inner-content {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* 少し大きくしておく */
  -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
  transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
}

.bg-curtain.is-active .inner-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.business-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-bottom: 50px;
  position: relative;
}
@media all and (max-width: 896px) {
  .business-header {
    -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;
    gap: 30px;
  }
}
.business-header .person-visual {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 325px;
  position: relative;
  text-align: center;
}
@media all and (max-width: 896px) {
  .business-header .person-visual {
    width: 330px;
  }
}
.business-header .person-visual img {
  width: 100%;
  height: auto;
  display: block;
}
.business-header .person-visual .effect-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .business-header .person-visual.is-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .business-header .person-visual.is-right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.business-header .header-text-area {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 600px;
}
@media all and (max-width: 896px) {
  .business-header .header-text-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.business-header .header-text-area .balloon {
  display: inline-block;
  background-color: #E5C100;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.7rem;
  position: relative;
  margin-bottom: 25px;
}
.business-header .header-text-area .balloon::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20%;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #E5C100 transparent transparent transparent;
}
.business-header .header-text-area .main-copy {
  font-size: 2.7rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .business-header .header-text-area .main-copy {
    font-size: 2rem;
  }
}

.business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .business-list {
    -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;
  }
}
.business-list .business-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30px;
  text-align: center;
  position: relative;
}
.business-list .business-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  border-right: 1px dotted #ddd;
}
@media all and (max-width: 896px) {
  .business-list .business-item:not(:last-child)::after {
    display: none;
  }
}
@media all and (max-width: 896px) {
  .business-list .business-item {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .business-list .business-item:not(:last-child) {
    border-bottom: 1px dotted #ddd;
  }
}
.business-list .business-item .num-badge {
  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;
  width: 36px;
  height: 36px;
  background-color: #E5C100;
  color: #333;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 auto 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.business-list .business-item .item-title {
  display: inline-block;
  font-weight: bold;
  color: #333;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 36px;
  font-family: "Zen Kaku Gothic New", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .business-list .business-item .item-title {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .business-list .business-item .item-title {
    font-size: 1.45rem;
  }
}
.business-list .business-item .arrow-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #E5C100;
  margin: 15px auto;
}
.business-list .business-item .item-text {
  line-height: 1.7;
  color: #333;
  text-align: left;
  padding: 0 10px;
}
@media all and (max-width: 896px) {
  .business-list .business-item .item-text {
    margin: 0 auto;
  }
}

.top-feature-img,
.top-feature-img2,
.top-feature-img3 {
  position: relative;
  padding-bottom: 38%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-feature-img:after,
.top-feature-img2:after,
.top-feature-img3:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #E5C100;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .top-feature-img:after,
  .top-feature-img2:after,
  .top-feature-img3:after {
    left: -6px;
    bottom: -6px;
    border-radius: 4px;
  }
}
@media all and (max-width: 639px) {
  .top-feature-img,
  .top-feature-img2,
  .top-feature-img3 {
    width: 100%;
    border-radius: 4px;
    padding-bottom: 70%;
    height: auto;
    margin-bottom: 25px;
    top: 0;
  }
}

.top-feature-img2 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28013/family.webp);
}

.top-feature-box .inner {
  padding: 1rem;
}
.top-feature-box .top-feature-txt {
  font-weight: 600;
  margin-bottom: 40px;
}
@media all and (max-width: 639px) {
  .top-feature-box .top-feature-txt {
    margin-bottom: 0;
  }
}
.top-feature-box .top-feature-txt p + p {
  margin-top: 15px;
}

.bg-omoide {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(212, 175, 55, 0.05)));
  background: linear-gradient(to bottom, #fff, rgba(212, 175, 55, 0.05));
}
.bg-omoide .single {
  position: relative;
  z-index: 2;
}
.bg-omoide .bg-omoide-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.bg-omoide .bg-omoide-items .bg-item {
  position: absolute;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 0.3;
  border-radius: 20px;
  -webkit-animation: floatItems 8s ease-in-out infinite;
          animation: floatItems 8s ease-in-out infinite;
}
.bg-omoide .bg-omoide-items .bg-item.item1 {
  width: 300px;
  height: 200px;
  top: 11%;
  right: 10px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28013/item1.webp);
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.bg-omoide .bg-omoide-items .bg-item.item2 {
  width: 250px;
  height: 250px;
  top: 29%;
  left: 50px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28013/item2.webp);
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.bg-omoide .bg-omoide-items .bg-item.item3 {
  width: 280px;
  height: 180px;
  bottom: 11%;
  right: 10%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28013/item3.webp);
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}

@-webkit-keyframes floatItems {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(-15deg);
            transform: translate(0, 0) rotate(-15deg);
  }
  50% {
    -webkit-transform: translate(10px, 20px) rotate(-10deg);
            transform: translate(10px, 20px) rotate(-10deg);
  }
}

@keyframes floatItems {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(-15deg);
            transform: translate(0, 0) rotate(-15deg);
  }
  50% {
    -webkit-transform: translate(10px, 20px) rotate(-10deg);
            transform: translate(10px, 20px) rotate(-10deg);
  }
}
@media all and (max-width: 896px) {
  .bg-enkaku-items .bg-item {
    width: 150px !important;
    height: 100px !important;
    opacity: 0.1;
  }
}
.stage {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.child-character {
  position: absolute;
  bottom: 0%;
  width: 180px;
  height: 150px;
  background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28013/walk.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: walk-animation 0.6s infinite ease-in-out;
          animation: walk-animation 0.6s infinite ease-in-out;
}

@-webkit-keyframes walk-animation {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(2deg);
            transform: translateY(-12px) rotate(2deg);
  }
}

@keyframes walk-animation {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(2deg);
            transform: translateY(-12px) rotate(2deg);
  }
}
.top-bnr.fa-bnr {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.top-bnr.fa-bnr a {
  display: block;
  padding: 100px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-bnr.fa-bnr a:before, .top-bnr.fa-bnr a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-bnr.fa-bnr a:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28013/slide2.webp) no-repeat center/cover;
  -webkit-filter: grayscale(100%) brightness(0.6);
          filter: grayscale(100%) brightness(0.6);
  z-index: -2;
}
.top-bnr.fa-bnr a:after {
  background: linear-gradient(135deg, rgba(27, 16, 4, 0.95) 0%, rgba(212, 175, 55, 0.9) 100%);
  z-index: -1;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.top-bnr.fa-bnr a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.top-bnr.fa-bnr a .inner .child-txt {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.top-bnr.fa-bnr a .inner .child-txt .bnr-title {
  margin-bottom: 25px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-bnr.fa-bnr a .inner .child-txt .bnr-title .fa-icon {
  display: block;
  font-size: 5.5rem;
  color: #E5C100;
  margin-bottom: 10px;
  -webkit-filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.5));
          filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.5));
}
.top-bnr.fa-bnr a .inner .child-txt .bnr-title .eng {
  display: block;
  font-size: 2rem;
  font-family: "Arial", sans-serif;
  color: #D4AF37;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
  text-transform: uppercase;
  opacity: 0.9;
}
.top-bnr.fa-bnr a .inner .child-txt .bnr-title .ja {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.top-bnr.fa-bnr a .inner .child-txt p {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .top-bnr.fa-bnr a .inner .child-txt p {
    text-align: left;
  }
}
.top-bnr.fa-bnr a:hover {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}
.top-bnr.fa-bnr a:hover:after {
  background: linear-gradient(135deg, rgba(27, 16, 4, 0.85) 0%, rgba(229, 193, 0, 0.9) 100%);
}
.top-bnr.fa-bnr a:hover .fa-icon {
  -webkit-filter: drop-shadow(0 0 20px #e5c100);
          filter: drop-shadow(0 0 20px #e5c100);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-bnr.fa-bnr a:hover .ja {
  color: #E5C100;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media all and (max-width: 896px) {
  .top-bnr.fa-bnr a {
    padding: 45px 15px;
  }
  .top-bnr.fa-bnr a .inner .child-txt .bnr-title .fa-icon {
    font-size: 4.5rem;
  }
  .top-bnr.fa-bnr a .inner .child-txt .bnr-title .eng {
    font-size: 1.6rem;
  }
  .top-bnr.fa-bnr a .inner .child-txt .bnr-title .ja {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .top-bnr.fa-bnr a {
    padding: 35px 15px;
  }
  .top-bnr.fa-bnr a .inner .child-txt .bnr-title .fa-icon {
    font-size: 3.8rem;
  }
  .top-bnr.fa-bnr a .inner .child-txt .bnr-title .eng {
    font-size: 1.4rem;
  }
  .top-bnr.fa-bnr a .inner .child-txt .bnr-title .ja {
    font-size: 1.8rem;
  }
}

.top-service-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: 100%;
}
.top-service-img .img01,
.top-service-img .img02 {
  width: 48%;
}
.top-service-img .img01 img,
.top-service-img .img02 img {
  width: 100%;
  height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 42%;
     object-position: 50% 42%;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .top-service-img .img01 img,
  .top-service-img .img02 img {
    height: 200px;
  }
}
.top-service-img .img01 img + img,
.top-service-img .img02 img + img {
  margin-top: 8%;
}
.top-service-img .img02 {
  margin-top: 40px;
}

@media all and (max-width: 896px) {
  .top-service-img {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .top-service-img .img02 {
    max-width: 350px;
  }
}
@media all and (max-width: 639px) {
  .top-service-img .img02 {
    margin-top: 20px;
  }
}