@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
width {
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 896px) {
  width {
    max-width: calc(100% - 15px);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  color: #1c1c1c;
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.65rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.1em;
}

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

#wrapper {
  position: relative;
  overflow: hidden;
}

.inline {
  display: inline-block;
}

#l-main {
  overflow: hidden;
  position: relative;
}

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

.bold {
  font-weight: 600;
}

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

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

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

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

@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes yurayura2 {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.animation {
  opacity: 0;
}

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

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

/*=============== ローディング =================*/
.loader {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
}
.loader.off {
  display: none;
}

.loader-bg1 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #B7E3F5;
  top: 0;
  left: 0;
  animation: load-tate 0.6s ease-out 2.6s forwards;
}

@keyframes load-tate {
  0% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0%;
  }
}
@keyframes load-tate2 {
  0% {
    height: 0%;
    opacity: 1;
  }
  100% {
    height: 100%;
  }
}
/* TOP SVG
----------------------------------*/
html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
}

#splash_logo {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 639px) {
  #splash_logo {
    top: 44.7888%;
  }
}

.svgall {
  width: 300px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 639px) {
  .svgall {
    width: 180px;
  }
}

@keyframes logo-t-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#splash_logo {
  animation: anime-aut 0.5s linear 1.8s forwards;
}

@keyframes anime-aut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.st0 {
  fill: none;
  stroke: #ffffff;
}

.st1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0;
  stroke-dasharray: 50;
  animation: symble-anime 1.4s linear 0.2s forwards;
}

@keyframes symble-anime {
  0% {
    stroke-width: 0;
  }
  100% {
    stroke-width: 150;
  }
}
.cls-1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0;
}

#logo-txt .cls-1 {
  opacity: 0;
  animation: logo-t-anime 0.6s linear 0.8s forwards;
}

#logo-sub .cls-1 {
  opacity: 0;
  animation: logo-t-anime 0.6s linear 1.4s forwards;
}

@keyframes logo-t-anime {
  0% {
    opacity: 0;
    stroke-width: 0;
  }
  100% {
    opacity: 1;
    stroke-width: 100;
  }
}
/* header
----------------------------------*/
@keyframes load-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#l-header {
  position: absolute;
  width: 100%;
  z-index: 200;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in;
}
#l-header.is-fixed {
  position: fixed;
  background: #fefefe;
  filter: drop-shadow(2px 0px 6px rgba(51, 51, 51, 0.1));
}
#l-header.is-fixed .inner {
  padding: 0;
}
#l-header.is-fixed #header_nav {
  position: relative;
}
#l-header.is-fixed #header_nav ul li a {
  color: #1c1c1c;
  font-size: 90%;
}
#l-header.is-fixed .h-icon {
  display: none;
}
#l-header.is-fixed .inner #logo {
  padding: 15px;
}
#l-header.is-fixed .inner #logo .logo2 {
  display: block;
}
#l-header.is-fixed .inner #logo .logo1 {
  display: none;
}
@media all and (max-width: 896px) {
  #l-header.is-fixed .inner #logo {
    width: 200px;
  }
}
@media all and (max-width: 639px) {
  #l-header.is-fixed .inner #logo {
    width: 170px;
  }
}
@media all and (max-width: 1367px) {
  #l-header {
    margin: 0 auto;
  }
}
@media all and (max-width: 639px) {
  #l-header {
    width: 100%;
    padding: 20px 0 20px;
  }
}
#l-header #logo {
  width: 350px;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in;
  z-index: 2;
  padding: 5px;
  background: #fefefe;
  border-radius: 0 0 30px 0;
  padding: 20px 20px;
}
#l-header #logo .logo2 {
  display: none;
}
@media all and (max-width: 1367px) {
  #l-header #logo {
    width: 220px;
  }
}
@media all and (max-width: 896px) {
  #l-header #logo {
    width: 200px;
  }
}
@media all and (max-width: 639px) {
  #l-header #logo {
    width: 170px;
    padding: 10px 10px 15px 10px;
  }
  #l-header #logo p {
    font-size: 10px;
  }
}
#l-header #logo:hover {
  opacity: 0.6;
}
#l-header .inner {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  padding: 10px 0;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 1367px) {
  #l-header .inner {
    padding: 0px;
  }
}
@media all and (max-width: 1100px) {
  #l-header .inner {
    background-color: transparent;
    margin: 0px auto;
  }
}
@media all and (max-width: 896px) {
  #l-header .inner {
    min-width: initial;
  }
}

#head-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}

#header_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 1em;
  background-color: #fff;
  padding: 12px 40px;
  border-radius: 5em;
}
#header_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#header_nav ul li {
  padding: 10px 15px;
}
#header_nav ul li.type-contact {
  margin-left: 50px;
  background-color: #B7E3F5;
}
#header_nav ul li:last-child {
  border-right: none;
}
#header_nav ul li a {
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1c1c1c;
}
#header_nav ul li a span {
  text-transform: uppercase;
  display: block;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.1rem;
  font-weight: normal;
  color: #007BBB;
}
#header_nav ul li a::after {
  position: absolute;
  content: "";
  width: 4em;
  height: 4em;
  background: url(../img/hana.png) no-repeat center/contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  z-index: 1;
  opacity: 0;
}
#header_nav ul li a:hover::after {
  opacity: 0.2;
}
#header_nav ul li:hover a, #header_nav ul li.active a {
  color: #B7E3F5;
  transition: 0.2s width ease-in;
  font-weight: bold;
}
#header_nav ul li:hover.type-contact a, #header_nav ul li.active.type-contact a {
  color: #007BBB;
}
#header_nav ul li .sub-menu {
  display: none;
  border-top: 0;
  display: none;
  margin: 0;
  position: absolute;
  width: 100%;
  top: 100px;
  left: -20px;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
#header_nav ul li .sub-menu li {
  width: 48%;
  margin: 0 1% 5px;
  background-color: #fff;
  margin-bottom: 4px;
  position: relative;
  opacity: 0;
  transition: 0.8s;
  transform: translateX(200px);
  transition: transform 0.3s ease, opacity 0.2s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 0 10px rgba(28, 28, 28, 0.15);
  border-radius: 10px;
  padding: 0;
}
#header_nav ul li .sub-menu li .photo {
  width: 30%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
#header_nav ul li .sub-menu li a {
  width: 70%;
  padding: 0 20px;
  color: #B7E3F5;
  position: relative;
}
#header_nav ul li .sub-menu li a span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
#header_nav ul li .sub-menu li a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 20px;
  top: 26%;
  border-top: 10px solid transparent;
  border-left: 10px solid #007BBB;
  border-bottom: 10px solid transparent;
}
#header_nav ul li .sub-menu li:nth-child(2) {
  transition-delay: 0.1s;
}
#header_nav ul li .sub-menu li:nth-child(3) {
  transition-delay: 0.2s;
}
#header_nav ul li .sub-menu li:nth-child(4) {
  transition-delay: 0.3s;
}
#header_nav ul li .sub-menu li:nth-child(5) {
  transition-delay: 0.4s;
}
#header_nav ul li .sub-menu li:nth-child(6) {
  transition-delay: 0.5s;
}
#header_nav ul li .sub-menu li:nth-child(7) {
  transition-delay: 0.6s;
}
#header_nav ul li .sub-menu li:before {
  display: none;
}
#header_nav ul li .sub-menu li:hover {
  background-color: #007BBB;
}
#header_nav ul li .sub-menu li:hover .photo {
  transition: 0.4s;
  transform: scale(1.05);
}
#header_nav ul li .sub-menu li:hover .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header_nav ul li .sub-menu li:hover a {
  color: #fff;
}
#header_nav ul li .sub-menu li:hover a span {
  color: #fff;
}
#header_nav ul li .sub-menu li:hover a:before {
  transition: 0.4s;
  height: 10px;
  right: 10px;
  border-left: 10px solid #fff;
}
#header_nav ul li:hover .sub-menu, #header_nav ul li.active .sub-menu {
  display: flex;
  flex-wrap: wrap;
  visibility: visible;
}
#header_nav ul li:hover .sub-menu li, #header_nav ul li.active .sub-menu li {
  transition: 0.8s;
  transition: transform 1s ease, opacity 0.9s ease;
  animation: opacityAnime 1s 0.1s forwards;
}
#header_nav ul li:hover .sub-menu li:nth-child(2), #header_nav ul li.active .sub-menu li:nth-child(2) {
  animation-delay: 0.2s;
}
#header_nav ul li:hover .sub-menu li:nth-child(3), #header_nav ul li.active .sub-menu li:nth-child(3) {
  animation-delay: 0.3s;
}
#header_nav ul li:hover .sub-menu li:nth-child(4), #header_nav ul li.active .sub-menu li:nth-child(4) {
  animation-delay: 0.4s;
}
#header_nav ul li:hover .sub-menu li:nth-child(5), #header_nav ul li.active .sub-menu li:nth-child(5) {
  animation-delay: 0.5s;
}
#header_nav ul li:hover .sub-menu li:nth-child(6), #header_nav ul li.active .sub-menu li:nth-child(6) {
  animation-delay: 0.6s;
}
#header_nav ul li:hover .sub-menu li:nth-child(7), #header_nav ul li.active .sub-menu li:nth-child(7) {
  animation-delay: 0.7s;
}
@media all and (max-width: 1367px) {
  #header_nav {
    text-align: center;
  }
  #header_nav ul li {
    padding: 0px 10px 0;
  }
  #header_nav ul li a {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 1100px) {
  #header_nav {
    width: 80%;
  }
  #header_nav ul li {
    padding: 10px 13px;
  }
}
#header_nav.UpMove {
  position: fixed;
  width: 100%;
  animation: UpAnime 0.5s forwards;
}
#header_nav.DownMove ul {
  position: relative;
}
#header_nav.DownMove ul li {
  position: relative;
}
#header_nav.DownMove ul li:hover:before, #header_nav.DownMove ul li.active:before {
  transition: 0.4s;
  width: 100%;
}
#header_nav.DownMove ul li .sub-menu {
  max-width: 570px;
  width: 570px;
  top: 54px;
  left: -200%;
  padding: 20px 0 0;
}
#header_nav.DownMove ul li .sub-menu li a {
  width: 70%;
  padding: 0 20px;
  color: #B7E3F5;
  position: relative;
}
#header_nav.DownMove ul li .sub-menu li a span {
  color: #1c1c1c;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
#header_nav.DownMove ul li .sub-menu li a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 20px;
  top: 26%;
  border-top: 10px solid transparent;
  border-left: 10px solid #007BBB;
  border-bottom: 10px solid transparent;
}
#header_nav.DownMove ul li .sub-menu li:hover {
  background-color: #007BBB;
}
#header_nav.DownMove ul li .sub-menu li:hover .photo {
  transition: 0.4s;
  transform: scale(1.05);
}
#header_nav.DownMove ul li .sub-menu li:hover .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header_nav.DownMove ul li .sub-menu li:hover a {
  color: #fff;
}
#header_nav.DownMove ul li .sub-menu li:hover a span {
  color: #fff;
}
#header_nav.DownMove ul li .sub-menu li:hover a:before {
  transition: 0.4s;
  height: 10px;
  right: 10px;
  border-left: 10px solid #fff;
}
@media all and (max-width: 1367px) {
  #header_nav.DownMove ul li a {
    font-size: 1.3rem;
  }
}

.head_contact {
  margin-left: 2rem;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .head_contact {
    display: none;
  }
}
.head_contact .buy_btn {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s;
}
.head_contact .buy_btn a {
  width: 100%;
  display: block;
  background: #ffcc59;
  border-radius: 0 0 20px 20px;
  padding: 1rem;
  color: #fff;
  font-weight: 600;
}
.head_contact .buy_btn a span {
  display: block;
  width: 50px;
  margin: 0.25rem auto 0;
  transition: 0.3s ease;
}
.head_contact .buy_btn a:hover {
  background: #ffc061;
}

@keyframes opacityAnime {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*==ふわっと出現させるためのCSS*/
/*　上に上がる動き　*/
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 110;
}
#page-top a {
  display: block;
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 50px;
  font-size: 1.2rem;
  text-align: center;
}
#page-top a img {
  animation: 3s fuwafuwa infinite;
}
#page-top a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  #page-top {
    bottom: 60px;
  }
}

/*canvas*/
#canvas-container,
#sineCanvas {
  margin-top: -40px;
  margin-bottom: -20px;
}

/* swiper
----------------------------------*/
.slide-img {
  overflow: hidden;
  width: 100%;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.slide-img::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #1c1c1c;
  opacity: 0.2;
  z-index: 2;
}
.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center;
     object-position: center;
}
@media all and (max-width: 1367px) {
  .slide-img {
    height: 76vh;
  }
}
@media all and (max-width: 896px) {
  .slide-img {
    height: 60vh;
  }
}
@media all and (max-width: 639px) {
  .slide-img {
    height: 50vh;
  }
}

@media all and (max-width: 639px) {
  #slider_atfvcl_1750297109.slider_wrapper {
    --swiper-wrapper-height: 55vh!important;
  }
}

#slideshow {
  position: relative;
  margin: 0px auto;
}
#slide-wrap {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#slide-wrap:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 240px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26538/nami.svg) center bottom no-repeat;
  z-index: 10;
}
@media all and (max-width: 639px) {
  #slide-wrap {
    padding: 15px 15px 0;
    width: 100%;
  }
}

/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

#catch {
  z-index: 50;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
#catch.on {
  opacity: 1;
  transition: 2s;
}
.swiper_menu .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3/2;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.swiper_menu .swiper-slide img {
  max-width: 640px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper_menu .swiper-button-next,
.swiper_menu .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 639px) {
  .swiper_menu .swiper-button-next,
  .swiper_menu .swiper-button-prev {
    top: unset;
    bottom: 0;
  }
}
.swiper_menu .swiper-button-prev {
  left: 10px;
}
.swiper_menu .swiper-button-prev:after {
  font-family: unset;
  content: "◀";
  color: #fefefe;
  font-size: 1.2rem;
}
.swiper_menu .swiper-button-next {
  right: 10px;
}
.swiper_menu .swiper-button-next:after {
  font-family: unset;
  content: "▶";
  color: #fefefe;
  font-size: 1.2rem;
}

/* footer
----------------------------------*/
footer {
  padding: 100px 0 50px;
  position: relative;
  border-top: 1px solid #333;
}
footer::before {
  position: absolute;
  bottom: -106px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26538/hana.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media all and (max-width: 639px) {
  footer {
    padding: 50px 0 50px;
  }
  footer:before {
    bottom: -50px;
    height: 60%;
  }
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
  width: calc(100% - 40px);
  padding: 0px 10px 10px;
  margin: 0 auto;
  max-width: 1500px;
}
#l-footer .mtitle {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: -80px;
}
#l-footer .footer-main {
  width: 100%;
}
#l-footer .inner {
  max-width: 1200px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 0px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
#l-footer .inner .whitebox {
  padding: 20px 0;
}
#l-footer .inner .footer-left {
  width: 40%;
}
#l-footer .inner .footer-right {
  flex: 100%;
}
@media all and (max-width: 896px) {
  #l-footer .inner {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }
  #l-footer .inner .footer-left {
    width: 100%;
  }
  #l-footer .inner .footer-right {
    width: 100%;
  }
}
#l-footer .footer_sns_nav {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  gap: 20px;
  text-align: center;
}
#l-footer .footer_sns_nav a {
  border-bottom: none;
  line-height: 0.5;
}
#l-footer .footer_sns_nav .sub_btn01 span,
#l-footer .footer_sns_nav .sub_btn02 span {
  display: block;
  font-size: 1.3rem;
}
#l-footer .footer-tel a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #007BBB;
}
@media all and (max-width: 1100px) {
  #l-footer .inner {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
  }
  #l-footer .inner {
    font-size: 1.1rem;
  }
}

.footer-ggmap {
  width: calc(100% - 100px);
  margin: 0 auto;
}

.sns-list {
  display: flex;
  flex-wrap: wrap;
}
.sns-list.center {
  justify-content: center;
}
@media all and (max-width: 896px) {
  .sns-list {
    flex-wrap: wrap;
  }
}
.sns-list li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  display: block;
  background: #555;
  border-radius: 50%;
  text-align: center;
  transition: all 0.2s ease-in;
  position: relative;
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sns-list li a:hover {
  opacity: 0.7;
}
.sns-list li a.btn-facebook {
  background: #1877f2;
}
.sns-list li a.btn-x {
  background: #111;
}
.sns-list li a.btn-line {
  background: #06c755;
}
.sns-list li a i {
  position: relative;
  z-index: 2;
}
.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;
  /*ずらす*/
  /*グラデーションカバーの幅*/
  /*グラデーションカバーの高さ*/
  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: 0 auto 10px;
  }
}
@media all and (max-width: 896px) {
  .sns-list li {
    width: 80%;
    margin: 0 auto 10px;
  }
}

