@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/********************/
body {
  color: #333;
  background: #ecf7f5;
  background: #fefefe;
  font-family: "Zen Maru Gothic", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-weight: 500;
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27205/bg_body.png);
  background-repeat: repeat;
  background-position: left top;
  opacity: 0.5;
}

a {
  color: rgb(28.4675324675, 177.0324675325, 158.3506493506);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

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

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

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

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

.bold {
  font-weight: 600;
}

h2,
h3,
h4 {
  line-height: 1.4;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.kerning {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

.eng {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bigger {
  font-size: 1.15em;
  line-height: 1.4;
}
@media all and (max-width: 639px) {
  .bigger {
    font-size: 1.25rem;
  }
}

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

.en-big {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

.scroll-bar {
  max-height: 450px;
  overflow-y: scroll;
}

/* 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);
  }
}
@-webkit-keyframes view-blurin {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes view-blurin {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes view-borderin {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes view-borderin {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.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);
}

.blur-in.on {
  opacity: 1;
  -webkit-animation: view-blurin 1s cubic-bezier(0.2, 1, 0.2, 1);
          animation: view-blurin 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.border-in.on {
  opacity: 1;
  -webkit-animation: view-borderin 1s cubic-bezier(0.2, 1, 0.2, 1);
          animation: view-borderin 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fdfdfd;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 1px solid #20c7b2;
  border-radius: 50%;
  border-right: 1px solid rgba(32, 199, 178, 0.2);
  border-top: 1px solid rgba(32, 199, 178, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}
.loader.off {
  display: none;
}

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

@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* header
----------------------------------*/
@-webkit-keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.gradient {
  background: linear-gradient(45deg, #ccc, #1e3b83, #eee);
  background-size: 600% 600%;
  -webkit-animation: anim-gradient 10s ease infinite;
          animation: anim-gradient 10s ease infinite;
}

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

@keyframes anim-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
header {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  border-top: 3px solid #20c7b2;
  position: sticky;
  top: 0;
}
header.headscroll {
  background: #fff;
}

#l-header {
  z-index: 200;
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #fefefe;
  position: relative;
}
#l-header.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fefefe;
  border-top: 3px solid #20c7b2;
}
#l-header.is-fixed .inner {
  padding: 15px 0 10px;
  max-width: 95%;
}
#l-header.is-fixed .inner #logo {
  width: 180px;
}
#l-header.is-fixed .inner #logo .logo1 {
  display: none;
}
#l-header.is-fixed .inner #logo .logo2 {
  display: block;
}
#l-header.is-fixed .inner #header_nav ul > li {
  width: 10%;
}
#l-header.is-fixed .inner #header_nav .dropdown .dropdown-li {
  width: auto;
}
#l-header .inner {
  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;
  max-width: 90%;
  margin: 0 auto;
  padding: 15px 0;
}
#l-header .inner #logo {
  width: 280px;
  z-index: 200;
}
@media all and (max-width: 1450px) {
  #l-header .inner {
    max-width: 98%;
    padding: 30px 0;
  }
  #l-header .inner #logo {
    width: 200px;
  }
}
@media all and (max-width: 1100px) {
  #l-header .inner {
    padding: 10px 0;
  }
}

.head-right {
  position: relative;
  margin-left: auto;
}

.head-right_contact {
  z-index: 20;
  font-size: 1.3rem;
  margin-left: 40px;
}
.head-right_contact .head-right_upper {
  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;
  position: relative;
}
.head-right_contact .head-right_upper::after {
  content: "";
  position: absolute;
  background: url(../img/line04.png) repeat-x;
  width: 100%;
  height: 10px;
  bottom: -5px;
  left: 0;
}
.head-right_contact .head-right_upper * {
  -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);
}
.head-right_contact .head-right_upper a {
  position: relative;
  padding: 2px 8px;
}
.head-right_contact .head-right_upper a .txt {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.head-right_contact .head-right_upper a.head-right_tel {
  background: #fefefe;
  color: #333;
  text-align: center;
}
.head-right_contact .head-right_upper a.head-right_tel .txt {
  font-size: 2.2rem;
}
.head-right_contact .head-right_upper a.head-right_tel .sub_txt {
  display: block;
}
.head-right_contact .head-right_upper a.head-right_tel:hover .txt {
  color: #20c7b2;
}
.head-right_contact .head-right_upper a.head-right_map {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70px;
  background: #20c7b2;
  color: #fefefe !important;
  line-height: 1.2;
}
.head-right_contact .head-right_upper a.head-right_map i {
  display: block;
  margin: 0 auto 3px;
  font-size: 1.7rem;
}
.head-right_contact .head-right_upper a.head-right_map:hover {
  background: #1e3b83;
}
.head-right_contact .head-right_lower {
  background: #ecf7f5;
  border-radius: 0 0 0 5px;
  padding: 10px;
  line-height: 1.6;
  font-weight: 600;
}
.head-right_contact .head-right_lower .holiday {
  display: inline-block;
  margin-right: 8px;
  background: #223a70;
  padding: 0 3px;
  border-radius: 10px;
  color: #4b382d;
}
@media all and (max-width: 1450px) {
  .head-right_contact {
    margin-left: 20px;
  }
}
@media all and (max-width: 1100px) {
  .head-right_contact {
    display: none;
  }
  .head-right_contact.type_humburger {
    position: relative;
    margin: 30px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .head-right_contact.type_humburger .head-right_lower {
    background: transparent;
  }
}
@media all and (max-width: 639px) {
  .head-right_contact {
    padding: 8px;
    background: url(../img/zara.png) #f7f4ea;
  }
  .head-right_contact .head-right_upper a.head-right_tel .txt {
    font-size: 1.7rem;
  }
  .head-right_contact .head-right_upper a.head-right_map i {
    font-size: 1.6rem;
  }
  .head-right_contact .head-right_upper a.head-right_map .txt {
    font-size: 1.1rem;
  }
  .head-right_contact .head-right_lower {
    font-size: 13px;
  }
}

/* =========================
   #header_nav（横1列・JA改行防止・3カラムドロップダウン）
   ========================= */
#header_nav {
  /* ------- 1段横並びレイアウト ------- */
  /* 各項目：内容幅で並べる（縮ませない） */
  /* ------- リンク本体（下線アニメ） ------- */
  /* ------- ドロップダウン ------- */
  /* ------- 固定ヘッダー時 ------- */
}
#header_nav .globalNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; /* 横一列固定（折り返さない） */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 中央寄せ */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px; /* 項目間の余白 */
  width: auto; /* 固定幅を外すことで縮みを防止 */
}
#header_nav .globalNav > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; /* 内容幅に合わせて配置 */
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; /* 最低でも内容幅を確保 */
  position: relative;
}
#header_nav .globalNav > li.drop-parent .drop-parent-inner .ja:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-left: 5px;
  color: #1e3b83;
  font-size: 13px;
}
#header_nav .globalNav > li.footer-only {
  display: none;
}
#header_nav .globalNav > li a,
#header_nav .globalNav > li .drop-parent-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 9px 0 9px;
  font-weight: 600;
  font-size: 1.45rem;
  color: #333;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#header_nav .globalNav > li a .icon,
#header_nav .globalNav > li .drop-parent-inner .icon {
  width: 30px;
}
#header_nav .globalNav > li a .txt,
#header_nav .globalNav > li .drop-parent-inner .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
#header_nav .globalNav > li a .eng,
#header_nav .globalNav > li .drop-parent-inner .eng {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #20c7b2;
}
@media all and (max-width: 1450px) {
  #header_nav .globalNav > li a .eng,
  #header_nav .globalNav > li .drop-parent-inner .eng {
    font-size: 1rem;
  }
}
#header_nav .globalNav > li a .ja,
#header_nav .globalNav > li .drop-parent-inner .ja {
  white-space: nowrap; /* 改行禁止 */
  word-break: keep-all;
  overflow-wrap: normal;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media all and (max-width: 1450px) {
  #header_nav .globalNav > li a .ja,
  #header_nav .globalNav > li .drop-parent-inner .ja {
    font-size: 1.3rem;
  }
}
#header_nav .globalNav > li a:after,
#header_nav .globalNav > li .drop-parent-inner:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  width: 0;
  height: 3px;
  background: #20c7b2;
  -webkit-transition: 0.2s width ease-in;
  transition: 0.2s width ease-in;
}
#header_nav .globalNav > li a:hover:after, #header_nav .globalNav > li a.active:after,
#header_nav .globalNav > li .drop-parent-inner:hover:after,
#header_nav .globalNav > li .drop-parent-inner.active:after {
  width: 20px;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  /* ↓ ここを変更 */
  right: 0; /* 右端を親<li>に揃えて左側に展開 */
  left: auto; /* 念のため明示 */
  top: 100%;
  z-index: 300;
  /* ↓ 固定幅をやめて画面幅に追従（最小300px, 理想は40vw, 最大820px） */
  width: clamp(300px, 40vw, 820px);
  max-width: calc(100vw - 32px); /* 両端16pxの余白を確保 */
  height: 0;
  /* --- ▼ここから3カラム設定 --- */
}
#header_nav .dropdown .drop-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  visibility: hidden;
  padding: 10px 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);
  background: #fefefe;
  border: 2px solid #20c7b2;
  border-radius: 10px;
}
#header_nav .dropdown .drop-inner .drop-title {
  position: relative;
  padding-top: 15px;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.4;
  color: #1e3b83;
  z-index: 2;
}
#header_nav .dropdown .drop-inner .drop-title:before {
  content: attr(data-title);
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  color: #20c7b2;
  font-size: 1.3rem;
}
#header_nav .dropdown.is-open {
  display: block;
  z-index: 300;
  height: auto;
}
#header_nav .dropdown.is-open .drop-inner {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#header_nav .dropdown .dropdown-ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px 20px;
  z-index: 2;
  margin: 10px auto 0;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#header_nav .dropdown .dropdown-li {
  border-right: 0;
  width: 100%; /* grid内なので自動で調整 */
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 100%;
  padding: 12px;
  border-bottom: 1px solid rgba(34, 58, 112, 0.4);
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 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);
}
#header_nav .dropdown .dropdown-li a .drop-lead {
  position: relative;
  padding-left: 20px;
}
#header_nav .dropdown .dropdown-li a .drop-lead:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #223a70;
  border-radius: 50%;
  margin-top: -5px;
}
#header_nav .dropdown .dropdown-li a:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  width: 80%;
  height: 70%;
  background: #20c7b2;
  border-radius: 50%;
  -webkit-filter: blur(26px);
          filter: blur(26px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 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);
}
#header_nav .dropdown .dropdown-li a:hover {
  border-radius: 20px 0 20px 0;
  background: #fefefe;
}
#header_nav .dropdown .dropdown-li a:hover:before {
  opacity: 0.6;
}
#header_nav .dropdown .dropdown-li a:after {
  display: none;
}
.is-fixed #header_nav .globalNav {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
.is-fixed #header_nav .globalNav > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.is-fixed #header_nav .dropdown .dropdown-li {
  width: 100%;
}

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

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

.swiper-slide {
  position: relative;
}
.swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  z-index: -1;
}

.slide-img {
  overflow: hidden;
  width: 100%;
  height: 80vh;
  margin-left: auto;
}
.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.slide-img img.sp_c {
  -o-object-position: 80% center;
     object-position: 80% center;
}
@media all and (max-width: 1100px) {
  .slide-img {
    height: 65vh;
  }
}
@media screen and (max-width: 890px) and (orientation: landscape) {
  .slide-img {
    height: 82vh;
  }
}
@media all and (max-width: 639px) {
  .slide-img {
    height: 55vh;
  }
}

.slider {
  width: 100vw;
  height: 85vh;
  position: relative;
  overflow: hidden;
}
.slider > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
}
.slider > div img.slider-img {
  display: none;
}
.slider > div > div {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-repeat: no-repeat;
}
@media all and (max-width: 1100px) {
  .slider {
    height: 50vh;
  }
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  40% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.1% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  70% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  40% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.1% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  70% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes slideIn {
  0%, 60% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  0%, 60% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/* mv
----------------------------------*/
#slide-wrapper {
  position: relative;
}
#slide-wrapper .swiper-pagination {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: auto;
}
@media all and (max-width: 896px) {
  #slide-wrapper .swiper-pagination {
    right: 20px;
    bottom: 20px;
  }
}
@media all and (max-width: 639px) {
  #slide-wrapper .swiper-pagination {
    right: 10px;
    bottom: 10px;
  }
}

#slide-wrap {
  position: relative;
  overflow: hidden;
}
#slide-wrap .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}
@media all and (max-width: 896px) {
  #slide-wrap .swiper-pagination {
    bottom: -25px;
  }
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #20c7b2 !important;
  height: 10px !important;
  width: 10px !important;
  margin: 0 10px !important;
}
@media all and (max-width: 896px) {
  .swiper-pagination-bullet {
    height: 5px !important;
    width: 5px !important;
    margin: 0 5px !important;
  }
}

#slideshow {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  #slideshow {
    width: 100%;
  }
}

#catch {
  position: absolute;
  left: 5%;
  top: 40%;
  -webkit-transition: opacity 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: opacity 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  opacity: 0;
  z-index: 50;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-width: 350px;
}
#catch.on {
  opacity: 1;
}
@media all and (max-width: 896px) {
  #catch {
    width: 35%;
    top: 50%;
  }
}

.mv_bnr {
  z-index: 50;
  position: absolute;
  right: 2%;
  bottom: 10%;
  opacity: 1;
}
@media all and (max-width: 1100px) {
  .mv_bnr {
    width: 220px;
  }
}
@media all and (max-width: 896px) {
  .mv_bnr {
    width: 180px;
  }
}
@media all and (max-width: 639px) {
  .mv_bnr {
    left: 2%;
    right: auto;
    bottom: 25%;
    width: 140px;
  }
}

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

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

@keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 180px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}
/* contact_bnr
----------------------------------*/
.contact-txt {
  text-align: center;
  margin-top: 10px;
}

.contact_bnr {
  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;
  max-width: 800px;
  margin: 24px auto 0;
}
@media all and (max-width: 1100px) {
  .contact_bnr {
    max-width: 85%;
  }
}
.contact_bnr > li p {
  text-align: left;
  color: #20c7b2;
}
@media all and (max-width: 639px) {
  .contact_bnr > li {
    width: 100%;
  }
}
.contact_bnr > li .bnr_txt p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.contact_bnr > li .bnr_tel {
  position: relative;
}
.contact_bnr > li .bnr_tel .txt {
  padding: 5px 0;
  white-space: nowrap;
  color: #20c7b2;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact_bnr > li .bnr_tel .txt .small {
  font-size: 1.3rem;
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_tel .txt {
    font-size: 2.2rem;
  }
}
.contact_bnr > li .bnr_tel:hover .txt {
  color: #223a70;
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_tel {
    font-size: 1.8rem;
  }
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  position: relative;
}
.contact_bnr > li .bnr_fax .txt {
  padding: 5px 0;
  white-space: nowrap;
  color: #223a70;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact_bnr > li .bnr_fax .txt .small {
  font-size: 1.3rem;
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_fax .txt {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_fax {
    font-size: 1.8rem;
  }
}
.contact_bnr > li .bnr_mail {
  background: #bca259;
  color: #111;
  font-size: 2rem;
  font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.3rem;
    padding: 10px;
    width: 100%;
  }
}
.contact_bnr > li .bnr_mail:hover {
  background: rgb(168.2798283262, 141.9227467811, 67.9201716738);
}
.contact_bnr > li a {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 8px 16px;
  font-weight: 600;
  text-align: center;
}
.contact_bnr > li a .arrow {
  display: block;
  position: absolute;
  right: -8px;
  bottom: 4px;
  width: 30px;
  height: 2px;
  background: #ffd803;
  z-index: 2;
  -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);
}
.contact_bnr > li a .arrow:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 14px;
  height: 2px;
  background-color: #ffd803;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media all and (max-width: 639px) {
  .contact_bnr > li a .arrow {
    width: 20px;
  }
  .contact_bnr > li a .arrow:before {
    width: 14px;
  }
}
.contact_bnr > li a:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media all and (max-width: 639px) {
  .contact_bnr > li a {
    margin: 0 auto;
    white-space: nowrap;
    padding: 5px;
    width: 100%;
  }
}

