@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
html {
  scroll-behavior: smooth;
}

body {
  color: #434343;
  background: #fefefe;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.1em;
}

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

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

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

.bold {
  font-weight: 600;
}

h2,
h3 {
  line-height: 1.6;
}
h2 .ja,
h3 .ja {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
h2.wg500,
h3.wg500 {
  font-weight: 500;
}

.title {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-weight: 900 !important;
  letter-spacing: 0.1em;
}

.ita {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-style: italic !important;
  text-transform: inherit !important;
  letter-spacing: 0.05rem !important;
}

.mincho {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}

/* animation
----------------------------------*/
@keyframes view-zoomin {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pikopiko {
  0% {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
}
.yurayura {
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
}

.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;
  background: #fdfdfd;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader::after {
  animation: loader 0.5s linear infinite;
  border: 1px solid #54A1A6;
  border-radius: 50%;
  border-right: 1px solid rgba(84, 161, 166, 0.2);
  border-top: 1px solid rgba(84, 161, 166, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}
.loader.off {
  display: none;
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

.fuwafuwa2 {
  animation: fuwafuwa2 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(0, -15px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.deco-anime {
  -webkit-animation: rotate_anime 1.5s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;
  animation: rotate_anime 1.5s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;
}

.deco-anime2 {
  -webkit-animation: rotate_anime2 1.5s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;
  animation: rotate_anime2 1.5s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;
}

@-webkit-keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(5deg);
  }
  85% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(0deg);
  }
}
@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(5deg);
  }
  85% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate_anime2 {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  95% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate_anime2 {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  95% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* header
----------------------------------*/
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#l-header {
  width: 100%;
}
#l-header.is-fixed {
  position: fixed;
  width: 100%;
  z-index: 200;
  top: 0;
  left: 0;
  background: #fefefe;
}
#l-header.is-fixed::before, #l-header.is-fixed::after {
  display: none;
}
#l-header.is-fixed .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5px;
  transition: all 0.5s ease;
}
#l-header.is-fixed .inner #logo {
  width: 230px;
}
@media all and (max-width: 1100px) {
  #l-header.is-fixed .inner #logo {
    width: 230px;
  }
}
@media all and (max-width: 896px) {
  #l-header {
    background: transparent;
    backdrop-filter: none;
  }
}
#l-header .inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 85%;
  padding: 20px 0;
  transition: all 0.5s ease;
}
#l-header .inner #logo {
  transition: all 0.4s ease-in;
  width: 300px;
  z-index: 2;
}
@media all and (max-width: 1367px) {
  #l-header .inner #logo {
    width: 280px;
  }
}
@media all and (max-width: 639px) {
  #l-header .inner #logo {
    width: 230px;
  }
}
#l-header .head-right {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 1100px) {
  #l-header .head-right {
    display: none;
  }
}
#l-header .head-right_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
#l-header .head-right_tel,
#l-header .head-right_mail {
  text-align: center;
  white-space: nowrap;
}
#l-header .head-right_tel span,
#l-header .head-right_mail span {
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#l-header .head-right_tel a,
#l-header .head-right_mail a {
  position: relative;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  color: #54A1A6;
  background: #fff;
  border-radius: 30px;
  transition: all 0.3s ease-in;
  padding: 0 3px;
  padding: 15px 30px;
  font-size: 1.4rem;
}
#l-header .head-right_tel a:hover,
#l-header .head-right_mail a:hover {
  opacity: 0.6;
}
#l-header .head-right_txt {
  text-align: center;
}
#l-header .head-right_txt a {
  position: relative;
  display: block;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
  transition: all 0.3s ease-in;
  border: 2px solid #fff;
  padding: 5px 15px;
  border-radius: 3px;
}
#l-header .head-right_txt a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#l-header .head-right_btn a {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 2px solid #fff;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 100%;
  filter: drop-shadow(0px 0px 3px rgba(86, 77, 72, 0.5));
  transition: all 0.3s ease-in;
}
#l-header .head-right_btn a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#l-header .head-right_btn a:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 1367px) {
  #l-header .inner {
    max-width: 95%;
    padding: 20px 0;
  }
}

.head-sns > li a {
  background: #54A1A6;
  border-radius: 30px;
  padding: 20px 25px !important;
  color: #fff !important;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.head-sns > li a:hover {
  opacity: 0.6;
}

.head_right_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5em;
}
.head_right_contact p {
  line-height: 1.2;
  text-align: center;
}
.head_right_contact p.btn {
  background: #54A1A6;
  color: #fff;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  line-height: 3em;
}
.head_right_contact p.btn a {
  transition: all 0.3s ease-in;
  display: block;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.head_right_contact p.btn a:hover {
  opacity: 0.6;
}
.head_right_contact p.line_btn {
  background: #06C755;
}
.head_right_contact p.line_btn a i {
  font-size: 2rem;
  line-height: 2.5;
}

#header_nav {
  position: relative;
  transition: all 0.4s ease-in;
}
@media all and (max-width: 896px) {
  #header_nav {
    display: none;
  }
}
#header_nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
  transition: all 0.5s ease;
}
#header_nav > ul li {
  position: relative;
  text-align: center;
}
#header_nav > ul li a {
  position: relative;
  display: block;
  line-height: 1.5;
  font-weight: bold;
  color: #434343;
}
#header_nav > ul li a span {
  display: block;
  color: #54A1A6;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
#header_nav > ul li a img {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
#header_nav > ul li a:hover {
  opacity: 0.6;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 40px;
  padding-top: 18px;
  z-index: 999;
  width: 100%;
}
#header_nav .dropdown li {
  border-right: 0px dashed #ddd;
  border-bottom: 1px solid #ddd;
}
#header_nav .dropdown li:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: 0px solid #ddd;
  overflow: hidden;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: auto;
  padding: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  background: #fefefe;
  text-shadow: none;
  filter: none;
}
#header_nav .dropdown .dropdown-li a:after {
  display: none;
}
#header_nav .dropdown .dropdown-li a:hover {
  background: #f2f2f2;
}
@media all and (max-width: 1367px) {
  #header_nav > ul {
    gap: 20px;
  }
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 200;
}
#page-top a {
  display: block;
  background: #fff;
  color: #434343;
  border: 1px solid #564d48;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 1.1rem;
  text-align: center;
}
#page-top a:hover {
  opacity: 0.6;
}
@media all and (max-width: 896px) {
  #page-top {
    bottom: 72px;
  }
}

/* slider
----------------------------------*/
.swiper-slide {
  position: relative;
}
.swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}

#slide-wrapper {
  position: relative;
  width: 100%;
}
@media all and (max-width: 1100px) {
  #slide-wrapper:before {
    height: 50px;
  }
}
@media all and (max-width: 896px) {
  #slide-wrapper:before {
    height: 30px;
  }
}
@media all and (max-width: 639px) {
  #slide-wrapper:before {
    height: 20px;
  }
}

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

.main_catch__inner {
  padding-bottom: 5%;
}

.main_slider__inner {
  position: relative;
}
.main_slider__inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: #4686ac;
}

.main_catch__inner__created_by_js {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
}

.main_slider__outer {
  width: 93% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#main_slider .main_slider {
  border-radius: 50px;
}
@media all and (max-width: 639px) {
  #main_slider .main_slider {
    border-radius: 20px;
  }
}

/* contact_bnr
----------------------------------*/
.contact_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact_bnr > li {
  position: relative;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  text-align: center;
}
.contact_bnr > li a {
  display: block;
  position: relative;
}
@media all and (max-width: 896px) {
  .contact_bnr > li a {
    text-align: center;
    margin: 0 auto 20px;
  }
  .contact_bnr > li:first-of-type {
    margin-right: 0;
  }
}
.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  position: relative;
  color: #54A1A6;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 20px;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.7em;
}
.contact_bnr > li .bnr_tel:hover {
  opacity: 0.6;
}
@media all and (max-width: 1100px) {
  .contact_bnr > li .bnr_tel {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_tel {
    font-size: 1.8rem;
    text-align: center;
    padding: 10px;
  }
}
.contact_bnr > li .bnr_mobile {
  background: #fefefe;
  color: #54A1A6;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  background: #fdfdfd;
  color: #54A1A6;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail {
  background: #fefefe;
  color: #54A1A6;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  border-radius: 15px;
  margin: auto;
  line-height: 1.4;
  padding: 20px;
}
.contact_bnr > li .bnr_mail:hover {
  opacity: 0.6;
}
.contact_bnr > li .bnr_mail .small {
  font-size: 0.8em;
  margin-left: 4px;
}
.contact_bnr > li .bnr_mail:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.6rem;
    max-width: 100%;
    padding: 10px;
  }
}
@media all and (max-width: 896px) {
  .contact_bnr li a {
    margin: 0 auto 0;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr {
    display: block;
  }
  .contact_bnr li {
    width: 100%;
  }
  .contact_bnr li:first-child:after {
    display: none;
  }
}

/* footer
----------------------------------*/
#l-footer {
  font-size: 1.5rem;
  position: relative;
  background: #54A1A6;
  border-radius: 200px 200px 0 0;
}
#l-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fefefe;
  z-index: -2;
}
#l-footer .inner {
  z-index: 20;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 120px 0;
  max-width: 85%;
  margin: 0 auto;
}
#l-footer .inner .footer_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 896px) {
  #l-footer {
    border-radius: 100px 100px 0 0;
  }
  #l-footer .inner {
    flex-direction: column;
    padding: 60px 0;
  }
  #l-footer .inner > div {
    width: 100%;
    text-align: center;
  }
  #l-footer .inner .footer_right {
    display: none;
  }
}
@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
    border-radius: 30px 30px 0 0;
  }
  #l-footer::before {
    top: -38px;
    height: 40px;
  }
}

.footer_img {
  display: flex;
  border-radius: 100px 100px 0 0;
  overflow: hidden;
}
.footer_img img {
  width: 25%;
  height: 300px;
  object-fit: cover;
}

.footer_contact {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_contact > li {
  width: 49%;
}
.footer_contact > li a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 30px 100px;
  border-radius: 20px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.footer_contact > li a i {
  display: block;
  font-size: 2.5em;
  margin-bottom: 10px;
}
.footer_contact > li:nth-child(1) {
  margin-bottom: 10px;
}
.footer_contact > li:nth-child(2) a {
  background: #F9B600;
}

/* footer_navi
----------------------------------*/
.footer_navi {
  position: relative;
}
@media all and (max-width: 896px) {
  .footer_navi {
    display: none;
  }
}
.footer_navi ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.footer_navi ul li {
  width: calc((100% - 20px) / 2);
}
.footer_navi ul li a {
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  display: block;
}
.footer_navi ul li a span {
  transition: 0.2s all ease-in-out;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  text-align: left;
}
@media all and (max-width: 639px) {
  .footer_navi ul li a {
    font-size: 1.2rem;
  }
}
.footer_navi ul li a:hover {
  background: rgba(255, 255, 255, 0.7);
}
.footer_navi ul li .dropdown {
  margin-top: 10px;
  padding: 8px 5px 5px;
}
@media all and (max-width: 639px) {
  .footer_navi ul li .dropdown {
    padding: 10px;
  }
}
.footer_navi ul li .dropdown .dropdown-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 15px;
  max-width: 320px;
}
.footer_navi ul li .dropdown .dropdown-li {
  width: 100%;
}
.footer_navi ul li .dropdown .dropdown-li:first-of-type {
  display: block;
}
.footer_navi ul li .dropdown .dropdown-li a {
  font-size: 13px;
  color: #ddd;
  line-height: 1.5;
  letter-spacing: 0;
  border: none;
  display: block;
}
.footer_navi ul li .dropdown .dropdown-li a:before {
  background: #fff;
}