/* footer_navi
----------------------------------*/
.footer_navi {
  flex-basis: 100%;
  margin: 20px auto;
  max-width: 1200px;
}
.footer_navi ul {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media all and (max-width: 1100px) {
  .footer_navi ul {
    display: none;
  }
}
.footer_navi ul > li {
  flex: 1 0 auto;
}
@media all and (max-width: 1100px) {
  .footer_navi ul > li {
    padding: 0px;
  }
}
.footer_navi ul > li .photo {
  display: none;
}
.footer_navi ul > li > a {
  color: #1c1c1c;
  font-size: 1.3rem;
  position: relative;
  padding: 10px 20px;
  display: block;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 0 10px rgba(28, 28, 28, 0.1);
  font-weight: 600;
}
.footer_navi ul > li > a span {
  display: none;
}
.footer_navi ul > li > a:hover {
  color: #007BBB;
}
.footer_navi ul > li .sub-menu {
  margin-top: 10px;
  display: block;
}
.footer_navi ul > li .sub-menu li {
  margin: 0;
  width: 100%;
  padding-left: 30px;
}
.footer_navi ul > li .sub-menu a {
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
}
.footer_navi ul > li .sub-menu a:before {
  position: absolute;
  content: "";
  left: -14px;
  top: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #B7E3F5;
  background-color: transparent;
}
.footer_navi ul > li .dropdown {
  display: none;
}
.footer_navi ul > li .dropdown .dropdon-li a {
  font-size: 1.2rem;
}

.flogo {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 280px;
  border-radius: 10px;
}
@media all and (max-width: 639px) {
  .flogo {
    width: 80%;
  }
}

.address {
  color: #fefefe;
  font-size: 12px;
}

.copyright {
  padding: 6px 10px;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 20px auto 0;
}
@media all and (max-width: 896px) {
  .copyright {
    font-size: 10px;
    margin: 20px auto 35px;
  }
}
@media all and (max-width: 639px) {
  .copyright {
    margin: 20px auto 50px;
  }
}

/* bnr
----------------------------------*/
.bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.instagram_bnr > a {
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  padding: 15px 0;
  width: 350px;
  display: block;
  background: #ffa6b3;
  color: #fff;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  text-align: center;
  margin: 0 auto;
}
.instagram_bnr > a i {
  color: #fff;
  font-size: 1.4rem;
  margin-right: 8px;
}
.instagram_bnr > a:hover {
  opacity: 0.7;
}

.yoyaku_bnr > a {
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  padding: 15px 0;
  width: 350px;
  display: block;
  background: #1c1c1c;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.yoyaku_bnr > a i {
  color: #fff;
  font-size: 1.4rem;
  margin-right: 8px;
}
.yoyaku_bnr > a:hover {
  opacity: 0.7;
}

/* list
----------------------------------*/
.list2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 15px;
}
@media all and (max-width: 639px) {
  .list2.type2 > li {
    width: 100%;
    margin: 0 auto 0;
  }
  .list2.type2 > li:nth-child(2) {
    margin-top: 30px;
  }
}
.list2 > li,
.list2 .child {
  width: 48%;
}
.list2 > li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2 > li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-left: auto;
  }
}
.list2 > li .detail,
.list2 .child .detail {
  max-width: 80%;
  margin-right: auto;
}
@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 25px auto 0;
  }
  .list2 > li .detail,
  .list2 .child .detail {
    max-width: 100%;
  }
}
.list2 .child2 {
  width: 34%;
  margin-top: 50px;
}
.list2 .child2:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2 .child2:nth-child(2n) {
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  .list2 .child2 {
    width: 100%;
    margin: 25px auto 0;
  }
}

.list3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list3.type1 li {
  background: #fefefe;
  padding: 15px;
  border-radius: 8px;
}
.list3 li,
.list3 .child {
  width: 31%;
  position: relative;
  margin: 0 3.495% 30px 0;
}
.list3 li.t-m200,
.list3 .child.t-m200 {
  margin-top: 200px;
}
.list3 li:nth-child(3n),
.list3 .child:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list3 li,
  .list3 .child {
    width: 95%;
    margin: 0 auto 20px;
  }
  .list3 li:nth-child(3n),
  .list3 .child:nth-child(3n) {
    margin-right: auto;
  }
}
.list3 li figure,
.list3 .child figure {
  margin-bottom: 20px;
}

.list4 {
  display: flex;
  flex-wrap: wrap;
}
.list4 li {
  width: 24%;
  margin: 0 1.3333333333% 25px 0;
}
.list4 li:nth-child(4n) {
  margin-right: 0;
}

.list5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list5 li {
  width: 18%;
  margin: 0 1% 25px;
}
@media all and (max-width: 896px) {
  .list5 li {
    width: 30%;
  }
}
@media all and (max-width: 639px) {
  .list5 li {
    width: 48%;
  }
}
.list5 li .txtdeko3 {
  background-color: #fff;
  padding: 6px 20px;
  border-bottom: 2px solid #B7E3F5;
}

.column3 {
  display: flex;
  flex-wrap: wrap;
}
.column3.type1 {
  align-items: center;
}
.column3 .child {
  width: 32%;
  margin-right: 2%;
}
.column3 .child:nth-child(3n) {
  margin-right: 0;
}
.column3.type2 .child {
  margin-bottom: 30px;
  padding: 15px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
}
.column3.type2 .child .mtitle-bll {
  letter-spacing: 0;
}
.column3.type2 .child:nth-child(2n) .mtitle-bll::after {
  background: #B7E3F5;
}
.column3.type2 .child:nth-child(3n) .mtitle-bll::after {
  background: #B7E3F5;
}
@media all and (max-width: 896px) {
  .column3 .child {
    width: 48%;
  }
  .column3 .child.bm20 {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 639px) {
  .column3 .child {
    width: 98%;
  }
}

/* contents
----------------------------------*/
.single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative;
}
.single.type1 {
  padding: 80px 0 0;
}
.single.type1.phalf {
  padding: 40px 0 0;
}
@media all and (max-width: 896px) {
  .single.type1.phalf {
    padding: 30px 15px;
  }
}
.single.phalf {
  padding: 40px 0;
}
@media all and (max-width: 896px) {
  .single.phalf {
    padding: 30px 15px;
  }
}
.single.margin-top {
  margin-top: -80px;
}
@media all and (max-width: 896px) {
  .single.margin-top {
    margin-top: -40px;
  }
}
@media all and (max-width: 1100px) {
  .single {
    padding: 80px 25px;
  }
  .single.type1 {
    padding: 80px 25px 0;
  }
}

.single02 {
  margin: 0 auto;
  padding: 80px 0;
}
@media all and (max-width: 1100px) {
  .single02 {
    width: 100%;
    padding: 80px 15px;
  }
}
.single02.type1 {
  padding: 80px 0 0;
}
@media all and (max-width: 896px) {
  .single02.type1 {
    padding: 40px 0 0;
  }
}

.single03 {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 1100px) {
  .single03 {
    padding: 80px 15px;
  }
}
.single03.phalf {
  padding: 40px 0;
}
@media all and (max-width: 896px) {
  .single03.phalf {
    padding: 30px 0;
  }
}
.single03.margin-top {
  margin-top: -80px;
}
@media all and (max-width: 896px) {
  .single03.margin-top {
    margin-top: -40px;
  }
}

.single04 {
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
  max-width: calc(100% - 80px);
}
@media all and (max-width: 896px) {
  .single04 {
    max-width: calc(100% - 20px);
    padding: 40px 0;
  }
}

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

/*what-inner
-------------------------------------*/
.what-inner {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
  align-items: center;
}
.what-inner .in-left {
  width: 33%;
  margin-right: 20px;
  text-align: center;
  border-right: 1px dotted #007BBB;
}
.what-inner .in-left .read {
  color: #007BBB;
  font-size: 3rem;
  letter-spacing: 0.1em;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 1.4em;
}
.what-inner .in-right {
  flex: 1;
}
@media all and (max-width: 1100px) {
  .what-inner .in-left .read {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 639px) {
  .what-inner .in-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: auto;
  }
  .what-inner .in-right {
    width: 100%;
  }
  .what-inner .in-right .read {
    font-size: 1.6rem;
  }
}

.mbox {
  background: #fefefe;
  padding: 40px;
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.mbox.transparent {
  background: transparent;
  border: none;
  filter: none;
}
.mbox.type1 {
  border-radius: 0;
}
.mbox.type_blog {
  min-height: 300px;
}
.mbox.m0-p0 {
  margin: 0;
  padding: 0;
}
@media all and (max-width: 639px) {
  .mbox.m0-p0 {
    margin: 20px 0 0;
    padding: 0;
  }
}
.mbox.border {
  border: 1px solid #B7E3F5;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .mbox.border {
    padding: 15px 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 15px 15px;
    border-radius: 10px;
  }
  .mbox.sp-m10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mbox.t-m100 {
    margin-top: 50px;
  }
}

.note {
  padding: 15px;
  margin-top: 10px;
  background: #ececec;
}

.mbox2 {
  background: #fff;
  border: 2px solid #B7E3F5;
  padding: 35px 30px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.mbox2::before {
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: 0;
  display: block;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  content: "";
  background-image: radial-gradient(#f7f726 40%, transparent 40%);
  background-size: 6px 6px;
  border-radius: 30px;
  z-index: -1;
}
@media all and (max-width: 639px) {
  .mbox2 {
    padding: 15px;
  }
}

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

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

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

#main {
  float: left;
  width: 76%;
}
@media all and (max-width: 896px) {
  #main {
    float: none;
    width: 100%;
  }
}

#side {
  float: right;
  position: sticky;
  right: 0;
  top: 0;
  width: 21%;
  padding-right: 10px;
  background: #fefefe;
  border-radius: 30px;
  padding: 30px;
}
@media all and (max-width: 896px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}
@media all and (max-width: 639px) {
  #side {
    border-radius: 10px;
  }
}
#side .mtitle_category {
  color: #1c1c1c;
}

/* mtitle
----------------------------------*/
.mtitle {
  margin: 0 auto 40px;
  text-align: center;
}
.mtitle .eng {
  font-size: 6.5rem;
  color: #B7E3F5;
  position: relative;
  line-height: 1.2;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.mtitle .ja {
  font-size: 2rem;
  color: #604c3f;
  display: block;
  position: relative;
  font-weight: bold;
}
.mtitle.center .ja:before {
  right: 0;
  left: 0;
}
.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(28, 28, 28, 0.1);
}
.mtitle.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(28, 28, 28, 0.1);
}
.mtitle.white span:after {
  background-color: #eee;
}
.mtitle.white span.ja {
  color: #fff;
}
.mtitle.white span.ja:before {
  background-color: #fff;
}
.mtitle.white span.ja:first-letter {
  color: #fff;
}
.mtitle.white span.eng {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
}
.mtitle.black {
  color: #1c1c1c;
}
.mtitle.black span {
  color: #555;
}
.mtitle.black span:after {
  background-color: #555;
}
.mtitle.page {
  text-align: center;
  position: relative;
}
.mtitle.page .eng {
  position: relative;
  min-width: 120px;
  display: inline-block;
}
.mtitle.page .ja {
  font-size: 3rem;
  color: #007BBB;
  padding-top: 10px;
  display: block;
}
.mtitle.page .ja:first-letter {
  color: #363636;
}
.mtitle.mtitle_left {
  text-align: left;
}
@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
    margin: 0 auto 20px;
  }
  .mtitle .eng {
    font-size: 1.2rem;
  }
  .mtitle .eng:before {
    width: 50px;
    height: 2px;
    right: -14px;
    bottom: -11px;
  }
  .mtitle .ja {
    font-size: 1.7rem;
  }
  .mtitle.page {
    text-align: left;
  }
  .mtitle.page .eng {
    font-size: 1.2rem;
    text-align: center;
  }
  .mtitle.page .eng:before {
    width: 50px;
    height: 2px;
    right: 0px;
    bottom: -14px;
    left: auto;
  }
  .mtitle.page .ja {
    padding-top: 0;
    font-size: 1.6rem;
  }
}

.mtitle2 {
  color: #1c1c1c;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  position: relative;
}
.mtitle2.type-white {
  text-align: center;
  margin: 0 auto 20px;
}
.mtitle2.type-white span.eng {
  color: #007BBB;
}
.mtitle2.type-white span.ja {
  color: #fff;
}
@media all and (max-width: 639px) {
  .mtitle2.type-white {
    font-size: 1.3rem;
  }
  .mtitle2.type-white span.eng {
    font-size: 3rem;
    top: -15px;
  }
  .mtitle2.type-white span.ja {
    font-size: 1.6rem;
  }
}
.mtitle2 span {
  font-size: 2.5rem;
  display: block;
  color: #007BBB;
}
.mtitle2 span.eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #B7E3F5;
  font-size: 9rem;
  line-height: 1;
  font-weight: 500;
  position: initial;
  line-height: 1.3;
}
.mtitle2 span.ja {
  font-size: 2rem;
  font-weight: bold;
  color: #1c1c1c;
  position: relative;
  z-index: 1;
  letter-spacing: 0.15em;
  margin-top: -5px;
}
@media all and (max-width: 896px) {
  .mtitle2 span.eng {
    font-size: 5rem;
  }
  .mtitle2 span.ja {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle2 {
    font-size: 1.3rem;
  }
  .mtitle2 span.eng {
    font-size: 3.5rem;
    top: -15px;
  }
  .mtitle2 span.ja {
    font-size: 1.5rem;
  }
}

.mtitle3 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  position: absolute;
  min-height: 280px;
  top: 40px;
  left: 30px;
}
.mtitle3 .ja {
  display: block;
  font-size: 4rem;
  border-right: 2px solid #007BBB;
  letter-spacing: 0.2em;
  padding-top: 55px;
  padding-right: 5px;
  font-weight: 600;
  color: #1c1c1c;
}
.mtitle3 .eng {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #007BBB;
  padding-left: 3px;
}
@media all and (max-width: 896px) {
  .mtitle3 .ja {
    font-size: 2rem;
  }
  .mtitle3 .eng {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle3 {
    position: inherit;
    left: 0;
    top: 0;
    min-height: auto;
    padding-top: 50px;
    writing-mode: inherit;
  }
  .mtitle3 .ja {
    font-size: 1.6rem;
    padding-top: 0;
    border-right: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #007BBB;
    margin-bottom: 20px;
  }
  .mtitle3 .eng {
    font-size: 1.3rem;
  }
}

.mtitle4 {
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-weight: 600;
  padding-bottom: 20px;
  margin: 0px auto 0px;
  padding-left: 50px;
}
@media all and (max-width: 639px) {
  .mtitle4 {
    font-size: 1.5rem;
    padding: 20px 0px;
  }
}
.mtitle4 span {
  font-size: 2.6rem;
  padding: 0 4px 0;
}
.mtitle4 span.eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
  color: #B7E3F5;
}
.mtitle4 span.ja {
  display: block;
  font-size: 2.6rem;
}
.mtitle4.white span {
  color: #fff;
}
.mtitle4.white span.eng {
  color: #fff;
}
@media all and (max-width: 639px) {
  .mtitle4 {
    font-size: 2rem;
  }
  .mtitle4 span.eng {
    font-size: 2.6rem;
  }
  .mtitle4 span.ja {
    display: block;
    font-size: 1.4rem;
  }
}

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

.mtitle5 {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-weight: 600;
  margin: 0px auto 40px;
  text-align: center;
  position: relative;
  padding-top: 140px;
}
.mtitle5.type-no {
  padding-left: 0;
}
.mtitle5.type-no:before {
  display: none;
}
.mtitle5:before {
  position: absolute;
  content: "";
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26538/okinawa.png) no-repeat;
  background-size: contain;
}
.mtitle5 span {
  padding: 0 40px 0;
}
.mtitle5 span.eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #B7E3F5;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  display: block;
}
.mtitle5 span.ja {
  font-size: 2.6rem;
}
.mtitle5.white span.eng {
  color: #fff;
}
.mtitle5.type2:before {
  background: url(../img/title-icon02.png) no-repeat;
  background-size: contain;
}
@media all and (max-width: 639px) {
  .mtitle5 {
    margin: 0px auto 20px;
    padding-top: 75px;
  }
  .mtitle5::before {
    width: 80px;
    height: 80px;
  }
  .mtitle5 span.eng {
    font-size: 2.6rem;
  }
  .mtitle5 span.ja {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}

.mtitle6 {
  color: #B7E3F5;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.mtitle6 span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  display: block;
  color: #ec719c;
}
@media all and (max-width: 639px) {
  .mtitle6 {
    font-size: 1.8rem;
  }
  .mtitle6 span {
    font-size: 1.5rem;
  }
}

.mtitle7 {
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 45px;
  position: relative;
}
.mtitle7 span {
  font-size: 2rem;
  font-weight: 400;
  display: block;
  color: #F08B99;
  line-height: 1.8rem;
}
@media all and (max-width: 639px) {
  .mtitle7 {
    font-size: 1.8rem;
    margin-bottom: 35px;
    margin-top: 70px;
  }
  .mtitle7::before {
    width: 70px;
    height: 70px;
    top: -70px;
  }
}

.mtitle_icon {
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
}
.mtitle_icon .eng {
  font-size: 1.5rem;
  color: #B7E3F5;
  position: relative;
  line-height: 1.2;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.mtitle_icon .ja {
  font-size: 3rem;
  color: #604c3f;
  display: block;
  position: relative;
  font-weight: bold;
}
.mtitle_icon .icon {
  width: 60px;
  margin-right: 5px;
}
.mtitle_icon.center .ja:before {
  right: 0;
  left: 0;
}
@media all and (max-width: 639px) {
  .mtitle_icon {
    margin: 0 auto 20px;
  }
  .mtitle_icon .eng {
    font-size: 1.2rem;
  }
  .mtitle_icon .eng:before {
    width: 50px;
    height: 2px;
    right: -14px;
    bottom: -11px;
  }
  .mtitle_icon .ja {
    font-size: 1.8rem;
  }
}

.mtitle_line {
  font-size: 2rem;
  position: relative;
  font-weight: 600;
  padding: 8px 15px;
  color: #fff;
  letter-spacing: 0.2rem;
  background-color: #B7E3F5;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.4rem;
  }
}

.mtitle-border {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.mtitle-border span {
  color: #1c1c1c;
  font-size: 2.5rem;
  position: relative;
  display: block;
}
.mtitle-border span:before {
  position: absolute;
  content: "";
  width: 121px;
  height: 48px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/hane.png) no-repeat;
  background-size: cover;
}
@media all and (max-width: 896px) {
  .mtitle-border span {
    color: #007BBB;
    font-size: 1.5rem;
    position: relative;
  }
  .mtitle-border span:before {
    position: absolute;
    content: "";
    width: 121px;
    height: 48px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/hane.png) no-repeat;
    background-size: cover;
  }
}

.mtitle-box {
  background-color: #007BBB;
  color: #007BBB;
  padding: 20px 20px;
  margin: 0 auto;
  text-align: center;
}
.mtitle-box .ja {
  color: #fff;
  font-size: 2.4rem;
}
.mtitle-box .ja .main {
  padding-left: 5px;
  font-size: 3rem;
}
@media all and (max-width: 639px) {
  .mtitle-box .ja {
    font-size: 1.7rem;
  }
  .mtitle-box .ja .main {
    padding-left: 5px;
    font-size: 2rem;
  }
}

.mtitle_ribon {
  position: relative;
  background: #E74C3C;
  color: #fff;
  display: inline-block;
  padding: 15px 35px 15px 15px;
  font-size: 2.2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0 0 25px -30px;
}
.mtitle_ribon .eng {
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-left: 10px;
}
.mtitle_ribon.type1 {
  position: absolute;
  top: 10px;
  left: -10px;
  background: #B7E3F5;
  font-size: 1.5rem;
  padding: 10px 25px 10px 10px;
  margin: 0 0 25px 0px;
  color: #fff;
}
.mtitle_ribon.type1.sub01 {
  background-color: #f7f726;
}
.mtitle_ribon.type1.sub02 {
  background-color: #ff4362;
}
.mtitle_ribon.sbc {
  background: white;
}
@media all and (max-width: 639px) {
  .mtitle_ribon {
    margin: 0 0 20px -10px;
    font-size: 1.5rem;
  }
  .mtitle_ribon .eng {
    font-size: 1rem;
  }
  .mtitle_ribon.type1 {
    font-size: 1.3rem;
    left: 4px;
    border-radius: 0 5px 5px 0;
  }
}

