@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/********************/
body {
  color: #1d284c;
  background: #fafafa;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック体", 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: 400;
  position: relative;
  letter-spacing: 0.05em;
}

a {
  color: #025f9e;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.bg-blue2 {
  background: #d7f0f3;
}

@media screen and (max-width: 1025px) {
  #wrapper {
    overflow: hidden;
  }
}

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

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-round {
  border-radius: 0 0 40px 0;
}

.bold {
  font-weight: 600;
}

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

h2 .ja,
h3 .ja,
h4 .ja {
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
}

.mincho {
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
}

.eng-txt {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}

.bigger {
  font-size: 1.8rem;
}

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

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

.font_en {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-inline {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#035193), color-stop(36.85%, #0D6CC4), color-stop(65.19%, #026eb7));
  background: linear-gradient(90deg, #035193 0%, #0D6CC4 36.85%, #026eb7 65.19%);
  background-size: 300%;
  background-position: left top;
  color: #fff;
  border-radius: 40px;
}

.btn-inline i {
  display: inline-block;
  padding-right: 3px;
}

.btn-inline:hover {
  background-position: 80% 0;
}

/* animation
----------------------------------*/
@-webkit-keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.animation {
  opacity: 0;
}

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

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

.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fafafa;
  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 .logomark {
  width: 80px;
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-animation: load-in 0.6s ease-in forwards;
          animation: load-in 0.6s ease-in forwards;
}

.loader.off {
  display: none;
}

@-webkit-keyframes load-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes load-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-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 {
  position: relative;
}

.gradient:before {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(89.74deg, #308497 -2.33%, #51BCD4 30.93%, #7FCCCC 64.97%, #A1D2B8 99.77%);
  background-size: 600% 600%;
  -webkit-animation: anim-gradient 8s ease infinite;
          animation: anim-gradient 8s 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 {
  position: absolute;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#l-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c2ac59), color-stop(52%, #c2ac59), color-stop(52.1%, #026eb7), to(#026eb7));
  background-image: linear-gradient(to top, #c2ac59 0%, #c2ac59 52%, #026eb7 52.1%, #026eb7 100%);
}

#l-header.is-fixed {
  position: fixed;
  background: #fafafa;
}

#l-header.is-fixed .inner {
  padding: 10px 0;
}

#l-header.is-fixed .inner #logo {
  width: 320px;
}

#l-header.is-fixed .inner #logo .logo2 {
  display: none;
}

#l-header.is-fixed .inner #logo .logo {
  display: block;
}

#l-header.is-fixed .head-right_tel {
  display: none;
}

#l-header .inner {
  position: relative;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  padding: 20px 0 0;
}

@media screen and (max-width: 1101px) {
  #l-header .inner {
    max-width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1025px) {
  #l-header .inner {
    min-width: initial;
  }
}

#l-header .inner #logo {
  -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);
  position: absolute;
  left: 10px;
  top: 20px;
  width: 500px;
}

#l-header .inner #logo .logo2 {
  display: block;
}

#l-header .inner #logo .logo {
  display: none;
}

@media screen and (max-width: 1300px) {
  #l-header .inner #logo {
    width: 220px;
  }
}

#l-header .inner .logo2 {
  display: none;
}

#l-header .head-right {
  margin-left: auto;
}

#l-header .head-right .sns-list {
  margin-top: 15px;
  margin-left: 10px;
}

@media screen and (max-width: 1025px) {
  #l-header .head-right {
    display: none;
  }
}

#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: #ffffff;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.1;
  position: relative;
}

#l-header .head-right_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}

#l-header .head-right_tel a:hover {
  color: #038ce9;
}

#header_nav {
  position: relative;
  width: 650px;
}

.is-fixed #header_nav ul li a {
  color: #1d284c;
  text-shadow: none;
}

.is-fixed #header_nav ul li a span {
  color: #026eb7;
}

.is-fixed #header_nav ul li a.active span, .is-fixed #header_nav ul li a:hover span {
  color: #c2ac59;
}

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

#header_nav ul li {
  position: relative;
}

#header_nav ul li.btn-contact a {
  padding: 20px 20px 21px 40px;
  background: #026eb7;
  color: #fff;
  display: block;
  position: relative;
}

#header_nav ul li.btn-contact a .eng {
  color: #fff !important;
}

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

#header_nav ul li a {
  display: block;
  color: #fff;
  position: relative;
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 15px 0;
  font-weight: 600;
  letter-spacing: 0;
}

#header_nav ul li a .eng {
  display: block;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #026eb7;
  position: relative;
}

#header_nav ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background: #026eb7;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.2s width ease-in;
  transition: 0.2s width ease-in;
}

#header_nav ul li a:hover span, #header_nav ul li a.active span {
  color: #026eb7;
}

#header_nav ul li a:hover:after, #header_nav ul li a.active:after {
  width: 20px;
}

#header_nav .dropdown {
  display: none;
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
  padding-top: 10px;
}

#header_nav .dropdown.is-open {
  display: block;
  z-index: 199;
  height: auto;
}

#header_nav .dropdown.is-open .drop-inner {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#header_nav .dropdown.drop-last {
  left: auto;
  right: -80px;
}

#header_nav .dropdown .dropdown-ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 10px 8px;
  background: rgba(247, 240, 221, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 15px;
}

#header_nav .dropdown .dropdown-ul.type-col3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

#header_nav .dropdown .dropdown-li {
  border-right: 0;
  background: #fff;
  width: 130px;
  border-radius: 0 0 20px 0;
}

#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 100%;
  padding: 12px 10px;
  color: #1d284c;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

#header_nav .dropdown .dropdown-li a .footer-only {
  display: none;
}

#header_nav .dropdown .dropdown-li a:hover {
  color: #492d18;
}

#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: #026eb7;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
}

#page-top a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 639px) {
  #page-top {
    bottom: 50px;
  }
}

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

#slide-wrap {
  position: relative;
}

#slide-wrap:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 2;
}

#mv_video {
  position: relative;
  width: 100%;
  aspect-ratio: 2.2/1;
}

#mv_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1101px) {
  #mv_video {
    aspect-ratio: 2/1;
  }
}

@media screen and (max-width: 639px) {
  #mv_video {
    aspect-ratio: 1.6/1;
  }
}

#slideshow {
  position: relative;
  margin-inline: auto;
  overflow: hidden;
}

#slideshow .swiper-slide {
  position: relative;
}

#slideshow .slide-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 7/3;
  height: auto;
}

#slideshow .slide-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1025px) {
  #slideshow .slide-img {
    aspect-ratio: 6 / 3;
  }
}

@media screen and (max-width: 639px) {
  #slideshow .slide-img {
    aspect-ratio: 6 / 5;
  }
}

.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 screen 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 {
  z-index: 50;
  position: absolute;
  left: 2%;
  bottom: 3%;
  z-index: 10;
  width: 36%;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  will-change: transform, opacity;
}

#catch:before {
  content: "";
  position: absolute;
  left: 18%;
  top: 10%;
  width: 45%;
  aspect-ratio: 1.8/1;
  background-image: -webkit-gradient(linear, left top, right top, from(#c2ac59), to(#add19b));
  background-image: linear-gradient(to right, #c2ac59, #add19b);
  -webkit-clip-path: polygon(60% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(60% 0%, 0% 100%, 100% 100%);
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  z-index: -1;
  opacity: 0.6;
}

@media screen and (max-width: 1440px) {
  #catch {
    right: 20px;
  }
}

@media screen and (max-width: 1025px) {
  #catch {
    width: 50%;
  }
}

@media screen and (max-width: 639px) {
  #catch {
    width: 70%;
    left: 8%;
  }
}

#scrolldown {
  position: absolute;
  right: 15px;
  bottom: 60px;
  color: #fefefe;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-size: 1.4rem;
  z-index: 100;
  height: 210px;
}

#scrolldown:before, #scrolldown:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: 50%;
}

#scrolldown:before {
  width: 1px;
  height: 100px;
  bottom: 0;
  background: #f0f0f0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#scrolldown:after {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  top: 100px;
  margin-left: -4px;
  -webkit-animation: scroll-point 2.3s ease-out infinite;
          animation: scroll-point 2.3s ease-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media screen and (max-width: 1025px) {
  #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 {
  max-width: 350px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 1101px) {
  .contact_bnr {
    padding: 0 16px;
  }
}

.contact_bnr > li:first-of-type {
  margin-bottom: 10px;
}

.contact_bnr > li .bnr_tel {
  position: relative;
  display: block;
  height: 100%;
  border-top: 4px solid #9489d2;
  border-bottom: 4px solid #9489d2;
  padding: 10px;
  color: #026eb7;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.contact_bnr > li .bnr_tel .number {
  display: block;
  position: relative;
  font-size: 3rem;
  white-space: nowrap;
}

.contact_bnr > li .bnr_tel .number:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.6em;
}

.contact_bnr > li .bnr_tel:hover {
  color: #035193;
  background: transparent;
}

@media screen and (max-width: 1025px) {
  .contact_bnr > li .bnr_tel .number {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 639px) {
  .contact_bnr > li .bnr_tel {
    border-bottom: none;
  }
  .contact_bnr > li .bnr_tel .number {
    font-size: 2rem;
  }
}

.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}

.contact_bnr > li .bnr_fax {
  background: #fdfdfd;
  color: #026eb7;
}

.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}

.contact_bnr > li .bnr_mail {
  width: 100%;
  font-size: 1.7rem;
  background: #026eb7;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}

.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}

@media screen and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.4rem;
  }
}

.contact_bnr > li .bnr_mail:hover {
  background: #026eb7;
  color: #fff;
}

.contact_bnr > li .bnr_line {
  width: 100%;
  font-size: 1.7rem;
  background: #06c052;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}

.contact_bnr > li .bnr_line:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f3c0";
  font-weight: 400;
}

@media screen and (max-width: 639px) {
  .contact_bnr > li .bnr_line {
    font-size: 1.4rem;
  }
}

.contact_bnr > li .bnr_line:hover {
  background: #026eb7;
  color: #fff;
}

.contact_bnr > li a,
.contact_bnr > li span {
  display: block;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 639px) {
  .contact_bnr {
    max-width: 85%;
    margin-inline: auto;
  }
  .contact_bnr > li {
    width: 100%;
  }
  .contact_bnr > li .contact_bnr_lead {
    height: 45px;
  }
  .contact_bnr > li .eigyou {
    font-size: 1.1rem;
  }
  .contact_bnr > li .eigyou .lead {
    margin-right: 8px;
  }
}

/* footer
----------------------------------*/
.footer-deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  margin: 0 auto -20px;
}

.footer-deco li {
  width: 33.33%;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

@media screen and (max-width: 639px) {
  .footer-deco {
    padding: 0 20px;
    margin-bottom: -40px;
  }
}

#l-footer {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 1025px) {
  #l-footer {
    max-width: calc(100% - 15px);
  }
}

#l-footer:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(194, 172, 89, 0.1);
  border-radius: 20px;
  z-index: -1;
}

#l-footer .inner {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  z-index: 2;
  padding: 60px 50px 40px 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1101px) {
  #l-footer .inner {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
  }
  #l-footer .inner {
    padding: 30px 20px;
    font-size: 1.2rem;
  }
}

#l-footer .footer-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

#l-footer .footer-wrap .footer-left {
  width: 30%;
}

#l-footer .footer-wrap .footer-right {
  width: 60%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 1025px) {
  #l-footer .footer-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 639px) {
  #l-footer .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #l-footer .footer-wrap .footer-left,
  #l-footer .footer-wrap .footer-right {
    width: 100%;
  }
  #l-footer .footer-wrap .footer-left {
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto 20px;
  }
  #l-footer .footer-wrap .footer-right {
    padding: 0 10px;
  }
}

.map-big {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 30px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

/* footer_navi
----------------------------------*/
.footer_navi {
  position: relative;
}

.footer_navi .globalNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_navi .globalNav li {
  width: 33%;
  margin-bottom: 10px;
}

.footer_navi .globalNav li.btn-contact {
  display: none;
}

.footer_navi .globalNav li:first-child {
  display: none;
}

.footer_navi .globalNav li a {
  color: #1d284c;
  padding-bottom: 3px;
  position: relative;
  font-weight: 600;
  display: block;
  line-height: 1.4;
  height: 100%;
  font-size: 13px;
}

.footer_navi .globalNav li a .eng {
  display: none;
}

.footer_navi .globalNav li a:hover {
  color: #492d18;
}

.footer_navi .globalNav li .dropdown {
  display: none;
  margin-top: 10px;
  padding: 8px 5px 5px;
}

@media screen and (max-width: 639px) {
  .footer_navi .globalNav li .dropdown {
    padding: 10px;
  }
}

.footer_navi .globalNav li .dropdown .dropdown-ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 6px 15px;
  max-width: 320px;
}

.footer_navi .globalNav li .dropdown .dropdown-li {
  width: 100%;
}

