@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #2c2c2c;
  background: #14213d;
  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.5rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media all and (max-width: 639px) {
  body .bg-logomark:before {
    display: none;
  }
}

.smaller {
  font-size: 0.9em;
}

.p-inline {
  display: inline-block;
}

.line {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  pointer-events: none;
}
.line p {
  width: 10%;
  border-left: 1px solid rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
  height: 100vh;
}

a {
  color: rgb(26.2962962963, 43.3888888889, 80.2037037037);
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

#wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  justify-content: center;
  margin: 0 auto;
}
@media all and (max-width: 1367px) {
  #wrapper {
    max-width: 900px;
  }
}

.pc {
  width: 484px;
  height: 518px;
  position: fixed;
}

.main {
  width: 480px;
  margin: 40px 0px 40px 0;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 20px;
  transition: 0.4s;
  border: 1px solid #fff;
}
@media all and (max-width: 1367px) {
  .main {
    margin: 40px 0px 40px auto;
  }
}
@media all and (max-width: 896px) {
  .main {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
  }
}

#l-main {
  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: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: 500 !important;
}

/* animation
----------------------------------*/
@keyframes view-zoomin {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.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: block;
}

.loader-bg1 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #14213d;
  top: 0;
  left: 0;
  animation: load-fade 0.6s ease-out 2s forwards;
}
@media all and (max-width: 639px) {
  .loader-bg1 {
    animation: load-tate 1s ease-out 1.8s forwards;
  }
}

@keyframes load-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes load-tate {
  0% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0%;
  }
}
#splash_logo {
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 639px) {
  #splash_logo {
    top: 40%;
  }
}

@keyframes anime-paper {
  0% {
    opacity: 0;
  }
  60% {
    transform: translate(0px, 0px);
  }
  70% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.svgall {
  width: 200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 639px) {
  .svgall {
    width: 140px;
  }
}

@keyframes logo-t-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#splash_logo {
  animation: anime-aut 0.5s linear 1.8s forwards;
}
@media all and (max-width: 639px) {
  #splash_logo {
    animation: anime-aut 0.5s linear 1s forwards;
  }
}

@keyframes anime-aut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cls-1 {
  fill: none;
  stroke: rgb(0, 0, 0);
  stroke-width: 2;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  animation: animeline 4s ease-in 1s forwards, animeline2 2s ease-in 4s forwards;
}
.cls-1.cls-main-1 {
  animation: animeline 4s ease-in 1s forwards, animeline2 2s ease-in 4s forwards;
}
.cls-1.cls-main-2 {
  animation: animeline 4s ease-in 1s forwards, animeline2 2s ease-in 4s forwards;
}
.cls-1.cls-main-3 {
  animation: animeline 4s ease-in 1s forwards, animeline2 2s ease-in 4s forwards;
}

@keyframes animeline {
  50% {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 0);
  }
  70% {
    fill: rgb(255, 255, 255);
  }
  80% {
    stroke-width: 0;
  }
  100% {
    stroke-width: 0;
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
@keyframes animeline2 {
  80% {
    stroke-width: 0;
    filter: drop-shadow(0px 0px #333);
  }
  100% {
    transform: scale(1);
    stroke-width: 0;
    filter: drop-shadow(20px 20px #333);
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
/* header
----------------------------------*/
header {
  background-color: #14213d;
}

#l-header {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media all and (max-width: 1367px) {
  #l-header {
    margin: 0 auto;
    width: 30%;
    top: 50%;
    left: 10%;
    transform: translateY(-50%) translateX(0%);
  }
}
@media all and (max-width: 896px) {
  #l-header {
    position: relative;
    top: 0;
    left: 0%;
    transform: inherit;
  }
}
@media all and (max-width: 639px) {
  #l-header {
    z-index: 300;
    animation: none;
  }
}
#l-header .inner {
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#l-header .inner .header_left {
  width: 40%;
  max-width: 260px;
  position: relative;
}
#l-header .inner #logo {
  max-width: 260px;
  position: relative;
  z-index: 300;
  animation: load-bg 1s ease-out 1.6s forwards;
  opacity: 1;
}
#l-header .inner #logo .logo1 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#l-header .inner #logo .logo2 {
  display: none;
  margin: 0 auto;
  text-align: center;
}
#l-header .inner #logo a {
  display: block;
}
#l-header .inner #logo:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: -1;
  animation: load-bg 1s ease-out 1.6s forwards;
}
#l-header .inner .header_main {
  max-width: 300px;
  width: 30%;
}
#l-header .inner .btn-line {
  position: relative;
  width: 150px;
  display: block;
  margin: 20px auto;
}
#l-header .inner .header__detail {
  margin: 20px auto;
}
#l-header .inner .header__detail__address {
  background-color: #fff;
  padding: 20px;
  font-size: 1.4rem;
  color: #14213d;
  margin: 30px auto 20px;
}
#l-header .inner .header__detail__title {
  margin: 30px auto 20px;
  text-align: center;
  font-size: 1.4rem;
}
#l-header .inner .header__detail__title span {
  padding: 0 20px 10px;
  position: relative;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#l-header .inner .header__detail__title span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  background-color: #14213d;
}
#l-header .inner .header__detail__title span:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  bottom: -8px;
  left: 0;
  right: -8px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  background-color: #fff;
  transform: rotate(-50deg);
}
#l-header .inner .header__detail__link {
  text-align: center;
  display: block;
  font-size: 3rem;
  font-family: "Abel", sans-serif;
  font-weight: 300;
  font-weight: bold;
  color: #ff9f1c;
}
#l-header .inner .header__detail__link:hover {
  transition: 0.4s;
  color: #8b6d57;
}
@media all and (max-width: 1367px) {
  #l-header .inner {
    display: block;
  }
  #l-header .inner .header_left {
    width: 100%;
    margin: 0 auto;
  }
  #l-header .inner #logo {
    width: 200px;
    margin: 0 auto;
  }
  #l-header .inner .header_main {
    width: 100%;
    margin: 50px auto 0;
  }
}
@media all and (max-width: 896px) {
  #l-header .inner {
    min-width: initial;
  }
  #l-header .inner .header__detail {
    display: none;
  }
  #l-header .inner #logo {
    padding: 20px 0;
  }
  #l-header .inner .header_main {
    display: none;
  }
}
@media all and (max-width: 639px) {
  #l-header .inner {
    padding: 0;
  }
  #l-header .inner #logo {
    width: 110px;
  }
}