.mtitle_sub {
  padding: 0 0 0 20px;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #007BBB;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
}
.mtitle_sub .hissu {
  color: #fff;
  background: #009dee;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
}
.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #E74C3C;
}
@media all and (max-width: 639px) {
  .mtitle_sub {
    margin: 0px 0 15px 10px;
    padding: 0 0 0 10px;
    font-size: 1.5rem;
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #B7E3F5;
  text-align: center;
  line-height: 1.5;
}
.mtitle_category .ja {
  font-size: 2.5rem;
  font-weight: bold;
  color: #604c3f;
}
.mtitle_category .eng {
  font-size: 1.5rem;
}
@media all and (max-width: 639px) {
  .mtitle_category .ja {
    font-size: 1.5rem;
  }
  .mtitle_category .eng {
    font-size: 1.2rem;
  }
}

.mtitle_box {
  background: #007BBB;
  color: #363636;
  font-size: 1.8rem;
  position: relative;
  padding: 10px 10px 10px 20px;
  margin-bottom: 25px;
  font-weight: 600;
}
.mtitle_box.eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.5rem;
  }
}

.mtitle_box2 {
  position: relative;
  background: linear-gradient(60deg, #007BBB 0%, #007BBB 85%, #009dee 85%);
  font-size: 2.2rem;
  color: #fff;
  padding: 15px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.mtitle_box2 span {
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 1.6rem;
    padding: 10px;
    margin-bottom: 20px;
  }
  .mtitle_box2 span {
    font-size: 1.3rem;
  }
}

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

.mtext2 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
.mtext2 span {
  padding: 5px 10px;
  background-color: #fff;
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.8rem;
  }
}

.color1 {
  color: #007BBB;
}

.color2 {
  color: #B7E3F5;
}

.color3 {
  color: #E74C3C;
}

.item-ttl {
  font-size: 3rem;
  color: #B7E3F5;
  position: relative;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.item-ttl .txt01 {
  display: block;
  font-size: 1.8rem;
  color: rgba(183, 227, 245, 0.5);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
@media all and (max-width: 639px) {
  .item-ttl .txt01 {
    font-size: 1.6rem;
  }
}
.item-ttl.type-img {
  text-align: center;
}
.item-ttl.type-img .txt01 {
  color: rgba(183, 227, 245, 0.7);
}
.item-ttl.tleft {
  text-align: left;
}
@media all and (max-width: 896px) {
  .item-ttl.tleft {
    text-align: center;
  }
}
@media all and (max-width: 639px) {
  .item-ttl {
    width: 80%;
    margin: 0 auto;
  }
}

.ttl-img {
  width: 50%;
  margin: 0 auto 40px;
}
.ttl-img.type2 {
  margin: 0 auto;
}
.ttl-img.type3 {
  margin: 50px auto 0;
}
@media all and (max-width: 1100px) {
  .ttl-img {
    width: 70%;
  }
}
@media all and (max-width: 896px) {
  .ttl-img {
    width: 95%;
    margin: 0 auto 20px;
  }
}

@media all and (max-width: 639px) {
  .caption {
    width: 120px;
  }
}

.item-inner {
  padding: 10px 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  background: #f5f1e9;
  border-radius: 10px;
}
.item-inner.type2 {
  margin-bottom: 60px;
}

/*feature_list
-----------------------------------*/
.feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2%;
}
.feature_list li {
  position: relative;
  width: 30%;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.feature_list li .num {
  position: absolute;
  top: -15px;
  left: -15px;
  font-family: "Allura", cursive;
  color: #ec719c;
  font-size: 3rem;
  line-height: 1.2;
}
.feature_list li .image {
  text-align: center;
  margin: -10px auto 20px;
}
.feature_list li .ttl {
  margin-bottom: 15px;
  margin-top: 15px;
  border-left: 6px solid #f7f726;
  padding-left: 8px;
  font-size: 2.2rem;
  font-style: normal;
}
@media all and (max-width: 896px) {
  .feature_list {
    align-items: stretch;
  }
  .feature_list li {
    width: 48%;
    margin-bottom: 20px;
  }
  .feature_list li:nth-child(2) {
    margin-top: 0px;
  }
  .feature_list li:nth-child(3) {
    margin-top: 0px;
  }
}
@media all and (max-width: 639px) {
  .feature_list li {
    width: 100%;
  }
  .feature_list li .ttl {
    font-size: 1.6rem;
  }
  .feature_list li .ttl .num {
    font-size: 1.4rem;
  }
}

/* btn
----------------------------------*/
.btn01.type-left a {
  margin: 40px auto 0 0;
}
.btn01 a {
  background: #fefefe;
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 15px auto;
  color: #B7E3F5;
  display: block;
  padding: 12px 40px 12px 20px;
  font-weight: 600;
  border: 1px solid #B7E3F5;
  font-size: 1.5rem;
  box-shadow: 0px 4px 0 #B7E3F5;
  position: relative;
}
.btn01 a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  border-left: 10px solid #B7E3F5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: 12%;
  top: 40%;
}
.btn01 a:hover {
  transition: 0.6s;
  background: #B7E3F5;
  color: #fefefe;
  transform: translate(0px, 5px);
  box-shadow: none;
}
.btn01 a:hover:before {
  transition: 0.6s;
  border-left: 10px solid #fff;
  right: 6%;
}
.btn01 a.type-blue {
  border: 2px solid #005A88;
}
.btn01 a.type-blue:hover {
  background: #005A88;
  color: #fefefe;
}
.btn01 a.type-yellow {
  border: 2px solid #f7f726;
}
.btn01 a.type-yellow:hover {
  background: #f7f726;
  color: #fefefe;
}
.btn01.mail {
  flex-basis: 100%;
}
.btn01.mail a {
  background: #f7f726;
  margin: 15px auto 25px;
}
.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
.btn01.type-line a {
  background: #00b900;
  color: #fefefe;
  border: none;
  box-shadow: none;
}
.btn01.type-line a::before {
  display: none;
}
@media all and (max-width: 639px) {
  .btn01 a {
    width: 95%;
    padding: 8px 15px 8px 10px;
    font-size: 1.2rem;
    max-width: 90%;
  }
  .btn01 a:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 7px;
    border-left: 8px solid #B7E3F5;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: 8%;
    top: 40%;
  }
}

.btn02 {
  position: relative;
  z-index: 100;
}
.btn02 a {
  text-align: center;
  max-width: 300px;
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  background: transparent;
  margin: 10px auto;
  padding: 15px 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #007BBB;
  color: #007BBB;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
.btn02 a i {
  color: #007BBB;
  margin-right: 10px;
  transition: all 0.5s ease;
}
.btn02 a span {
  position: relative;
  z-index: 2;
}
.btn02 a:hover {
  transform: translateY(5px);
  box-shadow: none;
  background-color: #007BBB;
  color: #fff;
}
.btn02.type2 a {
  border-color: #f7f726;
  box-shadow: #f7f726 0px 5px 0px;
  background: rgb(254, 254, 254);
  color: #1c1c1c;
}
.btn02.type2 a:hover {
  transform: translateY(5px);
  box-shadow: none;
  background-color: #f9fae7;
}
@media all and (max-width: 639px) {
  .btn02 a {
    font-size: 1.4rem;
    padding: 10px 5px;
  }
}
.btn02.color2 a {
  border: 1px solid #B7E3F5;
  color: #fefefe;
  background: #B7E3F5;
}
.btn02.color2 a:hover {
  background: #fefefe;
  color: #B7E3F5;
}

.btn03 a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #007BBB;
  max-width: 400px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 12px 0;
  border: 0.9px solid #007BBB;
  border-radius: 30px;
}
.btn03 a:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.btn03 a:hover {
  color: #fff;
  box-shadow: rgba(0, 123, 187, 0.7) 0 80px 0px 2px inset;
}
@media all and (max-width: 639px) {
  .btn03 a {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
  }
  .btn03 a:before {
    font-size: 1.3rem;
    transform: translateY(-2px);
  }
}

.btn04 .btn-inner {
  font-size: 1.6rem;
  padding: 15px 0;
  max-width: 350px;
  margin: 0 auto;
}
.btn04 .btn-inner:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.btn04 .btn-inner.type2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
}
@media all and (max-width: 639px) {
  .btn04 .btn-inner {
    font-size: 1.2rem;
  }
}
.btn04.white a:hover {
  color: #007BBB;
  border: 0.9px solid #fff;
  box-shadow: #fff 0 80px 0px 2px inset;
}
.btn04 a {
  display: block;
  color: #fff;
  max-width: 280px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 12px 40px;
  border: 0.9px solid #fff;
  background-color: none;
  margin-left: auto;
  margin-right: auto;
}
.btn04 a:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.btn04 a:hover {
  color: #fff;
  border: 0.9px solid #007BBB;
  box-shadow: #007BBB 0 80px 0px 2px inset;
}
@media all and (max-width: 639px) {
  .btn04 a {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    max-width: 200px;
    font-size: 1.2rem;
  }
  .btn04 a:before {
    font-size: 1.3rem;
    transform: translateY(-2px);
  }
}

.btn05 {
  position: relative;
  color: #1c1c1c;
  padding: 10px 50px 10px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
@media all and (max-width: 639px) {
  .btn05 {
    padding: 10px 30px 10px 30px;
    max-width: 250px;
    width: 100%;
  }
}
.btn05:before, .btn05:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  /*線の形状*/
  background: #1c1c1c;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.btn05:after {
  width: 0;
  background-image: linear-gradient(-225deg, #d1ac81 0%, #d3c2ad 100%);
}
.btn05:hover:after {
  width: 100%;
}
.btn05:hover span:after {
  right: 15px;
}
.btn05 span:after {
  content: "";
  position: absolute;
  top: 1.3em;
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1c1c1c;
  border-right: 1px solid #1c1c1c;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.btn06 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: #23a7ff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.btn06:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background: inherit;
  animation: ripple 4s cubic-bezier(0.3, 0, 0.1, 1) infinite;
}
.btn06:hover {
  background-color: #007BBB;
}
.btn06:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  animation: ripple2 1s ease-in 0s forwards;
}

/* page-top
----------------------------------*/
@keyframes page-leadanime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* page-title
----------------------------------*/
.page-title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26538/footer.jpg) no-repeat 50% 50%/cover;
}
.page-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #604c3f;
  opacity: 0.05;
}
.page-title .inner {
  margin: 0 auto;
  padding: 200px 0 140px;
  max-width: 1200px;
  overflow: hidden;
}
.page-title .inner .page-lead {
  color: #fefefe;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  margin: 0 auto;
}
.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-shadow: 0px 0px 10px rgba(96, 76, 63, 0.2);
}
.page-title .inner .page-lead .ja {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(96, 76, 63, 0.2);
  font-size: 4.5rem;
}
@media all and (max-width: 639px) {
  .page-title .inner .page-lead {
    font-size: 1.4rem;
    transform: translateY(4px);
  }
  .page-title .inner .page-lead .eng {
    font-size: 2rem;
  }
}
@media all and (max-width: 896px) {
  .page-title .inner {
    width: 100%;
    padding: 100px 0;
  }
  .page-title .inner .page-lead .ja {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .page-title .inner {
    padding: 120px 0 60px;
  }
  .page-title .inner .page-lead .ja {
    font-size: 2rem;
  }
  .page-title .inner .page-lead .eng {
    font-size: 1.5rem;
  }
}

/* bg
----------------------------------*/
.bg-g {
  background-color: #f2f7f6;
}

.bg-oreflo {
  position: relative;
  background-color: #f2f7f6;
  z-index: 0;
}
.bg-oreflo::before, .bg-oreflo::after {
  position: absolute;
  content: "";
  right: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26538/right.png) repeat-y;
  width: 260px;
  height: 100%;
  z-index: 2;
  display: block;
  opacity: 0.5;
  top: 0;
  z-index: -1;
}
.bg-oreflo::after {
  transform: scaleX(-1);
  left: 0;
  top: 0;
}
@media all and (max-width: 639px) {
  .bg-oreflo::before, .bg-oreflo::after {
    width: 60px;
    background-size: contain;
    opacity: 0.3;
  }
}

.bg-nami {
  position: relative;
  background-color: #B7E3F5;
}
.bg-nami:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 80px;
  top: -76px;
  left: 0;
  background: url(../img/nami.png) repeat-x center bottom/80px;
}
.bg-nami:after {
  position: absolute;
  content: "";
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 80px;
  bottom: -76px;
  left: 0;
  z-index: 10;
  background: url(../img/nami.png) repeat-x center bottom/80px;
  transform: scale(-1, -1);
}
.bg-nami.type_top:after {
  display: none;
}
.bg-nami.type2 {
  background-color: #FCFAEC;
}
.bg-nami.type2:before {
  background: url(../img/nami2.png) repeat-x center bottom/80px;
}
.bg-nami.type2:after {
  background: url(../img/nami2.png) repeat-x center bottom/80px;
}
.bg-nami.type2.type_top:after {
  display: none;
}
@media all and (max-width: 639px) {
  .bg-nami:before {
    height: 35px;
    top: -34px;
  }
  .bg-nami:after {
    height: 35px;
    bottom: -34px;
  }
}

.bg-wave {
  position: relative;
  background-color: #0BB4D0;
}
.bg-wave::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 262px;
  left: 0;
  right: 0;
  top: -260px;
  background: url(../img/bg-wave.svg) no-repeat;
  background-size: cover;
}
.bg-wave::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 262px;
  left: 0;
  right: 0;
  bottom: -260px;
  background: url(../img/bg-wave.svg) no-repeat;
  background-size: cover;
  transform: scale(-1, -1);
}
@media all and (max-width: 896px) {
  .bg-wave::before {
    height: 152px;
    top: -150px;
  }
  .bg-wave::after {
    height: 152px;
    bottom: -150px;
  }
}
@media all and (max-width: 639px) {
  .bg-wave::before {
    height: 102px;
    top: -100px;
  }
  .bg-wave::after {
    height: 102px;
    bottom: -100px;
  }
}

.bg-01 {
  position: relative;
  overflow: hidden;
}
.bg-01:before {
  position: absolute;
  content: "";
  width: 105%;
  height: 105%;
  top: 0%;
  left: 0%;
  background: url(../img/bg01.jpg) no-repeat;
  background-size: cover;
  opacity: 0.5;
  filter: blur(10px);
  background-attachment: fixed;
}
@media all and (max-width: 639px) {
  .bg-01 {
    margin-top: 0px;
  }
  .bg-01:before {
    background-attachment: initial;
  }
}
.bg-01 .bg-01area {
  position: relative;
  z-index: 1;
}

.bg-02 {
  position: relative;
  background-color: #007BBB;
  margin: 0 auto 0;
}
.bg-02:before {
  position: absolute;
  content: "SERVICE";
  color: #007BBB;
  font-size: 20rem;
  top: -250px;
  left: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
@media all and (max-width: 1100px) {
  .bg-02:before {
    font-size: 12rem;
    top: -156px;
  }
}
@media all and (max-width: 639px) {
  .bg-02:before {
    font-size: 7rem;
    top: -102px;
  }
}

.bg-common {
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.bg-common .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 0;
}
@media all and (max-width: 896px) {
  .bg-common .inner {
    padding: 40px 0;
  }
  .bg-common.type-w {
    width: calc(100% - 20px);
    margin-bottom: 100px;
    background-color: white;
  }
}

.bg-base {
  position: relative;
}
.bg-base:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #007BBB;
}

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

.bg_w {
  background: transparent;
  position: relative;
}
.bg_w::after {
  position: absolute;
  content: "";
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26538/sandy.png) repeat 50%/200px;
  z-index: -1;
}
.bg_w.type-item::after {
  width: 60%;
  left: auto;
  right: 0;
  border-radius: 40px 0 0 40px;
  transform: translate(0, -50%);
}
.bg_w.bmchousei {
  margin-bottom: 60px;
}
.bg_w.opa::after {
  opacity: 0.8;
}
@media all and (max-width: 1100px) {
  .bg_w.type-item::after {
    right: -20px;
  }
}
@media all and (max-width: 896px) {
  .bg_w.bmchousei {
    margin-bottom: 40px;
  }
  .bg_w.type-item::after {
    width: 95%;
    right: -20px;
  }
}

.bg_w2 {
  position: relative;
  background: #fff;
}

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

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

.bg_nami {
  position: relative;
  margin: 80px 0 0;
}
.bg_nami::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 60px;
  top: -59px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: url(../img/nami2.svg) no-repeat center bottom;
  background-size: 100%;
}
.bg_nami::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 60px;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%) scale(1, -1);
  z-index: 10;
  background: url(../img/nami2.svg) no-repeat center bottom;
  background-size: 100%;
}
@media all and (max-width: 896px) {
  .bg_nami {
    margin: 0;
  }
}

.bg_nami2 {
  position: relative;
  margin: 80px 0;
}
.bg_nami2::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 60px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: url(../img/nami3.svg) no-repeat center bottom;
  background-size: 100%;
}
.bg_nami2::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 60px;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%) scale(1, -1);
  z-index: 10;
  background: url(../img/nami3.svg) no-repeat center bottom;
  background-size: 100%;
}
@media all and (max-width: 639px) {
  .bg_nami2 {
    margin: 40px 0;
  }
}

/* tbl
----------------------------------*/
.tbl {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}
.tbl.t-m50 {
  margin-top: 50px;
}
.tbl th,
.tbl td {
  padding: 10px 20px;
  font-size: 1.6rem;
  border-bottom: 2px solid #fff;
}
.tbl th {
  color: #fff;
  background: #B7E3F5;
  width: 25%;
  text-align: center;
}
.tbl th.type1 {
  width: 15%;
}
.tbl th.type2 {
  width: 20%;
}
.tbl th span {
  font-size: 1.6rem;
}
.tbl td {
  vertical-align: middle;
  background-color: #f4f4f4;
}
.tbl td.num {
  width: 10%;
  max-width: 200px;
}
.tbl td .red {
  color: #1c1c1c;
}
.tbl td .red span {
  background-color: #aa2e2e;
  color: #fff;
  padding: 2px 4px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  width: 25px;
  display: inline-block;
  line-height: 1;
}
.tbl td .blue {
  color: #1c1c1c;
}
.tbl td .blue span {
  background-color: #005A88;
  color: #fff;
  padding: 2px 4px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  width: 25px;
  line-height: 1;
  display: inline-block;
}
@media all and (max-width: 639px) {
  .tbl th {
    width: 25%;
    text-align: left;
    font-size: 1.2rem;
  }
  .tbl th,
  .tbl td {
    padding: 10px 8px;
    font-size: 1rem;
  }
  .tbl td.num {
    width: 20%;
    max-width: 200px;
    min-width: 40px;
  }
}