.flogo {
  max-width: 300px;
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .flogo {
    width: 60%;
    margin: 0 auto 40px;
  }
}

.address {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .address {
    margin: 0 auto 40px;
  }
}
@media all and (max-width: 639px) {
  .address {
    font-size: 12px;
  }
}

.copyright {
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: left;
}
@media all and (max-width: 896px) {
  .copyright {
    font-size: 12px;
    margin: auto;
  }
}

/*----------------------------------
 layout
----------------------------------*/
.staff_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.staff_list > li {
  width: calc((100% - 80px) / 3);
  background: rgba(84, 161, 166, 0.2);
  border-radius: 20px;
  padding: 20px;
}
.staff_list > li:nth-child(4), .staff_list > li:nth-child(5) {
  background: rgba(249, 182, 0, 0.2);
}
.staff_list > li:nth-child(4) .txt2 span, .staff_list > li:nth-child(5) .txt2 span {
  background: #F9B600;
}
.staff_list > li .img {
  text-align: center;
}
.staff_list > li .img img {
  width: 80%;
}
.staff_list > li .txt {
  font-weight: bold;
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.staff_list > li .txt2 span {
  display: block;
  text-align: center;
  background: #54A1A6;
  border-radius: 5px;
}
@media all and (max-width: 896px) {
  .staff_list > li {
    width: calc((100% - 40px) / 3);
  }
}
@media all and (max-width: 639px) {
  .staff_list > li {
    width: calc((100% - 20px) / 2);
  }
}

.rec_box {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  width: 90%;
  margin: 0 auto;
}
.rec_box.w-100 {
  width: 100%;
}
.rec_box.col3 > li {
  width: calc((100% - 160px) / 3);
}
.rec_box.col2 > li {
  width: calc((100% - 80px) / 2);
  padding: 0 4em;
}
.rec_box.col2 > li .img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.rec_box.jc-c {
  justify-content: center;
}
.rec_box > li {
  width: calc((100% - 80px) / 2);
}
.rec_box > li .img {
  margin-bottom: 20px;
}
.rec_box > li .img img {
  border-radius: 20px;
}
.rec_box > li .ttl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
.rec_box > li .txt {
  font-size: 0.9em;
}
@media all and (max-width: 896px) {
  .rec_box.col3 {
    gap: 20px;
  }
  .rec_box.col3 > li {
    width: calc((100% - 20px) / 2);
  }
  .rec_box.col3 > li .img {
    margin-bottom: 10px;
  }
  .rec_box.col2 > li {
    padding: 0;
  }
  .rec_box.col2 > li .img img {
    height: 250px;
  }
}
@media all and (max-width: 639px) {
  .rec_box.col3, .rec_box.col2 {
    gap: 40px;
  }
  .rec_box.col3 > li, .rec_box.col2 > li {
    width: 100%;
  }
  .rec_box.col3 > li .ttl, .rec_box.col2 > li .ttl {
    font-size: 1.4rem;
  }
}

.fas_box {
  max-width: 100%;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.fas_box .inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: calc((100% - 60px) / 2);
}
.fas_box .inner .img {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.fas_box .inner .img .num {
  position: absolute;
  top: -0.8em;
  left: -0.8em;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  font-size: 3rem;
  background: #54A1A6;
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}
.fas_box .inner .img img {
  border-radius: 20px;
  width: 45%;
  height: 100%;
  object-fit: contain;
}
.fas_box .inner .txt {
  position: relative;
  flex: 1;
}
.fas_box .inner .txt .ttl {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .fas_box {
    gap: 30px;
  }
  .fas_box .inner {
    width: calc((100% - 30px) / 2);
  }
  .fas_box .inner .img img {
    width: 75%;
  }
  .fas_box .inner .txt .ttl {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .fas_box {
    margin: 40px auto 0;
  }
  .fas_box .inner {
    width: 100%;
  }
}

/* --news--
----------------------------------*/
.news-top {
  position: relative;
  padding-top: 80px;
}
@media all and (max-width: 639px) {
  .news-top {
    padding-top: 50px;
  }
}

.news-box {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fefefe;
  border-radius: 20px;
  padding: 30px 40px;
  max-width: 1150px;
}
@media all and (max-width: 896px) {
  .news-box {
    flex-direction: column;
    padding: 20px 10px;
  }
}

.news-title {
  position: relative;
  text-align: center;
  min-width: 200px;
  padding-right: 50px;
  text-align: center;
  border-right: 1px solid #dee0e6;
}
.news-title .eng {
  color: #54A1A6;
  font-size: 3.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1 !important;
  text-shadow: 1px 1px 0px #fefefe, -1px 1px 0px #fefefe, 1px -1px 0px #fefefe, -1px -1px 0px #fefefe, 1px 0px 0px #fefefe, 0px 1px 0px #fefefe, -1px 0px 0px #fefefe, 0px -1px 0px #fefefe;
}
.news-title .ja {
  color: #564d48;
  display: block;
  text-shadow: 1px 1px 0px #fefefe, -1px 1px 0px #fefefe, 1px -1px 0px #fefefe, -1px -1px 0px #fefefe, 1px 0px 0px #fefefe, 0px 1px 0px #fefefe, -1px 0px 0px #fefefe, 0px -1px 0px #fefefe;
}
.news-title a {
  line-height: 1.8;
  max-width: 90%;
  display: block;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid #54A1A6;
  background: #54A1A6;
  color: #fefefe;
  margin: 10px auto 0;
  border-radius: 30px;
}
.news-title a:hover {
  background: #fefefe;
  color: #54A1A6;
}
@media all and (max-width: 896px) {
  .news-title {
    padding-right: 0;
  }
  .news-title a {
    max-width: 200px;
  }
}
@media all and (max-width: 639px) {
  .news-title a {
    max-width: 150px;
  }
}

.news-right {
  flex: 1;
  margin-left: 40px;
  font-size: 1.6rem;
}
.news-right .news-bl .news-inner {
  padding: 10px 0;
  border-bottom: 1px solid #dee0e6;
}
.news-right .news-bl .news-inner dt {
  font-weight: 600;
}
.news-right .news-bl .news-inner dt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 3px;
  color: #578DCA;
}
.news-right .news-bl .news-inner dd a {
  color: #434343;
}
.news-right .news-bl .news-inner dd a:hover {
  color: #54A1A6;
}
@media all and (max-width: 639px) {
  .news-right {
    width: 100%;
    margin: 10px 0 0;
  }
  .news-right .news-bl .news-inner {
    font-size: 1.2rem;
  }
}

.top-bg {
  background: url(../img/top-bg01.jpg) no-repeat center/cover;
  background-attachment: fixed;
  height: 400px;
}
@media all and (max-width: 1100px) {
  .top-bg {
    background-attachment: scroll;
  }
}

/* category_tab
----------------------------------*/
.innerB {
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 50px 50px;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  box-sizing: border-box;
  border: 1px solid #eee;
}
.innerB.innerB_news {
  border-top: none;
  border-radius: 10px;
}
.innerB.innerB_news .category_contents {
  height: 425px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.innerB.innerB_news .category_contents.type2 {
  height: auto;
  overflow-y: auto;
  overflow-x: auto;
}
.innerB.innerB_news .category_contents::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 5, 56, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.innerB.innerB_news .category_contents::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.innerB.innerB_news .category_contents::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 5, 56, 0.3);
  background-color: #54A1A6;
}
@media all and (max-width: 639px) {
  .innerB {
    padding: 30px 20px;
  }
}

.category_tab {
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.category_tab li {
  position: relative;
  width: 27%;
  box-sizing: border-box;
  background: #54A1A6;
  border-top: 3px solid #54A1A6;
  border-right: 3px solid #54A1A6;
  border-left: 3px solid #54A1A6;
  color: #ffffff;
  padding: 20px 10px;
  cursor: pointer;
  margin-left: 20px;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
}
.category_tab li:last-child {
  margin-right: 20px;
}
.category_tab li:nth-child(2) {
  background: #F9B600;
  border-top: 3px solid #F9B600;
  border-right: 3px solid #F9B600;
  border-left: 3px solid #F9B600;
}
.category_tab li:nth-child(3) {
  background: #F9B600;
  border-top: 3px solid #F9B600;
  border-right: 3px solid #F9B600;
  border-left: 3px solid #F9B600;
}
.category_tab li.active {
  background: #ffffff;
  color: #555;
}
.category_tab li.active:before {
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #ffffff;
}
@media all and (max-width: 639px) {
  .category_tab li {
    margin-left: 2px;
    width: 32%;
    padding: 5px;
    font-size: 13px;
  }
  .category_tab li:last-child {
    margin-right: 0px;
  }
}

.panel {
  display: none;
}

/* contents
----------------------------------*/
.single0 {
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
}
.single0.type2 {
  padding: 120px 0 0;
}

.single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
}
.single.type1 {
  padding: 120px 0 0;
}
@media all and (max-width: 1367px) {
  .single {
    padding: 120px 10px;
    max-width: 95%;
  }
}
@media all and (max-width: 896px) {
  .single.type1 {
    padding: 60px 0;
  }
}

.single02 {
  margin: 0 auto;
  padding: 120px 0;
}
@media all and (max-width: 1367px) {
  .single02 {
    width: 100%;
    padding: 120px 10px;
  }
}

.single03 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
}
@media all and (max-width: 1367px) {
  .single03 {
    padding: 120px 10px;
  }
}

.single.phalf,
.single02.phalf,
.single03.phalf {
  padding: 60px 0;
}
@media all and (max-width: 1100px) {
  .single.phalf,
  .single02.phalf,
  .single03.phalf {
    padding: 60px 10px;
  }
}
@media all and (max-width: 896px) {
  .single.phalf,
  .single02.phalf,
  .single03.phalf {
    padding: 30px 0;
  }
}
.single.type2,
.single02.type2,
.single03.type2 {
  padding: 120px 0 0;
}

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

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

/* box
----------------------------------*/
.mbox {
  background: #fefefe;
  padding: 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}
.mbox.wk {
  border: 1px solid #54A1A6;
}
.mbox.transparent {
  background: transparent;
}
.mbox.box1 {
  border: 1px solid #54A1A6;
  box-shadow: 5px 5px rgba(84, 161, 166, 0.5);
}
.mbox::before {
  border-radius: 10px;
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 15px 10px;
  }
}

.mbox2 {
  padding: 30px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .mbox2 {
    padding: 15px;
  }
}

.mbox3 {
  position: relative;
  background: #fefefe;
  border-top: 5px solid #54A1A6;
  padding: 35px 30px;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 8px rgba(86, 77, 72, 0.1);
}
@media all and (max-width: 639px) {
  .mbox3 {
    padding: 20px 15px;
  }
}

.mbox4 {
  position: relative;
  background: #fefefe;
  border-radius: 30px;
  padding: 40px 35px;
  z-index: 3;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0.8rem 3rem rgba(0, 0, 0, 0.14);
}
@media all and (max-width: 639px) {
  .mbox4 {
    padding: 20px 15px;
  }
}

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

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

.sentence2 p + p {
  margin-top: 12px;
}