.footer_navi .globalNav li .dropdown .dropdown-li:first-of-type {
  display: block;
}

.footer_navi .globalNav li .dropdown .dropdown-li a {
  font-size: 13px;
  color: #ddd;
  line-height: 1.5;
  letter-spacing: 0;
  border: none;
  display: block;
}

.footer_navi .globalNav li .dropdown .dropdown-li a:before {
  background: #fff;
}

@media screen and (max-width: 639px) {
  .footer_navi .globalNav li {
    font-size: 12px;
    width: 100%;
  }
}

.footer-title {
  font-weight: 600;
}

.footer-title span {
  background: #000;
  color: #fff;
  padding: 3px 8px;
}

.flogo {
  width: 300px;
  margin-bottom: 20px;
}

.flogo svg {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .flogo {
    width: 200px;
    margin-bottom: 30px;
  }
}

.address {
  margin-top: 5px;
  font-weight: 600;
  font-size: 13px;
}

.copyright {
  padding: 20px 0;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  width: 100%;
  border-bottom: 0;
  font-weight: 400;
  color: #555;
}

.copyright:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ccc;
  z-index: -1;
}

@media screen and (max-width: 1025px) {
  .copyright {
    font-size: 12px;
  }
}

/*----------------------------------
 top-contents
----------------------------------*/
.blog-link-box {
  display: block;
  max-width: 760px;
  margin: 0 auto;
}

.blog-link-box img {
  -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-link-box:hover img {
  -webkit-filter: drop-shadow(20px 20px 8px rgba(2, 110, 183, 0.1));
          filter: drop-shadow(20px 20px 8px rgba(2, 110, 183, 0.1));
}

@media screen and (max-width: 1025px) {
  .blog-link-box {
    padding: 0 10px;
  }
}

/* --news--
----------------------------------*/
.news-box {
  margin: 0 auto 50px;
  max-width: 1200px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1025px) {
  .news-box {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    padding: 20px 10px;
  }
}

.news-title {
  text-align: center;
  position: relative;
}

.news-title span {
  display: block;
}

.news-title .eng {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #026eb7;
  position: relative;
  font-size: 3rem;
}

.news-title .ja {
  font-size: 1.5rem;
  position: relative;
  font-weight: 600;
}

@media screen and (max-width: 639px) {
  .news-title {
    margin-bottom: 30px;
  }
  .news-title .eng {
    font-size: 2.4rem;
  }
  .news-title .ja {
    font-size: 1.4rem;
  }
}

.news-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
}

@media screen and (max-width: 1025px) {
  .news-right {
    width: 100%;
    margin: 10px 0 0;
  }
}

.map-link {
  font-weight: 600;
  color: #026eb7;
  border-bottom: 1px solid #026eb7;
}

.map-link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 5px;
}

/* contents
----------------------------------*/
.single {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 3;
}

.single.type1 {
  padding: 80px 0 0;
}

@media screen and (max-width: 1101px) {
  .single {
    padding: 80px 10px;
  }
}

.single02 {
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

.single03 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1101px) {
  .single03 {
    padding: 80px 10px;
  }
}

.margin-top {
  margin-top: -80px;
}

@media screen and (max-width: 1025px) {
  .margin-top {
    margin-top: -30px;
  }
}

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

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.mbox {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background: white;
  padding: 35px 40px;
}

.mbox.type1 {
  background: rgba(3, 81, 147, 0.4);
}

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

.mbox.transparent {
  background: transparent;
}

@media screen and (max-width: 639px) {
  .mbox {
    padding: 20px 15px;
    border-radius: 0 0 20px 0;
  }
}

.mbox2 {
  background: rgba(255, 255, 255, 0.6);
  padding: 35px 30px;
  border: 8px solid #c2ac59;
}

.mbox2.transparent {
  background: transparent;
}

@media screen and (max-width: 639px) {
  .mbox2 {
    padding: 15px;
  }
}

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

.small-box.type1 {
  max-width: 600px;
}

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

.bg-grid {
  background: #fafafa;
  /* 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-dot {
  position: relative;
}

.bg-dot:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: radial-gradient(#dedede 10%, transparent 10%);
  background-position: 16px 16px;
  background-size: 32px 32px;
}

.bg-gradient {
  position: relative;
}

.bg-gradient:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
}

.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(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/map.png) no-repeat right 50%/contain;
}

@media screen and (max-width: 639px) {
  .bg-map:before {
    width: 90%;
  }
}

.bg-wall {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/bg-wall.jpg);
}

#main {
  float: left;
  width: 76%;
}

#main .mbox {
  min-height: 300px;
}

@media screen and (max-width: 1025px) {
  #main .mbox {
    min-height: initial;
  }
}

@media screen and (max-width: 1025px) {
  #main {
    float: none;
    width: 100%;
  }
}

#side {
  float: right;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 100px;
  width: 21%;
  padding-right: 10px;
}

@media screen and (max-width: 1025px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}

/* mtitle
----------------------------------*/
.mtitle {
  margin: 0 auto 35px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.mtitle:before {
  position: relative;
  display: block;
  content: attr(data-title);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
  color: #555;
  letter-spacing: 0;
}

.mtitle .ja {
  font-size: 2.3rem;
  color: #492d18;
}

.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.mtitle.white:before {
  color: #fff;
}

.mtitle.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.mtitle.white span:after {
  background-color: #eee;
}

.mtitle.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.mtitle.mtitle_left:before {
  text-align: left;
}

.mtitle.mtitle_right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 639px) {
  .mtitle {
    text-align: center;
  }
  .mtitle:before {
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .mtitle .ja {
    font-size: 1.5rem;
  }
}

.mtitle2 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  position: relative;
}

.mtitle2:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #ccc;
  display: inline-block;
  margin: 0 1em;
}

.mtitle2 span {
  position: relative;
  z-index: 2;
}

.mtitle2 .eng {
  font-size: 2.2rem;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #c2ac59;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  letter-spacing: 0;
}

.mtitle2 .ja {
  font-size: 2rem;
  color: #333;
}

@media screen and (max-width: 639px) {
  .mtitle2:before {
    width: 15px;
  }
  .mtitle2 .eng {
    font-size: 1.2rem;
  }
  .mtitle2 .ja {
    font-size: 1.5rem;
  }
}

.mtitle3 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: absolute;
  min-height: 100px;
  top: 40px;
  left: 30px;
}

.mtitle3 .ja {
  display: block;
  font-size: 2.6rem;
  border-right: 2px solid #026eb7;
  letter-spacing: 0.2em;
  padding-right: 5px;
  font-weight: 400;
}

.mtitle3 .eng {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #026eb7;
  padding-left: 3px;
}

@media screen and (max-width: 639px) {
  .mtitle3 {
    left: 10px;
    top: 15px;
  }
  .mtitle3 .ja {
    font-size: 1.6rem;
  }
  .mtitle3 .eng {
    font-size: 1.3rem;
  }
}

.mtitle_line {
  font-size: 1.8rem;
  padding-bottom: 20px;
  position: relative;
  font-weight: 600;
  margin-bottom: 25px;
  color: #035193;
  letter-spacing: 0.2rem;
}

.mtitle_line span {
  display: block;
  font-size: 1.4rem;
  color: #026eb7;
}

.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  opacity: 0.6;
  background-image: repeating-linear-gradient(-45deg, #035193, #aaa 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.4rem;
  }
  .mtitle_line span {
    font-size: 1.2rem;
  }
}

.mtitle4 {
  font-weight: 600;
  text-align: center;
  color: #026eb7;
  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: #026eb7;
}

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

@media screen and (max-width: 639px) {
  .mtitle4 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 320px) {
  .mtitle4 span:before {
    left: -3px;
  }
  .mtitle4 span:after {
    right: -3px;
  }
}

.mtitle5 {
  position: relative;
}

.mtitle5 span {
  position: relative;
  z-index: 2;
  padding: 0 15px 8px;
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  font-size: 1.35em;
  line-height: 1.4;
  color: #026eb7;
  display: inline-block;
}

.mtitle5:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: #8EC6E1;
  opacity: 0.3;
}

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 3px solid #026eb7;
  margin: 8px 0 15px;
  line-height: 1.4;
  text-align: left;
}

.mtitle_sub:before {
  position: absolute;
  left: -3px;
  bottom: 0;
  content: "";
  width: 3px;
  height: 50%;
  background-color: #9489d2;
}

.mtitle_box {
  background: #90c178;
  color: #fff;
  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;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

@media screen and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.3rem;
  }
}

.mtitle_box.type1 {
  background: #c2ac59;
}

.mtitle_box.type2 {
  background: #8EC6E1;
}

.mtitle_box2 {
  background: #026eb7;
  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 screen and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
    padding-right: 40px;
  }
  .mtitle_box2 span {
    font-size: 12px;
  }
  .mtitle_box2:before {
    width: 215px;
    right: -170px;
  }
}

.mtext1 {
  font-size: 2.2rem;
  line-height: 1.6;
}

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

.mtext2 {
  font-size: 3rem;
  line-height: 1.6;
}

@media screen and (max-width: 639px) {
  .mtext2 {
    font-size: 1.7rem;
    padding: 4px 8px;
  }
}

.mtext3 {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}

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

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #026eb7;
}

/* btn
----------------------------------*/
.btn01 {
  margin-top: 30px;
}

.btn01 a {
  position: relative;
  display: block;
  width: 300px;
  max-width: 90%;
  margin-inline: auto;
  padding: 12px 30px 12px 8px;
  background: #fefefe;
  border: 2px solid #1d284c;
  border-radius: 60px;
  font-weight: 600;
  color: #1d284c;
  text-align: center;
}

.btn01 a .arrow {
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background: #1d284c;
  -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);
}

.btn01 a .arrow:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 1px;
  width: 1px;
  height: 12px;
  background: #1d284c;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.btn01 a:hover {
  background: #dd632f;
  color: #fff;
}

.btn01 a:hover .arrow {
  right: -25px;
}

.btn01.type1 a {
  max-width: 350px;
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .btn01.type1 a {
    max-width: 270px;
    white-space: nowrap;
  }
}

.btn01.mail {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.btn01.mail a {
  background: #f7d579;
  margin: 15px auto 25px;
}

.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}

.btn01.type-right a {
  margin-left: auto;
  margin-right: 0;
}

.btn01.type-left a {
  margin-left: 0;
}

.btn01.type-mini {
  margin-top: 0;
}

.btn01.type-mini a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  border: none;
  font-size: 14px;
}

@media screen and (max-width: 639px) {
  .btn01 a {
    width: 90%;
  }
  .btn01.type-right {
    padding-right: 10px;
  }
}

.btn02 {
  width: 300px;
  margin: 20px auto 20px;
}

.btn02 a {
  display: block;
  position: relative;
  padding: 15px 0;
  background-color: #026eb7;
  line-height: 24px;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
}

.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn02 a:hover {
  opacity: 0.5;
}

.btn02 a:hover i {
  width: 34px;
}

.btn02.left {
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 639px) {
  .btn02 {
    width: 260px;
  }
  .btn02 a {
    font-size: 1.4rem;
  }
}

/* news
----------------------------------*/
.news .news-inner {
  padding: 15px 0;
  border-top: 1px solid #555;
  font-size: 1.4rem;
  font-weight: 600;
}

.news .news-inner:last-of-type {
  border-bottom: 1px solid #555;
}

@media screen and (max-width: 639px) {
  .news .news-inner {
    font-size: 13px;
    padding: 10px 4px;
  }
}

.news dt {
  color: #026eb7;
}

.news dt .category {
  font-size: 13px;
  background: #c2ac59;
  color: #fff;
  padding: 2px 4px;
  margin-left: 8px;
  font-weight: 400;
}

@media screen and (max-width: 639px) {
  .news dt {
    width: 100%;
  }
  .news dt .category {
    font-size: 12px;
  }
}

.news dd {
  margin-left: 8px;
}