/* footer
----------------------------------*/
#l-footer {
  position: relative;
  font-size: 1.5rem;
}
#l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27205/bg_03.png);
  background-repeat: repeat;
}
#l-footer .inner {
  position: relative;
  max-width: 95%;
  margin: 0 auto;
  padding: 100px 10px;
  z-index: 3;
}
#l-footer .inner.type1 {
  padding: 0 10px 60px;
}
@media all and (max-width: 1100px) {
  #l-footer {
    overflow: hidden;
  }
  #l-footer .inner {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
  }
  #l-footer .inner {
    padding: 50px 10px;
  }
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-wrap .footer-left {
  position: relative;
  width: 45%;
}
.footer-wrap .footer-right {
  position: relative;
  width: 50%;
}
.footer-wrap .footer-right .footer_map {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 30px;
}
.footer-wrap .footer-right .footer_map iframe {
  width: 100%;
  height: 860px;
  margin-top: -170px;
}
@media all and (max-width: 639px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-wrap .footer-left,
  .footer-wrap .footer-right {
    width: 100%;
  }
  .footer-wrap .footer-left {
    text-align: center;
    margin: 0 auto 40px;
  }
  .footer-wrap .footer-right {
    padding: 0 10px;
  }
  .footer-wrap .footer-right .footer_map {
    height: 400px;
    border-radius: 60px;
  }
}

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

.footer-map-title {
  position: absolute;
  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;
  z-index: 2;
  right: -20px;
  top: -40px;
  width: 85px;
  height: 80px;
  background: #223a70;
  border-radius: 50%;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  color: #fff;
}
@media all and (max-width: 1100px) {
  .footer-map-title {
    right: 0;
  }
}
@media all and (max-width: 639px) {
  .footer-map-title {
    width: 65px;
    height: 60px;
    font-size: 1.4rem;
  }
}

/* footer_navi
----------------------------------*/
#btn_square {
  position: fixed;
  z-index: 300;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#btn_square p {
  position: relative;
  text-align: center;
}
#btn_square p img {
  display: block;
  margin: 0 auto 5px;
  -webkit-animation: bounce-anm 2s ease infinite;
          animation: bounce-anm 2s ease infinite;
}
@-webkit-keyframes bounce-anm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-anm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#btn_square p a {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  display: block;
  padding: 18px 8px;
  display: block;
  border-radius: 5px 0 0 5px;
  background: #223a70;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  letter-spacing: 0.3em;
  font-size: 1.6rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#btn_square p a i {
  margin-bottom: 8px;
}
#btn_square p a:hover {
  background: #20c7b2;
}
#btn_square p a:hover i {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media all and (max-width: 896px) {
  #btn_square {
    display: none;
  }
}

.footer_navi {
  position: relative;
  margin-top: 40px;
}
@media all and (max-width: 639px) {
  .footer_navi {
    width: 90%;
    margin-inline: auto;
  }
}
.footer_navi .globalNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 5px 30px 0;
  background: #f7f4ea;
  border-radius: 40px;
}
.footer_navi .globalNav > li:not(:last-of-type) {
  margin-right: 20px;
}
@media all and (max-width: 639px) {
  .footer_navi .globalNav > li:not(:last-of-type) {
    margin-right: 5px;
  }
}
.footer_navi .globalNav > li .footer-only {
  display: block;
}
.footer_navi .globalNav > li a {
  position: relative;
  display: block;
  text-align: left;
  padding-bottom: 4px;
  font-weight: 600;
  font-size: 1.4rem;
}
.footer_navi .globalNav > li a:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 1px;
  width: 18px;
  height: 3px;
  background: rgb(238.9910714286, 218.6160714286, 189.5089285714);
  margin-left: -9px;
}
.footer_navi .globalNav > li a span {
  display: inline-block;
}
.footer_navi .globalNav > li a span.eng {
  display: none;
}
.footer_navi .globalNav > li a span.ja {
  color: #1e3b83;
  padding: 4px;
  font-size: 1.3rem;
}
@media all and (max-width: 639px) {
  .footer_navi .globalNav > li a span.ja {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 639px) {
  .footer_navi .globalNav > li a {
    font-size: 1.1rem;
    text-align: center;
  }
}
.footer_navi .globalNav > li a:hover {
  color: #ddd;
}
.footer_navi .globalNav > li .dropdown {
  display: none;
}
.footer_navi .globalNav > li .dropdown .dropdown-ul {
  position: relative;
  display: block;
  max-width: 20 0px;
  padding: 8px;
}
.footer_navi .globalNav > li .dropdown .dropdown-ul:before {
  position: absolute;
  content: "";
  left: 8px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #223a70;
}
.footer_navi .globalNav > li .dropdown .drop-title {
  display: none;
}
.footer_navi .globalNav > li .dropdown .dropdown-li {
  position: relative;
  margin-bottom: 4px;
}
.footer_navi .globalNav > li .dropdown .dropdown-li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #223a70;
}
.footer_navi .globalNav > li .dropdown .dropdown-li figure {
  display: none;
}
.footer_navi .globalNav > li .dropdown .dropdown-li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  border: none;
  font-size: 13px;
  color: #20c7b2;
  line-height: 1.5;
  letter-spacing: 0;
}

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

.flogo {
  position: relative;
  display: block;
  max-width: 250px;
  margin-bottom: 30px;
}
@media all and (max-width: 1100px) {
  .flogo {
    max-width: 280px;
  }
}
@media all and (max-width: 639px) {
  .flogo {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }
}

@media all and (max-width: 639px) {
  .address {
    font-size: 13px;
  }
}

.copyright {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 1.2rem;
}
.copyright.type_sp {
  display: none;
}
@media all and (max-width: 896px) {
  .copyright {
    font-size: 12px;
  }
}
@media all and (max-width: 639px) {
  .copyright.type_sp {
    display: block;
  }
  .copyright.type_pc {
    display: none;
  }
}

.footer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.footer_flex .map_btn {
  position: relative;
  z-index: 100;
}
.footer_flex .map_btn a {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #223a70;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  color: #fff;
  line-height: 1.5;
}
.footer_flex .map_btn a:hover {
  scale: 1.1;
}
@media all and (max-width: 639px) {
  .footer_flex {
    gap: 20px;
  }
}

/*----------------------------------
 top-contents
----------------------------------*/
.top-service {
  margin: 0 auto;
}
.top-service.type1 {
  margin: 40px auto;
}
.top-service .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-service .inner .top-service-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
}
.top-service .inner .top-service-img .img01,
.top-service .inner .top-service-img .img02 {
  width: 48%;
  height: 450px;
}
.top-service .inner .top-service-img .img01 img,
.top-service .inner .top-service-img .img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service .inner .top-service-img .img01 img + img,
.top-service .inner .top-service-img .img02 img + img {
  margin-top: 8%;
}
.top-service .inner .top-service-img .img01 div + div,
.top-service .inner .top-service-img .img02 div + div {
  margin-top: 8%;
}
.top-service .inner .top-service-img .img01 img {
  -o-object-position: 60% center;
     object-position: 60% center;
}
.top-service .inner .top-service-img .img02 {
  margin-top: 40px;
}
.top-service .inner .top-service-img .img02 img {
  -o-object-position: 80% center;
     object-position: 80% center;
}
.top-service .inner .top-service-txt {
  width: 48%;
  z-index: 2;
}
@media all and (max-width: 896px) {
  .top-service.type1 {
    margin: 20px auto;
  }
  .top-service .inner {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-service .inner .top-service-img {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .top-service .inner .top-service-img .img02 {
    max-width: 350px;
  }
  .top-service .inner .top-service-txt {
    width: 100%;
    margin: auto;
  }
}
@media all and (max-width: 639px) {
  .top-service .inner {
    max-width: 100%;
  }
  .top-service .inner .top-service-img .img01,
  .top-service .inner .top-service-img .img02 {
    height: 150px;
  }
  .top-service .inner .top-service-img .img02 {
    margin-top: 20px;
  }
  .top-service .inner .top-service-txt {
    padding: 0 5px;
  }
}

.feature-swiper {
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .feature-swiper {
    padding-bottom: 4.5rem;
    width: 95%;
  }
}
.feature-swiper > .swiper-wrapper1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(73, 64, 58, 0.1));
          filter: drop-shadow(0px 0px 5px rgba(73, 64, 58, 0.1));
}
.feature-swiper > .swiper-wrapper1 > .swiper-slide1 {
  position: relative;
  width: 31.333%;
  height: auto;
  margin: 1%;
  padding: 20px 10px;
  background: #fff;
  border-radius: 10px;
}
@media all and (max-width: 639px) {
  .feature-swiper > .swiper-wrapper1 > .swiper-slide1 {
    width: 100% !important;
  }
}
.feature-swiper > .swiper-wrapper1 > .swiper-slide1 .img-area {
  position: relative;
  margin: 0 auto;
}
.feature-swiper > .swiper-wrapper1 > .swiper-slide1 .img-area img {
  border-radius: 5px;
}
.feature-swiper > .swiper-wrapper1 > .swiper-slide1 .img-area .nmb {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  background: #20c7b2;
  border-radius: 100%;
  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;
}
.feature-swiper > .swiper-wrapper1 > .swiper-slide1 .img-area .nmb img {
  width: 65%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 639px) {
  .feature-swiper > .swiper-wrapper1 > .swiper-slide1 .img-area .nmb {
    width: 80px;
    height: 80px;
  }
}
.feature-swiper > .swiper-wrapper1 > .swiper-slide1 .img-area .nmb.type1 {
  margin-top: -50px;
  z-index: 10;
}
.feature-swiper > .swiper-wrapper1 > .swiper-slide1 .txt {
  margin-top: 0px;
  padding: 10px 10px 20px;
}
.feature-swiper > .swiper-wrapper1 > .swiper-slide1 .txt h4 {
  color: #20c7b2;
  text-wrap: balance;
  word-break: auto-phrase;
  font-family: "YakuHanJP", "Zen Maru Gothic", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media all and (max-width: 896px) {
  .feature-swiper > .swiper-wrapper1 > .swiper-slide1 .txt h4 {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 639px) {
  .feature-swiper > .swiper-wrapper1 > .swiper-slide1 .txt h4 {
    font-size: 1.6rem;
  }
}
.feature-swiper > .swiper-wrapper1 > .swiper-slide1 .txt h4 span {
  font-size: 2.4rem;
  display: block;
}
@media all and (max-width: 896px) {
  .feature-swiper > .swiper-wrapper1 > .swiper-slide1 .txt h4 span {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .feature-swiper > .swiper-wrapper1 > .swiper-slide1 .txt h4 span {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .feature-swiper > .swiper-wrapper1 > .swiper-slide1 .txt {
    margin-top: 10px;
    padding: 5px 5px 15px;
  }
}
.feature-swiper .swiper-controller {
  display: none;
}
@media all and (max-width: 639px) {
  .feature-swiper .swiper-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 3.2rem;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.feature-swiper .swiper-button-prev,
.feature-swiper .swiper-button-next {
  position: relative;
  margin: 0;
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.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);
  background-image: none;
  border-radius: 50%;
  background: #fefefe;
  border: 1px solid #ff6740;
}
@media all and (max-width: 896px) {
  .feature-swiper .swiper-button-prev,
  .feature-swiper .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
}
.feature-swiper .swiper-button-prev::before,
.feature-swiper .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}
.feature-swiper .swiper-button-prev::after,
.feature-swiper .swiper-button-next::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border: solid #ff6740;
  border-width: 2px 2px 0 0;
}
.feature-swiper .swiper-button-prev.swiper-button-prev::after,
.feature-swiper .swiper-button-next.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.feature-swiper .swiper-button-prev.swiper-button-next::after,
.feature-swiper .swiper-button-next.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.feature-swiper .swiper-button-prev:hover::before,
.feature-swiper .swiper-button-next:hover::before {
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.feature-swiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.top-sec1 {
  position: relative;
  overflow: hidden;
}
.top-sec1:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 247, 255, 0.6)), to(rgba(241, 245, 245, 0)));
  background-image: linear-gradient(180deg, rgba(229, 247, 255, 0.6) 0%, rgba(241, 245, 245, 0) 100%);
}
@media all and (max-width: 639px) {
  .top-sec1 {
    padding-top: 30px;
  }
}

.cont01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.cont01 .cont01_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
.cont01 .cont01_img img {
  max-width: 150px;
}
.cont01 .cont01_img.img02 {
  margin-top: 50px;
}
.cont01 .cont01_img .img {
  position: relative;
}
.cont01 .cont01_img .img .img_shadow {
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 198px;
  height: 62px;
  z-index: -1;
  background-color: rgba(51, 51, 51, 0.3);
}
.cont01 .cont01_txt {
  max-width: 600px;
  margin: 0 auto;
}
.cont01 .cont01_txt .main_ttl {
  font-size: 3rem;
  margin-bottom: 40px;
  text-align: center;
  color: #223a70;
}
.cont01 .cont01_txt .main_ttl .eng {
  display: block;
  font-size: 1.2rem;
  color: #20c7b2;
  padding: 5px 0;
}
@media all and (max-width: 896px) {
  .cont01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .cont01 .cont01_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cont01 .cont01_img.img02 {
    margin-top: 0;
  }
}
@media all and (max-width: 639px) {
  .cont01 .cont01_txt .main_ttl {
    font-size: 1.8rem;
  }
  .cont01 .cont01_img .img img {
    max-width: 100px;
  }
  .cont01 .cont01_img .img .img_shadow {
    bottom: -30px;
    width: 120px;
    height: 42px;
  }
}

.sec_line {
  height: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/line02.png) repeat-x;
}