/* background
----------------------------------*/
.bg-grid {
  background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat;
}

.nami-wrapper {
  margin-bottom: 60px;
}

.bg-bf03 {
  margin-bottom: 120px;
}
@media all and (max-width: 896px) {
  .bg-bf03 {
    margin-bottom: 0px;
  }
}

.bg-nami {
  position: relative;
  background-color: #E0EFEF;
}
.bg-nami::before, .bg-nami::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  background-size: contain;
  left: 0;
}
.bg-nami::before {
  bottom: 0;
  transform: scale(1, -1);
  background: #E0EFEF url(../img/nami.svg);
}
.bg-nami:after {
  top: -19px;
  background-position: top;
  background: #E0EFEF url(../img/nami.svg);
}

.bg-gradient {
  position: relative;
}
.bg-gradient:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #54A1A6, #F9B600);
  z-index: -2;
  opacity: 0.1;
}
.bg-gradient.type1 {
  margin-bottom: 20px;
}
.bg-gradient.type1:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  background-image: linear-gradient(45deg, #F9B600, #faf8f5);
  z-index: -2;
  opacity: 0.1;
}
@media all and (max-width: 639px) {
  .bg-gradient.type1 {
    margin-bottom: 5px;
  }
  .bg-gradient.type1:before {
    width: calc(100% - 10px);
  }
}
.bg-gradient.type2 {
  margin: 20px auto;
}
.bg-gradient.type2:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  background-image: linear-gradient(45deg, #54A1A6, #faf8f5);
  z-index: -2;
  opacity: 0.05;
}
@media all and (max-width: 639px) {
  .bg-gradient.type2 {
    margin: 5px auto;
  }
  .bg-gradient.type2:before {
    width: calc(100% - 10px);
  }
}

.bg-01 {
  position: relative;
}

.bg-02 {
  position: relative;
}
.bg-02:before, .bg-02:after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  z-index: -1;
}
.bg-02:before {
  width: 280px;
  height: 280px;
  right: -7%;
  bottom: 0%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25584/about_right.png) no-repeat center/contain;
}
.bg-02:after {
  left: -7%;
  top: 0%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25584/about_left.png) no-repeat center/contain;
}
@media all and (max-width: 1100px) {
  .bg-02:before, .bg-02:after {
    width: 150px;
  }
  .bg-02:before {
    right: -40px;
  }
  .bg-02:after {
    left: -40px;
  }
}
@media all and (max-width: 896px) {
  .bg-02:before {
    bottom: -45%;
  }
  .bg-02:after {
    top: -15%;
  }
}
@media all and (max-width: 639px) {
  .bg-02:before {
    bottom: -40%;
    right: 0;
    width: 140px;
  }
  .bg-02:after {
    width: 100px;
    top: unset;
    bottom: -40%;
    left: 0;
  }
}

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

.bg-w {
  position: relative;
}
.bg-w:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fefefe;
  z-index: -1;
}
.bg-w.round:before {
  border-radius: 100px;
}
.bg-w.chosei {
  margin-bottom: 120px;
}
@media all and (max-width: 896px) {
  .bg-w.round::before {
    border-radius: 100px;
  }
}
@media all and (max-width: 639px) {
  .bg-w .single,
  .bg-w .single03 {
    width: 90%;
  }
  .bg-w::before {
    width: calc(100% - 20px);
  }
  .bg-w.round::before {
    border-radius: 30px;
  }
  .bg-w.chosei {
    margin-bottom: 60px;
  }
}

.bg-base {
  position: relative;
  padding-bottom: 60px;
}
.bg-base:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 400px);
  top: 0;
  left: 0;
  background: #54A1A6;
  border-bottom-left-radius: 400px;
  z-index: -2;
}
.bg-base.type1 {
  padding-bottom: 0px;
}
.bg-base.type1:before {
  background: #edf9f4;
  border-bottom-left-radius: unset;
  height: 100%;
  background: #E3F2F2;
}
@media all and (max-width: 896px) {
  .bg-base::before {
    border-bottom-left-radius: 200px;
  }
}
@media all and (max-width: 639px) {
  .bg-base {
    padding-bottom: 0;
  }
  .bg-base::before {
    border-bottom-left-radius: 100px;
  }
}

.bg-deco_t {
  position: relative;
}
.bg-deco_t:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25584/deco-top.png) repeat-x left bottom;
}

.bg-sub {
  position: relative;
  background: rgba(249, 182, 0, 0.1);
}
.bg-sub.type1 {
  margin: 0 auto 20px;
  width: calc(100% - 40px);
  background: linear-gradient(to bottom, rgba(250, 248, 245, 0.6), rgba(250, 248, 245, 0.4));
}
@media all and (max-width: 639px) {
  .bg-sub.type1 {
    margin: 0 auto 10px;
    width: calc(100% - 20px);
  }
}

.bg-gray {
  position: relative;
}
.bg-gray:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f4f4f4;
}
.bg-gray.bg-half {
  background: transparent;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #f4f4f4 50.1%, #f4f4f4 100%);
}

/* mtitle
----------------------------------*/
.mtitle0 {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 1.5em;
}
.mtitle0::before {
  content: "";
  display: block;
  width: 20rem;
  height: 5px;
  border-radius: 10px;
  background: #54A1A6;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 10;
  margin-left: 0;
}
.mtitle0::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: radial-gradient(#ddd 0.6px, transparent 0.6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom left;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mtitle0 .eng,
.mtitle0 .eng2 {
  color: #3d3d3d;
  position: relative;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.6;
  font-size: 0.8em;
}
.mtitle0 .ja {
  position: relative;
  z-index: 2;
  font-size: 1.8em;
  color: #3d3d3d;
  display: block;
  line-height: 1.2;
}
@media all and (max-width: 639px) {
  .mtitle0 {
    margin-bottom: 30px;
  }
  .mtitle0 .eng,
  .mtitle0 .eng2 {
    font-size: 0.8em;
  }
  .mtitle0 .ja {
    font-size: 1.3em;
  }
}

.mtitle {
  margin: 0 auto 60px;
  position: relative;
}
.mtitle .eng,
.mtitle .eng2 {
  font-size: 2.2rem;
  color: #54A1A6;
  position: relative;
  z-index: 2;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  display: block;
}
.mtitle .eng2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.mtitle .ja {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  font-size: 3rem;
  color: #434343;
  display: block;
  line-height: 1.5;
  margin-top: 10px;
}
.mtitle.sbc span.eng, .mtitle.sbc span.eng2 {
  color: #F9B600;
}
.mtitle.white .eng,
.mtitle.white .eng2 {
  color: #fff;
}
.mtitle.white .eng:before,
.mtitle.white .eng2:before {
  color: #fff;
}
.mtitle.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mtitle.type1 {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 2.8rem;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 50px;
  line-height: 1.6;
}
.mtitle.type1 span {
  font-size: 1.3em;
  padding: 0 5px;
  color: #54A1A6;
}
.mtitle.type1:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 120px;
  height: 48px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25584/point.png) no-repeat center/contain;
}
@media all and (max-width: 896px) {
  .mtitle .eng,
  .mtitle .eng2 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
    margin-bottom: 30px;
  }
  .mtitle .eng,
  .mtitle .eng2 {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .mtitle .ja {
    font-size: 1.5rem;
    margin-top: 5px;
  }
  .mtitle.type1 {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}

.mtitle2 {
  position: relative;
  margin-bottom: 60px;
}
.mtitle2 .eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #54A1A6;
}
.mtitle2 .ja {
  font-size: 2.5rem;
  color: #434343;
}
.mtitle2 .small {
  font-size: 1.4rem;
  display: block;
}
.mtitle2.type2 {
  margin-bottom: 10px;
}
.mtitle2.white::before {
  color: #fff;
}
.mtitle2.white .ja,
.mtitle2.white .eng {
  color: #fff;
}
.mtitle2.sbc .eng {
  color: #F9B600;
}
.mtitle2.sbc .ja {
  color: #fff;
}
.mtitle2.sbc:before {
  color: #F9B600;
}
.mtitle2.sbc2 .eng {
  color: #F9B600;
}
.mtitle2.sbc2 .ja {
  color: #fff;
}
.mtitle2.sbc2:before {
  color: #F9B600;
}
.mtitle2:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 80px;
  height: 5px;
  z-index: 1;
  background-image: linear-gradient(to right, #54A1A6, #54A1A6 50%, #90d5cf 50%, #90d5cf 100%);
  border-radius: 10px;
}
@media all and (max-width: 896px) {
  .mtitle2 .ja {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle2:before {
    margin-right: 3px;
  }
  .mtitle2 .eng {
    font-size: 1rem;
  }
  .mtitle2 .ja {
    font-size: 1.3rem;
  }
}

.mtitle3 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: absolute;
  min-height: 100px;
  top: 0;
  left: 0;
}
.mtitle3 .ja {
  display: block;
  font-size: 2.4rem;
  color: #222;
  letter-spacing: 0.2em;
  padding-right: 5px;
  line-height: 2;
}
.mtitle3 .eng {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 2rem;
  color: #54A1A6;
}
@media all and (max-width: 639px) {
  .mtitle3 {
    writing-mode: inherit;
    position: static;
    margin-bottom: 20px;
    min-height: initial;
    min-height: auto;
  }
  .mtitle3 .ja {
    font-size: 1.8rem;
  }
  .mtitle3 .eng {
    font-size: 1.4rem;
  }
}

.mtitle4 {
  font-weight: normal;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
.mtitle4 span {
  position: relative;
  display: inline-block;
  min-width: 10%;
}
.mtitle4 span:before, .mtitle4 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 1.6rem;
  background-color: #F9B600;
}
.mtitle4 span:before {
  left: -15px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.mtitle4 span:after {
  right: -15px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.mtitle4.white span:before, .mtitle4.white span:after {
  background-color: #F9B600;
}
@media all and (max-width: 639px) {
  .mtitle4 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 320px) {
  .mtitle4 span:before {
    left: -5px;
  }
  .mtitle4 span:after {
    right: -5px;
  }
}

.mtitle5 {
  position: relative;
  margin: 0 auto 40px;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  z-index: 2;
  font-size: 2.4rem;
  display: inline-block;
  line-height: 1.5;
  margin-top: 10px;
  padding-left: 80px;
  padding-right: 80px;
}
.mtitle5 span {
  color: #578DCA;
  font-size: 1.1em;
}
.mtitle5:before, .mtitle5:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  z-index: -1;
}
.mtitle5:before {
  right: 0%;
  bottom: 0%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26353/deko_waku.png) no-repeat center/contain;
  transform: scale(-1, 1);
}
.mtitle5:after {
  left: 0%;
  bottom: 0%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26353/deko_waku.png) no-repeat center/contain;
}
@media all and (max-width: 639px) {
  .mtitle5 {
    font-size: 1.6rem;
    padding-left: 45px;
    padding-right: 45px;
  }
  .mtitle5:before, .mtitle5:after {
    width: 35px;
    height: 35px;
  }
}

.mtitles {
  position: relative;
}
.mtitles .ja {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  color: #fff;
  background: #54A1A6;
  border-radius: 20px;
  padding: 2px 15px;
  margin-bottom: 10px;
  display: inline-block;
}
@media all and (max-width: 639px) {
  .mtitles .ja {
    font-size: 1.6rem;
  }
}