.news dd a {
  color: #222;
  background-image: -webkit-gradient(linear, left top, right top, from(#026eb7), to(#f7d579));
  background-image: linear-gradient(to right, #026eb7, #f7d579);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
}

.news dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

@media screen and (max-width: 639px) {
  .news dd {
    width: 100%;
    margin: 5px 0 0;
  }
}

.news-bl {
  overflow: hidden;
}

.news-bl.type1 dt {
  width: 100px;
  text-align: left;
}

.news-bl.type1 dt .news-date {
  color: #026eb7;
}

.news-bl .news-bl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 16px;
  -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);
}

.news-bl .news-bl-inner:hover {
  background: #fefefe;
  -webkit-box-shadow: rgba(143, 111, 96, 0.1) 0px 10px 10px -10px;
          box-shadow: rgba(143, 111, 96, 0.1) 0px 10px 10px -10px;
}

.news-bl .news-bl-inner:not(:last-of-type) {
  border-bottom: 1px dashed #ddd;
}

@media screen and (max-width: 639px) {
  .news-bl .news-bl-inner {
    padding: 18px 12px;
  }
}

.news-bl dt {
  width: 200px;
  line-height: 1.3;
  text-align: center;
}

.news-bl dt .news-date {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.news-bl dt .news-category {
  display: inline-block;
  width: 80px;
  margin-left: 16px;
  padding: 6px 10px;
  background: #f8cece;
  border-radius: 20px;
  color: #492d18;
  font-size: 14px;
}

.news-bl dt .news-category.category_7136 {
  background: #c6c0e7;
}

.news-bl dt .news-category.category_7137 {
  background: #E7EBEC;
}

.news-bl dt .news-category.category_7138 {
  background: #f7f0dd;
}

.news-bl dt .news-category.category_7139 {
  background: #f7d579;
}

@media screen and (max-width: 639px) {
  .news-bl dt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-bl dt .md {
    font-size: 1.3rem;
  }
}

.news-bl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 50px;
  line-height: 1.6;
}

.news-bl dd a {
  color: #1d284c;
  background-image: -webkit-gradient(linear, left top, right top, from(#026eb7), to(#c2ac59));
  background-image: linear-gradient(to right, #026eb7, #c2ac59);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
}

.news-bl dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

@media screen and (max-width: 639px) {
  .news-bl dd {
    margin-left: 0;
    margin-top: 8px;
    font-size: 13px;
  }
}

/* page-title
----------------------------------*/
.page-title {
  position: relative;
  overflow: hidden;
}

.page-title:before, .page-title:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-title:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/1.jpg);
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 1101px) {
  .page-title:before {
    background-attachment: scroll;
  }
}

.page-title:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#8f6f60), to(#c2ac59));
  background-image: linear-gradient(to right, #8f6f60, #c2ac59);
  opacity: 0.2;
}

.page-title.page-title01:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/page-title01.jpg);
  background-position: 20% 80%;
}

.page-title.page-title02:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/page-title02.jpg);
  background-position: 65% 50%;
}

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

@media screen and (max-width: 1101px) {
  .page-title .inner {
    padding: 0 20px 0;
    height: 400px;
  }
}

@media screen and (max-width: 639px) {
  .page-title .inner {
    height: 300px;
  }
}

.page-title .inner .page-lead {
  font-size: 3.2rem;
  position: relative;
  padding-bottom: 20px;
}

.page-title .inner .page-lead.on .eng {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0.8;
}

.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: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  -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 .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;
  letter-spacing: 0.1em;
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
}

@media screen and (max-width: 1300px) {
  .page-title .inner .page-lead {
    padding-left: 15px;
  }
}

@media screen and (max-width: 639px) {
  .page-title .inner .page-lead {
    font-size: 1.5rem;
  }
  .page-title .inner .page-lead .eng {
    font-size: 1.4rem;
  }
}

.bg-greet {
  position: relative;
  margin-top: 80px;
}

.bg-greet:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 90%;
  height: 60%;
}

.bg-greet::after {
  content: "";
  position: absolute;
  top: -25px;
  right: 70px;
  width: 300px;
  height: 300px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/top_deco.png) no-repeat center/contain;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

@media screen and (max-width: 1101px) {
  .bg-greet:before {
    width: 80%;
    height: 75%;
  }
  .bg-greet::after {
    top: -65px;
    right: 35px;
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 639px) {
  .bg-greet:before {
    width: 92%;
    height: 80%;
  }
}

.bg-01 {
  position: relative;
}

.bg-01:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 20px;
  width: calc(100% - 60px);
  height: 70%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #e2e5e7;
}

@media screen and (max-width: 1440px) {
  .bg-01:before {
    top: 70px;
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 639px) {
  .bg-01:before {
    top: 40px;
    width: calc(100% - 30px);
    height: 90%;
  }
}

.bg-02 {
  position: relative;
  margin-top: 220px;
}

.bg-02:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f1f8f3;
}

@media screen and (max-width: 639px) {
  .bg-02 {
    margin-top: 60px;
  }
}

.bg-03 {
  position: relative;
  margin-top: 40px;
}

.bg-03:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: calc(100% - 60px);
  height: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/body-white.jpg);
}

@media screen and (max-width: 1440px) {
  .bg-03:before {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 639px) {
  .bg-03 {
    padding: 0 14px;
  }
}

.bg-pattern {
  position: relative;
}

.bg-pattern:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/body-white.jpg);
  opacity: 0.5;
  z-index: -1;
}

.bg-body_blue {
  position: relative;
}

.bg-body_blue::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/body-blue.jpg) repeat center/120px;
}

.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(#f8cece), color-stop(50%, #f2d6c3), color-stop(65%, #f1d8c0), color-stop(75.5%, #f1d9bf), color-stop(82.85%, #f0dabf), color-stop(88%, #f0dabe), to(#f0dabe));
  background-image: linear-gradient(to bottom, #f8cece 0%, #f2d6c3 50%, #f1d8c0 65%, #f1d9bf 75.5%, #f0dabf 82.85%, #f0dabe 88%, #f0dabe 100%);
  opacity: 0.3;
}

.bg-base.type1 {
  position: relative;
}

.bg-base.type1:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 60px);
  height: calc(100% - 10px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ebecec;
  opacity: 1;
  z-index: -2;
}

@media screen and (max-width: 1101px) {
  .bg-base.type1:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}

.bg-base.type2 .inner {
  position: relative;
  z-index: 3;
}

.bg-base.type2:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 60px);
  height: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fefefe;
  opacity: 0.9;
}

@media screen and (max-width: 1300px) {
  .bg-base.type2:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}

.bg-base.type3 {
  position: relative;
}

.bg-base.type3:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 60px);
  height: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #8EC6E1;
  opacity: 0.2;
}

@media screen and (max-width: 1101px) {
  .bg-base.type3:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.bg-base.type4 {
  position: relative;
}

.bg-base.type4:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 60px);
  height: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #9489d2;
  opacity: 0.2;
}

@media screen and (max-width: 1101px) {
  .bg-base.type4:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.bg-green {
  position: relative;
}

.bg-green:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/body-green.jpg);
}

.bg-gray {
  position: relative;
}

.bg-gray:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(235, 236, 236, 0.8);
  z-index: -2;
}

.bg-gray.type1 {
  background: #555;
}

.bg-gray.bg-half-bottom {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50.1%, #ebecec), to(#ebecec));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #ebecec 50.1%, #ebecec 100%);
}

.bg-gray.bg-half-upper {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebecec), color-stop(50%, #ebecec), color-stop(50.1%, transparent), to(transparent));
  background-image: linear-gradient(to bottom, #ebecec 0%, #ebecec 50%, transparent 50.1%, transparent 100%);
}

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

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

.bg-blue.type1:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #035193;
  opacity: 0.9;
}

.bg-blue.type2:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #8EC6E1;
  opacity: 0.3;
}

.bg-beige {
  background: rgba(247, 240, 221, 0.5);
}

.bg-beige.type1 {
  background: transparent;
  position: relative;
}

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

.bg-beige2 {
  background: rgba(240, 218, 190, 0.4);
}

.bg-base2 {
  position: relative;
}

.bg-base2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(2, 110, 183, 0.8);
}

/* tbl
----------------------------------*/
.tbl-company {
  width: 100%;
}

.tbl-company th,
.tbl-company td {
  padding: 12px 8px;
  vertical-align: top;
  border-bottom: 1px #ebecec solid;
}

.tbl-company th {
  width: 6em;
  font-weight: 600;
  text-align: left;
}

.tbl-company th.th-2 {
  background: #ddcdef;
  position: relative;
}

.tbl-company th.th-2:before {
  position: absolute;
  content: "";
  right: -20px;
  top: 0;
  width: 25px;
  height: 100%;
  background: #ddcdef;
  border-radius: 0 0 40px 0;
}

.tbl-company td.td-2 {
  background: #f3f0f5;
  font-weight: 600;
  color: #035193;
}

@media screen and (max-width: 639px) {
  .tbl-company th,
  .tbl-company td {
    padding: 20px 4px;
    font-size: 0.95em;
  }
}

.tbl_normal {
  width: 100%;
}

.tbl_normal.type1 th {
  width: 30%;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 639px) {
  .tbl_normal.type1 th {
    font-size: 1.6rem;
    width: 35%;
  }
}

.tbl_normal.type1 td {
  text-align: left;
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  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%;
}

.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid rgba(73, 45, 24, 0.4);
  font-size: 0.9em;
}

.tbl thead th {
  background: #035193;
  color: #fff;
}

.tbl th {
  background: rgba(247, 240, 221, 0.5);
  text-align: left;
  color: #492d18;
}

.tbl th span {
  font-size: 1.4rem;
}

.tbl td {
  background: #fff;
}

.tbl .cell01 {
  width: 35%;
}

.tbl .cell02 {
  width: 30%;
}

@media screen and (max-width: 639px) {
  .tbl th {
    text-align: left;
  }
  .tbl th,
  .tbl td {
    padding: 10px 8px;
    letter-spacing: 0;
    font-size: 12px;
  }
}

.tbl_new {
  width: 100%;
}

.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
  font-size: 1.5rem;
}

@media screen and (max-width: 639px) {
  .tbl_new tr th,
  .tbl_new tr td {
    font-size: 13px;
  }
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
  background: #ebecec;
}

.tbl_new tr th {
  font-weight: 600;
  width: 22%;
  color: #555;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0;
}

@media screen and (max-width: 639px) {
  .tbl_new tr th {
    width: 30%;
    padding-left: 10px;
  }
}

.tbl_new tr th.th-long {
  width: 100%;
  text-align: center;
  background: #8EC6E1;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 1.1em;
}

.tbl-border {
  width: 100%;
}

.tbl-border.type1 th {
  border-bottom-color: #026eb7;
}

.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;
  line-height: 1.6;
}

@media screen and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem;
  }
}

.tbl-border .small {
  font-size: 0.9em;
  line-height: 1.4;
}

.tbl-border th {
  position: relative;
  width: 22%;
  text-align: left;
  font-weight: 600;
  border-bottom-color: #026eb7;
  padding: 15px;
}

.tbl-border th.th-1 {
  width: 45%;
}

@media screen and (max-width: 639px) {
  .tbl-border th {
    width: 34%;
  }
}

.price em {
  color: #026eb7;
  font-size: 1.5em;
}

@media screen and (max-width: 639px) {
  .price {
    font-size: 1.4rem;
  }
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}

.ggmap.type1 {
  padding-bottom: 50%;
}

.ggmap.type2 {
  padding-bottom: 70%;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 639px) {
  .ggmap {
    padding-bottom: 65.25%;
  }
}

/* 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", "Zen Old Mincho", "游明朝 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: #026eb7;
}

@media screen and (max-width: 639px) {
  .list-policy {
    padding: 15px;
  }
  .list-policy li {
    font-size: 1.4rem;
  }
}

.list_check.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_check.type1 li {
  background: #035193;
  padding: 12px 8px;
  width: 31%;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 639px) {
  .list_check.type1 li {
    width: 95%;
    margin: 0 auto 5px;
  }
  .list_check.type1 li:nth-child(2n) {
    margin-left: auto;
  }
}

.list_check li {
  padding: 4px;
  padding-left: 30px;
  font-weight: 600;
  font-size: 1.1em;
  position: relative;
  margin-bottom: 5px;
}

.list_check li a {
  color: #026eb7;
  border-bottom: 1px dotted #026eb7;
}

.list_check li:before {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  width: 10px;
  height: 2px;
  background: #c2ac59;
}

@media screen and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.3rem;
  }
}

.list_check.type2 li {
  padding: 5px 5px 5px 40px;
  border-bottom: 2px solid #ebecec;
  font-size: inherit;
}

.list_check.type2 li .num {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  position: absolute;
  line-height: 1;
  left: 0;
  top: 2px;
  color: #c2ac59;
}

.list_check.type2 li:before {
  display: none;
}

.list_check2 li {
  padding: 8px;
  font-weight: 600;
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}

.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 8px;
  color: #9489d2;
}

.list_check2.type1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 5px 20px;
}

@media screen and (max-width: 639px) {
  .list_check2.type1 {
    -ms-grid-columns: 1fr;
        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: #026eb7;
  font-weight: normal;
}

.num-txt {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #c2ac59;
  border-radius: 100%;
}

.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: 10px;
  padding-bottom: 5px;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
}

.ol-list li:before {
  counter-increment: number;
  content: counter(number);
  background: #c2ac59;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 1.6rem;
  color: #f7f0dd;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 639px) {
  .ol-list li {
    font-size: 1.3rem;
  }
  .ol-list li span {
    font-size: 0.9em;
  }
  .ol-list li:before {
    font-size: 1.4rem;
  }
}

.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: #9489d2;
  font-size: 10px;
}

.list_disc.type1 li:before {
  color: #8f6f60;
}

.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 calc(1.33% + (1.33% / 2)) 10px 0;
}

.list-btn li a {
  display: block;
  background: #035193;
  font-weight: 600;
  padding: 20px 3px;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #fff;
}

.list-btn li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f358";
  font-weight: 900;
  margin-left: 5px;
}

@media screen and (max-width: 1025px) {
  .list-btn li a {
    font-size: 1.5rem;
  }
}

.list-btn li:nth-child(even) a {
  background: #c2ac59;
}

.list-btn li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 639px) {
  .list-btn li {
    width: 90%;
    margin: 0 auto 10px;
  }
  .list-btn li a {
    font-size: 1.2rem;
  }
  .list-btn li:nth-child(3n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 1025px) {
  .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 screen 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.05) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 8px;
  width: 240px;
  font-size: 1.5rem;
}

@media screen 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: #035193;
  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: #035193;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.morebtn2:hover .circle {
  width: 101%;
  background: #035193;
}

.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: #035193;
  width: 280px;
}

.morebtn2.type1 .circle {
  background: #fff;
}

.morebtn2.type1 .icon {
  background: #035193;
}

.morebtn2.type1 .icon.arrow:before {
  border-color: #035193;
}

.morebtn2.type1 .button-text {
  color: #fff;
  font-size: 1.1em;
}

.morebtn2.type1:hover .button-text {
  color: #035193;
}

/* blog
----------------------------------*/
.top-blog-box {
  position: relative;
  z-index: 5;
  margin-left: auto;
  padding: 20px;
}