.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 60px;
}
.menu_list > li {
  width: 45%;
}
.menu_list > li a {
  display: block;
  padding: 40px;
  border-radius: 30px;
  background: #f4f6f5;
}
.menu_list > li a .menu_ttl {
  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;
  margin-bottom: 20px;
  color: #223a70;
}
.menu_list > li a .menu_ttl .txt {
  font-size: 3rem;
}
.menu_list > li a .menu_ttl .icon {
  width: 80px;
}
.menu_list > li a .menu_img {
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu_list > li a .menu_txt {
  margin-bottom: 20px;
  color: #333;
}
.menu_list > li a .menu_btn {
  background: #223a70;
  border-radius: 60px;
  padding: 20px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #333;
  position: relative;
  margin-bottom: -100px;
  margin-bottom: -75px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu_list > li a .menu_btn i {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu_list > li a:hover .menu_img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.menu_list > li a:hover .menu_btn {
  background: #20c7b2;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  color: #fff;
}
.menu_list > li a:hover .menu_btn i {
  right: 30px;
}
@media all and (max-width: 896px) {
  .menu_list {
    gap: 80px;
  }
  .menu_list > li {
    width: 100%;
  }
  .menu_list > li a .menu_img img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media all and (max-width: 639px) {
  .menu_list {
    margin-top: 50px;
  }
  .menu_list > li a {
    padding: 30px 20px;
  }
  .menu_list > li a .menu_ttl .txt {
    font-size: 1.8rem;
  }
  .menu_list > li a .menu_ttl .icon {
    width: 40px;
  }
  .menu_list > li a .menu_img img {
    height: 200px;
  }
}

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

.news-title {
  position: relative;
  margin-right: 60px;
  text-align: center;
  min-width: 120px;
}
.news-title .eng {
  color: #20c7b2;
  font-size: 3.2rem;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1 !important;
}
.news-title .ja {
  color: #4b382d;
  font-family: "Zen Maru Gothic", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 1.8rem;
  line-height: 1 !important;
  display: block;
  margin: 5px auto 20px;
}
@media all and (max-width: 896px) {
  .news-title .ja {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .news-title .ja {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}
.news-title a {
  padding: 3px 10px;
  max-width: 90%;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 1px solid #20c7b2;
  background: #20c7b2;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 896px) {
  .news-title a {
    font-size: 1rem;
  }
}
@media all and (max-width: 639px) {
  .news-title a {
    font-size: 0.95rem;
  }
}
.news-title a:hover {
  background: transparent;
  color: #20c7b2;
}
@media all and (max-width: 896px) {
  .news-title {
    width: calc(100% - 5px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    min-width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .news-title span {
    position: relative;
  }
  .news-title .eng {
    font-size: 2rem;
  }
  .news-title .ja {
    margin: 0 0 0 10px;
  }
  .news-title a {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 15px 1px;
    margin: 0;
  }
}

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

#news-wrapper {
  height: 100%;
  padding-bottom: 40px;
}
@media all and (max-width: 896px) {
  #news-wrapper {
    padding-bottom: 20px;
  }
  #news-wrapper canvas {
    width: 100%;
    height: 40px;
  }
}

.news a {
  display: block;
  color: #4b382d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  border-top: 1px solid #d2d2d2;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.news a:hover {
  background: #eceff3;
}
.news a:last-of-type {
  border-bottom: 1px solid #d2d2d2;
}
@media all and (max-width: 896px) {
  .news a {
    padding: 10px;
  }
}
.news a dt {
  width: 100%;
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.35rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .news a dt {
    font-size: 1.15rem;
  }
}
@media all and (max-width: 639px) {
  .news a dt {
    font-size: 1.1rem;
  }
}
.news a dt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 3px;
  color: #20c7b2;
}
.news a dd {
  line-height: 1.5;
}

.news02 {
  border-top: 1px solid #d2d2d2;
}
.news02 a {
  position: relative;
  display: block;
  border-bottom: 1px solid #d2d2d2;
  padding: 30px 20px;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.news02 a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #223a70;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.news02 a:hover {
  background: rgba(236, 239, 243, 0.4);
  backdrop-filter: blur(5px);
}
.news02 a:hover:after {
  right: 7px;
}
.news02 a dt {
  float: left;
  width: 7em;
  text-align: center;
  border: 1px solid #20c7b2;
  color: #20c7b2;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  letter-spacing: 0.025em;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
@media all and (max-width: 896px) {
  .news02 a dt {
    font-size: 1rem;
  }
}
@media all and (max-width: 639px) {
  .news02 a dt {
    font-size: 0.95rem;
  }
}
.news02 a dd {
  padding: 0 0 0 20px;
  color: #4b382d;
  overflow: hidden;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media all and (max-width: 896px) {
  .news02 a {
    padding: 20px 10px;
  }
  .news02 a:hover:after {
    right: 3px;
  }
}
@media all and (max-width: 639px) {
  .news02 a {
    padding: 15px 5px;
  }
  .news02 a dt {
    float: none;
  }
  .news02 a dd {
    width: 100%;
    padding: 5px 0 0 0;
    -webkit-line-clamp: 2;
  }
}

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

.pick-dl {
  letter-spacing: 0.1em;
}
.pick-dl.type1 {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .pick-dl.type1 {
    margin-top: 15px;
  }
}
.pick-dl dt {
  float: left;
  width: 7em;
  text-align: center;
  color: #ffffff;
  background: #20c7b2;
  padding: 1px 0 2px;
}
.pick-dl dd {
  padding-left: 8em;
}
.pick-dl dd:not(:last-child) {
  margin-bottom: 10px;
}

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

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

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

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

.single03 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 1320px) {
  .single03 {
    padding: 80px 10px;
  }
}

.single04 {
  padding: 120px 0;
  max-width: calc(100% - 240px);
}
@media all and (max-width: 1100px) {
  .single04 {
    max-width: calc(100% - 120px);
  }
}
@media all and (max-width: 896px) {
  .single04 {
    max-width: calc(100% - 20px);
    padding: 60px 0;
  }
}

.single.phalf,
.single0.phalf,
.single02.phalf,
.single03.phalf,
.single04.phalf {
  padding: 40px 0;
}
@media all and (max-width: 1100px) {
  .single.phalf,
  .single0.phalf,
  .single02.phalf,
  .single03.phalf,
  .single04.phalf {
    padding: 40px 15px;
  }
}
@media all and (max-width: 896px) {
  .single.phalf,
  .single0.phalf,
  .single02.phalf,
  .single03.phalf,
  .single04.phalf {
    padding: 20px 0;
  }
}
.single.type2,
.single0.type2,
.single02.type2,
.single03.type2,
.single04.type2 {
  padding: 0 0 80px;
}
@media all and (max-width: 1100px) {
  .single.type2,
  .single0.type2,
  .single02.type2,
  .single03.type2,
  .single04.type2 {
    padding: 0 15px 80px;
  }
}

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

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

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.mbox {
  background: #fefefe;
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0 0 15px rgba(75, 56, 45, 0.05);
          box-shadow: 0 0 15px rgba(75, 56, 45, 0.05);
}
.mbox.type1 {
  border-radius: 20px;
}
.mbox.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
}
.mbox.transparent {
  background: transparent;
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 20px 12px;
  }
}

.mbox2 {
  border: 4px solid #223a70;
  border-radius: 10px;
  padding: 35px 30px;
}
@media all and (max-width: 639px) {
  .mbox2 {
    padding: 15px;
  }
}
.mbox2.type1 {
  background: #fffaf4;
}

.mbox3 {
  background: #fff;
  padding: 30px;
  border-top: 5px solid #223a70;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
  border-radius: 0 0 10px 10px;
}
.mbox3:before, .mbox3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
.mbox3:before {
  background: #fefefe;
  left: 0;
  top: 0;
  z-index: -1;
}
.mbox3:after {
  bottom: -15px;
  right: -15px;
  background-image: radial-gradient(circle, #223a70 15%, transparent 10%), radial-gradient(circle, #223a70 15%, transparent 10%);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
  z-index: -2;
  border-radius: 0 0 10px 10px;
}
@media all and (max-width: 639px) {
  .mbox3:after {
    bottom: -12px;
    right: -12px;
  }
}
@media all and (max-width: 896px) {
  .mbox3 {
    width: 95%;
    margin: 0 auto 40px;
  }
  .mbox3:nth-child(2n) {
    margin-left: auto;
  }
}

.mbox4 {
  background: #fefefe;
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.mbox4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: url(../img/line02.png) repeat-x;
}
.mbox4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: url(../img/line02.png) repeat-x;
}

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

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

.sentence p + p {
  margin-top: 20px;
}
.sentence.type_mb {
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media all and (max-width: 639px) {
  .sentence.type_mb {
    font-size: 1.1rem;
  }
}
.sentence.type_mb p {
  margin-bottom: 30px;
}

.sentence2 p + p {
  margin-top: 12px;
}
@media all and (max-width: 639px) {
  .sentence2 p + p {
    margin-top: 8px;
  }
}

.inner-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

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

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

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

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

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

#side-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 0 auto;
  padding: 0 60px;
}
@media all and (max-width: 1100px) {
  #side-box {
    padding: 0 40px;
  }
}
@media all and (max-width: 896px) {
  #side-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    padding: 0;
  }
}
#side-box #side-menu {
  width: 220px;
  position: sticky;
  left: 0;
  top: 40px;
  margin-bottom: 120px;
}
@media all and (max-width: 896px) {
  #side-box #side-menu {
    width: 98%;
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
}
#side-box #side-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}
@media all and (max-width: 1100px) {
  #side-box #side-main {
    margin-left: 10px;
  }
}
@media all and (max-width: 896px) {
  #side-box #side-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0;
    width: 100%;
  }
}

/* mtitle
----------------------------------*/
.mtitle {
  margin: 0 auto 35px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.mtitle:before {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: attr(data-title);
  margin-inline: auto;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  text-align: center;
  color: #223a70;
  line-height: 1.2;
}
@media all and (max-width: 639px) {
  .mtitle:before {
    font-size: 2.6rem;
  }
}
.mtitle .ja {
  font-size: 2.4rem;
}
.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;
  margin-left: 0;
}
.mtitle.mtitle_left .eng {
  text-align: left;
}
.mtitle.mtitle_right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
  }
  .mtitle .eng {
    font-size: 1.2rem;
  }
  .mtitle:before {
    font-size: 1.2rem;
  }
  .mtitle .ja {
    font-size: 1.8rem;
  }
}

.mtitle2 {
  font-size: 2.2rem;
  margin-bottom: 30px;
  line-height: 1.4;
  color: #4b382d;
  font-weight: 600;
  position: relative;
}
.mtitle2 span {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  color: #20c7b2;
}
.mtitle2 span.ja {
  font-size: 1.8rem;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .mtitle2 {
    font-size: 1.5rem;
  }
  .mtitle2 span {
    font-size: 2rem;
  }
  .mtitle2 span .ja {
    font-size: 1.8rem;
  }
}
.mtitle2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 40px;
  height: 2px;
  background: #20c7b2;
}

.mtitle3 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: relative;
  min-height: 100px;
}
.mtitle3 .ja {
  display: block;
  font-size: 2.6rem;
  border-right: 2px solid #20c7b2;
  letter-spacing: 0.2em;
  padding-right: 5px;
  font-weight: 400;
}
.mtitle3 .eng {
  display: block;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  color: #20c7b2;
  padding-left: 3px;
}
@media all 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: 2.2rem;
  padding-bottom: 20px;
  position: relative;
  font-weight: 600;
  margin-bottom: 25px;
  color: #20c7b2;
  letter-spacing: 0.2rem;
}
.mtitle_line span {
  display: block;
  font-size: 1.4rem;
  color: #20c7b2;
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  opacity: 0.6;
  background-image: repeating-linear-gradient(-45deg, #1e3b83, #aaa 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.4rem;
  }
  .mtitle_line span {
    font-size: 1.2rem;
  }
}

.mtitle_balloon {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.mtitle_balloon span {
  position: relative;
  display: inline-block;
  padding: 0 10px 16px;
  overflow: hidden;
  line-height: 1.3em;
}
.mtitle_balloon span:before, .mtitle_balloon span:after {
  content: "";
  display: block;
  border-bottom: 3px solid #efc770;
  position: absolute;
  width: 50%;
  bottom: 6px;
}
.mtitle_balloon span:before {
  left: -5px;
}
.mtitle_balloon span:after {
  right: -5px;
}
.mtitle_balloon span i {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #efc770;
  border-right: 3px solid #efc770;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px;
}
.mtitle_balloon .eng {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 5rem;
}
.mtitle_balloon.center {
  text-align: center;
}
.mtitle_balloon.white span:before {
  border-bottom-color: #fefefe;
}
.mtitle_balloon.white span:after {
  border-bottom-color: #fefefe;
}
.mtitle_balloon.white span i {
  border-color: #fefefe;
}
@media all and (max-width: 639px) {
  .mtitle_balloon {
    font-size: 1.7rem;
  }
  .mtitle_balloon .eng {
    font-size: 2.4rem;
  }
}

.mtitle_maru {
  position: relative;
  padding-top: 55px;
  text-align: center;
  margin-bottom: 40px;
}
.mtitle_maru::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 38px;
  background: #333;
}
.mtitle_maru::after {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  font-weight: 900;
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #20c7b2;
}
.mtitle_maru .ja {
  font-size: 2.5rem;
}
.mtitle_maru .eng {
  display: block;
  margin-top: 5px;
  font-family: "Cabin", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #20c7b2;
  letter-spacing: 0.15em;
}
@media all and (max-width: 639px) {
  .mtitle_maru .ja {
    font-size: 1.6rem;
  }
  .mtitle_maru .eng {
    font-size: 1rem;
  }
}

.mtitle_icon {
  position: relative;
  font-family: "Zen Maru Gothic", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 35px;
  color: #4b382d;
  padding: 10px 0 10px 100px;
}
@media all and (max-width: 896px) {
  .mtitle_icon {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle_icon {
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
}
.mtitle_icon .eng {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  display: block;
  color: #20c7b2;
}
.mtitle_icon:before {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26486/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 639px) {
  .mtitle_icon {
    margin-bottom: 30px;
    padding-left: 74px;
  }
  .mtitle_icon .eng {
    font-size: 1.1rem;
  }
  .mtitle_icon:before {
    width: 64px;
    height: 64px;
  }
}

.mtitle_icon2 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -45px;
}
.mtitle_icon2 .icon {
  width: 50px;
  margin: 0 auto;
}
.mtitle_icon2 .ja {
  font-size: 2.5rem;
}
.mtitle_icon2 i {
  display: block;
  color: #20c7b2;
  font-size: 3rem;
}
@media all and (max-width: 639px) {
  .mtitle_icon2 {
    margin-bottom: 20px;
  }
  .mtitle_icon2 .ja {
    font-size: 1.6rem;
  }
}

.mtitle4 {
  text-align: center;
  color: #20c7b2;
  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: #20c7b2;
}
.mtitle4 span:before {
  left: -11px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.mtitle4 span:after {
  right: -11px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.mtitle4.white span:before, .mtitle4.white span:after {
  background-color: #ffd803;
}
@media all and (max-width: 639px) {
  .mtitle4 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 320px) {
  .mtitle4 span:before {
    left: -3px;
  }
  .mtitle4 span:after {
    right: -3px;
  }
}

.mtitle5 {
  position: relative;
}
.mtitle5 span {
  position: relative;
  z-index: 2;
  padding: 0 15px 8px;
  font-size: 1.35em;
  line-height: 1.4;
  color: #20c7b2;
  display: inline-block;
}
.mtitle5 span.eng {
  font-size: 2em;
}
.mtitle5:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 85%;
  height: 60%;
  background: #1e3b83;
  opacity: 0.3;
}

.mtitle-bll {
  font-family: "Zen Maru Gothic", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 1.8rem;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-bottom: 8px;
}
@media all and (max-width: 896px) {
  .mtitle-bll {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle-bll {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}
.mtitle-bll:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #20c7b2;
}
.mtitle-bll.type1:after {
  background: #223a70;
}
.mtitle-bll.type2 {
  letter-spacing: 0.12em;
}
@media all and (max-width: 639px) {
  .mtitle-bll {
    letter-spacing: 0.12em;
  }
  .mtitle-bll.type2 {
    letter-spacing: 0.1em;
  }
}

.mtitle-bll i {
  color: #20c7b2;
}

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

.mtitle_box {
  background: #20c7b2;
  font-size: 1.7rem;
  position: relative;
  padding: 20px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #fff;
  padding-left: 50px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
.mtitle_box.middle {
  max-width: 70%;
  padding: 5px 20px;
  padding-left: 50px;
}
.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  font-weight: 900;
  display: block;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.3rem;
  }
}
.mtitle_box.type1 {
  background: #223a70;
}
.mtitle_box.type2 {
  background: #1e3b83;
}

.mtitle_box2 {
  background: #20c7b2;
  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: #fefefe;
  content: "";
  display: block;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  bottom: -10px;
  right: -150px;
  width: 300px;
  height: 280px;
}
@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
    padding-right: 40px;
  }
  .mtitle_box2 span {
    font-size: 12px;
  }
  .mtitle_box2:before {
    width: 215px;
    right: -170px;
  }
}

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