.mtitle_line {
  position: relative;
  margin-bottom: 20px;
  font-size: 2.2rem;
  padding: 6px 10px 16px;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mtitle_line span {
  font-size: 1.4rem;
  color: #faf8f5;
  margin-right: 10px;
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  opacity: 0.5;
  background-image: repeating-linear-gradient(-45deg, #438084, #438084 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.4rem;
  }
  .mtitle_line span {
    font-size: 12px;
  }
}

.mtitle_balloon {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.mtitle_balloon span {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  line-height: 1.3em;
  overflow: hidden;
}
.mtitle_balloon span.eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 5rem;
}
.mtitle_balloon span:before, .mtitle_balloon span:after {
  content: "";
  display: block;
  border-bottom: 3px solid #333;
  position: absolute;
  width: 50%;
  bottom: 6px;
}
.mtitle_balloon span:before {
  left: -5px;
}
.mtitle_balloon span:after {
  right: -5px;
}
.mtitle_balloon span i {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(135deg);
  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: #fefefe;
}
.mtitle_balloon.white span i {
  border-color: #fefefe;
}
@media all and (max-width: 639px) {
  .mtitle_balloon {
    font-size: 1.7rem;
  }
  .mtitle_balloon span.eng {
    font-size: 2.4rem;
  }
}

.mtitle-bll {
  font-size: 2rem;
  font-weight: 700;
  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: #54A1A6;
}
@media all and (max-width: 639px) {
  .mtitle-bll {
    font-size: 1.6rem;
  }
}

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 6px solid rgba(84, 161, 166, 0.8);
  margin: 8px 0 20px;
  line-height: 1.6;
  text-align: left;
  font-size: 1.8rem;
}
.mtitle_sub.white {
  color: #fff;
  border-left: 6px solid #faf8f5;
}
.mtitle_sub.white:before {
  background-color: #faf8f5;
}
.mtitle_sub span {
  color: #54A1A6;
  padding-left: 5px;
  font-size: 0.9em;
}
.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #54A1A6;
}
@media all and (max-width: 639px) {
  .mtitle_sub {
    font-size: 1.3rem;
  }
}

.mtitle_point {
  position: relative;
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mtitle_point:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #54A1A6;
  display: block;
  margin: 10px auto 0;
}
@media all and (max-width: 639px) {
  .mtitle_point {
    font-size: 1.5rem;
  }
}

.mtitle_box {
  background: #54A1A6;
  color: #fff;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
  padding: 15px 30px 15px 15px;
  margin-bottom: 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  font-weight: 900;
  display: block;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.3rem;
    display: block;
  }
  .mtitle_box .profile {
    display: block;
    padding: 4px 0 0;
  }
}

.mtitle_box2 {
  background: #4b9195;
  font-size: 2.2rem;
  color: #fff;
  position: relative;
  font-weight: 700;
  overflow: hidden;
  letter-spacing: 0.1rem;
  padding: 15px 10px 15px 20px;
  margin-bottom: 25px;
}
.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px;
}
.mtitle_box2:before {
  background-color: #54A1A6;
  content: "";
  display: block;
  transform: rotate(60deg);
  position: absolute;
  bottom: -10px;
  right: -150px;
  width: 300px;
  height: 280px;
}
@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
    padding-right: 40px;
  }
  .mtitle_box2 span {
    font-size: 12px;
  }
  .mtitle_box2:before {
    width: 215px;
    right: -170px;
  }
}

.mtext0 {
  font-size: 1.8rem;
}
.mtext0.type1 {
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .mtext0 {
    font-size: 1.3rem;
  }
  .mtext0.type1 {
    font-size: 1.2rem;
  }
}

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

.mtext2 {
  font-size: 2.4rem;
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.5rem;
  }
  .mtext2.b-m40 {
    margin-bottom: 20px;
  }
}

.mtext3 {
  font-size: 3rem;
}
@media all and (max-width: 896px) {
  .mtext3 {
    font-size: 2.3rem;
  }
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 1.7rem;
  }
  .mtext3.b-m40 {
    margin-bottom: 20px;
  }
}

.mtext-sub {
  font-weight: 600;
}
.mtext-sub span {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.blog-month a {
  color: #54A1A6;
}
.blog-month.type1 a {
  color: #F9B600;
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.mtitle_category.type1:before {
  color: #F9B600;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #54A1A6;
}
.mtitle_category.new:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  font-weight: 900;
}
@media all and (max-width: 639px) {
  .mtitle_category {
    font-size: 1.4rem;
  }
}

.mtitle_small {
  font-weight: 600;
  padding: 0 0 4px;
  font-size: 1.6rem;
  position: relative;
}
.mtitle_small:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  margin-right: 5px;
  color: #578DCA;
}
.mtitle_small.type1 {
  border-bottom: 1px solid #f2ece4;
  color: #434343;
}
.mtitle_small.type1:before {
  color: #54A1A6;
}
.mtitle_small.type2 {
  border-bottom: 1px solid #f2ece4;
  color: #434343;
}
.mtitle_small.type2:before {
  color: #F9B600;
}
.mtitle_small span {
  font-size: 1.45rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  letter-spacing: 0.05em;
}
@media all and (max-width: 639px) {
  .mtitle_small {
    padding: 4px;
    font-size: 1.3rem;
  }
  .mtitle_small span {
    font-size: 1.1rem;
  }
  .mtitle_small:before {
    font-size: 1.1rem;
  }
}

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

.mtitle_small3 {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 10px 0;
  font-size: 1.6rem;
  border-top: 1px solid #54A1A6;
  border-bottom: 1px solid #54A1A6;
  margin-bottom: 15px;
}
.mtitle_small3:before {
  content: "―";
  margin-right: 8px;
  color: #54A1A6;
}
@media all and (max-width: 639px) {
  .mtitle_small3 {
    padding: 6px 0;
    font-size: 1.3rem;
  }
}

.mtitle_small4 {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 2rem;
  padding: 15px 15px 15px 30px;
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mtitle_small4.type1:before {
  background: rgba(249, 182, 0, 0.8);
}
.mtitle_small4:before {
  position: absolute;
  top: 15%;
  left: 8px;
  width: 6px;
  height: 70%;
  content: "";
  background: rgba(84, 161, 166, 0.8);
}
@media all and (max-width: 639px) {
  .mtitle_small4 {
    font-size: 1.4rem;
    padding: 12px 12px 12px 24px;
  }
}

/* btn
----------------------------------*/
.btn01 a {
  width: 260px;
  margin: 40px auto 20px;
  background: #438084;
  color: #fff;
  display: block;
  padding: 15px 30px;
  border-radius: 40px;
  font-weight: bold;
  position: relative;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.btn01 a::after {
  content: "●";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  transition: all 0.5s ease;
  color: #fff;
}
.btn01 a:hover {
  background: #438084;
  color: #fff;
}
.btn01 a:hover::after {
  right: 20px;
  color: #fff;
}
.btn01.mail {
  flex-basis: 100%;
}
.btn01.mail a {
  background: #F9B600;
  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: #434343;
}
.btn01.white a:hover::after {
  color: #54A1A6;
}
.btn01.white2 a {
  background: #fff;
  border: 1px solid #ddd;
}
.btn01.white2 a:hover {
  color: #434343;
}
.btn01.white2 a:hover::after {
  color: #54A1A6;
}
@media all and (max-width: 639px) {
  .btn01 a {
    width: 70%;
    font-size: 1rem;
    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: #54A1A6;
  border: 1px solid #54A1A6;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}
.btn02 a:hover {
  background-color: #fff;
  color: #54A1A6;
  border: 1px solid #54A1A6;
}
.btn02.type1 a {
  border-radius: 10px;
  border: 1px solid #578DCA;
  background-color: #578DCA;
}
.btn02.type1 a:hover {
  background-color: #fff;
  color: #578DCA;
}

.btn03 {
  width: 100%;
  margin: 20px auto 0;
}
.btn03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px 40px;
  background-color: #fdfdfc;
  border: 1px solid #d5cfca;
  line-height: 24px;
  border-radius: 10px;
}
.btn03 a i {
  font-size: 3rem;
  border-left: 1px solid #d5cfca;
  padding: 20px 0 20px 40px;
  padding-left: 40px;
}
.btn03 a:hover {
  background: #faf8f5;
  background-color: #f2ece4;
}

.btn_wk a {
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  color: #555;
  background: #fff;
  border: 1px solid #555;
  padding: 6px 10px;
  max-width: 220px;
  width: 90%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  transition: all 0.3s ease-in-out;
  font-size: 90%;
}
.btn_wk a span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  letter-spacing: 0.4em;
}
.btn_wk a:before, .btn_wk a:after {
  content: "";
  position: absolute;
  border: solid #555;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}
.btn_wk a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.btn_wk a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn_wk a:hover {
  color: #fff;
  background: #54A1A6;
  border-color: transparent;
}
.btn_wk a:hover:before, .btn_wk a:hover:after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #54A1A6;
}
.btn_wk.sbc a:hover {
  color: #fff;
  background: #F9B600;
}
.btn_wk.sbc a:hover:before, .btn_wk.sbc a:hover:after {
  border-color: #F9B600;
}
.btn_wk.btn-r a {
  margin-right: 0;
}

.btn_wk2 a {
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 6px 10px;
  max-width: 220px;
  width: 90%;
  margin-top: 25px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  transition: all 0.3s ease-in-out;
  font-size: 90%;
}
.btn_wk2 a span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  letter-spacing: 0.4em;
}
.btn_wk2 a:before, .btn_wk2 a:after {
  content: "";
  position: absolute;
  border: solid #fff;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}
.btn_wk2 a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.btn_wk2 a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn_wk2 a:hover {
  background: #54A1A6;
  border-color: transparent;
}
.btn_wk2 a:hover:before, .btn_wk2 a:hover:after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #54A1A6;
}
.btn_wk2.btn-r a {
  margin-right: 0;
}

/* page-title
----------------------------------*/
.page-title {
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
  background-color: #54A1A6;
}
.page-title .inner {
  width: 100%;
  padding: 100px 0;
  z-index: 10;
}
.page-title .inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}
.page-title .inner::after {
  position: absolute;
  content: "";
  bottom: -75px;
  display: block;
  width: 100%;
  height: 100px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath fill='%23fefefe' d='M100,25H0V0h0c33.333,33.333,66.666,33.333,100,0l0,0V25z'%3E%3C/path%3E%3C/svg%3E");
  z-index: 2;
}
.page-title .inner.p02 {
  background: url(../img/p02.jpg) no-repeat center/cover;
}
.page-title .inner.p03 {
  background: url(../img/p03.jpg) no-repeat center 60%/cover;
}
.page-title .inner.p04 {
  background: url(../img/p04.jpg) no-repeat center 60%/cover;
}
.page-title .inner.p05 {
  background: url(../img/p05.jpg) no-repeat center 20%/cover;
}
.page-title .page-lead {
  position: relative;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}
.page-title .page-lead span {
  display: block;
}
.page-title .page-lead .ja {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 3rem;
}
.page-title .page-lead .eng {
  font-size: 3rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1367px) {
  .page-title .inner {
    width: 100%;
    height: 450px;
  }
}
@media all and (max-width: 1100px) {
  .page-title .inner {
    height: 300px;
  }
  .page-title .inner .page-lead {
    bottom: 35%;
  }
}
@media all and (max-width: 896px) {
  .page-title .inner {
    height: 250px;
  }
  .page-title .page-lead .ja {
    font-size: 1.4rem;
  }
  .page-title .page-lead .eng {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .page-title .inner {
    height: 250px;
  }
  .page-title .page-lead {
    width: 100%;
  }
}

/* tbl
----------------------------------*/
.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 10px;
  vertical-align: middle;
}
.company th {
  position: relative;
  background: #54A1A6;
  color: #fff;
  font-weight: 600;
  width: 10%;
}
.company td {
  background: #f9f9f9;
  padding-left: 20px;
  color: #434343;
}