@media screen and (max-width: 1101px) {
  .top-blog-box {
    margin-top: 0;
  }
}

.top-blog-box .blog-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 35px 4%;
}

@media screen and (max-width: 639px) {
  .top-blog-box .blog-wrap {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 0;
    gap: 25px 0;
  }
}

.top-blog-box .blog-wrap li {
  position: relative;
}

.top-blog-box .blog-wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background: #fefefe;
  border-radius: 10px;
  -webkit-box-shadow: 24px 24px 49px #e7e7e7, -24px -24px 49px #ffffff;
          box-shadow: 24px 24px 49px #e7e7e7, -24px -24px 49px #ffffff;
  height: 100%;
}

.top-blog-box .blog-wrap li a .blog-img {
  width: 30%;
  height: 90px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.top-blog-box .blog-wrap li a .blog-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  position: relative;
  color: #222;
}

#main .blog-wrap,
.blog_main .blog-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 35px 3%;
}

#main .blog-wrap li a .blog-detail-upper,
.blog_main .blog-wrap li a .blog-detail-upper {
  -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;
  margin-bottom: 6px;
}

@media screen and (max-width: 639px) {
  #main .blog-wrap,
  .blog_main .blog-wrap {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 0 20px;
  }
}

.blog-wrap li {
  position: relative;
}

.blog-wrap a {
  position: relative;
  background: #fff;
  display: block;
  padding-bottom: 10px;
  height: 100%;
}

.blog-wrap a .blog-detail {
  position: relative;
  padding: 10px 15px 30px;
}

@media screen and (max-width: 639px) {
  .blog-wrap a .blog-detail {
    padding: 10px 5px 30px 8px;
  }
}

.blog-wrap a .blog-detail-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}

@media screen and (max-width: 1025px) {
  .blog-wrap a .blog-detail-upper {
    -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;
  }
}

.blog-wrap a .blog-detail-category {
  font-size: 12px;
  display: inline-block;
  background: #f7d579;
  line-height: 1.2;
  padding: 2px 6px;
  margin-left: 4px;
  letter-spacing: 0;
}

.blog-wrap a .blog-img {
  overflow: hidden;
  width: 100%;
  height: 170px;
}

.blog-wrap a .blog-img img {
  -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-wrap a:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-wrap a:hover .morebtn {
  border-bottom-color: #c2ac59;
}

.morebtn {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #026eb7;
  border-bottom: 2px solid #026eb7;
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px;
  -webkit-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 639px) {
  .morebtn {
    font-size: 11px;
  }
}

.pages {
  overflow: hidden;
  margin-top: 50px;
}

.pages .page_next,
.pages .page_prev {
  display: inline-block;
  margin-bottom: 8px;
}

.pages .page_next a,
.pages .page_prev a {
  display: block;
  padding: 10px 20px;
  background-color: #fff;
  font-size: 13px;
}

.pages .page_next {
  float: left;
}

.pages .page_prev {
  float: right;
}

.blog-page-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  margin-bottom: 20px;
}

.blog-page-detail .blog-date2 {
  display: inline-block;
  color: #026eb7;
  margin-right: 10px;
}

.blog-page-detail .blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

.blog-page-detail .blog-detail_category {
  border: 1px solid #aaa;
  margin-right: 5px;
  padding: 2px 8px;
  display: inline-block;
}

.category_nav {
  border: 1px solid #dddddd;
}

.category_nav li a {
  display: block;
  padding: 15px;
  border-bottom: 1px dotted #dddddd;
  background-color: #ffffff;
}

.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 5px;
}

.category_nav li a:hover {
  background: #ebecec;
}

.category_nav li:last-child a {
  border-bottom: none;
}

.blog-title {
  line-height: 1.5;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
}

@media screen and (max-width: 639px) {
  .blog-title {
    font-size: 1.2rem;
  }
}

.blog-date {
  display: inline-block;
  color: #035193;
  font-size: 1.2rem;
}

.blog-date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

@media screen and (max-width: 639px) {
  .blog-date {
    font-size: 12px;
  }
}

.top-blog-content {
  overflow: hidden;
}

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

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

.top-blog-common {
  overflow: visible !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 50px !important;
}

.top-blog-common .swiper-slide {
  overflow: hidden;
  width: 30rem;
  border-radius: 15px;
  background: #f6f6f6;
  display: block;
  height: auto;
}

@media screen and (max-width: 639px) {
  .top-blog-common .swiper-slide {
    width: 20rem;
  }
}

.top-blog-common .swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  left: 10px;
  bottom: -20px;
}

.top-blog-common .swiper-button-prev,
.top-blog-common .swiper-button-next {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.top-blog-common .swiper-button-prev {
  margin-right: 40px !important;
}

.top-blog-common .swiper-button-prev::before,
.top-blog-common .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background: #fefefe;
  -webkit-box-shadow: 0.6rem 0.6rem 1rem rgba(73, 45, 24, 0.05), -0.6rem -0.6rem 1rem #c2ac59;
          box-shadow: 0.6rem 0.6rem 1rem rgba(73, 45, 24, 0.05), -0.6rem -0.6rem 1rem #c2ac59;
}

.top-blog-common .swiper-button-prev::after,
.top-blog-common .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #026eb7;
  border-width: 3px 3px 0 0;
}

.top-blog-common .swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.top-blog-common .swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-blog-common .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.top-blog-common .swiper-button-prev,
.top-blog-common .swiper-button-next {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.top-blog-common .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.top-blog-common .swiper-button-disabled::before {
  -webkit-box-shadow: inset 0.6rem 0.6rem 1rem rgba(73, 45, 24, 0.05), inset -0.6rem -0.6rem 1rem #c2ac59;
          box-shadow: inset 0.6rem 0.6rem 1rem rgba(73, 45, 24, 0.05), inset -0.6rem -0.6rem 1rem #c2ac59;
}

.blog-card {
  height: 100%;
  display: block;
  position: relative;
}

.blog-card:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 5px;
  height: 3px;
  background: #026eb7;
  -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: 16em;
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  padding: 8px 10px;
  background: #c2ac59;
  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: #035193;
}

.btn-more a:hover:after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

@media screen and (max-width: 639px) {
  .btn-more {
    margin-right: 10px;
  }
  .btn-more a {
    font-size: 13px;
  }
}

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

.w300 {
  width: 300px;
}

.spbr {
  display: none;
}

@media screen and (min-width: 639px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .pc {
    display: none;
  }
}

.color1 {
  color: #026eb7;
}

.color2 {
  color: #c2ac59;
}

.color3 {
  color: #85b891;
}

.color4 {
  color: #dd632f;
}

.red {
  color: #972718;
}

.relative {
  position: relative;
}

.num {
  font-weight: 600;
}

.num a {
  color: #026eb7;
  font-size: 2.8rem;
  text-align: center;
  margin-left: 5px;
}

@media screen and (max-width: 639px) {
  .num a {
    font-size: 2rem;
  }
}

.num a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}

.num a:hover {
  color: #f8cece;
}

.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.type_white {
  color: #fff;
}

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

.telbnr {
  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: 30px auto 30px;
}

.telbnr li {
  width: 47%;
  border: 3px solid #8EC6E1;
  padding: 10px 10px;
  text-align: center;
  border-radius: 50px;
}

.telbnr li.telbnr-mail a {
  font-size: 2rem;
  padding-top: 5px;
}

.telbnr li.telbnr-mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}

@media screen and (max-width: 639px) {
  .telbnr li.telbnr-mail a {
    font-size: 1.4rem;
    padding: 0;
  }
}

.telbnr li a {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #026eb7;
}

.telbnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}

.telbnr li a:hover {
  color: #026eb7;
}

@media screen and (max-width: 639px) {
  .telbnr {
    max-width: 90%;
  }
  .telbnr li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .telbnr li a {
    font-size: 2rem;
  }
}

.telbnr-ttl {
  font-weight: 600;
  font-size: 1.6rem;
  color: #333;
  margin-top: -30px;
}

.telbnr-ttl span {
  background: #fff;
  padding: 0 20px;
}

@media screen and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1.3rem;
  }
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0 20px;
  font-size: 13px;
  color: #1d284c;
  text-align: center;
}

.breadcrumb li {
  display: inline-block;
  position: relative;
}

.breadcrumb li a {
  color: #026eb7;
}

.breadcrumb li + li {
  padding-left: 5px;
  margin-left: 15px;
}

.breadcrumb li + li:before {
  position: absolute;
  content: '';
  top: 50%;
  left: -11px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

@media screen and (max-width: 639px) {
  .breadcrumb {
    font-size: 12px;
    padding-bottom: 3px;
  }
}

/* form
----------------------------------*/
.textarea,
textarea {
  border: 0;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  background: #fefefe;
}

.textarea.type2,
textarea.type2 {
  background: #f7f0dd;
  width: 300px;
}

@media screen and (max-width: 639px) {
  .textarea.type2,
  textarea.type2 {
    width: 100%;
  }
}

input[type="text"],
textarea,
.textarea {
  font-size: 16px;
}

@media screen and (max-width: 639px) {
  input[type="text"],
  textarea,
  .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;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 639px) {
  .thanks {
    max-width: 90%;
    padding: 30px 20px;
  }
}

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

.policy {
  padding: 30px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  letter-spacing: 0;
}

.policy .inner {
  padding-right: 40px;
}

@media screen and (max-width: 639px) {
  .policy {
    font-size: 1.15rem;
  }
  .policy .inner {
    padding-right: 15px;
  }
}

.mtitle_small {
  position: relative;
  font-size: 1.4em;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.mtitle_small.type_white {
  color: #fff;
}

.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #026eb7;
  position: absolute;
  left: 0;
  bottom: -1px;
}

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

.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.mtitle_small2:before {
  content: "";
  background-color: #026eb7;
  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 screen and (max-width: 639px) {
  .gallery_ul {
    margin-left: auto;
    margin-right: auto;
  }
}

.gallery_ul > li {
  width: 31.33%;
  margin-left: 2%;
  margin-bottom: 4%;
  font-weight: 600;
}

.gallery_ul > li .photobox-wrap {
  width: 100%;
  height: 220px;
  text-align: center;
  overflow: hidden;
  background: #aaa;
  margin-bottom: 10px;
}

.gallery_ul > li .photobox-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media screen and (max-width: 1025px) {
  .gallery_ul > li {
    width: 48%;
  }
}

@media screen and (max-width: 639px) {
  .gallery_ul > li {
    width: 85%;
    margin: 0 auto 30px;
  }
  .gallery_ul > li .photobox-wrap {
    height: 180px;
  }
}

.comment {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0 5px;
}

@media screen and (max-width: 639px) {
  .comment {
    font-size: 12px;
  }
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px 3%;
}

@media screen and (max-width: 639px) {
  .gallery {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.gallery li a {
  background: rgba(247, 240, 221, 0.2);
  display: block;
  text-align: center;
  padding: 0px;
  height: 240px;
}

.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

.gallery li p {
  font-size: 14px;
  margin: 3px 0 10px;
}

@media screen and (max-width: 1025px) {
  .gallery li a {
    height: 180px;
  }
}

@media screen and (max-width: 639px) {
  .gallery li a {
    height: 120px;
  }
  .gallery li p {
    font-size: 12px;
  }
}

.list2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 40px 4%;
}

@media screen and (max-width: 639px) {
  .list2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 15px;
}

@media screen and (max-width: 1025px) {
  .list2.type2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.list2 > li,
.list2 .child {
  position: relative;
}

.list2 > li.child-100,
.list2 .child.child-100 {
  -ms-grid-column: 2;
  grid-column: 2fr;
}

.business-img img {
  -webkit-box-shadow: 3px 3px rgba(2, 110, 183, 0.2) !important;
          box-shadow: 3px 3px rgba(2, 110, 183, 0.2) !important;
}

.list3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 35px 3%;
}

.list3.type1 li,
.list3.type1 .child {
  background: #fefefe;
  padding: 15px;
  border-radius: 8px;
  line-height: 1.6;
  font-size: 1.1em;
}

@media screen and (max-width: 639px) {
  .list3.type1 li,
  .list3.type1 .child {
    padding: 20px 10px 10px;
  }
}

.list3 li {
  position: relative;
}

@media screen and (max-width: 639px) {
  .list3 {
    width: 95%;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    gap: 25px 0;
  }
}

.list4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 35px 2%;
}

@media screen and (max-width: 639px) {
  .list4 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 639px) {
  .list4.sp-column2 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.list5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 25px 10px;
}

.type-flow {
  position: relative;
}

.type-flow li {
  position: relative;
  padding: 20px;
  font-size: 1.5rem;
}

.type-flow li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  background: rgba(3, 81, 147, 0.1);
  border-radius: 0 0 20px 20px;
  z-index: -1;
}

.prv dt {
  color: #026eb7;
  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: #f7f0dd;
  font-size: 1.4rem;
}

@media screen and (max-width: 639px) {
  .note {
    font-size: 1.2rem;
  }
}

.note-side {
  position: relative;
  max-width: 800px;
  margin-inline: auto;
  padding: 0 15px;
}

.note-side .btn01 {
  margin: 0;
}

@media screen and (max-width: 1025px) {
  .note-side {
    padding: 0 5px;
  }
}

.flow-dl .flow-inner {
  padding: 8px;
}

.flow-dl .flow-inner:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: solid 1px #aaa;
}