.mtext2 {
  font-family: "Zen Maru Gothic", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 2rem;
  color: #4b382d;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media all and (max-width: 896px) {
  .mtext2 {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
}
.mtext2.eng {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .mtext2 {
    margin-bottom: 10px;
  }
}

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

.type_title01 {
  padding-left: 25px;
  position: relative;
}
.type_title01:before {
  position: absolute;
  content: "";
  left: 0;
  top: -60px;
  width: 2px;
  height: calc(100% + 60px);
  background: #20c7b2;
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #20c7b2;
}

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

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

.btn03 a {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  color: #20c7b2;
  border: 2px solid #20c7b2;
}
.btn03 a:hover {
  background: #20c7b2;
  color: #fff;
}
.btn03 a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  margin-left: 8px;
}

/* page-title
----------------------------------*/
.page-title {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.page-title .inner {
  margin: 0 auto;
  height: 350px;
  position: relative;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27205/p1.jpg) no-repeat center 30%/cover;
  position: relative;
}
.page-title .inner::before {
  content: " ";
  position: absolute;
  bottom: -140px;
  left: 0;
  right: 0;
  width: 250px;
  height: 220px;
  margin: 0 auto;
  background: #fefefe;
  border-radius: 50%;
  z-index: 5;
}
@media all and (max-width: 1100px) {
  .page-title .inner {
    padding: 0 20px;
  }
}
@media all and (max-width: 896px) {
  .page-title .inner {
    height: 400px;
  }
}
.page-title .page-lead {
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 20px;
  margin-top: -50px;
  background: #ffffff;
}
.page-title .page-lead .icon {
  width: 60px;
  margin: 0 auto 10px;
}
.page-title .page-lead .ja {
  font-size: 2.5rem;
}
.page-title .page-lead .eng {
  font-family: "Cabin", sans-serif;
  display: block;
  color: #20c7b2;
}
.page-title.type2 .inner {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27205/p2.jpg) no-repeat center 30%/cover;
}
.page-title.type3 .inner {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27205/p3.jpg) no-repeat center 30%/cover;
}
.page-title.type4 .inner {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27205/p4.jpg) no-repeat center 30%/cover;
}
.page-title.type5 .inner {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27205/p5.jpg) no-repeat center 30%/cover;
}
@media all and (max-width: 639px) {
  .page-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-title .inner:before {
    width: 150px;
    height: 120px;
    bottom: -70px;
  }
  .page-title:before {
    background-image: url(../img/1.jpg);
  }
  .page-title .inner {
    height: 45vw;
  }
  .page-title .page-lead .icon {
    width: 30px;
  }
  .page-title .page-lead .ja {
    font-size: 1.4rem;
  }
  .page-title .page-lead .eng {
    font-size: 1rem;
  }
}

.bg-gradient {
  position: relative;
}
.bg-gradient:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(226, 226, 226, 0.94)), to(rgba(241, 241, 241, 0)));
  background-image: linear-gradient(0deg, rgba(226, 226, 226, 0.94) 0%, rgba(241, 241, 241, 0) 100%);
}

.bg-01 {
  position: relative;
}
.bg-01 .inner {
  position: relative;
}
.bg-01:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pastel.jpg) no-repeat center/cover;
  mix-blend-mode: darken;
}

.bg-03 {
  position: relative;
  background: #f3f8fb;
}
.bg-03::before, .bg-03::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 240px;
  content: "";
  z-index: -2;
}
.bg-03::before {
  top: -240px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23f3f8fb" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.bg-03:after {
  top: auto;
  bottom: -240px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23f3f8fb" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media all and (max-width: 896px) {
  .bg-03::before, .bg-03::after {
    height: 50px;
  }
  .bg-03::before {
    top: -50px;
  }
  .bg-03::after {
    bottom: -50px;
  }
}

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

.bg-base {
  position: relative;
}
.bg-base:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f4f6f5;
}
.bg-base.type1 {
  position: relative;
}
.bg-base.type1:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 50px);
  height: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/zara.png) #eceff3;
  background-size: 100px;
  opacity: 0.5;
}
@media all and (max-width: 1320px) {
  .bg-base.type1:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.bg-base.type2 .inner {
  position: relative;
  z-index: 3;
}
.bg-base.type2:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 50px);
  height: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fefefe;
  border-radius: 15px;
}
@media all and (max-width: 1320px) {
  .bg-base.type2:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.bg-base.type3 {
  position: relative;
}
.bg-base.type3:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #223a70;
  opacity: 0.2;
}
@media all and (max-width: 1100px) {
  .bg-base.type3:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.bg-green {
  background: #1e3b83;
  position: relative;
}

.top-topics {
  position: relative;
}
.top-topics .wave {
  fill: #fefefe;
  top: auto;
  bottom: -1px;
}
.top-topics .bg-reaf {
  position: relative;
  overflow: hidden;
}
.top-topics .bg-reaf:before, .top-topics .bg-reaf:after {
  position: absolute;
  content: "";
  width: 181px;
  height: 344px;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(109, 87, 87, 0.1));
          filter: drop-shadow(3px 3px 3px rgba(109, 87, 87, 0.1));
  background-size: contain;
  opacity: 0.5;
}
.top-topics .bg-reaf:before {
  right: -40px;
  bottom: 30px;
  background: url(../img/bg-reaf01.png) no-repeat;
}
.top-topics .bg-reaf:after {
  left: 0;
  top: 0;
  background: url(../img/bg-reaf02.png) no-repeat;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media all and (max-width: 639px) {
  .top-topics .bg-reaf:before, .top-topics .bg-reaf:after {
    width: 101px;
    height: 244px;
  }
}

.bg-gray {
  position: relative;
}
.bg-gray:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(236, 239, 243, 0.5);
  z-index: -2;
}
.bg-gray.type1:before {
  background: #e1e1e1;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, right top, from(#000), color-stop(64%, #000), color-stop(80%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2)));
  -webkit-mask-image: linear-gradient(to right top, #000 0%, #000 64%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.2) 100%);
          mask-image: -webkit-gradient(linear, left bottom, right top, from(#000), color-stop(64%, #000), color-stop(80%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2)));
          mask-image: linear-gradient(to right top, #000 0%, #000 64%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.2) 100%);
}
.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%, #eceff3), to(#eceff3));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #eceff3 50.1%, #eceff3 100%);
}
.bg-gray.bg-half-upper {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eceff3), color-stop(50%, #eceff3), color-stop(50.1%, transparent), to(transparent));
  background-image: linear-gradient(to bottom, #eceff3 0%, #eceff3 50%, transparent 50.1%, transparent 100%);
}

.bg_03 {
  position: relative;
}
.bg_03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27205/bg_03.png);
  background-repeat: repeat;
}

.bg_04 {
  position: relative;
}
.bg_04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.bg_05 {
  position: relative;
}
.bg_05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #fff), color-stop(25%, #d8ebe9), color-stop(50%, #d8ebe9), color-stop(50%, #fff), color-stop(75%, #fff), color-stop(75%, #d8ebe9), to(#d8ebe9));
  background-image: linear-gradient(90deg, #fff 25%, #d8ebe9 25%, #d8ebe9 50%, #fff 50%, #fff 75%, #d8ebe9 75%, #d8ebe9);
  background-size: 100px 100px;
  opacity: 0.5;
}

.bg_06 {
  position: relative;
  /*
  &::after {
    bottom: 30%;
    right: 0;
    background-image: url(../img/after_slide_wrap.png);
    width: 376px;
    height: 488px;
  }
  */
}
.bg_06::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2%;
  z-index: -1;
  width: 400px;
  height: 300px;
  background-image: url(../img/bg_06_after.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.bg_07 {
  position: relative;
}
.bg_07::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48%;
  height: 48%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27205/bg_03.png);
  background-repeat: repeat;
  border-radius: 0.5em 0 0 0.5em;
}

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

.bg-999 {
  background: #888;
}

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

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

.bg-beige2 {
  background: rgba(244, 230, 210, 0.4);
}

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

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

.tbl_normal {
  width: 100%;
}
.tbl_normal.type1 th {
  width: 30%;
  font-size: 2rem;
  line-height: 1;
}
@media all and (max-width: 639px) {
  .tbl_normal.type1 th {
    font-size: 1.6rem;
    width: 35%;
  }
}
.tbl_normal.type1 td {
  text-align: left;
  font-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 thead th {
  text-align: center;
}
.tbl thead th.th01 {
  background: rgba(30, 59, 131, 0.6);
}
.tbl thead th.th02 {
  background: #f4e6d2;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #fefefe;
}
.tbl th {
  background: #eee;
  text-align: left;
}
.tbl th span {
  font-size: 1.4rem;
}
.tbl th.item1 {
  width: 260px;
}
@media all and (max-width: 639px) {
  .tbl th.item1 {
    width: 220px;
  }
}
.tbl .fs_xs {
  font-size: 0.8em;
}
.tbl .cell01 {
  width: 45%;
}
.tbl .cell02 {
  width: 30%;
}
@media all and (max-width: 639px) {
  .tbl th {
    text-align: left;
  }
  .tbl th,
  .tbl td {
    padding: 10px 8px;
    letter-spacing: 0;
  }
}

.tbl_new {
  width: 100%;
}
.tbl_new.type-mini {
  font-size: 1.5rem;
}
.tbl_new.type-mini tr th,
.tbl_new.type-mini tr td {
  padding: 10px;
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: #E7EFEC;
}
.tbl_new th,
.tbl_new td {
  vertical-align: middle;
  padding: 20px;
}
.tbl_new th {
  width: 18%;
  padding-left: 25px;
  text-align: left;
  letter-spacing: 0;
  font-weight: inherit;
}
@media all and (max-width: 639px) {
  .tbl_new th {
    width: 25%;
    padding-left: 10px;
  }
}
.tbl_new th.th-long {
  width: 100%;
  text-align: center;
  background: #1e3b83;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 1.1em;
}

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

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

.tbl0 {
  width: 100%;
  font-size: 1.4rem;
}
.tbl0 th,
.tbl0 td {
  padding: 5px;
  border: 0;
  color: #333;
  border-bottom: 0.9px solid #ddd;
}
.tbl0 th {
  padding-left: 0;
  text-align: left;
  background: none;
  width: 5em;
}
.tbl0 th:after, .tbl0 th:before {
  display: none;
}
.tbl0.type1 th {
  width: 10em;
}
@media all and (max-width: 639px) {
  .tbl0 {
    font-size: 1.1rem;
  }
  .tbl0 th,
  .tbl0 td {
    display: block;
    width: 100%;
  }
  .tbl0 th {
    border-bottom: 0;
  }
  .tbl0.type1 th,
  .tbl0.type1 td {
    display: table-cell;
    width: auto;
  }
  .tbl0.type1 th {
    width: 130px;
    border-bottom: 0.9px solid #ddd;
  }
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}
.ggmap.type1 {
  padding-bottom: 50%;
}
.ggmap.type2 {
  padding-bottom: 52%;
  border-radius: 20px;
}
.ggmap.youtube {
  padding-bottom: 56.25%;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 639px) {
  .ggmap {
    padding-bottom: 65.25%;
  }
}

/* list
----------------------------------*/
.trouble li {
  position: relative;
  padding-bottom: 15px;
  padding-left: 3rem;
  margin-bottom: 15px;
  border-bottom: 1px dotted #bbb;
}
.trouble li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27205/icon_trouble.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.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_note li {
  padding-left: 1.5em;
  font-size: 0.9em;
}
.list_note li:before {
  content: "※";
  margin: 0 5px 0 -1.5em;
  color: #ff0000;
}

.list-policy {
  background: rgba(255, 255, 255, 0.7);
  padding: 25px;
  margin-bottom: 40px;
}
.list-policy li {
  font-family: "YakuHanMP", "游明朝 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: #20c7b2;
}
@media all and (max-width: 639px) {
  .list-policy {
    padding: 15px;
  }
  .list-policy li {
    font-size: 1.4rem;
  }
}

.list_check.type1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 4%;
}
.list_check.type1 li {
  background: #20c7b2;
  padding: 12px 8px 12px 24px;
  color: #fff;
}
.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: #20c7b2;
  border-bottom: 1px dotted #20c7b2;
}
.list_check li:before {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  width: 10px;
  height: 2px;
  background: #223a70;
}
@media all and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.3rem;
  }
}

.list_check2 li {
  padding: 8px;
  font-weight: 600;
  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: #20c7b2;
}
.list_check2 li a {
  color: #111;
}
.list_check2 li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  margin-left: 4px;
  font-size: 0.8em;
  color: #4b382d;
}
.list_check2.type1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 20px;
}
@media all and (max-width: 639px) {
  .list_check2.type1 {
    grid-template-columns: 1fr;
    gap: 5px 0;
  }
}
.list_check2.type_blue li:before {
  color: #223a70;
}

.list-inline2 {
  text-align: center;
}
.list-inline2 li {
  display: inline-block;
  padding: 4px 15px;
  background: #fefefe;
  border: 1px solid #e1e1e1;
  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: #20c7b2;
  font-weight: normal;
}