.tbl_new {
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 10px 10px;
  border-right: 1px solid #fff;
}
.tbl_new tr th {
  font-weight: 600;
  text-align: left;
  padding-left: 10px;
  letter-spacing: 0;
  background: #604c3f;
  color: white;
  text-align: center;
}
@media all and (max-width: 639px) {
  .tbl_new tr th {
    padding-left: 10px;
  }
}
.tbl_new tr td {
  background: #f0f0f0;
  border-bottom: 1px solid #fff;
}

.tbl_new2 {
  width: 100%;
}
.tbl_new2 tr th,
.tbl_new2 tr td {
  vertical-align: middle;
  padding: 15px 10px;
  border: 1px solid #d4d4d4;
}
.tbl_new2 tr th {
  background-color: #f9f8f4;
  color: #1c1c1c;
  padding: 10px 4px;
}
.tbl_new2 tr th.w30 {
  width: 30%;
}
@media all and (max-width: 639px) {
  .tbl_new2 tr th {
    font-size: 1rem;
    text-align: left;
  }
}
@media all and (max-width: 639px) {
  .tbl_new2 tr td {
    font-size: 1rem;
  }
}

.tbl_new3 {
  width: 100%;
}
.tbl_new3 tr:nth-of-type(even) {
  background: #f3f3f3;
}
.tbl_new3 th,
.tbl_new3 td {
  padding: 15px 15px;
  vertical-align: middle;
}
.tbl_new3 th {
  width: 45%;
  color: #1c1c1c;
}
.tbl_new3 th {
  text-align: left;
}
.tbl_new3 td {
  text-align: right;
}

.tbl-txt {
  margin-bottom: 40px;
  padding: 20px 15px;
  border-bottom: 2px solid #ececec;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
  background-color: #fff;
}
.tbl-txt span {
  font-size: 2rem;
}

.tbl-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.tbl-box .t-right {
  text-align: right;
}
.tbl-box th,
.tbl-box td {
  padding: 10px 15px;
  border-bottom: 2px solid #ececec;
  vertical-align: middle;
  background-color: #fff;
}
.tbl-box th.type1,
.tbl-box td.type1 {
  width: 190px;
}
@media all and (max-width: 639px) {
  .tbl-box th.type1,
  .tbl-box td.type1 {
    width: 150px;
  }
}
.tbl-box th.b-no,
.tbl-box td.b-no {
  padding-bottom: 0;
  border-bottom: none;
}
.tbl-box th.tm-no,
.tbl-box td.tm-no {
  padding-top: 0;
}
@media all and (max-width: 639px) {
  .tbl-box th,
  .tbl-box td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.tbl-box th {
  width: 25%;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 123, 187, 0.7);
  border-bottom-color: #fff;
  border-right: 1px solid #fff;
  font-size: 1.6rem;
}
.tbl-box th.th-1 {
  width: 45%;
}
.tbl-box th.maintitle {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}
.tbl-box th.maintitle .sub {
  font-size: 1.2rem;
}
@media all and (max-width: 639px) {
  .tbl-box th {
    font-size: 1rem;
  }
  .tbl-box th.maintitle {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
  }
  .tbl-box th.maintitle .sub {
    font-size: 1rem;
  }
  .tbl-box th.box1 {
    width: 30%;
    min-width: 160px;
  }
}
.tbl-box td {
  text-align: center;
  border-right: 1px solid #ececec;
}
@media all and (max-width: 639px) {
  .tbl-box td.box2 {
    width: 20%;
  }
}

.tbl-border {
  width: 100%;
}
.tbl-border th,
.tbl-border td {
  padding: 15px;
  border-bottom: 2px solid #ececec;
  vertical-align: middle;
}
.tbl-border th.type1,
.tbl-border td.type1 {
  width: 190px;
}
@media all and (max-width: 639px) {
  .tbl-border th.type1,
  .tbl-border td.type1 {
    width: 20%;
  }
}
.tbl-border th.b-no,
.tbl-border td.b-no {
  padding-bottom: 0;
  border-bottom: none;
}
.tbl-border th.tm-no,
.tbl-border td.tm-no {
  padding-top: 0;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.tbl-border th {
  width: 28%;
  text-align: left;
  font-weight: 600;
  border-bottom-color: #007BBB;
}
.tbl-border th.th-1 {
  width: 45%;
}
.tbl-border2 {
  width: 100%;
}
.tbl-border2 .t-right {
  text-align: right;
}
.tbl-border2 th,
.tbl-border2 td {
  padding: 10px 15px;
  border-bottom: 2px solid #ececec;
  vertical-align: middle;
  width: 25%;
}
.tbl-border2 th p,
.tbl-border2 td p {
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: bold;
}
.tbl-border2 th.type1,
.tbl-border2 td.type1 {
  width: 190px;
}
@media all and (max-width: 639px) {
  .tbl-border2 th.type1,
  .tbl-border2 td.type1 {
    width: 150px;
  }
}
.tbl-border2 th.b-no,
.tbl-border2 td.b-no {
  padding-bottom: 0;
  border-bottom: none;
}
.tbl-border2 th.tm-no,
.tbl-border2 td.tm-no {
  padding-top: 0;
}
@media all and (max-width: 639px) {
  .tbl-border2 th,
  .tbl-border2 td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.tbl-border2 th {
  width: 28%;
  text-align: center;
  font-weight: 800;
  border-bottom-color: #007BBB;
  color: #fff;
  background-color: #007BBB;
}
.tbl-border2 th.th-1 {
  width: 45%;
}
@media all and (max-width: 639px) {
  .tbl-border2 th,
  .tbl-border2 td {
    padding: 10px 15px;
    border-bottom: 2px solid #ececec;
    vertical-align: middle;
    width: 50%;
  }
}

/* ggmap
----------------------------------*/
.gmapbox {
  padding: 100px;
  background-color: rgba(183, 227, 245, 0.1);
}
@media all and (max-width: 639px) {
  .gmapbox {
    padding: 20px;
  }
}

.gmapbox2 {
  padding: 20px;
  border: 2px solid #ddd;
  margin-top: 20px;
  background-color: #fff;
}
@media all and (max-width: 639px) {
  .gmapbox2 {
    padding: 20px;
    margin-top: -2px;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 639px) {
  .ggmap .ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden;
  }
}

.ggmap-min {
  position: relative;
  height: 100%;
}
@media all and (max-width: 1100px) {
  .ggmap-min {
    height: 200px;
  }
}
.ggmap-min iframe,
.ggmap-min object,
.ggmap-min embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.g-ttl {
  background-color: #007BBB;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.8rem;
}
@media all and (max-width: 639px) {
  .g-ttl {
    font-size: 1.3rem;
  }
}

.g-txt {
  margin-bottom: 20px;
}
@media all and (max-width: 639px) {
  .g-txt {
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

/* Gallery-list
----------------------------------*/
.gallerarea {
  max-width: 1500px;
  margin: 0 auto 30px;
  padding: 40px;
  background-color: #fff;
}
@media all and (max-width: 639px) {
  .gallerarea {
    padding: 40px 20px;
  }
}

.gallery-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.gallery-list li {
  width: 22%;
  margin: 0 1% 20px;
  border: 1px solid #363636;
  padding: 10px;
  background-color: #fff;
}
.gallery-list li img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-list li .txt {
  margin-top: 10px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
@media all and (max-width: 639px) {
  .gallery-list li {
    width: 98%;
    margin-bottom: 10px;
  }
  .gallery-list li img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-list li .txt {
    font-size: 1.5rem;
  }
}

/* blog
----------------------------------*/
#top-blog .pages {
  display: none;
}
#top-blog .blog-img {
  height: 200px;
}
@media all and (max-width: 1100px) {
  #top-blog .blog-img {
    height: 160px;
  }
}
@media all and (max-width: 896px) {
  #top-blog .blog-img {
    height: 130px;
  }
}

.blog-wrap {
  display: flex;
  flex-wrap: wrap;
  background: #fefefe;
  border-radius: 30px;
  padding: 20px;
  gap: 2%;
}
@media all and (max-width: 639px) {
  .blog-wrap {
    border-radius: 10px;
  }
}
.blog-wrap * {
  transition: 0.3s;
}
.blog-wrap > li {
  width: 31%;
  background: #fefefe;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-wrap > li > a {
  width: 100%;
  height: 100%;
  z-index: 10;
}
.blog-wrap > li > a:hover ~ .blog-img img {
  opacity: 1;
  transform: scale(1.2);
}
.blog-wrap > li > a:hover .blog-img {
  border-radius: 40px;
}
@media all and (max-width: 896px) {
  .blog-wrap > li {
    width: 48%;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap > li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    border-radius: 5px;
  }
  .blog-wrap > li:not(:last-child) {
    margin: 0 auto 20px;
  }
  .blog-wrap > li .blog-detail {
    width: 100%;
    padding: 10px 10px 10px 20px;
  }
}

.blog-month > ul > li a {
  background: #B7E3F5;
  color: white;
  text-align: center;
  display: block;
  width: 100%;
  padding: 5px;
  border-radius: 10px;
  font-weight: bold;
}
.blog-month > ul > li a:hover {
  opacity: 0.6;
}

.blog-img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .blog-img {
    height: 180px;
  }
}
.blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-img:hover img {
  opacity: 1 !important;
  transform: scale(1.2);
}

.blog-detail {
  padding: 15px;
}

.blog-date {
  color: #604c3f;
  text-align: center;
  display: inline-block;
  color: #B7E3F5;
  border: 1px solid #B7E3F5;
  border-radius: 30px;
  padding: 1px 10px;
  font-size: 1.4rem;
}
@media all and (max-width: 639px) {
  .blog-date {
    font-size: 1.15rem;
  }
}

.blog-date2 {
  color: #604c3f;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 2px;
  color: #007BBB;
}
@media all and (max-width: 639px) {
  .blog-date2 {
    font-size: 1.1rem;
  }
}

.blog-title {
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
  color: #604c3f;
}
@media all and (max-width: 639px) {
  .blog-title {
    margin-top: 5px;
  }
}

.blog-txt {
  line-height: 1.5;
  color: #007BBB;
  padding: 10px;
}
@media all and (max-width: 639px) {
  .blog-txt {
    font-size: 12px;
  }
}

.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: #604c3f;
  padding: 4px 5px;
  font-size: 13px;
}

.blog_topics {
  width: 100%;
}
.blog_topics li a {
  display: block;
  color: #604c3f;
  padding: 15px;
  transition: 0.3s ease-in all;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.blog_topics li a:hover {
  background-color: rgba(246, 235, 211, 0.5);
}
.blog_topics li a .topics_detail {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}
.blog_topics li a .topics_detail .imgbox {
  overflow: hidden;
  width: 25%;
  height: 140px;
  border-radius: 5px;
}
.blog_topics li a .topics_detail .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in all;
}
.blog_topics li a .topics_detail .textbox {
  width: 75%;
  padding-left: 20px;
  line-height: 1.5;
}
.blog_topics li a .topics_detail .textbox h3 {
  margin: 5px 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.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.blog_topics li a .time_date {
  display: inline-block;
  font-size: 1.4rem;
  color: #604c3f;
}
.blog_topics li a .time_date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 3px;
}
@media all and (max-width: 896px) {
  .blog_topics li a .topics_detail .imgbox {
    height: 120px;
  }
}
@media all and (max-width: 639px) {
  .blog_topics li a {
    padding: 10px 5px;
  }
  .blog_topics li a .topics_detail .imgbox {
    width: 30%;
    height: 90px;
  }
  .blog_topics li a .topics_detail .textbox {
    width: 70%;
    padding-left: 10px;
    line-height: 1.5;
  }
  .blog_topics li a .topics_detail .textbox p {
    font-size: 1rem;
  }
  .blog_topics li a .time_date {
    font-size: 1.15rem;
  }
}

.category_nav {
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
}
.category_nav li {
  box-sizing: border-box;
}
.category_nav li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.category_nav li a {
  text-align: center;
  display: block;
  padding: 8px;
  background: transparent;
  color: #fff;
  background: #f3e5c6;
  background: #B7E3F5;
}
.category_nav li a:hover {
  opacity: 0.6;
}
@media all and (max-width: 896px) {
  .category_nav {
    max-width: 200px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 1200px;
  margin: 10px 20px;
  font-size: 1.2rem;
  text-align: left;
}
.breadcrumb li {
  display: inline;
  color: #B7E3F5;
}
.breadcrumb li a {
  color: #B7E3F5;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 10px;
    width: 90%;
  }
}

/* form
----------------------------------*/
.yoyaku-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: #E74C3C;
  border-radius: 5px;
  color: #fff;
}
.yoyaku-box.type1 {
  max-width: 500px;
  margin: 0 auto;
}
.yoyaku-box.type1 .icon {
  width: 88px;
}
.yoyaku-box.type1 .txt {
  font-size: 1.1em;
}
.yoyaku-box.type1 .txt .eng {
  font-size: 1.4em;
}
.yoyaku-box .icon {
  width: 70px;
}
.yoyaku-box .txt {
  margin-left: 16px;
  padding-left: 20px;
  border-left: 1px dashed #80d8a5;
  font-weight: 600;
  font-size: inherit;
}
.yoyaku-box .txt .eng {
  display: block;
  font-size: 1.4em;
  line-height: 1.3;
}
.yoyaku-box:hover {
  background-color: #fff;
  color: #E74C3C;
}
.yoyaku-box:hover .icon {
  width: 70px;
  color: #E74C3C;
}
@media all and (max-width: 1100px) {
  .yoyaku-box.type1 {
    max-width: 350px;
    margin: 0 auto;
  }
  .yoyaku-box.type1 .icon {
    width: 58px;
  }
  .yoyaku-box.type1 .txt {
    font-size: inherit;
  }
  .yoyaku-box .icon {
    width: 40px;
  }
  .yoyaku-box .txt {
    font-size: 1em;
  }
  .yoyaku-box .txt .eng {
    font-size: 1.5em;
  }
}
@media all and (max-width: 639px) {
  .yoyaku-box.type1 {
    max-width: 300px;
  }
  .yoyaku-box.type1 .icon {
    width: 38px;
  }
  .yoyaku-box.type1 .txt {
    font-size: 1em;
  }
  .yoyaku-box.type1 .txt .eng {
    font-size: 1.5em;
  }
  .yoyaku-box .icon {
    width: 30px;
  }
  .yoyaku-box .txt {
    font-size: 1em;
  }
  .yoyaku-box .txt .eng {
    font-size: 1.5em;
  }
}

.article-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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 {
    justify-content: center;
  }
  .article-box .left {
    width: 90%;
    margin: 0 auto 30px;
  }
  .article-box .right {
    width: 90%;
  }
}

.telbnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px auto 80px;
}
@media all and (max-width: 639px) {
  .telbnr {
    margin: 60px auto 60px;
  }
}
@media all and (max-width: 639px) {
  .telbnr {
    margin: 40px auto 40px;
  }
}
.telbnr li {
  max-width: 90%;
  border: 3px solid #B7E3F5;
  padding: 10px 25px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}
@media all and (max-width: 639px) {
  .telbnr li {
    padding: 10px 10px;
  }
}
.telbnr li a {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  color: #B7E3F5;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.telbnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.telbnr li a:hover {
  color: #B7E3F5;
}
@media all and (max-width: 639px) {
  .telbnr {
    max-width: 100%;
  }
  .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: -25px;
}
.telbnr-ttl span {
  background: #B7E3F5;
  padding: 0 10px;
  color: #fff;
}
@media all and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 639px) {
  .form-pattern-1 {
    padding: 5px !important;
  }
}

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

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

@media all and (max-width: 639px) {
  .icon_img img {
    width: 40%;
  }
}

.ttl_icon {
  float: left;
}
.ttl_icon img {
  width: 50px;
}

.img_100 img {
  height: 700px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 70%;
     object-position: center 70%;
}
@media all and (max-width: 1100px) {
  .img_100 img {
    height: 450px;
  }
}
@media all and (max-width: 896px) {
  .img_100 img {
    height: 400px;
  }
}
@media all and (max-width: 639px) {
  .img_100 img {
    height: 300px;
  }
}

.thanks {
  padding: 40px;
  border: 3px solid #007BBB;
  background-color: #fff;
  margin: 0 auto;
  max-width: 700px;
}
.thanks .btn04 {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 639px) {
  .thanks {
    max-width: 100%;
    padding: 30px 20px;
  }
  .thanks p.t-m50 {
    margin-top: 0;
  }
  .thanks p.b-m50 {
    margin-bottom: 20px;
  }
  .thanks p.tcenter.sp-left {
    text-align: left;
  }
}

.al_center {
  align-items: center;
}

.ttl_img {
  margin-bottom: 20px;
}
.ttl_img.center {
  text-align: center;
}
.ttl_img.middle {
  margin-bottom: 40px;
}
@media all and (max-width: 639px) {
  .ttl_img img {
    height: 85px;
  }
  .ttl_img.type2 img {
    height: 80px;
  }
}

.img-wk {
  position: relative;
}
.img-wk::before {
  position: absolute;
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  z-index: 2;
}
.img-wk.br20 {
  border-radius: 20px;
}

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

.mtitle_small {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #604c3f;
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #007BBB;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media all and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.mtitle_small2 {
  position: relative;
  font-size: 1.6rem;
  color: #E74C3C;
  font-weight: 600;
  padding: 10px 10px 10px 15px;
}
.mtitle_small2:before {
  content: "";
  background-color: #fff;
  width: 3px;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 0;
}
.mtitle_small2:after {
  content: "";
  background-color: #B7E3F5;
  width: 3px;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 2px;
}

.mtitle_small3 {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-bottom: 1px solid #363636;
  border-top: 1px solid #363636;
  color: #363636;
  font-weight: 600;
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
}