.flow-dl .flow-inner dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #035193;
}

.flow-dl .flow-inner dt .eng {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.5rem;
  color: #8EC6E1;
  margin-right: 8px;
}

.flow-dl .flow-inner dd {
  margin-top: 5px;
  padding-left: 40px;
}

@media screen and (max-width: 639px) {
  .flow-dl .flow-inner {
    padding: 6px;
  }
  .flow-dl .flow-inner dt {
    font-size: 1.25rem;
  }
  .flow-dl .flow-inner dt .eng {
    font-size: 1.7rem;
  }
  .flow-dl .flow-inner dd {
    padding-left: 30px;
  }
}

.txt1 {
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media screen 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;
}

.blog-month ul li {
  width: 49%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
}

.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}

.blog-month ul li a {
  color: #1d284c;
  font-weight: 600;
  border-bottom: 1px solid #8f6f60;
  font-size: 12px;
}

.blog-month ul li a:hover {
  color: #492d18;
}

#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.type-3 li {
  width: 30%;
  margin: 1%;
}

@media screen and (max-width: 639px) {
  .list-center.type-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-center.type-3 li {
    width: 100%;
  }
}

.list-center li {
  width: 50%;
}

@media screen 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 65px;
}

.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: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.faq-dl .faq-inner dt {
  margin-bottom: 10px;
  font-weight: 600;
  color: #026eb7;
}

.faq-dl .faq-inner dt:before {
  content: "Q";
  color: #fff;
  font-size: 3rem;
  background: #9489d2;
  border-radius: 10px 0 0 0;
}

.faq-dl .faq-inner dd:before {
  content: "A";
  color: #dd632f;
  font-size: 3rem;
  background: #f7f0dd;
  border-radius: 0 0 10px 0;
}

.point-title {
  font-weight: 600;
  font-size: 1.8rem;
}

@media screen 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: #035193;
}

.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(2, 110, 183, 0.1) 0px 7px 12px 0px;
          box-shadow: rgba(2, 110, 183, 0.1) 0px 7px 12px 0px;
}

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

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

.point-num {
  position: relative;
  z-index: 2;
  line-height: 1;
  color: #026eb7;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  text-align: center;
  margin: -10px auto 10px;
}

@media screen and (max-width: 639px) {
  .point-num {
    font-size: 2.6rem;
  }
}

.point-num.type1 {
  margin-top: 0;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 15px 0;
}

.point-num.type1:first-letter {
  color: #add19b;
}

.point-num.type1 .ja {
  display: block;
  font-size: 2rem;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-weight: 600;
  color: #333;
}

@media screen and (max-width: 639px) {
  .point-num.type1 .ja {
    font-size: 1.5rem;
  }
}

.bnr-list {
  text-align: center;
}

@media screen and (max-width: 1025px) {
  .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 screen 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 screen 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 screen and (max-width: 1025px) {
  .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: #026eb7;
  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 screen and (max-width: 1025px) {
  .sns-list li:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 0;
  }
}

.title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 1.2em;
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
}

.title01:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-left: 20px;
  background: rgba(73, 45, 24, 0.4);
}

.title01 i {
  display: inline-block;
  margin-right: 8px;
}

@media screen and (max-width: 639px) {
  .title01 {
    font-size: 1.3em;
  }
}

.title02 {
  text-align: center;
  margin-bottom: 20px;
}

.title02 span {
  display: inline-block;
  border-bottom: 2px solid #9489d2;
  font-weight: 600;
  font-size: 2rem;
  color: #026eb7;
}

@media screen and (max-width: 639px) {
  .title02 span {
    font-size: 1.4rem;
  }
}

.title02.type-left {
  text-align: left;
}

.title03 {
  margin-bottom: 10px;
}

.title03 span {
  background: #f0dabe;
  padding: 2px 5px;
  font-weight: 600;
  color: #492d18;
}

@media screen and (max-width: 639px) {
  .title03 span {
    font-size: 1.1rem;
  }
}

.title03.type1 span {
  background: #f8cece;
}

.title03.type2 span {
  background: #add19b;
  color: #492d18;
}

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

.box1 {
  position: relative;
  z-index: 4;
  margin-inline: auto;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
}

@media screen and (max-width: 639px) {
  .box1 {
    padding: 15px;
  }
}

.box1.type1 {
  background: #f7f0dd;
}

.box2 {
  font-weight: 600;
  margin-top: 30px;
  background: rgba(3, 81, 147, 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: #ebecec;
}

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

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

.slide_list {
  position: relative;
  display: none;
}

.slide_list li {
  margin-right: 1%;
}

.slide_list li img {
  width: auto;
  height: 240px;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
}

.slide_list li:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media screen and (max-width: 639px) {
  .slide_list li {
    margin-right: 4%;
  }
  .slide_list li img {
    height: 200px;
  }
}

.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 screen 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;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(73, 45, 24, 0.05);
          box-shadow: 0 0 15px rgba(73, 45, 24, 0.05);
  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 screen 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: #f8cece;
  font-size: 3.5rem;
  border-right: 1px solid #026eb7;
  padding-right: 15px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.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: #026eb7;
  border-bottom: 1px solid #026eb7;
  padding-bottom: 4px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 639px) {
  .flow-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-list > li .flow-num {
    font-size: 2.2rem;
    text-align: center;
    border-right: 0;
    padding: 0 0 4px;
    border-bottom: 1px solid #c2ac59;
  }
  .flow-list > li .flow-title {
    font-size: 1.3rem;
  }
  .flow-list > li .txt {
    margin: 20px auto 0;
  }
}

.kiritori {
  margin: 1em auto;
  max-width: 48%;
  height: 4px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/dot_line.svg) repeat-x left center/contain;
  display: block;
}

.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 screen 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: #026eb7;
  padding: 15px 4px;
  color: #111;
  -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 screen 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;
}

.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(142, 198, 225, 0.2)));
  background-image: linear-gradient(to right bottom, #fff, #fff, rgba(142, 198, 225, 0.2));
  border: 4px solid #8EC6E1;
  -webkit-box-shadow: 5px 5px #ebecec;
          box-shadow: 5px 5px #ebecec;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1025px) {
  .top-icon-list > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .top-icon-list > li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen 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: #c2ac59;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 2px solid #c2ac59;
  padding: 4px 0;
}

#sp-nav .sp-info-wrap a:not(:last-of-type) {
  margin-right: 10px;
}

.policy-txt {
  max-width: 650px;
  margin: 40px auto;
}

.policy-txt .txt-inner {
  line-height: 2;
  font-size: 1.7rem;
}

@media screen and (max-width: 639px) {
  .policy-txt {
    padding: 0 15px;
  }
  .policy-txt .txt-inner {
    font-size: 1.3rem;
  }
}

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

.title-big {
  position: relative;
  text-align: center;
}

.title-big:before {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 4px;
  content: attr(data-title);
  font-size: 1.4rem;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: #026eb7;
}

.title-big.type-left {
  text-align: left;
}

.title-big.type-left:before {
  margin-left: 0;
}

.title-big.type1:before {
  color: #035193;
}

.title-big.type1 .ja {
  color: #035193;
}

.title-big.type1 .ja:first-letter {
  color: #035193;
}

.title-big.type2:before {
  color: #f38da6;
}

.title-big.type2 .ja {
  color: #ee5f82;
}

.title-big.type3:before {
  color: #85b891;
}

.title-big.type3 .ja {
  color: #65a574;
}

.title-big.type4:before {
  color: #eebd6b;
}

.title-big.type4 .ja {
  color: dakren(#eebd6b, 5%);
}

.title-big .ja {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 3rem;
  color: #026eb7;
}

.title-big .ja.big {
  font-size: 2.4rem;
}

.title-big .small {
  font-size: 0.7em;
}

@media screen and (max-width: 639px) {
  .title-big .ja {
    font-size: 1.8rem;
  }
  .title-big .ja.big {
    font-size: 1.5rem;
  }
  .title-big:before {
    font-size: 1.1rem;
  }
}

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

.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 screen 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(73, 45, 24, 0.2) 4px 48px 60px 0px;
          box-shadow: rgba(73, 45, 24, 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: #c2ac59;
  opacity: 0.5;
}

@media screen 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;
      -ms-grid-row-align: center;
      align-self: center;
}

.ceo-wrap .ceo-txt .inner {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 639px) {
  .ceo-wrap .ceo-txt {
    width: 100%;
  }
  .ceo-wrap .ceo-txt .inner {
    padding: 25px 18px;
    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%;
}

.contents-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 40px 3%;
}

@media screen and (max-width: 639px) {
  .contents-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 0 30px;
  }
}

.contents-list a {
  display: block;
  position: relative;
  color: #222;
}

.contents-list a .eng {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  display: block;
  right: 0;
  padding: 0 15px;
  border-bottom: 1px solid #fff;
  top: 10px;
  z-index: 5;
  color: #f7f0dd;
  font-size: 3.5rem;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 639px) {
  .contents-list a .eng {
    font-size: 2rem;
  }
}

.contents-list a figure {
  position: relative;
  padding-top: 80%;
  background: #f7f0dd;
  overflow: hidden;
}

.contents-list a figure:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.contents-list a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -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);
}

.contents-list a figcaption {
  position: absolute;
  left: 10px;
  top: -20px;
  z-index: 5;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  background: #025f9e;
}

.contents-list a figcaption .big {
  font-size: 1.2em;
  display: inline-block;
  padding: 10px 4px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  -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);
}

@media screen and (max-width: 639px) {
  .contents-list a figcaption {
    top: -14px;
  }
  .contents-list a figcaption .big {
    padding: 8px;
    white-space: nowrap;
    font-size: 1.2em;
  }
}

.contents-list a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  mix-blend-mode: normal;
}

.contents-list a:hover figcaption .big {
  color: #f7f0dd;
}

.contents-list a .contents-list_text {
  margin-top: 20px;
  padding: 0 10px;
}

.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 #ebecec;
  margin-bottom: 8px;
}

.tel-list li .title03 {
  margin-right: 20px;
  width: 6em;
}

.tel-list li .title03 span {
  padding: 8px 10px;
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-box:not(:last-of-type) {
  margin-bottom: 10px;
}

.contact-box .lead {
  font-weight: 600;
  width: 6em;
  line-height: 1.4;
}

.contact-box .content {
  border-left: 2px solid rgba(143, 111, 96, 0.6);
  padding-left: 20px;
}

.contact-box .content .contact-box-tel {
  color: #dd632f;
  font-weight: 600;
  font-size: 2.4rem;
  display: block;
  line-height: 1;
}

.contact-box .content .contact-box-tel a {
  color: #972718;
}

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

@media screen and (max-width: 639px) {
  .contact-box .content .contact-box-tel {
    font-size: 2rem;
  }
}

.pdf-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 10px 3%;
}