.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 0;
}
.ol-list.sbc > li:before {
  background: #223a70;
}
.ol-list.sbc > li .title18 {
  color: #333;
}
.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:not(:nth-child(2n)) {
  margin-right: 4%;
}
@media all and (max-width: 639px) {
  .ol-list.type1 > li {
    width: 100%;
    margin-right: 0 !important;
  }
  .ol-list.type1 > li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.ol-list > li {
  position: relative;
  padding-left: 45px;
  line-height: 1.6;
}
.ol-list > li .title18 {
  margin-bottom: 5px;
  color: #1e3b83;
  font-weight: 600;
}
.ol-list > li:not(:last-child) {
  margin-bottom: 20px;
}
.ol-list > li:before {
  counter-increment: number;
  content: counter(number);
  background: #1e3b83;
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #ffffff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (max-width: 639px) {
  .ol-list > li {
    padding-left: 35px;
  }
  .ol-list > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .ol-list > li:before {
    font-size: 1.3rem;
  }
}

.ol-list2 {
  counter-reset: list;
  list-style: none;
  background: #fefefe;
  border-radius: 10px;
}
.ol-list2 > li {
  line-height: 2;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 5px 10px 50px;
  border-bottom: dashed 1px #223a70;
}
.ol-list2 > li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #223a70;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: bold;
}
.ol-list2 > li .ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
@media all and (max-width: 639px) {
  .ol-list2 > li {
    font-size: 15px;
  }
  .ol-list2 > li .ol-lead {
    font-size: 1.4rem;
  }
  .ol-list2 > li .inner {
    font-size: 0.9em;
  }
  .ol-list2 > li:before {
    font-size: 1.8rem;
  }
  .ol-list2 > li .ttl {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .ol-list2 > li {
    padding: 0;
    padding-top: 50px;
  }
  .ol-list2 > li::before {
    top: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: translateY(initial);
            transform: translateY(initial);
  }
}
.ol-list2.vTop > li::before {
  top: 10px;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 480px) {
  .ol-list2.vTop > li::before {
    top: 7px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ol-list2.vTop > li > ul {
  margin-bottom: 20px;
}

.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: #20c7b2;
  font-size: 1rem;
  display: inline-block;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.list_disc.type2 li {
  padding: 0;
}
.list_disc.type2 li:not(:last-of-type) {
  border-bottom: none;
  margin-bottom: 0;
}

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

.list-btn2 {
  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;
}
.list-btn2.col3 li {
  width: 31%;
  margin: 1%;
}
.list-btn2.col3 li a:before {
  border-bottom: transparent;
  border-right: transparent;
}
.list-btn2.col3 li a:hover {
  -webkit-box-shadow: 0px 0px #eee;
  box-shadow: 0px 0px #eee;
  background-color: #fff;
}
.list-btn2.col4 li {
  width: 23%;
  margin: 1%;
}
.list-btn2.col4 li a:before {
  border-bottom: transparent;
  border-right: transparent;
}
.list-btn2.col4 li a:hover {
  -webkit-box-shadow: 0px 0px #eee;
  box-shadow: 0px 0px #eee;
  background-color: #fff;
}
.list-btn2.col2 li {
  width: 48%;
  margin: 1%;
}
.list-btn2.col2 li a:before {
  border-bottom: transparent;
  border-right: transparent;
}
.list-btn2.col2 li a:hover {
  -webkit-box-shadow: 0 0 #eee;
          box-shadow: 0 0 #eee;
  background-color: #fff;
}
@media all and (max-width: 639px) {
  .list-btn2.col2 li {
    width: 90%;
    margin: 0 auto 15px;
  }
  .list-btn2.col2 a {
    font-size: 1.3rem;
    padding: 15px 5px;
  }
}
.list-btn2 li {
  width: 48%;
  margin: 1%;
}
.list-btn2 li.type1 {
  width: 31.333%;
}
@media all and (max-width: 639px) {
  .list-btn2 li.type1 {
    width: 90%;
  }
}
.list-btn2 li a {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  -webkit-box-shadow: 4px 4px #eee;
          box-shadow: 4px 4px #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: #fff;
  color: #4b382d;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 20px 5px;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.6;
}
.list-btn2 li a:hover {
  background: #20c7b2;
  color: #fff;
}
@media all and (max-width: 639px) {
  .list-btn2.col3 li {
    width: 47%;
    margin-bottom: 20px;
  }
  .list-btn2.col4 li {
    width: 47%;
    margin-bottom: 20px;
  }
  .list-btn2 li {
    width: 90%;
    margin: 0 auto;
  }
  .list-btn2 li:not(:last-child) {
    margin-bottom: 15px;
  }
  .list-btn2 li a {
    font-size: 1.3rem;
    padding: 15px 5px;
  }
}

.list-btn2 li a img {
  display: inline-block;
  height: clamp(40px, 9vw, 70px);
  width: auto;
  max-width: 100%;
}

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

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

.morebtn2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  margin-top: 15px;
  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: 300px;
  font-size: 1.5rem;
}
@media all and (max-width: 639px) {
  .morebtn2 {
    font-size: 1.2rem;
    width: 280px;
  }
}
.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: #20c7b2;
  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: #20c7b2;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.morebtn2:hover .circle {
  width: 101%;
  background: #20c7b2;
}
.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: #20c7b2;
  width: 260px;
}
.morebtn2.type1 .circle {
  background: #fff;
}
.morebtn2.type1 .icon {
  background: #20c7b2;
}
.morebtn2.type1 .icon.arrow:before {
  border-color: #20c7b2;
}
.morebtn2.type1 .button-text {
  color: #fff;
  font-size: 1.1em;
}
.morebtn2.type1:hover .button-text {
  color: #20c7b2;
}

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

.blog-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.blog-wrap li a {
  position: relative;
  display: block;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  -webkit-filter: drop-shadow(0 0 8px rgba(14.3376623377, 89.1623376623, 79.7532467532, 0.1));
          filter: drop-shadow(0 0 8px rgba(14.3376623377, 89.1623376623, 79.7532467532, 0.1));
  background: #ffffff;
  color: #4b382d;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-wrap li a .blog-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog-wrap li a .blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-wrap li a .blog-img .blog-category {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  background: #20c7b2;
  padding: 3px 10px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .blog-wrap li a .blog-img .blog-category {
    font-size: 1rem;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap li a .blog-img .blog-category {
    font-size: 0.95rem;
  }
}
.blog-wrap li a .blog-detail {
  padding: 0 5px;
}
.blog-wrap li a .blog-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.6;
  text-align: center;
}
.blog-wrap li a:hover {
  border-color: #20c7b2;
}
.blog-wrap li a:hover .blog-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media all and (max-width: 1100px) {
  .blog-wrap {
    gap: 10px;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
  .blog-wrap li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
  }
  .blog-wrap li a .blog-img {
    margin-bottom: 0;
    width: 35%;
    aspect-ratio: 1.4/1;
  }
  .blog-wrap li a .blog-img .blog-category {
    top: 5px;
    left: 5px;
    padding: 2px 8px;
  }
  .blog-wrap li a .blog-detail {
    text-align: left;
    width: calc(65% - 5px);
  }
}

.blog-date {
  color: #4b382d;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  letter-spacing: 0.025em;
}
@media all and (max-width: 896px) {
  .blog-date {
    font-size: 1rem;
  }
}
@media all and (max-width: 639px) {
  .blog-date {
    font-size: 0.95rem;
  }
}
.blog-date.type1 {
  text-align: right;
}
.blog-date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 3px;
  color: #20c7b2;
}

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

.blog_topics {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog_topics li {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  width: 48%;
  margin: 1%;
}
.blog_topics li a {
  display: block;
  color: #4b382d;
  padding: 15px;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.blog_topics li a:hover {
  background: rgb(242.2516129032, 244.264516129, 246.9483870968);
}
.blog_topics li a:hover .topics_detail .imgbox img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.blog_topics li a .topics_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog_topics li a .topics_detail .imgbox {
  overflow: hidden;
  width: 23%;
  height: auto;
  aspect-ratio: 1/1;
}
.blog_topics li a .topics_detail .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  overflow: hidden;
}
.blog_topics li a .topics_detail .textbox {
  width: 77%;
  padding-left: 20px;
  line-height: 1.5;
}
.blog_topics li a .topics_detail .textbox h3 {
  margin: 2px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.blog_topics li a .topics_detail .textbox p {
  font-size: 1.35rem;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media all and (max-width: 896px) {
  .blog_topics li a .topics_detail .textbox p {
    font-size: 1.15rem;
  }
}
@media all and (max-width: 639px) {
  .blog_topics li a .topics_detail .textbox p {
    font-size: 1.1rem;
  }
}
.blog_topics li a .time_date {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  letter-spacing: 0.025em;
  color: #4b382d;
}
@media all and (max-width: 896px) {
  .blog_topics li a .time_date {
    font-size: 1rem;
  }
}
@media all and (max-width: 639px) {
  .blog_topics li a .time_date {
    font-size: 0.95rem;
  }
}
.blog_topics li a .time_date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 3px;
  color: #20c7b2;
}
@media all and (max-width: 639px) {
  .blog_topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog_topics li {
    width: 100%;
    margin: 0;
  }
  .blog_topics li:not(:first-child) {
    border-top: 0px solid #d2d2d2;
  }
  .blog_topics li a {
    padding: 10px 5px;
  }
  .blog_topics li a .topics_detail .imgbox {
    width: 28%;
    aspect-ratio: 1/1 !important;
  }
  .blog_topics li a .topics_detail .textbox {
    width: 72%;
    padding-left: 10px;
    line-height: 1.5;
  }
}

.blog-month ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.blog-month ul li a {
  display: block;
  border: 1px solid #20c7b2;
  background: #20c7b2;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  letter-spacing: 0;
  text-align: center;
  padding: 5px;
}
@media all and (max-width: 896px) {
  .blog-month ul li a {
    font-size: 1rem;
  }
}
@media all and (max-width: 639px) {
  .blog-month ul li a {
    font-size: 0.95rem;
  }
}
.blog-month ul li a:hover {
  background: #ffffff;
  color: #20c7b2;
}
@media all and (max-width: 896px) {
  .blog-month ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 639px) {
  .blog-month ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

/* etc
----------------------------------*/
.note-side {
  position: relative;
}
@media all and (max-width: 639px) {
  .note-side {
    padding: 0 5px;
  }
  .note-side.type1 {
    padding: 0 10px;
  }
}

.note {
  padding: 15px;
  background: #cafff8;
}
@media all and (max-width: 639px) {
  .note {
    padding: 10px;
  }
}

.note2 {
  padding: 15px;
  background: #eceff3;
}
@media all and (max-width: 639px) {
  .note2 {
    padding: 10px;
  }
}

.br20 {
  border-radius: 20px;
}

.img_box {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.img_box img {
  width: 70%;
}
@media all and (max-width: 639px) {
  .img_box img {
    width: 100%;
  }
}
.img_box.type2 img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_box.type3 img {
  width: 60%;
}

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

.w300 {
  width: 300px;
}

.spbr {
  display: none;
}

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

.color1 {
  color: #20c7b2;
}

.color2 {
  color: #223a70;
}

.color3 {
  color: #1e3b83;
}

.color4 {
  color: #fd7c31;
}

.brown {
  color: #4b382d;
}

.relative {
  position: relative;
}

.red {
  color: #da3047;
}

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

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

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

.telbnr {
  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 #1e3b83;
  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 all 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: #20c7b2;
}
.telbnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.telbnr li a:hover {
  color: #20c7b2;
}
@media all 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 all and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1.3rem;
  }
}

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

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

.select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.select-list .txt {
  font-size: 14px;
  display: inline-block;
  padding-right: 8px;
}

.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 all and (max-width: 639px) {
  .thanks {
    max-width: 90%;
    padding: 30px 20px;
  }
}

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

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

.mtitle_small {
  position: relative;
  padding: 0 0 5px 15px;
  border-bottom: 2px dotted #dcdcdc;
  color: #223a70;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.mtitle_small:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 7px;
  width: 3px;
  background: #20c7b2;
}
@media all and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

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

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

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

/*photoギャラリー*/
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 3%;
}
@media all and (max-width: 639px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery li a {
  background: rgba(247, 244, 234, 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 all and (max-width: 896px) {
  .gallery li a {
    height: 120px;
  }
  .gallery li p {
    font-size: 12px;
  }
}
.list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 4%;
}
@media all and (max-width: 639px) {
  .list2 {
    grid-template-columns: 1fr;
  }
}
.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 15px;
}
.list2.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list2.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list2 > li,
.list2 .child {
  position: relative;
}
.list2 > li.child-100,
.list2 .child.child-100 {
  grid-column: 2fr;
}

.business-img img {
  -webkit-box-shadow: 3px 3px rgba(32, 199, 178, 0.2) !important;
          box-shadow: 3px 3px rgba(32, 199, 178, 0.2) !important;
}

.list3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 4%;
}
.list3.type1 li,
.list3.type1 .child {
  background: #fefefe;
  padding: 15px;
  border-radius: 8px;
  line-height: 1.6;
  font-size: 1.1em;
}
@media all and (max-width: 639px) {
  .list3.type1 li,
  .list3.type1 .child {
    padding: 20px 10px 10px;
  }
}
.list3 li {
  position: relative;
}
@media all and (max-width: 639px) {
  .list3 {
    width: 95%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    gap: 25px 0;
  }
}

.list4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 2%;
}
@media all and (max-width: 896px) {
  .list4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 639px) {
  .list4 {
    grid-template-columns: 1fr;
  }
}

.list7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list7 li {
  width: 24%;
  margin: 0 1.3333333333% 25px 0;
  padding: 15px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(75, 56, 45, 0.05);
          box-shadow: 0 0 15px rgba(75, 56, 45, 0.05);
}
.list7 li:nth-child(4n) {
  margin-right: 0;
}
.list7.type02 li {
  padding: 15px 20px;
}
@media all and (max-width: 896px) {
  .list7 li {
    width: 48%;
    padding: 5px;
  }
}
@media all and (max-width: 639px) {
  .list7 li {
    width: 98%;
    padding: 5px;
  }
  .list7.type02 li {
    width: 48%;
  }
  .list7 li img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

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

.border {
  border: 1px solid #ccc;
}

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

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

.flow-dl .flow-inner {
  padding: 8px;
}
.flow-dl .flow-inner:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: solid 1px #aaa;
}
.flow-dl .flow-inner dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #20c7b2;
}
.flow-dl .flow-inner dt .eng {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 2.5rem;
  color: #1e3b83;
  margin-right: 8px;
}
.flow-dl .flow-inner dd {
  margin-top: 5px;
  padding-left: 40px;
}
@media all 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 all and (max-width: 639px) {
  .txt1 {
    font-size: 1.2rem;
  }
}

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

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12,
#contact,
.anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}
@media all and (max-width: 639px) {
  #a01,
  #a02,
  #a03,
  #a04,
  #a05,
  #a06,
  #a07,
  #a08,
  #a09,
  #a10,
  #a11,
  #a12,
  #contact,
  .anchor {
    padding-top: 0;
    margin-top: 0;
  }
}

#a02.chousei {
  padding-top: 300px;
  margin-top: -300px;
}
@media all and (max-width: 639px) {
  #a02.chousei {
    padding-top: 0;
    margin-top: 0;
  }
}

.list-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-center li {
  width: 50%;
}
@media all and (max-width: 639px) {
  .list-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-center li {
    width: 100%;
  }
}

.faq-dl .faq-inner {
  padding: 10px;
  margin-bottom: 20px;
}
.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 3px solid #eee;
}
.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  padding: 10px 20px 10px 64px;
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  border-radius: 0 0 10px 0;
  font-size: 3rem;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 45px;
  text-align: center;
}
.faq-dl .faq-inner dt {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.1em;
}
.faq-dl .faq-inner dt:before {
  content: "Q";
  color: #fff;
  background: #1e3b83;
}
.faq-dl .faq-inner dd {
  background: rgba(247, 244, 234, 0.7);
  color: #4b382d;
}
.faq-dl .faq-inner dd:before {
  content: "A";
  color: #da3047;
  background: rgba(34, 58, 112, 0.4);
}

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

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

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

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

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

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