#header_nav {
  position: relative;
  z-index: 100;
}
#header_nav ul {
  padding: 0 20px;
}
#header_nav ul li {
  position: relative;
  border-bottom: 1px solid #8b6d57;
  margin-bottom: 10px;
}
#header_nav ul li a {
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 1.8rem;
  padding: 10px 20px;
  color: #fff;
}
#header_nav ul li a span {
  display: block;
  font-size: 1.3rem;
  font-family: "Abel", sans-serif;
  font-weight: 300;
  color: #fff;
  position: relative;
  letter-spacing: 0.1rem;
}
#header_nav ul li a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.4s;
}
#header_nav ul li a:after {
  position: absolute;
  content: "";
  transition: 0.2s width ease-in;
}
#header_nav ul li a:hover, #header_nav ul li a.active {
  color: #264673;
  transition: 0.2s width ease-in;
  color: #fff;
}
#header_nav ul li a:hover .eng, #header_nav ul li a.active .eng {
  color: #ff9f1c;
  animation: circle-anime2 4s ease-out 1.5s infinite;
}
#header_nav ul li .sub-menu {
  display: none;
  border-top: 0;
  display: none;
  margin: 0;
  position: absolute;
  width: 260px;
  top: 60px;
  left: 12px;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
  padding: 20px;
}
#header_nav ul li .sub-menu li {
  width: 100%;
  margin: 0 auto 5px;
  background-color: #14213d;
  padding: 10px 15px 10px 30px;
  margin-bottom: 4px;
  position: relative;
  opacity: 0;
  transition: 0.8s;
  transform: translateX(200px);
  transition: transform 0.3s ease, opacity 0.2s ease;
}
#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 a {
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  padding: 0;
  text-shadow: none;
  text-align: left;
}
#header_nav ul li .sub-menu li:hover {
  background-color: rgb(151, 151, 151);
}
#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;
}
#header_nav ul li:hover .header_link, #header_nav ul li.active .header_link {
  transform: scale(1.1);
  position: relative;
}
#header_nav ul li:hover .header_link:before, #header_nav ul li.active .header_link:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  top: -6px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(38, 70, 115, 0.4);
  z-index: -1;
}
#header_nav ul li:hover .header_link.type2:before, #header_nav ul li.active .header_link.type2:before {
  background-color: rgba(68, 97, 150, 0.4);
}
#header_nav ul li:hover .header_link.type3:before, #header_nav ul li.active .header_link.type3:before {
  background-color: rgba(235, 97, 42, 0.4);
}
#header_nav ul li:hover .header_link.type4:before, #header_nav ul li.active .header_link.type4:before {
  background-color: rgba(216, 206, 63, 0.4);
}

@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);
  }
}
@keyframes circle-anime {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes circle-anime2 {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* header sns
----------------------------------*/
.header_sns {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 30;
  justify-content: center;
  margin-top: 30px;
}
.header_sns li {
  padding: 0 10px;
  font-size: 3rem;
  position: relative;
  z-index: 30;
}
.header_sns li i {
  color: #fff;
  position: relative;
  z-index: 30;
}
.header_sns li:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0%;
  background-color: #14213d;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}
.header_sns li:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0%;
  background-color: #14213d;
  opacity: 0.8;
  border-radius: 50%;
  z-index: -1;
  animation: circle-anime 2s ease-out infinite;
  opacity: 0;
}
.header_sns li.sns__tel {
  font-size: 2rem;
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
.header_sns li.sns__tel:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0%;
  display: block;
  background-color: #14213d;
  border-radius: 50%;
  z-index: -1;
  opacity: 1;
}
.header_sns li.sns__tel:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0%;
  background-color: #14213d;
  opacity: 0.8;
  border-radius: 50%;
  z-index: -1;
  display: block;
  animation: circle-anime 2s ease-out infinite;
  opacity: 1;
}
.header_sns li:hover i {
  transition: 0.4s;
  transform: scale(1.2);
}
.header_sns li:hover.sns__facebook i {
  color: #1977F3;
}
.header_sns li:hover.sns__twitter i {
  color: #264673;
}
.header_sns li:hover.sns__tel i {
  transform: scale(1);
}
.header_sns li:hover.sns__tel:before {
  animation: none;
}
@media all and (max-width: 639px) {
  .header_sns li {
    padding: 0 10px;
    font-size: 1.8rem;
  }
  .header_sns li.sns__tel {
    font-size: 1.3rem;
    margin-left: 8px;
  }
  .header_sns li.sns__tel a i {
    color: #14213d;
  }
  .header_sns li.sns__tel:after {
    background-color: #fff;
    width: 30px;
    height: 30px;
  }
  .header_sns li.sns__tel:before {
    background-color: white;
    width: 30px;
    height: 30px;
  }
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 120;
  display: none;
}
#page-top a {
  display: block;
  background: #264673;
  box-shadow: #264673;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 58px;
  font-size: 1.2rem;
  text-align: center;
}
#page-top a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  #page-top a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

/* swiper
----------------------------------*/
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
#mainVisual {
  position: relative;
  z-index: 1;
}
#mainVisual .mainVisual__photo {
  height: 55vh;
}
#mainVisual .mainVisual__logo {
  position: relative;
  text-align: center;
  margin: 0 auto;
  background-color: #264673;
  padding: 10px 0;
}
#mainVisual .mainVisual__logo img {
  width: 120px;
  margin: 0 auto;
}

.main_catch__inner__created_by_js {
  filter: drop-shadow(2px 4px 6px black) !important;
}

/* footer
----------------------------------*/
.address {
  font-weight: 300;
}