/* news
----------------------------------*/
.news .news-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 6px;
  border-top: 1px solid #ccc;
}
.news .news-inner:last-of-type {
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 639px) {
  .news .news-inner {
    padding: 12px 4px;
  }
}
.news dt {
  font-weight: 600;
  width: 7.5em;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  color: #B7E3F5;
}
@media all and (max-width: 639px) {
  .news dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.news dd a {
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #604c3f;
}
.news dd a:hover {
  opacity: 0.7;
}
.news .blog-cat {
  display: inline-block;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  background: #B7E3F5;
  color: #fff;
  padding: 6px 10px;
  margin-right: 15px;
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  min-width: 100px;
}
@media all and (max-width: 639px) {
  .news .blog-cat {
    font-size: 1rem;
  }
}
.news.cat2 .blog-cat {
  background-color: #ececec;
}
.news.cat3 .blog-cat {
  background-color: #005A88;
}

.news-bl dt {
  float: left;
  width: 8em;
  padding: 5px 5px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  font-size: 0.9em;
  background: rgba(28, 28, 28, 0.7);
  color: #fefefe;
  border-radius: 20px;
}
.news-bl dd {
  padding: 3px 0 10px 9.5em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
}
.news-bl dd a {
  color: #005988;
  font-weight: 700;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 5px;
  }
}

.txt-dot {
  border-bottom: 3px dotted #007BBB;
  padding-bottom: 5px;
}

.border-line {
  display: block;
  width: 100%;
  margin: 60px auto;
  height: 4px;
  background-image: linear-gradient(to right, #f5adc5, #fff0d2, #b9d6c3);
  border-radius: 8px;
}
.border-line.type-img01 {
  background: url(../img/line-img01.svg);
  height: 12px;
}
@media all and (max-width: 639px) {
  .border-line {
    margin: 40px auto;
  }
}

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

.img-h400 {
  height: 400px;
}
.img-h400 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 639px) {
  .img-h400 {
    height: 250px;
  }
}

.op-top {
  -o-object-position: top;
     object-position: top;
}

.img-mchouosei {
  margin: 40px 0;
}
@media all and (max-width: 639px) {
  .img-mchouosei {
    margin: 20px 0;
  }
}

/* gallery(photobox)
----------------------------------*/
.gallery_ul {
  display: flex;
  justify-content: start;
  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;
  color: #604c3f;
}
@media all and (max-width: 639px) {
  .comment {
    font-size: 12px;
  }
}

/*アンカーリンク*/
.anchor-link {
  margin: 100px auto 0;
}
.anchor-link .anchorbox {
  margin: 0 20px;
  width: 380px;
}
@media all and (max-width: 639px) {
  .anchor-link .anchorbox {
    width: 100%;
    margin: 0 auto;
  }
}
.anchor-link .anchorbox a {
  display: block;
}
.anchor-link .anchorbox a:hover {
  opacity: 0.7;
  filter: brightness(0.85) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}

/* top box
----------------------------------*/
.top-common {
  margin: 0 auto;
  position: relative;
}
.top-common.type-blue {
  margin-bottom: 0;
}
.top-common .inner {
  padding: 100px 40px 100px;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.top-common .mincho {
  font-weight: bold;
  font-size: 2rem;
}
@media all and (max-width: 639px) {
  .top-common .inner {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .top-common .mincho {
    font-size: 1.6rem;
  }
  .top-common.type-page .inner {
    width: 100%;
  }
}

.footer_contact {
  padding: 80px 0 0;
  max-width: 95%;
  margin: 0 auto -200px;
  position: relative;
  z-index: 100;
}
.footer_contact .inner {
  padding: 50px 100px 60px 55%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 100px;
  position: relative;
}
.footer_contact .inner .img_area {
  position: absolute;
  width: 50%;
  height: auto;
  left: 0;
  top: -50px;
  bottom: 0;
  margin: auto;
}
.footer_contact .inner .img_area img {
  display: block;
  width: 100%;
  border-radius: 120px;
  box-sizing: border-box;
  border: 14px solid #ffffff;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_contact .inner .img_area .img1 {
  height: 400px;
}
.footer_contact .inner .img_area .img2 {
  display: block;
  position: absolute;
  right: -50px;
  bottom: -45px;
  z-index: 10;
  border: 10px solid #ffffff;
  border-radius: 60px;
  width: 310px;
}
.footer_contact .inner .txt_area .txtbox .txt-detail {
  margin: 40px auto 20px;
  font-weight: bold;
}
.footer_contact .inner .txt_area .txtbox .txt-tel .main {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  border-bottom: none;
}
.footer_contact .inner .txt_area .txtbox .txt-tel .main a {
  color: #fff;
  background: #007BBB;
  padding: 15px 30px;
  border-radius: 30px;
  transition: all 0.5s ease;
  position: relative;
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.footer_contact .inner .txt_area .txtbox .txt-tel .main a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border-radius: 70px;
  border: 2px dotted #fff;
  border-radius: 30px;
}
.footer_contact .inner .txt_area .txtbox .txt-tel .main a span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
}
.footer_contact .inner .txt_area .txtbox .txt-sub .sub {
  font-size: 2rem;
}
.footer_contact .inner .txt_area .txtbox .txt-sub .main {
  margin-left: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  pointer-events: none;
}
@media all and (max-width: 1100px) {
  .footer_contact {
    max-width: 90%;
  }
  .footer_contact .inner {
    padding: 0 0 40px;
  }
  .footer_contact .inner .img_area {
    width: 90%;
    left: 50%;
    position: initial;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
  }
  .footer_contact .inner .img_area .img1 {
    width: 100%;
    height: 350px;
  }
  .footer_contact .inner .img_area .img2 {
    width: 40%;
    height: 200px;
    top: 180px;
    right: 25px;
  }
  .footer_contact .inner .txt_area .txtbox .txt-detail {
    margin: 0px auto 20px;
  }
}
@media all and (max-width: 896px) {
  .footer_contact {
    padding: 0;
  }
  .footer_contact .inner .img_area .img1 {
    height: 300px;
  }
  .footer_contact .inner .img_area .img2 {
    height: 150px;
  }
  .footer_contact .inner .img_area img {
    border-radius: 80px;
  }
}
@media all and (max-width: 639px) {
  .footer_contact .inner {
    border-radius: 60px;
  }
  .footer_contact .inner .img_area .img1 {
    height: 200px;
    border-radius: 60px;
  }
  .footer_contact .inner .img_area .img2 {
    height: 100px;
    width: 45%;
    top: 120px;
    border-radius: 60px;
  }
  .footer_contact .inner .txt_area .txtbox .txt-tel .main {
    font-size: 1.7rem;
  }
}

.footer_bg {
  height: 600px;
  position: relative;
}
.footer_bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: url(../img/footer.jpg) no-repeat;
  background-size: cover;
  z-index: -2;
  background-position: 50% 85%;
  opacity: 0.8;
}
@media all and (max-width: 1100px) {
  .footer_bg {
    height: 450px;
  }
}
@media all and (max-width: 896px) {
  .footer_bg {
    height: 350px;
  }
}

.top-main-box.t-m200 {
  margin-top: 200px;
}
.top-main-box .inner {
  padding: 0;
  position: relative;
}
.top-main-box .maintxt {
  position: relative;
  padding: 80px 0 60px;
  z-index: 1;
}
.top-main-box .maintxt:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  top: 0%;
  left: 0;
  background: url(../img/top-bg1.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}