.title01 {
  margin-bottom: 60px;
}
.title01 .ja {
  font-family: "Zen Maru Gothic", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 1.8rem;
  color: #4b382d;
  --x-gradient: linear-gradient(90deg, #555 0 10px, transparent 0 calc(100% - 10px), #555 calc(100% - 10px));
  --y-gradient: linear-gradient(#555 0 10px, transparent 0 calc(100% - 10px), #555 calc(100% - 10px));
  position: relative;
  padding: 0.5rem 2rem;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top, right, bottom, left;
}
@media all and (max-width: 896px) {
  .title01 .ja {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .title01 .ja {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}
.title01 .eng {
  font-size: 4rem;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #20c7b2;
  margin-right: 2rem;
}
.title01.type1 .eng {
  color: #223a70;
}
.title01.white .eng {
  color: #fff;
}
.title01.white .ja {
  color: #fff;
  --x-gradient: linear-gradient(90deg, #fff 0 10px, transparent 0 calc(100% - 10px), #fff calc(100% - 10px));
  --y-gradient: linear-gradient(#fff 0 10px, transparent 0 calc(100% - 10px), #fff calc(100% - 10px));
}
.title01.bm0 {
  margin-bottom: 0 !important;
}
@media all and (max-width: 896px) {
  .title01 {
    margin-bottom: 45px;
    text-align: center;
  }
  .title01 .ja {
    --x-gradient: linear-gradient(90deg, #555 0 6px, transparent 0 calc(100% - 6px), #555 calc(100% - 6px));
    --y-gradient: linear-gradient(#555 0 6px, transparent 0 calc(100% - 6px), #555 calc(100% - 6px));
    padding: 0.4rem 1.2rem;
  }
  .title01.white .ja {
    --x-gradient: linear-gradient(90deg, #fff 0 6px, transparent 0 calc(100% - 6px), #fff calc(100% - 6px));
    --y-gradient: linear-gradient(#fff 0 6px, transparent 0 calc(100% - 6px), #fff calc(100% - 6px));
    padding: 0.4rem 1.2rem;
  }
  .title01 .eng {
    display: block;
    font-size: 3.2rem;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}
@media all and (max-width: 639px) {
  .title01 {
    margin-bottom: 40px;
  }
  .title01 .eng {
    font-size: 2.6rem;
  }
}

.title02 {
  text-align: center;
  margin-bottom: 20px;
}
.title02 span {
  display: inline-block;
  border-bottom: 1px solid #20c7b2;
  font-size: 2.2rem;
  font-weight: 600;
}
.title02.type-left {
  text-align: left;
}
@media all and (max-width: 639px) {
  .title02 span {
    font-size: 1.5rem;
  }
}

.title03 span {
  background: #20c7b2;
  padding: 2px 5px;
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
}
.title03.type1 span {
  background: #fd7c31;
}
.title03.type2 span {
  background: #1e3b83;
}

.title04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.title04 .sub {
  font-size: 1.8rem;
  color: #20c7b2;
  padding-right: 10px;
  border-right: 1px solid #20c7b2;
  margin-right: 10px;
}
.title04 .main {
  font-size: 2rem;
}

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

.box1 {
  position: relative;
  z-index: 4;
  margin-inline: auto;
  background: #fff;
  border-radius: 20px;
  padding: 25px;
}
.box1.type2 {
  background: #f4f6f5;
}
.box1.type3 {
  padding: 20px 60px 60px;
}
@media all and (max-width: 639px) {
  .box1 {
    padding: 15px;
  }
}
.box1.type1 {
  margin-top: -20px;
  max-width: 700px;
}
@media all and (max-width: 639px) {
  .box1.type1 {
    max-width: 90%;
  }
}
.box1.type3 {
  padding: 20px 30px 30px;
}

.box2 {
  font-weight: 600;
  margin-top: 30px;
  padding: 30px;
  background: #f4f6f5;
  border-radius: 20px;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

.content-head {
  height: 400px;
}
@media all and (max-width: 639px) {
  .content-head {
    height: 250px;
  }
}

.content-txt {
  position: relative;
  max-width: 800px;
  background: #fff;
  backdrop-filter: blur(3px);
  padding: 20px 30px;
  margin: -80px auto 40px;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .content-txt {
    padding: 20px;
    max-width: 90%;
  }
}

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

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.flow-list.type1 {
  display: block;
}
.flow-list.type1 > li {
  width: 90%;
}
.flow-list.type1 > li:nth-child(2) {
  margin-left: 2%;
}
.flow-list.type1 > li:nth-child(3) {
  margin-left: 4%;
}
.flow-list.type1 > li:nth-child(4) {
  margin-left: 6%;
}
.flow-list.type1 > li:nth-child(5) {
  margin-left: 8%;
}
.flow-list.type1 > li .flow-title {
  margin-bottom: 10px;
}
@media all and (max-width: 639px) {
  .flow-list.type1 > li {
    width: 100%;
  }
  .flow-list.type1 > li:nth-child(2), .flow-list.type1 > li:nth-child(3), .flow-list.type1 > li:nth-child(4), .flow-list.type1 > li:nth-child(5) {
    margin-left: 0;
  }
}
.flow-list > li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fefefe;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(75, 56, 45, 0.05);
          box-shadow: 0 0 15px rgba(75, 56, 45, 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 all and (max-width: 639px) {
  .flow-list > li {
    width: 90%;
    margin: 0 auto 30px;
  }
  .flow-list > li:nth-child(2n) {
    margin-right: auto;
  }
}
.flow-list > li .flow-num {
  color: #fd7c31;
  font-size: 3.5rem;
  border-right: 1px solid #20c7b2;
  padding-right: 15px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  line-height: 1.2;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.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: #20c7b2;
  border-bottom: 1px solid #20c7b2;
  padding-bottom: 4px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media all and (max-width: 639px) {
  .flow-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-list > li .flow-num {
    font-size: 2.2rem;
    text-align: center;
    border-right: 0;
    padding: 0 0 4px;
    border-bottom: 1px solid #223a70;
  }
  .flow-list > li .flow-title {
    font-size: 1.3rem;
  }
  .flow-list > li .txt {
    margin: 20px auto 0;
  }
}

.flow_list {
  border-top: 1.5px dashed #20c7b2;
}
.flow_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-bottom: 1.5px dashed #20c7b2;
  position: relative;
}
.flow_list > li .num {
  background: #20c7b2;
  color: #fff;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  font-weight: bold;
  font-family: "Cabin", sans-serif;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 2.5rem;
}
.flow_list > li .img {
  width: 300px;
  margin-right: 40px;
}
.flow_list > li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 639px) {
  .flow_list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow_list > li .img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.kiritori {
  height: 1px;
  border-top: 1px solid rgba(34, 58, 112, 0.2);
  margin: 5em auto;
  width: 20%;
  display: block;
}
@media all and (max-width: 639px) {
  .kiritori {
    margin: 3em auto;
  }
}
.kiritori.kiritori_mini {
  width: 80%;
  margin: 1.5em auto;
}

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

.column3 {
  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-bottom: -3%;
}
.column3 > .child {
  width: 31.3%;
  margin: 0 3% 3% 0;
}
.column3 > .child:nth-child(3n) {
  margin: 0 0 3% 0;
}

.column4 {
  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-bottom: -3%;
}
.column4 > .child {
  width: 22.7%;
  margin: 0 3% 3% 0;
}
.column4 > .child:nth-child(4n) {
  margin: 0 0 3% 0;
}

.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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.article-box .left {
  width: 25%;
  position: sticky;
  left: 0;
  top: 100px;
}
.article-box .right {
  width: 72%;
}
@media all and (max-width: 1100px) {
  .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: #20c7b2;
  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: #e1e1e1;
  color: #fff;
}
@media all and (max-width: 639px) {
  .btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-box a {
    width: 90%;
    margin: 0 auto 15px;
    padding: 10px 0;
  }
}

.page {
  text-align: center;
}

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

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

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

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

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

.title-big {
  position: relative;
  text-align: center;
  z-index: 3;
}
.title-big .ja {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 3rem;
}
.title-big:after {
  position: relative;
  content: attr(data-title);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.6rem;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #20c7b2;
  line-height: 1.4;
  white-space: nowrap;
}
.title-big.type-left {
  text-align: left;
}
.title-big.type-left:after {
  margin-left: 0;
}
.title-big.type1:before {
  color: #20c7b2;
  opacity: 1;
}
.title-big.type2 {
  color: #121212;
}
.title-big.type2 .ja {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  margin-inline: auto;
  padding: 0 6px;
}
.title-big.type2:before {
  color: transparent;
  background-image: radial-gradient(circle, #1e3b83 0%, #20c7b2 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.title-big .small {
  font-size: 0.7em;
}
@media all and (max-width: 1100px) {
  .title-big .ja {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .title-big:after {
    font-size: 1.4rem;
  }
  .title-big .ja {
    font-size: 1.8rem;
  }
  .title-big .eng {
    font-size: 2.6rem;
  }
  .title-big.type-left {
    padding-left: 10px;
  }
}

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

.top-strength-list {
  position: relative;
  gap: 20px 4%;
  width: 70%;
  margin-left: auto;
  z-index: 2;
}
@media all and (max-width: 1100px) {
  .top-strength-list {
    width: 80%;
  }
}
@media all and (max-width: 896px) {
  .top-strength-list {
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
  }
}
@media all and (max-width: 639px) {
  .top-strength-list {
    padding: 0 15px;
  }
}
.top-strength-list > li {
  position: relative;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid #eceff3;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
}
.top-strength-list > li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#eceff3), to(rgba(236, 239, 243, 0.4)));
  background-image: linear-gradient(to right, #eceff3, rgba(236, 239, 243, 0.4));
  clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
  opacity: 0.4;
}
.top-strength-list .top-strength-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.top-strength-list .top-strength-title .num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #da3047;
  border-radius: 50%;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 2rem;
  color: #fff;
}
.top-strength-list .top-strength-title .num:after {
  position: absolute;
  content: "";
  left: 90%;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -8px;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #da3047;
  z-index: -1;
}
.top-strength-list .top-strength-title .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px;
  font-size: 1.8rem;
}
@media all and (max-width: 639px) {
  .top-strength-list .top-strength-title .num {
    font-size: 1.6rem;
  }
  .top-strength-list .top-strength-title .txt {
    font-size: 1.4rem;
  }
}
.top-strength-list .strength-inner-list {
  margin: 10px 0 0 30px;
}
.top-strength-list .strength-inner-list > li {
  position: relative;
  padding-left: 24px;
  font-weight: 600;
}
.top-strength-list .strength-inner-list > li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  background: url(../img/check.png) no-repeat center/contain;
}

.top-strength-more {
  padding-bottom: 120px;
}
@media all and (max-width: 1100px) {
  .top-strength-more {
    padding-bottom: 260px;
  }
}
@media all and (max-width: 639px) {
  .top-strength-more {
    padding-bottom: 120px;
  }
}

.top_flower-btn {
  position: relative;
}
.top_flower-btn a {
  display: block;
  position: relative;
  max-width: 800px;
  margin-inline: auto;
  -webkit-box-shadow: rgba(218, 48, 71, 0.1) 0px 25px 50px -12px;
          box-shadow: rgba(218, 48, 71, 0.1) 0px 25px 50px -12px;
  overflow: hidden;
  border-radius: 20px 0 20px 0;
}
.top_flower-btn a:before {
  position: absolute;
  content: "";
  right: -80px;
  top: -60px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, #f7f4ea, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  border-radius: 50%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

.img-cover {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}

.ceo-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 639px) {
  .ceo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ceo-wrap .ceo-img {
  width: 45%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-right: 40px;
  position: relative;
}
.ceo-wrap .ceo-img figure {
  position: relative;
  display: block;
}
.ceo-wrap .ceo-img figure img {
  -webkit-box-shadow: rgba(75, 56, 45, 0.2) 4px 48px 60px 0px;
          box-shadow: rgba(75, 56, 45, 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-image: -webkit-gradient(linear, left top, right bottom, from(#20c7b2), to(#20c7b2));
  background-image: linear-gradient(to right bottom, #20c7b2, #20c7b2);
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .ceo-wrap .ceo-img {
    width: 70%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-right: 30px;
  }
  .ceo-wrap .ceo-img figure:before {
    right: -25px;
    bottom: -25px;
  }
}
.ceo-wrap .ceo-txt {
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
}
.ceo-wrap .ceo-txt .inner {
  max-width: 600px;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .ceo-wrap .ceo-txt {
    width: 100%;
  }
  .ceo-wrap .ceo-txt .inner {
    padding: 25px;
    margin-top: 25px;
  }
}

.tel_bnr {
  text-align: center;
}
.tel_bnr a {
  font-size: 5rem;
  font-family: "Cabin", sans-serif;
}
.tel_bnr a:hover {
  color: #223a70;
}
@media all and (max-width: 639px) {
  .tel_bnr a {
    font-size: 3rem;
  }
}

.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 #eceff3;
  margin-bottom: 8px;
}
.tel-list li .title03 {
  margin-right: 20px;
  width: 6em;
}
.tel-list li .title03 span {
  padding: 8px 10px;
}

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

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

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

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

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

@keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-10px) scale(1.3);
            transform: translateX(-20px) translateY(-10px) scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* greet_block
----------------------------------*/
.greet_block {
  position: relative;
  margin: 150px 0 300px;
}
.greet_block:last-of-type {
  margin-bottom: 2%;
}
.greet_block.type_b .greet_img {
  right: 0;
}
.greet_block.type_b .greet_txt {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.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: #20c7b2;
  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: 0 auto 20px;
}
.fukidashi.type1 {
  margin-top: 0;
}
.fukidashi span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 12px 20px;
  border-radius: 40px;
  background: #eceff3;
  font-size: 2.6rem;
  color: #7c232a;
  line-height: 1.2;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .fukidashi span {
    font-size: 1.8rem;
  }
}
.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: #eceff3 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media all and (max-width: 1100px) {
  .contents-list {
    padding: 0 10px;
  }
}
.contents-list a {
  display: block;
  position: relative;
}
.contents-list a .num {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  position: absolute;
  left: 0.2em;
  top: -30px;
  color: #fff;
  z-index: 2;
  line-height: 1;
  padding-left: 0.05em;
  text-shadow: 5px 5px 30px rgba(17, 17, 17, 0.3);
  -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:before {
  position: absolute;
  content: "0";
  color: #4b382d;
  left: -11px;
  top: -44px;
  font-size: 4.5rem;
  z-index: -1;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.contents-list a:after {
  position: absolute;
  content: "";
  right: 9%;
  bottom: -50%;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 56, 45, 0.2)), color-stop(20%, rgba(75, 56, 45, 0.1)), color-stop(35%, transparent));
  background-image: linear-gradient(to bottom, rgba(75, 56, 45, 0.2) 0%, rgba(75, 56, 45, 0.1) 20%, transparent 35%);
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  z-index: -1;
  opacity: 0.5;
}
.contents-list a figure {
  overflow: hidden;
  position: relative;
}
.contents-list a figure:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(rgba(32, 199, 178, 0.9)));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(32, 199, 178, 0.9) 100%);
  z-index: 2;
}
.contents-list a figure 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);
}
.contents-list a .content-list_title {
  position: absolute;
  left: 0;
  bottom: 8px;
  padding-left: 1em;
  color: #fff;
  text-shadow: 0 0 8px rgba(17, 17, 17, 0.1);
  z-index: 3;
}
.contents-list a .content-list_title:before {
  position: relative;
  content: attr(data-title);
  margin-top: -40px;
  display: block;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  line-height: 1;
  -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);
  z-index: 2;
}
.contents-list a .content-list_title .ja {
  font-size: 1.2em;
}
.contents-list a:hover .num {
  color: #ffd803;
}
.contents-list a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.contents-list a:hover .content-list_title:before {
  color: #ffd803;
}

@media all and (max-width: 639px) {
  .flow-area {
    padding: 0 20px;
  }
}
.flow-area li .num {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -10px;
  padding: 4px 10px;
  background: #fff;
  border-radius: 20px;
  line-height: 1;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.flow-area li .num em {
  color: #20c7b2;
  font-size: 1.4em;
}
.flow-area li .num:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  width: 20px;
  height: 10px;
  margin-left: -12px;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.flow-area li figure {
  max-width: 140px;
  margin: 0 auto 10px;
  padding: 25px 0;
  background: rgba(30, 59, 131, 0.6);
  border-radius: 41% 59% 48% 52%/58% 51% 49% 42%;
  -webkit-box-shadow: 3px 2px #ecf7f5;
          box-shadow: 3px 2px #ecf7f5;
}
.flow-area li figure img {
  width: 80px;
}
.flow-area li .title01 {
  text-align: center;
}

#btn-fixed {
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 20;
}
#btn-fixed a {
  display: block;
  width: 200px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -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-fixed a:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media all and (max-width: 1100px) {
  #btn-fixed {
    bottom: 0;
  }
  #btn-fixed a {
    width: 180px;
  }
}
@media all and (max-width: 639px) {
  #btn-fixed a {
    width: 160px;
  }
}

.greet-wrap {
  position: relative;
  margin-right: calc(50% - 50vw);
  z-index: 3;
}
.greet-wrap .greet-img {
  position: absolute;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 0;
  top: -50px;
  width: 70%;
  z-index: 4;
}
.greet-wrap .greet-img .greet-img-item {
  overflow: hidden;
  height: auto;
  border-radius: 200px;
}
.greet-wrap .greet-img .greet-img-item.greet-item01 {
  width: 80%;
  aspect-ratio: 2.2/1;
  margin-bottom: 60px;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.greet-wrap .greet-img .greet-img-item.greet-item02 {
  width: 40%;
  aspect-ratio: 1.8/1;
  margin-right: 40px;
}
.greet-wrap .greet-img .greet-img-item.greet-item03 {
  width: 28%;
  aspect-ratio: 1/1;
  margin-top: -45px;
}
.greet-wrap .greet-img:before, .greet-wrap .greet-img:after {
  position: absolute;
  content: "";
}
.greet-wrap .greet-img:before {
  right: 10%;
  top: -10px;
  width: 90px;
  height: 90px;
  background: url(../img/deco03.png) no-repeat center/contain;
}
.greet-wrap .greet-img:after {
  left: 20%;
  bottom: -30px;
  width: 90px;
  height: 100px;
  background: url(../img/deco04.png) no-repeat left bottom/contain;
}
.greet-wrap .greet-title {
  position: relative;
}
.greet-wrap .greet-title .ja {
  font-size: 2.7rem;
  line-height: 1.6;
}
.greet-wrap .greet-title .ja em {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0 20px -20px;
  padding: 0 20px;
  background: #fefefe;
  border-radius: 40px;
  font-size: 4rem;
  line-height: 1.3;
}
.greet-wrap .greet-title:after {
  display: block;
  margin-top: 16px;
  content: attr(data-title);
  font-size: 1.8rem;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #20c7b2;
}
.greet-wrap .greet-txt-wrap {
  position: relative;
  z-index: 4;
  margin-inline: auto;
}
.greet-wrap .greet-txt {
  margin-top: 48px;
  max-width: 600px;
  width: 30%;
  font-weight: 700;
}
@media all and (max-width: 1100px) {
  .greet-wrap .greet-img {
    top: 0;
    width: 75%;
  }
  .greet-wrap .greet-img:before {
    width: 45px;
    height: 45px;
  }
  .greet-wrap .greet-img:after {
    width: 45px;
    height: 50px;
    left: 20%;
  }
  .greet-wrap .greet-txt-wrap {
    padding-left: 20px;
  }
  .greet-wrap .greet-txt {
    width: 45%;
  }
}
@media all and (max-width: 639px) {
  .greet-wrap .greet-img {
    position: relative;
    width: 100%;
  }
  .greet-wrap .greet-img .greet-img-item.greet-item01 {
    width: 90%;
    aspect-ratio: 2.2/1.2;
    margin-bottom: 40px;
  }
  .greet-wrap .greet-img .greet-img-item.greet-item02 {
    width: 60%;
    margin-right: 10px;
  }
  .greet-wrap .greet-img .greet-img-item.greet-item03 {
    width: 30%;
  }
  .greet-wrap .greet-txt-wrap {
    padding: 0 20px;
  }
  .greet-wrap .greet-title {
    margin-top: 30px;
  }
  .greet-wrap .greet-title .ja {
    font-size: 1.6rem;
  }
  .greet-wrap .greet-title .ja em {
    margin: 10px 0 10px -10px;
    font-size: 2.4rem;
  }
  .greet-wrap .greet-title:after {
    font-size: 1.4rem;
  }
  .greet-wrap .greet-txt {
    width: 100%;
  }
}

.nami {
  position: relative;
  width: 100%;
  height: 280px;
  margin-bottom: -40px;
  overflow: hidden;
  z-index: 2;
}
.nami .nami-path {
  fill: white;
}
.nami svg {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.nami.nami-green .nami-path {
  fill: #ecf7f5;
}
.nami.nami-beige .nami-path {
  fill: #f7f4ea;
}
.nami.bottom-type2 {
  margin-top: -120px;
}
.nami.nami-back {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  margin-bottom: 0;
}
.nami.nami-back .nami-path {
  fill: #c5eaeb;
}
.nami.nami-back svg {
  top: auto;
  bottom: 0;
  height: 100%;
}
.nami.nami-back.nami-back2 .nami-path {
  fill: #e2ede8;
}
@media screen and (min-width: 1921px) {
  .nami svg {
    width: 100%;
  }
}
@media all and (max-width: 1100px) {
  .nami {
    height: 165px;
    margin-bottom: 0;
  }
  .nami svg {
    width: 1100px;
  }
  .nami.bottom-type2 {
    margin-top: -40px;
  }
}
@media all and (max-width: 639px) {
  .nami {
    height: 100px;
  }
  .nami svg {
    width: 700px;
  }
  .nami.nami-back {
    bottom: 0;
  }
  .nami.bottom-type2 {
    margin-top: -20px;
  }
}

.top-lead-big {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 100%;
  color: #fff;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 3vw;
  text-align: center;
  text-shadow: 0 0 30px rgba(32, 199, 178, 0.4);
  line-height: 1.4;
}
@media all and (max-width: 1100px) {
  .top-lead-big {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 639px) {
  .top-lead-big {
    top: 30%;
    left: 20px;
    text-align: left;
    line-height: 1.2;
  }
}

.feature-list {
  gap: 60px 4%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.feature-list li {
  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;
}
.feature-list li:nth-child(2n) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.feature-list .feature-lead {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding: 3px 3px 0 25px;
  z-index: 2;
}
.feature-list .feature-lead .num {
  font-size: 2.2rem;
  color: #223a70;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.feature-list .feature-lead .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 8px;
  font-size: 2.4rem;
}
.feature-list .feature-lead:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 32px;
  height: 52px;
  background: url(../img/deco01.png) no-repeat left top/contain;
  z-index: -1;
}
.feature-list .feature-img {
  width: 49%;
  height: auto;
  aspect-ratio: 845/604;
  -webkit-mask-image: url(../img/feature-bg.png);
          mask-image: url(../img/feature-bg.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.feature-list .feature-txt {
  position: relative;
  width: 51%;
  z-index: 2;
  padding-left: 15px;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .feature-list li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 20px 40px;
  }
  .feature-list li .feature-img {
    width: 100%;
  }
  .feature-list li .feature-txt {
    width: 100%;
    margin-top: 20px;
  }
}
@media all and (max-width: 639px) {
  .feature-list {
    gap: 40px 0;
    padding: 0 10px;
  }
  .feature-list li:nth-child(2n) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .feature-list .feature-lead .num {
    font-size: 1.6rem;
  }
  .feature-list .feature-lead .txt {
    font-size: 1.8rem;
  }
}

.icon-list {
  display: grid;
  grid-template-columns: repeat(5, 140px);
  gap: 30px 3%;
}
.icon-list li a {
  display: block;
}
.icon-list li a figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  margin-inline: 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);
}
.icon-list li a figure img {
  display: block;
  width: 75%;
}
.icon-list li a figure:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-btn.png) no-repeat center/contain;
  z-index: -1;
}
.icon-list li a .icon-title {
  margin-top: 8px;
  font-weight: 600;
  text-align: center;
}
.icon-list li a:hover figure {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media all and (max-width: 1100px) {
  .icon-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media all and (max-width: 639px) {
  .icon-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .icon-list li a figure {
    width: 85%;
    height: auto;
    aspect-ratio: 1/1;
  }
}

.btn-faq {
  display: block;
  position: relative;
  margin-top: -40px;
  margin-bottom: -100px;
  margin-left: auto;
  max-width: 400px;
  -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);
  z-index: 2;
}
.btn-faq:before, .btn-faq:after {
  position: absolute;
  content: "";
}
.btn-faq:before {
  right: 0;
  top: -10px;
  width: 90px;
  height: 90px;
  background: url(../img/deco03.png) no-repeat center/contain;
}
.btn-faq:after {
  left: -80px;
  bottom: 0;
  width: 90px;
  height: 100px;
  background: url(../img/deco04.png) no-repeat left bottom/contain;
}
.btn-faq img {
  display: block;
  -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-faq:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
@media all and (max-width: 1100px) {
  .btn-faq {
    max-width: 33%;
  }
  .btn-faq:before {
    width: 45px;
    height: 45px;
  }
  .btn-faq:after {
    width: 45px;
    height: 50px;
    left: -30px;
  }
}
@media all and (max-width: 639px) {
  .btn-faq {
    max-width: 65%;
    margin: 40px auto 20px;
  }
}

.top-activity-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 30px;
}
.top-activity-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f4ea;
  z-index: 2;
  mix-blend-mode: screen;
  opacity: 0.1;
}
.top-activity-box figure {
  width: 50%;
  aspect-ratio: 2/1.5;
}
@media all and (max-width: 1100px) {
  .top-activity-box figure {
    aspect-ratio: 5/4.6;
  }
}
@media all and (max-width: 639px) {
  .top-activity-box {
    margin-top: -40px;
  }
  .top-activity-box figure {
    aspect-ratio: 1/1.4;
  }
}

.top-activity-text-box {
  position: relative;
  max-width: 740px;
  margin: -220px auto 0;
  padding: 30px 40px;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 0 5px #20c7b2;
          box-shadow: 0 0 0 5px #20c7b2;
  text-align: center;
  z-index: 2;
}
.top-activity-text-box:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -45px;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27205/icon03.png) no-repeat center/contain;
  border-radius: 50%;
  background-color: #fff;
  border: 5px solid #20c7b2;
}
@media all and (max-width: 1100px) {
  .top-activity-text-box {
    max-width: 70%;
    margin-top: -30px;
    padding: 30px;
  }
}
@media all and (max-width: 639px) {
  .top-activity-text-box {
    max-width: 90%;
    margin-top: -20px;
    padding: 30px 20px 20px;
  }
}

.top-activity-text-box2 {
  position: relative;
  max-width: 740px;
  margin: -220px auto 0;
  padding: 30px 40px;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 0 5px #20c7b2;
          box-shadow: 0 0 0 5px #20c7b2;
  text-align: center;
  z-index: 2;
}
@media all and (max-width: 1100px) {
  .top-activity-text-box2 {
    max-width: 70%;
    margin-top: -30px;
    padding: 30px;
  }
}
@media all and (max-width: 639px) {
  .top-activity-text-box2 {
    max-width: 90%;
    margin-top: -20px;
    padding: 30px 20px 20px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  30% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  65% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  30% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  65% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0);
  }
}
.icon-triangle {
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  line-height: 90px;
  text-align: center;
  font-size: 3rem;
  -webkit-animation: pulse 1.6s linear infinite;
          animation: pulse 1.6s linear infinite;
  color: #fff;
}
@media all and (max-width: 639px) {
  .icon-triangle {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 2rem;
  }
}