footer {
  padding: 50px 0 0;
  position: relative;
  z-index: 2;
  background-color: #14213d;
}
@media all and (max-width: 639px) {
  footer {
    padding: 50px 0 0 0;
  }
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
  width: 80%;
  margin: 0 auto;
  z-index: 2;
}
#l-footer .inner {
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 0px;
}
#l-footer .flogobox {
  width: 100%;
  max-width: 150px;
  margin: 0 auto 10px;
}
#l-footer .fbox {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
#l-footer .fbox .box-txt {
  margin: 0px auto 20px;
  color: #fff;
}
#l-footer .fbox .fbox__link {
  margin: 0px auto 0;
  background-color: #264673;
  border: 1px solid #264673;
  padding: 10px 30px;
  border-radius: 50px;
  color: #fff;
  transition: 0.4s;
}
#l-footer .fbox .fbox__link:hover {
  transition: 0.4s;
  background-color: #fff;
  color: #264673;
}
#l-footer .fbox .footer_btn-line {
  position: relative;
  width: 100px;
  display: block;
  margin: 20px auto;
}
@media all and (max-width: 639px) {
  #l-footer .fbox {
    font-size: 12px;
  }
}

.footer_map {
  margin: 40px auto 0px;
}
.footer_map iframe {
  width: 100%;
  height: 200px;
  margin: 0 auto;
}

/* footer_navi
----------------------------------*/
.footer_navi {
  margin: 0px auto;
}
.footer_navi ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 660px;
}
.footer_navi ul li {
  width: 48%;
  margin: 0 1%;
}
@media all and (max-width: 1100px) {
  .footer_navi ul li {
    padding: 0px;
  }
}
.footer_navi ul li a {
  font-size: 1.3rem;
  position: relative;
  padding: 0 30px;
  display: block;
  margin: 10px auto;
  font-weight: 400;
  color: #fff;
}
.footer_navi ul li a:before {
  transition: 0.4s;
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  left: 15px;
  top: 0;
  background-color: #fff;
}
.footer_navi ul li a .eng {
  display: block;
  font-family: "Abel", sans-serif;
  font-weight: 300;
}
.footer_navi ul li a:hover .eng {
  color: #ff9f1c;
}
.footer_navi ul li a:hover:before {
  transition: 0.4s;
  height: 100%;
}
.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;
}
.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 #fff;
  background-color: transparent;
}
.footer_navi ul li .dropdown {
  display: none;
}
.footer_navi ul li .dropdown .dropdon-li a {
  font-size: 1.2rem;
}

.copyright {
  padding: 20px 0 20px;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #14213d;
  margin: -10px auto 0;
}
@media all and (max-width: 896px) {
  .copyright {
    font-size: 12px;
  }
}

/* loading mask
----------------------------------*/
.mask-img {
  mask-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27169/topMessage-logo.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: auto;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27169/topMessage-logo.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: auto;
}

/* contents
----------------------------------*/
#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;
}
@media all and (max-width: 896px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}

/* btn
----------------------------------*/
.btn {
  margin: 20px auto 0;
  text-align: center;
}
.btn a {
  margin: 0 auto;
  display: block;
  width: 90%;
  position: relative;
  background-color: #fff;
  font-size: 1.3rem;
  padding: 10px 0px;
  z-index: 1;
  letter-spacing: 5px;
  font-family: "Abel", sans-serif;
  font-weight: 300;
  transition: 0.4s;
  border-radius: 50px;
  overflow: hidden;
}
.btn a:before {
  transition: 0.4s;
  position: absolute;
  content: "";
  width: 140%;
  height: 200px;
  left: -20%;
  top: -30px;
  background-color: #14213d;
  border-radius: 50%;
}
.btn a:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27169/btn-kirakira.png) no-repeat;
  background-size: cover;
  right: 20px;
  top: 12px;
  z-index: 1;
  mix-blend-mode: color-dodge;
}
.btn a span {
  position: relative;
  z-index: 1;
  color: #fff;
}
.btn a:hover {
  transition: 0.4s;
  letter-spacing: 10px;
}
.btn a:hover:after {
  transform: scale(0.4);
  transition: 0.4s;
}
@media all and (max-width: 639px) {
  .btn a {
    width: 94%;
    padding: 8px 20px;
    font-size: 12px;
  }
}

/* page-title
----------------------------------*/
.topbox #header_nav ul li a.active .eng, .topbox #header_nav ul li a:hover .eng {
  color: #8b6d57;
}
.topbox .header_sns li.sns__tel a i {
  color: #14213d;
}
.topbox .header_sns li.sns__tel:after {
  background-color: #fff;
}
.topbox .header_sns li.sns__tel:before {
  background-color: white;
}