.top-main-box .maintxt .title {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: bold;
  margin: 40px auto 0;
}
.top-main-box .maintxt-inner {
  max-width: 680px;
  margin: 0 50px 0 auto;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.8);
}
.top-main-box .photo-bg {
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  margin: 0px auto 0px;
}
@media all and (max-width: 1100px) {
  .top-main-box .maintxt {
    position: relative;
    padding: 80px 0 60px;
    z-index: 1;
  }
  .top-main-box .maintxt:before {
    width: 90%;
  }
  .top-main-box .bg-txt {
    right: 7%;
  }
}
@media all and (max-width: 896px) {
  .top-main-box .inner {
    width: 100%;
  }
  .top-main-box .maintxt {
    padding: 80px 20px 80px;
  }
  .top-main-box .maintxt .title {
    font-size: 1.42rem;
  }
  .top-main-box .maintxt .title .type1 {
    width: 80%;
    margin: 0 auto;
  }
}
@media all and (max-width: 639px) {
  .top-main-box .inner {
    width: 100%;
  }
  .top-main-box .maintxt {
    padding: 20px 30px 40px;
  }
  .top-main-box .maintxt .title {
    margin-top: 30px;
    text-align: left;
    font-size: 1.2rem;
  }
  .top-main-box .maintxt:before {
    width: 96%;
  }
  .top-main-box .bg-txt {
    top: 0px;
    right: -2%;
    font-size: 2rem;
  }
  .top-main-box .maintxt-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.top_slide_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 750px;
  overflow: hidden;
  align-items: center;
  position: relative;
}
.top_slide_box::before {
  content: "";
  position: absolute;
  left: 23%;
  bottom: 2%;
  width: 180px;
  height: 180px;
  background: url(../img/illust01.png) no-repeat center/contain;
  z-index: 100;
  transform-origin: center bottom;
  animation: yurayura 5s linear infinite;
}
.top_slide_box::after {
  content: "";
  position: absolute;
  right: 23%;
  bottom: 2%;
  width: 180px;
  height: 180px;
  background: url(../img/illust02.png) no-repeat center/contain;
  z-index: 100;
  transform-origin: center bottom;
  animation: yurayura2 5s linear infinite;
}
.top_slide_box > div {
  width: 33%;
  height: 100%;
}
.top_slide_box .center_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1100px) {
  .top_slide_box {
    height: auto;
  }
  .top_slide_box::before {
    left: 2%;
    width: 120px;
    height: 120px;
  }
  .top_slide_box::after {
    right: 2%;
    width: 120px;
    height: 120px;
  }
  .top_slide_box > div {
    width: 100%;
  }
  .top_slide_box .center_txt {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 639px) {
  .top_slide_box::before {
    width: 90px;
    height: 90px;
    bottom: -1%;
  }
  .top_slide_box::after {
    width: 90px;
    height: 90px;
    bottom: -1%;
  }
}

.greet_box {
  position: relative;
  max-width: 90%;
  margin: 40px auto 0;
}
.greet_box.type2 {
  padding: 80px;
  background-color: #fff;
  border-radius: 30px;
}
.greet_box:before {
  position: absolute;
  content: "";
  right: 50px;
  bottom: 50px;
  width: 40%;
  height: 100%;
  background: url(../img/bus01.png) no-repeat right bottom/contain;
}
.greet_box.store:before {
  background: url(../img/map.png) no-repeat right bottom/contain;
}
@media all and (max-width: 896px) {
  .greet_box {
    padding-bottom: 260px;
    max-width: 100%;
  }
  .greet_box:before {
    width: 100%;
    background-position: center bottom;
    height: 200px;
    bottom: 40px;
  }
  .greet_box.type2:before {
    height: 65%;
    bottom: 90px;
    opacity: 0.7;
  }
}
@media all and (max-width: 639px) {
  .greet_box.type2 {
    padding: 30px;
  }
  .greet_box.type2::before {
    height: 40%;
  }
}

.greet_box_inner {
  max-width: 55%;
}
@media all and (max-width: 896px) {
  .greet_box_inner {
    max-width: 100%;
    margin: 0 auto;
  }
}

.greet_box-list {
  display: flex;
  justify-content: space-between;
}
.greet_box-list li {
  width: 31%;
}

.top-greet-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.top-greet-box .inner {
  padding: 80px 0;
  position: relative;
}
.top-greet-box .child {
  width: 48%;
}
.top-greet-box .child.image {
  height: 580px;
}
.top-greet-box .child.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-greet-box .child-txt {
  width: 48%;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
@media all and (max-width: 896px) {
  .top-greet-box .child {
    width: 98%;
  }
  .top-greet-box .child.image {
    height: 320px;
    margin-bottom: 20px;
  }
  .top-greet-box .child-txt {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .top-greet-box .child-txt .detail {
    max-width: 95%;
    margin: 0 auto;
  }
}

.top-messe-box {
  position: relative;
  margin: 30px auto 0;
}
.top-messe-box.type-contact {
  margin-top: 0px;
}
.top-messe-box.type-contact .mainarea {
  padding: 0 0px;
}
.top-messe-box .inner {
  padding-bottom: 0;
}
.top-messe-box .mainarea {
  padding: 0;
}
@media all and (max-width: 896px) {
  .top-messe-box:before {
    height: 40%;
  }
  .top-messe-box .mainarea {
    padding: 0px;
  }
}
@media all and (max-width: 639px) {
  .top-messe-box .inner {
    width: 100%;
  }
  .top-messe-box:before {
    height: 40%;
  }
  .top-messe-box.type-contact .inner {
    padding: 20px 0;
  }
  .top-messe-box.type-contact .mbox {
    margin-left: auto;
    margin-right: auto;
    max-width: 96%;
  }
}

.top-point-box {
  position: relative;
}
.top-point-box:before {
  position: absolute;
  content: "";
  background: url(../img/bg-02.jpg) repeat;
  background-size: 1000px 700px;
  top: 0%;
  left: 0;
  width: 100%;
  height: 120%;
}
.top-point-box.type-page:before {
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-point-box .inner {
  padding: 100px 40px 100px;
}
@media all and (max-width: 639px) {
  .top-point-box.main .inner {
    width: 100%;
  }
  .top-point-box .inner {
    padding: 0 0px 50px;
  }
}

.menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
  max-width: 95%;
  margin: 0 auto;
}
.menu_list > li {
  width: 45%;
  position: relative;
}
.menu_list > li a {
  display: block;
  position: relative;
}
.menu_list > li a:hover .menu_img img {
  transform: scale(1.1);
}
.menu_list > li .menu_ttl {
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 1.3;
}
.menu_list > li .menu_ttl span {
  color: #fff;
  font-weight: bold;
}
.menu_list > li .menu_ttl .eng {
  display: block;
}
.menu_list > li .menu_ttl .ja {
  font-size: 3rem;
}
.menu_list > li .menu_img {
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 60px;
}
.menu_list > li .menu_img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 60px;
  transition: all 0.5s ease;
}
.menu_list > li .menu_btn {
  z-index: 2;
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.menu_list > li .menu_btn p {
  display: block;
  border-radius: 50%;
}
.menu_list > li .menu_btn p span {
  width: 120px;
  height: 120px;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-color: #B7E3F5;
  border: 3px solid white;
  box-sizing: border-box;
  position: relative;
  transition: all 250ms ease;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.menu_list > li .menu_btn p span::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  border: 3px dotted #fff;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.menu_list > li .menu_btn p span:after {
  content: "";
  width: 150px;
  height: 150px;
  display: block;
  background-image: url(../img/illust03.png);
  background-size: 100% auto;
  position: absolute;
  left: -40px;
  bottom: -80px;
  z-index: 2;
  transform-origin: left bottom;
  transform: rotate3d(0, 0, -1, 90deg);
  transition: all 250ms ease;
}
.menu_list > li .menu_btn p span:hover::after {
  transform: rotate3d(0, 0, -1, 0);
}
@media all and (max-width: 639px) {
  .menu_list > li {
    width: 100%;
  }
  .menu_list > li .menu_ttl .ja {
    font-size: 2rem;
  }
  .menu_list > li .menu_img img {
    height: 200px;
  }
}

/*flow__list
----------------------------------*/
.flow__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0;
  justify-content: center;
}
.flow__list li {
  width: 46%;
  margin: 0 2% 3% 0;
  padding: 20px;
  position: relative;
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  border-radius: 20px;
}
.flow__list li:last-child {
  margin-right: 0;
}
.flow__list li:last-child:before {
  display: none;
}
.flow__list li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 46%;
  right: -16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #007BBB;
}
@media all and (max-width: 896px) {
  .flow__list li:before {
    right: -12px;
  }
}
.flow__list .list__title {
  text-align: center;
  margin-bottom: 10px;
}
.flow__list .list__title span {
  font-size: 2rem;
  color: #B7E3F5;
}
.flow__list .btn {
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .flow__list {
    margin: 30px auto 0;
  }
  .flow__list li {
    width: 90%;
    margin: 0 auto 25px;
    padding: 15px;
  }
  .flow__list li:last-child {
    margin: 0 auto 0;
  }
  .flow__list li:before {
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
    border-bottom: none;
    border-top: 14px solid #B7E3F5;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .flow__list .list__title {
    margin-bottom: 5px;
  }
  .flow__list .list__title span {
    font-size: 1.4rem;
  }
  .flow__list .list__txt {
    font-size: 12px;
  }
}

/*flow*/
.flow {
  padding-left: 80px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #efefef;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 80px;
}
.flow > li {
  position: relative;
  list-style: none !important;
}
.flow > li:not(:last-child) {
  margin-bottom: 5vh;
}
.flow > li .icon {
  font-size: 15px;
  color: #007BBB;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: -3px;
  left: -110px;
  z-index: 2;
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before, .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #007BBB;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 1vh;
}

@media all and (max-width: 639px) {
  .flow > li .icon {
    top: -3px;
    left: -95px;
    padding: 8px 12px;
  }
  .flow > li dl {
    padding-left: 25px;
  }
  .flow > li dl:after {
    width: 0;
    display: none;
  }
  .flow > li dl dt {
    font-size: 1.6rem;
  }
  .flow > li dl dd p {
    font-size: 0.9em;
  }
  .flow > li dl dd a {
    font-size: 1.5rem !important;
  }
}
/*listFlow*/
.listFlow li {
  margin-bottom: 9px;
  padding-bottom: 9px;
  background: rgba(0, 0, 0, 0) url("../img/bg_listflow.png") 42px 100% no-repeat;
}
.listFlow li.lastItem {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
.listFlow dl {
  display: table;
  width: 100%;
}
.listFlow dl dt {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 10px 0 0 10px;
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #004098;
  width: 100px;
  background: #004098;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}
.listFlow dl dt .num {
  display: block;
  font-size: 3.2rem;
}
.listFlow dl dd {
  border-radius: 0 10px 10px 0;
  display: table-cell;
  padding: 25px;
  vertical-align: middle;
  background-color: #fefefe;
  border: 1px solid #e4e4e4;
}
@media all and (max-width: 896px) {
  .listFlow dl dd {
    padding: 20px;
  }
}
@media all and (max-width: 639px) {
  .listFlow li {
    background: rgba(0, 0, 0, 0) url("../img/bg_listflow.png") 25px 100% no-repeat !important;
  }
  .listFlow dl dt {
    width: 60px !important;
    font-size: 1.2rem !important;
  }
  .listFlow dl dt .num {
    font-size: 2.4rem !important;
  }
  .listFlow dl dd {
    padding: 15px;
  }
}

/* other page box
----------------------------------*/
@media all and (max-width: 896px) {
  .price-list-box .list3 {
    flex-direction: column;
  }
  .price-list-box .list3 .child {
    width: 100%;
  }
}

.about-box .about-img {
  margin-bottom: 40px;
}
.about-box .about-img img {
  width: 700px;
}
.about-box .bg-white.bchousei {
  margin-bottom: 40px;
}
.about-box .ggmap {
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 30%;
}
@media all and (max-width: 639px) {
  .about-box .ggmap {
    padding-bottom: 70%;
  }
}

/* box 
----------------------------------*/
.columnbox {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}
.columnbox .box-photo {
  width: 30%;
}
.columnbox .box-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.columnbox .box-txtarea {
  width: 60%;
  padding: 50px 0 50px 50px;
}
.columnbox .box-title {
  font-weight: bold;
  font-size: 3rem;
}
.columnbox.type-brand {
  width: 90%;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding: 30px 0;
}
.columnbox.type-brand.box-photo {
  width: 40%;
}
.columnbox.type-brand .box-txtarea {
  width: 55%;
}
@media all and (max-width: 1100px) {
  .columnbox.type-brand {
    width: 100%;
  }
  .columnbox.type-brand .box-photo {
    width: 40%;
  }
}
@media all and (max-width: 896px) {
  .columnbox.type-brand {
    flex-direction: column;
  }
  .columnbox.type-brand .box-photo {
    width: 65%;
  }
}
@media all and (max-width: 896px) and (max-width: 639px) {
  .columnbox.type-brand .box-photo {
    height: 200px;
  }
}
@media all and (max-width: 896px) {
  .columnbox.type-brand .box-txtarea {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media all and (max-width: 896px) {
  .columnbox .box-photo {
    height: 250px;
  }
}

.sentencebox {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}
.sentencebox .box-title {
  font-family: "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 20px;
}
.historybox {
  position: relative;
  z-index: 1;
}
.historybox:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 90%;
  top: 20px;
  left: 70px;
  background-color: #B7E3F5;
  z-index: -1;
}
.historybox.max-900 {
  max-width: 1000px;
  margin: 50px auto 0;
}
.historybox.max-900:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 84%;
}
.historybox.max-900 li .box-detail {
  padding: 0 15px 10px;
  width: 75%;
  margin-left: 5%;
}
.historybox li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.historybox .box-num {
  max-width: 150px;
  text-align: center;
  width: 20%;
  padding: 10px 10px;
  border: 1px solid #B7E3F5;
  color: #B7E3F5;
  font-weight: bold;
  background-color: #fff;
}
.historybox .box-year {
  max-width: 180px;
  width: 10%;
  padding: 10px 10px;
  text-align: center;
}
.historybox .box-year span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 3rem;
}
.historybox .box-detail {
  flex: 1;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 0 15px 10px;
}
.historybox .box-detail:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: url(../img/catch-line.png) repeat-x;
  background-size: 4px 2px;
  opacity: 0.8;
}

.page-mainbox {
  padding: 50px 40px 80px;
  margin: 100px auto 0;
  position: relative;
}
.page-mainbox:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 68%;
  bottom: -20px;
  right: 0;
  background-color: #f1f1f1;
}
.page-mainbox .inner {
  padding: 0px 40px;
}
.page-mainbox .txtarea {
  margin: 0 auto;
  position: relative;
}
.page-mainbox .photo {
  text-align: center;
  margin: 0 auto;
}
.page-mainbox .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-mainbox .title {
  position: absolute;
  top: 100px;
  left: 0;
}
.page-mainbox .title .title-txt {
  margin-bottom: 50px;
}
.page-mainbox .title .title-txt span {
  background-color: #fff;
  padding: 20px 50px 20px 20px;
  font-size: 2rem;
  font-weight: bold;
}
.page-mainbox .detail {
  background-color: #fff;
  padding: 50px;
  max-width: 1000px;
  margin: -200px -60px 0 auto;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.boxarea {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
}
@media all and (max-width: 639px) {
  .boxarea .box-logo {
    width: 190px;
    margin: 0 auto;
  }
}
.boxarea .blog-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.boxarea.w-mid {
  max-width: 1200px;
  margin: 0 auto;
}
.boxarea.w-max {
  max-width: 1600px;
  margin: 0 auto;
}
.boxarea.type-p40 {
  padding: 30px 40px;
}
@media all and (max-width: 639px) {
  .boxarea.type-p40 {
    padding: 30px 20px;
  }
}

.borderbox {
  border-radius: 20px;
  border: 4px solid #fff3ef;
  overflow: hidden;
}
.borderbox .border-inner {
  margin-top: 40px;
}
@media all and (max-width: 639px) {
  .borderbox .border-inner {
    margin-top: 30px;
  }
}

.whitebox {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .whitebox {
    margin: 0 10px;
    box-shadow: none;
    padding: 0px 0px;
  }
  .whitebox.t-m {
    margin-top: 30px;
  }
}

.full-img {
  width: 70%;
  margin: 0 auto;
}

.photoarea {
  margin: 100px auto 0;
  text-align: center;
}

.tblarea {
  padding: 10px 15px;
  background-color: #f3f3f3;
  border-radius: 10px;
}
.tblarea .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.tblarea .title span {
  border-bottom: 2px solid #007BBB;
  padding-bottom: 5px;
}
.tblarea .detail {
  padding-left: 20px;
}
.tblarea .detail span {
  background-color: #007BBB;
  color: #fff;
  padding: 2px 10px;
  font-size: 1.4rem;
}
.tblarea.type-yellow .title span {
  border-bottom: 2px solid #f7f726;
}
.tblarea.type-yellow .detail span {
  background-color: #f7f726;
}
.tblarea.type-blue .title span {
  border-bottom: 2px solid #005A88;
}
.tblarea.type-blue .detail span {
  background-color: #005A88;
}
.tblarea.type-purple .title span {
  border-bottom: 2px solid #8171db;
}
.tblarea.type-purple .detail span {
  background-color: #8171db;
}
@media all and (max-width: 639px) {
  .tblarea .detail {
    padding-left: 0px;
  }
  .tblarea .detail span {
    display: inline-block;
    font-size: 10px;
  }
}

/* txtdeko
----------------------------------*/
.txtdeko span {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #007BBB, -1px -1px 0 #007BBB, -1px 1px 0 #007BBB, 1px -1px 0 #007BBB, 0px 1px 0 #007BBB, 0 -1px 0 #007BBB, -1px 0 0 #007BBB, 1px 0 0 #007BBB;
}
@media all and (max-width: 1100px) {
  .txtdeko span {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .txtdeko span {
    font-size: 1.6rem;
  }
}

.txtdeko-min {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.txtdeko-min:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #B7E3F5;
}
.txtdeko-min.type-only {
  padding: 0 10px 10px;
}
.txtdeko-min.type-only i {
  padding-right: 5px;
}
.txtdeko-min.type-only:before {
  width: 100%;
}

.txtdeko2 span {
  text-align: center;
  font-weight: bold;
  background-color: #cfc2a3;
  padding: 4px 20px;
  font-size: 1.4rem;
}
@media all and (max-width: 639px) {
  .txtdeko2 {
    margin-bottom: 20px;
  }
}

.txtdeko3 {
  position: relative;
  padding: 16px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #fff3ef;
}
@media all and (max-width: 639px) {
  .txtdeko3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.txtdeko4 {
  border-left: 1px solid #fff;
  padding: 40px 60px;
  position: relative;
}
.txtdeko4:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  bottom: -3px;
  right: 0;
  background-color: #fff;
}
.txtdeko4 .sub {
  display: block;
  color: #B7E3F5;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.txtdeko4 .main {
  color: #fff;
  font-family: "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-size: 3rem;
  display: block;
}
.txtdeko4 .num {
  color: #fff;
  opacity: 0.5;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 10rem;
  line-height: 1;
  font-size: 10rem;
  position: absolute;
  right: 0;
  bottom: -16px;
}
@media all and (max-width: 639px) {
  .txtdeko4 {
    padding: 10px 20px;
  }
  .txtdeko4 .sub {
    display: block;
    color: #B7E3F5;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
  }
  .txtdeko4 .main {
    font-size: 1.6rem;
  }
  .txtdeko4 .num {
    font-size: 4rem;
    bottom: -10px;
  }
}

.txtdeko5 span {
  border: 1px solid #007BBB;
  padding: 5px 30px;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .txtdeko5 span {
    padding: 5px 10px;
  }
}

.txtdeko6 {
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #c3a349;
  border-bottom: 1px solid #c3a349;
  color: #1c1c1c;
  background-color: #fff;
}
@media all and (max-width: 639px) {
  .txtdeko6 span {
    font-size: 1.2rem;
  }
}

.txtdeko7 span {
  display: inline-block;
  font-weight: bold;
  font-size: 3rem;
}
@media all and (max-width: 639px) {
  .txtdeko7 span {
    font-size: 1.4rem;
  }
}

.txtbox .txt {
  background-color: #007BBB;
  color: #fff;
  padding: 2px 10px;
}
.txtbox .main {
  font-weight: bold;
  margin-left: 10px;
}
@media all and (max-width: 639px) {
  .txtbox .main {
    margin-left: 0;
  }
}
.txtbox .main:hover {
  opacity: 0.4;
}
.txtbox .main.white {
  border-bottom: 1px solid #fff;
}
.txtbox .main.white a {
  color: #B7E3F5;
}
.txtbox .main.white:hover {
  opacity: 0.4;
  border-bottom: 1px solid #B7E3F5;
}
.txtbox .main.white:hover a {
  color: #B7E3F5;
}
.txtbox .sub span {
  font-weight: bold;
}

.txt-list i {
  color: #B7E3F5;
  padding-right: 5px;
}
.txt-list .flex {
  align-items: baseline;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #007BBB;
}
.txt-list .flex i {
  width: 5%;
  max-width: 20px;
  text-align: center;
}
.txt-list .flex span {
  width: 95%;
}
.txt-list .flex.bold i {
  width: 5%;
  max-width: 30px;
  background-color: #007BBB;
  padding-right: 10px;
  padding: 4px 10px;
  color: #fff;
  font-size: 2rem;
}
.txt-list .flex.bold span {
  padding-left: 10px;
}

.txt-name {
  margin: 40px auto 50px;
  border-bottom: 2px solid #B7E3F5;
  padding-bottom: 10px;
  text-align: right;
}
.txt-name .txt {
  font-size: 1.2rem;
  background-color: #B7E3F5;
  padding: 2px 12px;
  color: #fff;
  font-weight: bold;
}
.txt-name .name {
  font-family: "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
  font-size: 2rem;
  padding-left: 20px;
}
@media all and (max-width: 639px) {
  .txt-name .name {
    font-family: "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
    font-weight: bold;
    font-size: 1.6rem;
    padding-left: 10px;
  }
}

.tbl-detail {
  display: flex;
  flex-wrap: wrap;
}
.tbl-detail .tbl-detail-title {
  width: 10%;
  max-width: 28px;
}
.tbl-detail .tbl-detail-txt {
  width: 90%;
  padding-left: 5px;
}

.list_disc li {
  font-size: 1.6rem;
  padding: 5px 0;
  padding-left: 1.7rem;
  text-indent: -1.7rem;
}
.list_disc li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: 1px dashed #aaa;
}
.list_disc li:before {
  content: "●";
  margin-right: 5px;
  color: #E74C3C;
  font-size: 0.7em;
}
@media all and (max-width: 639px) {
  .list_disc li {
    font-size: 1.2rem;
  }
}
.list_disc.type1 li {
  position: relative;
}
.list_disc.type1 li::before {
  color: #007BBB;
}
@media all and (max-width: 639px) {
  .list_disc.type1 {
    font-size: 1.2rem;
  }
}
.list_disc.type_col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_disc.type_col2 li {
  width: 47%;
}
.list_disc.type_col2 li:not(:last-of-type) {
  margin-bottom: 5px;
}

.list_check > li {
  padding: 10px 10px 10px 35px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  background: rgba(236, 236, 236, 0.2);
  border-radius: 10px;
}
.list_check > li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  top: 2.5rem;
  left: 10px;
  background: #007BBB;
  border-radius: 50%;
  margin-top: -7px;
}
.list_check.color2 > li {
  background: rgba(254, 254, 254, 0.8);
}
.list_check.color3 > li {
  background: #f5f1e9;
}

.list-txt-box {
  padding: 0.2em 0.5em;
  margin: 20px 0;
  color: #565656;
  background: #fff3f3;
  box-shadow: 0px 0px 0px 10px #fff3f3;
  border: dashed 2px #ffcccc;
  border-radius: 8px;
}
.list-txt-box p {
  margin: 0;
  padding: 0;
}
.list-txt-box.box-blue {
  background: #ebf3fb;
  box-shadow: 0px 0px 0px 10px #ebf3fb;
  border: dashed 2px #91b5d9;
}

.order-btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  gap: 40px;
  text-align: center;
}
.order-btn-list .fax-btn a {
  color: #1c1c1c;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
}
.order-btn-list .fax-btn a i {
  padding-right: 5px;
}
.order-btn-list .fax-btn a:hover {
  color: #B7E3F5;
}
.order-btn-list .btn01 a {
  width: 250px;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .order-btn-list {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .form-contents :not(.pattern-exclusion) button {
    width: 100% !important;
    max-width: 250px !important;
  }
}
/* photo
----------------------------------*/
.photo-h img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 639px) {
  .photo-h {
    margin-bottom: 20px;
  }
  .photo-h img {
    height: 150px;
  }
}

