@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", "游ゴシック Medium",
    游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  *font-size: small;
  *font: x-small;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 auto;
  background: #fff;
}

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

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

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

/*link*/
a:link,
a:visited,
a:hover {
  color: #4a2e24;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*link*/
/*　facebook */
.fb-page {
  width: 100%;
}

#fb-root {
  width: 100%;
  background-color: #fff;
  height: auto;
}

.fb-like-box {
  width: 100% !important;
}

.fb-like-box span,
.fb-like-box iframe[style] {
  width: 100% !important;
}

.ggmap {
  width: 100%;
  height: 350px;
}

.phone {
  display: none;
}

.pc {
  display: block;
}

.tcen {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .tcen {
    text-align: left;
  }
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none;
  }
}

/* title */
h2 {
  font-size: 1.6rem;
  color: #4a2e24;
  font-family: "Zen Old Mincho", serif;
}

h3 {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
}

h4 {
  font-size: 2rem;
  color: #f8931f;
  font-family: "Zen Old Mincho", serif;
}

h5 {
  font-family: "Zen Old Mincho", serif;
}

/* title */
.mtitle {
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
}

.mtitle .eng {
  font-size: 3.5rem;
  color: #4a2e24;
  position: relative;
  z-index: 2;
  display: block;
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

.mtitle .ja {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  color: #343338;
}

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

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

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

.mtitle.white span.ja {
  border-bottom-color: #fefefe;
}

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

.mtitle.mtitle_left:before {
  left: 2%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.mtitle.mtitle_left span:after {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

@media all and (-ms-high-contrast: none) {
  .mtitle .eng {
    color: #4a2e24;
    background-image: none;
  }
}

@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
  }
  .mtitle .eng {
    font-size: 2.4rem;
  }
  .mtitle .ja {
    font-size: 1.8rem;
  }
}

.heading03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.6rem;
  text-align: center;
}

.heading03:before,
.heading03:after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #4a2e24;
}

.heading03:before {
  margin-right: 20px;
}

.heading03:after {
  margin-left: 20px;
}

@media all and (max-width: 639px) {
  .heading03 {
    font-size: 1.8rem;
  }
  .heading03:before,
  .heading03:after {
    content: "";
    width: 30px;
  }
  .heading03:before {
    margin-right: 10px;
  }
  .heading03:after {
    margin-left: 10px;
  }
}

.heading04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.6rem;
  text-align: center;
}

.heading04:before,
.heading04:after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #4a2e24;
}

.heading04:before {
  margin-right: 30px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.heading04:after {
  margin-left: 30px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

@media all and (max-width: 639px) {
  .heading04 {
    font-size: 1.8rem;
  }
  .heading04:before {
    margin-right: 15px;
  }
  .heading04:after {
    margin-left: 15px;
  }
}

.heading05 {
  position: relative;
  padding-bottom: 50px;
  font-size: 2.6rem;
  color: #333;
  text-align: center;
}

.heading05:before {
  content: attr(data-en);
  display: block;
  color: #4a2e24;
  font-family: "Cormorant Infant", serif;
  font-size: 20px;
  font-style: italic;
  text-transform: uppercase;
}

.heading05:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(30deg);
  transform: translate(-50%) rotate(30deg);
  width: 1px;
  height: 40px;
  background-color: #4a2e24;
}

@media all and (max-width: 639px) {
  .heading05 {
    font-size: 1.8rem;
  }
  .heading05:before {
    content: attr(data-en);
    font-size: 14px;
  }
  .heading05:after {
    height: 20px;
  }
}

.heading06 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 2.6rem;
  color: #333;
  text-align: center;
}

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

.heading06:before {
  content: attr(data-en);
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #4a2e24;
  font-family: "Cormorant Infant", serif;
  font-size: 80px;
  font-style: italic;
  opacity: 0.1;
}

.heading06:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(30deg);
  transform: translate(-50%) rotate(30deg);
  width: 1px;
  height: 40px;
  background-color: #4a2e24;
}

@media all and (max-width: 639px) {
  .heading06 {
    font-size: 1.8rem;
  }
  .heading06:before {
    font-size: 40px;
  }
  .heading06:after {
    height: 20px;
  }
}

.heading07 {
  position: relative;
  padding-top: 50px;
  padding-left: 30px;
  font-size: 2.6rem;
}

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

.heading07:before {
  content: attr(data-en);
  position: absolute;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  top: -20px;
  left: 0;
  color: rgba(224, 66, 114, 0.6);
  font-size: 80px;
  font-weight: 400;
  font-family: luxus-brut, cursive;
  font-style: italic;
  opacity: 0.2;
}

@media all and (max-width: 639px) {
  .heading07 {
    font-size: 1.8rem;
  }
  .heading07:before {
    font-size: 40px;
  }
}

.heading08 {
  font-weight: 500;
  font-size: 2.6rem;
}

.heading08 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a2e24;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.heading08 span:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 1px;
  background-color: #4a2e24;
}

@media all and (max-width: 639px) {
  .heading08 {
    font-size: 1.8rem;
  }
  .heading08 span {
    font-size: 1.2rem;
  }
  .heading08 span:before {
    margin-right: 10px;
    width: 30px;
  }
}

.heading10 {
  position: relative;
  padding-top: 30px;
  font-size: 2.6rem;
  border-bottom: 1px solid #053e62;
}

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

.heading10:before {
  content: attr(data-en);
  font-family: "Cormorant Infant", serif;
  position: absolute;
  top: 0px;
  left: -10px;
  color: #053e62;
  font-size: 40px;
  text-transform: uppercase;
  z-index: 1;
  opacity: 0.1;
}

@media all and (max-width: 639px) {
  .heading10 {
    font-size: 1.8rem;
  }
  .heading10 span {
    position: relative;
    z-index: 2;
  }
  .heading10:before {
    font-size: 20px;
  }
}

.heading11 {
  position: relative;
  font-size: 2.6rem;
  text-align: center;
}

.heading11:before {
  content: attr(data-number);
  font-family: "Cormorant Infant", serif;
  display: block;
  margin-bottom: 30px;
  color: #fc5185;
  font-size: 30px;
}

.heading11:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #fc5185;
}

@media all and (max-width: 639px) {
  .heading11 {
    font-size: 1.8rem;
  }
  .heading11:before {
    font-size: 20px;
  }
}

.heading19 {
  position: relative;
  padding-bottom: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 2.6rem;
}

.heading19:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(
    45deg,
    #b4a983 0px,
    #b4a983 1px,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  background-size: 8px 8px;
}

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

.heading21 {
  position: relative;
  font-size: 2.6rem;
}

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

.heading21:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: repeating-linear-gradient(
    -45deg,
    #b4a983 0px,
    #b4a983 2px,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  background-size: 10px 10px;
  z-index: 1;
}

.heading21:after {
  content: attr(data-en);
  position: relative;
  margin-left: 20px;
  font-size: 16px;
  z-index: 2;
}

@media all and (max-width: 639px) {
  .heading21 {
    font-size: 1.8rem;
  }
  .heading21:after {
    font-size: 14px;
  }
}

.glowAnime span {
  opacity: 0;
}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span {
  -webkit-animation: glow_anime_on 1s ease-out forwards;
  animation: glow_anime_on 1s ease-out forwards;
}

@-webkit-keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}

.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
  animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
  animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.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: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: 0.2rem;
  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_box {
  background: rgba(23, 55, 125, 0.1);
  color: #343338;
  font-size: 1.6rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}

.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  font-weight: 900;
  display: block;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

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

.mtitle_box2 {
  background: #333;
  font-size: 2.2rem;
  color: #fff;
  position: relative;
  font-weight: 500;
  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: #4a2e24;
  content: "";
  display: block;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  position: absolute;
  bottom: -10px;
  right: -150px;
  width: 300px;
  height: 280px;
}

@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 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: -190px;
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
  }
}

.title-big {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.title-big .eng {
  position: relative;
  font-size: 8rem;
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fefefe;
  text-shadow: 1px 1px 0px #006b80, -1px 1px 0px #006b80, 1px -1px 0px #006b80,
    -1px -1px 0px #006b80, 1px 0px 0px #006b80, 0px 1px 0px #006b80,
    -1px 0px 0px #006b80, 0px -1px 0px #006b80;
  line-height: 1;
}

.title-big .eng:before {
  position: absolute;
  top: 3%;
  left: -3%;
  width: 4rem;
  height: 4rem;
  content: "";
  background: #006b80;
  border-radius: 100%;
  z-index: -1;
}

.title-big .ja {
  margin-left: 15px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 1.8rem;
  color: #333;
}

@media all and (max-width: 1100px) {
  .title-big {
    margin-bottom: 35px;
  }
  .title-big .eng {
    font-size: 6rem;
  }
  .title-big .eng:before {
    width: 3rem;
    height: 3rem;
  }
  .title-big .ja {
    display: block;
    margin-left: 0;
    padding-top: 5px;
  }
}

@media all and (max-width: 896px) {
  .title-big {
    margin-bottom: 30px;
    text-align: center;
  }
  .title-big .ja {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 639px) {
  .title-big {
    margin-bottom: 25px;
  }
  .title-big .eng {
    font-size: 5rem;
  }
  .title-big .eng:before {
    width: 2.5rem;
    height: 2.5rem;
  }
  .title-big .ja {
    font-size: 1.4rem;
  }
}

.title-big3 {
  margin: 0 0 35px;
  position: relative;
  z-index: 3;
}

.title-big3 .eng {
  display: block;
  line-height: 0.9;
  color: #aaa;
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  font-size: 8rem;
}

.title-big3 .ja {
  font-size: 3rem;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #3f3125;
}

.title-big3.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.title-big3.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: none;
}

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

.title-big3.white span.ja {
  border-bottom-color: #fefefe;
}

@media all and (max-width: 639px) {
  .title-big3 {
    margin-bottom: 30px;
  }
  .title-big3 .eng {
    font-size: 4rem;
  }
  .title-big3 .ja {
    font-size: 1.8rem;
  }
}

.mtext1 {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}

.mtext1 span {
  font-size: 1.8rem;
}

.mtext1 b {
  font-size: 2.8rem;
}

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

.mtext2 {
  font-size: 2.7rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}

@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.mttl_check {
  margin-bottom: 10px;
  border-bottom: dotted 1px #aaa;
  font-size: 1.8rem;
  color: #333;
  font-weight: 500;
}

.mttl_check:before {
  margin-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  color: #4a2e24;
}

/*SEO*/
#seoA {
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #eee;
}

#seo {
  margin: 0 auto;
  padding: 3px 0 2px;
  max-width: 1160px;
  font-size: 12px;
  line-height: 1.3;
  color: #666;
}

#seo h1 {
  text-align: left;
  font-weight: normal;
}

#seo h1 + p {
  text-align: right;
  display: inline;
}

/*head*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2000;
}

header.headscroll {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

#l-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #faf3e3;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 200;
}

#l-header.is-hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#l-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 95%;
  min-width: 1000px;
  margin: 0 auto;
  padding: 4px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

#l-header .head-right_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-bottom: 5px;
}

#l-header .head-right_tel a,
#l-header .head-right_mail a,
#l-header .head-right_mail2 a {
  display: block;
  padding: 4px 15px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
}

#l-header .head-right_tel a:before,
#l-header .head-right_mail a:before {
  margin-right: 5px;
}

#l-header .head-right_tel a:hover,
#l-header .head-right_mail a:hover {
  color: #4a2e24;
}

#l-header .head-right_tel a {
  background: transparent;
  padding: 0;
  color: #4a2e24;
  font-size: 2.2rem;
  position: relative;
}

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

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

#l-header .head-right_txt {
  font-size: 13px;
  padding-right: 10px;
  border-right: 1px solid #eee;
  margin-right: 10px;
}

#l-header .head-right_mail,
#l-header .head-right_mail2 {
  margin-left: 10px;
}

#l-header .head-right_mail a:hover,
#l-header .head-right_mail2 a:hover {
  background: #f66009;
  color: #fefefe;
}

@media all and (max-width: 1100px) {
  #l-header .inner {
    min-width: initial;
  }
  #l-header .inner #logo img {
    width: auto;
    height: 55px;
  }
}

@media all and (max-width: 890px) {
  #l-header .inner {
    min-width: initial;
  }
  #l-header .inner #logo img {
    width: auto;
    height: 45px;
  }
}

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

@media all and (max-width: 890px) {
  #l-header .head-right_contact {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
  }
}

@media all and (max-width: 890px) {
  #l-header .head-right_contact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10px;
}

.sns-list.center {
  margin: 0 auto 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns-list li:first-child {
  margin-right: 5px;
}

.sns-list li a {
  display: block;
  font-size: 1.6rem;
  color: #8e6146;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fefefe;
  border-radius: 50%;
}

#header_nav {
  position: relative;
  width: 700px;
  margin-left: auto;
}

#header_nav ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header_nav ul li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
}

#header_nav ul li:last-child {
  margin-right: 0;
}

#header_nav ul li a {
  display: block;
  letter-spacing: 0.1rem;
  position: relative;
  line-height: 1.5;
  font-size: 1.2rem;
  padding: 7px 0 10px;
  font-family: "Zen Old Mincho", serif;
  color: #111;
  text-align: center;
}

#header_nav ul li a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #4a2e24;
  font-family: "Cormorant Infant", serif;
  position: relative;
}

#header_nav ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #d5b046;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s width ease-in;
  transition: 0.2s width ease-in;
}

#header_nav ul li a:hover span,
#header_nav ul li a.active span {
  color: #d5b046;
  -webkit-transition: 0.2s color ease-in;
  transition: 0.2s color ease-in;
}

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

#header_nav ul li ul {
  position: absolute;
  top: 60px;
  left: -1px;
  width: 150px;
  z-index: 100;
}

#header_nav ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 250px;
  height: 0;
  /* 	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 0px 0px;
         */
}

#header_nav ul li ul li a {
  display: block;
  width: 150px;
  background-color: #fff;
  padding: 6px 0;
  margin: 0;
  border-radius: 5px;
  text-align: left;
  text-indent: 10px;
  font-size: 13px;
}

#header_nav ul li ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px;
}

#header_nav ul li ul li a:link,
#header_nav ul li ul li a:visited {
  color: #4a2e24;
  font-weight: normal;
}

#header_nav ul li ul li a:hover {
  color: #4a2e24;
  font-weight: normal;
  background: #4a2e24;
  color: #fff;
}

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

#header_nav ul li:hover ul li {
  visibility: visible;
  overflow: visible;
  height: 35px;
  z-index: 10;
}

#header_nav * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media all and (max-width: 1100px) {
  #header_nav {
    width: 550px;
  }
  #header_nav ul li a {
    font-size: 0.1rem;
  }
  #header_nav ul li a span {
    font-size: 0.2rem;
  }
}

/* mailbtn */
.mailbtn {
  float: right;
}

.mailbtn a {
  display: block;
  background: linear-gradient(135deg, #2c5a94, #539cf9);
  color: #ffffff;
  font-size: 1.4rem;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mailbtn a:hover {
  background: #2c5a94;
}

.telbtn {
  float: left;
  margin: 0 15px;
  line-height: 1.3;
  text-align: center;
  color: #333;
  padding-top: 5px;
  font-size: 1.1rem;
}

.telbtn span {
  font-weight: normal;
  font-size: 2.9rem;
  letter-spacing: 1px;
}

.telbtn span:before {
  font-family: "FontAwesome";
  content: "\f879";
  margin-right: 5px;
  color: #4a2e24;
  font-size: 2rem;
}

.telbtn2 {
  margin: 15px;
  line-height: 1.4;
  text-align: center;
  color: #333;
  font-size: 1.6rem;
}

.telbtn2 span {
  font-weight: normal;
  font-size: 3.9rem;
  letter-spacing: 1px;
}

.telbtn2 span:before {
  font-family: "FontAwesome";
  content: "\f879";
  margin-right: 5px;
  color: #4a2e24;
  font-size: 3rem;
}

@media all and (max-width: 890px) {
  .telbtn2 {
    margin: 15px 0;
    font-size: 1.4rem;
  }
  .telbtn2 span {
    font-size: 2.9rem;
  }
  .telbtn2 span:before {
    font-size: 2rem;
  }
}

/*wideslider*/
.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 350px;
}

.wideslider ul {
  float: left;
  display: inline;
}

.wideslider ul li {
  float: left;
  display: inline;
}

.wideslider ul li img {
  width: 100%;
  display: none;
}

.wideslider_base {
  top: 0;
  position: absolute;
}

.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}

.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

.slider_prev {
  background: #fff url(../photo/prev.jpg) no-repeat right center;
}

.slider_next {
  background: #fff url(../photo/next.jpg) no-repeat left center;
}

/*wideslider*/
/*FLASH*/
#mainView {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

#mainView2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 5% 15%;
  margin: 0 auto;
}

#mainView2::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 50%;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f9eaef 0,
    #f9ebef 10px,
    #fff 10px,
    #fff 20px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f9eaef 0,
    #f9ebef 10px,
    #fff 10px,
    #fff 20px
  );
  left: -40px;
  bottom: -40px;
  z-index: -1;
}

#mainView2 ul {
  position: relative;
  z-index: 2;
}

@media all and (max-width: 890px) {
  #mainView {
    height: 80vh;
  }
}

.bxslider.bx-1 {
  width: 100vw;
  height: 41vw;
  margin-bottom: 30px;
}

@media all and (max-width: 800px) {
  .bxslider.bx-1 {
    height: auto;
  }
}

.slide0 {
  background-image: url(../bxslider/images/0.jpg);
  background-position: center center;
}

.slide1 {
  background-image: url(../bxslider/images/1.jpg);
  background-position: 50% 20%;
}

.slide2 {
  background-image: url(../bxslider/images/2.jpg);
  background-position: center center;
}

.slide3 {
  background-image: url(../bxslider/images/3.jpg);
  background-position: center center;
}

.slide0,
.slide1,
.slide2,
.slide3 {
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: scroll;
  padding: 0px 0;
}

.slideimg {
  max-width: 1020px;
  margin: 0 auto;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slideimg img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain;";
}

@media all and (max-width: 800px) {
  .slideimg {
    height: 94vw;
  }
}

#flashA {
  width: 100%;
  overflow: hidden;
}

#flash {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.flashimg {
  position: absolute;
  left: 5%;
  bottom: 5%;
  display: block;
  z-index: 1000;
}

@media all and (max-width: 890px) {
  #flash {
    width: 100%;
    height: auto;
  }
  #flashA {
    min-width: 100%;
  }
  .flashimg {
    width: 90%;
  }
}

.jp_text {
  color: #fff;
}

.jp_text h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  text-shadow: 0px 0px 10px #3b3b3b;
}

.jp_text h1 {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.4em;
  text-shadow: 0px 0px 10px #3b3b3b;
}

.jp_text p {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", "游ゴシック Medium",
    游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0.24em;
  line-height: 1.8em;
  text-shadow: 0px 0px 10px #3b3b3b;
}

@media screen and (max-width: 768px) {
  .jp_text h2 {
    font-size: 24px;
  }
  .jp_text h1 {
    font-size: 22px;
    letter-spacing: 0.15em;
  }
  .jp_text p {
    font-size: 12px;
  }
}

.row_main01 {
  width: 785px;
}

.row_main01 .col_r {
  width: calc(100% - 300px);
}

.row_main01 .ccl {
  max-width: 230px;
  width: 48%;
  height: 230px;
  -webkit-box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.1);
  border-radius: 50%;
  font-size: 133.33%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.copy_main01 {
  letter-spacing: 0.2em;
  margin-bottom: 12px;
  font-size: 56px;
}

.copy_main01 span {
  display: inline-block;
  position: relative;
}

.txt_main01 {
  margin-bottom: 50px;
  font-size: 133.33%;
}

.row_main01 .col > .txt {
  display: block;
  margin-top: 10px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .copy_main01 {
    font-size: 3rem;
  }
  .txt_main01 {
    font-size: 100%;
  }
  .row_main01 {
    width: 650px;
  }
  .row_main01 .col_l {
    width: 35%;
  }
  .row_main01 .col_r {
    width: 60%;
  }
  .row_main01 .ccl {
    max-width: 185px;
    height: 185px;
    font-size: 111.11%;
  }
  .row_main01 > .txt {
    font-size: 40%;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .copy_main01 {
    font-size: 2rem;
  }
  .txt_main01 {
    font-size: 111.11%;
  }
  .row_main01 {
    width: 525px;
  }
  .row_main01 .ccl {
    font-size: 100%;
  }
  .row_main01 .col_l {
    width: 30%;
  }
  .row_main01 .col_r {
    width: 65%;
  }
  .row_main01 .ccl {
    max-width: 160px;
    height: 160px;
  }
  .row_main01 .col_r .icn:before {
    width: 25px;
    height: 25px;
  }
  .row_main01 .col_r .icn {
    padding-top: 37px;
  }
  .row_main01 .col > .txt {
    font-size: 70%;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .copy_main01 {
    font-size: 2rem;
  }
  .txt_main01 {
    font-size: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .copy_main01 {
    font-size: 1rem;
    line-height: 0.2;
    margin-bottom: 6vw;
  }
  .txt_main01 {
    font-size: 70%;
    letter-spacing: 0;
    margin-bottom: 6vw;
  }
  .row_main01 {
    width: 100%;
  }
  .row_main01 .col .ccl {
    max-width: calc(230 / 750 * 100vw);
    height: calc(230 / 750 * 100vw);
    font-size: 75%;
  }
  .row_main01 .col_l {
    max-width: calc(209 / 750 * 100vw);
    position: absolute;
    right: 3.2vw;
    bottom: 63vw;
  }
  .row_main01 .col_r {
    width: 100%;
  }
  .row_main01 .col_r {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row_main01 .col_r .ccl01 {
    margin-right: 4vw;
  }
  .row_main01 .col > .txt {
    margin-top: 1vw;
  }
}

#down_btn {
  position: absolute;
  text-align: bottom;
  width: 100%;
  bottom: 20px;
}

/* 背景100% */
.bg-title1 {
  background-image: url(../img/bg-title01.jpg);
}

.bg-title2 {
  background-image: url(../img/bg-title02.jpg);
}

.bg-title3 {
  background-image: url(../img/bg-title03.jpg);
}

.bg-title4 {
  background-image: url(../img/bg-title04.jpg);
}

.bg-title5 {
  background-image: url(../img/bg-title05.jpg);
}

.bg-title1,
.bg-title2,
.bg-title3,
.bg-title4,
.bg-title5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
  padding: 0px 0;
  margin: 0;
}

.bg-title1:hover,
.bg-title2:hover,
.bg-title3:hover,
.bg-title4:hover,
.bg-title5:hover {
  z-index: 9999;
}

@media screen and (min-width: 320px) and (max-width: 890px) {
  .bg-title1,
  .bg-title2,
  .bg-title3,
  .bg-title4,
  .bg-title5 {
    background-attachment: scroll;
  }
}

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

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

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

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

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

.bg-image1,
.bg-image2,
.bg-image3,
.bg-image4,
.bg-image5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}

#titleA1 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/bg-title1.webp);
  background-color: #eee;
}
@supports not (background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/bg-title1.webp")) {
  #titleA1 {
    background-image: url(../img/bg-title1.jpg);
  }
}


#titleA1,
#titleA2,
#titleA3,
#titleA4,
#titleA5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  padding: 85px 0;
  margin: 110px 20px 0;
}

@media screen and (min-width: 320px) and (max-width: 890px) {
  #titleA1,
  #titleA2,
  #titleA3,
  #titleA4,
  #titleA5 {
    padding: 85px 0;
    margin: 60px 10px 0;
  }
}

#title {
  max-width: 1160px;
  padding: 55px 0;
  margin: 0px auto 0px;
}

#title h2 {
  float: left;
  font-family: "Cormorant Infant", serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #4a2e24;
  text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px,
    #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}

#title h2 span {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
}

#title h3 {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #4a2e24;
  text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px,
    #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}

#title h3 span {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-size: 4rem;
}

@media all and (max-width: 890px) {
  #title {
    padding: 30px 0;
    margin: 5px 0 0;
  }
  #title h2 {
    float: none;
    font-size: 3rem;
    text-align: center;
  }
  #title h3 {
    font-size: 1.3rem;
    text-align: center;
  }
  #title h3 span {
    font-size: 3rem;
  }
}

/*パンくず*/
#pankuzu {
  float: right;
  margin: 8px 0 0;
  padding: 0 8px;
  font-size: 11px;
  color: #555;
  background-color: rgba(255, 255, 255, 0.8);
}

#pankuzu li {
  display: inline;
}

#pankuzu li a {
  display: inline;
  padding: 0;
}

#pankuzu li + li:before {
  margin: 0 10px;
  content: ">";
}

#pankuzu2 {
  text-align: center;
  width: 300px;
  margin: 8px auto 0;
  padding: 0 8px;
  font-size: 11px;
  color: #555;
  background-color: rgba(255, 255, 255, 0.8);
}

#pankuzu2 li {
  display: inline;
}

#pankuzu2 li a {
  display: inline;
  padding: 0;
}

#pankuzu2 li + li:before {
  margin: 0 10px;
  content: ">";
}

@media all and (max-width: 890px) {
  #pankuzu,
  #pankuzu2 {
    display: none;
  }
}

.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 10px 20px;
  z-index: 4;
  border-radius: 0 5px 5px 0;
  font-size: 1.2rem;
}

.breadcrumb li {
  display: inline;
  color: #222;
}

.breadcrumb li a {
  color: #4a2e24;
}

.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}

@media all and (max-width: 890px) {
  .breadcrumb {
    padding: 8px 10px;
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}

#contentwrap {
  width: 100%;
  overflow: hidden;
}

.single {
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}

.single0 {
  margin: 0 auto;
  padding: 60px 0;
}

.single1 {
  margin: 0 auto;
  padding: 50px;
}

@media all and (max-width: 1200px) {
  .single,
  .single0,
  .single1 {
    width: 95%;
    margin: 0 auto;
    padding: 25px 0px;
  }
}