.page-title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px auto 0px;
  width: 100%;
}
.page-title.type1 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27169/page-title01.jpg) no-repeat center 100%/cover;
}
.page-title.type2 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27169/page-title02.jpg) no-repeat center 100%/cover;
}
.page-title.type3 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27169/page-title03.jpg) no-repeat center 0%/cover;
}
.page-title.type4 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27169/page-title04.jpg) no-repeat center 100%/cover;
}
.page-title.type5 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27169/page-title05.jpg) no-repeat center 100%/cover;
}
.page-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(32, 32, 32);
  opacity: 0.4;
}
.page-title .inner {
  margin: 0 auto;
  padding: 80px 0 80px;
  max-width: 1200px;
  overflow: hidden;
}
.page-title .inner .page-lead {
  color: #fefefe;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  margin: 0 auto;
  animation: page-leadanime 1s ease-out 0.6s forwards;
  opacity: 0;
}
.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Abel", sans-serif;
  font-weight: 300;
  font-size: 3rem;
}
.page-title .inner .page-lead .ja {
  color: #fff;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}
@media all and (max-width: 639px) {
  .page-title .inner .page-lead {
    font-size: 1.3rem;
    transform: translateY(4px);
  }
  .page-title .inner .page-lead .eng {
    font-size: 1.5rem;
  }
}

@keyframes page-leadanime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* tbl
----------------------------------*/
.tbl {
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  font-weight: 500 !important;
  font-weight: 600;
}
.tbl th span,
.tbl td span {
  font-size: 90%;
  color: #565656;
}
.tbl th {
  background: #14213d;
  color: #fff;
  white-space: nowrap;
}
.tbl th span {
  color: #fff;
}
.tbl td {
  background: #fefefe;
  padding: 15px 30px;
  border: 1px solid #14213d;
  border-left: none;
}
@media all and (max-width: 639px) {
  .tbl th,
  .tbl td {
    padding: 10px 5px;
  }
  .tbl td {
    border-left: 1px solid #14213d;
  }
  .tbl.type1 th,
  .tbl.type1 td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tbl.type1 th {
    line-height: 1.6;
  }
}

.tbl2 {
  width: 100%;
}
.tbl2.black td {
  color: #2c2c2c;
}
.tbl2 th,
.tbl2 td {
  padding: 5px 12px;
  vertical-align: middle;
}
.tbl2 th {
  font-weight: 600;
  width: 25%;
  padding: 7px 12px;
}
.tbl2 th span {
  background: #264673;
  color: #fefefe;
  padding: 7px 20px;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  white-space: nowrap;
}
.tbl2 td {
  border-bottom: 3px dotted #dcdad9;
}
@media all and (max-width: 639px) {
  .tbl2 th,
  .tbl2 td {
    padding: 5px;
    width: 100%;
    display: block;
  }
}

.tbl_new {
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
}
.tbl_new tr th {
  font-weight: 700;
  width: 25%;
  border-right: 1px solid #e4e4e4;
}
@media all and (max-width: 639px) {
  .tbl_new tr th {
    width: 30%;
  }
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: #eee;
}

.tbl-border {
  width: 100%;
}
.tbl-border th,
.tbl-border td {
  padding: 10px;
  border-bottom: 2px solid;
  vertical-align: middle;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.tbl-border th {
  width: 25%;
  border-color: #aaa;
}
.tbl-border th.th-1 {
  width: 45%;
}
@media all and (max-width: 639px) {
  .tbl-border th {
    width: 30%;
  }
}
.tbl-border td {
  border-color: rgb(250.3571428571, 241.0714285714, 227.1428571429);
}

.tbl-border2 {
  width: 100%;
  border-top: 1px solid #ccc;
}
.tbl-border2 th,
.tbl-border2 td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
  font-weight: 500;
}
.tbl-border2 tr.type1 th {
  width: 15%;
}
.tbl-border2 tr.type1 td {
  position: relative;
  padding-left: 15px;
}
.tbl-border2 tr.type1 td::before {
  content: "：";
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
}
@media all and (max-width: 639px) {
  .tbl-border2 th,
  .tbl-border2 td {
    padding: 3px;
  }
  .tbl-border2 tr.type1 th {
    letter-spacing: 0.1em;
    width: 26%;
  }
  .tbl-border2 tr.type1 td {
    padding-left: 10px;
  }
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 18%;
  height: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.ggmap.type-top {
  padding-bottom: 18%;
}
@media all and (max-width: 639px) {
  .ggmap.type-top {
    margin-bottom: 4px;
  }
}
@media all and (max-width: 1100px) {
  .ggmap {
    padding-bottom: 28%;
  }
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.blogbox {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
}
.blogbox .blogbox__title {
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
  color: #14213d;
  font-size: 2rem;
}
@media all and (max-width: 639px) {
  .blogbox .blogbox__title {
    font-size: 1.4rem;
  }
}

.blog-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-wrap * {
  transition: 0.3s;
}
.blog-wrap > li {
  width: 23%;
  margin: 0 1% 20px;
  position: relative;
  padding: 15px 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ddd;
}
@media all and (max-width: 1100px) {
  .blog-wrap > li {
    width: 31%;
  }
}
@media all and (max-width: 896px) {
  .blog-wrap > li {
    width: 48%;
  }
}
.blog-wrap > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.blog-wrap > li > a:hover ~ .blog-img img {
  opacity: 1;
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-wrap li {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .blog-wrap li .blog-img {
    width: 100%;
  }
  .blog-wrap li .blog-detail {
    width: 100%;
    padding: 10px;
  }
  .blog-wrap li .blog-txt {
    padding: 10px 0;
  }
}

.blog-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  box-sizing: border-box;
}
.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 {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.blog-cat {
  background-color: #264673;
  color: #fff;
  font-size: 13px;
  display: none;
}

.blog-detail-upper {
  position: relative;
  z-index: 2;
  margin: -31px 0 0;
  color: #fff;
  font-size: 12px;
}

.blog-category {
  display: inline-block;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  background: #111;
}

.blog-date {
  width: 100px;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #595959;
  font-size: 12px;
  position: relative;
}
.blog-date:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  top: 0;
  left: -5px;
  background-color: #ddd;
}

.blog-date2 {
  color: rgb(1.1111111111, 1.8333333333, 3.3888888889);
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}
.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

.blog-title {
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0;
}

.blog-txt {
  line-height: 1.5;
  color: #333;
  font-size: 1.7rem;
  padding-top: 10px;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
}
@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: #14213d;
  padding: 4px 5px;
  background: #fff;
  font-size: 12px;
}

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

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

.blog-month {
  margin-bottom: 10px;
}
.blog-month ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-month ul li {
  width: 49%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
  background: #ff9f1c;
}
@media all and (max-width: 639px) {
  .blog-month ul li {
    margin-left: 20px;
  }
}
.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}
.blog-month ul li a {
  color: #fff;
  font-size: 12px;
}
.blog-month ul li a:hover {
  color: #14213d;
}

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

/* breadcrumb
----------------------------------*/
.breadcrumb {
  padding: 10px 0px;
  z-index: 101;
  margin: -18px auto 40px;
  font-size: 1.2rem;
  position: relative;
  width: 60%;
  background-color: #14213d;
  text-align: center;
  border-radius: 50px;
}
.breadcrumb li {
  display: inline;
  color: #fff;
}
.breadcrumb li a {
  color: #ff9f1c;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 10px;
    padding: 8px 20px;
  }
}

/* form
----------------------------------*/
.form-contents {
  padding: 0 !important;
}

.form-contents form dl dd:not(.pattern-exclusion) {
  padding-left: 0 !important;
  width: 100% !important;
}

.policy {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  max-width: 1200px;
  margin: 20px auto 0;
}