.photo-gallery ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.photo-gallery li {
  width: 23.5%;
  margin-right: 2%;
  position: relative;
}
.photo-gallery li:nth-child(4n) {
  margin-right: 0;
}
.photo-gallery li a {
  display: block;
  width: 100%;
  height: 200px;
  line-height: 200px;
  border-radius: 20px;
  overflow: hidden;
}
.photo-gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.photo-gallery li a:hover img {
  transform: scale(1.1);
}
.photo-gallery li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s all ease-in;
}
@media all and (max-width: 896px) {
  .photo-gallery ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .photo-gallery ul li:nth-child(even) {
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  .photo ul {
    margin-right: 0;
    margin-bottom: 0;
  }
  .photo li {
    float: left;
    width: 48%;
    margin: 0 1% 10px;
  }
  .photo li a {
    width: 100%;
    height: 150px;
    line-height: 150px;
  }
  .photo li img {
    max-width: 100%;
    max-height: 145px;
  }
  .photo li p {
    width: 100%;
  }
}
/* gallery(lightbox)
----------------------------------*/
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery li {
  width: 31%;
  margin: 0 3.495% 25px 0;
}
.gallery li:nth-child(3n) {
  margin-right: 0;
}
.gallery li a {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
  padding: 0px;
  height: 200px;
}
.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.gallery li p {
  line-height: 1.4;
  margin-top: 5px;
}

@media all and (max-width: 896px) {
  .gallery li {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .gallery li:nth-child(3n) {
    margin: 0 4% 20px 0;
  }
  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery li a {
    height: 120px;
  }
  .gallery li p {
    font-size: 1.1rem;
  }
}
/* slider
----------------------------------*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}

.thumb-item a {
  position: relative;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  display: block;
  background: #B7E3F5;
}
.thumb-item a img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all 0.3s ease;
}
.thumb-item a img:hover {
  opacity: 0.75;
}
@media all and (max-width: 639px) {
  .thumb-item a {
    height: 160px;
  }
}

.thumb-item-nav .items {
  overflow: hidden;
  height: 60px;
  margin: 0 5px;
  width: auto;
}
.thumb-item-nav .items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 639px) {
  .thumb-item-nav .items {
    height: 40px;
  }
}

.thumb-item-nav img {
  max-height: 100px !important;
}
.thumb-item-nav.type1 .slick-track {
  left: 50%;
  transform: translateX(-50%) !important;
}

.slick-slide {
  margin: 10px 5px;
  height: 200px;
  position: relative;
}
.slick-slide img {
  box-shadow: 0 0 10px rgba(28, 28, 28, 0.1);
}
.slick-slide p {
  position: absolute;
  background-color: #fff;
  padding: 6px 20px;
  bottom: 30px;
  left: 10px;
  border-left: 2px solid #007BBB;
  border-radius: 0 10px 10px 0;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #1c1c1c;
}

.slick-prev:before {
  position: absolute;
  content: "";
  color: #1c1c1c;
  border-right: 20px solid #007BBB;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: 20px;
  height: 10px;
  left: -20px;
  top: 44%;
  z-index: 1;
}
@media all and (max-width: 1100px) {
  .slick-prev:before {
    left: 0px;
  }
}
@media all and (max-width: 639px) {
  .slick-prev:before {
    left: 15px;
  }
}

@media all and (max-width: 639px) {
  .slick-prev {
    left: -30px !important;
  }
}

.slick-next:before {
  position: absolute;
  content: "";
  color: #1c1c1c;
  border-left: 20px solid #007BBB;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: 20px;
  height: 10px;
  right: -20px;
  top: 44%;
  z-index: 1;
}
@media all and (max-width: 1100px) {
  .slick-next:before {
    right: 0px;
  }
}
@media all and (max-width: 639px) {
  .slick-next:before {
    right: 15px;
  }
}

@media all and (max-width: 639px) {
  .slick-next {
    right: -30px !important;
  }
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-track {
  height: auto;
}

.slide_list {
  position: relative;
  display: none;
}
.slide_list li {
  text-align: center;
}
.slide_list li img {
  width: 380px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 0.2s ease-in;
}
.slide_list li:hover img {
  filter: grayscale(0);
}
@media all and (max-width: 896px) {
  .slide_list li img {
    width: 200px;
    height: 150px;
  }
}

.slider_top {
  position: relative;
  padding: 80px 0;
}
@media all and (max-width: 1100px) {
  .slider_top {
    padding: 68px 0 20px;
  }
  .slider_top:before {
    width: 100px;
    height: 100px;
  }
}
@media all and (max-width: 639px) {
  .slider_top {
    padding: 30px 0 0;
  }
  .slider_top:before {
    width: 80px;
    height: 80px;
    top: 0;
  }
}

.top-gallery {
  position: relative;
  margin-top: 50px;
}
.top-gallery .inner {
  position: relative;
}
.top-gallery .slide_list {
  position: relative;
  display: none;
  margin: 0px auto 30px;
}
.top-gallery .slide_list li {
  margin-right: 1%;
}
.top-gallery .slide_list li a {
  display: block;
  width: 240px;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
}
.top-gallery .slide_list li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover;";
  transition: 0.2s all ease-in;
}
.top-gallery .slide_list li:hover img {
  transform: scale(1.1);
  filter: brightness(120%);
}
@media all and (max-width: 639px) {
  .top-gallery .slide_list {
    margin: 0px auto 5px;
  }
  .top-gallery .slide_list li a {
    width: 170px;
    height: 120px;
  }
  .top-gallery .slide_list li img {
    width: auto;
    height: 100%;
  }
}

.top-contents-box .col-3 {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 639px) {
  .top-contents-box .col-3 {
    display: block;
  }
}
.top-contents-box .col-3 .col-3-item {
  width: 32%;
  margin-right: 2%;
  position: relative;
  background: #fff;
  border-radius: 10px;
}
@media all and (max-width: 639px) {
  .top-contents-box .col-3 .col-3-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.top-contents-box .col-3 .col-3-item:last-child {
  margin-right: 0;
}
.top-contents-box .col-3 .col-3-item .col-3-item_icon {
  display: block;
  position: absolute;
  width: 80px;
  z-index: 2;
  left: 20px;
  top: -20px;
}
.top-contents-box .col-3 .col-3-item a {
  display: block;
  position: relative;
  height: 100%;
}
.top-contents-box .col-3 .col-3-item a .top_3_link {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 0;
  height: 250px;
  border-radius: 10px 10px 0 0;
}
@media all and (max-width: 639px) {
  .top-contents-box .col-3 .col-3-item a .top_3_link {
    height: 180px;
  }
}
.top-contents-box .col-3 .col-3-item a .top_3_link:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
}
.top-contents-box .col-3 .col-3-item a .top_3_link.item-1:after {
  background-image: url(../img/top01_2.jpg);
}
.top-contents-box .col-3 .col-3-item a .top_3_link.item-2:after {
  background-image: url(../img/contents02.jpg);
}
.top-contents-box .col-3 .col-3-item a .top_3_link.item-3:after {
  background-image: url(../img/cafe-img.jpg);
}
.top-contents-box .col-3 .col-3-item a .top_3_link:hover:after {
  opacity: 1;
  transform: scale(1.2);
}
.top-contents-box .col-3 .col-3-item a .col-3-item_text {
  display: block;
  padding: 30px;
}
.top-contents-box .col-3 .col-3-item a .col-3-item_text .top_3_item_read {
  font-weight: 500;
  color: #1c1c1c;
}
.top-contents-box .col-3 .col-3-item a .col-3-item_text .top_3_item_read span {
  display: block;
  color: #B7E3F5;
  font-weight: 500;
  line-height: 1em;
}
.top-contents-box .col-3 .col-3-item a .col-3-item_text .more {
  display: block;
  margin: 30px auto 0;
  text-align: center;
  border-radius: 100px;
  font-weight: 500;
  padding: 0.6em 0;
  transition: 0.4s;
  font-weight: bold;
  background: #1c1c1c;
  color: #fff;
}
.top-contents-box .col-3 .col-3-item a:hover .col-3-item_text .more {
  transition: 0.4s;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  background: #fefefe;
}

/* flex
----------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 639px) {
  .flex {
    display: block;
  }
}
.flex.w-100 {
  width: 100%;
}
.flex.j-center {
  justify-content: center;
}
.flex.a-center {
  align-items: center;
}
.flex.a-first {
  flex-wrap: inherit;
  align-items: flex-start;
}
.flex.a-end {
  align-items: flex-end;
}
@media all and (max-width: 1100px) {
  .flex.flex-pro {
    display: block;
  }
}
.flex.flex-pro .flex-30 {
  width: 30%;
}
@media all and (max-width: 1100px) {
  .flex.flex-pro .flex-30 {
    width: 100%;
    margin: 0 auto;
  }
}
.flex.flex-pro .flex-60 {
  width: 60%;
}
@media all and (max-width: 1100px) {
  .flex.flex-pro .flex-60 {
    width: 100%;
    margin: 0 auto;
  }
  .flex.flex-pro .flex-60.l-m2 {
    margin-top: 30px;
    margin-left: auto;
  }
}
@media all and (max-width: 896px) {
  .flex.flex-tablet {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-40 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-48 {
    width: 100%;
    margin: 0 auto;
  }
  .flex.flex-tablet .flex-48.l-m2 {
    margin-left: auto;
  }
  .flex.flex-tablet .flex-48.l-m4 {
    margin-left: auto;
  }
}
.flex.flex-tablet .flex-50 {
  width: 50%;
}
@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-50 {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-56 {
    width: 90%;
    margin: 20px auto 0;
    margin-left: auto;
  }
}
@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-58 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.flex.flex-tablet .flex-60 {
  width: 60%;
}
@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-60 {
    width: 90%;
    margin: 0 auto;
  }
}
.flex.flex-tablet .flex-70 {
  width: 70%;
}
@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-70 {
    width: 100%;
  }
}
.flex .flex-10 {
  width: 10%;
}
@media all and (max-width: 639px) {
  .flex .flex-10 {
    width: 50%;
    margin: 0 auto;
  }
}
.flex .flex-15 {
  width: 15%;
}
@media all and (max-width: 639px) {
  .flex .flex-15 {
    width: 50%;
    margin: 0 auto;
  }
}
.flex .flex-18 {
  width: 18%;
  margin-left: 2%;
}
@media all and (max-width: 639px) {
  .flex .flex-18 {
    width: 90%;
    margin-left: auto;
    margin: 0 auto;
  }
}
.flex .flex-20 {
  width: 20%;
}
@media all and (max-width: 639px) {
  .flex .flex-20 {
    width: 90%;
    margin: 0 auto;
  }
}
.flex .flex-25 {
  width: 25%;
}
@media all and (max-width: 639px) {
  .flex .flex-25 {
    width: 90%;
    margin: 0 auto;
  }
}
.flex .flex-30 {
  width: 30%;
}
@media all and (max-width: 639px) {
  .flex .flex-30 {
    width: 90%;
    margin: 0 auto;
  }
}
.flex .flex-36 {
  width: 36%;
}
@media all and (max-width: 639px) {
  .flex .flex-36 {
    width: 100%;
    margin: 0 auto;
  }
}
.flex .flex-38 {
  width: 38%;
}
@media all and (max-width: 639px) {
  .flex .flex-38 {
    width: 100%;
    margin: 0 auto;
  }
}
.flex .flex-40 {
  width: 40%;
}
@media all and (max-width: 639px) {
  .flex .flex-40 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-48 {
  width: 48%;
}
@media all and (max-width: 639px) {
  .flex .flex-48 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-48.l-m2 {
  margin-left: 2%;
}
@media all and (max-width: 639px) {
  .flex .flex-48.l-m2 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .flex .flex-48.l-m2.sp-m0 {
    margin-top: 0;
  }
  .flex .flex-48.l-m2.sp-m60 {
    margin-top: 60px;
  }
}
.flex .flex-48.l-m4 {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .flex .flex-48.l-m4 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-50 {
  width: 50%;
}
@media all and (max-width: 896px) {
  .flex .flex-50 {
    width: 100%;
  }
}
.flex .flex-56 {
  width: 56%;
}
.flex .flex-56.l-m4 {
  margin-left: 4%;
}
@media all and (max-width: 896px) {
  .flex .flex-56.l-m4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }
}
@media all and (max-width: 639px) {
  .flex .flex-56.l-m4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-56.l-m14 {
  margin-left: 14%;
}
@media all and (max-width: 639px) {
  .flex .flex-56.l-m14 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
}
.flex .flex-58 {
  width: 58%;
}
.flex .flex-58.l-m2 {
  margin-left: 2%;
}
@media all and (max-width: 639px) {
  .flex .flex-58 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .flex .flex-58.l-m2 {
    margin-left: auto;
  }
}
.flex .flex-60 {
  width: 60%;
}
.flex .flex-60.l-m2 {
  margin-left: 2%;
}
@media all and (max-width: 639px) {
  .flex .flex-60.l-m2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-60.l-m10 {
  margin-left: 10%;
}
@media all and (max-width: 639px) {
  .flex .flex-60.l-m10 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 639px) {
  .flex .flex-60 {
    width: 100%;
  }
}
.flex .flex-66 {
  width: 66%;
}
@media all and (max-width: 639px) {
  .flex .flex-66 {
    margin-left: auto;
    width: 100%;
  }
}
.flex .flex-66.l-m4 {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .flex .flex-66.l-m4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-68 {
  width: 68%;
}
@media all and (max-width: 639px) {
  .flex .flex-68 {
    margin-left: auto;
    width: 100%;
  }
}
.flex .flex-68.l-m2 {
  margin-left: 2%;
}
@media all and (max-width: 639px) {
  .flex .flex-68.l-m2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-70 {
  width: 70%;
}
@media all and (max-width: 639px) {
  .flex .flex-70 {
    width: 100%;
  }
}
.flex .flex-78 {
  width: 78%;
  margin-left: 2%;
}
@media all and (max-width: 639px) {
  .flex .flex-78 {
    margin-left: auto;
    width: 100%;
  }
}
.flex .flex-86 {
  width: 86%;
}
@media all and (max-width: 639px) {
  .flex .flex-86 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-86.l-m4 {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .flex .flex-86.l-m4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-88 {
  width: 88%;
}
.flex .flex-88.l-m2 {
  margin-left: 2%;
}
@media all and (max-width: 639px) {
  .flex .flex-88 {
    margin-left: auto;
    width: 100%;
  }
}
.flex .flex-80 {
  width: 80%;
  margin-left: 3%;
}
@media all and (max-width: 639px) {
  .flex .flex-80 {
    margin-left: auto;
    width: 100%;
  }
}

/* --news--
----------------------------------*/
.news-box {
  position: relative;
  z-index: 10;
  display: flex;
  padding: 40px 0;
  gap: 20px;
}
@media all and (max-width: 639px) {
  .news-box {
    flex-direction: column;
    padding: 0;
  }
}

.news-left {
  width: 20%;
}
@media all and (max-width: 639px) {
  .news-left {
    top: 0;
    width: 100%;
    position: relative;
  }
}

.news-title {
  position: relative;
  padding-right: 20px;
}
.news-title span {
  display: block;
}
.news-title .eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #007BBB;
  position: relative;
  font-size: 4rem;
}
.news-title .ja {
  font-size: 1.8rem;
  position: relative;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .news-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .news-title .eng {
    font-size: 2.4rem;
  }
  .news-title .ja {
    font-size: 1.4rem;
  }
}

.news-right {
  width: 100%;
  margin-left: auto;
}
@media all and (max-width: 639px) {
  .news-right {
    width: 100%;
    margin: 10px 0 0;
  }
}

.blog_topics {
  width: 100%;
}
.blog_topics li a {
  display: block;
  color: #604c3f;
  padding: 15px;
  transition: 0.3s ease-in all;
}
.blog_topics li a:hover {
  background-color: rgba(183, 227, 245, 0.2);
  background-color: #f4f4f4;
}
.blog_topics li a .topics_detail {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}
.blog_topics li a .topics_detail .imgbox {
  overflow: hidden;
  width: 25%;
  height: 100px;
}
.blog_topics li a .topics_detail .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in all;
}
.blog_topics li a .topics_detail .textbox {
  width: 75%;
  padding-left: 15px;
  line-height: 1.5;
}
.blog_topics li a .topics_detail .textbox p {
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog_topics li a .time_date {
  width: 120px;
  font-size: 0.9em;
  background: #B7E3F5;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fff;
}
.blog_topics li a .time_date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}
@media all and (max-width: 639px) {
  .blog_topics li a {
    padding: 10px 5px;
  }
  .blog_topics li a .topics_detail .imgbox {
    width: 28%;
    height: 80px;
  }
  .blog_topics li a .topics_detail .textbox {
    width: 72%;
    padding-left: 10px;
    line-height: 1.5;
  }
  .blog_topics li a .time_date {
    width: 120px;
    font-size: 11px;
  }
}

/*----------------------------------
 --oneday--
----------------------------------*/
.onedayArea {
  margin: 50px auto;
}
.onedayArea .oneday__list {
  position: relative;
  z-index: 1;
  width: 95%;
  margin: 0 auto;
}
.onedayArea .oneday__list > li {
  position: relative;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}
.onedayArea .oneday__list > li .list__num__inner {
  width: 140px;
  height: 140px;
  border: 1px solid #fefefe;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.onedayArea .oneday__list > li .list__num {
  position: relative;
  width: 20%;
  max-width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #f5d750;
}
.onedayArea .oneday__list > li .list__num.bg-none {
  background-color: transparent;
}
.onedayArea .oneday__list > li .list__num.bg-none .list__num__inner {
  border: none;
}
.onedayArea .oneday__list > li .list__num__main {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 52px;
  color: #1c1c1c;
}
.onedayArea .oneday__list > li .list__num__txt {
  display: inline-block;
  text-align: center;
  background-color: #e28763;
  padding: 6px 20px;
  border-radius: 50px;
  line-height: 1;
  font-size: 1.8rem;
  color: #fff;
}
.onedayArea .oneday__list > li .list__photo {
  overflow: hidden;
  width: 300px;
  height: 200px;
}
.onedayArea .oneday__list > li .list__photo img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 896px) {
  .onedayArea .oneday__list > li .list__photo.sp-left img {
    -o-object-position: left;
       object-position: left;
  }
}
.onedayArea .oneday__list > li .list__detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.onedayArea .oneday__list > li .list__detail .list__photo {
  width: 30%;
}
.onedayArea .oneday__list > li .list__detail .list__txt {
  width: 70%;
  padding: 20px 0 20px 40px;
  font-weight: bold;
}
.onedayArea .oneday__list > li .list__detail .list__txt .txt__main {
  font-size: 1.7rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
.onedayArea .oneday__list > li .list__detail .list__txt .txt__main span {
  background-color: #f5f1e9;
  padding: 5px 20px;
  border-radius: 10px;
}
.onedayArea .oneday__list > li .list__detail .list__txt .txt__main span:not(:last-child) {
  margin-bottom: 5px;
}
.onedayArea .oneday__list > li .list__detail .list__txt .txt__sub {
  padding: 5px 20px;
}
@media all and (max-width: 639px) {
  .onedayArea .oneday__list > li .list__detail .list__txt .txt__sub {
    padding: 5px;
  }
}
.onedayArea .oneday__list > li .list__detail .list__txt .list-txt-box {
  margin: 20px;
}
@media all and (max-width: 639px) {
  .onedayArea .oneday__list > li .list__detail .list__txt .list-txt-box {
    margin: 20px 0;
  }
}
.onedayArea .oneday__list > li .list__detail .list__txt .list-txt-box.b-m30 {
  margin-bottom: 30px;
}
.onedayArea .oneday__list > li .list__detail .list__txt .list-txt-box .mtext1 {
  font-size: 1.8rem;
}
.onedayArea .oneday__bottom__txt {
  text-align: center;
}
@media all and (max-width: 1100px) {
  .onedayArea:before {
    left: 105px;
  }
}
@media all and (max-width: 896px) {
  .onedayArea .oneday__list li {
    justify-content: space-between;
  }
  .onedayArea .oneday__list li .list__detail {
    margin: 0 0 0 2%;
    padding: 0;
  }
  .onedayArea .oneday__list li .list__detail .list__photo {
    width: 30%;
  }
  .onedayArea .oneday__list li .list__detail .list__txt {
    width: 66%;
    margin: 0 0 0 4%;
    padding: 0px 0;
  }
  .onedayArea .oneday__list li .txt__main span {
    font-size: 1.6rem;
    display: inline-block;
  }
}
@media all and (max-width: 639px) {
  .onedayArea .oneday__list li .list__detail {
    margin: 0;
    flex-direction: column;
  }
  .onedayArea .oneday__list li .list__detail .list__photo {
    width: 100%;
    margin-bottom: 10px;
  }
  .onedayArea .oneday__list li .list__detail .list__txt {
    width: 100%;
    margin: 0;
  }
}

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

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

.spbr {
  display: none;
}

.pc_tcenter {
  text-align: center;
}
@media (max-width: 480px) {
  .pc_tcenter {
    text-align: left;
  }
}

.fukidashi {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 4;
  margin-top: -50px;
}
.fukidashi.type1 {
  text-align: left;
  margin-bottom: 15px;
}
.fukidashi.mini {
  text-align: left;
}
.fukidashi.mini span {
  font-size: 1.2rem;
}
@media all and (max-width: 639px) {
  .fukidashi.mini {
    margin-bottom: 15px;
  }
  .fukidashi.mini span {
    padding: 5px 12px;
  }
}
.fukidashi span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  background: #E74C3C;
  padding: 10px 20px;
  border-radius: 30px;
}
@media all and (max-width: 639px) {
  .fukidashi span {
    font-size: 1.3rem;
  }
}
.fukidashi span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #E74C3C;
}

.fukidashi-mini {
  margin-bottom: 25px;
  margin-top: -50px;
}
.fukidashi-mini span {
  display: inline-block;
  position: relative;
  background: #B7E3F5;
  padding: 3px 15px;
  min-width: 180px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
}
.fukidashi-mini span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 10px solid #B7E3F5;
}

.kiritori {
  height: 1px;
  border-top: 1px dashed rgba(0, 123, 187, 0.4);
  margin: 70px auto;
  width: 80%;
  display: block;
}
@media all and (max-width: 639px) {
  .kiritori {
    margin: 45px auto;
  }
}