.innerB {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.innerB .left {
  width: 48%;
  padding-right: 2%;
  float: left;
}

.innerB .right {
  width: 48%;
  float: left;
  margin-left: 4%;
}

.innerB .left_s {
  width: 30%;
  float: left;
}

.innerB .right_l {
  width: 66%;
  float: left;
  margin-left: 4%;
}

@media all and (max-width: 890px) {
  .innerB {
    display: block;
  }
}

@media all and (max-width: 890px) {
  .innerB .left,
  .innerB .right {
    width: 100%;
    float: none;
  }
}

@media all and (max-width: 890px) {
  .innerB .right {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media all and (max-width: 890px) {
  .innerB .left_s {
    width: 100%;
    float: none;
  }
}

@media all and (max-width: 890px) {
  .innerB .right_l {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    float: none;
  }
}

.single_new {
  width: 90%;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}

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

.top-cont02 {
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
}

.top-cont02 .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-cont02 .inner .top-cont02-img {
  width: 48%;
}

.top-cont02 .inner .top-cont02-img img {
  max-width: 100%;
  height: auto;
}

.top-cont02 .inner .top-cont02-img .img01 {
  z-index: 0;
  width: 90%;
}

.top-cont02 .inner .top-cont02-img .img02 {
  width: 45%;
  z-index: 1;
  margin-top: -60px;
  margin-left: auto;
}

.top-cont02 .inner .top-cont02-txt {
  width: 48%;
}

.top-cont02.type1 {
  max-width: 1500px;
  width: 95%;
}

.top-cont02.type1 .inner .top-cont02-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48%;
}

.top-cont02.type1 .inner .top-cont02-img .img01,
.top-cont02.type1 .inner .top-cont02-img .img02 {
  width: 48%;
}

.top-cont02.type1 .inner .top-cont02-img .img02 {
  margin-top: 40px;
}

@media all and (max-width: 896px) {
  .top-cont02 .inner {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .top-cont02 .inner .top-cont02-img {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .top-cont02 .inner .top-cont02-img .img02 {
    margin-top: -80px;
    max-width: 350px;
  }
  .top-cont02 .inner .top-cont02-txt {
    width: 100%;
    margin: auto;
  }
  .top-cont02.type1 {
    width: 100%;
  }
  .top-cont02.type1 .inner .top-cont02-img {
    width: 100%;
  }
}

@media all and (max-width: 639px) {
  .top-cont02 .inner {
    max-width: calc(100% - 10px);
  }
  .top-cont02 .inner .top-cont02-img .img02 {
    margin-top: -40px;
    max-width: 300px;
  }
  .top-cont02.type1 .inner .top-cont02-img .img02 {
    margin-top: 20px;
  }
}

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

.txt_white {
  color: #fff !important;
}

.bg_white {
  background-color: #fff !important;
}

.shadow_w {
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff,
    0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex.ai_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.ai_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.ai_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.flex.row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex.c_reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.flex.r_reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.noshrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
 text-align: left;
}

.mgn_a {
  margin-left: auto;
  margin-right: auto;
}

.mgn_l {
  margin-left: auto;
}

.mgn_r {
  margin-right: auto;
}

.no_mgn {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb105 {
  margin-bottom: 105px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb115 {
  margin-bottom: 115px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb125 {
  margin-bottom: 125px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb135 {
  margin-bottom: 135px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb145 {
  margin-bottom: 145px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb05em {
  margin-bottom: 0.5em;
}

.mb10em {
  margin-bottom: 1em;
}

.mb15em {
  margin-bottom: 1.5em;
}

.mb20em {
  margin-bottom: 2em;
}

.mb25em {
  margin-bottom: 2.5em;
}

.mb30em {
  margin-bottom: 3em;
}

.vdl_m {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.vdl_l {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
}

.mini {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-style: normal;
}

.lia {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
}

.txt_col01 {
  color: #574c3c !important;
}

.txt_col02 {
  color: #013461 !important;
}

.txt_col03 {
  color: #0e1c29 !important;
}

.txt_col04 {
  color: #4b6e82 !important;
}

.txt_col05 {
  color: #545454 !important;
}

.txt_col06 {
  color: #4a2e24 !important;
}

.txt_col07 {
  color: #a7905a !important;
}

.txt_col08 {
  color: #efefef !important;
}

.txt_col09 {
  color: #f1ece6 !important;
}

.txt_col10 {
  color: #f6f6f6 !important;
}

.bg_col01 {
  background-color: #574c3c !important;
}

.bg_col02 {
  background-color: #8d4c20 !important;
}

.bg_col03 {
  background-color: #4a2e24 !important;
}

.bg_col04 {
  background-color: #4b6e82 !important;
}

.bg_col05 {
  background-color: #545454 !important;
}

.bg_col06 {
  background-color: #a7905a !important;
}

.bg_col07 {
  background-color: #dddddd !important;
}

.bg_col08 {
  background-color: #efefef !important;
}

.bg_col09 {
  background-color: #fdf1e3 !important;
}

.bg_col10 {
  background-color: #f6f6f6 !important;
}

.bg_col11 {
  background-color: #00b900 !important;
}

.txt_100 {
  font-size: 100px;
  letter-spacing: 0.1em;
  line-height: 0.7;
}

.txt_90 {
  font-size: 100px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_80 {
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_70 {
  font-size: 70px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_60 {
  font-size: 60px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_58 {
  font-size: 58px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_56 {
  font-size: 56px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_54 {
  font-size: 54px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_52 {
  font-size: 52px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_50 {
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_48 {
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_46 {
  font-size: 46px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_44 {
  font-size: 44px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_42 {
  font-size: 42px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_40 {
  font-size: 222.22%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_38 {
  font-size: 211.11%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_36 {
  font-size: 200%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.txt_36.type1 {
 line-height: 1;
}

.txt_34 {
  font-size: 188.89%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_32 {
  font-size: 177.78%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_30 {
  font-size: 166.67%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_28 {
  font-size: 155.56%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_26 {
  font-size: 144.44%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_24 {
  font-size: 133.33%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_22 {
  font-size: 122.22%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_20 {
  font-size: 111.11%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_16 {
  font-size: 88.89%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_14 {
  font-size: 77.78%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_12 {
  font-size: 66.67%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.txt_10 {
  font-size: 55.56%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.hdg3 {
  padding: 80px 0 85px;
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/logo_ttl_bg.webp") no-repeat center/auto;
}

@supports not (background-image: url("data:image/webp;base64,UklGRiIAAABXRUJQVlA4TAYAAAAvAAAAAAfQ//73v/+BiOh/AAA=")) {
  .hdg3 {
    background: url("../img/logo_ttl_bg.png") no-repeat center/auto;
  }
}

.hdg3.bg_white {
  background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/logo_ttl_bg02.webp");
}

/* WebP非対応フォールバック */
@supports not (background-image: url("data:image/webp;base64,UklGRiIAAABXRUJQVlA4TAYAAAAvAAAAAAfQ//73v/+BiOh/AAA=")) {
  .hdg3.bg_white {
    background-image: url("../img/logo_ttl_bg02.png");
  }
}


.hdg3 .ja {
  letter-spacing: 0.15em;
  padding-bottom: 15px;
  margin-bottom: 19px;
  position: relative;
}

.hdg3 .ja:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #0e1c29;
  width: 20px;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hdg3 .en {
  letter-spacing: 0.15em;
}

.tbl_common01 {
  max-width: 1000px;
  display: block;
}

.tbl_common01 table {
  border-color: #0e1c29;
}

.tbl_common01 th {
  background: #a7905a;
  color: #fff;
}

.tbl_common01 tr:not(:last-child) th,
.tbl_common01 tr:not(:last-child) td {
  border-bottom-color: #0e1c29;
}

.tbl_common02 th {
  background: #efefef;
}

.tbl_common02 tr:not(:last-child) th,
.tbl_common02 tr:not(:last-child) td {
  border-bottom-color: #0e1c29;
}

.tbl_common02 table {
  border-color: #0e1c29;
}

.tbl_common02 th,
.tbl_common02 td {
  padding-top: 24px;
  padding-bottom: 28px;
}

.tbl_common02 th {
  color: #0e1c29;
}

.tbl_common03 table {
  border-color: #0e1c29;
}

.tbl_common03 th {
  background-color: #f1ece6;
  color: #0e1c29;
}

.tbl_common03 tr:not(:last-child) th {
  border-bottom-color: #0e1c29;
}

.tbl_common03 tr:not(:last-child) td {
  border-bottom-color: #0e1c29;
}

.tbl_time02 .box {
  background-color: #fff;
  border: 1px solid #0e1c29;
}

.tbl_time02 table {
  color: #0e1c29;
}

.tbl_time02 thead th {
  border-bottom-color: #0e1c29;
}

.tbl_time02 tbody tr:first-child th {
  padding-left: 0;
}

.tbl_time02 tbody tr:first-child th {
  padding-left: 0;
}

.tbl_time02 .tbl_caption {
  font-size: 88.89%;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 15px;
}

.tbl_time02.day8 thead th:last-child,
.tbl_time02.day8 tbody td:last-child {
  width: calc(53% / 7);
}

.copy_common01 {
  line-height: 2;
  border-bottom: 1px solid #0e1c29;
  padding-bottom: 23px;
  margin-bottom: 27px;
  z-index: 1;
  position: relative;
}

.copy_common01.txt_white {
  border-bottom-color: #fff;
}

.copy_common02 {
  position: relative;
}

.copy_common02:after {
  content: "";
  position: relative;
  background: #0e1c29;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  display: block;
  margin-right: 30px;
}

.copy_common02:after {
  margin-left: 30px;
  margin-right: 0;
}

.copy_common03 {
  line-height: 2;
  margin-bottom: 50px;
}

.copy_common03 .deco {
  padding: 0 80px;
  position: relative;
  display: inline-block;
}

.copy_common03 .deco:before,
.copy_common03 .deco:after {
  content: "";
  position: absolute;
  background: url("../img/deco_common01.svg") no-repeat center/contain;
  width: 56px;
  height: 50px;
  bottom: 15px;
}

.copy_common03 .deco:before {
  left: 0;
}

.copy_common03 .deco:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.copy_common04 {
  margin-bottom: 40px;
}

.copy_common04 .deco {
  display: inline-block;
  position: relative;
  padding: 0 50px;
}

.copy_common04 .deco:before,
.copy_common04 .deco:after {
  content: "";
  position: absolute;
  background: url("../img/deco_common02.svg") no-repeat center/contain;
  width: 33px;
  height: 30px;
  left: 0;
  bottom: 0;
}

.copy_common04 .deco:after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}

.en_common01 {
  font-size: 152px;
  letter-spacing: 0.1em;
  line-height: 0.7;
}

.btn_common01 {
  max-width: 500px;
  color: #fff;
  font-size: 111.11%;
}

.btn_common01.slope01 a {
  border: none;
}

.btn_common01.slope01 a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #555;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: skewX(0);
  transform: skewX(0);
  z-index: -1;
}

.btn_common01.slope01 a:after {
  background-color: #0e1c29;
}

.btn_common01.slope01 a:hover:after {
  width: 100%;
}

.btn_common01.slope01 a:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: skewX(0);
  transform: skewX(0);
  z-index: 1;
  margin: auto;
}

.list_default li {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
}

.list_default li:not(:first-child) {
  margin-top: 14px;
}

.list_default li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  left: 0;
  top: 0.85em;
}

.list_default01 li {
  width: 49%;
}

.list_default01 li:nth-child(-n + 2) {
  margin-top: 0;
}

.list_default02 {
  position: relative;
}

.list_default02 li:nth-child(-n + 3) {
  margin-top: 0;
}

.list_default02:before,
.list_default03:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.list_default02:after,
.list_default03:after {
  content: "";
  display: block;
}

.list_default02 li,
.list_default02:before,
.list_default02:after {
  width: 33%;
}

.list_default03 li,
.list_default03:before,
.list_default03:after {
  width: 24%;
}

.list_default03 li:nth-child(-n + 4) {
  margin-top: 0;
}

.list_common01 li:before {
  background-color: #a7905a;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .slick-slide img,
  #sb_instagram .sbi_photo_wrap {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}

em {
  font-style: normal;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .hdg3 {
    background-size: 200px;
  }
  .hdg3 .ja {
    font-size: 42px;
  }
  .hdg3 .en {
    font-size: 166.67%;
  }
  .txt_40 {
    font-size: 200%;
  }
  .copy_common01 {
    font-size: 188.89%;
  }
  .en_common01 {
    font-size: 130px;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .hdg3 {
    background-size: 150px;
    padding: 60px 0;
  }
  .hdg3 .ja {
    font-size: 38px;
  }
  .hdg3 .en {
    font-size: 144.44%;
  }
  .txt_40 {
    font-size: 155.56%;
  }
  .en_common01 {
    font-size: 100px;
  }
  .copy_common01 {
    font-size: 155.56%;
  }
  .adjust {
    display: block;
  }
  .copy_common03 {
    font-size: 144.44%;
  }
  .btn_common01 {
    font-size: 100%;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .adjust {
    display: none;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: inherit;
  }
  .sp_only {
    display: none;
  }
  .tb_pc {
    display: inherit;
  }
  .sp_tb {
    display: inherit;
  }
  .hdg3 {
    padding: 40px 0;
  }
  .txt_40 {
    font-size: 144.44%;
  }
  .en_common01 {
    font-size: 80px;
  }
  .copy_common01 {
    font-size: 144.44%;
  }
  .copy_common03 {
    font-size: 133.33%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .copy_common03 .deco {
    padding: 0 60px;
  }
  .copy_common03 .deco:before,
  .copy_common03 .deco:after {
    width: 45px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  html,
  body {
    font-size: 4.27vw;
    letter-spacing: 0;
  }
  .inner,
  .inner900,
  .inner1000,
  .inner1240,
  .inner1340,
  .inner1500 {
    padding: 0 3.2vw;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: none;
  }
  .sp_only {
    display: inherit;
  }
  .tb_pc {
    display: none;
  }
  .sp_tb {
    display: inherit;
  }
  .map {
    padding-top: calc(500 / 750 * 100vw);
  }
  .mb5 {
    margin-bottom: calc(5 / 750 * 100vw);
  }
  .mb10 {
    margin-bottom: calc(10 / 750 * 100vw);
  }
  .mb15 {
    margin-bottom: calc(15 / 750 * 100vw);
  }
  .mb20 {
    margin-bottom: calc(20 / 750 * 100vw);
  }
  .mb25 {
    margin-bottom: calc(25 / 750 * 100vw);
  }
  .mb30 {
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .mb35 {
    margin-bottom: calc(35 / 750 * 100vw);
  }
  .mb40 {
    margin-bottom: calc(40 / 750 * 100vw);
  }
  .mb45 {
    margin-bottom: calc(45 / 750 * 100vw);
  }
  .mb50 {
    margin-bottom: calc(50 / 750 * 100vw);
  }
  .mb55 {
    margin-bottom: calc(55 / 750 * 100vw);
  }
  .mb60 {
    margin-bottom: calc(60 / 750 * 100vw);
  }
  .mb65 {
    margin-bottom: calc(65 / 750 * 100vw);
  }
  .mb70 {
    margin-bottom: calc(70 / 750 * 100vw);
  }
  .mb75 {
    margin-bottom: calc(75 / 750 * 100vw);
  }
  .mb80 {
    margin-bottom: calc(80 / 750 * 100vw);
  }
  .mb85 {
    margin-bottom: calc(85 / 750 * 100vw);
  }
  .mb90 {
    margin-bottom: calc(90 / 750 * 100vw);
  }
  .mb95 {
    margin-bottom: calc(95 / 750 * 100vw);
  }
  .mb100 {
    margin-bottom: calc(100 / 750 * 100vw);
  }
  .mb105 {
    margin-bottom: calc(105 / 750 * 100vw);
  }
  .mb110 {
    margin-bottom: calc(110 / 750 * 100vw);
  }
  .mb115 {
    margin-bottom: calc(115 / 750 * 100vw);
  }
  .mb120 {
    margin-bottom: calc(120 / 750 * 100vw);
  }
  .mb125 {
    margin-bottom: calc(125 / 750 * 100vw);
  }
  .mb130 {
    margin-bottom: calc(130 / 750 * 100vw);
  }
  .mb135 {
    margin-bottom: calc(135 / 750 * 100vw);
  }
  .mb140 {
    margin-bottom: calc(140 / 750 * 100vw);
  }
  .mb145 {
    margin-bottom: calc(145 / 750 * 100vw);
  }
  .mb150 {
    margin-bottom: calc(150 / 750 * 100vw);
  }
  .txt_width {
    max-width: calc(646 / 750 * 100vw) !important;
    margin-left: auto;
    margin-right: auto;
  }
  .sp_left {
    text-align: left !important;
  }
  .shadow_w {
    text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff,
      0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff,
      0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff,
      0px 0px calc(15 / 750 * 100vw) #fff;
  }
  .hdg3 {
    background-size: calc(280 / 750 * 100vw);
    padding: 11vw 0;
  }
  .hdg3 .ja {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.7vw;
    padding-bottom: 4vw;
    margin-bottom: 3.5vw;
  }
  .hdg3 .en {
    font-size: calc(34 / 750 * 100vw);
  }
  .hdg3 .ja {
    letter-spacing: 0.7vw;
  }
  .hdg3 .ja:after {
    width: calc(40 / 750 * 100vw);
  }
  .copy_common01 {
    font-size: 125%;
    padding-bottom: 3vw;
    margin-bottom: 2vw;
    max-width: calc(646 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.05em;
  }
  .copy_common03 {
    font-size: 125%;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 7vw;
  }
  .copy_common03 .deco {
    padding: 0;
  }
  .copy_common03 .deco:before,
  .copy_common03 .deco:after {
    width: calc(57 / 750 * 100vw);
    height: calc(57 / 750 * 100vw);
  }
  .copy_common03 .deco:before {
    left: -3vw;
    bottom: 1vw;
  }
  .copy_common03 .deco:after {
    right: -3vw;
    bottom: 1vw;
  }
  .tbl_common01 tr:not(:last-child) th,
  .tbl_common01 tr:not(:last-child) td {
    border-bottom: none;
  }
  .en_common01 {
    font-size: calc(100 / 750 * 100vw);
  }
  .btn_common01 {
    font-size: 87.5%;
  }
  .btn_common01.slope01 a:after {
    width: calc(10 / 750 * 100vw);
  }
  .btn_common01.slope01 a:before {
    width: calc(50 / 750 * 100vw);
  }
  .copy_common02 {
    position: relative;
  }
  .copy_common02:after {
    margin-left: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .tbl_time02 .tbl_caption {
    font-size: 68.75%;
    letter-spacing: 0;
    margin-top: 3vw;
  }
  .copy_common04 {
    font-size: 100%;
    letter-spacing: 0;
    margin-bottom: 5vw;
  }
  .copy_common04 .deco:before,
  .copy_common04 .deco:after {
    width: calc(34 / 750 * 100vw);
    height: calc(31 / 750 * 100vw);
  }
  .copy_common04 .deco {
    padding: 0 7vw;
  }
  .tbl_common02 table,
  .tbl_common02 tr,
  .tbl_common02 th,
  .tbl_common02 td {
    display: inline-block;
    width: 100% !important;
  }
  .tbl_common02 th,
  .tbl_common02 td {
    padding-top: 3vw;
    padding-bottom: 4vw;
  }
  .tbl_common02 tr:not(:last-child) th,
  .tbl_common02 tr:not(:last-child) td {
    border-bottom: none;
  }
  .tbl_common03 tr:not(:last-child) th,
  .tbl_common03 tr:not(:last-child) td {
    border-bottom: none;
  }
}

.inner,
.inner900,
.inner1000,
.inner1240,
.inner1340,
.inner1500 {
  max-width: calc(1200px + 10%);
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

.inner900 {
  max-width: calc(900px + 10%);
}

.inner1000 {
  max-width: calc(1000px + 10%);
}

.inner1240 {
  max-width: calc(1240px + 10%);
}

.inner1340 {
  max-width: calc(1340px + 10%);
}

.inner1500 {
  max-width: calc(1500px + 10%);
}

.conversion {
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/bg_converision01.webp") no-repeat center/cover;
  padding: 100px 0 60px;
}

@supports not (background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/bg_converision01.webp")) {
  .conversion {
    background: url("../img/bg_converision01.jpg") no-repeat center/cover;
  }
}

.box_conversion01 {
  position: relative;
  padding: 20px;
}

.box_conversion01 .box {
  background: url("../img/deco_conversion02.svg") no-repeat left 1px top 1px /
      auto,
    url("../img/deco_conversion03.svg") no-repeat right 1px top 1px / auto,
    url("../img/deco_conversion04.svg") no-repeat left 1px bottom 1px / auto,
    url("../img/deco_conversion05.svg") no-repeat right 1px bottom 1px / auto;
  padding: 25px 5% 40px;
}

.copy_conversion01 {
  position: absolute;
  line-height: 0.7;
  top: -54px;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0.15em;
}

.copy_conversion02 {
  margin-bottom: 30px;
}

.copy_conversion02 em {
  font-size: 125%;
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
}

.copy_conversion02 em:before {
  content: "";
  position: absolute;
  background: url("../img/deco_conversion01.png") no-repeat center/contain;
  width: 107px;
  height: 107px;
  left: -107px;
  top: -84px;
}

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

.btn_tel02 {
  width: 480px;
}

.btn_tel02 a,
.btn_web02 a,
.btn_line02 a,
.btn_mail02 a {
  height: 140px;
  position: relative;
}

.btn_web02 a:after,
.btn_line02 a:after,
.btn_mail02 a:after {
  content: "";
  position: absolute;
  border-left: 22px solid rgba(255, 255, 255, 0.5);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  bottom: -15px;
  right: -4px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_line02,
.btn_mail02 {
  width: 225px;
}

.btn_web02 {
  width: 410px;
}

.btn_tel02 .wrap {
  max-width: 410px;
  width: 100%;
}

.btn_tel02 .num {
  padding-bottom: 6px;
  border-bottom: 1px solid #0e1c29;
  margin-bottom: 12px;
}

.btn_tel02 .num .icn {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}

.btn_tel02 .num .icn:before {
  content: "";
  position: absolute;
  background: url("../img/icn_tel.svg") no-repeat center/contain;
  width: 26px;
  height: 26px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn_web02 .txt,
.btn_line02 .txt,
.btn_mail02 .txt {
  padding-top: 28px;
  position: relative;
}

.btn_web02 .txt:before,
.btn_mail02 .txt:before,
.btn_line02 .txt:before {
  content: "";
  position: absolute;
  background: url("../img/icn_web.svg") no-repeat center/contain;
  width: 26px;
  height: 26px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.btn_line02 .txt:before {
  background: url("../img/icn_line.svg") no-repeat center/contain;
}

.btn_line02 a {
  background-color: #00b900;
}

.btn_mail02 .txt:before {
  background: url("../img/icn_mail.svg") no-repeat center/contain;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .btn_tel02 {
    width: 410px;
  }
  .btn_tel02 .num {
    font-size: 188.89%;
  }
  .btn_tel02 .txt {
    font-size: 100%;
  }
  .btn_tel02 a {
    padding: 0 15px;
  }
  .btn_web02 .txt,
  .btn_line02 .txt,
  .btn_mail02 .txt {
    font-size: 166.67%;
  }
  .copy_conversion02 {
    font-size: 188.89%;
  }
  .copy_conversion02 em:before {
    width: 95px;
    height: 95px;
    left: -95px;
    top: -70px;
  }
  .row_conversion01 {
    max-width: 850px;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .copy_conversion02 {
    font-size: 155.56%;
  }
  .copy_conversion02 em:before {
    width: 70px;
    height: 70px;
    left: -70px;
    top: -55px;
  }
  .btn_tel02 {
    width: 300px;
  }
  .btn_web02,
  .btn_line02,
  .btn_mail02 {
    width: 180px;
  }
  .btn_tel02 .num {
    font-size: 155.56%;
    margin-bottom: 5px;
    padding-bottom: 3px;
  }
  .btn_tel02 .txt {
    font-size: 88.89%;
  }
  .btn_web02 .txt,
  .btn_line02 .txt,
  .btn_mail02 .txt {
    font-size: 111.11%;
  }
  .btn_web02 .copy,
  .btn_line02 .copy,
  .btn_mail02 .copy {
    font-size: 77.78%;
  }
  .btn_tel02 a,
  .btn_web02 a,
  .btn_line02 a,
  .btn_mail02 a {
    height: 100px;
  }
  .row_conversion01 {
    max-width: 750px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .box_conversion01 {
    padding: 10px;
  }
  .box_conversion01 .box {
    background-size: 40px;
  }
  .copy_conversion01 {
    font-size: 60px;
    top: -40px;
  }
  .copy_conversion02 {
    font-size: 133.33%;
  }
  .copy_conversion02 em:before {
    width: 50px;
    height: 50px;
    left: -50px;
    top: -35px;
  }
  .btn_tel02 .num {
    font-size: 133.33%;
  }
  .btn_tel02 .num .icn {
    padding-left: 30px;
  }
  .btn_tel02 .num .icn:before {
    width: 20px;
    height: 20px;
  }
  .btn_tel02 .txt {
    font-size: 77.78%;
  }
  .btn_web02 .txt,
  .btn_line02 .txt,
  .btn_mail02 .txt {
    font-size: 100%;
  }
  .btn_web02 .txt:before,
  .btn_mail02 .txt:before,
  .btn_line02 .txt:before {
    width: 20px;
    height: 20px;
  }
  .btn_web02 .copy,
  .btn_line02 .copy,
  .btn_mail02 .copy {
    font-size: 66.67%;
  }
  .btn_web02 a:after,
  .btn_line02 a:after,
  .btn_mail02 a:after {
    border-left: 17px solid rgba(255, 255, 255, 0.5);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }
  .btn_tel02 {
    width: 240px;
  }
  .btn_tel02 a {
    padding: 0 10px;
  }
  .btn_web02,
  .btn_line02,
  .btn_mail02 {
    width: 150px;
  }
  .row_conversion01 {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .conversion {
    padding: 13vw 0 8vw;
    background-image: url("../img/bg_converision01_sp.jpg");
  }
  .copy_conversion01 {
    font-size: calc(80 / 750 * 100vw);
    top: -7vw;
  }
  .copy_conversion02 {
    line-height: 1.8;
    letter-spacing: 0;
  }
  .copy_conversion02 em:before {
    width: calc(107 / 750 * 100vw);
    height: calc(107 / 750 * 100vw);
    left: -13vw;
    top: -11vw;
  }
  .copy_conversion02 {
    font-size: 125%;
    margin-bottom: 4vw;
  }
  .copy_conversion02 em {
    letter-spacing: 0;
  }
  .box_conversion01 {
    padding: 2.5vw;
  }
  .box_conversion01 .box {
    background-size: calc(50 / 750 * 100vw);
    padding: 6vw 2vw 8vw;
  }
  .btn_tel02 {
    width: 100%;
    margin-bottom: 5vw;
  }
  .btn_tel02 .num {
    font-size: calc(50 / 750 * 100vw);
  }
  .btn_tel02 .txt {
    font-size: 75%;
  }
  .btn_tel02 .num .icn:before {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
  .btn_web02,
  .btn_line02,
  .btn_mail02 {
    width: 48%;
  }
  .btn_web02 .txt,
  .btn_line02 .txt,
  .btn_mail02 .txt {
    font-size: calc(34 / 750 * 100vw);
    padding-top: 5vw;
  }
  .btn_web02 .copy,
  .btn_line02 .copy,
  .btn_mail02 .copy {
    font-size: calc(20 / 750 * 100vw);
  }
  .btn_web02 .txt:before,
  .btn_mail02 .txt:before,
  .btn_line02 .txt:before {
    width: calc(34 / 750 * 100vw);
    height: calc(31 / 750 * 100vw);
  }
  .btn_tel02 .num {
    padding-bottom: 0;
    margin-bottom: 2vw;
  }
  .btn_tel02 .num .icn {
    padding-left: 8vw;
  }
  .btn_tel02 a {
    padding: 0 5vw;
  }
  .btn_tel02 a,
  .btn_web02 a,
  .btn_line02 a,
  .btn_mail02 a {
    height: calc(160 / 750 * 100vw);
  }
  .btn_web02 a:after,
  .btn_line02 a:after,
  .btn_mail02 a:after {
    border-left: calc(22 / 750 * 100vw) solid rgba(255, 255, 255, 0.5);
    border-top: calc(22 / 750 * 100vw) solid transparent;
    border-bottom: calc(22 / 750 * 100vw) solid transparent;
    right: -0.6vw;
    bottom: -2vw;
  }
}

.feature .hdg3 {
  margin-bottom: 0;
}

.en_feature01 {
  position: relative;
  margin-bottom: 30px;
}

.en_feature01:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #f1ece6;
  width: 90%;
  max-width: 1710px;
  height: 0;
  left: 0;
  right: auto;
  bottom: 5px;
}

.en_feature01.txt_col08:after {
  border-bottom-color: #efefef;
  left: auto;
  right: 0;
}

.txt_feature01 {
  margin-bottom: 160px;
}

.box_feature01 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: 0;
  padding: 55px 5%;
  position: relative;
}

.box_feature01.box01 {
  margin-bottom: 160px;
}

.box_feature01:before {
  content: "";
  position: absolute;
  background: url("../img/img_feature01.png") no-repeat center/contain;
  width: 600px;
  height: 380px;
  left: -250px;
  top: -100px;
}

.box_feature01.box02 {
  margin-left: 0;
  margin-right: 0;
}

.box_feature01.box02:before {
  background-image: url("../img/img_feature02.png");
  height: 430px;
  left: auto;
  right: -230px;
}

.box_feature01 .wrap {
  max-width: 650px;
  margin-left: auto;
  margin-right: 0;
  z-index: 1;
  position: relative;
}

.box_feature01.box02 .wrap {
  margin-left: 0;
  margin-right: auto;
}

.box_feature01 .copy01 {
  padding: 10px;
  position: relative;
  margin-bottom: 25px;
}

.box_feature01 .copy01:after {
  content: "";
  position: absolute;
  border-left: 12px solid #574c3c;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  bottom: -18px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.box_feature01.box02 .copy01:after {
  border-left-color: #4b6e82 !important;
}

.box_feature01 .copy02 {
  margin-bottom: 15px;
}

.row_feature01 {
  position: absolute;
  left: -16%;
  bottom: -65px;
  width: 460px;
}

.box_feature01.box02 .row_feature01 {
  right: -16%;
  left: auto;
}

.row_feature01 .col,
.row_feature05 .col {
  width: 48%;
  max-width: 220px;
  position: relative;
  height: 220px;
  border-radius: 50%;
  background: url("../img/ccl_feature01.svg") no-repeat center/calc(100% - 10px);
  -webkit-box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.1);
}

.row_feature05 .col {
  width: 32%;
}

.bg_feature03 {
  margin-bottom: 160px;
  padding-top: 150px;
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/bg_feature01.webp") no-repeat right top/auto;
}

.bg_feature02 {
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/bg_feature03.webp") no-repeat left bottom/auto;
  padding-top: 45px;
  padding-bottom: 100px;
}

@supports not (background-image: url("data:image/webp;base64,UklGRiIAAABXRUJQVlA4TAYAAAAvAAAAAAfQ//73v/+BiOh/AAA=")) {
  .bg_feature03 {
    background: url("../img/bg_feature01.png") no-repeat right top/auto;
  }

  .bg_feature02 {
    background: url("../img/bg_feature03.png") no-repeat left bottom/auto;
  }
}

.box_feature02 {
  padding: 60px 5%;
  -webkit-box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.1);
  margin-bottom: 150px;
}

.box_feature02 .copy {
  font-size: 166.67%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.box_feature02 .col_img {
  width: 40%;
  max-width: 450px;
}

.box_feature02 .col_txt {
  width: 56%;
}
.parallax {
  width: 100%;
  background-attachment: fixed !important;
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/img_feature01_2.webp") no-repeat center/cover;
  padding: 60px 0 100px;
}
@supports not (background-image: url("data:image/webp;base64,UklGRiIAAABXRUJQVlA4TAYAAAAvAAAAAAfQ//73v/+BiOh/AAA=")) {
  .parallax {
    background: url("../img/img_feature01.jpg") no-repeat center/cover;
  }
}


.parallax.is_ios,
.tab .parallax {
  background-attachment: inherit !important;
}

.row_feature02 .col {
  width: 46%;
  padding: 10px;
  margin: 2%;
}

.row_feature02 .col .box {
  background: url("../img/deco_common03.svg") no-repeat left 1px top 1px / auto,
    url("../img/deco_common04.svg") no-repeat right 1px top 1px / auto,
    url("../img/deco_common05.svg") no-repeat left 1px bottom 1px / auto,
    url("../img/deco_common06.svg") no-repeat right 1px bottom 1px / auto;
  padding: 27px 0;
}

.row_feature02 .col .ccl {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
}

.row_feature02 .txt01 {
  font-size: 100px;
  line-height: 0.7;
  letter-spacing: 0;
}

.row_feature02 .txt02 {
  margin-left: 10px;
  margin-top: 20px;
}

.row_feature02 .txt03 {
  font-size: 70px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 10px;
}

.row_feature02 .col_l .txt04 {
  margin-left: auto;
}

.row_feature02 .col_c .txt04,
.row_feature02 .col_r .txt04 {
  margin-top: 35px;
}

.row_feature02 .col_c .ccl,
.row_feature02 .col_r .ccl {
  margin-right: 15px;
}

.row_feature02 .col .copy {
  padding-bottom: 15px;
  margin-bottom: 13px;
  border-bottom: 1px solid #fff;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.row_feature02 .col .txt {
  margin-bottom: 20px;
}

.row_feature02 .col .wrap {
  max-width: 423px;
  margin-left: auto;
  margin-right: auto;
}

.row_feature02 {
  margin-bottom: 40px;
}

.row_feature03 .col {
  max-width: 730px;
  width: 49%;
  background-color: #fff;
  padding: 10px;
}

.row_feature03 .col .box {
  background: url("../img/deco_conversion02.svg") no-repeat left 1px top 1px /
      auto,
    url("../img/deco_conversion05.svg") no-repeat right 1px bottom 1px / auto;
  height: 120px;
}

.row_feature04.row01 {
  margin-bottom: 125px;
  padding-top: 150px;
}

.row_feature04.row02 {
  margin-bottom: 100px;
}

.row_feature04 .col_img {
  width: 50%;
}

.row_feature04 .col_txt {
  width: 47.2%;
}

.row_feature04.row01 .col_txt > .flex {
  padding-left: 8%;
}

.row_feature04.row02 .col_txt > .flex {
  padding-right: 8%;
}

.row_feature04 .col_txt .wrap {
  max-width: 690px;
  position: relative;
}

.row_feature04 .col_txt .wrap > .txt {
  margin-bottom: 20px;
}

.row_feature04 .en_common01 {
  margin-bottom: 30px;
}

.row_feature04.row01 .en_common01 {
  margin-left: -20px;
  text-align: left;
}

.row_feature04.row02 .en_common01 {
  margin-right: -2%;
  text-align: right;
}

.row_feature05 {
  margin-right: -10px;
}

.row_feature06 {
  right: 0;
  width: 120%;
  margin-left: -20%;
}

.row_feature06 .col {
  width: 48%;
  max-width: 400px;
}

.row_feature06 .col_l {
  margin-top: 50px;
}

.row_feature06 .txt {
  font-size: 133.33%;
  letter-spacing: 0.1em;
  line-height: 1.6;
  max-width: 340px;
  width: 100%;
  margin: -30px auto 0;
  padding: 10px;
}

.bg_feature01 {
  padding: 85px 0 145px;
  background: #f6f6f6 url("../img/bg_feature04.png") no-repeat center
    bottom/auto 100%;
}

.row_feature07 .col_img {
  width: 37%;
  max-width: 450px;
}

.row_feature07 .col_txt {
  width: 59%;
}

.bg_feature04 {
  position: relative;
  padding: 80px 0 125px;
}

.bg_feature04:before,
.bg_feature04:after {
  content: "";
  position: absolute;
  background: url("../img/deco_feature01.png") no-repeat center/contain;
  max-width: 320px;
  width: 20%;
  height: 320px;
  left: 10%;
  top: -70px;
  bottom: 0;
  margin: auto;
}

.bg_feature04:after {
  background: url("../img/img_feature09.png") no-repeat center bottom/contain;
  max-width: 700px;
  height: 530px;
  width: 40%;
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
}

.bg_feature04 .copy {
  line-height: 2;
  z-index: 1;
  position: relative;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff,
    0 0 15px #fff, 0 0 15px #fff;
}

@media (min-width: 768px) and (max-width: 1899px) {
  .row_feature04.row02 .en_common01 {
    margin-right: 0;
  }
  .row_feature04 .en_common01 {
    font-size: 130px;
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .row_feature04 .copy_common01 {
    font-size: 200%;
  }
  .row_feature04 .en_common01 {
    font-size: 120px;
  }
}

@media (min-width: 768px) and (max-width: 1499px) {
  .box_feature01:before {
    width: 500px;
    height: 315px;
    left: -5%;
    top: -80px;
  }
  .row_feature01 {
    left: -5%;
    width: 430px;
  }
  .row_feature01 .col {
    max-width: 205px;
    height: 205px;
  }
  .box_feature01.box02:before {
    height: 360px;
    right: -5%;
  }
  .box_feature01.box02 .row_feature01 {
    right: -5%;
  }
  .row_feature02 .col .copy {
    font-size: 133.33%;
    max-width: 320px;
  }
  .row_feature02 .txt01 {
    font-size: 60px;
  }
  .row_feature02 .txt02 {
    font-size: 130%;
  }
  .row_feature02 .txt03 {
    font-size: 54px;
    margin-top: 15px;
  }
  .row_feature02 .txt04 {
    font-size: 111.11%;
  }
  .row_feature02 .col .ccl {
    width: 50px;
    height: 50px;
    line-height: 15px;
    padding-top: 10px;
    font-size: 60%;
  }
  .row_feature03 .col .box {
    height: 100px;
  }
  .row_feature03 .col .txt {
    font-size: 166.67%;
  }
  .bg_feature02 {
    background-size: auto, 50%;
  }
  .bg_feature03 {
    background-size: 50%;
  }
  .en_feature01 {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff,
      0 0 15px #fff, 0 0 15px #fff;
  }
  .row_feature04 .col_txt {
    width: 48%;
  }
  .row_feature04 .col_img {
    width: 49%;
  }
  .row_feature04.row01 .en_common01 {
    margin-left: 0;
  }
  .row_feature04 .copy_common01 {
    font-size: 188.89%;
  }
  .row_feature04 .en_common01 {
    font-size: 100px;
  }
  .row_feature05 .col {
    max-width: 184px;
    height: 184px;
  }
  .row_feature05 {
    font-size: 111.11%;
    max-width: 580px;
  }
  .row_feature06 .txt {
    font-size: 111.11%;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .box_feature01 .copy01 {
    font-size: 100%;
  }
  .box_feature01 .wrap > .txt {
    text-shadow: 0 0 5px #efefef, 0 0 5px #efefef, 0 0 10px #efefef,
      0 0 10px #efefef, 0 0 15px #efefef, 0 0 15px #efefef;
  }
  .box_feature02 .copy {
    font-size: 144.44%;
  }
  .box_feature02 {
    margin-bottom: 100px;
  }
  .row_feature02 {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .row_feature02 .col {
    width: 46%;
  }
  .row_feature02 .col_r {
    margin: 40px auto 0;
  }
  .row_feature03 .col .txt {
    font-size: 155.56%;
  }
  .row_feature04 .en_common01 {
    font-size: 78px;
  }
  .row_feature04 .copy_common01 {
    font-size: 155.56%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .box_feature01:before {
    width: 300px;
    height: 190px;
    left: 0;
    right: 0;
    margin: auto;
    top: -130px;
  }
  .box_feature01.box01 {
    margin-bottom: 300px;
  }
  .box_feature01.box02:before {
    height: 200px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .box_feature01.box02 .row_feature01 {
    left: 0;
    right: 0;
    margin: auto;
  }
  .row_feature01 {
    bottom: -140px;
    left: 0;
    right: 0;
    margin: auto;
    width: 380px;
  }
  .row_feature01 .txt {
    font-size: 111.11%;
  }
  .row_feature01 .col {
    max-width: 180px;
    height: 180px;
  }
  .box_feature01 .wrap {
    max-width: 100%;
  }
  .bg_feature03 {
    padding-top: 80px;
    margin-bottom: 200px;
  }
  .row_feature04.row01 {
    padding-top: 80px;
    margin-bottom: 80px;
  }
  .row_feature04.row01 .col_txt {
    width: 60%;
    margin-right: -10%;
  }
  .row_feature04.row02 .col_txt {
    width: 60%;
    margin-left: -10%;
  }
  .row_feature04 .col_txt .wrap > .txt {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff,
      0 0 15px #fff, 0 0 15px #fff;
  }
  .row_feature05 {
    max-width: 530px;
  }
  .row_feature05 .col {
    max-width: 165px;
    height: 165px;
  }
  .row_feature06 {
    width: 100%;
    max-width: 520px;
    margin-left: 0;
  }
  .row_feature06 .txt {
    font-size: 100%;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .bg_feature02 {
    padding-bottom: 80px;
  }
  .en_feature01:after {
    bottom: 2px;
  }
  .txt_feature01 {
    text-align: left;
  }
  .box_feature02 {
    margin-bottom: 80px;
  }
  .box_feature02 .col_img,
  .box_feature02 .col_txt {
    width: 100%;
  }
  .box_feature02 .col_img {
    max-width: 300px;
  }
  .box_feature02 .copy {
    font-size: 133.33%;
  }
  .txt_feature02 {
    text-align: left;
  }
  .row_feature02 .col .copy {
    font-size: 122.22%;
    width: 90%;
  }
  .row_feature02 .txt01 {
    font-size: 60px;
  }
  .row_feature02 .txt02 {
    font-size: 155.56%;
    margin-left: 5px;
  }
  .row_feature02 .txt03 {
    font-size: 50px;
    margin-left: 5px;
  }
  .row_feature02 .txt04 {
    font-size: 100%;
  }
  .row_feature02 .col .ccl {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 77.78%;
  }
  .row_feature02 .col .box,
  .row_feature03 .col .box,
  .row_feature03 .col .box {
    background-size: 40px;
  }
  .row_feature03 .col .txt {
    font-size: 133.33%;
  }
  .row_feature03 .col .box {
    height: 80px;
  }
  .parallax {
    padding-bottom: 80px;
  }
  .row_feature04 .col_img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
  .row_feature04 .col_txt {
    width: 100% !important;
    margin: 0 !important;
  }
  .row_feature04 .col_txt > .flex {
    padding: 0 5% !important;
  }
  .row_feature04 .copy_common01 {
    text-align: center;
    font-size: 144.44%;
  }
  .row_feature04.row02 {
    margin-bottom: 80px;
  }
  .row_feature04 .en_common01 {
    text-align: center !important;
  }
  .row_feature05 {
    margin: 0 auto;
  }
  .row_feature06 {
    margin: 0 auto;
  }
  .row_feature07 .col_img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 40px;
  }
  .row_feature07 .col_txt {
    width: 100%;
  }
  .bg_feature04 {
    padding: 60px 0 80px;
  }
  .bg_feature04:before {
    left: 5%;
  }
  .row_feature02 .col .wrap {
    max-width: 300px;
  }
  .row_feature04 .col_txt .wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .parallax {
    margin-bottom: 14vw;
    background-image: url("../img/img_feature01_sp.jpg");
  }
  .parallax,
  .parallax.is_ios {
    width: 100%;
    background-attachment: inherit !important;
    padding: 13vw 0;
  }
  .en_feature01 {
    font-size: calc(100 / 750 * 100vw);
    margin-bottom: 5vw;
  }
  .en_feature01:after {
    bottom: 0;
  }
  .txt_feature01,
  .txt_feature02 {
    text-align: left;
    max-width: calc(646 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28vw;
  }
  .txt_feature02 {
    margin-bottom: 0;
  }
  .bg_feature03 {
    margin-bottom: 22vw;
    padding-top: 14vw;
    background-size: calc(480 / 750 * 100vw);
  }
  .box_feature01:before {
    width: calc(600 / 750 * 100vw);
    height: calc(380 / 750 * 100vw);
    left: 0;
    right: 0;
    margin: auto;
    top: -20vw;
  }
  .box_feature01 .copy01 {
    font-size: 87.5%;
    letter-spacing: 0;
    padding: 2vw;
    margin-bottom: 4vw;
  }
  .box_feature01 .copy01:after {
    border-left: calc(20 / 750 * 100vw) solid #574c3c;
    border-top: calc(20 / 750 * 100vw) solid transparent;
    border-bottom: calc(20 / 750 * 100vw) solid transparent;
    bottom: -3.5vw;
  }
  .box_feature01 {
    padding: 30vw 4vw 18vw;
  }
  .box_feature01.box02 {
    padding-top: 33vw;
  }
  .box_feature01 .copy02 {
    font-size: calc(50 / 750 * 100vw);
    margin-bottom: 0;
  }
  .row_feature01 .col,
  .row_feature05 .col {
    width: calc(220 / 750 * 100vw);
    height: calc(220 / 750 * 100vw);
    background-size: calc(100% - calc(13 / 750 * 100vw));
  }
  .row_feature01 .txt {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0;
  }
  .row_feature01 {
    max-width: calc(460 / 750 * 100vw);
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15vw;
  }
  .box_feature01.box02:before {
    height: calc(430 / 750 * 100vw);
    left: 0;
    right: 0;
  }
  .box_feature01.box02 .row_feature01 {
    right: 0;
    left: 0;
  }
  .box_feature02 {
    padding: 8vw 5vw 7vw;
    margin-bottom: 13vw;
  }
  .box_feature02 .col_img {
    max-width: calc(450 / 750 * 100vw) !important;
    margin: 0 auto 4vw;
  }
  .box_feature02 .copy {
    font-size: 125%;
    text-align: center;
    margin-bottom: 1vw;
  }
  .bg_feature02 {
    background-image: url("../img/bg_feature02_sp.jpg"),
      url("../img/bg_feature03.png");
    background-size: auto calc(600 / 750 * 100vw), calc(480 / 750 * 100vw);
    padding: 7vw 0;
    background-position: center top, left bottom 94vw;
  }
  .row_feature02 {
    margin-bottom: 4vw;
  }
  .row_feature02 .col {
    width: 100%;
    max-width: calc(646 / 750 * 100vw);
    margin: 0 auto 4vw;
  }
  .row_feature02 .col .copy {
    font-size: calc(40 / 750 * 100vw);
    max-width: calc(564 / 750 * 100vw);
    padding-bottom: 1vw;
    margin-bottom: 2vw;
  }
  .row_feature02 .col .txt {
    font-size: 100%;
    margin-bottom: 1vw;
  }
  .row_feature02 .col .ccl {
    font-size: 0.2rem;
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    line-height: 1.2;
    padding-top: 4%;
  }
  .row_feature02 .txt01 {
    font-size: calc(110 / 750 * 100vw);
  }
  .row_feature02 .txt02 {
    font-size: calc(40 / 750 * 100vw);
    margin: 5vw 1vw 0 1vw;
  }
  .row_feature02 .txt03 {
    font-size: calc(98 / 750 * 100vw);
    margin-top: 4vw;
  }
  .row_feature02 .col_l .txt04 {
    font-size: 100%;
  }
  .row_feature02 .col {
    padding: 1vw;
  }
  .row_feature02 .col .box {
    background-size: calc(50 / 750 * 100vw);
    padding: 4vw 0;
  }
  .row_feature02 .col_c .ccl,
  .row_feature02 .col_r .ccl {
    margin-right: 3vw;
  }
  .row_feature02 .col_c .txt04,
  .row_feature02 .col_r .txt04 {
    font-size: 100%;
    margin-top: 7vw;
  }
  .row_feature03 {
    max-width: calc(646 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .row_feature03 .col {
    width: 100%;
    padding: 1.5vw;
  }
  .row_feature03 .col_l {
    margin-bottom: 4vw;
  }
  .row_feature03 .col_r {
    margin-bottom: 0;
  }
  .row_feature03 .col .txt {
    font-size: calc(50 / 750 * 100vw);
  }
  .row_feature03 .col .box {
    background-size: calc(50 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
  .row_feature04 .col {
    width: 100%;
    max-width: 100%;
  }
  .row_feature04 {
    position: relative;
    padding-top: 9vw !important;
  }
  .row_feature04.row01 {
    margin-bottom: 13vw;
  }
  .row_feature04.row01 .en_common01,
  .row_feature04.row02 .en_common01 {
    font-size: calc(100 / 750 * 100vw);
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
  }
  .row_feature04.row01 .copy_common01,
  .row_feature04.row02 .copy_common01 {
    letter-spacing: 0;
    text-align: center;
  }
  .row_feature04 .col_txt > .flex {
    padding: 0 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row_feature04 .col_img {
    margin-bottom: 5vw;
  }
  .row_feature04 .col_txt .wrap > .txt {
    margin-bottom: 3vw;
    max-width: calc(646 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .row_feature04 .en_common01 {
    text-align: center !important;
  }
  .row_feature05 .col {
    width: calc(220 / 750 * 100vw);
  }
  .row_feature04.row01 .col_txt > .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row_feature05 {
    font-size: calc(26 / 750 * 100vw);
    margin-left: -4vw;
    margin-right: -3vw;
  }
  .row_feature05 .col {
    letter-spacing: 0;
  }
  .row_feature06 {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(700 / 750 * 100vw);
  }
  .row_feature06 .col {
    width: 48%;
  }
  .row_feature06 .col_l {
    margin-top: 0;
  }
  .row_feature06 .txt {
    font-size: calc(26 / 750 * 100vw);
    padding: 1.5vw 0;
    margin: 0;
  }
  .row_feature04.row02 {
    margin-bottom: 13vw;
  }
  .bg_feature01 .copy_common03 .deco:before,
  .bg_feature01 .copy_common03 .deco:after {
    bottom: auto;
    top: 2vw;
  }
  .bg_feature01 .copy_common03 .deco:before {
    left: 2vw;
  }
  .bg_feature01 .copy_common03 .deco:after {
    right: 2vw;
  }
  .row_feature07 .col {
    width: 100%;
  }
  .row_feature07 .col_img {
    max-width: calc(450 / 750 * 100vw);
    margin: 0 auto 5vw;
  }
  .row_feature07 .col_txt {
    max-width: calc(646 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .bg_feature01 {
    background-size: 100% auto;
    padding: 12vw 0 18vw;
  }
  .bg_feature04 {
    padding: 5vw 0 17vw;
  }
  .bg_feature04 .copy {
    font-size: 125%;
  }
  .bg_feature04:before {
    max-width: calc(320 / 750 * 100vw);
    width: 100%;
    height: calc(320 / 750 * 100vw);
    left: 1vw;
  }
  .bg_feature04:after {
    max-width: calc(350 / 750 * 100vw);
    width: 100%;
    height: calc(262 / 750 * 100vw);
  }
}

/* WebP 対応ブラウザ用 */
.bg_case01 {
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/bg_case01.webp") no-repeat center/cover;
  padding: 100px 0 50px;
  margin-bottom: 150px;
}

/* WebP 非対応ブラウザ用フォールバック */
@supports not (background-image: url("data:image/webp;base64,UklGRiIAAABXRUJQVlA4TAYAAAAvAAAAAAfQ//73v/+BiOh/AAA=")) {
  .bg_case01 {
    background: url("../img/bg_case01.jpg") no-repeat center/cover;
  }
}

.slide_case01 li {
  max-width: 1200px;
  width: 100%;
  margin: 0 37px;
  padding: 30px 0 100px;
}

.slide_case01 li > .en {
  letter-spacing: 0.2em;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 60px;
}

.slide_case01 li > .en:after {
  content: "";
  position: absolute;
  background: #545454;
  width: 1px;
  height: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.row_case01 {
  margin-bottom: 40px;
  max-width: 1000px;
  position: relative;
}

.row_case01 .col {
  width: 48%;
  max-width: 480px;
}

.row_case01 .col .en {
  font-size: 133.33%;
  letter-spacing: 0.1em;
  border-top: 1px solid #0e1c29;
  border-bottom: 1px solid #0e1c29;
  margin-bottom: 20px;
}

.trouble {
  padding-top: 80px;
}

.bg_trouble01 {
  position: relative;
  padding-left: 6.5%;
  padding-top: 90px;
  margin-top: -4px;
  margin-bottom: 60px;
}

.bg_trouble01:before {
  content: "";
  position: absolute;
  background: #f1ece6 url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/img_trouble01.webp") no-repeat right center/contain;
  width: 100%;
  height: 674px;
  z-index: 0;
  right: 0;
  top: 0;
}

@supports not (background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/img_trouble01.webp")) {
  .bg_trouble01:before {
    background: #f1ece6 url("../img/img_trouble01.png") no-repeat right center/contain;
  }
}
.wrap_trouble01 {
  max-width: 840px;
  width: 100%;
  position: relative;
}

.wrap_trouble01 .copy {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.wrap_trouble01 .copy:before,
.wrap_trouble01 .copy:after {
  content: "";
  position: absolute;
  background: url("../img/deco_trouble01.svg") no-repeat center/contain;
  width: 46px;
  height: 50px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.wrap_trouble01 .copy:after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}

.wrap_trouble01 .box {
  padding: 90px;
  -webkit-box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.1);
}

.arw_trouble01 {
  background: #a7905a;
  padding: 45px 115px;
  margin-bottom: 55px;
}

.arw_trouble01 .txt {
  line-height: 2;
}

.list_check li {
  padding-bottom: 15px;
  border-bottom: 1px solid #cbcbcb;
}

.list_check li:not(:last-child) {
  margin-bottom: 23px;
}

.list_check li .icn {
  padding-left: 35px;
  display: inline-block;
  position: relative;
}

.list_check li .icn:before {
  content: "";
  position: absolute;
  background: url("../img/check.png") no-repeat center/contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slide_case01 .slick-prev,
.slide_case01 .slick-next {
  width: 34px;
  height: 60px;
  background: url("../img/arw_slide01.png") no-repeat center/cover;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: none;
  transform: none;
}

.slide_case01 .slick-prev:before,
.slide_case01 .slick-next:before {
  display: none;
}

.slide_case01 .slick-prev {
  left: 15.5%;
}

.slide_case01 .slick-next {
  right: 15.5%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.slide_case01 .btn {
  max-width: 380px;
  height: 80px;
}

.slide_case01 .btn:hover {
  cursor: pointer;
}

.slide_case01 .btn span {
  font-size: 111.11%;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}

.slide_case01 .btn span:after {
  content: "";
  position: absolute;
  background: url("../img/arw02.svg") no-repeat center/cover;
  width: 7px;
  height: 18px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slide_case01 .btn.open span:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

@media (min-width: 768px) and (max-width: 1699px) {
  .arw_trouble01 {
    padding: 40px 105px;
  }
  .arw_trouble01 .txt {
    font-size: 144.44%;
  }
  .slide_case01 .slick-prev {
    left: 15%;
  }
  .slide_case01 .slick-next {
    right: 15%;
  }
}

@media (min-width: 768px) and (max-width: 1499px) {
  .slide_case01 .slick-prev {
    left: 10%;
  }
  .slide_case01 .slick-next {
    right: 10%;
  }
  .bg_trouble01:before {
    background-position: right -150px center;
  }
  .arw_trouble01 {
    padding: 25px 80px;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .slide_case01 .slick-prev {
    left: 4%;
  }
  .slide_case01 .slick-next {
    right: 4%;
  }
  .slide_case01 li {
    padding: 50px;
  }
  .arw_trouble01 {
    padding: 50px 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg_trouble01:before {
    height: 500px;
  }
  .wrap_trouble01 {
    max-width: 700px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .slide_case01 {
    width: 90%;
    margin: 0 auto;
  }
  .slide_case01 .slick-prev {
    left: -2%;
  }
  .slide_case01 .slick-next {
    right: -2%;
  }
  .slide_case01 li > .en {
    font-size: 50px;
  }
  .wrap_trouble01 {
    max-width: 630px;
  }
  .wrap_trouble01 .box {
    padding: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .slide_case01 .slick-prev,
  .slide_case01 .slick-next {
    top: 200px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .bg_case01 {
    padding: 60px 0 80px;
    margin-bottom: 80px;
  }
  .slide_case01 li > .en {
    font-size: 40px;
  }
  .slide_case01 {
    width: 100%;
  }
  .slide_case01 .slick-prev,
  .slide_case01 .slick-next {
    left: 6.5%;
    top: 0;
    width: 27px;
    height: 50px;
  }
  .slide_case01 .slick-next {
    left: auto;
    right: 6.5%;
  }
  .bg_trouble01 {
    padding-top: 180px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .bg_trouble01:before {
    height: 300px;
    background-position: right center;
  }
  .wrap_trouble01 {
    max-width: 100%;
  }
  .list_check {
    font-size: 100%;
  }
  .list_check li .icn:before {
    width: 15px;
    height: 15px;
  }
  .arw_trouble01 .txt {
    font-size: 133.33%;
  }
  .wrap_trouble01 .copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .bg_case01 {
    background-image: url("../img/bg_case01_sp.jpg");
    margin-bottom: 13vw;
    padding: 13vw 3.2vw 4vw;
  }
  .slide_case01 {
    max-width: calc(702 / 750 * 100vw);
    margin: 0 auto 8vw;
  }
  .slide_case01 .slick-prev,
  .slide_case01 .slick-next {
    width: calc(34 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    bottom: auto;
    top: 38.2vw;
  }
  .slide_case01 .slick-prev {
    left: -2.5%;
  }
  .slide_case01 .slick-next {
    right: -2.5%;
  }
  .slide_case01 li {
    margin: 0;
    max-width: 100%;
    padding: 5vw 4vw 8.2vw;
  }
  .row_case01 {
    max-width: 100%;
    margin-bottom: 5.5vw;
  }
  .row_case01:after {
    border-width: calc(24 / 750 * 100vw) 0 calc(24 / 750 * 100vw)
      calc(15 / 750 * 100vw);
    top: calc(50 / 750 * 100vw);
  }
  .row_case01 .col {
    max-width: calc(290 / 750 * 100vw);
  }
  .row_case01 .col .en {
    font-size: 75%;
    line-height: calc(50 / 750 * 100vw);
    margin-bottom: 3vw;
  }
  .slide_case01 li > .en:after {
    height: calc(20 / 750 * 100vw);
  }
  .slide_case01 .btn {
    max-width: calc(380 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
  .slide_case01 .btn span {
    font-size: 62.5%;
    padding-right: 4vw;
  }
  .slide_case01 .btn span:after {
    width: calc(7 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: 0.5vw;
  }
  .slide_case01 li > .en {
    font-size: calc(60 / 750 * 100vw);
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  .wrap_trouble01 .copy {
    font-size: calc(40 / 750 * 100vw);
    padding: 0 8vw;
    margin: 0 auto 4vw;
    max-width: calc(540 / 750 * 100vw);
  }
  .wrap_trouble01 .copy:before,
  .wrap_trouble01 .copy:after {
    width: calc(47 / 750 * 100vw);
    height: calc(51 / 750 * 100vw);
  }
  .trouble .en_common01 {
    line-height: 0.8;
  }
  .bg_trouble01:before {
    height: 100%;
    background-position: center top;
  }
  .bg_trouble01 {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    padding-bottom: 8vw;
    padding-top: 62vw;
    margin-bottom: 0;
  }
  .wrap_trouble01 .box {
    padding: 7vw 3.2vw 8vw;
  }
  .list_check {
    font-size: 87.5%;
    letter-spacing: 0;
  }
  .list_check li .icn:before {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
  .list_check li .icn {
    padding-left: 5vw;
  }
  .list_check li {
    padding-bottom: 1vw;
  }
  .list_check li:not(:last-child) {
    margin-bottom: 2.2vw;
  }
  .arw_trouble01 {
    width: calc(100% + 6.4vw);
    margin-left: -3.2vw;
    padding: 6vw 0 15vw;
    margin-bottom: 0;
  }
  .arw_trouble01 .txt {
    font-size: 125%;
    letter-spacing: 0;
    line-height: 1.5;
  }
}

.img_invisalign01 {
  margin-bottom: 45px;
}

.txt_invisalign01 {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

.box_invisalign {
  background: #fff;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #0e1c29;
  padding: 50px 5% 60px;
  z-index: 1;
  position: relative;
}

.box_invisalign .copy {
  margin-bottom: 33px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .img_invisalign01 {
    max-width: 1000px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .box_invisalign .copy {
    font-size: 122.22%;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .txt_invisalign01 {
    text-align: left;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .txt_invisalign01 {
    text-align: left;
    max-width: calc(646 / 750 * 100vw);
  }
  .img_invisalign01 {
    width: calc(100% + 6.4vw);
    margin-left: -3.2vw;
    margin-bottom: 4vw;
  }
  .txt_invisalign01 {
    margin-bottom: 8vw;
  }
  .box_invisalign {
    padding: 6vw 6vw 8vw;
  }
  .box_invisalign .copy {
    font-size: 100%;
    margin-bottom: 4vw;
    letter-spacing: 0;
  }
  .txt_invisalign01 {
    margin-bottom: 7vw;
  }
}

.bg_merit01 {
  margin-top: -130px;
  padding-top: 225px;
  padding-bottom: 100px;
}

.en_merit01 {
  font-size: 200px;
  letter-spacing: 0.1em;
  line-height: 0.7;
}

.ja_merit {
  margin-top: -55px;
  padding-bottom: 35px;
  position: relative;
  margin-bottom: 60px;
}

.ja_merit:after {
  content: "";
  position: absolute;
  background: #0e1c29;
  width: 1px;
  height: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.list_merit01 li {
  width: 32%;
  max-width: 380px;
}

.list_merit01 .en {
  letter-spacing: 0;
  line-height: 0.7;
  margin-top: -35px;
  margin-bottom: 30px;
}

.list_merit01 .ja {
  margin-bottom: 20px;
}

.list_merit01 li:nth-child(n + 4) {
  margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .en_merit01 {
    font-size: 150px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .list_merit01 .ja {
    font-size: 122.22%;
  }
  .list_merit01 .en {
    font-size: 90px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .en_merit01 {
    font-size: 120px;
  }
  .bg_merit01 {
    padding-top: 200px;
  }
  .list_merit01 {
    max-width: 800px;
    margin: 0 auto;
  }
  .list_merit01 li {
    width: 48%;
  }
  .list_merit01 .ja {
    font-size: 111.11%;
  }
  .list_merit01 .en {
    font-size: 80px;
  }
  .list_merit01 li:nth-child(n + 3) {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .en_merit01 {
    font-size: calc(150 / 750 * 100vw);
  }
  .ja_merit {
    font-size: 125%;
    margin-top: -7.5vw;
    padding-bottom: 4.5vw;
    margin-bottom: 8vw;
  }
  .ja_merit:after {
    height: calc(20 / 750 * 100vw);
  }
  .list_merit01 {
    max-width: calc(646 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .list_merit01 .en {
    font-size: calc(100 / 750 * 100vw);
    margin-top: -5vw;
    margin-bottom: 3vw;
  }
  .list_merit01 .ja {
    font-size: 125%;
    margin-bottom: 2vw;
    letter-spacing: 0;
  }
  .list_merit01 li {
    width: 48%;
    max-width: calc(308 / 750 * 100vw);
  }
  .bg_merit01 {
    margin-top: -32vw;
    padding-top: 45vw;
    padding-bottom: 12vw;
  }
  .list_merit01 .txt {
    font-size: 87.5%;
    line-height: 1.6;
  }
  .list_merit01 li:nth-child(n + 3) {
    margin-top: 7vw;
  }
}

.itero {
  padding-bottom: 150px;
}

/* WebP対応 */
.bg_itero01 {
  background: #a7905a url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/img_itero01.webp") no-repeat left center/auto 100%;
  padding: 75px 0 295px;
  position: relative;
}

/* WebP非対応フォールバック */
@supports not (background-image: url("data:image/webp;base64,UklGRiIAAABXRUJQVlA4TAYAAAAvAAAAAAfQ//73v/+BiOh/AAA=")) {
  .bg_itero01 {
    background: #a7905a url("../img/img_itero01.png") no-repeat left center/auto 100%;
  }
}

/* WebP対応 */
.bg_itero01:after {
  content: "";
  position: absolute;
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/img_itero03.webp") no-repeat center bottom/contain;
  width: 435px;
  height: 738px;
  right: 50px;
  bottom: 0;
}

/* WebP非対応フォールバック */
@supports not (background-image: url("data:image/webp;base64,UklGRiIAAABXRUJQVlA4TAYAAAAvAAAAAAfQ//73v/+BiOh/AAA=")) {
  .bg_itero01:after {
    background: url("../img/img_itero03.png") no-repeat center bottom/contain;
  }
}


.bg_itero01 .txt {
  position: relative;
  z-index: 1;
}

.row_itero01 {
  width: 96%;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -200px;
  position: relative;
  z-index: 1;
}

.row_itero01 .col {
  max-width: 580px;
  width: 32%;
  padding: 50px 2.5%;
  -webkit-box-shadow: 0 0 20px 0 rgba(100, 98, 98, 0.2);
  box-shadow: 0 0 20px 0 rgba(100, 98, 98, 0.2);
}

.row_itero01 .col .copy {
  text-align: center;
  font-size: 133.33%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.row_itero01 .img {
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1799px) {
  .bg_itero01 {
    text-shadow: 0 0 5px #a7905a, 0 0 5px #a7905a, 0 0 10px #a7905a,
      0 0 10px #a7905a, 0 0 15px #a7905a, 0 0 15px #a7905a;
    background-position: left -100px center;
  }
}

@media (min-width: 768px) and (max-width: 1499px) {
  .bg_itero01 {
    background-position: left -150px center;
    padding-bottom: 200px;
  }
  .bg_itero01:after {
    width: 360px;
    height: 615px;
  }
  .row_itero01 {
    margin-top: -120px;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .itero {
    padding-bottom: 100px;
  }
  .bg_itero01 {
    padding-bottom: 150px;
  }
  .bg_itero01:after {
    width: 260px;
    height: 442px;
  }
  .row_itero01 {
    margin-top: -80px;
  }
  .row_itero01 .col .copy {
    font-size: 100%;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .bg_itero01 {
    padding-top: 280px;
    background: #a7905a url("../img/img_itero_sp01.png") no-repeat center
      top/100% auto;
  }
  .bg_itero01:after {
    width: 200px;
    height: 340px;
    bottom: auto;
    top: -50px;
  }
  .row_itero01 {
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .row_itero01 .col {
    width: 48%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .row_itero01 .col_r {
    margin: 40px auto 0;
  }
}

@media (max-width: 767px) {
  .itero {
    padding-bottom: 13vw;
  }
  .bg_itero01 {
    padding-bottom: 150px;
    background: #a7905a url("../img/img_itero_sp01.png") no-repeat center
      top/100% auto;
  }
  .bg_itero01:after {
    width: 260px;
    height: 442px;
  }
  .row_itero01 {
    margin-top: -191vw;
    max-width: calc(580 / 750 * 100vw) !important;
    margin-left: auto;
    margin-right: auto;
  }
  .row_itero01 .col .copy {
    font-size: 100%;
    letter-spacing: 0;
  }
  .bg_itero01 {
    padding-top: 37vw;
    padding-bottom: 198vw;
  }
  .bg_itero01:after {
    width: calc(216 / 750 * 100vw);
    height: calc(370 / 750 * 100vw);
    bottom: auto;
    top: -10vw;
    right: 4vw;
  }
  .row_itero01 {
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .row_itero01 .col {
    width: 100%;
    padding: 7vw 5vw 6vw;
  }
  .row_itero01 .col_r,
  .row_itero01 .col_c {
    margin-top: 4vw;
  }
  .row_itero01 .img {
    margin-bottom: 4vw;
    max-width: calc(480 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .itero .copy_common01 {
    letter-spacing: 0;
  }
}

.comparison {
  padding-bottom: 150px;
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/bg_comparison01.webp") no-repeat center bottom/100% auto;
}

@supports not (background-image: url("data:image/webp;base64,UklGRiIAAABXRUJQVlA4TAYAAAAvAAAAAAfQ//73v/+BiOh/AAA=")) {
  .comparison {
    background: url("../img/bg_comparison01.png") no-repeat center bottom/100% auto;
  }
}
.comparison .hdg3 {
  margin-bottom: 90px;
}

.txt_comparison01 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.tbl_comparison01 th {
  width: 17.5%;
  background-color: #0e1c29;
  padding: 45px 20px;
  vertical-align: middle;
}

.tbl_comparison01 td {
  width: 27.5%;
  padding: 45px 20px;
  background-color: #fff;
}

.tbl_comparison01 tr:first-child td {
  padding: 20px 10px;
}

.tbl_comparison01 td:not(:last-child) {
  border-right: 1px solid #0e1c29;
}

.tbl_comparison01 td .copy {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tbl_comparison01 td span {
  max-width: 280px;
  display: inline-block;
}

.tbl_comparison01 tr:not(:last-child) td {
  border-bottom-color: #0e1c29;
}

.tbl_comparison01 table {
  border-color: #0e1c29;
}

@media (min-width: 768px) and (max-width: 1299px) {
  .comparison {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .comparison {
    padding-bottom: 80px;
  }
  .comparison .hdg3 {
    margin-bottom: 60px;
  }
  .tbl_comparison01 td .copy {
    font-size: 100%;
  }
  .tbl_comparison01 td {
    padding-left: 18px;
    padding-right: 18px;
    width: 26%;
  }
  .tbl_comparison01 th {
    padding-left: 18px;
    padding-right: 18px;
    width: 22%;
  }
  .tbl_comparison01 th .adjust {
    display: block;
  }
}

@media (max-width: 767px) {
  .comparison {
    padding-bottom: 13vw;
    background-image: url("../img/bg_comparison01_sp.png");
  }
  .comparison .hdg3 {
    margin-bottom: 10vw;
  }
  .txt_comparison01 {
    margin-bottom: 7vw;
  }
  .tbl_comparison01 table {
    width: calc(1200 / 750 * 100vw);
  }
  .tbl_comparison01 td .copy {
    font-size: 100%;
    letter-spacing: 0;
    margin-bottom: 3vw;
  }
  .tbl_comparison01 th,
  .tbl_comparison01 td {
    padding: 4vw !important;
  }
}

.flow {
  padding-bottom: 150px;
}

.wrap_flow01 {
  position: relative;
}

.wrap_flow01 .box_flow01 {
  border-top: 1px solid #ddd;
}

.wrap_flow01:last-child .box_flow01 {
  border-bottom: 1px solid #ddd;
}

.wrap_flow01 > .num {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #a7905a;
  position: relative;
  z-index: 1;
  background: #fff;
}

.flow .hdg3 {
  margin-bottom: 100px;
}

.box_flow01 {
  width: calc(100% - 120px);
  padding: 60px 4%;
}

.row_flow01 {
  margin-bottom: 40px;
}

.row_flow01 .col_txt .copy {
  margin-bottom: 20px;
}

.row_flow01 .col_img {
  width: 34%;
  max-width: 345px;
}

.row_flow01 .col_txt {
  width: 61%;
}

.box_flow02 {
  border: 1px solid #0e1c29;
  padding: 50px 5%;
}

.box_flow02 .btn_tel02 {
  width: 430px;
}

.box_flow02.box02 .copy {
  border-top: 1px solid #0e1c29;
  border-bottom: 1px solid #0e1c29;
  padding: 5px 0 5px;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.flow .btn_tel02 .num {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.border_line {
  /*線の位置*/
  position: absolute;
  left: 50px;
  top: 0;
  width: 6px;
  /*線の太さ*/
  height: 0;
  /*はじめは高さを0に*/
  background: #f1ece6;
}

@media (min-width: 768px) and (max-width: 1299px) {
  .flow {
    padding-bottom: 100px;
  }
  .row_contact01 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .box_flow02 .btn_tel02 {
    width: 310px;
  }
  .row_flow01 .col_txt .copy {
    font-size: 144.44%;
  }
  .wrap_flow01 > .num {
    font-size: 40px;
    width: 80px;
    height: 80px;
  }
  .border_line {
    left: 37px;
  }
  .box_flow01 {
    width: calc(100% - 110px);
  }
  .box_flow02.box02 .copy {
    max-width: 500px;
  }
}

@media (min-width: 768px) and (max-width: 1499px) {
  .box_flow02 .btn_tel02 {
    width: 340px;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .box_flow02 .row_contact01 {
    max-width: 555px;
  }
  .box_flow02 .btn_tel02 {
    width: 290px;
  }
  .box_flow02 .btn_web02 {
    width: 130px;
  }
  .box_flow02 .btn_line02 {
    width: 135px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .flow {
    padding-bottom: 80px;
  }
  .flow .hdg3 {
    margin-bottom: 80px;
  }
  .border_line {
    left: 32px;
  }
  .box_flow01 {
    width: calc(100% - 100px);
    padding: 40px 3% 50px;
  }
  .box_flow02 .btn_tel02 {
    width: 240px;
  }
  .wrap_flow01 > .num {
    font-size: 36px;
    width: 70px;
    height: 70px;
  }
  .row_flow01 .col_txt .copy {
    font-size: 133.33%;
  }
  .row_flow01 .col_img {
    margin: 0 auto 40px;
    max-width: 300px;
  }
  .row_flow01 .col_img,
  .row_flow01 .col_txt {
    width: 100%;
  }
  .box_flow02 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .box_flow02.box02 .copy {
    font-size: 111.11%;
    max-width: 400px;
  }
  .row_contact01 {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .flow {
    padding-bottom: 14vw;
  }
  .flow .hdg3 {
    margin-bottom: 14vw;
  }
  .wrap_flow01 > .num {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    font-size: calc(50 / 750 * 100vw);
  }
  .border_line {
    width: calc(6 / 750 * 100vw);
    left: 6vw;
  }
  .row_flow01 {
    margin-bottom: 6vw;
  }
  .row_flow01 .col_txt .copy {
    font-size: 125%;
    letter-spacing: 0;
    margin-bottom: 1vw;
  }
  .row_flow01 .col {
    width: 100%;
    margin-bottom: 3vw;
  }
  .row_flow01 .col_txt {
    margin-bottom: 0;
  }
  .box_flow01 {
    width: calc(100% - calc(120 / 750 * 100vw));
    padding: 7vw 3vw;
  }
  .wrap_flow01:first-child .row_flow01 {
    margin-bottom: 5vw;
  }
  .flow .btn_tel02 .num {
    font-size: calc(40 / 750 * 100vw);
    padding-bottom: 1vw;
    margin-bottom: 1.5vw;
  }
  .box_flow02 .btn_tel02 {
    width: 100%;
  }
  .box_flow02 .btn_web02,
  .box_flow02 .btn_line02 {
    width: 49%;
  }
  .box_flow02 .btn_tel02 .num .icn:before {
    width: calc(26 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
  }
  .box_flow02 .btn_tel02 .num .icn {
    padding-left: 5vw;
  }
  .box_flow02 .btn_tel02 {
    margin-bottom: 3vw;
  }
  .box_flow02 .btn_tel02 a,
  .box_flow02 .btn_web02 a,
  .box_flow02 .btn_line02 a {
    height: calc(140 / 750 * 100vw);
  }
  .box_flow02 .btn_web02 .txt,
  .box_flow02 .btn_line02 .txt {
    padding-top: 4vw;
  }
  .box_flow02 .btn_web02 .txt:before,
  .box_flow02 .btn_line02 .txt:before {
    width: calc(27 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
  }
  .box_flow02 {
    padding: 4vw;
  }
  .box_flow02.box02 {
    padding-bottom: 13vw;
  }
  .box_flow02.box02 .copy {
    font-size: 100%;
    padding: 1.5vw 0;
    margin-bottom: 4vw;
    letter-spacing: 0;
    max-width: calc(462 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .lum-lightbox {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .lum-close-button:after,
  .lum-close-button:before {
    background-color: #27b8c2;
  }
  .lum-gallery-button {
    display: none !important;
  }
  a.zoom {
    position: relative;
    display: block;
  }
  a.zoom:before {
    content: "タップすると拡大します";
    position: absolute;
    width: 100%;
    height: 4.27vw;
    left: 0;
    right: 0;
    top: auto;
    bottom: -7vw;
    margin: auto;
    letter-spacing: 0;
    line-height: 4.27vw;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff,
      0 0 15px #fff, 0 0 15px #fff;
    text-align: center;
    font-size: calc(26 / 750 * 100vw);
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 1px;
    text-underline-offset: 1vw;
  }
  a.zoom::after {
    content: "";
    position: absolute;
    top: 0;
    right: 4vw;
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("../img/icn_zoom.svg");
    background-size: 1em 1em;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .lum-lightbox.lum-open {
    z-index: 10;
  }
  .lum-lightbox-image-wrapper {
    overflow-x: scroll;
  }
  .lum-lightbox-inner img {
    max-width: calc(1000 / 750 * 100vw);
  }
}

.greeting .hdg3 {
  margin-bottom: 100px;
}

.row_greeting01 .name {
  width: 140px;
  height: 310px;
  -webkit-box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.1);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: -30px;
  left: 30px;
}

.row_greeting01 .en {
  font-size: 122.22%;
  letter-spacing: 0.15em;
  line-height: 1.3;
}

.row_greeting01 .col_img {
  width: 44%;
  max-width: 650px;
  position: relative;
}

.row_greeting01 .col_txt {
  width: 53%;
  position: relative;
  z-index: 1;
}

.row_greeting01 .col_txt .copy {
  margin-bottom: 30px;
  line-height: 2;
}

.row_greeting01 .col_txt .en_common01 {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  letter-spacing: 0;
  font-size: 120px;
  position: absolute;
  right: -10%;
  top: -75px;
  z-index: -1;
  color: rgba(167, 144, 90, 0.3) !important;
}

.row_greeting01 {
  margin-bottom: 100px;
}

.box_prof {
  background: none;
  padding: 0;
  width: 48%;
}

.box_prof h5 {
  font-size: 133.33%;
  letter-spacing: 0.15em;
  line-height: 1.6;
}

.list_prof01 li {
  border-bottom: 2px dotted #cecece;
  padding-top: 5px;
  padding-bottom: 5px;
}

.box_prof01 dl {
  padding-bottom: 12px;
  border-bottom: 2px dotted #cecece;
}

.box_prof01 dl:not(:last-child) {
  margin-bottom: 14px;
}

.box_prof01 dt {
  width: 160px;
  font-weight: normal;
}

.box_prof01 dd {
  width: calc(100% - 164px);
}

.box_prof03.box_1240px {
  width: 100%;
  max-width: 100%;
}

.bg_greeting01 {
  padding-bottom: 100px;
  background: 
    url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/bg_greeting.webp") no-repeat left top 160px / auto,
    url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/logo_greeting01.webp") no-repeat right 50px top 240px / auto;
}

@supports not (background-image: url("data:image/webp;base64,UklGRiIAAABXRUJQVlA4TAYAAAAvAAAAAAfQ//73v/+BiOh/AAA=")) {
  .bg_greeting01 {
    background: 
      url("../img/bg_greeting.jpg") no-repeat left top 160px / auto,
      url("../img/logo_greeting01.png") no-repeat right 50px top 240px / auto;
  }
}

.bg_staff01 {
  padding-top: 55px;
  position: relative;
}

.bg_staff01:before {
  content: "";
  position: absolute;
  background: #efefef;
  width: 100%;
  height: 300px;
  left: 0;
  top: 0;
  z-index: -1;
}

.bg_staff01 .copy_common03 {
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .bg_greeting01 {
    background-size: 35%;
  }
  .row_greeting01 .col_txt .en_common01 {
    font-size: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .row_greeting01 .col_img {
    width: 43%;
  }
  .row_greeting01 .col_txt .copy {
    font-size: 155.56%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .row_greeting01 .col {
    width: 100%;
  }
  .row_greeting01 .col_img {
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .row_greeting01 .col_txt {
    width: 100%;
    max-width: 100%;
  }
  .row_greeting01 .name .en {
    font-size: 111.11%;
  }
  .row_greeting01 .name {
    width: 120px;
    height: 250px;
  }
  .bg_greeting01 {
    right: 0;
    top: 0;
    background-position: left top 160px, right 50px top 700px;
  }
  .row_greeting01 .col_txt .en_common01 {
    right: 0;
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .bg_greeting01 {
    padding-bottom: 80px;
  }
  .greeting .hdg3 {
    margin-bottom: 80px;
  }
  .row_greeting01 {
    margin-bottom: 60px;
  }
  .row_greeting01 .name .en {
    font-size: 100%;
  }
  .row_greeting01 .col_txt .copy {
    font-size: 144.44%;
  }
  .row_greeting01 .col_txt .en_common01 {
    font-size: 80px;
  }
  .box_prof02 {
    margin-bottom: 60px;
  }
  .box_prof01 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .row_greeting01 .col {
    width: 100%;
    max-width: 100%;
  }
  .row_greeting01 .col_img {
    max-width: calc(520 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18vw;
  }
  .row_greeting01 .col_txt .en_common01 {
    font-size: calc(116 / 750 * 100vw);
    top: -11vw;
    right: 6vw;
  }
  .row_greeting01 .col_txt .copy {
    font-size: 125%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 2vw;
  }
  .row_greeting01 .name {
    width: calc(140 / 750 * 100vw);
    height: calc(307 / 750 * 100vw);
    bottom: -2vw;
    right: -3vw;
  }
  .row_greeting01 .name .ja {
    font-size: 125%;
  }
  .row_greeting01 .name .en {
    font-size: 62.5%;
  }
  .bg_greeting01 {
    background-size: calc(520 / 750 * 100vw), calc(500 / 750 * 100vw);
    background-position: left 2vw top 13vw, right top 108vw;
    padding-bottom: 14vw;
  }
  .greeting .hdg3 {
    margin-bottom: 13vw;
  }
  .box_prof h5 {
    font-size: 125%;
    letter-spacing: 0.1em;
    line-height: 1.6;
    display: block;
    padding-bottom: 3vw;
  }
  .box_prof {
    width: 98%;
    padding: 0 !important;
  }
  .box_prof01 dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .box_prof01 dt {
    width: calc(185 / 750 * 100vw);
  }
  .box_prof01 dd {
    width: calc(100% - calc(185 / 750 * 100vw));
  }
  .box_prof02 {
    margin-bottom: 6vw;
  }
  .list_prof01 li {
    border-bottom-width: 2px;
  }
  .row_greeting01 {
    margin-bottom: 4vw;
  }
  .row_greeting02 {
    margin-bottom: 4vw;
  }
  .box_prof01 {
    margin-bottom: 0;
  }
  .bg_staff01 {
    padding-top: 6vw;
  }
  .bg_staff01 .copy_common03 {
    bottom: auto;
    top: 0;
    margin-bottom: 4vw;
  }
  .bg_staff01 .copy_common03 .deco:before {
    left: -8vw;
    top: 1vw;
  }
  .bg_staff01 .copy_common03 .deco:after {
    right: -8vw;
    top: 1vw;
  }
  .bg_staff01:before {
    height: calc(310 / 750 * 100vw);
  }
}

.clinic {
  padding-bottom: 150px;
}

.clinic .hdg3 {
  margin-bottom: 0;
}

.box_clinic01 {
  width: 92%;
  max-width: 1240px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -110px;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.3);
  box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.3);
  margin-bottom: 100px;
}

.box_clinic01 > .box {
  background: url("../img/deco_conversion02.svg") no-repeat left 1px top 1px /
      auto,
    url("../img/deco_conversion03.svg") no-repeat right 1px top 1px / auto,
    url("../img/deco_conversion04.svg") no-repeat left 1px bottom 1px / auto,
    url("../img/deco_conversion05.svg") no-repeat right 1px bottom 1px / auto;
  padding: 40px 8%;
}

.row_clinic01 .btn_tel02 .num {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.row_clinic01 .address {
  text-align: center;
  margin: 30px 0;
}

.row_clinic01 > .col_l {
  width: 46%;
}

.row_clinic01 > .col_l .btn_tel02 {
  width: 100%;
}

.row_clinic01 .col_r {
  width: 50%;
  max-width: 500px;
}

.box_clinic01 .btn_tel02 a {
  height: 100px;
}

.row_clinic02 {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.row_clinic02 .col {
  max-width: 230px;
  width: 48%;
  height: 230px;
  border-radius: 50%;
}

.row_clinic02 .col .icn {
  padding-top: 60px;
  position: relative;
}

.row_clinic02 .col .icn:before {
  content: "";
  position: absolute;
  background: url("../img/icn_access01.png") no-repeat center/contain;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
}

.row_clinic02 .col_r .icn:before {
  background-image: url("../img/icn_access02.png");
}

.en_access01 {
  font-size: 200px;
  letter-spacing: 0.1em;
  line-height: 0.7;
}

.ja_access01 {
  margin-top: -55px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 70px;
}

.ja_access01:after {
  content: "";
  position: absolute;
  background: #0e1c29;
  width: 1px;
  height: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.row_access01 .col {
  background: #efefef;
  padding: 30px 2.5% 45px;
}

.row_access01 .col_l {
  max-width: 590px;
  width: 32%;
}

.row_access01 .col_r {
  max-width: 590px;
  width: 48%;
}

.row_access01 .img {
  position: relative;
}

.row_access01 .circle {
  position: absolute;
  top: -18px;
  left: -64px;
  width: 150px;
  height: 150px;
  background: #0e1c29;
  border-radius: 50%;
  line-height: 1.5;
}

.row_access01 .ttl {
  position: relative;
  z-index: 1;
}

.row_access01 .ttl span {
  font-size: 133.33%;
  display: inline-block;
  padding: 0 25px;
  background: #efefef;
  position: relative;
  z-index: 1;
  letter-spacing: 0.15em;
}

.row_access01 .ttl:before {
  position: absolute;
  content: "";
  background: #0e1c29;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}

.ttl_access01 span {
  font-size: 133.33%;
  letter-spacing: 0.1em;
  position: relative;
}

.ttl_access01 span:before {
  position: absolute;
  content: "";
  background: url("../img/deco_common02.svg") no-repeat left center/cover;
  width: 33px;
  height: 30px;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ttl_access01 span:after {
  position: absolute;
  content: "";
  background: url("../img/deco_common02.svg") no-repeat left center/cover;
  width: 33px;
  height: 30px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media (min-width: 768px) and (max-width: 1499px) {
  .en_access01 {
    font-size: 150px;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .clinic {
    padding-bottom: 100px;
  }
  .row_clinic02 {
    max-width: 440px;
  }
  .row_clinic02 .col {
    max-width: 210px;
    height: 210px;
  }
  .row_clinic02 .col .icn {
    font-size: 122.22%;
  }
  .box_clinic01 > .box {
    padding-left: 4%;
    padding-right: 4%;
  }
  .row_access01 .ttl span {
    font-size: 111.11%;
    padding: 0 18px;
  }
  .row_access01 .col {
    width: 48.5%;
    padding: 30px 2.5% 45px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .row_clinic01 > .col_l {
    width: 40%;
  }
  .row_clinic01 > .col_r {
    width: 55%;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .row_clinic01 > .col_l {
    width: 37%;
  }
  .row_clinic01 > .col_r {
    width: 58%;
  }
  .row_clinic02 {
    max-width: 400px;
  }
  .row_clinic02 .col {
    max-width: 190px;
    height: 190px;
  }
  .row_clinic02 .col .icn {
    font-size: 111.11%;
    padding-top: 55px;
  }
  .row_clinic02 .col .icn:before {
    width: 35px;
    height: 35px;
  }
  .box_clinic01 {
    margin-top: -60px;
  }
  .box_clinic01 .btn_tel02 a {
    height: 80px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .row_clinic01 > .col {
    width: 100%;
  }
  .row_clinic01 .logo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .row_clinic01 > .col_l .btn_tel02 {
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .row_clinic01 > .col_r {
    margin: 0 auto;
  }
  .ja_access01 {
    margin-bottom: 60px;
  }
  .en_access01 {
    font-size: 100px;
  }
  .row_access01 .col {
    width: 100%;
  }
  .row_access01 .col_l {
    margin: 0 auto 60px;
  }
  .row_access01 .copy_common02 {
    font-size: 122.22%;
  }
  .row_access01 .col_r {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .clinic {
    padding-bottom: 14vw;
  }
  .row_clinic01 > .col {
    width: 100%;
  }
  .row_clinic01 > .col_l {
    background: url(../img/deco_conversion02.svg) no-repeat left 2vw top 2vw /
        calc(50 / 750 * 100vw),
      url(../img/deco_conversion03.svg) no-repeat right 2vw top 2vw /
        calc(50 / 750 * 100vw),
      url(../img/deco_conversion04.svg) no-repeat left 2vw bottom 2vw /
        calc(50 / 750 * 100vw),
      url(../img/deco_conversion05.svg) no-repeat right 2vw bottom 2vw /
        calc(50 / 750 * 100vw);
    padding: 8vw 7vw;
    -webkit-box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.3);
    box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.3);
    margin-bottom: 8vw;
    background-color: #fff;
  }
  .box_clinic01 {
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none !important;
    margin-top: -15vw;
    margin-bottom: 12vw;
  }
  .box_clinic01 > .box {
    background: none;
    padding: 0;
  }
  .row_clinic01 > .col_l .logo {
    max-width: calc(434 / 750 * 100vw);
    margin: 0 auto;
  }
  .row_clinic01 .address {
    margin: 6vw 0;
  }
  .box_clinic01 .btn_tel02 {
    margin-bottom: 0;
  }
  .box_clinic01 .btn_tel02 a {
    height: calc(120 / 750 * 100vw);
  }
  .row_clinic02 {
    max-width: calc(480 / 750 * 100vw);
    margin: 0 auto 8vw;
  }
  .row_clinic02 .col .icn {
    font-size: calc(26 / 750 * 100vw);
    padding-top: 10vw;
    letter-spacing: 0;
  }
  .row_clinic02 .col .icn:before {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
  .row_clinic02 .col {
    height: calc(230 / 750 * 100vw);
  }
  .row_clinic01 .col_r {
    padding: 0 3.2vw;
  }
  .en_access01 {
    font-size: calc(150 / 750 * 100vw);
  }
  .ja_access01 {
    font-size: 125%;
    margin-top: -8vw;
    padding-bottom: 5vw;
    margin-bottom: 6vw;
  }
  .ja_access01:after {
    height: calc(20 / 750 * 100vw);
  }
  .row_access01 .col {
    width: 100%;
  }
  .row_access01 .col_l {
    margin-bottom: 9vw;
  }
  .ttl_access01 span {
    font-size: 100%;
    padding: 0;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .ttl_access01 span:before {
    left: -6vw;
    width: calc(34 / 750 * 100vw);
    height: calc(31 / 750 * 100vw);
  }
  .ttl_access01 span:after {
    right: -9vw;
    width: calc(34 / 750 * 100vw);
    height: calc(31 / 750 * 100vw);
  }
  .txt_access01 {
    max-width: calc(646 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .row_access01 .ttl span {
    font-size: 125%;
    padding: 0 2vw;
    letter-spacing: 0;
    background: none;
  }
  .row_access01 .ttl {
    padding-bottom: 1vw;
  }
  .row_access01 .ttl:before {
    top: auto;
    bottom: 0;
  }
  .row_access01 .col {
    padding: 4vw 7vw 12vw;
  }
  .row_access01 .circle {
    width: calc(200 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
    top: -2vw;
    left: -9vw;
    font-size: 75%;
  }
}

.fee .hdg3 {
  margin-bottom: 100px;
}

.copy_fee01 {
  padding: 17px 23px;
  margin-bottom: 40px;
  margin-top: -60px;
}

.fee .tbl_common02 {
  margin-bottom: 90px;
}

/* WebP対応 */
.bg_payment01 {
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/bg_payment01.webp") no-repeat center/cover;
  padding: 50px 0 60px;
}

/* WebP非対応フォールバック */
@supports not (background-image: url("data:image/webp;base64,UklGRiIAAABXRUJQVlA4TAYAAAAvAAAAAAfQ//73v/+BiOh/AAA=")) {
  .bg_payment01 {
    background: url("../img/bg_payment01.jpg") no-repeat center/cover;
    padding: 50px 0 60px;
  }
}


.row_payment01 .col {
  max-width: 380px;
  width: 32%;
  padding: 10px;
  border-radius: 50%;
}

/* WebP対応 */
.row_payment01 .col .box {
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/ccl_payment01.webp") no-repeat center/contain;
  height: 360px;
}

/* WebP非対応フォールバック */
@supports not (background-image: url("data:image/webp;base64,UklGRiIAAABXRUJQVlA4TAYAAAAvAAAAAAfQ//73v/+BiOh/AAA=")) {
  .row_payment01 .col .box {
    background: url("../img/ccl_payment01.png") no-repeat center/contain;
    height: 360px;
  }
}

.row_payment01 .col .box .txt {
  text-align: center;
  width: 100%;
}

.row_payment01 .col .box .txt span {
  padding-top: 130px;
  display: inline-block;
  position: relative;
  width: 100%;
}

.row_payment01 .col .box .txt span:before {
  content: "";
  position: absolute;
  background: url("../img/icn_pay01.png") no-repeat center/contain;
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
}

.row_payment01 .col_c .box .txt span:before {
  background: url("../img/icn_pay02.png") no-repeat center/contain;
}

.row_payment01 .col_r .box .txt span:before {
  background: url("../img/icn_pay03.png") no-repeat center/contain;
}

.bg_payment01 > .txt {
  margin-bottom: 30px;
}

.box_payment01 .copy {
  padding: 5px;
  border-top: 1px solid #0e1c29;
  border-bottom: 1px solid #0e1c29;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row_payment02 .ccl {
  width: 90px;
  height: 90px;
  padding: 3px;
  border-radius: 50%;
  margin-right: 20px;
}

.row_payment02 .box {
  border: 1px solid #0e1c29;
  border-radius: 50%;
  height: 84px;
}

.row_payment02 .box .txt {
  letter-spacing: 0;
}

.row_payment02 .txt01 {
  font-size: 120px;
  color: #8e8546;
  letter-spacing: 0.1em;
  line-height: 1;
}

.row_payment02 .txt02 {
  font-size: 40px;
  letter-spacing: 0.1em;
}

.row_payment02 .txt02 em {
  font-size: 150%;
  letter-spacing: 0.1em;
}

.row_payment02 .txt03 {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.box_payment01 {
  width: 95%;
  max-width: 1800px;
  margin: 0 auto;
  border: 6px solid #fff;
  padding: 54px 5%;
}

.bg_payment02 {
  padding: 80px 0;
}

.box_payment02 {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.1);
  padding: 45px 3.5% 55px;
  margin-top: -150px;
  margin-bottom: 150px;
}

.box_payment02 .ttl {
  font-size: 166.67%;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .row_payment01 .col {
    max-width: 365px;
  }
  .row_payment01 .col .box {
    height: 345px;
  }
  .row_payment02 .box .txt {
    font-size: 155.56%;
  }
  .row_payment02 .txt01 {
    font-size: 100px;
  }
  .row_payment02 .txt02 {
    font-size: 200%;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .row_payment01 {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .row_payment01 .col {
    max-width: 270px;
  }
  .row_payment01 .col .box {
    height: 250px;
  }
  .row_payment02 .box .txt {
    font-size: 111.11%;
  }
  .row_payment02 .ccl {
    width: 60px;
    height: 60px;
  }
  .row_payment02 .box {
    height: 54px;
  }
  .row_payment02 .txt01 {
    font-size: 80px;
  }
  .row_payment02 .txt02 {
    font-size: 177.78%;
  }
  .row_payment01 .col .box .txt {
    font-size: 144.44%;
  }
  .row_payment01 .col .box .txt span {
    padding-top: 100px;
  }
  .row_payment01 .col .box .txt span:before {
    width: 80px;
    height: 80px;
  }
  .box_payment02 .ttl {
    font-size: 144.44%;
  }
  .bg_payment02 {
    padding-bottom: 230px;
  }
  .box_payment02 {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .fee .hdg3 {
    margin-bottom: 80px;
  }
  .fee .tbl_common02 {
    margin-bottom: 60px;
  }
  .row_payment01 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .row_payment01 .col {
    max-width: 215px;
  }
  .row_payment01 .col .box {
    height: 195px;
  }
  .row_payment01 .col .box .txt {
    font-size: 122.22%;
  }
  .row_payment01 .col .box .txt span:before {
    width: 60px;
    height: 60px;
  }
  .row_payment01 .col .box .txt span {
    padding-top: 80px;
  }
  .bg_payment02 .copy_common03 {
    font-size: 122.22%;
  }
  .box_payment01 .copy {
    font-size: 122.22%;
    max-width: 500px;
  }
  .row_payment02 .txt01 {
    font-size: 70px;
  }
  .row_payment02 .txt02 {
    font-size: 144.44%;
  }
  .box_payment01 {
    width: 94%;
    padding: 54px 3%;
  }
  .bg_payment02 {
    padding-bottom: 220px;
    padding-top: 60px;
  }
  .box_payment02 {
    margin-bottom: 80px;
  }
  .box_payment02 .ttl {
    font-size: 133.33%;
  }
}

@media (max-width: 767px) {
  .fee .hdg3 {
    margin-bottom: 13vw;
  }
  .copy_fee01 {
    padding: 2vw 3vw;
    margin-bottom: 8vw;
    text-align: left;
  }
  .row_payment01 .col {
    width: 48%;
    max-width: calc(300 / 750 * 100vw);
    padding: 1.4vw;
  }
  .row_payment01 .col_r {
    margin: 2vw auto 0;
  }
  .row_payment01 .col .box {
    height: calc(280 / 750 * 100vw);
  }
  .row_payment01 .col .box .txt span:before {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    top: 0;
  }
  .row_payment01 .col .box .txt {
    font-size: 93.75%;
    letter-spacing: 0;
  }
  .row_payment01 .col .box .txt span {
    padding-top: 16vw;
  }
  .row_payment01 {
    max-width: calc(646 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .bg_payment01 {
    padding: 5vw 0 8vw;
    background-image: url("../img/bg_payment01_sp.jpg");
  }
  .bg_payment01 > .txt {
    margin-bottom: 3vw;
  }
  .bg_payment02 .copy_common03 .deco:before {
    left: -6vw;
  }
  .bg_payment02 .copy_common03 .deco:after {
    right: -6vw;
  }
  .box_payment01 {
    border-width: calc(6 / 750 * 100vw);
    padding: 7vw 3vw;
    max-width: calc(700 / 750 * 100vw);
  }
  .box_payment01 .copy {
    font-size: 100%;
    letter-spacing: 0;
    padding: 1.5vw 0;
    margin-bottom: 2vw;
  }
  .row_payment02 .box .txt {
    font-size: 93.75%;
  }
  .row_payment02 .ccl {
    width: calc(90 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    padding: 0.5vw;
    margin-right: 3vw;
  }
  .row_payment02 .txt01 {
    font-size: calc(120 / 750 * 100vw);
    letter-spacing: 0;
  }
  .row_payment02 .txt02 {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0;
    margin-left: 2vw;
  }
  .row_payment02 .txt02:last-child {
    margin-left: 0;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .row_payment02 .box {
    height: 100%;
  }
  .row_payment02 .txt03 {
    margin-top: 2vw;
    text-align: left;
  }
  .box_payment02 {
    width: 100%;
    max-width: calc(700 / 750 * 100vw);
    padding: 6vw 4vw 7vw;
  }
  .box_payment02 .ttl {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: 1vw;
  }
  .bg_payment02 {
    padding: 12vw 0 49vw;
  }
  .box_payment02 {
    margin-top: -42vw;
    margin-bottom: 14vw;
  }
  .fee .tbl_caption {
    margin-top: 0;
  }
  .fee .tbl_common02 {
    margin-bottom: 11vw;
  }
}

.qa {
  padding-bottom: 150px;
}

.qa .hdg3 {
  margin-bottom: 100px;
}

.wrap_qa01 {
  margin-bottom: 100px;
}

.box_qa03 {
  border-color: #ddd;
  border-left: none;
  border-right: none;
  border-top: 0;
  margin-bottom: 0;
}

.box_qa03.first {
  border-top: 1px solid #ddd;
}

.box_qa03 .box_q .txt {
  background: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 122.22%;
  padding: 53px 50px 60px 0;
  width: calc(100% - 50px);
}

.box_qa03 .box_q .box {
  background: #fff;
  color: #a7905a;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 50px;
}

.box_qa03 .box_q .txt .icn:before {
  height: 1px;
  background: #a7905a;
}

.box_qa03 .box_q .txt .icn:after {
  width: 1px;
  background: #a7905a;
}

.box_qa03 .box_q .txt .icn {
  width: 26px;
  height: 26px;
}

.box_qa03 .box_a {
  padding-top: 0;
}

@media (min-width: 768px) and (max-width: 960px) {
  .qa {
    padding-bottom: 100px;
  }
  .qa .hdg3 {
    margin-bottom: 80px;
  }
  .wrap_qa01 {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .qa {
    padding-bottom: 14vw;
  }
  .qa .hdg3 {
    margin-bottom: 11vw;
  }
  .box_qa03 .box_q .box {
    width: calc(50 / 750 * 100vw);
    padding-left: 2.5vw;
  }
  .box_qa03 .box_q .txt {
    width: calc(100% - calc(70 / 750 * 100vw));
    padding: 1vw 8vw 1vw 4vw;
  }
  .box_qa03 .box_q .txt .icn {
    width: calc(26 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
  }
  .box_qa03 .box_a {
    padding-top: 3vw;
  }
  .wrap_qa01 {
    margin-bottom: 8vw;
  }
}

.logo_foot {
  text-align: center;
  margin-bottom: 65px;
}

.main_foot {
  background: url("../img/deco_foot01.png") no-repeat center top/100% auto;
  padding: 80px 0 70px;
}

.row_foot01 {
  margin-bottom: 60px;
}

.row_foot01 > .col_l {
  width: 46%;
}

.row_foot01 > .col_r {
  width: 50%;
  max-width: 500px;
}

.tel_foot01 {
  width: 100%;
}

.tel_foot01 .num {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tel_foot01 a {
  height: 100px;
}

.wrap_map {
  position: relative;
}

.btn_map {
  width: 300px;
  z-index: 1;
  position: absolute;
  left: 20px;
  top: 20px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 0.12em;
  font-size: 111.11%;
}

.btn_map a {
  display: block;
  border: 1px solid #4c433a;
}

.btn_map a:before {
  content: "";
  position: absolute;
  background: url("../img/icn_map.svg") no-repeat center/contain;
  width: 15px;
  height: 20px;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn_map a:after {
  content: "";
  position: absolute;
  border-left: 8px solid #0e1c29;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  bottom: 0;
  top: 0;
  right: 30px;
  width: 0;
  height: 0;
  margin: auto;
}

.address_foot {
  margin-bottom: 30px;
}

.tbl_foot .box {
  background: none;
}

.row_facebook_instagram .col {
  width: 50%;
  max-width: 620px;
}

.row_facebook_instagram .col_r {
  width: 46%;
  max-width: 550px;
}

.row_facebook_instagram .col_r .wrap {
  position: relative;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.row_facebook_instagram .col_r .btn {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  z-index: 1;
}

.row_facebook_instagram .copy_common02 {
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.fb_iframe_widget span {
  width: 100% !important;
}

.row_facebook_instagram #sb_instagram {
  padding-bottom: 0;
}

.row_facebook_instagram .wrap {
  max-width: 500px;
  margin: 0 auto;
}

.pagetop {
  position: fixed;
  right: 20px;
  z-index: 1000;
}

@media (min-width: 768px) and (max-width: 1299px) {
  .row_foot02 .col .logo {
    -webkit-filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff)
      drop-shadow(0 0 15px #fff);
    -o-filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff)
      drop-shadow(0 0 15px #fff);
    filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff)
      drop-shadow(0 0 15px #fff);
  }
  .row_foot02 .col .wrap {
    width: 80%;
  }
  .row_foot02 .col a {
    height: 150px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .row_foot01 {
    display: block;
  }
  .row_foot01 > .col_l {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .row_foot01 > .col_r {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .logo_foot {
    max-width: 300px;
    margin: 0 auto 40px;
  }
  .tel_foot01 {
    max-width: 300px;
    margin: 0 auto 40px;
  }
  .tel_foot01 a {
    height: 80px;
  }
  .row_foot02 .col a {
    padding: 0 20px;
  }
  .row_facebook_instagram .col {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .row_facebook_instagram .col_l {
    margin-bottom: 40px;
  }
  .row_facebook_instagram .col_r .btn {
    width: 80px;
    height: 80px;
  }
  .row_facebook_instagram .col_r .wrap {
    margin-left: 0;
  }
  .btn_map {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .logo_foot {
    max-width: calc(444 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
  }
  .main_foot {
    padding: 14vw 0 5vw;
  }
  .row_foot01 {
    display: block;
    margin-bottom: 8vw;
  }
  .row_foot01 > .col_l {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 8vw;
  }
  .tel_foot01 {
    max-width: calc(548 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .tel_foot01 a {
    height: calc(120 / 750 * 100vw);
  }
  .address_foot {
    margin-bottom: 6vw;
  }
  .row_foot02 .col {
    width: 100%;
  }
  .btn_map {
    max-width: calc(600 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
    line-height: calc(100 / 750 * 100vw);
    position: relative;
    width: 100%;
    margin: 0 auto;
    left: 0;
    top: 0;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 5vw;
  }
  .btn_map a:before {
    width: calc(30 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    left: 4vw;
  }
  .btn_map a:after {
    border-left-width: calc(16 / 750 * 100vw);
    border-top-width: calc(12 / 750 * 100vw);
    border-bottom-width: calc(12 / 750 * 100vw);
    right: 4vw;
  }
  .row_foot01 > .col_r {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .row_facebook_instagram .col_r .btn {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
  .pagetop {
    display: none !important;
  }
  .fix {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9;
  }
  .fix li {
    width: calc(150 / 750 * 100vw);
  }
  .fix .fix_line,
  .fix .fix_web {
    width: calc(225 / 750 * 100vw);
  }
  .row_foot02 .col a {
    padding: 4vw;
    background-size: auto calc(100% - calc(24 / 750 * 100vw));
    background-position: right calc(12 / 750 * 100vw) center;
  }
  .row_foot02 .col a:after {
    border-left-width: calc(14 / 750 * 100vw);
    border-top-width: calc(14 / 750 * 100vw);
    border-bottom-width: calc(14 / 750 * 100vw);
    bottom: 0.5vw;
    right: 1.3vw;
  }
  .row_foot02 .col .txt {
    height: calc(40 / 750 * 100vw);
  }
  .row_foot02 .col .txt img {
    vertical-align: top;
  }
  .row_foot02 .col .logo {
    max-width: calc(380 / 750 * 100vw);
    margin-bottom: 2vw;
  }
  .row_foot02 .col_l {
    margin-bottom: 4vw;
  }
  .row_foot02 {
    margin-bottom: 6vw;
  }
  .row_facebook_instagram .col {
    width: 100%;
    max-width: calc(646 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .row_facebook_instagram .col_l {
    margin-bottom: 5vw;
  }
  .row_facebook_instagram .copy_common02 {
    font-size: calc(40 / 750 * 100vw);
    padding-bottom: 2vw;
  }
  .fix_tel a,
  .pagetop_sp a {
    display: block;
  }
  .row_foot02 .col a {
    height: calc(208 / 750 * 100vw);
  }
  .row_foot02 .col .wrap {
    max-width: calc(414 / 750 * 100vw);
  }
}

.tbl_default {
  margin: 0 auto 60px;
}

.tbl_default table {
  border: 1px solid #333;
  width: 100%;
  line-height: 1.5;
}

.tbl_default th {
  background: #333;
  color: #fff;
  text-align: left;
  font-weight: normal;
  padding: 15px 18px 16px;
  vertical-align: top;
}

.tbl_default tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}

.tbl_default td {
  padding: 15px 18px 16px;
}

.tbl_default.reverse td {
  width: 35%;
}

.tbl_default.half td {
  width: 50%;
}

.tbl_default tr:not(:last-child) td {
  border-bottom: 1px solid #333;
}

.tbl_time01 {
  width: 100%;
  max-width: 500px;
}

.tbl_time01.day8 {
  max-width: 530px;
}

.tbl_time01 table {
  width: 100%;
  border: 1px solid #aaa;
}

.tbl_time01 thead th {
  background: #aaa;
  color: #fff;
  font-weight: normal;
  line-height: 1.5;
  padding: 9px 0 12px;
}

.tbl_time01 thead th:first-child,
.tbl_time01 tbody th {
  width: 38%;
  line-height: 1.5;
}

.tbl_time01.day8 thead th:first-child,
.tbl_time01.day8 tbody th {
  width: 36%;
}

.tbl_time01 tbody th,
.tbl_time01 tbody td {
  padding: 9px 0 12px;
}

.tbl_time01 tbody th {
  font-weight: normal;
  padding-right: 10px;
}

.tbl_time01 thead th:not(:first-child),
.tbl_time01 tbody td {
  width: calc(50% / 6);
  text-align: left;
}

.tbl_time01.day8 thead th:not(:first-child),
.tbl_time01.day8 tbody td {
  width: calc(54% / 7);
}

.tbl_time01 thead th:last-child,
.tbl_time01 tbody td:last-child {
  width: 12%;
  text-align: left;
}

.tbl_time01.day8 thead th:last-child,
.tbl_time01.day8 tbody td:last-child {
  width: 9%;
}

.tbl_time01 tbody td {
  font-size: 77.78%;
  padding-left: 0.05em;
}

.tbl_time01 tbody tr:first-child th {
  padding-left: 0.6em;
}

.tbl_time01 tr:not(:last-child) th,
.tbl_time01 tr:not(:last-child) td {
  border-bottom: 1px solid #aaa;
}

.tbl_time02 {
  width: 100%;
  max-width: 500px;
}

.tbl_time02.day8 {
  max-width: 530px;
}

.tbl_time02 .box {
  background: #666;
  padding: 12px 15px;
}

.tbl_time02 table {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.tbl_time02.day8 table {
  max-width: 470px;
}

.tbl_time02 thead th {
  font-weight: normal;
  line-height: 1.5;
  padding: 9px 0 15px;
  border-bottom: 1px solid #fff;
}

.tbl_time02 thead th:first-child,
.tbl_time02 tbody th {
  width: 39%;
}

.tbl_time02.day8 thead th:first-child,
.tbl_time02.day8 tbody th {
  width: 36%;
}

.tbl_time02 tbody th,
.tbl_time02 tbody td {
  padding: 11px 0 3px;
  line-height: 1.5;
}

.tbl_time02 tbody tr:last-child th,
.tbl_time02 tbody tr:last-child td {
  padding: 3px 0 10px;
}

.tbl_time02 tbody tr:last-child th,
.tbl_time02 tbody th {
  font-weight: normal;
}

.tbl_time02 thead th:not(:first-child),
.tbl_time02 tbody td {
  width: calc(49% / 6);
}

.tbl_time02.day8 tbody th {
  padding-right: 10px;
}

.tbl_time02.day8 thead th:not(:first-child),
.tbl_time02.day8 tbody td {
  width: calc(53% / 7);
}

.tbl_time02 thead th:last-child,
.tbl_time02 tbody td:last-child {
  width: 12%;
}

.tbl_time02.day8 thead th:last-child,
.tbl_time02.day8 tbody td:last-child {
  width: 11%;
}

.tbl_time02 tbody td {
  font-size: 77.78%;
  padding-left: 0.05em;
}

.tbl_time02 tbody tr:first-child th {
  padding-left: 0.6em;
}

/* 16px */
.tbl_time01_16px {
  width: 100%;
  max-width: 500px;
  font-size: 16px;
}

.tbl_time01_16px.day8 {
  max-width: 530px;
}

.tbl_time01_16px table {
  width: 100%;
  border: 1px solid #aaa;
}

.tbl_time01_16px thead th {
  background: #aaa;
  color: #fff;
  font-weight: normal;
  padding: 9px 0 12px;
  line-height: 1.5;
}

.tbl_time01_16px thead th:first-child,
.tbl_time01_16px tbody th {
  width: 38%;
}

.tbl_time01_16px.day8 thead th:first-child,
.tbl_time01_16px.day8 tbody th {
  width: 36%;
}

.tbl_time01_16px tbody th {
  font-weight: normal;
}

.tbl_time01_16px tbody th,
.tbl_time01_16px tbody td {
  padding: 9px 0 12px;
  line-height: 1.5;
}

.tbl_time01_16px thead th:not(:first-child),
.tbl_time01_16px tbody td {
  width: calc(50% / 6);
  text-align: left;
}

.tbl_time01_16px.day8 thead th:not(:first-child),
.tbl_time01_16px.day8 tbody td {
  width: calc(54% / 7);
}

.tbl_time01_16px thead th:last-child,
.tbl_time01_16px tbody td:last-child {
  width: 12%;
  text-align: left;
}

.tbl_time01_16px.day8 thead th:last-child,
.tbl_time01_16px.day8 tbody td:last-child {
  width: 10%;
}

.tbl_time01_16px tbody td {
  font-size: 87.5%;
  padding-left: 0.05em;
}

.tbl_time01_16px tbody tr:first-child th {
  padding-left: 0.6em;
}

.tbl_time01_16px tr:not(:last-child) th,
.tbl_time01_16px tr:not(:last-child) td {
  border-bottom: 1px solid #aaa;
}

.tbl_time02_16px {
  width: 100%;
  max-width: 500px;
  font-size: 16px;
}

.tbl_time02_16px.day8 {
  max-width: 530px;
}

.tbl_time02_16px .box {
  background: #666;
  padding: 12px 15px;
}

.tbl_time02_16px table {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  color: #fff;
}

.tbl_time02_16px.day8 table {
  max-width: 470px;
}

.tbl_time02_16px thead th {
  font-weight: normal;
  padding: 9px 0 15px;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
}

.tbl_time02_16px thead th:first-child,
.tbl_time02_16px tbody th {
  width: 38%;
}

.tbl_time02_16px.day8 thead th:first-child,
.tbl_time02_16px.day8 tbody th {
  width: 36%;
}

.tbl_time02_16px tbody th {
  font-weight: normal;
  line-height: 1.5;
}

.tbl_time02_16px tbody th,
.tbl_time02_16px tbody td {
  padding: 11px 0 3px;
  line-height: 1.5;
}

.tbl_time02_16px tbody tr:last-child th,
.tbl_time02_16px tbody tr:last-child td {
  padding: 3px 0 10px;
}

.tbl_time02_16px thead th:not(:first-child),
.tbl_time02_16px tbody td {
  width: calc(51% / 6);
  text-align: left;
}

.tbl_time02_16px.day8 thead th:not(:first-child),
.tbl_time02_16px.day8 tbody td {
  width: calc(53% / 7);
}

.tbl_time02_16px thead th:last-child,
.tbl_time02_16px tbody td:last-child {
  width: 11%;
  text-align: left;
}

.tbl_time02_16px.day8 thead th:last-child,
.tbl_time02_16px.day8 tbody td:last-child {
  width: 11%;
}

.tbl_time02_16px tbody td {
  font-size: 87.5%;
  padding-left: 0.05em;
}

.tbl_time02_16px tbody tr:first-child th {
  padding-left: 0.6em;
}

.top-greet-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.top-greet-wrap img {
  max-width: 100%;
  height: auto;
}

@media all and (max-width: 896px) {
  .top-greet-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

@media all and (max-width: 639px) {
  .top-greet-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.top-greet-img1 {
  width: 46%;
  position: relative;
}

.top-greet-img1 img {
  width: 100%;
}

@media all and (max-width: 896px) {
  .top-greet-img1 {
    width: 100%;
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 639px) {
  .top-greet-img1 {
    margin-bottom: 6%;
    width: calc(100% - 10px);
  }
}

.top-greet-box {
  width: 50%;
  position: relative;
  z-index: 2;
}

.top-greet-box p {
  letter-spacing: 0.15em;
  line-height: 2;
}

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

@media all and (max-width: 639px) {
  .top-greet-box {
    width: calc(100% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-greet-box p {
    line-height: 1.8;
  }
}

.top-greet-txt {
  margin: 6% auto 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 98%;
  max-width: 840px;
}

.top-greet-txt p + p {
  margin-top: 15px;
}

@media all and (max-width: 1200px) {
  .top-greet-txt p + p {
    margin-top: 10px;
  }
}

@media all and (max-width: 639px) {
  .top-greet-txt {
    margin: 0 auto 6%;
  }
}

.top-greet-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.top-greet-img-box .img-box1 {
  width: 39%;
}

.top-greet-img-box .img-box2 {
  width: 52%;
}

@media all and (max-width: 639px) {
  .top-greet-img-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .top-greet-img-box .img-box1 {
    width: 40%;
  }
  .top-greet-img-box .img-box2 {
    width: 54%;
  }
}

.top-greet-lead {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: absolute;
  left: 30px;
  top: 30px;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-transform: inherit;
  z-index: 2;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1;
}

@media all and (max-width: 1200px) {
  .top-greet-lead {
    left: 20px;
    top: 20px;
    font-size: 2rem;
  }
}

@media all and (max-width: 639px) {
  .top-greet-lead {
    left: 10px;
    top: 10px;
    font-size: 1.4rem;
  }
}

.top-common {
  margin: 0 auto;
  position: relative;
}

.bg-blue2 {
  background-color: #f7fafd;
}

.top-recruit-box {
  position: relative;
  z-index: 2;
}

.top-recruit-box:before {
  position: absolute;
  content: "";
  width: 500px;
  height: 70%;
  left: 0;
  top: 0;
  background-color: #012127;
  z-index: -1;
}

.top-recruit-box .title {
  text-align: center;
  position: relative;
}

.top-recruit-box .title .eng {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-size: 10rem;
  line-height: 1;
  color: #004b5a;
  margin-bottom: -25px;
}

.top-recruit-box .title .ja {
  background-color: #0a1324;
  color: #fff;
  padding: 4px 20px;
}

.top-recruit-box .main {
  margin: 40px auto;
}

.top-recruit-box .detail-title-sub {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  color: #004b5a;
  padding-bottom: 5px;
  font-size: 2rem;
}

.top-recruit-box .detail-title {
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ddd;
}

@media all and (max-width: 1100px) {
  .top-recruit-box:before {
    width: 20%;
    height: 70%;
  }
  .top-recruit-box .detail-title {
    font-size: 2rem;
  }
}

@media all and (max-width: 639px) {
  .top-recruit-box {
    padding-top: 30px;
  }
  .top-recruit-box:before {
    height: 340px;
  }
  .top-recruit-box .title .eng {
    font-size: 4rem;
    margin-bottom: 5px;
  }
  .top-recruit-box .main {
    margin-top: 20px;
  }
  .top-recruit-box .photo {
    margin-bottom: 20px;
  }
  .top-recruit-box .detail-title-sub {
    font-size: 1.8rem;
  }
  .top-recruit-box .detail-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

.txtdeko {
  margin: 20px auto;
}

.txtdeko span {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-top: 20px;
  color: #004b5a;
}

@media all and (max-width: 1100px) {
  .txtdeko span {
    font-size: 2rem;
  }
}

@media all and (max-width: 639px) {
  .txtdeko span {
    font-size: 1.6rem;
  }
}

.txtdeko-bg {
  margin-bottom: 5px;
}

.txtdeko-bg span {
  background-color: #fff;
  display: inline-block;
  padding: 2px 10px;
}

.top-gray-box {
  position: relative;
}

.top-gray-box:before,
.top-gray-box:after {
  position: absolute;
  content: "";
  width: 65%;
  height: 80%;
  top: -10%;
  right: 0;
}

.top-gray-box:before {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#333),
    to(#5fb9ff)
  );
  background-image: linear-gradient(to left, #333, #5fb9ff);
  z-index: -3;
  opacity: 0.6;
}

.top-gray-box:after {
  background: url(../img/bg-pattern01.jpg);
  opacity: 0.5;
  z-index: -2;
}

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

@media all and (max-width: 896px) {
  .news-box {
    margin-top: 0;
  }
}

@media all and (max-width: 639px) {
  .news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 10px;
  }
}

.news-title {
  text-align: center;
  font-weight: 700;
  margin-right: 30px;
  text-align: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: relative;
}

.news-title span {
  display: block;
}

.news-title .eng {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: 0.2rem;
  color: #333;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.news-title .ja {
  font-size: 2.2rem;
  position: relative;
  margin: 0 auto;
  letter-spacing: 0.2em;
  font-weight: 700;
}

@media all and (max-width: 639px) {
  .news-title {
    margin-bottom: 15px;
    margin-right: 0;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
  .news-title .eng {
    font-size: 1.6rem;
  }
  .news-title .ja {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.news-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.sec1-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}

.sec1-wrap + .sec1-wrap {
  margin-top: 120px;
}

.sec1-wrap .sec1-img-box {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sec1-wrap .sec1-img-box img {
  width: 100%;
}

.sec1-wrap .sec1-img-box .sec1-img01 {
  width: 70%;
}

.sec1-wrap .sec1-img-box .sec1-img02 {
  width: 42%;
  max-width: 400px;
  position: absolute;
  right: 10px;
}

.sec1-wrap .sec1-img-box .sec1-img02 img {
  opacity: 0.5;
}

.sec1-wrap .sec1-box {
  width: 40%;
  padding: 40px;
}

.sec1-wrap.type1 .sec1-img-box {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.sec1-wrap.type1 .sec1-img-box .sec1-img01 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media all and (max-width: 890px) {
  .sec1-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec1-wrap + .sec1-wrap {
    margin-top: 60px;
  }
  .sec1-wrap .sec1-img-box {
    width: 95%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .sec1-wrap .sec1-box {
    width: 100%;
    padding: 20px;
  }
}

.lead01 {
  font-size: 3.4rem;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 30px;
}

.lead01 .eng {
  color: rgba(28, 50, 104, 0.1);
  background-image: url(../img/grunge.png);
  background-repeat: repeat;
  font-weight: bold;
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
  letter-spacing: 0.2em;
  display: block;
  font-size: 3rem;
}

.lead01.type1 {
  color: #333;
}

@media all and (-ms-high-contrast: none) {
  .lead01 .eng {
    color: #4a2e24;
    background-image: none;
  }
}

@media all and (max-width: 896px) {
  .lead01 {
    font-size: 1.8rem;
  }
  .lead01 .eng {
    font-size: 3rem;
  }
}

@media all and (max-width: 639px) {
  .lead01 {
    font-size: 1.4rem;
  }
  .lead01 .eng {
    font-size: 2.6rem;
  }
  .lead01 .part1 em {
    font-size: 3.5rem;
  }
}

.bg-01 {
  position: relative;
  background-image: linear-gradient(
      16deg,
      rgba(116, 116, 116, 0.05) 0%,
      rgba(116, 116, 116, 0.05) 25%,
      transparent 25%,
      transparent 96%,
      rgba(177, 177, 177, 0.08) 96%,
      rgba(177, 177, 177, 0.08) 100%
    ),
    linear-gradient(
      236deg,
      rgba(148, 148, 148, 0.04) 0%,
      rgba(148, 148, 148, 0.04) 53%,
      transparent 53%,
      transparent 59%,
      rgba(56, 56, 56, 0.02) 59%,
      rgba(56, 56, 56, 0.02) 100%
    ),
    linear-gradient(
      284deg,
      rgba(16, 16, 16, 0.03) 0%,
      rgba(16, 16, 16, 0.03) 46%,
      transparent 46%,
      transparent 71%,
      rgba(181, 181, 181, 0.1) 71%,
      rgba(181, 181, 181, 0.1) 100%
    ),
    linear-gradient(
      316deg,
      rgba(197, 197, 197, 0.02) 0%,
      rgba(197, 197, 197, 0.02) 26%,
      transparent 26%,
      transparent 49%,
      rgba(58, 58, 58, 0.02) 49%,
      rgba(58, 58, 58, 0.02) 100%
    ),
    linear-gradient(90deg, white, white);
}

.bg-01.type1 {
  background-image: linear-gradient(
      -164deg,
      rgba(15, 119, 198, 0.05) 0%,
      rgba(15, 119, 198, 0.05) 25%,
      transparent 25%,
      transparent 96%,
      rgba(15, 119, 198, 0.03) 96%,
      rgba(15, 119, 198, 0.03) 100%
    ),
    linear-gradient(
      236deg,
      rgba(15, 119, 198, 0.04) 0%,
      rgba(15, 119, 198, 0.04) 53%,
      transparent 53%,
      transparent 59%,
      rgba(241, 246, 248, 0.7) 59%,
      rgba(241, 246, 248, 0.7) 100%
    ),
    linear-gradient(
      265deg,
      rgba(15, 119, 198, 0.04) 0%,
      rgba(15, 119, 198, 0.04) 46%,
      transparent 46%,
      transparent 71%,
      rgba(15, 119, 198, 0.05) 71%,
      rgba(15, 119, 198, 0.05) 100%
    ),
    linear-gradient(
      316deg,
      rgba(241, 246, 248, 0.8) 0%,
      rgba(241, 246, 248, 0.8) 26%,
      transparent 26%,
      transparent 49%,
      rgba(241, 246, 248, 0.9) 49%,
      rgba(241, 246, 248, 0.9) 100%
    ),
    linear-gradient(90deg, #fff, #fff);
}

.bg-02 {
  position: relative;
}

.bg-02:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url(../img/bg-pattern01.jpg);
  z-index: -1;
  opacity: 0.7;
}

@media all and (max-width: 639px) {
  .bg-02:before {
    width: 90%;
    height: 95%;
    right: 0;
    margin: auto;
  }
}

#top_1 {
  position: relative;
  margin-top: 50px;
}

#top_1 img._sp {
  display: none;
}

#top_1 .single {
  padding: 50px 0;
}

#top_1:before {
  content: "";
  width: 47%;
  height: 100%;
  background-image: url(../img/top_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px 70px 10px 70px;
}

#top_1 .top_3__contens {
  width: 47%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  z-index: 2;
  position: relative;
  padding: 30px 0;
  background-image: url(../img/top_1_back.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 60%;
}

#top_1 .item_titel {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 31px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.6em;
  position: relative;
  color: #a9783f;
}

#top_1 .item_titel span {
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
  font-size: 17px;
  letter-spacing: 0.1em;
  letter-spacing: 0.19em;
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
}

#top_1 .main {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", "游ゴシック Medium",
    游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  line-height: 2em;
  color: #595757;
}

#top_1 .main span {
  display: block;
  margin-bottom: 20px;
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #3a395e;
  line-height: 2em;
}

@media all and (max-width: 639px) {
  #top_1 img._sp {
    display: block;
    width: 100%;
  }
}

@media all and (max-width: 639px) {
  #top_1 .single {
    padding: 0 10px;
  }
}

@media all and (max-width: 639px) {
  #top_1:before {
    display: none;
  }
}

@media all and (max-width: 639px) {
  #top_1 .top_3__contens {
    width: 100%;
    padding-top: 0;
  }
}

@media all and (max-width: 639px) {
  #top_1 .item_titel {
    line-height: 1.6em;
  }
}

#top_2 {
  margin-top: 50px;
  background-image: url(../img/top_2_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#top_2 .read_text {
  color: #fff;
}

#top_2 .read_text span {
  color: #fff;
}

#top_2 .main {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", "游ゴシック Medium",
    游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.8em;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media all and (max-width: 890px) {
  #top_2 .main {
    font-size: 16px;
    text-align: left;
  }
}

#top_3 {
  margin-top: 80px;
  position: relative;
  margin-bottom: 80px;
}

#top_3 img._sp {
  display: none;
}

#top_3 .single {
  padding: 50px 0;
}

#top_3:before {
  content: "";
  width: 55%;
  height: 100%;
  background-image: url(../img/top_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 80px;
  z-index: 1;
}

#top_3:after {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  height: 90%;
  position: absolute;
  bottom: -80px;
  width: 66%;
  right: -50px;
  z-index: -1;
  opacity: 0.3;
}

#top_3 .top_3__contens {
  background: #fff;
  width: 50%;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  margin-left: auto;
  z-index: 2;
  position: relative;
}

#top_3 .read_text {
  font-size: 57px;
}

#top_3 .read_text b {
  color: #4a2e24;
  font-weight: 600;
}

#top_3 .read_text span {
  font-size: 19px;
}

#top_3 .main {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", "游ゴシック Medium",
    游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.8em;
  text-align: left;
  font-weight: bold;
  color: #313336;
}

#top_3 a.more_link {
  display: table;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #333;
  border: 2px solid #333;
  padding: 0.8em 0;
  margin: 20px auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 0.2em;
  width: 300px;
  text-align: center;
}

#top_3 a.more_link span:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
  content: "\f105";
  font-size: 80%;
}

#top_3 a.more_link:hover {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #333;
}

@media all and (max-width: 890px) {
  #top_3 img._sp {
    display: block;
    width: 100%;
  }
}

@media all and (max-width: 890px) {
  #top_3 .single {
    padding: 0 10px;
  }
  #top_3 .read_text {
    font-size: 40px;
  }
  #top_3 .read_text span {
    font-size: 16px;
  }
  #top_3 a.more_link {
    width: 250px;
  }
}

@media all and (max-width: 890px) {
  #top_3:before {
    display: none;
  }
}

@media all and (max-width: 890px) {
  #top_3:after {
    right: 0;
  }
}

@media all and (max-width: 890px) {
  #top_3 .top_3__contens {
    width: 100%;
    padding: 50px 20px;
    margin-top: -50px;
  }
}

#top_4 {
  position: relative;
  padding-bottom: 80px;
  margin-top: 80px;
}

#top_4:after {
  content: "";
  width: 100%;
  height: 75%;
  background: linear-gradient(-45deg, #8ec31f, #009437);
  position: absolute;
  z-index: -1;
  display: block;
  margin: auto;
  bottom: 0;
  opacity: 0.2;
}

#top_4 .single {
  padding: 0;
}

#top_4 .item_titel {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  letter-spacing: 0.25em;
  margin-bottom: 20px;
  color: #009437;
  line-height: 1.6em;
}

#top_4 .item_titel span {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 300;
  display: block;
  line-height: 1em;
  color: #025e24;
}

#top_4 .top_6_bottom .innerB {
  width: 100%;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 30px;
  padding-left: 60px;
}

#top_4 .top_6_bottom .innerB .right {
  border-left: 1px solid #eee;
}

#top_4 .top_6_bottom .innerB img {
  display: block;
  height: 67px;
  margin: 0 0 30px;
}

#top_4 .top_6_bottom .innerB .main {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.1em;
}

#top_4 .top_6_bottom .innerB a {
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-family: "Cormorant Infant", serif;
  color: #025e24;
  text-align: center;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#top_4 .top_6_bottom .innerB a:hover {
  color: #009437;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#top_4 .top_6_bottom .innerB a span {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 0.1em;
}

#top_4 .top_6_bottom .innerB a span:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
  content: "\f879";
  font-size: 80%;
}

#top_4 .top_6_bottom .innerB a.maii {
  display: table;
  text-align: center;
  background: #025e24;
  color: #fff;
  padding: 0.2em 2.4em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
  margin: 30px auto 0;
}

#top_4 .top_6_bottom .innerB a.maii:hover {
  background: #009437;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#top_4 .top_6_bottom .innerB a.maii span {
  font-weight: 300;
  font-family: "YakuHanJP", Poppins, "Quicksand", "Kosugi Maru", "メイリオ",
    Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#top_4 .top_6_bottom .innerB a.maii span:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
  content: "\f0e0";
  width: 100%;
}

#top_4 .top_6_bottom .innerB .left_text {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #3d2917;
  text-align: center;
  margin-top: 8px;
}

#top_4 .top_6_bottom .right .right_text {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #3d2917;
  text-align: center;
  display: table;
  margin: 0 auto 10px;
  position: relative;
}

#top_4 .top_6_bottom .right .right_text:before,
#top_4 .top_6_bottom .right .right_text:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #3d2917;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

#top_4 .top_6_bottom .right .right_text:before {
  left: -20px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

#top_4 .top_6_bottom .right .right_text:after {
  right: -20px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

@media all and (max-width: 639px) {
  #top_4 {
    padding-bottom: 40px;
    margin-top: 40px;
  }
  #top_4 .item_titel {
    font-size: 20px;
  }
  #top_4 .item_titel span {
    font-size: 16px;
  }
  #top_4 .top_6_bottom .innerB {
    padding: 10px;
  }
  #top_4 .top_6_bottom .innerB .right {
    border-left: 0px solid #eee;
  }
  #top_4 .top_6_bottom .innerB img {
    display: block;
    height: 67px;
    margin: 0 0 30px;
  }
  #top_4 .top_6_bottom .innerB .main {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  #top_4 .top_6_bottom .innerB a {
    font-size: 25px;
  }
  #top_4 .top_6_bottom .innerB a span {
    font-size: 30px;
  }
  #top_4 .top_6_bottom .innerB a.maii {
    padding: 0.2em 1.4em;
  }
  #top_4 .top_6_bottom .innerB a.maii span {
    font-size: 14px;
  }
  #top_4 .top_6_bottom .innerB .left_text {
    font-size: 12px;
  }
}

#top_5 {
  background-image: url(../img/top_5_beck.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: left;
  padding: 30px;
}

#top_5 .top_5__main {
  border: 2px solid #fff;
}

#top_5 .single {
  padding: 110px 0;
}

#top_5 .main {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", "游ゴシック Medium",
    游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.8em;
  text-align: center;
  font-weight: bold;
  color: #313336;
}

#top_5 .main span {
  display: table;
  margin: 0 auto 15px;
  border-bottom: 2px solid #fff;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", "游ゴシック Medium",
    游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#top_5 a.more_link {
  display: table;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #313336;
  border: 2px solid #313336;
  padding: 0.8em 0;
  margin: 20px auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 0.2em;
  width: 300px;
  text-align: center;
}

#top_5 a.more_link span:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
  content: "\f105";
  font-size: 80%;
}

#top_5 a.more_link:hover {
  color: #4a2e24;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}

@media all and (max-width: 890px) {
  #top_5 {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
}

@media all and (max-width: 890px) {
  #top_5 .read_text {
    font-size: 40px;
  }
  #top_5 .read_text span {
    font-size: 16px;
  }
  #top_5 a.more_link {
    width: 200px;
  }
}

.content-box {
  padding: 80px 0;
  position: relative;
  background: #f9f9f9;
  margin-bottom: 50px;
}

.content-box .single {
  padding: 0;
}

@media all and (max-width: 890px) {
  .content-box {
    padding: 50px 10px;
  }
}

#singlepage section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 0;
}

.textwrap {
  max-width: 1160px;
  margin: 0px auto;
  padding: 20px 0;
}

/*containar*/
#body {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#containar {
  position: relative;
  max-width: 980px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: rgba(125, 125, 125, 0.5) 0px 0px 2px 2px;
  box-shadow: rgba(125, 125, 125, 0.5) 0px 0px 2px 2px;
}

#wrap {
  max-width: 1160px;
  padding: 20px 0px 280px;
  margin: 0 auto;
}

/* main */
#main {
  float: left;
  width: 79%;
}

/* side */
#side {
  float: right;
  width: 19%;
  font-size: 12px;
}

@media all and (max-width: 890px) {
  #main {
    float: none;
    width: 95%;
    margin: 0 auto 20px;
  }
  #side {
    float: none;
    width: 98%;
    margin: 0 auto;
    height: auto;
    padding: 0;
  }
}

.blog-box {
  margin-bottom: 50px;
}

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

.lsingle {
  float: left;
  width: 585px;
}

.rsingle {
  float: right;
  width: 585px;
}

@media all and (max-width: 890px) {
  .lmain,
  .rmain {
    float: none;
    width: 100%;
  }
  .lsingle,
  .rsingle {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* footer */
/*totop*/
#toTop {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 0px;
}

.toTop {
  text-align: right;
  margin-bottom: 20px;
  font-size: 12px;
}

#page-top {
  position: fixed;
  bottom: 65px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}

#page-top a {
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 45px;
  background: #4a2e24;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}

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

.contact_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.contact_bnr > li {
  width: 48%;
}

.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  position: relative;
}

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

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

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

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

.contact_bnr > li a,
.contact_bnr > li span {
  display: block;
  background: transparent;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 12px 10px;
}

.contact_bnr > li a:before,
.contact_bnr > li span:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}

.contact_bnr > li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media all and (max-width: 639px) {
  .contact_bnr > li {
    width: 100%;
    margin: 0 auto 15px;
  }
}

@media all and (max-width: 639px) {
  .contact_bnr > li a,
  .contact_bnr > li span {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
  }
  .contact_bnr > li a:before,
  .contact_bnr > li span:before {
    font-size: 1.3rem;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
  color: #fff;
  overflow: hidden;
}

#l-footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  outline: 1px solid #ccb4a0;
  outline-offset: -10px;
  background: url(../img/bg-pattern.jpg);
  z-index: -1;
}

#l-footer .inner {
  padding: 50px 20px;
  position: relative;
  z-index: 3;
}

#l-footer .footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}

#l-footer .footer-column .footer-left,
#l-footer .footer-column .footer-right {
  width: 45%;
}

#l-footer .right-inner {
  padding: 5px;
  background: rgba(76, 44, 33, 0.6);
}

#l-footer .footer-txt {
  padding-left: 8px;
}

#l-footer .footer-txt span {
  background: #4c2c21;
  padding: 5px 10px;
  font-size: 13px;
  color: #fefefe;
}

@media all and (max-width: 896px) {
  #l-footer .footer-column {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #l-footer .footer-column .footer-left {
    width: 95%;
    font-size: 12px;
  }
  #l-footer .footer-column .footer-right {
    width: 98%;
    margin-top: 20px;
  }
}

@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
  }
  #l-footer .inner {
    padding: 40px 10px;
  }
  #l-footer .inner .right-inner {
    padding: 8px;
  }
}

footer {
  position: absolute;
  width: 100%;
  color: #333;
}

#footer {
  max-width: 1160px;
  margin: 0 auto 0;
  padding: 30px 0 30px;
  font-size: 11px;
}

.logo-f {
  text-align: center;
  margin-bottom: 10px;
}

#fmenuA {
  width: 100%;
  margin-bottom: 10px;
}

#fmenu {
  list-style-type: none;
  font-size: 12px;
  max-width: 1160px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#fmenu ul {
  margin-bottom: 2px;
}

#fmenu li {
  text-align: left;
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0 25px;
}

#fmenu li:last-child {
  border: none;
  margin: 0;
}

#fmenu a:link,
#fmenu a:visited,
#fmenu a:hover {
  color: #222;
  text-decoration: none;
}

#fmenu li ul li {
  /*display:inline;
    margin-right:20px; */
  font-weight: normal;
  font-size: 11px;
}

#fmenu li ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "f0da";
  margin-right: 5px;
  color: #fff;
}

@media all and (max-width: 890px) {
  #fmenuA {
    width: 100%;
  }
  #fmenu {
    display: none;
  }
  #fmenu-lg {
    display: none;
  }
  footer {
    padding: 10px 0 55px;
    margin: 0;
  }
  #footer {
    padding: 10px;
    margin: 0 auto 0;
  }
  .map {
    width: 100%;
  }
  .logo-f {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .logo-f img {
    width: 40%;
  }
}

/*Copyright*/
.copyright {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", sans-serif;
  padding: 25px 0;
  background-color: #4a2e24;
  color: #fff;
  font-size: 0.2rem;
  text-align: center;
}

.contactbx {
  text-align: center;
  margin: 15px 0;
}

.contactbx li {
  display: inline-block;
  margin: 0 5px 10px;
}

.contactbx a {
  width: 100%;
  display: block;
  font-family: "Zen Old Mincho", serif;
}

.contactbx .tl a {
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 350px;
  height: 60px;
  border-radius: 50px;
  font-weight: bold;
  line-height: 60px;
  border: 2px solid #4a2e24;
  font-size: 2.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contactbx .ml a {
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 350px;
  height: 60px;
  border-radius: 50px;
  font-weight: normal;
  line-height: 60px;
  border: 2px solid #4a2e24;
  font-size: 2.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #4a2e24;
}

.contactbx .mp a {
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 250px;
  height: 60px;
  line-height: 60px;
  font-weight: normal;
  border-radius: 50px;
  border: 2px solid #4a2e24;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #4a2e24;
}

.contactbx .tl a:link,
.contactbx .tl a:visited {
  color: #4a2e24;
}

.contactbx .tl a:hover {
  color: #fff;
  background: #4a2e24;
}

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

.contactbx .ml a:link,
.contactbx .ml a:visited {
  color: #fff !important;
}

.contactbx .ml a:hover {
  color: #4a2e24 !important;
  background: #fff;
}

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

.contactbx .mp a:link,
.contactbx .mp a:visited {
  color: #fff !important;
}

.contactbx .mp a:hover {
  color: #4a2e24 !important;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .contactbx .tl a,
  .contactbx .ml a {
    min-width: 200px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 1.8rem;
  }
  .contactbx .mp a {
    min-width: 200px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 1.2rem;
  }
}

/*テーブル*/
.table1 {
  width: 100%;
}

.table1 th {
  font-family: "Zen Old Mincho", serif;
  vertical-align: middle;
  padding: 15px 0px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  border-bottom: #ddd 1px solid;
  color: #555;
}

.table1 td {
  padding: 15px;
  vertical-align: middle;
  border-bottom: #ddd 1px solid;
}

.table1 td b {
  color: red;
}

.table2 {
  margin: 15px 0;
}

.table2 th {
  vertical-align: middle;
  padding: 5px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #ddd 1px solid;
  color: #555;
  background: #f2f2f2;
}

.table2 td {
  padding: 5px 10px;
  vertical-align: middle;
  border: #ddd 1px solid;
}

.table2 td b {
  color: red;
}

.table3 th {
  width: 33%;
}

table.company {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
  font-size: 14px;
}

table.company th,
table.company td {
  padding: 10px;
}

table.company th {
  background: #4a2e24;
  vertical-align: middle;
  text-align: left;
  width: 20%;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}

table.company th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #4a2e24;
  border-width: 10px;
  margin-top: -10px;
}

table.company td {
  background: #f5f5f5;
  padding-left: 20px;
}

/* firefox */
@-moz-document url-prefix() {
  table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #4a2e24 10px solid;
    margin-top: -10px;
  }
}

@media all and (max-width: 890px) {
  table.company {
    width: 100%;
    font-size: 12px;
  }
  table.company th {
    padding: 5px;
  }
  table.company td {
    padding: 5px 5px 5px 20px;
  }
  table.company th {
    width: 30%;
  }
}

.pricemenu_table_title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-left: 6px solid #9e9365;
  padding-left: 10px;
  margin-bottom: 10px;
}

.pricemenu_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
  margin-bottom: 10px;
}

.pricemenu_table + .pricemenu_table_title {
  margin-top: 20px;
}

.pricemenu_table tr th {
  background: #d3ceb9;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  padding: 4px 11px;
  border-right: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}

.pricemenu_table tr td {
  font-size: 16px;
  padding: 4px 11px;
  border-right: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}

.pricemenu_table tr.subhead_row td {
  border-bottom: 1px dotted #b0b0b0;
  background: #eeece4;
  text-align: left;
}

.pricemenu_table tr.price_row td {
  text-align: left;
}

.pricemenu_table tr.answer_row td {
  padding: 17px 11px;
}

.pricemenu_table tr.price_row td .price_row_supplementary_text {
  font-size: 12px;
}

@media all and (max-width: 639px) {
  .pricemenu_table tr th {
    font-size: 12px;
    padding: 3px;
  }
  .pricemenu_table tr td {
    font-size: 11px;
    padding: 3px;
  }
  .pricemenu_table tr.answer_row td {
    padding: 3px;
  }
  .pricemenu_table tr.price_row td .price_row_supplementary_text {
    font-size: 10px;
  }
}

/*新メールフォーム*/
.form {
  margin: 10px 0 10px;
}

.form dt span {
  color: #fff;
  background: #ff4f4f;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form dl {
  margin: 10px 0;
  font-size: 16px;
}

.form dt {
  float: left;
  width: 330px;
  padding-top: 20px;
}

.form dd {
  padding-left: 350px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}

.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}

.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea,
.textarea2 {
  width: 95%;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}

.textarea1 {
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  font-family: "Zen Old Mincho", serif;
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #4a2e24;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #4a2e24;
}

#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}

#mailform button:hover {
  background: #fff;
  color: #4a2e24;
}

#mailform button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*RadioとText*/
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}

label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #4a2e24;
  z-index: 1;
}

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
}

label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
}

label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}

label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #4a2e24;
  border-bottom: 3px solid #4a2e24;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #fff;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}

label.checkbox_text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0px #eee;
  box-shadow: 41px 0px #eee;
}

/*CheckBoxとText */
.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
}

@media all and (max-width: 890px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}

/* /新メールフォーム */
/*枠*/
.mbox {
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px 1px;
}

@media all and (max-width: 890px) {
  .mbox {
    padding: 10px;
  }
}

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

.box74 {
  max-width: 1160px;
  margin: 2em auto;
  background-color: #fafafa;
  padding: 3em 2em 2em;
  position: relative;
  border: 1px solid #4a2e24;
}

.box74 .box-title {
  background-color: #4a2e24;
  font-size: 1em;
  color: #fff;
  padding: 7px 10px;
  line-height: 1;
  position: absolute;
  top: -10px;
  left: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

.w95 {
  width: 95%;
}

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

.lbox {
  float: left;
  width: 450px;
}

.rbox {
  float: right;
  width: 450px;
}

.box_l {
  width: 700px;
  float: left;
}

.box_r {
  width: 700px;
  float: right;
}

@media all and (max-width: 890px) {
  .lbox,
  .rbox,
  .box_l,
  .box_r {
    width: 100%;
    float: none;
  }
}

.tbox {
  width: 710px;
  margin: 0 auto;
}

.tbox-bl {
  border: 1px solid #3d2b00;
  background: #fff;
  padding: 10px;
  margin: 10px 0;
}

.tbox-r {
  padding: 10px;
  background: #d8f2ff;
  border-radius: 5px;
  margin: 10px 0;
}

.tbox-bg {
  background-color: #eee;
  padding: 10px;
}

/* photoboxギャラリー*/
.works {
  width: 100%;
  margin: 10px auto 0;
  padding: 10px;
}

.works ul {
  margin-right: -21px;
  margin-bottom: -10px;
  overflow: hidden;
}

.works .gallery {
  background: #eee;
  width: 216px;
  height: 216px;
  line-height: 216px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.works .gallery img {
  max-width: 216px;
  max-height: 216px;
  vertical-align: middle;
}

.works li {
  float: left;
  width: 216px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 10px;
}

.works dl {
  background: #222;
  height: 45px;
  color: #fff;
  padding: 10px 0;
  margin-top: 5px;
  border: 0px solid #fff;
}

.works li dt {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  line-height: 1.6;
}

.works li dd {
  padding: 5px 0 0;
  text-align: center;
}

/*フォトギャラリー*/
.photo {
  width: 100%;
  margin: 10px auto 0;
}

.photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.photo li {
  width: 23%;
  margin: 1%;
}

.photo li a {
  display: block;
  text-align: center;
  width: 100%;
}

.photo li img {
  vertical-align: middle;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.photo li p {
  height: 30px;
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 3px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
}

@media all and (max-width: 480px) {
  .photo li {
    width: 48%;
    margin: 1%;
  }
  .photo li a {
    width: 100%;
    height: 150px;
  }
  .photo li img {
    max-width: 100%;
    max-height: 150px;
  }
  .photo li p {
    width: 100%;
  }
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.simply-scroll-list li {
  float: left;
  padding: 0;
  margin: 0;
  width: 300px;
  height: auto;
}

.simply-scroll-list li img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ba {
  margin: 0 auto 33px;
  width: 100%;
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
}

.ba:before {
  margin: -20px 0 0 -10px;
  border: 20px solid transparent;
  border-left-color: #1e97c4;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.ba:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.beforeBox,
.afterBox {
  padding: 3px;
  width: 45%;
  border: 2px solid #dff5ff;
  background-color: #fff;
  -webkit-border-radius: 5px;
  position: relative;
}

.ba {
  text-align: center;
}

.ba .beforeBox {
  float: left;
}

.ba .beforeBox img {
  width: 100%;
}

.ba .afterBox {
  float: right;
}

.ba .afterBox img {
  width: 100%;
}

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

.blog_card {
  width: 100%;
}

.blog_card li {
  float: left;
  width: 24%;
  margin: 0 0.5% 10px 0.5%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.blog_card li .blog_dt {
  font-family: "Kaushan Script", cursive;
  display: block;
  font-weight: bold;
  font-size: 11px;
  color: #280000;
}

.blog_card li .blog_img {
  height: 180px;
  text-align: center;
}

.blog_card li .blog_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  overflow-y: hidden;
  margin-bottom: 5px;
  height: 17px;
  white-space: nowrap;
  overflow: hidden;
}

.blog_card li .blog_body {
  line-height: 1.2;
  font-size: 12px;
  height: 15px;
  white-space: nowrap;
  overflow: hidden;
}

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

@media all and (max-width: 890px) {
  .blog_card {
    width: 100%;
  }
  .blog_card li {
    float: none;
    width: 100%;
    margin: 0 0% 10px 0%;
  }
}

/*新着情報（トピックス）*/
.news {
  overflow: hidden;
  line-height: 1.6;
  margin: 0px auto 0;
}

.news dt {
  float: left;
  width: 8em;
  font-weight: bold;
}

.news dd {
  padding-left: 8em;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.newsl dt {
  float: left;
  width: 130px;
  padding-top: 10px;
  line-height: 1.3;
  color: #333;
  font-weight: bold;
}

.newsl dd {
  padding-left: 140px;
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 15px;
  border-bottom: dotted 1px #b6ae83;
}

.newsl dd b {
  color: #594c39;
}

.newsl2 dt {
  font-size: 16px;
  padding-top: 10px;
  line-height: 1.3;
  color: #4a2e24;
  font-weight: bold;
}

.newsl2 dd {
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 15px;
  border-bottom: dotted 1px #b6ae83;
}

.newsl2 a:link,
.newsl2 a:visited,
.newsl2 a:hover {
  color: #fff;
  font-size: 14px;
}

.newsl2 dd b {
  color: #594c39;
}

.news-s {
  font-size: 11px;
}

.news-s dt {
  float: left;
  width: 5em;
  height: 20px;
  padding-top: 5px;
  line-height: 1.3;
  font-weight: bold;
}

.news-s dd {
  padding-left: 6em;
  padding-bottom: 10px;
  padding-top: 5px;
  line-height: 1.3;
  border-bottom: dotted 1px #938041;
}

.news-sr {
  margin: 0px 0 0;
}

.news-sr dt {
  float: left;
  width: 6em;
  padding: 2px 0;
  line-height: 1.3;
  font-size: 12px;
  color: #fff;
  background: #4a2e24;
  text-align: center;
  border-radius: 5px;
  margin: 9px 0 0;
}

.news-sr dd {
  padding-left: 6em;
  padding-bottom: 5px;
  padding-top: 8px;
  line-height: 1.6;
  border-bottom: 1px dotted #aaa;
  color: #555;
}

.news-sr dd:last-child {
  border-bottom: 0px;
}

.news-bl {
  overflow: hidden;
}

.news-bl dt {
  float: left;
  width: 8em;
  padding: 5px;
  line-height: 1.3;
  color: #3a200c;
  text-align: center;
  background: #f6f4eb;
  border-radius: 30px;
  font-size: 1.5rem;
}

.news-bl dd {
  padding: 0 0 12px 9.2em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
}

.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}

@media all and (max-width: 890px) {
  .news-bl dt {
    font-size: 1.2rem;
  }
}

@media all and (max-width: 890px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 8px 5px;
  }
}

.news-r {
  overflow: hidden;
}

.news-r dt {
  float: left;
  width: 8em;
  text-align: center;
  margin-top: 10px;
  margin-right: 15px;
  padding: 5px 0;
  line-height: 1.3;
  border-radius: 10px;
  color: #22ac38;
  background: #f4ffda;
  font-weight: bold;
}

.news-r dd {
  padding-bottom: 8px;
  padding-top: 13px;
  padding-left: 10em;
  line-height: 1.6;
  border-bottom: dotted 1px #ccc;
}

/* list-check */
.list-check {
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}

.list-check li {
  padding-left: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: -1.5em;
  border-bottom: 1px dotted #ddd;
}

.list-check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin-right: 5px;
  color: #4a2e24;
}

.list-check li:last-child {
  border-bottom: 0px;
}

.list-check.type01 li {
  font-size: 2rem;
  padding-left: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: -1.5em;
  border-bottom: 1px dotted #ddd;
}

.list-check.type01 li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
  color: #828eb5;
}

.list-check.type01 li:last-child {
  border-bottom: 0px;
}

@media all and (max-width: 890px) {
  .list-check.type01 li {
    font-size: 1.2rem;
  }
}

/* list-check */
.list-check2 {
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}

.list-check2 li {
  float: left;
  margin-right: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #4a2e24;
  border-radius: 4px;
}

.list-check3 {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}

.list-check3 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 1.5em 30px;
}

.list-check3 li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #a9783f;
  color: white;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.list-check3 li b {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

.list-check3 li p {
  padding: 10px;
}

@media all and (max-width: 890px) {
  .list-check3 li b {
    font-size: 1.6rem;
  }
  .list-check3 li p {
    padding: 10px;
  }
}

.kidsflow {
  margin-top: 50px;
  overflow: hidden;
  margin-bottom: 30px;
}

.kidsflow ul {
  float: left;
  width: 39%;
}

.kidsflow ul li {
  padding: 10px;
}

.kidsflow ul li span {
  border: solid 1px #4a2e24;
  padding: 5px;
  display: inline-block;
}

.kidsflow ul li img {
  width: 100%;
  height: auto;
}

.kidsflow ul.left li:first-child,
.kidsflow ul.right li:first-child {
  text-align: right;
}

.kidsflow ul.middle li,
.kidsflow ul.left li:nth-child(2),
.kidsflow ul.right li:nth-child(2) {
  text-align: center;
}

.kidsflow ul.left li:nth-child(2) {
  background: url(../img/yaji02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.kidsflow ul.right li:nth-child(2) {
  background: url(../img/yaji01.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.kidsflow ul.middle {
  width: 15%;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #d7c9bf;
  vertical-align: middle;
  border-radius: 10px;
  padding-top: 16%;
  padding-bottom: 16%;
}

@media all and (max-width: 890px) {
  .kidsflow {
    margin-bottom: 30px;
  }
  .kidsflow ul {
    float: none;
    width: 100%;
  }
  .kidsflow ul li {
    float: left;
  }
  .kidsflow ul li span {
    font-size: 0.2rem;
  }
  .kidsflow ul.left li:first-child,
  .kidsflow ul.right li:first-child {
    width: 10px;
    text-align: center;
  }
  .kidsflow ul.left li:last-child,
  .kidsflow ul.right li:last-child {
    width: 65%;
    text-align: center;
  }
  .kidsflow ul.left li:nth-child(2) {
    width: 20%;
    text-align: center;
    background: url(../img/sp_yaji02.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%;
    text-indent: -9999px;
    padding-top: 22%;
    padding-bottom: 22%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .kidsflow ul.right li:nth-child(2) {
    width: 20%;
    text-align: center;
    background: url(../img/sp_yaji01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%;
    text-indent: -9999px;
    padding-top: 22%;
    padding-bottom: 22%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .kidsflow ul.middle {
    width: 90%;
    margin: 0 auto 15px;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .kidsflow ul.middle li {
    text-align: center;
    padding: 10px;
    background-color: #d7c9bf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
  }
}

.childortho-content table {
  border-collapse: collapse;
  clear: both;
  width: 100%;
}

.childortho-content table.price th {
  text-align: left;
  background-color: #ede5da;
  border: 1px solid #c0a491;
  font-weight: normal;
  padding: 15px;
  color: #4a2e24;
}

.childortho-content table td {
  border: 1px solid #c0a491;
  padding: 15px;
  vertical-align: top;
}

th.wd02 {
  background: #d6c4b7 !important;
}

th.kubun {
  width: 50px !important;
  text-align: center !important;
  background: #d6c4b7 !important;
  /* color: #fff !important; */
}

.moni_c {
  background: #fbda79 !important;
}

ul.imglogo li {
  display: inline-block;
}

ul.imglogo img {
  float: none;
  margin: 0;
}

/* linkbtn */
.linkbtn {
  width: 100%;
  margin: 10px 0;
}

.linkbtn li {
  float: left;
  width: 31.3%;
  margin: 1%;
}

.linkbtn li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #4a2e24;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}

.linkbtn li a:link,
.linkbtn li a:visited {
  color: #fff;
  text-decoration: none;
}

.linkbtn li a:hover {
  color: #fff;
  text-decoration: none;
  background: #ccc;
}

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

.linkbtn * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media all and (max-width: 890px) {
  .linkbtn li {
    float: left;
    width: 98%;
    margin: 1%;
  }
}

/*FAQ*/
.quest {
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
  margin-bottom: 30px;
}

.quest dt {
  padding: 0 0 5px 40px;
  margin-bottom: 10px;
  min-height: 30px;
  display: block;
  background: url("../img/qa_q.gif") left top no-repeat;
  font-size: 18px;
  font-weight: bold;
  color: #474747;
  border-bottom: dotted 2px #e5e5e5;
}

.quest dd {
  padding-left: 40px;
  min-height: 30px;
  display: block;
  background: url("../img/qa_a.gif") left top no-repeat;
}

.faq-dl .faq-inner {
  padding: 10px;
  margin-bottom: 20px;
}

.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 3px solid #eee;
}

.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  padding: 10px 10px 10px 55px;
}

.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.faq-dl .faq-inner dt {
  margin-bottom: 10px;
  font-weight: 700;
}

.faq-dl .faq-inner dt:before {
  content: "Q";
  color: #807363;
  font-size: 3rem;
  background: rgba(128, 115, 99, 0.2);
}

.faq-dl .faq-inner dd:before {
  content: "A";
  color: #807363;
  font-size: 3rem;
  background: rgba(255, 233, 108, 0.8);
}

.voice_faq {
  padding-top: 20px;
  font-size: 1.4rem;
}

.voice_faq dt {
  position: relative;
  border-top: 1px solid #ccc;
  padding: 10px 0 25px 72px;
}

.voice_faq dt span {
  display: block;
  position: absolute;
  left: 0;
  top: -20px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background-color: #008077;
  font-family: "Crimson Text", serif;
  font-weight: 100;
  letter-spacing: 0.05rem;
}

.voice_faq dd {
  position: relative;
  padding: 0 40px 45px 72px;
}

.voice_faq dd:last-child {
  padding-bottom: 0;
}

.voice_faq dd span {
  display: block;
  position: absolute;
  left: 20px;
  top: -4px;
  color: #aaa;
  font-size: 2rem;
  font-family: "Crimson Text", serif;
  font-weight: 100;
  letter-spacing: 0.05rem;
}

.qa-list dl {
  position: relative;
  margin: 0;
  padding: 2rem 40px 2rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.qa-list dl:first-child {
  border-top: 1px solid #eee;
}

.qa-list dl:before {
  position: absolute;
  top: 25px;
  right: 1rem;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  font-weight: bold;
}

.qa-list dl dt:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "Q.";
  color: #cab776;
}

.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 30px;
}

.qa-list dl dd:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #f00;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

/*プライスリスト*/
.price {
  overflow: hidden;
}

.price dt {
  float: left;
  font-weight: bold;
  font-size: 18px;
  padding-top: 5px;
  line-height: 1.3;
}

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

.price dt span {
  font-size: 13px;
}

.price dd {
  text-align: right;
  font-size: 18px;
  padding-bottom: 3px;
  padding-top: 5px;
  line-height: 1.3;
}

@media screen and (max-width: 600px) {
  .price dt {
    font-size: 14px;
  }
  .price dt span {
    font-size: 10px;
  }
  .price dd {
    font-size: 14px;
  }
}

.price2 {
  font-size: 16px;
  overflow: hidden;
}

.price2 dt {
  float: left;
  padding: 10px;
  line-height: 1.3;
}

.price2 dt span {
  font-size: 13px;
}

.price2 dd {
  background-color: #ecf4d9;
  text-align: right;
  padding: 5px 10px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  line-height: 1.3;
}

.price2 dd b {
  color: #f0831f;
  font-size: 24px;
}

.menu-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 4px;
}

.menu-list > li:not(:last-of-type) {
  margin-bottom: 15px;
}

.menu-list > li p {
  display: inline-block;
  line-height: 1.5;
}

.menu-list > li:before {
  background: radial-gradient(#aaaaaa 20%, rgba(0, 0, 0, 0) 0%) center
    center/8px 8px;
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 4px;
  margin: 0 1.2em;
}

.menu-list > li .left {
  font-size: 1.8rem;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  max-width: 65%;
  letter-spacing: 0.1rem;
}

.menu-list > li .left .small {
  color: #999;
  padding-top: 5px;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.menu-list > li .left .small:before {
  content: "[";
}

.menu-list > li .left .small:after {
  content: "]";
}

.menu-list > li .right {
  max-width: 35%;
  text-align: right;
  color: #c3a349;
}

.menu-list > li .right span {
  font-size: 1.3em;
}

@media all and (max-width: 639px) {
  .menu-list > li:before {
    margin: 0 5px;
  }
}

@media all and (max-width: 639px) {
  .menu-list > li .left {
    max-width: 65%;
  }
  .menu-list > li .left .small {
    font-size: 12px;
  }
}

/*プライスリスト*/
/* rbtn */
.button01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  max-width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button01 a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button01 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

.button05 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  max-width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  -webkit-box-shadow: 0 5px 0 #aaaaaa;
  box-shadow: 0 5px 0 #aaaaaa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button05 a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button05 a:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  text-decoration: none;
  -webkit-box-shadow: 0 2px 0 #aaaaaa;
  box-shadow: 0 2px 0 #aaaaaa;
}

.button09 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button09 a:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 2px solid #3d9ec8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button09 a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button09 a:hover::before {
  top: 0;
  left: 0;
}

.button09 a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
}

.button12 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button12 a:before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #bbbbbb;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

.button12 a:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #bbbbbb;
  -webkit-transition: 0.2s ease 0.2s;
  transition: 0.2s ease 0.2s;
}

.button12 a:hover::before {
  width: 0%;
}

.button12 a:hover::after {
  height: 0%;
}

.button12 a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
}

.button15 a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #a7905a;
  border-radius: 50vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.button15 a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 50vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

.button15 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  z-index: 1;
}

.button15 a:hover {
  text-decoration: none;
  color: #a7905a;
  background-color: #cccccc;
}

.button15 a:hover:before {
  width: 93%;
}

.button19 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button19 a:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #2285b1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button19 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #2285b1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button19 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

.button19 a:hover::before,
.button19 a:hover::after {
  right: -2.5em;
}

.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: 180px;
  width: 80%;
  margin-top: 35px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn_wk a span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.btn_wk a i {
  font-size: 90%;
  margin-right: 5px;
}

.btn_wk a:before,
.btn_wk a:after {
  content: "";
  position: absolute;
  border: solid #555;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  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: #0f77c6;
  border-color: rgba(0, 0, 0, 0);
}

.btn_wk a:hover:before,
.btn_wk a:hover:after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #0f77c6;
}

.btn_wk.sbc a:hover {
  color: #fff;
  background: #003f6f;
}

.btn_wk.sbc a:hover:before,
.btn_wk.sbc a:hover:after {
  border-color: #003f6f;
}

.btn_wk.btn-r a {
  margin-right: 5px;
}

.btn_wk2 a {
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding: 6px 10px;
  max-width: 180px;
  width: 80%;
  margin-top: 35px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn_wk2 a span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.btn_wk2 a i {
  font-size: 90%;
  margin-right: 5px;
}

.btn_wk2 a:before,
.btn_wk2 a:after {
  content: "";
  position: absolute;
  border: solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  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: #0f77c6;
  border-color: rgba(0, 0, 0, 0);
}

.btn_wk2 a:hover:before,
.btn_wk2 a:hover:after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #0f77c6;
}

.btn_wk2.btn-r a {
  margin-right: 5px;
}

.rbtn {
  font-size: 13px;
  float: right;
  margin: 5px 0 5px;
}

.rbtn a {
  text-align: center;
  /*	background:#FFF;
    */
  width: 200px;
  display: block;
  padding: 0px 2px;
  font-weight: bold;
  border: 1px solid #4a2e24;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.rbtn a:link {
  color: #4a2e24;
  text-decoration: none;
}

.rbtn a:visited {
  color: #4a2e24;
}

.rbtn a:hover {
  color: #fff;
  background: #4a2e24;
  text-decoration: none;
}

.rbtn a:before {
  /*content: url(../img/icon_b.png);*/
  margin-right: 5px;
}

.cbtn {
  font-weight: bold;
}

.cbtn * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cbtn a {
  font-size: 17px;
  text-align: center;
  width: 300px;
  display: block;
  padding: 20px 5px;
  font-weight: bold;
  border: 2px solid #fff;
  margin: 30px auto;
  background: #4a2e24;
}

.cbtn a:link {
  color: #fff;
  text-decoration: none;
}

.cbtn a:visited {
  color: #fff;
}

.cbtn a:hover {
  color: #4a2e24;
  background: #fff;
  text-decoration: none;
  border: 2px solid #4a2e24;
}

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

.cbtn2 {
  font-weight: bold;
}

.cbtn2 * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cbtn2 a {
  font-size: 17px;
  text-align: center;
  width: 300px;
  display: block;
  padding: 8px 5px;
  font-weight: bold;
  border: 2px solid #fff;
  margin: 30px auto;
  background: #feaa47;
}

.cbtn2 a:link {
  color: #fff;
  text-decoration: none;
}

.cbtn2 a:visited {
  color: #fff;
}

.cbtn2 a:hover {
  color: #f60;
  background: #fff;
  text-decoration: none;
  border: 2px solid #f60;
}

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

@media all and (max-width: 890px) {
  .cbtn a,
  .cbtn2 a {
    font-size: 14px;
    width: 80%;
    padding: 15px;
    margin: 10px auto;
  }
}

.insta_btn2 {
  border-radius: 7px;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 220px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
}

.insta_btn2:link {
  color: #fff;
  text-decoration: none;
}

.insta_btn2:visited {
  color: #fff;
}

.insta_btn2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      15deg,
      #ffdb2c,
      #f9764c 25%,
      rgba(255, 77, 64, 0) 50%
    )
    no-repeat;
}

.insta_btn2 .fa-instagram {
  font-size: 35px;
  position: relative;
  top: 4px;
}

.insta_btn2 span {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.insta_btn2:hover span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.flowbtn7 {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.flowbtn7 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

ul.snsbtniti {
  padding: 0 !important;
}

.snsbtniti {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.snsbtniti li {
  text-align: center !important;
}

.flowbtn7:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.fl_tw7 {
  background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}

.insta_btn7 {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}

.insta_btn7 .fa-instagram {
  font-size: 35px;
}

.insta_btn7:before {
  content: "";
  position: absolute;
  top: 27px;
  left: -12px;
  width: 59px;
  height: 40px;
  background: radial-gradient(
    #ffdb2c 5%,
    rgba(255, 105, 34, 0.65) 55%,
    rgba(255, 88, 96, 0) 70%
  );
}

.fl_fb7 {
  background: linear-gradient(135deg, #6699ff 0%, #3b5998 100%);
}

.fl_fd7 {
  background: linear-gradient(135deg, #b1ea4d 0%, #459522 100%);
  font-size: 28px;
}

.fl_pk7 {
  background: linear-gradient(135deg, #f36265 0%, #dd4f68 100%);
}

.fl_hb7 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1fbccd),
    color-stop(84%, #1c91d4)
  );
  background: linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);
  font-size: 25px;
}

.fl_yu7 {
  background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
  font-size: 26px;
}

.fl_li7 {
  background: linear-gradient(135deg, #3a9278 0%, #00c300 100%);
}

.fl_ma7 {
  background: linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
  font-size: 26px;
}

.panel {
  display: none;
}

.show {
  display: block;
}

/* hovereffect　figure*/
.snip1445 {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 1%;
  width: 31.3%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
}

.snip1445:nth-child(even) {
  margin-top: 50px;
}

.snip1445 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.snip1445 *:before,
.snip1445 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.snip1445 img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.5;
}

.snip1445 .menu-btn-title {
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  left: 30px;
  top: 20px;
  color: #fefefe;
  font-weight: 700;
  z-index: 2;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}

.snip1445 .menu-btn-title span {
  font-size: 2rem;
  line-height: 1;
  padding-left: 5px;
  border-left: 1px solid #fefefe;
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
  font-style: normal;
  display: block;
}

.snip1445 .menu-btn-title b {
  font-size: 1.4rem;
  font-weight: 700;
}

.snip1445 .arrow {
  position: absolute;
  stroke-miterlimit: 5;
  stroke-width: 1;
  stroke: #fefefe;
  right: 20px;
  bottom: 30px;
  z-index: 4;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 13px;
}

.snip1445 .arrow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #fefefe;
  border-radius: 100%;
}

.snip1445 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.snip1445:hover img,
.snip1445.hover img {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

@media all and (max-width: 639px) {
  .snip1445 {
    float: none;
    margin: 0px 1% 10px;
    width: 98%;
  }
  .snip1445:nth-child(even) {
    margin-top: 0px;
  }
}

.snip1446 {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 1%;
  width: 31.3%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background: #000;
}

.snip1446 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.snip1446 *:before,
.snip1446 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.snip1446 img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.5;
}

.snip1446 figcaption {
  position: absolute;
  bottom: 25px;
  left: 25px;
  padding: 5px 10px 10px;
}

.snip1446 h2,
.snip1446 h4 {
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.snip1446 h2 {
  color: #fff;
  font-weight: 600;
  font-size: 6rem;
}

.snip1446 h4 {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}

.snip1446 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.snip1446:hover img,
.snip1446.hover img {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.snip1446:hover figcaption:before,
.snip1446.hover figcaption:before,
.snip1446:hover figcaption:after,
.snip1446.hover figcaption:after,
.snip1446:hover figcaption div:before,
.snip1446.hover figcaption div:before,
.snip1446:hover figcaption div:after,
.snip1446.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.snip1446:hover figcaption:before,
.snip1446.hover figcaption:before,
.snip1446:hover figcaption:after,
.snip1446.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

@media all and (max-width: 890px) {
  .snip1446 {
    float: none;
    margin: 0px 1% 10px;
    width: 98%;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.page_next {
  float: left;
}

.page_prev {
  float: right;
}

.slider2 {
  height: 300px;
  width: 100%;
  font-size: 1.2rem;
  overflow: hidden;
  position: relative;
  margin: 15px 0 0 0;
  padding-bottom: 10px;
  background-repeat: repeat;
}

.slider2 .viewport {
  width: 90%;
  margin: 0 auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.slider2 .buttons {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  width: 10px;
  height: 10px;
  color: #4a2e24;
  text-decoration: none;
  font-size: 22px;
  margin: 0 0px;
  z-index: 5;
  cursor: pointer;
}

.slider2 .next {
  right: 13px;
  left: auto;
  top: 40%;
}

.slider2 .buttons:hover {
  opacity: 0.6;
}

.slider2 .disable {
  visibility: hidden;
}

.slider2 .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 250px;
  left: 0;
  top: 0;
}

.slider2 .overview li {
  width: 250px;
  height: 250px;
  float: left;
  margin-right: 5px;
  margin-left: 10px;
  text-align: center;
  vertical-align: middle;
  display: table;
  z-index: 99999;
  overflow: hidden;
  margin-bottom: 5px;
  background-color: #fff;
  margin-top: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
  padding: 5px;
  font-weight: normal;
  color: #4a2e24;
}

.slider2 img {
  width: 250px;
  height: 250px;
  padding-bottom: 5px;
  vertical-align: middle;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* calendar
----------------------------------*/
.calendarArea div.calendar {
  float: left;
  width: 48%;
  margin: 1%;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .calendarArea div.calendar {
    float: none;
    width: 98%;
    margin: 1%;
    display: inline-block;
  }
}

.calendar .calendar_head {
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.calendar table {
  width: 100%;
  border-spacing: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 0;
  line-height: 1.5;
  border-collapse: separate;
}

.calendar th,
.calendar td {
  background: #fff;
  padding: 7px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.calendar th {
  color: #fff;
  background: #4f616b;
  vertical-align: top;
  padding-top: 7px;
  padding-bottom: 7px;
}

.calendar td {
  width: 14.3%;
  font-size: 14px;
  vertical-align: top;
}

.calendar td.off {
  background: #f4f3f2;
  color: #555;
}

.calendar td.holiday,
.calendar td.sun {
  color: #ce2727;
  background: #fcf3f3;
}

.calendar td.sat {
  color: #54afc8;
  background: #f5fbfe;
}

.calendar .day {
  font-style: normal;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding: 0 3px;
  line-height: 1.2;
}

.calendar td.holiday .day,
.calendar td.sun .day {
  color: #df0d2d;
}

.calendar td.sat .day {
  color: #2574d3;
}

.calendar td span {
  font-size: 11px;
  line-height: 1.3;
  display: block;
}

.calendar [class*="calender-label"] {
  font-size: 11px;
  line-height: 1.3;
  color: #000;
  background: #fcebcf;
  border: solid 1px #d2ac8e;
  display: block;
  padding: 3px;
  margin-top: 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}

.calendar td span.calender-label-red {
  background-color: #fccfd1;
  border-color: #d28ea6;
}

.calendar td span.calender-label-blue {
  background-color: #cfe4fc;
  border-color: #8e9bd2;
}

.calendar td span.calender-label-green {
  background-color: #e5fccf;
  border-color: #99c170;
}

.calendar td.calendar-none {
  background: #fbfaf7;
}

.calendar td.calendar-today {
  background: #fefbda;
}

/* calendar
@media screen and (max-width: 600px) {
  .calendar {
   tr:first-child{
    display: none;
   }
   width: 100%;
    .kara {
      display: none;
    }
    .calendar-labels {
      padding: 5px;
    }
    [class*=calender-label] {
      display: inline-block;
      padding: 5px;
      margin-top: 0;
      margin-right: 5px;
      font-size: 10px;
    }
  }
}
 */
/* phonemenu */
#page {
  padding: 0;
  position: relative;
  z-index: 2;
  left: 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#drawernav {
  overflow: auto;
  position: fixed;
  top: 0;
  right: -240px;
  width: 240px;
  height: 100%;
  background: #fff;
  color: #222;
  z-index: 99998;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
  box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#drawernav ul {
  list-style: none;
  padding: 0;
}

#drawernav ul:first-child {
  margin-top: 60px;
}

#drawernav ul li a {
  color: #222;
  font-size: 12px;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 1px solid #4a2e24;
  background: #fff;
}

#drawernav ul li a:hover {
  color: #222;
  background: #fff;
}

/* #drawernav ul li a:before {
  font-family: "FontAwesome";
  content: "\f0da";
  margin-right: 10px;
} */
#drawernav ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    margin-right: 10px;
}
#drawernav ul li.iphone a:before {
  font-family: "FontAwesome";
  content: "\f098";
  margin-right: 10px;
}

#drawernav ul li.imail a:before {
  font-family: "FontAwesome";
  content: "\f003";
  margin-right: 10px;
}

#drawernav ul li.imap a:before {
  font-family: "FontAwesome";
  content: "\f041";
  margin-right: 10px;
}

#drawernav ul li.iphone a,
#drawernav ul li.imail a,
#drawernav ul li.imap a {
  color: #4a2e24;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 10px;
  margin: 10px auto;
  width: 200px;
  text-align: center;
  font-size: 15px;
  background: #fff;
  font-weight: bold;
  border-bottom: 0px;
}

#drawernav ul li.iphone a:hover,
#drawernav ul li.imail a:hover,
#drawernav ul li.imap a:hover {
  background: #99cc66;
}

#drawernav ul li.phone a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #eee;
  border-radius: 10px;
  margin: 10px auto;
  width: 200px;
  text-align: center;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  border-bottom: 0px;
}

#drawernav ul li.phone a:before {
  font-family: "FontAwesome";
  content: "\f098";
  margin-right: 10px;
}

#drawernav ul li.phone a:hover {
  background: #d97223;
}

#drawernav li ul li a {
  font-size: 11px;
  color: #222;
  display: block;
  padding: 3px 20px;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

#drawernav li ul li a:before {
  content: "・";
  margin-right: 3px;
}

#drawernav img {
  display: block;
  width: 90%;
  padding: 5px 0;
  margin: 0 auto;
}

#drawernav h4 {
  padding: 0 15px;
}

.icon-menu {
  padding: 0;
  margin: 0 auto;
  height: 7px;
  text-align: center;
  width: 35px;
}

.icon-bar {
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

.fixed-content {
  right: inherit;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#overlay {
  z-index: -1;
  opacity: 0;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

/**
* ドロワー開放時のスタイル
**/
#humberger {
  display: none;
}

#sp_navi {
  display: none;
}

@media (max-width: 890px) {
  #humberger {
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 45px;
    border-radius: 3px;
    padding: 15px 15px 0px;
    cursor: pointer;
    background: #4a2e24;
    z-index: 99999;
    color: #fff;
  }
  .drawer-opened #page {
    left: -240px;
    box-shadow: 1px 0 2px #4a2e24;
    -webkit-box-shadow: 1px 0 2px #4a2e24;
  }
  .drawer-opened .fixed-content {
    left: -240px;
  }
  .drawer-opened #drawernav {
    right: 0;
  }
  .drawer-opened #humberger {
    background: none;
  }
  .drawer-opened #humberger .icon-bar {
    background: #4a2e24;
  }
  .drawer-opened #humberger :nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
    -webkit-transform: translate(0, 8px) rotate(45deg);
  }
  .drawer-opened #humberger :nth-child(2) {
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    opacity: 0;
  }
  .drawer-opened #humberger :nth-child(3) {
    transform: translate(0, -8px) rotate(-45deg);
    -webkit-transform: translate(0, -8px) rotate(-45deg);
  }
  #humberger :nth-child(3) {
    margin-bottom: -5px;
  }
  .drawer-opened #humberger .icon-menu {
    opacity: 0;
  }
  .drawer-opened #overlay {
    opacity: 0.5;
    left: -240px;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #sp_navi {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #4a2e24;
    border-top: 1px solid #a9783f;
  }
  #sp_navi ul {
    display: table;
    width: 100%;
  }
  #sp_navi ul li {
    display: table-cell;
    width: 33.33%;
    border-right: 1px solid #a9783f;
  }
  #sp_navi ul li:last-child {
    border-right: none;
  }
  #sp_navi ul li a {
    display: block;
    padding: 10px 0;
    font-family: "FontAwesome";
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
  }
  #sp_navi ul li a span {
    display: block;
    font-size: 0.1rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
  }
}

.fixed-btn {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 150;
}

@media all and (max-width: 896px) {
  .fixed-btn {
    display: none !important;
  }
}

.fixed-btn a {
  text-align: center;
  padding: 8px;
  display: block;
  background: #0945aa;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 11px;
  border: 2px solid #0945aa;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

.fixed-btn a i {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 3px;
}

.fixed-btn a:hover {
  background: #fff;
  color: #0945aa;
}

.fixed-btn a:nth-child(even) {
  background: #042153;
  border: 2px solid #042153;
}

.fixed-btn a:nth-child(even):hover {
  background: #fff;
  color: #042153;
}

.fixed-btn a:not(:last-of-type) {
  margin-bottom: 10px;
}

@media all and (max-width: 896px) {
  .fixed-btn {
    display: none !important;
  }
}

.loader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fdfdfd;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.loader.off {
  display: none;
}

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

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

@-webkit-keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #333;
  /*伸びる背景色の設定*/
  -webkit-animation-name: PageAnime;
  animation-name: PageAnime;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#page {
  opacity: 0;
  /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #page {
  -webkit-animation-name: PageAnimeAppear;
  animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flashimg.type02 {
  background-image: url(../img/flash-bg.png);
  padding: 30px;
  left: 0;
  bottom: 0;
  height: 100%;
  display: table;
}
.webp .flashimg.type02 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/21615/flash-bg.webp);
}
.flashimg.type02 .flash-inner {
  display: table-cell;
  vertical-align: middle;
}
.flashimg.type02 .txt_main01 {
  font-size: 100%;
}
.flashimg.type02 .copy_main01 {
  font-size: 45px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.flashimg.type02 .nintei {
  margin-top: 150px;
}
.flashimg.type02 .nintei img {
  max-width: 600px;
}
.flashimg.type02 .txt_main01 {
  margin-bottom: 20px;
}

@media all and (max-width: 1500px) {
  .flashimg.type02 .copy_main01 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .flashimg.type02 .txt_main01 {
    font-size: 95%;
  }
  .flashimg.type02 .row_main01 .ccl {
    font-size: 100%;
  }
  .flashimg.type02 .row_main01 .ccl {
    max-width: 160px;
    height: 160px;
    font-size: 75%;
  }
  .flashimg.type02 .nintei img {
    max-width: 500px;
  }
}

#mainView .nintei.sp_only {
  display: none;
}

@media only screen and (max-width: 900px) {
  .flashimg.type02 {
    left: 50%;
    transform: translate(-50%);
    bottom: 3%;
    height: auto;
    width: 60%;
  }
  .flashimg.type02 .nintei {
    margin-top: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .flashimg.type02 .nintei img {
    max-width: 100%;
  }
  .flashimg.type02 .row_main01 .ccl {
    max-width: 120px;
    height: 120px;
    font-size: 14px;
  }
  .flashimg.type02 .txt_main01 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .flashimg.type02 .copy_main01 {
    font-size: 25px;
    line-height: 0.2;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .flashimg.type02 .row_main01.flex {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .flashimg.type02 .txt_main01 {
    font-size: 12px;
    text-align: center;
  }
  .flashimg.type02 {
    padding: 10px;
  }
  .flashimg.type02 .nintei {
    position: absolute;
    top: -300px;
    left: 50%;
    transform: translate(-50%);
    max-width: 300px;
  }
  .flashimg.type02 .row_main01 .ccl {
    max-width: 80px;
    height: 80px;
    font-size: 11px;
  }
  .flashimg.type02 .copy_main01 {
    font-size: 18px;
  }
  .flashimg.type02 .row_main01 > .txt {
    font-size: 12px;
    text-align: center;
  }
  #mainView {
    height: 75vh;
  }
}

@media only screen and (max-width: 500px) {
  .flashimg.type02 {
    width: 95%;
  }
  #mainView {
    position: relative;
  }
  #mainView .nintei.sp_only {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    width: 300px;
    z-index: 10000;
  }
  .flashimg.type02 .nintei {
    display: none;
  }
}

@media only screen and (max-width: 380px) {
  .flashimg.type02 .copy_main01 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .flashimg.type02 .txt_main01 {
    font-size: 11px;
  }
  #mainView .nintei.sp_only {
    top: 6px;
    left: 50%;
    transform: translate(-50%);
  }
  .flashimg.type02 .row_main01 .ccl {
    max-width: 70px;
    height: 70px;
    font-size: 10px;
  }
  .flashimg.type02 .row_main01 > .txt {
    font-size: 11px;
  }
  .flashimg.type02 {
    padding: 0 8px 8px;
  }
}

.btn_line02.type02,
.btn_tel02.type02,
.btn_web02.type02 {
  width: 48%;
  margin-bottom: 10px;
}
.btn_tel02.type02 {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .btn_tel02.type02 {
    width: 100%;
    margin-right: 0;
  }
  .btn_tel02 .num {
    font-size: calc(50 / 900 * 100vw);
  }
}

.row_feature02 .col .ccl {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}

.row_feature02.type02 .col .wrap {
  max-width: 623px;
}
@media (max-width: 1750px) {
  .itero p.txt.itero-txt {
    width: 85%;
  }
}
@media (max-width: 1500px) {
  .row_feature02.type02 .col .ccl {
    width: 58px;
    height: 58px;
    line-height: 1.2;
    font-size: 11px;
  }
  .row_feature02.type02 .txt01 {
    font-size: 50px;
  }
  .row_feature02.type02 .txt02 {
    font-size: 100%;
  }
  .row_feature02.type02 .col_r {
    margin-top: 0;
    margin: 2%;
  }
  .itero p.txt.itero-txt {
    width: 73%;
  }
}

@media (max-width: 960px) {
  .itero p.txt.itero-txt {
    width: 100%;
  }
  .bg_itero01 {
    padding-bottom: 50px;
  }
  .itero {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .row_feature02.type02 .txt02 {
    font-size: 100%;
    margin: 0;
  }
  .arw_trouble01 {
    width: 100%;
    padding: 15px;
    margin-left: 0;
  }
  .bg_itero01 {
    padding-bottom: 30px;
  }
}

@media (max-width: 800px) {
  .scroll-hikaku {
    overflow-x: scroll;
  }
  .scroll-hikaku table {
    width: 750px;
  }
  .scroll-hikaku table .txt_24 {
    font-size: 16px;
  }
  .scroll-hikaku table {
    font-size: 16px;
  }
}

.sp_only {
 display: none;
}