.pdf-list.type1 {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media screen and (max-width: 639px) {
  .pdf-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.pdf-list a {
  display: block;
  text-align: center;
  background: #fff;
  border-bottom: 2px solid #f38da6;
  color: #1d284c;
  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: #f7f0dd;
}

.pdf-list a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 900;
  margin-left: 6px;
  color: #972718;
}

@media screen and (max-width: 1300px) {
  .title-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

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

.logo-wrap {
  margin: 100px auto;
}

@media screen and (max-width: 639px) {
  .logo-wrap {
    margin: 0px auto;
  }
}

.logo-wrap .logo-thoughts {
  width: 60%;
  margin: 0 auto 50px auto;
}

@media screen and (max-width: 639px) {
  .logo-wrap .logo-thoughts {
    width: 85%;
    margin: 0 auto 30px auto;
  }
}

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

.top-recruit {
  position: relative;
}

.top-recruit:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: #f7f0dd;
  z-index: -2;
}

.top-service-box {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-service-box .child {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 639px) {
  .top-service-box .child {
    width: 100%;
  }
  .top-service-box .child:first-of-type {
    margin-bottom: 40px;
  }
}

.top-service-box .child .inner {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 40px 100px;
  color: #333;
  font-weight: 600;
}

.top-service-box .child .inner:hover .morebtn2 .circle {
  width: 100%;
  background: #fff;
}

.top-service-box .child .inner:hover .morebtn2 .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}

.top-service-box .child .inner:hover .morebtn2 .circle .icon.arrow:before {
  border-color: #035193;
}

.top-service-box .child .inner:hover .morebtn2 .button-text {
  color: #035193;
}

@media screen and (max-width: 639px) {
  .top-service-box .child .inner {
    padding: 0 25px 90px;
  }
}

.top-service-box figure {
  overflow: hidden;
  max-width: 96%;
  margin: 0 auto 20px;
  border-radius: 0 0 40px 0;
}

.top-service-title {
  position: relative;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 2.5rem;
  text-align: left;
  color: #026eb7;
}

.top-service-title .eng {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #c2ac59;
  place-self: 8px;
}

.top-service-title .small {
  display: block;
  font-size: 1.6rem;
  color: #333;
}

@media screen and (max-width: 639px) {
  .top-service-title {
    font-size: 1.6rem;
  }
  .top-service-title .eng {
    font-size: 1.2rem;
  }
  .top-service-title .small {
    font-size: 1.2rem;
  }
}

.btn-service {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.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: #026eb7;
  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: #035193;
  color: #fff;
  padding: 5px 15px;
  font-weight: 600;
  position: relative;
}

@media screen and (max-width: 639px) {
  .fukidashi span {
    font-size: 1.4rem;
  }
}

.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: #035193 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fukidashi-sub {
  max-width: 800px;
  margin: -40px auto 40px;
  text-align: center;
  padding: 35px 20px 15px;
  background: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1em;
}

.wb-02 {
  width: 320px;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 5;
}

@media screen and (max-width: 1101px) {
  .wb-02 {
    width: 25%;
  }
}

.top-about-box {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1101px) {
  .top-about-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 120px;
  }
}

@media screen and (max-width: 639px) {
  .top-about-box {
    padding: 120px 15px 0;
  }
}

.top-about-box .left {
  width: 35%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (max-width: 1101px) {
  .top-about-box .left {
    margin-bottom: 40px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.top-about-box .right {
  max-width: 55%;
  min-width: 550px;
  padding-right: 10px;
}

@media screen and (max-width: 1101px) {
  .top-about-box .right {
    max-width: 80%;
    margin-left: auto;
  }
}

@media screen and (max-width: 639px) {
  .top-about-box .right {
    max-width: 100%;
    min-width: initial;
  }
}

.policy-lead {
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  font-size: 1.8em;
  letter-spacing: 0.15em;
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
  margin-bottom: 60px;
  line-height: 1.4;
}

.policy-lead:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 0px;
  width: 80px;
  height: 80px;
  background: #c2ac59;
  opacity: 0.2;
  border-radius: 50%;
}

.policy-lead:after {
  position: absolute;
  content: "";
  right: 10px;
  bottom: -35px;
  width: 100px;
  height: 100px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/bud.png);
  opacity: 0.4;
  border-radius: 50%;
}

.policy-lead span {
  position: relative;
  padding-bottom: 8px;
  z-index: 3;
  color: #035193;
  display: block;
}

@media screen and (max-width: 639px) {
  .policy-lead {
    font-size: 1.3em;
    padding-left: 0px;
  }
}

.daily {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 40px 15px;
}

@media screen and (max-width: 1025px) {
  .daily {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 639px) {
  .daily {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    padding: 20px 0;
  }
}

.daily .daily-inner {
  padding: 15px;
  position: relative;
  background: #fff;
  border-radius: 0 0 40px 0;
}

.daily .daily-inner:nth-child(5n):before {
  display: none;
}

@media screen and (max-width: 639px) {
  .daily .daily-inner:nth-child(5n):before {
    display: block;
  }
  .daily .daily-inner:nth-child(2n):before {
    display: none;
  }
}

.daily .daily-inner:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% + 10px);
  height: 20px;
  background: #035193;
  z-index: -1;
}

.daily dt {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  margin-bottom: 14px;
}

.daily dt span {
  display: inline-block;
  background: #c2ac59;
  color: #fff;
  font-weight: 700;
  padding: 3px 15px;
  border-radius: 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 639px) {
  .daily dt span {
    font-size: 1.2rem;
  }
}

.daily dd {
  background-image: linear-gradient(rgba(194, 172, 89, 0.3) 1px, transparent 1px);
  background-size: 100% 2.5em;
  line-height: 2.5;
  font-size: 1.4rem;
  padding: 0 8px 1px;
  font-weight: 600;
}

@media screen and (max-width: 639px) {
  .daily dd {
    font-size: 1.2rem;
  }
}

.top-greet-img {
  position: absolute;
  width: 55%;
  left: 0;
  top: 0;
}

.top-greet-img .greet-eng {
  position: relative;
  display: block;
  width: 95%;
  margin-top: -80px;
  margin-left: 10px;
  opacity: 0.8;
}

.top-greet-img figure {
  position: relative;
  aspect-ratio: 1046/683;
  -webkit-mask-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/mask.svg);
          mask-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

@media screen and (max-width: 1101px) {
  .top-greet-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .top-greet-img figure {
    width: 70%;
  }
  .top-greet-img .greet-eng {
    position: absolute;
    right: 0;
    width: 55%;
  }
}

@media screen and (max-width: 639px) {
  .top-greet-img figure {
    width: 90%;
  }
}

.top-greet-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45%;
  margin-left: auto;
  padding: 40px 0 0;
}

.top-greet-wrap .top-greet-title {
  position: relative;
  -webkit-transform: translateX(-220px);
          transform: translateX(-220px);
  margin-bottom: 40px;
  z-index: 2;
}

.top-greet-wrap .top-greet-title .inner {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px;
  background: #fff;
  font-size: 3rem;
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
}

.top-greet-wrap .top-greet-title .inner em {
  color: #dd632f;
}

.top-greet-wrap .top-greet-title .inner:last-of-type {
  margin-top: 10px;
}

.top-greet-wrap .top-greet-txt {
  max-width: 650px;
  margin-inline: auto;
  letter-spacing: 0;
}

.top-greet-wrap .top-greet-txt .top-greet-main {
  position: relative;
  padding-left: 60px;
}

.top-greet-wrap .top-greet-txt p {
  line-height: 2;
  font-size: 1.05em;
}

.top-greet-wrap .top-greet-txt p:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 1101px) {
  .top-greet-wrap {
    width: 90%;
    margin: 30px auto;
  }
  .top-greet-wrap .top-greet-title {
    margin-top: -100px;
    -webkit-transform: none;
            transform: none;
  }
  .top-greet-wrap .top-greet-txt .top-greet-main {
    padding-left: 0;
  }
}

@media screen and (max-width: 639px) {
  .top-greet-wrap {
    -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: 0;
    margin: 0 auto;
  }
  .top-greet-wrap .top-greet-title {
    margin-top: -30px;
  }
  .top-greet-wrap .top-greet-title .inner {
    font-size: 1.5rem;
  }
}

.title-area {
  padding-top: 100px;
  margin-top: 60px;
}

.sec2-title {
  position: absolute;
  right: 5%;
  top: 0;
  z-index: 2;
}

.sec2-title.type-child-page {
  left: -2%;
  top: -5%;
}

.sec2-title .img {
  display: block;
  max-width: 300px;
}

.sec2-title .main {
  display: block;
  font-size: 2.6rem;
}

@media screen and (max-width: 1025px) {
  .sec2-title .img {
    max-width: 200px;
  }
}

@media screen and (max-width: 639px) {
  .sec2-title {
    position: relative;
    right: auto;
    text-align: center;
    margin: 0 auto -20px;
  }
  .sec2-title .img {
    max-width: 42%;
    margin: 0 auto 20px;
  }
  .sec2-title .main {
    font-size: 1.2em;
  }
}

.sec2-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}

.sec2-wrap .sec2-txt {
  width: 45%;
  padding: 90px 45px 0;
  position: relative;
  z-index: 2;
  line-height: 2;
  max-width: 750px;
  margin-left: auto;
}

.sec2-wrap .sec2-img-wrap {
  position: relative;
  margin-left: auto;
  width: 40%;
  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;
}

@media screen and (max-width: 1440px) {
  .sec2-wrap .sec2-img-wrap {
    width: 50%;
  }
}

.sec2-wrap .sec2-img-wrap .img-01 {
  width: 38%;
  aspect-ratio: 3/ 5;
  mix-blend-mode: multiply;
}

.sec2-wrap .sec2-img-wrap .img-02 {
  width: 46%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  aspect-ratio: 5/ 3;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
}

.sec2-wrap .sec2-img-wrap .img-02:before {
  position: absolute;
  content: "";
  right: 0;
  top: -50px;
  width: 50px;
  height: 50px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/deco02.png) no-repeat center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.sec2-wrap .sec2-img-wrap .img-03 {
  width: 62%;
  aspect-ratio: 6/3.5;
  margin-right: auto;
}