.tbl-profile {
  width: 100%;
}
.tbl-profile th,
.tbl-profile td {
  padding: 10px 5px;
  font-size: 1.4rem;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 639px) {
  .tbl-profile th,
  .tbl-profile td {
    font-size: 12px;
  }
}
.tbl-profile th {
  width: 26%;
  text-align: left;
}
.tbl-profile.type1 th {
  width: 25%;
}
@media all and (max-width: 639px) {
  .tbl-profile.type1 th {
    width: 30%;
  }
}

.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: #f9b600;
  border-top-left-radius: 30px;
  color: #fff;
  white-space: nowrap;
}
.tbl th span {
  color: #fff;
}
.tbl td {
  background: #fefefe;
  padding: 15px 30px;
  border: 2px dashed rgba(249, 182, 0, 0.3);
  border-left: none;
}
@media all and (max-width: 639px) {
  .tbl th,
  .tbl td {
    padding: 10px 5px;
  }
  .tbl th {
    border-top-left-radius: 15px;
  }
  .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: #434343;
}
.tbl2 th,
.tbl2 td {
  padding: 5px 12px;
  vertical-align: middle;
}
.tbl2 th {
  font-weight: 600;
  width: 25%;
  padding: 7px 12px;
}
.tbl2 th span {
  background: #F9B600;
  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;
  }
}

.tbl3 {
  width: 100%;
}
.tbl3 tr th,
.tbl3 tr td {
  vertical-align: middle;
  padding: 15px 10px;
  border: 1px solid #e4e4e4;
}
.tbl3 tr th {
  width: 25%;
  border-right: 1px solid #e4e4e4;
  background: #f7f7f7;
}
@media all and (max-width: 639px) {
  .tbl3 tr th {
    width: 30%;
  }
}
@media all and (max-width: 639px) {
  .tbl3.type1 tr th, .tbl3.type1 tr td {
    padding: 10px 7px;
  }
  .tbl3.type1 tr th:first-child {
    width: 20%;
  }
}

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

.tbl-border {
  width: 100%;
  font-size: 1.4rem;
}
.tbl-border tr {
  border-top: 1px solid rgba(86, 77, 72, 0.2);
}
.tbl-border th,
.tbl-border td {
  padding: 20px;
  border-bottom: 1px solid rgba(86, 77, 72, 0.2);
  vertical-align: middle;
  text-align: center;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 5px;
    font-size: 1rem;
  }
}

.timetable {
  width: 100%;
  border-top: 2px solid #c69100;
}
.timetable th,
.timetable td {
  border-bottom: 1px solid #ccc;
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.timetable th .txt,
.timetable td .txt {
  letter-spacing: 0;
  font-size: 12px;
}
@media all and (max-width: 639px) {
  .timetable th,
  .timetable td {
    font-size: 12px;
    padding: 10px 5px;
  }
}
.timetable .thead th {
  border-top: 0;
}
.timetable .th-1 {
  width: 35%;
  font-weight: 600;
  text-align: center;
}
.timetable .circle {
  color: #F9B600;
}
.timetable .circle:before {
  content: "〇";
}
@media all and (max-width: 639px) {
  .timetable {
    padding: 15px 10px;
  }
  .timetable .th-1 {
    width: 25%;
  }
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 83%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap.youtube {
  padding-bottom: 56.25%;
}

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(249, 182, 0, 0.5);
}
.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.list_check.type1 {
  display: flex;
  flex-wrap: wrap;
}
.list_check.type1 li {
  width: 48%;
  padding: 0;
}
.list_check.type1 li:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list_check.type1 li {
    width: 95%;
    margin: 0 auto 5px;
  }
  .list_check.type1 li:nth-child(2n) {
    margin-left: auto;
  }
}
.list_check li {
  padding: 5px;
}
.list_check li span {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  padding: 10px;
  background: rgba(250, 248, 245, 0.2);
  margin-top: 10px;
}
.list_check li a {
  color: #54A1A6;
  border-bottom: 1px dotted #54A1A6;
}
.list_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  margin-right: 10px;
  color: #54A1A6;
}
@media all and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.2rem;
  }
}

.list_check2.type1 li {
  border-bottom: 0px dashed #ddd;
  margin-top: 10px;
}
.list_check2 li {
  padding: 2px 8px 25px 35px;
  position: relative;
  border-bottom: 2px dashed #ddd;
  margin-top: 25px;
}
.list_check2 li .num {
  color: #54A1A6;
  margin: 0 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.list_check2 li .ttl {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #438084;
}
.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 1.5em;
  color: #F9B600;
}
.list_check2 li:not(:last-child) {
  margin-bottom: 4px;
}

.list-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.list-inline li {
  display: inline-block;
  padding: 1px;
  background: #54A1A6;
  border-radius: 20px;
  padding: 3px 20px;
  font-size: 0.9em;
}
.list-inline li:not(:last-of-type):after {
  content: "/";
  margin: 0 1px;
  color: #F9B600;
  font-weight: normal;
}
@media all and (max-width: 639px) {
  .list-inline li {
    display: block;
    padding: 0;
  }
  .list-inline li:before {
    content: "-";
    color: #F9B600;
  }
  .list-inline li:not(:last-of-type):after {
    display: none;
  }
}

.list-inline2 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.list-inline2 li {
  width: 49%;
  display: inline-block;
  padding: 24px 15px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #54A1A6;
  color: #578DCA;
  font-weight: 700;
  border-radius: 15px;
  font-size: 1.8rem;
}
.list-inline2.type1 li {
  border: 1px solid #F9B600;
}
@media all and (max-width: 896px) {
  .list-inline2 li {
    width: 100%;
    font-size: 1.6rem;
    padding: 10px;
    border-radius: 10px;
    border-radius: 10px;
  }
}
@media all and (max-width: 639px) {
  .list-inline2 li {
    font-size: 1.2rem;
  }
}

.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.type1 {
  display: flex;
  flex-wrap: wrap;
}
.ol-list.type1 > li {
  width: 48%;
}
.ol-list.type1 > li:nth-child(2n) {
  margin-left: 4%;
}
.ol-list > li {
  line-height: 2;
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 3.5em;
  padding-bottom: 10px;
}
.ol-list > li .ol-lead {
  color: #325f62;
  font-size: 2rem;
}
.ol-list > li .inner {
  font-weight: normal;
  display: block;
  padding: 10px;
  line-height: 1.6;
  font-size: 1.4rem;
}
.ol-list > li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 2.2rem;
  color: #fefefe;
  background: #F9B600;
  border-radius: 50%;
  padding: 5px;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
}
@media all and (max-width: 639px) {
  .ol-list > li {
    font-size: 1.2rem;
  }
  .ol-list > li .ol-lead {
    font-size: 1.4rem;
  }
  .ol-list > li .inner {
    font-size: 0.9em;
  }
  .ol-list > li:before {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .ol-list > li {
    padding-left: 2.7em;
  }
  .ol-list > li::before {
    font-size: 1.6rem;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
  }
}

.list_disc.sbc li:before {
  color: #F9B600;
}
.list_disc.type2 li:before {
  content: "●";
  color: #fff;
}
.list_disc.type3 li:not(:last-of-type) {
  margin-bottom: 20px;
}
.list_disc li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.list_disc li:not(:last-of-type) {
  margin-bottom: 10px;
}
.list_disc li:before {
  content: "●";
  color: #54A1A6;
  font-size: 10px;
  padding-right: 5px;
}
.list_disc li span {
  display: block;
  padding-left: 15px;
}

.list2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -50px;
}
@media all and (max-width: 639px) {
  .list2 {
    margin-top: -20px;
  }
}
.list2.interview-list .child {
  position: relative;
  padding-bottom: 80px;
}
.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 20px;
}
.list2 > li,
.list2 .child {
  width: 48%;
  margin-top: 50px;
  position: relative;
}
.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;
  }
}
@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 20px auto 0;
  }
}

.list3 {
  display: flex;
  flex-wrap: wrap;
}
.list3.type1 > li,
.list3.type1 .child {
  background-color: #fff;
  padding: 10px;
}
.list3 > li,
.list3 .child {
  width: 31%;
  position: relative;
  margin-right: 3.495%;
}
.list3 > li:nth-child(3n),
.list3 .child:nth-child(3n) {
  margin-right: 0;
}
.list3 > li:not(:nth-last-child(-n+3)),
.list3 .child:not(:nth-last-child(-n+3)) {
  margin-bottom: 30px;
}
@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:last-child,
  .list3 .child:last-child {
    margin-bottom: 0;
  }
}
.list3 > li figure,
.list3 .child figure {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
.list3 > li figure img,
.list3 .child figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.list4 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-top: -30px;
}
.list4.type1 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
.list4.type1 li {
  padding: 15px;
  background: rgba(249, 182, 0, 0.2);
  border-radius: 10px;
  display: block;
  transition: all 0.2s ease-in;
}
.list4.type1 li a {
  display: block;
}
.list4.type1 li a:hover {
  position: relative;
  transform: translate(0, 10px);
}
.list4.type1 li img {
  width: 60px;
  margin: 0 auto 10px;
}
@media all and (max-width: 639px) {
  .list4.type1 > li {
    width: 48%;
  }
  .list4.type1 > li img {
    width: 50px;
  }
}
.list4 li {
  margin-left: 2%;
  margin-top: 30px;
  width: 23%;
}
@media all and (max-width: 1100px) {
  .list4 li {
    width: 31.33%;
  }
}
@media all and (max-width: 639px) {
  .list4 {
    margin-left: auto;
  }
  .list4 li {
    width: 90%;
    margin: 25px auto 0;
  }
}

.daily-dl {
  position: relative;
}
.daily-dl .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}
.daily-dl .inner:before {
  position: absolute;
  content: "";
  height: 125%;
  width: 8px;
  top: 25px;
  left: 36px;
  background: #F9B600;
}
.daily-dl .inner:last-child:before {
  display: none;
}
@media all and (max-width: 639px) {
  .daily-dl .inner {
    width: 100%;
    margin: 0 auto 20px;
  }
  .daily-dl .inner:before {
    width: 8px;
    height: 130%;
    left: 30px;
    top: 15px;
  }
}
.daily-dl .inner dt {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #F9B600;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  z-index: 4;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.daily-dl .inner dt.line2 {
  padding-top: 20px;
  line-height: 1;
}
.daily-dl .inner dt.big {
  font-size: 3rem;
}
@media all and (max-width: 639px) {
  .daily-dl .inner dt {
    font-size: 1.2rem;
  }
  .daily-dl .inner dt.big {
    font-size: 2rem;
  }
}
.daily-dl .inner dd {
  flex: 1;
  position: relative;
  font-weight: bold;
  background: #fff;
  left: -10px;
  margin-top: 10px;
  padding: 15px 10px 15px 25px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  color: #434343;
}
.daily-dl .inner dd table th,
.daily-dl .inner dd table td {
  font-weight: 500;
}
.daily-dl .inner dd table th {
  padding-right: 1em;
}
@media all and (max-width: 639px) {
  .daily-dl .inner dd {
    margin-top: 10px;
  }
}