/* accordion
----------------------------------*/
.accordion {
  border: 1px solid #ccc;
}
.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
}
.accordion dt {
  cursor: pointer;
  font-size: 1.7rem;
  color: #2c2c2c;
}
.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.7rem;
}
.accordion dt.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}
.accordion dd {
  display: none;
  padding: 25px;
  background: rgba(255, 255, 255, 0.1);
  color: #2c2c2c;
}
@media all and (max-width: 639px) {
  .accordion dt {
    font-size: 1.3rem;
  }
  .accordion dd {
    padding: 15px;
  }
}

/* mtitle
----------------------------------*/
.mtitle {
  position: relative;
  margin: 0 auto 60px;
  text-align: center;
  line-height: 1.7;
}
.mtitle .eng {
  display: block;
  font-size: 1.6rem;
  color: rgb(184.9380530973, 160.7787610619, 143.0619469027);
  font-family: "Abel", sans-serif;
  font-weight: 300;
  text-transform: inherit;
}
.mtitle .ja {
  font-size: 2.4rem;
  color: #8b6d57;
}
.mtitle:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 80px;
  height: 5px;
  z-index: 1;
  background-image: linear-gradient(to right, #14213d 0%, #14213d 50%, rgb(35.1111111111, 57.9333333333, 107.0888888889) 50%, rgb(35.1111111111, 57.9333333333, 107.0888888889) 100%);
}
.mtitle.type1:after {
  background-image: linear-gradient(to right, #264673 0%, #264673 50%, rgb(53.2, 98, 161) 50%, rgb(53.2, 98, 161) 100%);
}
.mtitle.white span {
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mtitle.white:after {
  color: #ffffff;
}
.mtitle.mtitle_left {
  text-align: left;
}
.mtitle.mtitle_left:after {
  left: 0;
  transform: translateX(0%);
}
@media all and (max-width: 896px) {
  .mtitle {
    margin: 0 auto 50px;
  }
  .mtitle .eng {
    font-size: 1.3rem;
  }
  .mtitle .ja {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle {
    margin: 0 auto 50px;
  }
  .mtitle .eng {
    font-size: 1.2rem;
  }
  .mtitle .ja {
    font-size: 1.6rem;
  }
}

.mtitle2 {
  position: relative;
  margin-bottom: 30px;
}
.mtitle2.type1 {
  margin-top: -60px;
  margin-bottom: 40px;
  position: relative;
  z-index: 4;
}
.mtitle2 span {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 0 5px 0 0;
}
.mtitle2 .eng {
  font-family: "Abel", sans-serif;
  font-weight: 300;
  letter-spacing: 0.075em !important;
  background: #14213d;
  color: #ffffff;
  display: table;
}
.mtitle2 .ja {
  background: #ffffff;
  color: #8b6d57;
}
@media all and (max-width: 639px) {
  .mtitle2 {
    margin-bottom: 25px;
  }
  .mtitle2 span {
    padding: 3px 10px;
  }
  .mtitle2.type1 {
    margin-top: -40px;
    margin-bottom: 30px;
  }
}

.mtitle3 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.3em;
  color: #8b6d57;
}
.mtitle3.type1 {
  left: auto;
  right: 0;
}
@media all and (max-width: 896px) {
  .mtitle3 {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    writing-mode: inherit;
    margin: 0 auto 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.mtitle_line {
  position: relative;
  margin-bottom: 30px;
  color: #8b6d57;
  border-top: 3px solid #14213d;
  padding: 10px 10px 18px;
  font-size: 2.2rem;
}
.mtitle_line.type1 {
  border-top: 3px solid #264673;
}
.mtitle_line.type1:after {
  background-image: repeating-linear-gradient(-45deg, rgb(31.6666666667, 58.3333333333, 95.8333333333), rgb(31.6666666667, 58.3333333333, 95.8333333333) 1px, transparent 2px, transparent 5px);
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  opacity: 0.5;
  background-image: repeating-linear-gradient(-45deg, rgb(13.7037037037, 22.6111111111, 41.7962962963), rgb(13.7037037037, 22.6111111111, 41.7962962963) 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  backface-visibility: hidden;
}
@media all and (max-width: 896px) {
  .mtitle_line {
    padding: 8px 8px 16px;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle_line {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
}

.balloon_mini {
  font-size: 1.3rem;
  color: #14213d;
  text-align: center;
  font-family: "Abel", sans-serif;
  font-weight: 300;
}

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

.mtitle-border {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.mtitle-border:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 48%;
  background-color: #14213d;
}
.mtitle-border span {
  background-color: #14213d;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}

.mtitle_number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.mtitle_number .num {
  padding-right: 8px;
  font-size: 1.3em;
  color: #446196;
}
.mtitle_number .text {
  padding-left: 16px;
  font-size: 1.8rem;
  border-left: 2px solid #446196;
  line-height: 1.4;
}
.mtitle_number .text small {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  opacity: 0.5;
  text-transform: uppercase;
}
@media all and (max-width: 639px) {
  .mtitle_number .text {
    font-size: 1.5rem;
    padding-left: 8px;
  }
}

.mtitle-bll {
  border-bottom: 2px solid #eeeeee;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-bottom: 8px;
}
.mtitle-bll:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #14213d;
}
.mtitle-bll.type1:after {
  background: #264673;
}
.mtitle-bll.type2 {
  letter-spacing: 0.1em;
}

.mtitle4 {
  line-height: 1.3;
  margin-bottom: 20px;
  color: #8b6d57;
  text-align: center;
}
.mtitle4 .eng {
  font-family: "Abel", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.mtitle4 span {
  position: relative;
  display: inline-block;
  min-width: 10%;
  padding: 0 15px;
}
.mtitle4 span:before, .mtitle4 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  margin: auto;
  width: 2px;
  height: 85%;
  background-color: rgb(175.1216814159, 147.5774336283, 127.3783185841);
}
.mtitle4 span:before {
  left: -8px;
  transform: rotate(-25deg);
}
.mtitle4 span:after {
  right: -8px;
  transform: rotate(25deg);
}
.mtitle4.white {
  color: #ffffff;
}
.mtitle4.white span:before, .mtitle4.white span:after {
  background-color: #ffffff;
}
@media all and (max-width: 896px) {
  .mtitle4 {
    margin-bottom: 15px;
  }
  .mtitle4 span {
    padding: 0 10px;
  }
}
@media all and (max-width: 639px) {
  .mtitle4 span:before, .mtitle4 span:after {
    bottom: -5px;
  }
}

.mtitle6-mini {
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
@media all and (max-width: 896px) {
  .mtitle6-mini {
    margin-bottom: 20px;
  }
}

.mtitle6 {
  position: relative;
  margin-bottom: 25px;
}
.mtitle6.bm0 {
  margin-bottom: 0 !important;
}
.mtitle6 span {
  color: #8b6d57;
  padding-right: 15px;
}
.mtitle6::first-letter {
  color: #14213d;
}
.mtitle6.type1::first-letter {
  color: #264673;
}
.mtitle6:before {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: rgb(17.4814814815, 28.8444444444, 53.3185185185);
  z-index: -1;
}
@media all and (max-width: 896px) {
  .mtitle6 {
    margin-bottom: 20px;
  }
  .mtitle6 span {
    padding-right: 10px;
  }
}

.mtitle_sub {
  margin: 0px auto 15px;
  border-bottom: 1px solid #14213d;
  padding-bottom: 15px;
  text-align: center;
}
.mtitle_sub .eng {
  font-size: 2rem;
  font-family: "Abel", sans-serif;
  font-weight: 300;
  color: #14213d;
  line-height: 1;
  display: block;
}
.mtitle_sub .ja {
  font-size: 1.5rem;
}

.mtitle_small {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #8b6d57;
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #14213d;
  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.5rem;
  margin-bottom: 10px;
  color: #8b6d57;
  font-weight: 600;
  padding: 10px 10px 10px 20px;
}
.mtitle_small2:before {
  content: "";
  background-color: #fff;
  width: 3px;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 0;
}
.mtitle_small2:after {
  content: "";
  background-color: #838383;
  width: 3px;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 2px;
}

.mtext1 {
  font-size: 2rem;
  line-height: 1.8;
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .mtext1.type1 {
    margin-bottom: 20px;
  }
}

.mtext2 {
  font-size: 2.4rem;
  color: #8b6d57;
  line-height: 1.6;
  margin-bottom: 15px;
}
.mtext2.eng {
  font-family: "Abel", sans-serif;
  font-weight: 300;
}
@media all and (max-width: 896px) {
  .mtext2 {
    margin-bottom: 10px;
  }
}

.color1 {
  color: #14213d;
}

.color2 {
  color: #264673;
}

.color3 {
  color: rgb(232, 133.8854625551, 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: #8b6d57;
}
@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));
}

/*photoギャラリー*/
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery li {
  width: 24%;
  margin: 0 1.3333333333% 25px 0;
}
.gallery li:nth-child(4n) {
  margin-right: 0;
}
.gallery li a {
  background: rgba(173, 159, 134, 0.2);
  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 {
  font-size: 14px;
  margin: 3px 0 10px;
}

@media all and (max-width: 896px) {
  .gallery li {
    width: 48%;
    margin: 0 1% 0px;
  }
  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery li a {
    height: 120px;
  }
  .gallery li p {
    font-size: 12px;
  }
}
/* common content
----------------------------------*/
.mainContents {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.mainContents .mainContents__title {
  position: relative;
  width: 80%;
  margin: 0 auto 30px;
}
.mainContents .mainContents__title .eng {
  display: block;
  font-family: "Abel", sans-serif;
  font-weight: 300;
  font-size: 4rem;
  font-weight: 200;
  color: #14213d;
  line-height: 1;
  opacity: 0.5;
}
.mainContents .mainContents__title .ja {
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  line-height: 1;
}
.mainContents .mainContents__title.title--center {
  text-align: center;
  margin: 0 auto;
}
.mainContents .mainContents__title.title--center .eng {
  display: block;
  font-family: "Abel", sans-serif;
  font-weight: 300;
  font-size: 8rem;
  font-weight: 200;
  color: #264673;
  line-height: 1;
  opacity: 0.2;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  line-height: 1;
}
.mainContents .mainContents__txt {
  font-size: 1.6rem;
  font-weight: bold;
}
.mainContents .mainContents__txt.txt--main {
  line-height: 2.6;
}
@media all and (max-width: 639px) {
  .mainContents .mainContents__title {
    margin-bottom: 20px;
  }
  .mainContents .mainContents__title .eng {
    font-size: 2.2rem;
  }
  .mainContents .mainContents__title .ja {
    font-size: 1.4rem;
  }
  .mainContents .mainContents__title.title--center .eng {
    font-size: 5rem;
  }
  .mainContents .mainContents__title.title--center .ja {
    font-size: 1.4rem;
  }
}

/* contents
----------------------------------*/
.single {
  max-width: 85%;
  padding: 40px 0;
  margin: 0 auto;
}
@media all and (max-width: 1100px) {
  .single {
    padding: 40px 0px;
  }
}
.single.type1 {
  padding: 40px 0 0;
}
.single.type2 {
  padding: 0px 0 40px;
}

.single02 {
  padding: 80px 0;
}

/*mbox
----------------------------------*/
.sentence p + p {
  margin-top: 20px;
}
@media all and (max-width: 639px) {
  .sentence p + p {
    margin-top: 15px;
  }
}

.mbox {
  position: relative;
  background: #ffffff;
  padding: 30px 20px;
  z-index: 3;
  border-radius: 10px;
}
.mbox.type1 {
  min-height: 200px;
  box-shadow: none;
}
@media all and (max-width: 896px) {
  .mbox.type1 {
    min-height: initial;
  }
}
.mbox.wk {
  border: 1px solid #14213d;
}
.mbox.transparent {
  background: transparent;
  box-shadow: none;
}
@media all and (max-width: 896px) {
  .mbox {
    border-radius: 5px;
  }
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 25px 15px;
  }
}

.mbox2 {
  background: #ffffff;
  padding: 40px 30px;
  border: 1px solid #14213d;
  box-shadow: 3px 3px #f8f6ec;
  border-radius: 10px;
}
@media all and (max-width: 896px) {
  .mbox2 {
    border-radius: 5px;
  }
}
@media all and (max-width: 639px) {
  .mbox2 {
    padding: 25px 15px;
  }
}

/*menu_list
---------------------------------*/
.menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1150px;
  margin: 50px auto 0;
  row-gap: 20px;
}
.menu_list > li {
  width: 100%;
}
.menu_list > li > li {
  width: 100%;
}
.menu_list > li .menu_inner .menu_txt a {
  position: relative;
  display: block;
  padding: 1rem 1rem 2.5rem;
  background-color: #eee;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
  color: #2c2c2c;
}
.menu_list > li .menu_inner .menu_txt a .img {
  overflow: hidden;
  margin-bottom: 20px;
}
.menu_list > li .menu_inner .menu_txt a .img img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.menu_list > li .menu_inner .menu_txt a .ttl {
  color: #2c2c2c;
  font-size: 1.1em;
}
.menu_list > li .menu_inner .menu_txt a .txt {
  margin-bottom: 20px;
}
.menu_list > li .menu_inner .menu_txt a .btn {
  position: absolute;
  bottom: -4.5rem;
  right: -4.5rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background-color: #14213d;
}
.menu_list > li .menu_inner .menu_txt a .btn i {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 1rem;
  aspect-ratio: 1/1;
  color: #fff;
  fill: #fff;
}
.menu_list > li .menu_inner .menu_txt a:hover {
  box-shadow: 1em 0rem 2rem rgba(0, 0, 0, 0.05);
}
.menu_list > li .menu_inner .menu_txt a:hover .btn i {
  animation: card-fade 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.menu_list > li .menu_inner .menu_txt a:hover .img img {
  transform: scale(1.1);
}
.menu_list > li .menu_inner + .menu_deco {
  width: 40%;
  text-align: left;
}
.menu_list > li:nth-child(even) .menu_inner .menu_txt a .ttl {
  color: #2c2c2c;
}
.menu_list > li:nth-child(even) .menu_inner .menu_txt a .btn {
  background: #ff9f1c;
}
.menu_list > li:nth-child(even) .menu_deco {
  text-align: right;
}

/*btn
----------------------------------*/
.btn01 a {
  width: 300px;
  margin: 25px auto 20px;
  color: #14213d;
  display: block;
  padding: 10px 30px;
  border: 1px solid #14213d;
  border-radius: 40px;
  position: relative;
  font-family: "Abel", sans-serif;
  font-weight: 300;
  background: #fefefe;
}
.btn01 a::after {
  content: "●";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  transition: all 0.5s ease;
  color: #264673;
}
.btn01 a:hover {
  background: #14213d;
  color: #fff;
}
.btn01 a:hover::after {
  right: 20px;
  color: #fff;
}
.btn01 a .ja {
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}
.btn01.mail {
  flex-basis: 100%;
}
.btn01.mail a {
  background: #14213d;
  margin: 15px auto 25px;
}
.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
.btn01.left a {
  margin-left: 0;
}
.btn01.white a {
  background: #fff;
  border: 1px solid #fff;
}
.btn01.white a:hover {
  color: #2c2c2c;
}
.btn01.white a:hover::after {
  color: #14213d;
}
.btn01.white2 a {
  background: #fff;
  border: 1px solid #ddd;
}
.btn01.white2 a:hover {
  color: #2c2c2c;
}
.btn01.white2 a:hover::after {
  color: #14213d;
}
@media all and (max-width: 639px) {
  .btn01 a {
    width: 95%;
    padding: 15px 30px;
  }
  .btn01.left a {
    margin-left: auto;
  }
}

.btn02 {
  max-width: 280px;
  width: 90%;
  margin: 20px auto 0;
}
.btn02 a {
  display: block;
  position: relative;
  padding: 15px 0;
  background-color: rgb(193.6009852217, 183.118226601, 164.3990147783);
  border: 1px solid #2c2c2c;
  line-height: 24px;
  text-align: center;
  color: #2c2c2c;
}
.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 45px;
  height: 1px;
  background-color: #2c2c2c;
  transition: all 0.3s ease;
}
.btn02 a:hover i {
  width: 30px;
}

.morebtn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: #fff;
  border-radius: 40px;
  padding: 6px;
  width: 240px;
  border: 1px solid #e4e4e4;
}

.morebtn .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 44px;
  height: 44px;
  background: #ff9f1c;
  margin-left: -1px;
  border-radius: 22px;
}

.morebtn .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.morebtn .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 4px;
  width: 2rem;
  height: 0.125rem;
  background: none;
}

.morebtn .circle .icon.arrow:before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.morebtn .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 0;
  margin: 0 0 0 1.85rem;
  color: #222;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.morebtn.type1 {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.morebtn:hover .circle {
  width: 101%;
  background: #ff9f1c;
}

.morebtn:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

.morebtn:hover .button-text {
  color: #fff;
}

.morebtn.type1 .circle {
  background: #4f9ece;
}

.morebtn.type1:hover .circle {
  background: #4f9ece;
}

.morebtn-wrap {
  margin-top: 45px;
}

.morebtn-wrap.right {
  text-align: right;
}

@media all and (max-width: 896px) {
  .morebtn {
    width: 200px;
  }
  .morebtn .circle {
    width: 36px;
    height: 36px;
  }
  .morebtn .circle .icon.arrow {
    left: 0;
  }
  .morebtn .button-text {
    padding: 15px 0;
  }
}
@media all and (max-width: 639px) {
  .morebtn-wrap {
    margin-top: 30px;
    text-align: center;
  }
}
/* contact_btn
----------------------------------*/
.contact_btn li a,
.contact_btn li button {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0.5em 3em;
  border-radius: 5em;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.contact_btn li a span,
.contact_btn li button span {
  position: relative;
}
@media all and (max-width: 639px) {
  .contact_btn li a,
  .contact_btn li button {
    font-size: 1.5rem;
  }
}
.contact_btn li a:before,
.contact_btn li button:before {
  display: block;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.contact_btn li a:after,
.contact_btn li button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.contact_btn li a:hover:before,
.contact_btn li button:hover:before {
  width: 100%;
}
.contact_btn li .contact_other {
  background-color: #fff;
  border: 1px solid #ff9f1c;
  color: #14213d;
}
.contact_btn li .contact_other:before {
  background-color: #ff9f1c;
}
.contact_btn li .contact_other:hover {
  color: #fff;
}
.contact_btn li .contact_other2 {
  background-color: #264673;
  color: #fff;
}
.contact_btn li .contact_other2:before {
  background-color: #14213d;
}
.contact_btn li .contact_mail {
  background-color: #ff9f1c;
  color: #14213d;
}
.contact_btn li .contact_mail:before {
  background-color: rgb(31.6666666667, 58.3333333333, 95.8333333333);
}
.contact_btn li .contact_mail:hover {
  color: #fff;
}
.contact_btn li .contact_shop {
  background-color: #fff;
  color: #14213d;
}
.contact_btn li .contact_shop:before {
  background-color: rgb(13.7037037037, 22.6111111111, 41.7962962963);
}
.contact_btn li .contact_shop:hover {
  color: #fff;
}
.contact_btn li .contact_portal_01 {
  border: 1px solid #72a331;
  color: #72a331;
}
.contact_btn li .contact_portal_01:before {
  background-color: #72a331;
}
.contact_btn li .contact_portal_01:hover {
  color: #fff;
}
.contact_btn li .contact_portal_02 {
  border: 1px solid #e77611;
  color: #e77611;
}
.contact_btn li .contact_portal_02:before {
  background-color: #e77611;
}
.contact_btn li .contact_portal_02:hover {
  color: #fff;
}
.contact_btn li .contact_w_01 {
  width: 340px;
  padding: 0.6em 3em;
}
@media all and (max-width: 639px) {
  .contact_btn li .contact_w_01 {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 0.5em 2em;
  }
}
.contact_btn li .contact_w_02 {
  margin: 0 auto 32px;
}
.contact_btn.contact_half {
  display: flex;
  justify-content: space-between;
}
.contact_btn.contact_half > li {
  width: 47%;
}

.big_phone_txt {
  line-height: 1.4;
  margin: 0 auto 10px;
}

.big_phone_txt a {
  position: relative;
  display: block;
  font-size: 3rem;
  font-weight: 600;
  color: #ff9f1c;
}
@media all and (max-width: 639px) {
  .big_phone_txt a {
    font-size: 2.2rem;
  }
}

.big_phone_txt a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  /* 電話アイコン */
  font-weight: 900;
  margin-right: 5px;
}

.big_phone_txt span {
  text-align: center;
  font-size: 1.2rem;
}

/* concept__list
----------------------------------*/
.concept__list li {
  position: relative;
  z-index: 1;
  margin: 50px auto;
}
.concept__list .list__photo {
  margin: 20px auto;
  text-align: center;
}
@media all and (max-width: 639px) {
  .concept__list {
    margin: 0px auto 0;
  }
  .concept__list .list__photo {
    margin: 20px auto;
    text-align: center;
    width: 100%;
  }
}

/* page content
----------------------------------*/
.medicalNav {
  position: relative;
  margin: 0 auto;
}
.medicalNav .medicalNav__list {
  width: 90%;
  margin: 0 auto;
}

.medicalNav__list {
  display: flex;
  flex-wrap: wrap;
}
.medicalNav__list li {
  width: 50%;
  border-bottom: 1px solid #8b6d57;
  border-right: 1px solid #8b6d57;
}
.medicalNav__list li:first-child, .medicalNav__list li:nth-child(2) {
  border-top: 1px solid #8b6d57;
}
.medicalNav__list li:nth-child(2n) {
  border-right: none;
}
.medicalNav__list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #8b6d57;
  padding: 10px 10px;
  width: 100%;
}
.medicalNav__list a:hover {
  color: #8b6d57;
}
.medicalNav__list .list__icon {
  max-width: 50px;
  width: 20%;
}
.medicalNav__list .list__txt {
  width: 80%;
  padding-left: 5px;
  font-size: 1.4rem;
}
@media all and (max-width: 639px) {
  .medicalNav__list .list__txt {
    width: 80%;
    padding-left: 5px;
    font-size: 1.2rem;
    line-height: 1;
  }
}

/* content anime
----------------------------------*/
.photo-anime {
  opacity: 0;
}
.photo-anime.photo-anime-on {
  animation: photoanimeon 1s ease-out 0.2s forwards;
}

.circle-anime.circle-anime-on:before {
  animation: circleanimeon 1s ease-out 0.2s forwards;
}
.circle-anime.circle-anime-on:after {
  animation: circleanimeon 1s ease-out 0.4s forwards;
}

@keyframes photoanimeon {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes circleanimeon {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bganimeon {
  0% {
    width: 0%;
    top: 20px;
  }
  100% {
    width: 100%;
    top: 80px;
  }
}
/* slider
----------------------------------*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0 5px;
  padding: 15px !important;
  height: 200px;
}
.slick-slide img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.slick-slide img {
  width: 100%;
  height: 100%;
}

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

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

.slick-prev:before {
  position: absolute;
  content: "";
  color: #000;
  border-right: 20px solid #14213d;
  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: 639px) {
  .slick-prev:before {
    left: -10px;
  }
}

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

.slick-next:before {
  position: absolute;
  content: "";
  color: #000;
  border-left: 20px solid #14213d;
  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: 639px) {
  .slick-next:before {
    right: -10px;
  }
}

@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: 300px;
}

.slide_list {
  position: relative;
  display: none;
  margin: 0px auto 60px;
}
.slide_list li {
  margin-right: 1%;
  border-radius: 0px;
  overflow: hidden;
}
.slide_list li:nth-child(2n) {
  margin-top: 40px;
}
.slide_list li img {
  width: auto;
  height: 300px;
  transition: filter 0.2s ease-in;
}
.slide_list li:hover img {
  filter: grayscale(0);
}
@media all and (max-width: 639px) {
  .slide_list li img {
    height: 240px;
  }
}

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

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

.business05_list li {
    list-style: disc;
    margin: 0 20px;
}