.js-tilt-glare {
  border-radius: 25px !important;
}

.company-dl {
  border-top: 3px solid #fff;
  padding-top: 10px;
}
.company-dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 10px;
}
.company-dl .inner:not(:last-of-type) {
  margin-bottom: 8px;
  border-bottom: 1px solid #20c7b2;
}
.company-dl .inner dt {
  width: 9em;
  font-weight: 600;
  color: #333;
}
.company-dl .inner dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 24px;
}
@media all and (max-width: 639px) {
  .company-dl .inner dd {
    margin-left: 12px;
  }
}
@media all and (max-width: 639px) {
  .company-dl .inner dt {
    width: 7em;
  }
  .company-dl .inner dd {
    margin-left: 10px;
  }
}

.slide-box {
  max-width: 850px;
  margin-inline: auto;
}
.slide-box .thumb-item a {
  display: block;
  width: 100%;
  aspect-ratio: 4/2.5;
  overflow: hidden;
}
.slide-box .thumb-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-box .thumb-item-nav .child {
  display: block;
  height: 100px;
  overflow: hidden;
}
.slide-box .thumb-item-nav .child img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: initial !important;
}

.top-news-btn {
  position: absolute;
  left: -10px;
  top: 160px;
}
.top-news-btn a {
  width: 200px;
}
@media all and (max-width: 639px) {
  .top-news-btn {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  .top-news-btn a {
    width: 180px;
    margin-left: 0;
  }
}

.img-insert {
  max-width: calc(100% - 80px);
  margin: 40px auto;
  height: 300px;
  position: relative;
}
@media all and (max-width: 639px) {
  .img-insert {
    max-width: calc(100% - 20px);
    height: 200px;
    margin: 20px auto;
  }
}

.history {
  position: relative;
}
.history:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#20c7b2), to(#1e3b83));
  background-image: linear-gradient(to top, #20c7b2, #1e3b83);
  opacity: 0.7;
  border-radius: 20px;
}
.history .history-inner {
  position: relative;
  padding-left: 70px;
}
.history .history-inner:before {
  position: absolute;
  content: "";
  left: 12px;
  top: 15px;
  width: 40px;
  height: 1px;
  background: #20c7b2;
}
.history .history-inner:after {
  position: absolute;
  content: "";
  left: 6px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #1e3b83;
  border-radius: 50%;
}
@media all and (max-width: 639px) {
  .history .history-inner {
    padding-left: 45px;
  }
  .history .history-inner:before {
    width: 25px;
  }
}
.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-weight: 600;
  color: #20c7b2;
  font-size: 1.15em;
}
.history .history-inner dt span {
  font-size: 1.5rem;
  padding: 0 3px;
}
.history .history-inner dt span:before {
  content: "(";
}
.history .history-inner dt span:after {
  content: ")";
}
@media all and (max-width: 639px) {
  .history .history-inner dt {
    font-size: 1.2em;
  }
  .history .history-inner dt span {
    font-size: 1.1rem;
  }
}
.history .history-inner dd {
  padding: 14px 18px;
}
@media all and (max-width: 639px) {
  .history .history-inner dd {
    padding: 12px;
  }
}