.faq-dl .faq-inner {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: rgba(17, 12, 46, 0.05) 0px 48px 100px 0px;
  padding-left: 30px;
}
.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 20px;
}
.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt,
  .faq-dl .faq-inner dd {
    font-size: 1.3rem;
  }
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.faq-dl .faq-inner.active dt:after {
  content: "－";
}
.faq-dl .faq-inner dt {
  font-weight: 600;
  padding: 20px 10px;
  padding-left: 55px;
  cursor: pointer;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt {
    padding-left: 45px;
  }
}
.faq-dl .faq-inner dt:before {
  content: "Q.";
  color: #578DCA;
  font-size: 3rem;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt:before {
    font-size: 2rem;
  }
}
.faq-dl .faq-inner dt:after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #54A1A6;
  text-align: center;
}
.faq-dl .faq-inner dt span {
  position: relative;
}
.faq-dl .faq-inner dt span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 10px;
  background-image: linear-gradient(to right, #54A1A6, #578DCA);
  opacity: 0.5;
  z-index: -1;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt span::after {
    display: none;
  }
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt:hover span {
    color: #54A1A6;
  }
}
.faq-dl .faq-inner dd {
  display: none;
  padding: 20px;
  padding-left: 55px;
}
.faq-dl .faq-inner dd:before {
  content: "A.";
  color: #54A1A6;
  font-size: 3rem;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dd:before {
    font-size: 2rem;
  }
}

.flow-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 20px;
}
.flow-list li {
  width: calc((100% - 40px) / 3);
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fefefe;
  box-shadow: 0 0 15px rgba(86, 77, 72, 0.05);
  border-radius: 5px;
}
.flow-list li.type100 {
  flex-basis: 100%;
  margin-right: 0;
}
.flow-list li .flow-num {
  color: #54A1A6;
  font-size: 3.5rem;
  align-self: center;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  border-right: 2px dashed #F9B600;
  padding-right: 20px;
}
.flow-list li .flow-num span {
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
.flow-list li .flow-title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  padding-left: 20px;
}
@media all and (max-width: 1367px) {
  .flow-list li {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (max-width: 896px) {
  .flow-list li .flow-num {
    font-size: 2.5rem;
  }
  .flow-list li .flow-num span {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 639px) {
  .flow-list {
    gap: 10px;
  }
  .flow-list li {
    width: 100%;
    padding: 10px 20px;
  }
  .flow-list li .flow-title {
    font-size: 1.4rem;
  }
}

.flow-list2 {
  position: relative;
  margin: 0 auto;
}
.flow-list2 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 25px 0;
  position: relative;
}
.flow-list2 .inner:before {
  position: absolute;
  content: "";
  height: 125%;
  width: 8px;
  top: 25px;
  left: 36px;
  background: #54A1A6;
}
.flow-list2 .inner:last-child:before {
  display: none;
}
@media all and (max-width: 639px) {
  .flow-list2 .inner {
    width: 100%;
    margin: 0 auto 20px;
  }
  .flow-list2 .inner:before {
    width: 8px;
    height: 130%;
    left: 30px;
    top: 15px;
  }
}
.flow-list2 .inner dt {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #54A1A6;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  z-index: 4;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
.flow-list2 .inner dt.big {
  font-size: 2rem;
}
.flow-list2 .inner dt span {
  font-size: 1.6rem;
  display: block;
  line-height: 1.2;
}
.flow-list2 .inner dt span.num {
  font-size: 3rem;
}
@media all and (max-width: 639px) {
  .flow-list2 .inner dt {
    font-size: 1.2rem;
  }
  .flow-list2 .inner dt.big {
    font-size: 2rem;
  }
}
.flow-list2 .inner dd {
  flex: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  left: -10px;
  padding: 15px 30px 15px 25px;
  z-index: 2;
  border-radius: 3px;
  border-bottom: 2px dashed #ddd;
}
.flow-list2 .inner dd .ttl {
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 700;
  border-left: 5px solid #F9B600;
  line-height: 1.1;
  padding-left: 10px;
}
.flow-list2 .inner dd table th,
.flow-list2 .inner dd table td {
  font-weight: 500;
}
.flow-list2 .inner dd table th {
  padding-right: 1em;
}
@media all and (max-width: 639px) {
  .flow-list2 .inner dd {
    margin-top: 10px;
  }
}
@media all and (max-width: 639px) {
  .flow-list2 {
    width: 100%;
  }
  .flow-list2 .inner:before {
    height: 110%;
    left: 26px;
  }
  .flow-list2 .inner dd {
    padding: 15px 15px 15px 20px;
  }
  .flow-list2 .inner dt {
    font-size: 1.5rem;
    width: 60px;
    height: 60px;
    line-height: 63px;
  }
  .flow-list2 .inner dt span {
    font-size: 1rem;
  }
  .flow-list2 .inner dt span.num {
    font-size: 1.5rem;
  }
}

.price-dl dt {
  background: #f2ece4;
  padding: 14px 20px;
  border-top: 1px solid #F9B600;
  border-bottom: 1px solid #F9B600;
}
.price-dl dd {
  padding: 20px;
  margin-bottom: 25px;
}

.flow-dl {
  display: flex;
  flex-wrap: wrap;
}
.flow-dl .flow-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 25px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.flow-dl .flow-inner:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .flow-dl .flow-inner {
    width: 100%;
    margin: 0 auto 25px;
  }
  .flow-dl .flow-inner:nth-child(2n) {
    margin-right: auto;
  }
}
.flow-dl dt {
  color: #54A1A6;
  width: 60px;
  text-align: center;
  margin-right: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 8px;
}
.flow-dl dt span {
  font-size: 3.5rem;
  display: block;
  line-height: 1;
  color: #F9B600;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.flow-dl dd {
  width: calc(100% - 80px);
}
.flow-dl dt:not(:last-child),
.flow-dl dd:not(:last-child) {
  margin-bottom: 20px;
}
@media all and (max-width: 639px) {
  .flow-dl dt {
    font-size: 1.3rem;
  }
  .flow-dl dt span {
    font-size: 2.2rem;
  }
}

.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.column2.tp {
  align-items: flex-start;
}
.column2.reverse {
  flex-direction: row-reverse;
}
.column2.bottom {
  align-items: flex-end;
}
.column2 .child {
  width: 48%;
}
.column2 .child2 {
  width: 40%;
}
.column2 .child3 {
  width: 58%;
}
.column2 .child4 {
  width: 20%;
  margin: 0 auto;
}
.column2 .child5 {
  width: 68%;
}
.column2.type1 {
  width: 95%;
  margin: auto;
}
@media all and (max-width: 896px) {
  .column2.type1 {
    flex-direction: column;
  }
  .column2.type1 .child {
    width: 100%;
  }
  .column2.type1 .child.bm20 {
    margin-bottom: 20px;
  }
  .column2.type1 .child.column2-img {
    order: -1;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .column2 {
    flex-direction: column;
    gap: 20px;
  }
  .column2.reverse {
    flex-direction: unset;
  }
  .column2 .child,
  .column2 .child2,
  .column2 .child3,
  .column2 .child4,
  .column2 .child5 {
    width: 100%;
  }
  .column2 .child.bm20,
  .column2 .child2.bm20,
  .column2 .child3.bm20,
  .column2 .child4.bm20,
  .column2 .child5.bm20 {
    margin-bottom: 20px;
  }
  .column2 .child.column2-img,
  .column2 .child2.column2-img,
  .column2 .child3.column2-img,
  .column2 .child4.column2-img,
  .column2 .child5.column2-img {
    order: -1;
    margin-bottom: 30px;
  }
}

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

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

#main {
  float: left;
  width: 76%;
}
@media all and (max-width: 896px) {
  #main {
    float: none;
    width: 100%;
  }
}
#main .blog-wrap > li {
  width: 32%;
}
@media all and (max-width: 1100px) {
  #main .blog-wrap > li {
    width: 49%;
    margin: 0 0.5% 20px 0.5%;
  }
}
@media all and (max-width: 639px) {
  #main .blog-wrap > li {
    width: 90%;
    margin: 0 auto 10px;
  }
}
#main .news-bl .news-inner {
  padding: 10px 0;
  border-bottom: 1px solid #dee0e6;
}
#main .news-bl .news-inner dt {
  font-weight: 600;
}
#main .news-bl .news-inner dt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 3px;
  color: #578DCA;
}
#main .news-bl .news-inner dd a {
  color: #434343;
}
#main .news-bl .news-inner dd a:hover {
  color: #54A1A6;
}
@media all and (max-width: 639px) {
  #main {
    width: 100%;
    margin: 10px 0 30px;
  }
}

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

.blog-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-wrap * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-wrap > li {
  width: 24%;
  margin: 0 0.5% 20px 0.5%;
  padding: 15px;
  background: #fefefe;
  position: relative;
  border: 1px solid #ddd;
}
@media all and (max-width: 1100px) {
  .blog-wrap > li {
    width: 49%;
  }
}
.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;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-wrap > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 10px;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap .blog-detail {
    width: 65%;
    margin-top: 0;
  }
}
.blog-wrap .blog-date {
  border: 1px solid #54A1A6;
  width: 100px;
  padding: 5px 0;
  line-height: 1.3;
  display: inline-block;
  color: #54A1A6;
  font-size: 11px;
  font-weight: 400;
}
.blog-wrap .blog-title {
  font-weight: 600;
  line-height: 1.3;
  margin: 6px 0;
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .blog-wrap .blog-title {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.blog-wrap .blog-img {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.blog-wrap .blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-wrap .blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-wrap .blog-img {
    width: 30%;
    height: 120px;
  }
}

.blog-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  box-sizing: border-box;
}
.blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-detail {
  padding-top: 10px;
}

.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 {
  background: #54A1A6;
  width: 100px;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.blog-date2 {
  color: #3a7073;
  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;
  color: #54A1A6;
}

.blog-txt {
  line-height: 1.5;
  color: #564d48;
  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: #54A1A6;
  padding: 4px 5px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .pages .page_next a,
  .pages .page_prev a {
    font-size: 1rem;
  }
}

.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: #f4f4f4;
}
.category_nav li:last-child a {
  border-bottom: none;
}

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

.price {
  color: #F9B600;
  font-size: 1.2em;
}
.price span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .price {
    font-size: 1.5rem;
  }
  .price span {
    font-size: 13px;
  }
}

.img-y {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.img-y img {
  border-radius: 20px;
}

.ttl_img {
  margin-bottom: 40px;
}
@media all and (max-width: 639px) {
  .ttl_img {
    margin-bottom: 20px;
  }
}

.b_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 120px;
  border: 10px solid #fff;
  aspect-ratio: 1/1;
}
@media all and (max-width: 896px) {
  .b_img img {
    aspect-ratio: initial;
    border-radius: 60px;
  }
}
@media all and (max-width: 639px) {
  .b_img img {
    border-radius: 20px;
    border: 5px solid #fff;
  }
}

.img-flex {
  display: flex;
}

.img-100 {
  display: flex;
  gap: 1%;
}
.img-100 img {
  border-radius: 20px;
  object-fit: cover;
}
.img-100 .img1 {
  width: 30%;
}
.img-100 .img2 {
  width: 69%;
}