@media screen and (max-width: 1025px) {
  .sec2-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec2-wrap .sec2-txt {
    width: 65%;
    padding: 50px 20px 90px;
    margin-top: -400px;
    margin-left: 0;
  }
  .sec2-wrap .sec2-img-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 60%;
    opacity: 0.7;
  }
  .sec2-wrap .sec2-img-wrap .img-03 {
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .sec2-wrap .sec2-img-wrap {
    width: 90%;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sec2-wrap .sec2-img-wrap .img-01 {
    opacity: 0.8;
  }
  .sec2-wrap .sec2-img-wrap .img-02 {
    opacity: 0.5;
  }
  .sec2-wrap .sec2-img-wrap .img-03 {
    opacity: 0.6;
  }
  .sec2-wrap .sec2-txt {
    width: 100%;
    margin-top: 30px;
    padding: 50px 30px 70px;
  }
}

.wave-img {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.wave-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wave-img.wave01 {
  margin-top: -100px;
}

.wave-img.wave01 img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.wave-img.wave02 {
  margin-top: -80px;
  margin-bottom: -10px;
}

.wave-img.wave02 img {
  -o-object-position: center top;
     object-position: center top;
}

@media screen and (max-width: 1025px) {
  .wave-img {
    height: 200px;
  }
}

@media screen and (max-width: 639px) {
  .wave-img {
    height: 150px;
  }
}

.sec3-title-wrap {
  position: relative;
  margin-top: -100px;
}

@media screen and (max-width: 639px) {
  .sec3-title-wrap {
    margin-top: 0;
  }
}

.sec3-title {
  position: relative;
  z-index: 2;
  margin-top: -220px;
  margin-bottom: 70px;
  text-align: center;
}

.sec3-title .img {
  display: block;
  max-width: 600px;
  margin: 0 auto 30px;
}

.sec3-title .main {
  display: block;
  font-size: 3rem;
  margin-top: -30px;
}

@media screen and (max-width: 1025px) {
  .sec3-title .img {
    max-width: 60%;
    margin-top: -150px;
  }
}

@media screen and (max-width: 639px) {
  .sec3-title {
    margin-top: -110px;
  }
  .sec3-title .img {
    margin-top: -50px;
    max-width: 70%;
  }
  .sec3-title .main {
    font-size: 1.3em;
  }
}

.sec3-txt {
  position: relative;
  width: 50%;
  max-width: 600px;
  margin-inline: auto;
  line-height: 2;
}

.sec3-txt em {
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 639px) {
  .sec3-txt {
    width: 80%;
    padding: 60px 0 100px;
  }
}

.sec4-title {
  position: relative;
  margin-top: -100px;
  margin-bottom: 50px;
}

@media screen and (max-width: 639px) {
  .sec4-title {
    margin-top: -50px;
  }
}

.title-wrapper {
  position: relative;
}

@media screen and (max-width: 1300px) {
  .title-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

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

.business-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1025px) {
  .business-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.business-title:after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  height: 1px;
  background: #aed6e5;
}

.business-title .num {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
  font-weight: 600;
  font-size: 5rem;
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(89.74deg, #308497 -2.33%, #51BCD4 30.93%, #7FCCCC 64.97%, #A1D2B8 99.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 1025px) {
  .business-title .num {
    font-size: 2.8rem;
  }
}

.business-title .ja {
  font-size: 2.4rem;
  margin-left: 10px;
}

@media screen and (max-width: 1025px) {
  .business-title .ja {
    font-size: 1.6rem;
  }
}

.sdgs-title {
  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;
  margin-top: 30px;
}

.sdgs-title .ja {
  margin-right: 20px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #026eb7;
  line-height: 1.4;
  padding-right: 20px;
  border-right: 0.9px solid #ccc;
}

.sdgs-title .img {
  width: 400px;
}

@media screen and (max-width: 639px) {
  .sdgs-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .sdgs-title .ja {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-top: 10px;
    padding-top: 10px;
    border-right: 0;
    border-top: 0.9px solid #ccc;
    font-size: 2rem;
  }
  .sdgs-title .img {
    width: 80%;
    padding-bottom: 10px;
  }
}

#l-main {
  position: relative;
  z-index: 3;
}

.top-sec1 {
  position: relative;
}

/* slick
----------------------------------*/
.slider-gallery {
  padding-bottom: 40px;
  display: none;
}

.slider-gallery.sclick-initialized {
  display: block;
}

.thumb-item-nav {
  max-width: 700px !important;
  margin-inline: auto;
}

.thumb-item-nav p {
  height: 100px !important;
  overflow: hidden;
}

.thumb-item-nav p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slider-item {
  width: 100%;
  max-width: 900px !important;
  padding: 16px !important;
  background: rgba(255, 255, 255, 0.7);
}

.slider-item figure a {
  display: block;
  height: 450px;
  overflow: hidden;
}

@media screen and (max-width: 639px) {
  .slider-item figure a {
    height: 240px;
  }
}

.slider-item figure a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.slider-item.slick-active {
  -webkit-box-shadow: 0 0 15px rgba(194, 172, 89, 0.1);
          box-shadow: 0 0 15px rgba(194, 172, 89, 0.1);
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 200;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

@media screen and (max-width: 639px) {
  .slide-arrow {
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
}

.slide-arrow.prev-arrow {
  left: 50%;
  margin-left: -470px;
  border-bottom: solid 2px;
  border-left: solid 2px;
  border-color: #026eb7;
}

@media screen and (max-width: 1101px) {
  .slide-arrow.prev-arrow {
    left: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 639px) {
  .slide-arrow.prev-arrow {
    border-color: #c2ac59;
  }
}

.slide-arrow.next-arrow {
  right: 50%;
  margin-right: -470px;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #026eb7;
}

@media screen and (max-width: 1101px) {
  .slide-arrow.next-arrow {
    right: 10px;
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .slide-arrow.next-arrow {
    border-color: #c2ac59;
  }
}

.access-box {
  margin-top: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  border: 3px solid rgba(247, 240, 221, 0.4);
}

.checkin_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkin_box.type1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}

.checkin_box .child {
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 0.9em;
}

.checkin_box .child em {
  font-weight: 600;
}

.checkin_box .child.child-in {
  background: #f7f0dd;
  margin-right: 16px;
}

.checkin_box .child.child-out {
  background: #492d18;
  color: #fff;
}

.title04 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.title04 span {
  display: inline-block;
  padding: 2px 12px;
  border: 2px solid #c2ac59;
  background: #fefefe;
  color: #026eb7;
  font-size: 1.2em;
}

.title04:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #c2ac59;
  z-index: -1;
}

/* 新フォーム
---------------------------------*/
#form-box,
.form-box {
  min-height: 300px;
}

#form-box .form-pattern-2,
.form-box .form-pattern-2 {
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
}

#form-box .form-pattern-2 form dl dt,
.form-box .form-pattern-2 form dl dt {
  font-weight: 600;
  width: 230px;
}

@media screen and (max-width: 1025px) {
  #form-box .form-pattern-2 form dl dt,
  .form-box .form-pattern-2 form dl dt {
    float: none !important;
    width: auto !important;
  }
}

#form-box .form-pattern-2 form dl dt span.required:before,
.form-box .form-pattern-2 form dl dt span.required:before {
  background: #026eb7;
  margin-right: 8px;
}

#form-box .form-pattern-2 form dl dd:not(.pattern-exclusion),
.form-box .form-pattern-2 form dl dd:not(.pattern-exclusion) {
  padding-left: 250px;
  border-bottom: 1px solid #f7f0dd;
}

@media screen and (max-width: 1025px) {
  #form-box .form-pattern-2 form dl dd:not(.pattern-exclusion),
  .form-box .form-pattern-2 form dl dd:not(.pattern-exclusion) {
    padding-left: 0 !important;
  }
}

#form-box .form-pattern-2 form dl dd .textarea,
#form-box .form-pattern-2 form dl dd textarea,
.form-box .form-pattern-2 form dl dd .textarea,
.form-box .form-pattern-2 form dl dd textarea {
  border: 0;
  height: auto !important;
  padding: 15px;
  width: 100%;
  -webkit-appearance: none;
  background: #eee;
  border-radius: 30px;
}

#form-box .form-pattern-2 form dl dd .textarea03,
.form-box .form-pattern-2 form dl dd .textarea03 {
  width: 180px;
  margin-right: 1%;
}

#form-box .form-pattern-2 .select-group,
.form-box .form-pattern-2 .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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#form-box .form-pattern-2 .select-group p,
.form-box .form-pattern-2 .select-group p {
  margin: 0 5px;
  font-weight: 600;
}

@media screen and (max-width: 639px) {
  #form-box .form-pattern-2 .select-group .select-wrap,
  .form-box .form-pattern-2 .select-group .select-wrap {
    margin-top: 8px;
  }
}

#form-box .form-pattern-2 input[type="text"],
#form-box .form-pattern-2 textarea,
.form-box .form-pattern-2 input[type="text"],
.form-box .form-pattern-2 textarea {
  font-size: 16px;
}

@media screen and (max-width: 639px) {
  #form-box .form-pattern-2 input[type="text"],
  #form-box .form-pattern-2 textarea,
  .form-box .form-pattern-2 input[type="text"],
  .form-box .form-pattern-2 textarea {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-left: -5px;
  }
}

#form-box .form-pattern-2 .select-wrap,
.form-box .form-pattern-2 .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 13em;
  background-color: #ffffff;
  font-size: 1.7rem;
  color: #333;
}

#form-box .form-pattern-2 .select-wrap select,
.form-box .form-pattern-2 .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;
  font-weight: 600;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}

#form-box .form-pattern-2 .submit-btn,
.form-box .form-pattern-2 .submit-btn {
  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 #026eb7;
  font-weight: 600;
  padding: 18px 5px;
  margin: 0 auto;
  width: 250px;
  background: #026eb7;
  border-radius: 40px;
  font-size: 15px;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#form-box .form-pattern-2 .submit-btn:hover,
.form-box .form-pattern-2 .submit-btn:hover {
  background: #fff;
  color: #026eb7;
}

#form-box .form-pattern-2 .submit-btn:before,
.form-box .form-pattern-2 .submit-btn:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
}

#form-box .form-pattern-2 .select-down:before,
.form-box .form-pattern-2 .select-down:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ab";
  font-weight: 900;
  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: #026eb7;
}

.pass_submit {
  border: 0;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  line-height: 1.2;
  padding: 0.5em var(--padding-x);
  border-width: 2px;
  border-style: solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: transparent;
  background: #026eb7;
  color: #fff;
  font-weight: 600;
  --padding-x: 1.2em;
}

.textarea,
textarea {
  border: 0;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  background: #eee;
  border-bottom: 1px solid rgba(85, 85, 85, 0.4);
}

.pass-box {
  max-width: 600px;
  margin: 20px auto;
}

.pass-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pass-box form .textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}

.top-guidance {
  position: relative;
  max-width: 1500px;
  margin-inline: auto;
}

.top-guidance:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/bg-01.jpg) no-repeat 70% center/cover;
}

.top-guidance:after {
  height: 100%;
  border: 12px solid rgba(2, 110, 183, 0.2);
}

.top-guidance .guidance-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  min-height: 350px;
  margin-inline: auto;
  padding: 60px 20px;
}

.top-guidance .top-guidance-box {
  position: relative;
  z-index: 2;
  max-width: 40%;
}

@media screen and (max-width: 639px) {
  .top-guidance:before {
    opacity: 0.6;
  }
  .top-guidance .top-guidance-box {
    max-width: 100%;
    padding-bottom: 0;
  }
}

.top-lineup {
  padding: 0 20px;
}

#side-btn {
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 10;
}

#side-btn a {
  position: relative;
  display: block;
  width: 80px;
  padding: 10px;
  background: #fff;
  border: 2px solid #c2ac59;
  border-right: 0;
  border-radius: 8px 0 0 8px;
}

#side-btn a:last-of-type {
  background: #add19b;
  border: 2px solid #add19b;
}

#side-btn a img {
  width: 100%;
}

#side-btn a span {
  display: block;
}

#side-btn a .icon {
  margin-inline: auto;
  width: 30px;
}

#side-btn a .txt {
  font-size: 13px;
  color: #111;
  letter-spacing: 0;
  line-height: 1.2;
}

#side-btn a:first-of-type {
  margin-bottom: 10px;
}

@media screen and (max-width: 639px) {
  #side-btn {
    bottom: 0;
    right: auto;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #side-btn a {
    border-radius: 8px 8px 0 0;
    padding: 10px 4px;
  }
  #side-btn a:first-of-type {
    margin-bottom: 0;
    margin-right: 10px;
    border-right: 2px solid #c2ac59;
    border-bottom: 0;
  }
}

.product-topic {
  position: relative;
  margin-right: 30px;
}

.product-topic:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  aspect-ratio: 1/1;
  background: #c2ac59;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.4;
}

@media screen and (max-width: 639px) {
  .product-topic {
    width: 80%;
    padding: 20px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 639px) {
  .guidance-bottom {
    padding: 0 20px;
  }
}

.top-map-area {
  position: relative;
}

.top-map-area .top-map-title {
  position: relative;
  max-width: 420px;
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px);
  margin: 0 auto -160px;
  z-index: 2;
}

.top-map-area .txt-box {
  margin-top: 50px;
}

@media screen and (max-width: 639px) {
  .top-map-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-map-area .top-map-title {
    -webkit-transform: unset;
            transform: unset;
    margin: auto;
    max-width: 75%;
  }
  .top-map-area figure {
    max-width: 85%;
  }
  .top-map-area .top-map-btn {
    position: relative;
    top: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-top: 30px;
  }
  .top-map-area .top-map-btn.type1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .top-map-area .top-map-btn.type2 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .top-map-area .top-map-btn li {
    width: 100%;
  }
  .top-map-area .top-map-btn li:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .top-map-area .top-map-btn li a .eng {
    font-size: 12px;
  }
  .top-map-area .top-map-btn li a .main {
    font-size: 1.3rem;
  }
}

.top-community-box {
  position: relative;
  padding: 60px 20px;
  margin-top: 60px;
}

.top-community-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #90e3b3;
  border: 2px solid #1d284c;
  z-index: -1;
}

.top-community-box .deco {
  position: absolute;
  display: block;
}

.top-community-box .deco img {
  width: 100%;
}

.top-community-box .deco.community-deco01 {
  width: 16%;
  left: 20px;
  top: -67px;
}

.top-community-box .deco.community-deco02 {
  width: 18%;
  left: 10px;
  bottom: -45px;
}

.top-community-box .deco.community-deco03 {
  width: 20%;
  right: 60px;
  bottom: 0;
  text-align: right;
}

.top-community-box .top-community-title {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
}

.top-community-box .top-community-title span {
  display: block;
  padding: 5px 20px;
  border: 2px solid #1d284c;
  background: #fff;
  border-radius: 40px;
  color: #1d284c;
  font-size: 2.2rem;
  font-weight: 600;
}

.top-community-box .inner {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.05em;
  line-height: 2;
}

@media screen and (max-width: 639px) {
  .top-community-box {
    margin-top: 80px;
  }
  .top-community-box .inner {
    padding-bottom: 60px;
  }
  .top-community-box .deco.community-deco01 {
    width: 18%;
    left: 0;
    top: -30px;
  }
  .top-community-box .deco.community-deco02 {
    width: 40%;
  }
  .top-community-box .deco.community-deco03 {
    width: 25%;
  }
  .top-community-box .top-community-title span {
    font-size: 1.5rem;
  }
}

.top-ad-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-ad-list li {
  max-width: 194px;
  margin-bottom: 6px;
}

.top-ad-list li:not(:last-of-type) {
  margin-right: 20px;
}

#subpage-wrap {
  position: relative;
  background: #fafafa;
  border-radius: 60px 60px 0 0;
  margin: -70px auto 0;
}

@media screen and (max-width: 639px) {
  #subpage-wrap {
    border-radius: 20px 20px 0 0;
    margin-top: -30px;
  }
}

#subpage_column2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 80px;
}

@media screen and (max-width: 1025px) {
  #subpage_column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 639px) {
  #subpage_column2 {
    padding-top: 30px;
  }
}