.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.column2.reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .column2.reverse {
    flex-direction: column;
  }
}
.column2.tp {
  align-items: flex-start;
}
.column2 .child {
  width: 48%;
}
.column2 .child01 {
  width: 40%;
}
.column2 .child02 {
  width: 56%;
}
.column2 .child03 {
  width: 18%;
}
.column2 .child04 {
  width: 80%;
}
.column2 .child-txt {
  width: 50%;
  padding: 0 50px;
}
.column2 .child-img {
  width: 50%;
}
@media all and (max-width: 896px) {
  .column2 {
    flex-direction: column;
  }
  .column2 .child,
  .column2 .child01,
  .column2 .child02,
  .column2 .child03,
  .column2 .child04,
  .column2 .child-txt,
  .column2 .child-img {
    width: 100%;
  }
  .column2 .child.bm20,
  .column2 .child01.bm20,
  .column2 .child02.bm20,
  .column2 .child03.bm20,
  .column2 .child04.bm20,
  .column2 .child-txt.bm20,
  .column2 .child-img.bm20 {
    margin-bottom: 20px;
  }
  .column2 .child.bm10,
  .column2 .child01.bm10,
  .column2 .child02.bm10,
  .column2 .child03.bm10,
  .column2 .child04.bm10,
  .column2 .child-txt.bm10,
  .column2 .child-img.bm10 {
    margin-bottom: 10px;
  }
  .column2 .child.column2-img,
  .column2 .child01.column2-img,
  .column2 .child02.column2-img,
  .column2 .child03.column2-img,
  .column2 .child04.column2-img,
  .column2 .child-txt.column2-img,
  .column2 .child-img.column2-img {
    order: -1;
    margin-bottom: 30px;
  }
  .column2 .child.column2-img2,
  .column2 .child01.column2-img2,
  .column2 .child02.column2-img2,
  .column2 .child03.column2-img2,
  .column2 .child04.column2-img2,
  .column2 .child-txt.column2-img2,
  .column2 .child-img.column2-img2 {
    order: -1;
    margin-bottom: 20px;
  }
  .column2 .child-img {
    order: -1;
    margin-bottom: 30px;
  }
}

.column3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column3.type1 {
  align-items: center;
}
.column3 .child {
  width: 32%;
}
@media all and (max-width: 896px) {
  .column3 {
    flex-direction: column;
  }
  .column3 .child {
    width: 100%;
  }
  .column3 .child.bm20 {
    margin-bottom: 20px;
  }
  .column3 .child.bm30 {
    margin-bottom: 30px;
  }
}

.top-service .column2 {
  margin-bottom: 50px;
  justify-content: center;
}
.top-service .column2.reverse .desc {
  margin-right: -50px;
}
.top-service .column2 .child {
  width: 50%;
}
.top-service .column2 .desc {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  margin-left: -50px;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .top-service .column2 .child {
    width: 100%;
  }
  .top-service .column2 .desc {
    padding: 20px;
    margin-left: 0px;
  }
  .top-service .column2.reverse .desc {
    margin-right: 0px;
  }
}

.pic-maru img {
  border-radius: 20px;
}

.tcenter_pc {
  text-align: center;
}
@media all and (max-width: 896px) {
  .tcenter_pc {
    text-align: left;
  }
}

.note-box {
  border-radius: 20px;
  border: 2px solid #E74C3C;
  padding: 30px 20px;
  background-color: #fff;
}
.note-box .ttl {
  color: #007BBB;
  font-size: 2.2rem;
  text-align: center;
}
@media all and (max-width: 639px) {
  .note-box .ttl {
    font-size: 1.6rem;
  }
}

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

.facility-wrap img {
  border-radius: 40px;
  min-height: 275px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-wrap .column2 {
  margin-bottom: 50px;
}
.facility-wrap .column3 {
  justify-content: center;
}
.facility-wrap .column3 .child {
  margin-bottom: 30px;
}

.marine-wrap img {
  border-radius: 20px;
}
@media all and (max-width: 896px) {
  .marine-wrap img {
    margin-bottom: 20px;
  }
}
.marine-wrap .mbox {
  margin-bottom: 60px;
}
.marine-wrap .list_disc li {
  font-size: 95%;
}
@media all and (max-width: 639px) {
  .marine-wrap .list_disc li {
    font-size: 100%;
  }
}

.plan-wrap .mbox2 {
  margin-bottom: 60px;
}

.more-btn {
  font-weight: 600;
  padding: 10px 20px;
  max-width: 400px;
  background-color: #007BBB;
  color: #B7E3F5;
  border: 2px solid #B7E3F5;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 50px auto;
}
.more-btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  font-size: 1.8rem;
  position: absolute;
  right: 30px;
  color: #B7E3F5;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s;
}
@media all and (max-width: 639px) {
  .more-btn:after {
    right: 15px;
  }
}
.more-btn:hover {
  opacity: 0.7;
}
.more-btn.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
}

.hide-box {
  display: none;
}

.fixed-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 150;
}
.fixed-btn a {
  text-align: center;
  padding: 8px;
  display: block;
  background: #B7E3F5;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-size: 1rem;
  box-shadow: 0 0 0 2px #fff;
  transition: all 0.4s ease;
  line-height: 1.2;
}
.fixed-btn a:not(:last-of-type) {
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.fixed-btn a:nth-of-type(2) {
  background: #E74C3C;
}
.fixed-btn a:nth-of-type(3) {
  background: #ec719c;
}
.fixed-btn a i {
  display: block;
  font-size: 2rem;
  margin-bottom: 5px;
}
@media all and (max-width: 1100px) {
  .fixed-btn {
    display: none !important;
  }
}

.nami-chosei {
  padding-bottom: 30px;
}

.hyo-small {
  font-size: 90%;
}
@media all and (max-width: 639px) {
  .hyo-small {
    font-size: 100%;
  }
}

.form-contents dd:not(.pattern-exclusion) input.textarea.textarea03 {
  width: 180px;
}

.policy {
  padding: 0;
  background: #fefefe;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.policy .list_disc {
  padding-left: 1.7rem;
}

.accordion dt {
  background: #007BBB;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  padding: 1em;
  position: relative;
}
.accordion dt::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
}
.accordion dd {
  padding: 20px;
  background: #fff;
}

@media all and (max-width: 639px) {
  .form-contents {
    padding: 15px !important;
  }
}

.form-contents form dl dd:not(.pattern-exclusion) label {
  display: inline-block;
  margin-right: 10px;
}

.img-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.img-wrapper .img01 {
  z-index: 0;
  width: 90%;
}
.img-wrapper .img02 {
  width: 45%;
  z-index: 1;
  margin-top: -60px;
  margin-left: auto;
}

.bg-feature {
  position: relative;
  padding: 0px 0;
  z-index: 0;
}
.bg-feature .bg-feature_inner {
  position: relative;
  z-index: 1;
}
.bg-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26538/feature.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.bg-feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007BBB;
  opacity: 0.4;
}
@media all and (max-width: 896px) {
  .bg-feature {
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 92%);
            clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 92%);
  }
}
@media all and (max-width: 639px) {
  .bg-feature {
    padding: 50px 0;
    -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
  }
}

/*========= レイアウトのためのCSS ===============*/
/*========= 背景色の動きのCSS ===============*/
/*背景色が伸びて出現 共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #007BBB;
  /*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*--------- 右から --------*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #df9445;
  /*伸びる背景色の設定*/
}
@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/*--------- 下から --------*/
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #df9445;
  /*伸びる背景色の設定*/
}
@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/*--------- 上から --------*/
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}
@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/*背景色が伸びて出現 共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

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

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #007BBB;
  /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*--------- 右から --------*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #007BBB;
  /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/*--------- 下から --------*/
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #007BBB;
  /*伸びる背景色の設定*/
}

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/*--------- 上から --------*/
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.title-bg {
  position: relative;
}
.title-bg span {
  position: absolute;
  top: -75px;
  transform: translateX(-50%);
  left: 50%;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12rem;
  color: rgba(0, 123, 187, 0.8);
}
@media all and (max-width: 896px) {
  .title-bg span {
    font-size: 10rem;
  }
}
@media all and (max-width: 639px) {
  .title-bg span {
    font-size: 5rem;
    top: -40px;
  }
}

.title-big {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  text-align: center;
}
.title-big::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26538/asirai.svg) no-repeat center/contain;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.title-big.left {
  text-align: left;
}
.title-big.left:before {
  display: none;
}
.title-big .eng {
  font-size: 1.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #029fec;
}
@media all and (max-width: 896px) {
  .title-big .eng {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .title-big .eng {
    font-size: 1.2rem;
  }
}
.title-big .ja {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 3.6rem;
  display: block;
  color: #1c1c1c;
}
@media all and (max-width: 896px) {
  .title-big .ja {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .title-big .ja {
    font-size: 1.8rem;
  }
}
.title-big.type1 .eng {
  color: #007BBB;
}
.title-big.type2 .eng {
  display: inline-block;
  background: linear-gradient(90deg, #007BBB, #029fec, #3ec5f7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  color: #029fec;
}
@media all and (-ms-high-contrast: none) {
  .title-big.type2 .eng {
    background: none;
  }
}
.title-big.white .ja,
.title-big.white .eng {
  color: #fff;
}
@media all and (max-width: 896px) {
  .title-big {
    margin-bottom: 30px;
  }
  .title-big::before {
    content: "";
    position: absolute;
    width: 57px;
    height: 57px;
    top: -43px;
  }
  .title-big.left {
    text-align: center;
  }
}

.relative {
  position: relative;
}

.illust {
  position: absolute;
  display: block;
}
.illust img {
  -o-object-fit: contain;
     object-fit: contain;
}
.illust.type_2 {
  z-index: 2;
}
.illust.deco01 {
  width: 462px;
  height: 328px;
  top: -17%;
  right: 0;
  opacity: 0.8;
}
@media all and (max-width: 1100px) {
  .illust.deco01 {
    width: 200px;
    height: 189px;
  }
}
@media all and (max-width: 639px) {
  .illust.deco01 {
    width: 130px;
    height: 123px;
    top: -5%;
    right: -10px;
    z-index: 1;
  }
}
.illust.deco02 {
  width: 300px;
  height: 280px;
  top: -10%;
  left: 10px;
}
.illust.deco02.type_2 {
  top: -2%;
}
@media all and (max-width: 1100px) {
  .illust.deco02 {
    width: 180px;
    height: 168px;
    top: -3%;
  }
}
@media all and (max-width: 639px) {
  .illust.deco02 {
    width: 120px;
    height: 112px;
    left: -15px;
  }
}
.illust.deco03 {
  width: 220px;
  height: 184px;
  top: 10px;
  right: 10px;
}
@media all and (max-width: 1100px) {
  .illust.deco03.type_2 {
    top: 10px;
  }
}
@media all and (max-width: 1100px) {
  .illust.deco03 {
    width: 150px;
    height: 125px;
    top: 40%;
  }
}
@media all and (max-width: 639px) {
  .illust.deco03 {
    width: 110px;
    height: 92px;
    top: 40%;
    right: -10px;
  }
}
.illust.deco04 {
  width: 250px;
  height: 177px;
  bottom: 1%;
  left: 10px;
}
.illust.deco04.type_2 {
  bottom: -10%;
}
.illust.deco04.type_3 {
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
}
@media all and (max-width: 1100px) {
  .illust.deco04 {
    width: 180px;
    height: 127px;
    left: -10px;
  }
}
@media all and (max-width: 639px) {
  .illust.deco04 {
    width: 100px;
    height: 71px;
    left: -10px;
  }
}
.illust.deco05 {
  width: 280px;
  height: 226px;
  bottom: -3%;
  right: 10px;
  z-index: 1;
}
.illust.deco05.type_2 {
  bottom: -15%;
}
@media all and (max-width: 1100px) {
  .illust.deco05 {
    width: 180px;
    height: 146px;
    bottom: 0%;
    right: 0px;
  }
}
@media all and (max-width: 639px) {
  .illust.deco05 {
    width: 100px;
    height: 81px;
  }
}
.illust.deco06 {
  width: 200px;
  height: 154px;
  top: -10%;
  left: 10px;
  z-index: 2;
}
@media all and (max-width: 1100px) {
  .illust.deco06 {
    width: 180px;
    height: 168px;
  }
}
@media all and (max-width: 639px) {
  .illust.deco06 {
    width: 110px;
    height: 85px;
    left: -15px;
    top: -12%;
  }
}
.illust.deco07 {
  width: 200px;
  height: 154px;
  top: -3%;
  right: 10px;
  z-index: 2;
}
.illust.deco07.type_2 {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.illust.deco07.type_3 {
  top: 0%;
  right: auto;
  left: 0;
}
@media all and (max-width: 896px) {
  .illust.deco07 {
    width: 160px;
    height: 123px;
    top: -2%;
    right: 0px;
  }
}
@media all and (max-width: 639px) {
  .illust.deco07 {
    top: -2.6%;
    width: 120px;
    height: 93px;
  }
}
.illust.deco08 {
  width: 210px;
  height: 162px;
  top: 1%;
  right: 10px;
  z-index: 2;
}
.illust.deco08.type_2 {
  top: 40%;
  right: auto;
  left: 0;
}
@media all and (max-width: 896px) {
  .illust.deco08 {
    width: 160px;
    height: 123px;
    top: -2%;
    right: 0px;
  }
}
@media all and (max-width: 639px) {
  .illust.deco08 {
    top: -0.6%;
    width: 65px;
    height: 93px;
  }
}

.top-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-menu li {
  width: 23%;
  margin: 1%;
}
.top-menu li a figure {
  overflow: hidden;
  width: 100%;
  height: 260px;
  border-radius: 10px;
}
.top-menu li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all 0.6s ease;
}
.top-menu li a .wbox {
  position: relative;
  z-index: 1;
  width: 85%;
  margin: -60px auto 0 0;
  padding: 15px 15px 15px;
  background: #fff;
  color: #35271c;
  border-radius: 0 10px 0 0;
  overflow: hidden;
}
.top-menu li a .wbox .top-menu-title {
  position: relative;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #35271c;
}
.top-menu li a .wbox .top-menu-title .eng {
  display: none;
}
.top-menu li a:hover figure img {
  transform: scale(1.2);
}
@media all and (max-width: 1200px) {
  .top-menu li a .wbox .top-menu-title .eng {
    font-size: 2.2rem;
    display: none;
    margin-right: 0;
  }
}
@media all and (max-width: 896px) {
  .top-menu li a figure {
    height: 220px;
    border-radius: 5px;
  }
  .top-menu li a .wbox {
    margin: -30px auto 0 0;
    border-radius: 0 5px 0 0;
  }
}
@media all and (max-width: 639px) {
  .top-menu li {
    width: 100%;
    margin: 0;
  }
  .top-menu li:not(:last-child) {
    margin-bottom: 20px;
  }
  .top-menu li a figure {
    height: 180px;
  }
  .top-menu li a .wbox {
    padding: 15px 10px 2px;
  }
  .top-menu li a .wbox .top-menu-title .eng {
    font-size: 1.8rem;
    margin-right: 10px;
  }
}

.contact_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 60px auto 0;
}
@media all and (max-width: 639px) {
  .contact_bnr {
    margin: 30px auto 0;
  }
}
.contact_bnr > li {
  width: calc(50% - 20px);
  position: relative;
}
@media all and (max-width: 639px) {
  .contact_bnr > li {
    width: 100%;
  }
  .contact_bnr > li:first-child {
    padding-bottom: 10px;
  }
  .contact_bnr > li:nth-child(2) {
    padding-top: 10px;
  }
  .contact_bnr > li:nth-child(2)::before {
    transform: translateX(-50%);
    width: 90%;
    top: -1px;
    height: 1px;
    left: 50%;
  }
}
.contact_bnr > li .bnr_tel {
  transition: all 0.3s ease;
}
.contact_bnr > li .bnr_tel:before {
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 900;
}
.contact_bnr > li .bnr_tel:hover {
  opacity: 0.7;
}
.contact_bnr > li .bnr_tel .ja {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail {
  color: #111;
}
.contact_bnr > li .bnr_mail:before {
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail .ja {
  font-size: 2.1rem;
}
.contact_bnr > li a {
  color: #F15211;
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
  padding: 1.3em;
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  border: 1px solid #434343;
  border-radius: 50px;
}
.contact_bnr > li a .eng {
  font-size: 3rem;
  position: absolute;
  top: -0.8em;
  left: 2em;
  background: #E74C3C;
  padding: 0 20px;
  color: #fff;
}
.contact_bnr > li a .ja {
  font-size: 3rem;
}
.contact_bnr > li a .ja2 {
  font-size: 1.8rem;
  position: absolute;
  top: -1em;
  left: 2em;
  background: #F15211;
  padding: 10px 20px;
  color: #fff;
}
.contact_bnr > li a span {
  display: block;
  font-size: 1.3rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 10px;
}
.contact_bnr > li a:hover {
  color: #933109;
  background: rgba(255, 255, 255, 0.6);
}
@media all and (max-width: 896px) {
  .contact_bnr > li a {
    padding: 1em;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li a {
    margin: 0 auto;
    white-space: nowrap;
    width: 100%;
    height: auto;
    font-size: 1.8rem;
  }
  .contact_bnr > li a.bnr_mail {
    font-size: 1.5rem;
  }
  .contact_bnr > li a .ja2 {
    font-size: 1.2rem;
    top: -1.5em;
  }
  .contact_bnr > li a img {
    width: 80%;
  }
}

.ba-list {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ba-list li h3 {
  text-align: center;
  margin-top: 5px;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.ba-list li .ba-column {
  position: relative;
}
.ba-list li .ba-column .before img,
.ba-list li .ba-column .after img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 5px #fff;
  filter: drop-shadow(0 0 10px rgba(48, 48, 46, 0.06));
  transition: all 0.3s ease;
}
.ba-list li .ba-column .before img:hover,
.ba-list li .ba-column .after img:hover {
  filter: grayscale(100);
}
.ba-list li .ba-column .before p,
.ba-list li .ba-column .after p {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.3em;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  background: rgba(21, 116, 186, 0.9);
  padding: 5px 10px;
  text-align: right;
  z-index: 2;
  color: #fff;
}
.ba-list li .ba-column .before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  z-index: 1;
}
.ba-list li .ba-column .before p {
  font-size: 0.9em;
  background: rgba(67, 162, 221, 0.9);
}
.ba-list li .ba-column .after {
  padding: 0 0 20px 20px;
}
@media all and (max-width: 1200px) {
  .ba-list {
    gap: 20px;
  }
}
@media all and (max-width: 896px) {
  .ba-list {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .ba-list li .ba-column .after {
    padding: 0 0 15px 15px;
  }
}
@media all and (max-width: 639px) {
  .ba-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .ba-list li h3 {
    margin-top: 3px;
  }
  .ba-list li .ba-column .before img,
  .ba-list li .ba-column .after img {
    border: solid 3px #fff;
  }
  .ba-list li .ba-column .before p,
  .ba-list li .ba-column .after p {
    top: 5px;
    right: 5px;
  }
}