.b-txt {
  border-bottom: 2px dashed rgba(86, 77, 72, 0.3);
  padding-bottom: 0.2em;
  line-height: 2.2;
}

.img-r {
  border-radius: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

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

.color1 {
  color: #54A1A6;
}

.color2 {
  color: #F9B600;
}

.color3 {
  color: #578DCA;
}

.relative {
  position: relative;
}
.relative.type1 {
  z-index: 5;
}

.bigger {
  font-size: 1.3em;
  line-height: 2;
}
@media all and (max-width: 639px) {
  .bigger {
    line-height: 2;
  }
}

.smaller {
  font-size: 0.8em;
  letter-spacing: 0;
}

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

.telbnr {
  margin: 0 auto;
  padding-top: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.telbnr li {
  text-align: center;
  line-height: 1.4;
  width: 40%;
}
.telbnr li a {
  margin-top: 20px;
  display: block;
  font-size: 3rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 200px;
  white-space: nowrap;
  box-shadow: rgba(17, 12, 46, 0.05) 0px 48px 100px 0px;
}
.telbnr li a .mn {
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 10px;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.telbnr li a i {
  padding-right: 15px;
}
.telbnr li a .icon {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.telbnr li a .icon img {
  max-width: 40px;
}
.telbnr li a:hover {
  background: rgba(86, 77, 72, 0.1);
}
@media all and (max-width: 1100px) {
  .telbnr li a {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 896px) {
  .telbnr li {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .telbnr {
    max-width: 100%;
  }
  .telbnr li {
    width: 100%;
  }
  .telbnr li:last-of-type {
    margin-left: auto;
  }
  .telbnr li a {
    font-size: 2rem;
    margin-top: 8px;
    border-radius: 10px;
    padding: 10px;
  }
  .telbnr li a .mn {
    border-radius: 5px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .telbnr li a .icon {
    margin-bottom: 10px;
  }
  .telbnr li a .icon img {
    max-width: 50px;
  }
}

.telbnr-ttl {
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: -25px;
}
.telbnr-ttl span {
  font-weight: 600;
  background: #54A1A6;
  color: #fff;
  padding: 2px 15px;
  border-radius: 5px;
}
@media all and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1.4rem;
  }
}

.shadow {
  box-shadow: 0 0 10px rgba(86, 77, 72, 0.1);
}

.note {
  padding: 2em;
  margin-top: 10px;
  background: #faf8f5;
  border-radius: 10px;
}
@media all and (max-width: 639px) {
  .note {
    font-size: 1.15rem;
    padding: 1em;
  }
}
.note.type1 {
  background: #f4efe9;
}

.name {
  width: 180px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  background: #fff;
  font-weight: 600;
  padding: 15px 6px;
  line-height: 1.5;
  text-align: left;
}
.name .ja {
  font-size: 2.5rem;
}
.name .eng {
  white-space: nowrap;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
.name .small {
  font-size: 1.3rem;
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.name .small2 {
  font-size: 0.7em;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
}

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

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 1200px;
  margin: 20px auto 20px;
  font-size: 1.2rem;
}
.breadcrumb li {
  display: inline;
  color: rgba(86, 77, 72, 0.5);
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 12px;
  }
}

/* form
----------------------------------*/
.form-contents {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  border-radius: 15px 15px 0 0 !important;
  background: transparent !important;
  color: #434343;
}
.form-contents .form-thanks-msg {
  background: #fefefe !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-contents .form-thanks-msg p {
  color: #434343 !important;
}
.form-contents .form-thanks-msg .back-home-btn a {
  color: #F9B600 !important;
  border: 2px solid #F9B600 !important;
}
.form-contents .form-thanks-msg .back-home-btn a:hover {
  background: #F9B600 !important;
  color: #fff !important;
}
.form-contents .required::before {
  background: #54A1A6 !important;
  color: #fff !important;
}
.form-contents .optional {
  padding-left: 35px !important;
}
@media all and (max-width: 639px) {
  .form-contents .optional {
    padding-left: 0 !important;
  }
}
.form-contents input[type=text],
.form-contents textarea {
  font-size: 16px;
}
.form-contents input[type=select],
.form-contents .textarea-serect,
.form-contents .textarea-datetime {
  border-radius: 5px !important;
}
.form-contents .submit-btn {
  background-color: #fff !important;
  border: none !important;
  color: #54A1A6 !important;
  border-radius: 30px !important;
  position: relative !important;
  border: 1px solid #54A1A6 !important;
}
.form-contents .submit-btn::before {
  display: none !important;
}
.form-contents .submit-btn:hover {
  background: #54A1A6 !important;
  color: #fff !important;
}
.form-contents .custom-area p {
  padding: 10px 0;
}
.form-contents dl dd:not(.pattern-exclusion) {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

@media all and (max-width: 639px) {
  .form-contents {
    padding: 0 10px !important;
  }
  .form-contents dl {
    margin: 10px 0 !important;
  }
  .form-contents dl dt {
    float: none !important;
    padding-top: 15px !important;
  }
  .form-contents dl dd {
    padding-left: 0 !important;
    padding-bottom: 15px !important;
    padding-top: 10px !important;
    line-height: 20px !important;
  }
  .form-contents .submit-btn {
    width: 250px !important;
  }
}
.policy {
  padding: 30px;
  background: #fdfdfc;
}

/* accordion
----------------------------------*/
.accordion {
  border: 1px solid #ccc;
}
.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
}
.accordion dt {
  cursor: pointer;
  font-size: 1.7rem;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #434343;
}
.accordion dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.7rem;
}
.accordion dt.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}
.accordion dd {
  display: none;
  padding: 25px;
  background: rgba(255, 255, 255, 0.1);
  color: #434343;
}
@media all and (max-width: 639px) {
  .accordion dt {
    font-size: 1.3rem;
  }
  .accordion dd {
    padding: 15px;
  }
}

/* Gallery
----------------------------------*/
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery.p_none li p {
  display: none;
}
.gallery.col5 li {
  width: 19.2%;
  margin: 0 1% 1% 0;
}
.gallery.col5 li:nth-child(5n) {
  margin-right: 0;
}
.gallery.col5 li a {
  height: 150px;
}
@media all and (max-width: 639px) {
  .gallery.col5 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1%;
  }
  .gallery.col5 li a {
    height: 100px;
  }
  .gallery.col5 li:nth-child(2n) {
    margin-right: 0;
  }
}
.gallery.col4 li {
  width: 24%;
  margin: 0 1.3333333333% 1% 0;
}
.gallery.col4 li:nth-child(4n) {
  margin-right: 0;
}
.gallery.col4 li a {
  height: 250px;
}
@media all and (max-width: 639px) {
  .gallery.col4 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1%;
  }
  .gallery.col4 li a {
    height: 100px;
  }
  .gallery.col4 li:nth-child(2n) {
    margin-right: 0;
  }
}
.gallery.col3 li {
  width: 32%;
  margin: 0 1% 1% 0;
}
.gallery.col3 li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .gallery.col3 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1%;
  }
  .gallery.col3 li:nth-child(3n) {
    margin-right: 2%;
  }
  .gallery.col3 li:nth-child(2n) {
    margin-right: 0;
  }
}
.gallery li a {
  display: block;
  text-align: center;
  padding: 0px;
  height: 400px;
}
.gallery li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 10px;
}
@media all and (max-width: 639px) {
  .gallery li a {
    height: 100px;
  }
}
.gallery li p {
  font-size: 90%;
  margin: 3px 0 6px;
  text-align: center;
}
.gallery li .g-cap {
  text-align: center;
  font-size: 90%;
  margin: 2px 0 6px;
}

.slide_list,
.slide_list2 {
  gap: 10px;
  text-align: center;
}
.slide_list img,
.slide_list2 img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  filter: grayscale(0.4);
  filter: brightness(110%);
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  border-radius: 10px;
  position: relative;
}
.slide_list img:hover,
.slide_list2 img:hover {
  filter: grayscale(0);
}
@media all and (max-width: 1100px) {
  .slide_list img,
  .slide_list2 img {
    height: 300px;
    width: 300px;
  }
}
@media all and (max-width: 639px) {
  .slide_list img,
  .slide_list2 img {
    height: 150px;
    width: 180px;
  }
}

/* anker link
----------------------------------*/
/* slick
----------------------------------*/
#slider-wrap {
  position: relative;
  margin: 10px auto;
}