.recruit-head {
  position: relative;
  margin-top: 55px;
}
.recruit-head .recruit-head-img {
  aspect-ratio: 20/9;
}
@media all and (max-width: 639px) {
  .recruit-head .recruit-head-img {
    aspect-ratio: 20/11;
  }
}
.recruit-head .recruit-head-txt {
  position: absolute;
  right: 30px;
  top: -40px;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .recruit-head .recruit-head-txt {
    right: 100px;
  }
}
.recruit-head .recruit-head-txt h3 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-size: 2.6vw;
  line-height: 1.6;
}
.recruit-head .recruit-head-txt h3 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding: 12px 1px;
}
.recruit-head .recruit-head-txt h3 span:nth-child(1) {
  background: #20c7b2;
  color: #fff;
}
.recruit-head .recruit-head-txt h3 span:nth-child(2) {
  margin-right: 15px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media all and (max-width: 896px) {
  .recruit-head .recruit-head-txt h3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .recruit-head .recruit-head-txt h3 {
    font-size: 1.8rem;
  }
}

.link-bnr-list {
  display: grid;
  grid-template-columns: repeat(3, 240px);
  gap: 8px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: rgba(85, 85, 85, 0.1) 0px 10px 50px;
          box-shadow: rgba(85, 85, 85, 0.1) 0px 10px 50px;
  border-radius: 12px;
}
.link-bnr-list li {
  background: #fff;
  text-align: center;
}

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

@media all and (max-width: 639px) {
  .form-contents {
    padding: 0 10px !important;
  }
  .form-contents dl {
    margin: 10px 0 !important;
  }
  .form-contents dl dt {
    float: none !important;
    padding-top: 15px !important;
  }
  .form-contents dl dd {
    padding-left: 0 !important;
    padding-bottom: 15px !important;
    padding-top: 10px !important;
    line-height: 20px !important;
  }
  .form-contents .submit-btn {
    width: 250px !important;
  }
}
.form-box .txt .img img {
  border-radius: 15px 0 15px 0;
}
.form-box .img {
  width: 80%;
  height: 300px;
  margin: 0 auto 30px;
}
@media all and (max-width: 639px) {
  .form-box .img {
    width: 100%;
    height: 220px;
  }
}
.form-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.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: #20c7b2;
  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(225, 225, 225, 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;
}

.service-anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
}
.service-anchor-list li:not(:last-of-type) {
  margin-right: 10px;
}
.service-anchor-list li a {
  position: relative;
  display: block;
  padding: 8px 30px 8px 16px;
  background: #fff;
  border-radius: 50px;
  font-size: 1.4rem;
  color: #1e3b83;
  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);
}
.service-anchor-list li a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-weight: 900;
  color: #1e3b83;
  font-size: 0.8em;
}
.service-anchor-list li a:hover {
  background: #1e3b83;
  color: #fff;
}
@media all and (max-width: 639px) {
  .service-anchor-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 90%;
    margin-inline: auto;
  }
  .service-anchor-list li {
    width: 48%;
  }
  .service-anchor-list li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .service-anchor-list li a {
    font-size: 1.2rem;
  }
}

.timetable {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
}
.timetable thead th {
  background: transparent;
}
.timetable th,
.timetable td {
  padding: 6px 4px;
  border-bottom: 1px solid #333;
  color: #223a70;
}
.timetable .circle {
  color: #20c7b2;
}
@media all and (max-width: 639px) {
  .timetable {
    font-size: 13px;
  }
}

.time-box {
  padding: 8px 8px;
  text-align: left;
  font-size: 1.4rem;
}
@media all and (max-width: 639px) {
  .time-box {
    font-size: 13px;
  }
}

.name {
  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: 14px;
}
.name .role {
  margin-right: 8px;
}
.name .ja {
  font-weight: 600;
  font-size: 1.15em;
}

.concept-box {
  position: relative;
}
.concept-box .concept-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.concept-box .concept-img figure {
  width: 49%;
  height: auto;
  aspect-ratio: 1.3/1;
}
.concept-box .concept-img figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.concept-box .concept-txt-box {
  position: relative;
  z-index: 2;
  max-width: 90%;
  margin: 40px auto 0;
  background: #fefefe;
  border-radius: 20px;
}
.concept-box .concept-txt-box:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -80px;
  width: 280px;
  height: 128px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27205/concept-deco.png) no-repeat center top/contain;
  z-index: -2;
}
.concept-box .concept-txt-box .inner {
  max-width: 900px;
  margin-inline: auto;
  padding: 40px 40px 60px;
  font-weight: 600;
}
.concept-box .concept-txt-box .concept-ttl {
  margin-top: -60px;
  margin-bottom: 40px;
}
.concept-box .concept-txt-box .concept-title {
  position: relative;
  margin-bottom: 40px;
  font-size: 3.2rem;
  text-align: center;
  color: transparent;
  background-image: radial-gradient(circle, #1e3b83 0%, #20c7b2 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.concept-box .concept-txt-box .concept-title:before, .concept-box .concept-txt-box .concept-title:after {
  position: absolute;
  content: "";
}
.concept-box .concept-txt-box .concept-title:before {
  right: 0;
  top: -50px;
  width: 45px;
  height: 45px;
  background: url(../img/deco03.png) no-repeat center/contain;
}
.concept-box .concept-txt-box .concept-title:after {
  left: 0px;
  top: -80px;
  width: 45px;
  height: 50px;
  background: url(../img/deco04.png) no-repeat left bottom/contain;
}
@media all and (max-width: 639px) {
  .concept-box {
    max-width: 100%;
  }
  .concept-box .concept-img figure {
    aspect-ratio: 1.2/1;
  }
  .concept-box .concept-txt-box {
    max-width: 100%;
    margin-top: -10px;
  }
  .concept-box .concept-txt-box:before {
    width: 120px;
    height: 55px;
    top: -40px;
  }
  .concept-box .concept-txt-box .inner {
    padding: 30px 20px;
  }
  .concept-box .concept-txt-box .concept-title {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}

.activity-dl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.activity-dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.activity-dl .inner:not(:last-of-type) {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #1e3b83;
}
.activity-dl dt {
  width: 7em;
  color: #20c7b2;
  font-weight: 700;
  font-size: 1.8rem;
}
.activity-dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
@media all and (max-width: 639px) {
  .activity-dl dt {
    font-size: 1.3rem;
  }
  .activity-dl dd {
    margin-left: 12px;
  }
}

/* top-bnr-list
----------------------------------*/
.top-bnr-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* ← 4カラム */
  gap: 20px;
  margin: 0 auto;
  max-width: 95%;
  /* 画面幅が狭い時は3カラム（従来のpro相当） */
  /* スマホは1カラム */
}
.top-bnr-list > li {
  position: relative;
}
.top-bnr-list > li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.top-bnr-list > li a:hover {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.top-bnr-list > li a:hover .btn-arrow {
  background: #20c7b2;
}
.top-bnr-list > li a:hover .btn-arrow i {
  border-bottom-color: #fefefe;
}
.top-bnr-list > li a:hover .btn-arrow i:before {
  border-right-color: #fefefe;
}
.top-bnr-list > li a:hover .top-bnr-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media all and (max-width: 1100px) {
  .top-bnr-list {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
  }
}
@media all and (max-width: 639px) {
  .top-bnr-list {
    width: 95%;
    grid-template-columns: 1fr;
  }
}
.top-bnr-list .top-bnr-img {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px 0 15px 0;
}
.top-bnr-list .top-bnr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 639px) {
  .top-bnr-list .top-bnr-img {
    height: 200px;
  }
}
.top-bnr-list .btn-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 210px;
  text-align: center;
  line-height: 60px;
  background: #fefefe;
  border: 2px solid #20c7b2;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 896px) {
  .top-bnr-list .btn-arrow {
    width: 50px;
    height: 50px;
    right: -15px;
  }
}
@media all and (max-width: 639px) {
  .top-bnr-list .btn-arrow {
    top: 170px;
    right: 5px;
  }
}
.top-bnr-list .btn-arrow i {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: 2px solid #20c7b2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 5px;
}
.top-bnr-list .btn-arrow i:before {
  position: absolute;
  width: 10px;
  height: 8px;
  content: "";
  right: 3px;
  bottom: -2px;
  border-right: 3px solid #20c7b2;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
.top-bnr-list .top-bnr-title {
  font-weight: 600;
  margin-top: -40px;
  position: relative;
  z-index: 5;
}
.top-bnr-list .top-bnr-title .eng {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #20c7b2;
  padding: 10px 10px 6px;
  background: #fefefe;
}
.top-bnr-list .top-bnr-title .ja {
  font-size: 1.5rem;
  padding: 6px 10px;
  color: #fefefe;
  background: #20c7b2;
}
@media all and (max-width: 639px) {
  .top-bnr-list .top-bnr-title .eng {
    font-size: 2.2rem;
  }
  .top-bnr-list .top-bnr-title .ja {
    font-size: 1.3rem;
  }
}
.top-bnr-list .top-bnr-txt {
  color: #222;
  font-size: 1.4rem;
  padding: 10px;
}
@media all and (max-width: 639px) {
  .top-bnr-list .top-bnr-txt {
    font-size: 1.2rem;
  }
}

/* accordion
----------------------------------*/
.accordion-wrapper {
  padding: 0 20px 20px 20px;
  background: #fefefe;
  border-radius: 0 0 15px 15px;
}

.accordion {
  text-align: left;
}
.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
  border: 1px solid #ddd;
}
.accordion dt {
  background: #E5EDEA;
  color: #4b382d;
  cursor: pointer;
  font-size: 1.8rem;
}
.accordion dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4rem;
}
.accordion dt.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}
.accordion dd {
  display: none;
  padding: 30px;
  background: #fefefe;
}
@media all and (max-width: 1100px) {
  .accordion {
    padding-top: 20px;
  }
}
@media all and (max-width: 639px) {
  .accordion dt,
  .accordion dd {
    padding: 0.8em 0.6em;
  }
  .accordion dt {
    font-size: 1.2rem;
  }
  .accordion dt:after {
    font-size: 0.9rem;
    right: 8px;
  }
  .accordion dd {
    padding: 15px;
  }
}

/* features-list
----------------------------------*/
.features-list {
  width: 100%;
  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;
}
.features-list > li {
  width: 24%;
  margin: 0.5%;
  list-style: none;
}
.features-list.type2 {
  gap: 20px;
  /* タブレット */
  /* スマホ以下：1カラム＋サイズ統一＋角丸矩形 */
}
.features-list.type2 > li {
  width: auto;
  margin: 0;
}
.features-list.type2 > li .badge {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  height: 220px;
  width: 220px;
  background: rgb(36.6168831169, 219.8831168831, 196.8376623377);
  color: #fff;
  font-size: 1.8rem;
  padding: 0;
  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;
  text-align: center;
  gap: 8px;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
}
.features-list.type2 > li .badge img {
  width: 50%;
  max-width: 110px;
  display: block;
}
.features-list.type2 > li:hover .badge {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.features-list.type2 > li:hover .badge img {
  -webkit-animation: rotate 0.7s ease-in-out both;
          animation: rotate 0.7s ease-in-out both;
}
@media all and (max-width: 896px) {
  .features-list.type2 > li {
    width: 22%;
  }
  .features-list.type2 > li .badge {
    border-radius: 25px;
    height: auto;
    width: auto;
    padding: 15px;
    font-size: 1.5rem;
  }
  .features-list.type2 > li .badge img {
    width: 40%;
  }
}
@media all and (max-width: 639px) {
  .features-list.type2 {
    gap: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .features-list.type2 > li {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features-list.type2 .badge {
    width: auto;
    height: 180px;
    font-size: 1.4rem;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .features-list.type2 .badge img {
    width: 42%;
    max-width: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 360px) {
  .features-list.type2 .badge {
    width: 160px;
    height: 160px;
    font-size: 1.3rem;
    border-radius: 20px;
  }
}

/* 回転アニメ（既存） */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.recruit-txt .wrapper {
  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-bottom: 20px;
}
.recruit-txt .img {
  width: 200px;
  margin-right: 40px;
}
.recruit-txt .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0 auto 20px;
}
.recruit-txt .btn-list .tel_bnr a,
.recruit-txt .btn-list .mail_bnr a {
  font-size: 2rem;
  border: 1px solid #1e3b83;
  background: #fefefe;
  border-radius: 30px;
  padding: 8px;
  width: 280px;
  display: block;
  color: #1e3b83;
  text-align: center;
}
.recruit-txt .btn-list .tel_bnr a:hover,
.recruit-txt .btn-list .mail_bnr a:hover {
  background: #1e3b83;
  color: #fefefe;
}
@media all and (max-width: 639px) {
  .recruit-txt .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-txt .wrapper .img {
    margin-right: 0;
  }
  .recruit-txt .btn-list {
    gap: 10px;
  }
  .recruit-txt .btn-list .tel_bnr a,
  .recruit-txt .btn-list .mail_bnr a {
    font-size: 1.5rem;
  }
}

/* medical-list
----------------------------------*/
.medical-list {
  width: 100%;
  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;
}
.medical-list > li {
  width: 24%;
  margin: 0.5%;
}
.medical-list > li a {
  display: block;
  background: #fefefe;
  border: 1px solid #e7e7e7;
  text-align: center;
  padding: 25px 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 2rem;
  color: #333;
  line-height: 1.6;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(31, 48, 60, 0.3);
          box-shadow: 0px 0px 15px -5px rgba(31, 48, 60, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.medical-list > li a img {
  display: block;
  margin: auto;
  max-width: 100px;
  width: 70%;
  margin-bottom: 5px;
}
.medical-list > li a span {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: inherit;
  font-size: 1.3rem;
  color: #223a70;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.medical-list > li a:hover img {
  -webkit-animation: rotate 0.7s ease-in-out both;
          animation: rotate 0.7s ease-in-out both;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: rotate(3deg) translate3d(0, 0, 0);
            transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
            transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
            transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
.medical-list.type2 {
  gap: 20px;
}
.medical-list.type2 > li {
  width: auto;
  margin: 0;
}
.medical-list.type2 > li a {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  background: #223a70;
  color: #333;
  font-size: 1.8rem;
  padding: 0;
  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;
}
.medical-list.type2 > li a span {
  color: #fefefe;
}
.medical-list.type2 > li a img {
  width: 50%;
  margin-bottom: 0;
  margin: 0;
}
.medical-list.type2 > li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
@media all and (max-width: 896px) {
  .medical-list.type2 > li {
    width: 22%;
  }
  .medical-list.type2 > li a {
    border-radius: 25px;
    height: auto;
    padding: 15px;
    width: auto;
    font-size: 1.7rem;
  }
}
@media all and (max-width: 639px) {
  .medical-list.type2 {
    gap: 10px;
  }
  .medical-list.type2 > li {
    width: 45%;
  }
  .medical-list.type2 > li a img {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .medical-list.type2 > li a {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 896px) {
  .medical-list {
    gap: 5px;
  }
  .medical-list > li {
    width: 47%;
    margin: 0;
  }
  .medical-list > li a {
    font-size: 16px;
    padding: 5px;
  }
  .medical-list > li a span {
    font-size: 9px;
  }
  .medical-list > li img {
    width: 50%;
  }
}

.form-pattern-2 .form-thanks-msg {
  -webkit-box-shadow: 0 0 0 6px #223a70 !important;
  box-shadow: 0 0 0 6px #223a70 !important;
  border-radius: 5px !important;
}

.form-pattern-2 .form-thanks-msg .back-home-btn a {
  color: #223a70 !important;
  border: 2px solid #223a70 !important;
}

.form-pattern-2 .form-thanks-msg .back-home-btn a:hover {
  background: #20c7b2 !important;
}