#subpage_side {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 100px;
  width: 230px;
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 0 10px 10px 0;
  border: 1px solid #f7f0dd;
  border-left: 0;
}

@media screen and (max-width: 1025px) {
  #subpage_side {
    width: 80%;
    margin: 0 auto;
    padding: 15px;
  }
}

@media screen and (max-width: 639px) {
  #subpage_side {
    width: 95%;
    border-radius: 10px;
  }
}

#subpage_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  padding-right: 20px;
}

@media screen and (max-width: 1025px) {
  #subpage_main {
    margin-left: 0;
    padding-right: 0;
    margin-top: 10px;
  }
}

.side-menu li a {
  display: block;
  padding: 8px 4px;
  color: #1d284c;
  -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);
}

.side-menu li a:hover {
  color: #026eb7;
}

.side-menu li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: 1px solid #f7f0dd;
}

@media screen and (max-width: 1025px) {
  .side-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px 5%;
  }
  .side-menu li:not(:last-of-type) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 639px) {
  .side-menu {
    font-size: 13px;
    line-height: 1.4;
  }
}

/*  about.php
----------------------------------*/
@media screen and (max-width: 639px) {
  .kaicho-img {
    width: 180px;
  }
}

.history {
  position: relative;
}

.history:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#cdcdcd));
  background-image: linear-gradient(to bottom, #eee, #cdcdcd);
  opacity: 0.6;
  border-radius: 20px;
}

.history .history-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px 8px 70px;
}

.history .history-inner:before {
  position: absolute;
  content: "";
  left: 12px;
  top: 20px;
  width: 40px;
  height: 1px;
  background: #ebecec;
}

.history .history-inner:after {
  position: absolute;
  content: "";
  left: 5px;
  top: 15px;
  width: 10px;
  height: 10px;
  background: #9489d2;
  border-radius: 50%;
}

.history .history-inner:not(:last-of-type) {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
}

.history .history-inner dt {
  font-size: 1.45rem;
  font-weight: 500;
  width: 8em;
}

.history .history-inner dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

@media screen and (max-width: 639px) {
  .history .history-inner {
    padding-left: 45px;
  }
  .history .history-inner:before {
    width: 25px;
  }
  .history .history-inner dt {
    font-size: 1.1rem;
    width: 4.5em;
  }
}

.policy-content {
  position: relative;
  counter-reset: number;
  list-style: none;
  padding: 0;
}

.policy-content li {
  position: relative;
  padding: 4px 10px 4px 40px;
  font-weight: 600;
  color: #026eb7;
}

.policy-content li:not(:last-of-type) {
  margin-bottom: 24px;
}

.policy-content li .inner {
  margin-top: 8px;
  font-weight: 400;
  color: #333;
}

.policy-content li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 4px;
  top: 0px;
  text-align: center;
  font-size: 1.2em;
  color: #9489d2;
  border-radius: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

/*  community.php
----------------------------------*/
.thought-eng {
  position: relative;
  z-index: -1;
  margin-bottom: -40px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 5rem;
  color: #fff;
}

@media screen and (max-width: 639px) {
  .thought-eng {
    font-size: 3.2rem;
  }
}

.thought-box {
  position: relative;
  margin-inline: auto;
  padding: 10px 30px 40px;
  text-align: center;
  border-radius: 10px;
}

.thought-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: rgba(255, 255, 255, 0.8);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: -1;
}

.thought-box .txt {
  max-width: 650px;
  margin-inline: auto;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 2;
}

/*  therapist.php
----------------------------------*/
.facility-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  gap: 40px 10px;
}

@media screen and (max-width: 1025px) {
  .facility-list {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 639px) {
  .facility-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.facility-list > li {
  position: relative;
  background: #fff;
  border: 1px solid #f7f0dd;
  border-radius: 10px;
  padding: 10px 10px 75px;
}

.facility-list > li figure {
  margin-bottom: 15px;
  aspect-ratio: 1.5/1;
}

.facility-list > li .facility-name {
  margin-bottom: 10px;
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.4;
  color: #492d18;
}

.facility-list > li .facility-dl .inner {
  padding: 3px 0;
  font-size: 14px;
}

.facility-list > li .facility-dl .inner:first-of-type {
  margin-bottom: 4px;
  border-bottom: 1px solid #555;
}

.facility-list > li .facility-dl .inner dt {
  color: #026eb7;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.facility-list > li .facility-btn {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  width: 140px;
  padding: 5px 0;
  border: 1px solid #9489d2;
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
  -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);
  font-size: 14px;
}

.facility-list > li .facility-btn:hover {
  background: #9489d2;
}

.facility-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  font-size: 3.2rem;
}

.facility-title:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #9489d2;
  margin-right: 10px;
}

.facility-detail_img {
  aspect-ratio: 1.5/1;
}

.incho-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.incho-wrap .img {
  width: 250px;
  aspect-ratio: 1/1.2;
}

.incho-wrap .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}

@media screen and (max-width: 639px) {
  .incho-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .incho-wrap .img {
    width: 180px;
    margin: 0 auto 25px;
  }
  .incho-wrap .txt {
    margin-left: 0;
  }
}

.floor-wrap {
  position: relative;
}

.floor-wrap > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 10px;
}

.floor-wrap > li:not(:last-of-type) {
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.floor-wrap > li .lead {
  position: relative;
  width: 180px;
  padding: 20px 10px;
  background: #f7f0dd;
  text-align: center;
  font-weight: 600;
  color: #492d18;
}

.floor-wrap > li .lead em {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.2;
  color: #026eb7;
}

.floor-wrap > li .lead:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  height: 100%;
  background: #f7f0dd;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.floor-wrap > li .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}

@media screen and (max-width: 1025px) {
  .floor-wrap > li .lead {
    width: 150px;
  }
}

@media screen and (max-width: 639px) {
  .floor-wrap > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .floor-wrap > li .lead {
    width: 220px;
    padding: 10px;
    margin-bottom: 14px;
  }
  .floor-wrap > li .lead em {
    display: inline-block;
    margin-right: 8px;
  }
  .floor-wrap > li .content {
    margin: 20px auto 0;
  }
  .floor-wrap > li .content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .floor-wrap > li .content ul li {
    margin: 0 auto 10px;
  }
}

.blog_card {
  width: 100%;
}

.blog_card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.blog_card li {
  width: 32%;
  margin: 0 0.5% 0;
  padding: 15px;
  border: 1px solid #888;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}

.blog_card li:nth-child(n + 4) {
  margin-top: 1.5em;
}

.blog_card li:hover {
  background-color: #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog_card li .blog_dt {
  display: block;
  font-weight: bold;
  font-size: 11px;
  color: #280000;
}

.blog_card li .blog_img {
  height: 180px;
  text-align: center;
  margin-bottom: 20px;
}

.blog_card li .blog_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.blog_card li .blog_body {
  line-height: 1.2;
  font-size: 12px;
  height: 15px;
  white-space: nowrap;
  overflow: hidden;
}

.blog_card li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 1100px) {
  .blog_card {
    width: 100%;
  }
  .blog_card li {
    width: 48%;
    margin: 1%;
  }
}

@media all and (max-width: 690px) {
  .blog_card {
    width: 100%;
  }
  .blog_card li {
    float: none;
    width: 100%;
    margin: 0 0% 10px 0%;
  }
}

.news-sr {
  margin: 0px 0 0;
  font-size: 13px;
}

.news-sr dt {
  position: relative;
  float: left;
  width: 9em;
  padding: 2px 0 2px 25px;
  line-height: 1.3;
  margin: 9px 0 0;
}

.news-sr dt.icon1 .icon {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/recruit_icon01.png) no-repeat center/contain;
}

.news-sr dt.icon2 .icon {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/recruit_icon02.png) no-repeat center/contain;
}

.news-sr dt.icon3 .icon {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/recruit_icon03.png) no-repeat center/contain;
}

.news-sr dt.icon4 .icon {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/recruit_icon04.png) no-repeat center/contain;
}

.news-sr dt.icon5 .icon {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26726/recruit_icon05.png) no-repeat center/contain;
}

.news-sr dd {
  padding-left: 9.5em;
  padding-bottom: 5px;
  padding-top: 8px;
  line-height: 1.6;
  border-bottom: 1px dotted #aaa;
  color: #555;
}

.news-sr dd:last-child {
  border-bottom: 0px;
}

.news-sr dd.orient {
  padding-left: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.news-sr dd span {
  font-size: 10px;
}

.mtitle_middle {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 4px 1em;
  border-bottom: 1px dotted #aaa;
  font-size: 1.8em;
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  color: #026eb7;
}

.mtitle_middle:before {
  position: absolute;
  top: 15%;
  left: 0;
  width: 2px;
  height: 50%;
  content: "";
  background: #026eb7;
}

.flow-list2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.flow-list2 .inner {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
  position: relative;
}

.flow-list2 .inner:before {
  position: absolute;
  content: "";
  height: 125%;
  width: 8px;
  top: 25px;
  left: 38px;
  background: #c2ac59;
}

.flow-list2 .inner:last-child:before {
  display: none;
}

.flow-list2 .inner dt {
  position: relative;
  width: 85px;
  height: 85px;
  background: #c2ac59;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  z-index: 4;
  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;
  font-family: "Inter", sans-serif;
  font-size: 2em;
}

.flow-list2 .inner dt span {
  font-size: 1.6rempx;
  font-size: 0.1remrem;
  display: block;
  line-height: 1.2;
}

.flow-list2 .inner dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  background: #E7EBEC;
  left: -10px;
  margin-top: 10px;
  padding: 20px 30px 30px 25px;
  z-index: 2;
  color: #2a2b35;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow-list2 .inner dd .img {
  width: 25%;
}

.flow-list2 .inner dd .txt {
  width: 75%;
  padding: 0 2em;
}

@media screen and (max-width: 1025px) {
  .flow-list2 .inner dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
  }
  .flow-list2 .inner dd .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .flow-list2 .inner dd .txt {
    width: 100%;
    padding: 0;
  }
}

.flow_bnr {
  margin-left: auto;
  margin-right: auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1101px) {
  .flow_bnr {
    padding: 0 16px;
  }
}

.flow_bnr.type1 > li {
  width: 32%;
}

.flow_bnr > li {
  width: 47%;
}

.flow_bnr > li:first-of-type {
  margin-bottom: 10px;
}

.flow_bnr > li .bnr_tel {
  width: 100%;
  font-size: 1.7rem;
  background: #026eb7;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}

.flow_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
}

@media screen and (max-width: 639px) {
  .flow_bnr > li .bnr_tel {
    font-size: 1.4rem;
  }
}

.flow_bnr > li .bnr_tel:hover {
  background: #026eb7;
  color: #fff;
}

.flow_bnr > li .bnr_mail {
  width: 100%;
  font-size: 1.7rem;
  background: #c2ac59;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}

.flow_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}

@media screen and (max-width: 639px) {
  .flow_bnr > li .bnr_mail {
    font-size: 1.4rem;
  }
}

.flow_bnr > li .bnr_mail:hover {
  background: #026eb7;
  color: #fff;
}

.flow_bnr > li .bnr_line {
  width: 100%;
  font-size: 1.7rem;
  background: #06c052;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}

.flow_bnr > li .bnr_line:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f3c0";
  font-weight: 400;
}

@media screen and (max-width: 639px) {
  .flow_bnr > li .bnr_line {
    font-size: 1.4rem;
  }
}

.flow_bnr > li .bnr_line:hover {
  background: #026eb7;
  color: #fff;
}

.flow_bnr > li a,
.flow_bnr > li span {
  display: block;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 639px) {
  .flow_bnr {
    max-width: 100%;
    margin-inline: auto;
  }
  .flow_bnr > li {
    margin-bottom: 10px;
    width: 100%;
  }
  .flow_bnr > li .contact_bnr_lead {
    height: 45px;
  }
  .flow_bnr > li .eigyou {
    font-size: 1.1rem;
  }
  .flow_bnr > li .eigyou .lead {
    margin-right: 8px;
  }
  .flow_bnr.type1 > li {
    width: 100%;
  }
}

.graph_fig {
  position: relative;
  max-width: 700px;
  margin: 0 auto 50px;
}

.accordion {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 50px;
}

.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
}

.accordion dt {
  background: #026eb7;
  color: #fff;
  cursor: pointer;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.accordion dt span {
  font-size: 1.4rem;
}

.accordion dt:after {
  position: absolute;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  content: "＋";
  right: 20px;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion dt.on:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.accordion dd {
  display: none;
  padding: 35px 30px;
  background: #fefefe;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 639px) {
  .accordion dt,
  .accordion dd {
    padding: 0.8em 0.6em;
  }
  .accordion dt {
    font-size: 1.4rem;
  }
  .accordion dt span {
    font-size: 1.1rem;
  }
  .accordion dt:after {
    right: 8px;
  }
  .accordion dd {
    padding: 20px 15px;
  }
}