.slider-item {
  width: 100%;
  max-width: 700px;
  border: 2px solid #F9B600;
  padding: 25px !important;
  background: #fff;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 200;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  transform: rotate(45deg);
  cursor: pointer;
}
@media all and (max-width: 639px) {
  .slide-arrow {
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
}
.slide-arrow.prev-arrow {
  left: 50%;
  margin-left: -370px;
  border-bottom: solid 2px;
  border-left: solid 2px;
  border-color: #54A1A6;
}
@media all and (max-width: 1100px) {
  .slide-arrow.prev-arrow {
    left: 10px;
    margin-left: 0;
  }
}
@media all and (max-width: 639px) {
  .slide-arrow.prev-arrow {
    border-color: #F9B600;
  }
}
.slide-arrow.next-arrow {
  right: 50%;
  margin-right: -370px;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #54A1A6;
}
@media all and (max-width: 1100px) {
  .slide-arrow.next-arrow {
    right: 10px;
    margin-right: 0;
  }
}
@media all and (max-width: 639px) {
  .slide-arrow.next-arrow {
    border-color: #F9B600;
  }
}

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

/*外来診療
--------------------------------*/
.about-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.about-list li a {
  color: #434343;
  transition: all 0.3s ease-in;
}
.about-list li a .list_wrap {
  color: #fff;
  position: relative;
  border-radius: 30px;
  background: #54A1A6;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 0.8rem 5rem rgba(0, 0, 0, 0.14);
}
.about-list li a .list_wrap.type1 {
  background: #578DCA;
}
.about-list li a .list_wrap.type2 {
  background: #F9B600;
}
.about-list li a .list_wrap .about-list-item {
  padding: 20px;
  border-radius: 50px;
}
.about-list li a .list_wrap .about-list-item img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.about-list li a .list_wrap .about-list-item .txt {
  min-height: 58px;
}
.about-list li a .list_wrap .about-list-item .about-list-item-txt {
  font-size: 3.5rem;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-list li a:hover .list_wrap {
  transition: transform 0.4s ease-out;
  transform: scale(1.08);
}
@media all and (max-width: 896px) {
  .about-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-list li a .list_wrap .about-list-item .txt {
    min-height: 0;
  }
}
@media all and (max-width: 639px) {
  .about-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-list li a .list_wrap .about-list-item {
    padding: 20px;
    border-radius: 50px;
  }
  .about-list li a .list_wrap .about-list-item .about-list-item-txt {
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
}

.service-list {
  list-style: none;
  margin: 50px;
  display: flex;
  justify-content: center;
}
.service-list.type1 .service-list-item:nth-child(odd) a {
  background: #54A1A6;
}
.service-list.type1 .service-list-item:nth-child(even) a {
  background: #F9B600;
}
.service-list .service-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.service-list .service-list-item:nth-child(odd) {
  margin-right: 50px;
}
.service-list .service-list-item:nth-child(odd) a {
  background: #F9B600;
}
.service-list .service-list-item a {
  background: #54A1A6;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  align-items: center;
  box-shadow: 0px 4px 60px 0px rgba(126, 151, 172, 0.2);
  text-align: center;
}
.service-list .service-list-item a:hover {
  transform: scale(1.1);
}
.service-list .service-list-item .contain {
  width: 390px;
  height: 390px;
  margin: 5px;
  border-radius: 50%;
  border: 2px dashed #fff;
  padding-top: 70px;
}
.service-list .service-list-item .contain .ttl {
  font-size: 2.5rem;
  color: #fff;
  padding-top: 50px;
  margin-bottom: 50px;
}
.service-list .service-list-item .contain .txt {
  color: #fff;
}
@media all and (max-width: 1100px) {
  .service-list {
    margin: 30px;
  }
  .service-list .service-list-item:nth-child(odd) {
    margin-right: 30px;
  }
  .service-list .service-list-item a {
    width: 350px;
    height: 350px;
  }
  .service-list .service-list-item .contain {
    width: 340px;
    height: 340px;
    padding-top: 50px;
  }
}
@media all and (max-width: 896px) {
  .service-list .service-list-item a {
    width: 330px;
    height: 330px;
  }
  .service-list .service-list-item .contain {
    width: 320px;
    height: 320px;
    padding-top: 50px;
  }
  .service-list .service-list-item .contain .ttl {
    font-size: 1.6rem;
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .service-list .service-list-item .contain .ttl {
    font-size: 1.5rem;
    padding-top: 50px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 639px) {
  .service-list {
    display: block;
    margin: 0;
  }
  .service-list .service-list-item:nth-child(odd) {
    margin-right: 0;
  }
  .service-list .service-list-item a {
    width: 310px;
    height: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .service-list .service-list-item .contain {
    width: 300px;
    height: 300px;
    padding-top: 20px;
  }
  .service-list .service-list-item .contain .ttl {
    font-size: 1.6rem;
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .service-list.type1 .service-list-item:nth-child(odd) a {
    background: #F9B600;
  }
  .service-list.type1 .service-list-item:nth-child(even) a {
    background: #54A1A6;
  }
}
@media screen and (max-width: 350px) {
  .service-list {
    display: block;
    margin: 0;
  }
  .service-list .service-list-item a {
    width: 260px;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-list .service-list-item .contain {
    width: 250px;
    height: 250px;
    padding-top: 20px;
  }
  .service-list .service-list-item .contain .ttl {
    font-size: 1.6rem;
    padding-top: 50px;
    margin-bottom: 30px;
  }
}

.point-list li {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 20px 60px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
  margin-bottom: 35px;
}
.point-list li:last-child {
  margin-bottom: 0;
}
.point-list li .num {
  position: absolute;
  top: -10px;
  left: -5px;
  display: inline-block;
  background: #54A1A6;
  color: #fff;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
}
.point-list li .in-titile {
  font-size: 2rem;
  margin-bottom: 15px;
}
.point-list li .in-titile span {
  color: #54A1A6;
  font-size: 2rem;
}

@media all and (max-width: 896px) {
  .point-list li .in-titile {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .point-list li .in-titile span {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .point-list li {
    padding: 20px 40px;
  }
  .point-list li .in-titile span {
    font-size: 1.6rem;
  }
  .point-list li .num {
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.service_type .txt {
  margin-bottom: 30px;
}

.deco_img2 {
  display: flex;
  justify-content: space-between;
}
.deco_img2 .img01 {
  width: 200px;
  height: 220px;
  margin-top: 30px;
}
.deco_img2 .img02 {
  width: 280px;
  height: 280px;
}
@media all and (max-width: 639px) {
  .deco_img2 .img01 {
    width: 110px;
    height: 115px;
  }
  .deco_img2 .img02 {
    width: 200px;
    height: 200px;
  }
}

.color_box {
  padding: 20px;
  background-color: rgba(227, 242, 242, 0.5);
}

.mini {
  font-size: 90%;
}

/* ページ内リンク
----------------------------------*/
.contents_link {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.contents_link li a {
  border-radius: 10px;
  background-color: #54A1A6;
  padding: 10px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  min-height: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(1rem, 1.8vw, 1.8rem);
}
.contents_link li a:hover {
  background-color: #4b9195;
}
@media all and (max-width: 1300px) {
  .contents_link {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 896px) {
  .contents_link {
    font-size: clamp(1rem, 1.6vw, 1.6rem);
    min-height: 70px;
  }
}
@media all and (max-width: 639px) {
  .contents_link {
    grid-template-columns: repeat(2, 1fr);
  }
  .contents_link li a {
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    min-height: 50px;
  }
}

.kouen-inner {
  position: relative;
  border: 1px solid rgba(84, 161, 166, 0.2);
  padding-left: 30px;
  padding: 15px;
}
.kouen-inner:not(:last-of-type) {
  margin-bottom: 20px;
}
.kouen-inner dt,
.kouen-inner dd {
  position: relative;
}
.kouen-inner.active dt:after {
  content: "－";
}
.kouen-inner dt {
  cursor: pointer;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .kouen-inner dt {
    padding-left: 45px;
  }
}
.kouen-inner dt:after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #54A1A6;
  text-align: center;
}
.kouen-inner dt span {
  position: relative;
}
.kouen-inner dt span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 10px;
  background-image: linear-gradient(to right, #54A1A6, #578DCA);
  opacity: 0.5;
  z-index: -1;
}
@media all and (max-width: 639px) {
  .kouen-inner dt span::after {
    display: none;
  }
}
@media all and (max-width: 639px) {
  .kouen-inner dt:hover span {
    color: #54A1A6;
  }
}
.kouen-inner dd {
  display: none;
}

/* WEB予約ボタン
----------------------------------*/
#web_booking {
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 200;
}
#web_booking a {
  display: inline-block;
  width: 150px;
  color: #F9B600;
  padding-top: 15px;
}
#web_booking a img {
  width: 100%;
}
#web_booking a:hover {
  color: #564d48;
  transform: scale(1.05);
}
@media all and (max-width: 1100px) {
  #web_booking {
    display: none;
  }
}

/*画面固定ボタン・モーダル
--------------------------------*/
#tk-fixed-btn-container {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#tk-fixed-btn-container .tk-fixed-btn {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 100;
  background: #54A1A6;
  color: #fff;
  padding: 15px 10px;
  font-size: 1.8rem;
  border-radius: 15px 0 0 15px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in;
}
#tk-fixed-btn-container .tk-fixed-btn span {
  display: block;
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
#tk-fixed-btn-container .tk-fixed-btn:hover {
  background: #63acb0;
  padding-right: 15px;
}
#tk-fixed-btn-container .tk-fixed-btn.type1 {
  top: 33%;
  background: #578DCA;
}
@media all and (max-width: 896px) {
  #tk-fixed-btn-container .tk-fixed-btn {
    display: none;
  }
}

#tk-modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.tk-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 8px;
  z-index: 10000;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 639px) {
  .tk-modal {
    padding: 15px;
  }
}

.tk-modal-content {
  position: relative;
}
.tk-modal-content h3 {
  margin-top: 0;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.tk-modal-content table {
  width: 100%;
  border-collapse: collapse;
}
.tk-modal-content table th, .tk-modal-content table td {
  border: 1px solid #ccc;
  padding: 6px;
  font-size: 13px;
  text-align: center;
}
@media all and (max-width: 639px) {
  .tk-modal-content table th, .tk-modal-content table td {
    font-size: 10px;
  }
}
@media all and (max-width: 639px) {
  .tk-modal-content .tk-fixed-btn {
    font-size: 1.3rem;
  }
}

.tk-modal-close {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #666;
}

/*top_greet
--------------------------------*/
.top_greet {
  position: relative;
  position: relative;
}
.top_greet.type1 {
  padding: 0 10px;
}
.top_greet:before, .top_greet:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 350px;
  z-index: -1;
}
.top_greet:before {
  right: -7%;
  top: 20%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26353/deco02.png) no-repeat center/contain;
}
.top_greet:after {
  left: -7%;
  bottom: 10%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26353/deco01.png) no-repeat center/contain;
}
@media all and (max-width: 1100px) {
  .top_greet:before, .top_greet:after {
    width: 200px;
    height: 234px;
  }
  .top_greet:before {
    right: 0;
  }
  .top_greet:after {
    left: 0;
  }
}
@media all and (max-width: 896px) {
  .top_greet:before, .top_greet:after {
    width: 180px;
    height: 200px;
  }
  .top_greet:before {
    right: 0;
    top: 5%;
  }
  .top_greet:after {
    left: 0;
    top: 5%;
  }
}
@media all and (max-width: 639px) {
  .top_greet {
    padding: 0 5px;
  }
  .top_greet.type1 {
    padding: 0 5px;
  }
}

.top_img_wrap {
  max-width: 400px;
  margin: 30px auto;
  position: relative;
}
.top_img_wrap .icon01 {
  position: absolute;
  top: 0;
  left: 10px;
  width: 50px;
  height: 50px;
  z-index: 2;
  animation: pikopiko 1s steps(2, start) infinite;
}

.waku_txt {
  background: #54A1A6;
  padding: 3px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  margin: 10px 0 10px;
}

.contact_box {
  padding: 30px 0;
  background-color: #faf8f5;
}
.contact_box.type1 {
  background-color: #fff;
}
.contact_box .contact_btn {
  display: flex;
  justify-content: center;
}
.contact_box .contact_btn li {
  margin-right: 20px;
}
.contact_box .contact_btn li:last-child {
  margin-right: 0;
}
.contact_box .contact_btn li a {
  border: 2px solid #F9B600;
  background: #F9B600;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 7px 20px;
  text-align: center;
  border-radius: 30px;
}
.contact_box .contact_btn li a:hover {
  background: #fff;
  color: #F9B600;
}
.contact_box .contact_btn li.type1 a {
  border: 2px solid #578DCA;
  background: #578DCA;
}
.contact_box .contact_btn li.type1 a:hover {
  background: #fff;
  color: #578DCA;
}
@media all and (max-width: 639px) {
  .contact_box .contact_btn li a {
    font-size: 1.2rem;
  }
}

.flow_list3 {
  display: flex;
}

.flow {
  padding-left: 0;
}
.flow > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
}
.flow > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}
.flow > li dl dt {
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}
.flow > li dl dd {
  margin: 0;
}
.flow > li .step {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #578DCA;
  text-align: center;
  width: 70px;
  height: 70px;
  position: relative;
  margin-top: 0;
}
.flow > li .step::before {
  content: "STEP";
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}
.flow > li .step::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-image: radial-gradient(#dde5e6 0.6px, transparent 0.6px);
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.fukidashi_box {
  position: relative;
}
.fukidashi_box .fukidashi {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.4em 5em;
  border-radius: 100px;
  background-color: #54A1A6;
  color: #fff;
  font-size: 2.5rem;
  display: inline-block;
}
.fukidashi_box .fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top: 11px solid #54A1A6;
}
@media all and (max-width: 896px) {
  .fukidashi_box .fukidashi {
    padding: 5px 30px;
  }
}
@media all and (max-width: 639px) {
  .fukidashi_box .fukidashi {
    top: -70px;
    width: 200px;
    font-size: 1.5rem;
    display: block;
  }
}

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

@media all and (max-width: 1200px) {
  .photo_in {
    margin: 0 auto;
    width: 50% !important
  }
}

@media all and (max-width: 890px) {
  .photo_in {
    width: 30%;
  }
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
  }

  .grid-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
  }


