@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/* CSS Document */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 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;
}

.relative {
  position: relative;
}

/*link*/
a:link, a:visited, a:hover {
  color: #6dc7eb;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

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

.lh24 {
  line-height: 2.4;
}

/*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: #6dc7eb;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h3 {
  font-size: 2rem;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h4 {
  font-size: 2rem;
  color: #f8931f;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h5 {
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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: 2.6rem;
  color: #6dc7eb;
  position: relative;
  z-index: 2;
  display: block;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
.mtitle .ja {
  position: relative;
  z-index: 2;
  font-size: 3.8rem;
  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;
}
.mtitle.mtitle_right {
  text-align: right;
  margin-left: 0;
  margin-right: 0;
}
.mtitle.mtitle_right:before {
  left: auto;
  right: 2%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mtitle.mtitle_right span:after {
  left: auto;
  right: 0;
  -webkit-transform: none;
          transform: none;
}

@media all and (-ms-high-contrast: none) {
  .mtitle .eng {
    color: #6dc7eb;
    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;
  }
}
.mtitle2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  padding-bottom: 5px;
}
.mtitle2:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  content: "●●●";
  letter-spacing: 0.8em;
  font-size: 10px;
  color: #165c81;
}
.mtitle2 .en {
  font-size: 2.2rem;
  display: block;
  letter-spacing: 0.1rem;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #5ec7af;
}
.mtitle2 .small {
  font-size: 0.9em;
  color: #fffbf4;
  padding-left: 10px;
}
.mtitle2.white {
  color: #fefefe;
}
.mtitle2.white span {
  color: #f0cd45;
}

@media all and (max-width: 639px) {
  .mtitle2 {
    font-size: 2rem;
    padding-bottom: 5px;
  }
  .mtitle2 .en {
    font-size: 1.6rem;
    display: block;
  }
}
.mtitle4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
}
@media all and (max-width: 896px) {
  .mtitle4 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle4 {
    font-size: 1.8rem;
  }
}
.mtitle4 {
  line-height: 1.9;
  margin-bottom: 20px;
  color: #130c03;
  text-align: center;
}
.mtitle4 .eng {
  font-family: "Josefin Sans", "Lato", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.mtitle4 span {
  position: relative;
  display: inline-block;
  min-width: 10%;
  padding: 0 15px;
}
.mtitle4 span:before, .mtitle4 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  margin: auto;
  width: 2px;
  height: 85%;
  background-color: rgb(85.0681818182, 53.7272727273, 13.4318181818);
}
.mtitle4 span:before {
  left: -8px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.mtitle4 span:after {
  right: -8px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.mtitle4.white {
  color: #ffffff;
}
.mtitle4.white span:before, .mtitle4.white span:after {
  background-color: #ffffff;
}
@media all and (max-width: 896px) {
  .mtitle4 {
    margin-bottom: 15px;
  }
  .mtitle4 span {
    padding: 0 10px;
  }
}
@media all and (max-width: 639px) {
  .mtitle4 span:before, .mtitle4 span:after {
    bottom: -5px;
  }
}

.mtitle_balloon {
  font-size: 3rem;
  margin-bottom: 35px;
  font-weight: 700;
  text-align: center;
}
.mtitle_balloon span {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  line-height: 1.8em;
  color: #130c03;
}
.mtitle_balloon span.eng {
  font-family: "Josefin Sans", "Lato", sans-serif;
  font-weight: 500;
  font-size: 5rem;
}
.mtitle_balloon span:before, .mtitle_balloon span:after {
  content: "";
  display: block;
  border-bottom: 2px dashed #130c03;
  position: absolute;
  width: 50%;
  bottom: 6px;
}
.mtitle_balloon span:before {
  left: -5px;
}
.mtitle_balloon span:after {
  right: -5px;
}
.mtitle_balloon span i {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px dashed #130c03;
  -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: 2rem;
  }
  .mtitle_balloon span.eng {
    font-size: 2.4rem;
  }
}

.mtitle_balloon2 {
  font-size: 2.8rem;
  margin-bottom: 50px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.mtitle_balloon2 span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 20px 40px;
  line-height: 1.4;
  color: #333;
  border: 3px solid #A0D8EF;
  border-radius: 60px;
  -webkit-box-shadow: 6px 6px 0px #FFD700;
          box-shadow: 6px 6px 0px #FFD700;
}
.mtitle_balloon2 span .eng {
  display: block;
  font-size: 1.4rem;
  color: #A0D8EF;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.mtitle_balloon2 span:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 18px solid #A0D8EF;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  z-index: 1;
}
.mtitle_balloon2 span:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 15px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  z-index: 2;
}
.mtitle_balloon2 .marker-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF9C4));
  background: linear-gradient(transparent 60%, #FFF9C4 60%);
  font-weight: bold;
  padding: 0 2px;
}
@media all and (max-width: 639px) {
  .mtitle_balloon2 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .mtitle_balloon2 span {
    padding: 15px 25px;
    border-width: 2px;
    -webkit-box-shadow: 4px 4px 0px #FFD700;
            box-shadow: 4px 4px 0px #FFD700;
  }
  .mtitle_balloon2 span .eng {
    font-size: 1.2rem;
  }
  .mtitle_balloon2 span:before {
    bottom: -13px;
    border-top-width: 13px;
  }
  .mtitle_balloon2 span:after {
    bottom: -10px;
    border-top-width: 10px;
  }
}

.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: #6dc7eb;
}
.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: #6dc7eb;
}
.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: #6dc7eb;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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: #6dc7eb;
}

@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: #6dc7eb;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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: #6dc7eb;
}

@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-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: #498ee0;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.heading08 span:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 1px;
  background-color: #498ee0;
}

@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 rgb(5, 62, 98);
}
.heading10 span {
  position: relative;
  z-index: 2;
}
.heading10:before {
  content: attr(data-en);
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: absolute;
  top: 0px;
  left: -10px;
  color: rgb(5, 62, 98);
  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: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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: 10px;
  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.6rem;
  }
}
.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;
}
.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 transparent, 0 0 0 transparent;
  }
}

@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 transparent, 0 0 0 transparent;
  }
}
.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_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: #0a4c9b;
  font-size: 2.2rem;
  color: #fff;
  position: relative;
  font-weight: 700;
  overflow: hidden;
  letter-spacing: 0.1rem;
  padding: 15px 130px 15px 20px;
  margin-bottom: 25px;
}
.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px;
}
.mtitle_box2:before {
  background-color: #6dc7eb;
  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 100px 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-big3 {
  margin: 0 0 35px;
  position: relative;
  z-index: 3;
}
.title-big3 .eng {
  display: block;
  line-height: 0.9;
  color: #aaa;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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;
  }
}
.title01 {
  margin-bottom: 35px;
}
.title01 .ja {
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #333;
  font-size: 2.4rem;
  display: block;
}
.title01 .eng {
  display: block;
  font-size: 5rem;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, from(#1161bc), to(#03bbdc));
  background: linear-gradient(to right, #1161bc, #03bbdc);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.title01.type1 .eng {
  background: -webkit-gradient(linear, left top, right top, from(#ffbe00), to(#f9ee79));
  background: linear-gradient(to right, #ffbe00, #f9ee79);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.title01.brown .eng {
  background: -webkit-gradient(linear, left top, right top, from(#777), to(#c4c4c4));
  background: linear-gradient(to right, #777, #c4c4c4);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.title01.white span {
  background: rgba(0, 0, 0, 0);
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

@media all and (max-width: 896px) {
  .title01 {
    margin-bottom: 30px;
  }
  .title01 .eng {
    font-size: 3.4rem;
  }
  .title01 .ja {
    font-size: 1.6rem;
  }
}
.mtitle_small3 {
  padding: 10px 0;
  font-size: 1.7rem;
  border-top: 1px solid #995700;
  border-bottom: 1px solid #995700;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  color: #554d41;
}
.mtitle_small3:before {
  content: "―";
  margin-right: 8px;
  color: #995700;
}
.mtitle_small3.type1 {
  border-top: 1px solid #6dc7eb;
  border-bottom: 1px solid #6dc7eb;
}
.mtitle_small3.type1:before {
  color: #6dc7eb;
}

@media all and (max-width: 639px) {
  .mtitle_small3 {
    margin-bottom: 20px;
    padding: 8px 0;
    font-size: 1.35rem;
  }
}
.mtitle_small4 {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 2rem;
  padding: 10px 10px 10px 30px;
  margin-bottom: 25px;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #554d41;
}
.mtitle_small4:before {
  position: absolute;
  top: 15%;
  left: 10px;
  width: 5px;
  height: 70%;
  content: "";
  background: #6dc7eb;
}
.mtitle_small4.type1:before {
  background: #aaa;
}

@media all and (max-width: 639px) {
  .mtitle_small4 {
    font-size: 1.5rem;
    padding: 5px 5px 5px 20px;
    margin-bottom: 20px;
  }
  .mtitle_small4:before {
    left: 5px;
  }
}
.mtitle_line {
  position: relative;
  margin-bottom: 25px;
  color: #3f3125;
  border-top: 2px solid rgba(25, 41, 58, 0.8);
  font-size: 2rem;
  padding: 10px 10px 18px;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.mtitle_line span {
  font-size: 1.4rem;
  color: #19293a;
  margin-left: 10px;
}
.mtitle_line.type1 {
  border-top: 2px solid #b3a06e;
}
.mtitle_line.type1:after {
  background-image: repeating-linear-gradient(-45deg, #9d8852, #9d8852 1px, transparent 2px, transparent 5px);
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  opacity: 0.5;
  background-image: repeating-linear-gradient(-45deg, #19293a, #19293a 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .mtitle_line span {
    font-size: 12px;
  }
}
.mini-ttl {
  font-size: 3rem;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #d68296;
  margin-bottom: 20px;
}

@media all and (max-width: 639px) {
  .mini-ttl {
    font-size: 2rem;
  }
}
.mtext1 {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.mtext1.type1 {
  margin-bottom: 25px;
  text-align: center;
}
.mtext1.type1 br {
  display: none;
}

@media all and (max-width: 896px) {
  .mtext1 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .mtext1.type1 {
    margin-bottom: 20px;
  }
  .mtext1.type1 br {
    display: block;
  }
}
.mtext2 {
  font-size: 2.4rem;
  line-height: 1.6;
}
.mtext2.type1 {
  line-height: 1.6;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

@media all and (max-width: 896px) {
  .mtext2 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.6rem;
  }
  .mtext2.type1 {
    margin-bottom: 25px;
  }
}
.mtext3 {
  font-size: 4.2rem;
  line-height: 1.6;
  text-align: center;
}

@media all and (max-width: 896px) {
  .mtext3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 2.4rem;
  }
}
.mttl_check {
  margin-bottom: 10px;
  border-bottom: dotted 1px #aaa;
  font-size: 1.8rem;
  color: #333;
}
.mttl_check:before {
  margin-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  color: #6dc7eb;
}

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

#seo {
  margin: 0 auto;
  padding: 3px 0 2px;
  max-width: 1200px;
  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);
  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: 12px 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 .inner #logo {
  width: 250px;
}
#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 {
  display: block;
  padding: 4px 15px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 40px;
  background: #8e6146;
  color: #fff;
  font-weight: 600;
  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: #6dc7eb;
}
#l-header .head-right_tel a {
  background: transparent;
  padding: 0;
  color: #8ccabc;
  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 {
  margin-left: 10px;
}
#l-header .head-right_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
#l-header .head-right_mail 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: 930px) {
  #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: 600px;
  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.3rem;
  padding: 7px 0 10px;
  font-weight: 700;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #111;
}
#header_nav ul li a span {
  display: block;
  font-size: 1.6rem;
  color: #6dc7eb;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
}
#header_nav ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #8ccabc;
  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: #8ccabc;
  -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: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  z-index: 100;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
#header_nav ul li ul li {
  width: 200px;
  height: 0;
  overflow: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#header_nav ul li ul li a {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 12px 20px;
  margin: 0;
  color: #333;
  border-radius: 0;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid #f8f8f8;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header_nav ul li ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: white;
  z-index: -1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#header_nav ul li ul li a i, #header_nav ul li ul li a .fa-icon {
  display: inline-block;
  margin-right: 8px;
  color: #6dc7eb;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#header_nav ul li ul li a:hover {
  color: #6dc7eb;
  padding-left: 25px;
  background-color: #fff;
}
#header_nav ul li ul li a:hover::before {
  width: 100%;
}
#header_nav ul li ul li a:hover i, #header_nav ul li ul li a:hover .fa-icon {
  -webkit-transform: scale(1.2) rotate(10deg);
          transform: scale(1.2) rotate(10deg);
}
#header_nav ul li ul li a:after {
  display: none;
}
#header_nav ul li ul li:last-child a {
  border-bottom: none;
}
#header_nav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#header_nav ul li:hover > ul li {
  height: auto;
  max-height: 60px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

/* 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: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  color: #6dc7eb;
  font-size: 2rem;
}

.telbtn2 {
  margin: 15px;
  line-height: 1.4;
  text-align: center;
  color: #333;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.telbtn2 span {
  font-weight: normal;
  font-size: 3.9rem;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.telbtn2 span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 10px;
  color: #A0D8EF;
  font-size: 3rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.telbtn2 span a {
  color: #333;
  text-decoration: none;
  position: relative;
}
.telbtn2 span a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #A0D8EF;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.telbtn2:hover span {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.telbtn2:hover span:before {
  -webkit-transform: rotate(15deg) scale(1.1);
          transform: rotate(15deg) scale(1.1);
  color: #FFD700;
}
.telbtn2:hover span a::after {
  width: 100%;
}
.telbtn2.white {
  color: #fff;
}
.telbtn2.white span {
  color: #fff;
}
.telbtn2.white span:before {
  color: #fff;
}
.telbtn2.white span a {
  color: #fff;
}
.telbtn2.white span a::after {
  background: #fff;
}
.telbtn2.white:hover span:before {
  color: #c4f3ff;
}

@media all and (max-width: 896px) {
  .telbtn2 {
    margin: 15px 0;
    font-size: 1.4rem;
  }
  .telbtn2 span {
    font-size: 2.9rem;
  }
  .telbtn2 span:before {
    font-size: 2rem;
  }
}
.contactbtn2 {
  margin: 15px;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contactbtn2 a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding: 10px 30px;
  background: #fff;
  border: 2px solid #A0D8EF;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contactbtn2 a span {
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.contactbtn2 a span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1d8";
  font-weight: 900;
  margin-right: 10px;
  color: #A0D8EF;
  font-size: 1.8rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contactbtn2 a:hover {
  background: #A0D8EF;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(160, 216, 239, 0.4);
          box-shadow: 0 5px 15px rgba(160, 216, 239, 0.4);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.contactbtn2 a:hover span:before {
  color: #fff;
  -webkit-transform: translateX(5px) rotate(-10deg);
          transform: translateX(5px) rotate(-10deg);
}
.contactbtn2.white a {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.contactbtn2.white a span:before {
  color: #fff;
}
.contactbtn2.white a:hover {
  background: #fff;
  color: #A0D8EF;
}
.contactbtn2.white a:hover span:before {
  color: #A0D8EF;
}

@media all and (max-width: 896px) {
  .contactbtn2 a {
    font-size: 1.4rem;
    padding: 8px 20px;
  }
  .contactbtn2 a span:before {
    font-size: 1.6rem;
  }
}
/* slider
----------------------------------*/
@-webkit-keyframes zoom-in {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoom-in {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  15% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  15% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoom-in 11s linear 0s 1 normal both;
          animation: zoom-in 11s linear 0s 1 normal both;
}

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

.slide-img {
  overflow: hidden;
  width: 100%;
  height: 88vh;
}
.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
.slide-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#130c03));
  background: linear-gradient(to bottom, transparent, #130c03);
  z-index: 1;
  opacity: 0.4;
}
@media all and (max-width: 1100px) {
  .slide-img {
    height: 55vw;
  }
}
@media all and (max-width: 896px) {
  .slide-img {
    height: 50vw;
  }
}
@media all and (max-width: 639px) {
  .slide-img {
    height: 40vh;
  }
}

#slide-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  #slide-wrapper {
    margin-top: 70px;
  }
}
#slide-wrapper .swiper-pagination {
  position: absolute;
  right: 55px;
  bottom: 30px;
  margin: auto;
}
@media all and (max-width: 1100px) {
  #slide-wrapper .swiper-pagination {
    right: 45px;
  }
}
@media all and (max-width: 896px) {
  #slide-wrapper .swiper-pagination {
    right: 25px;
    bottom: 20px;
  }
}
@media all and (max-width: 639px) {
  #slide-wrapper .swiper-pagination {
    right: 15px;
    bottom: 10px;
  }
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #fff !important;
  height: 20px !important;
  width: 5px !important;
  margin: 4px 0 !important;
  border-radius: 0 !important;
  opacity: 0.4 !important;
  cursor: pointer !important;
  -webkit-transition: 0.8s !important;
  transition: 0.8s !important;
  border-radius: 10px !important;
  display: block !important;
}
@media all and (max-width: 896px) {
  .swiper-pagination-bullet {
    height: 10px !important;
    margin: 2px 0 !important;
    width: 3px !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  height: 60px !important;
}
@media all and (max-width: 896px) {
  .swiper-pagination-bullet-active {
    height: 30px !important;
  }
}

#slideshow {
  position: relative;
  overflow: hidden;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
@media all and (max-width: 1100px) {
  #slideshow {
    width: calc(100% - 40px);
    border-radius: 5px;
  }
}
@media all and (max-width: 896px) {
  #slideshow {
    width: calc(100% - 20px);
    border-radius: 5px;
  }
}
@media all and (max-width: 639px) {
  #slideshow {
    width: calc(100% - 10px);
    border-radius: 5px;
  }
}

#catch {
  position: absolute;
  z-index: 50;
  bottom: 6%;
  left: 4%;
  -webkit-transition: opacity 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: opacity 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  width: 90%;
  z-index: 10;
}
#catch h3, #catch h4 {
  color: #fff;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
  opacity: 0;
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
}
#catch h3 {
  font-size: 5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 15px;
}
#catch h3.on {
  opacity: 1;
}
#catch h4 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}
#catch h4.on {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media all and (max-width: 1100px) {
  #catch h3 {
    font-size: 3rem;
  }
  #catch h4 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 896px) {
  #catch {
    top: 52%;
    bottom: auto;
  }
  #catch h3 {
    font-size: 2.2rem;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  }
  #catch h4 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  #catch {
    top: 70%;
    left: 5%;
  }
  #catch h3 {
    font-size: 1.5rem;
  }
  #catch h4 {
    font-size: 1.1rem;
  }
}

.js-span-text.on {
  opacity: 1;
}
.js-span-text.on span {
  display: inline-block;
  opacity: 0;
  letter-spacing: 0.1em;
}
.js-span-text.on span:nth-child(1) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.1s forwards;
}
.js-span-text.on span:nth-child(2) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2s forwards;
}
.js-span-text.on span:nth-child(3) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3s forwards;
}
.js-span-text.on span:nth-child(4) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards;
}
.js-span-text.on span:nth-child(5) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5s forwards;
}
.js-span-text.on span:nth-child(6) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
}
.js-span-text.on span:nth-child(7) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7s forwards;
}
.js-span-text.on span:nth-child(8) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards;
}
.js-span-text.on span:nth-child(9) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9s forwards;
}
.js-span-text.on span:nth-child(10) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards;
}
.js-span-text.on span:nth-child(11) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1s forwards;
}
.js-span-text.on span:nth-child(12) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards;
}
.js-span-text.on span:nth-child(13) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3s forwards;
}
.js-span-text.on span:nth-child(14) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4s forwards;
}
.js-span-text.on span:nth-child(15) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.5s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.5s forwards;
}
.js-span-text.on span:nth-child(16) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards;
}
.js-span-text.on span:nth-child(17) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.7s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.7s forwards;
}
.js-span-text.on span:nth-child(18) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8s forwards;
}
.js-span-text.on span:nth-child(19) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9s forwards;
}
.js-span-text.on span:nth-child(20) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2s forwards;
}
.js-span-text.on span:nth-child(21) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1s forwards;
}
.js-span-text.on span:nth-child(22) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2s forwards;
}
.js-span-text.on span:nth-child(23) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.3s forwards;
}
.js-span-text.on span:nth-child(24) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4s forwards;
}
.js-span-text.on span:nth-child(25) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.5s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.5s forwards;
}
.js-span-text.on span:nth-child(26) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards;
}
.js-span-text.on span:nth-child(27) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7s forwards;
}
.js-span-text.on span:nth-child(28) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards;
}
.js-span-text.on span:nth-child(29) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9s forwards;
}
.js-span-text.on span:nth-child(30) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards;
}
.js-span-text.on span:nth-child(31) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.1s forwards;
}
.js-span-text.on span:nth-child(32) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.2s forwards;
}
.js-span-text.on span:nth-child(33) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.3s forwards;
}
.js-span-text.on span:nth-child(34) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.4s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.4s forwards;
}
.js-span-text.on span:nth-child(35) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.5s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.5s forwards;
}
.js-span-text.on span:nth-child(36) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.6s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.6s forwards;
}
.js-span-text.on span:nth-child(37) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.7s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.7s forwards;
}
.js-span-text.on span:nth-child(38) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.8s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.8s forwards;
}
.js-span-text.on span:nth-child(39) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.9s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.9s forwards;
}
.js-span-text.on span:nth-child(40) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4s forwards;
}
.js-span-text.on span:nth-child(41) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.1s forwards;
}
.js-span-text.on span:nth-child(42) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.2s forwards;
}
.js-span-text.on span:nth-child(43) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.3s forwards;
}
.js-span-text.on span:nth-child(44) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.4s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.4s forwards;
}
.js-span-text.on span:nth-child(45) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.5s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.5s forwards;
}
.js-span-text.on span:nth-child(46) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.6s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.6s forwards;
}
.js-span-text.on span:nth-child(47) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.7s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.7s forwards;
}
.js-span-text.on span:nth-child(48) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.8s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.8s forwards;
}
.js-span-text.on span:nth-child(49) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.9s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.9s forwards;
}
.js-span-text.on span:nth-child(50) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5s forwards;
}
.js-span-text.on span:nth-child(51) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.1s forwards;
}
.js-span-text.on span:nth-child(52) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.2s forwards;
}
.js-span-text.on span:nth-child(53) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.3s forwards;
}
.js-span-text.on span:nth-child(54) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.4s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.4s forwards;
}
.js-span-text.on span:nth-child(55) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.5s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.5s forwards;
}
.js-span-text.on span:nth-child(56) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.6s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.6s forwards;
}
.js-span-text.on span:nth-child(57) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.7s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.7s forwards;
}
.js-span-text.on span:nth-child(58) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.8s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.8s forwards;
}
.js-span-text.on span:nth-child(59) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.9s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.9s forwards;
}
.js-span-text.on span:nth-child(60) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6s forwards;
}
.js-span-text.on span:nth-child(61) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.1s forwards;
}
.js-span-text.on span:nth-child(62) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.2s forwards;
}
.js-span-text.on span:nth-child(63) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.3s forwards;
}
.js-span-text.on span:nth-child(64) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.4s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.4s forwards;
}
.js-span-text.on span:nth-child(65) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.5s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.5s forwards;
}
.js-span-text.on span:nth-child(66) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.6s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.6s forwards;
}
.js-span-text.on span:nth-child(67) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.7s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.7s forwards;
}
.js-span-text.on span:nth-child(68) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.8s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.8s forwards;
}
.js-span-text.on span:nth-child(69) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.9s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6.9s forwards;
}
.js-span-text.on span:nth-child(70) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7s forwards;
}
.js-span-text.on span:nth-child(71) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.1s forwards;
}
.js-span-text.on span:nth-child(72) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.2s forwards;
}
.js-span-text.on span:nth-child(73) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.3s forwards;
}
.js-span-text.on span:nth-child(74) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.4s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.4s forwards;
}
.js-span-text.on span:nth-child(75) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.5s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.5s forwards;
}
.js-span-text.on span:nth-child(76) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.6s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.6s forwards;
}
.js-span-text.on span:nth-child(77) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.7s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.7s forwards;
}
.js-span-text.on span:nth-child(78) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.8s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.8s forwards;
}
.js-span-text.on span:nth-child(79) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.9s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 7.9s forwards;
}
.js-span-text.on span:nth-child(80) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8s forwards;
}
.js-span-text.on span:nth-child(81) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.1s forwards;
}
.js-span-text.on span:nth-child(82) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.2s forwards;
}
.js-span-text.on span:nth-child(83) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.3s forwards;
}
.js-span-text.on span:nth-child(84) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.4s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.4s forwards;
}
.js-span-text.on span:nth-child(85) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.5s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.5s forwards;
}
.js-span-text.on span:nth-child(86) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.6s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.6s forwards;
}
.js-span-text.on span:nth-child(87) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.7s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.7s forwards;
}
.js-span-text.on span:nth-child(88) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.8s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.8s forwards;
}
.js-span-text.on span:nth-child(89) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.9s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 8.9s forwards;
}
.js-span-text.on span:nth-child(90) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9s forwards;
}
.js-span-text.on span:nth-child(91) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.1s forwards;
}
.js-span-text.on span:nth-child(92) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.2s forwards;
}
.js-span-text.on span:nth-child(93) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.3s forwards;
}
.js-span-text.on span:nth-child(94) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.4s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.4s forwards;
}
.js-span-text.on span:nth-child(95) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.5s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.5s forwards;
}
.js-span-text.on span:nth-child(96) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.6s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.6s forwards;
}
.js-span-text.on span:nth-child(97) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.7s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.7s forwards;
}
.js-span-text.on span:nth-child(98) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.8s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.8s forwards;
}
.js-span-text.on span:nth-child(99) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.9s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 9.9s forwards;
}
.js-span-text.on span:nth-child(100) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 10s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 10s forwards;
}

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

@keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px) translateY(-20px) scale(1.6);
            transform: translateX(-40px) translateY(-20px) scale(1.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
#scrolldown {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  height: 180px;
  font-family: "Josefin Sans", "Lato", sans-serif;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-size: 1.4rem;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(19, 12, 3, 0.6));
          filter: drop-shadow(0px 0px 5px rgba(19, 12, 3, 0.6));
}
@media all and (max-width: 896px) {
  #scrolldown {
    display: none;
  }
}
#scrolldown:before, #scrolldown:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: 50%;
}
#scrolldown:before {
  width: 1px;
  height: 80px;
  bottom: 0;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#scrolldown:after {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  top: 90px;
  margin-left: -4px;
  -webkit-animation: scroll-point 2.3s ease-out infinite;
          animation: scroll-point 2.3s ease-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media all and (max-width: 1100px) {
  #scrolldown {
    left: 25px;
  }
}
@media all and (max-width: 896px) {
  #scrolldown {
    left: 5px;
    height: 130px;
    font-size: 1.1rem;
    bottom: 20px;
  }
  #scrolldown:before {
    height: 40px;
  }
  #scrolldown:after {
    width: 6px;
    height: 6px;
    top: 80px;
    margin-left: -3px;
  }
}

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

@keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 150px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 180px;
    opacity: 0;
  }
}
@media all and (max-width: 896px) {
  @-webkit-keyframes scroll-point {
    0% {
      bottom: 0;
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    50% {
      top: 110px;
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      top: 130px;
      opacity: 0;
    }
  }
  @keyframes scroll-point {
    0% {
      bottom: 0;
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    50% {
      top: 110px;
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      top: 130px;
      opacity: 0;
    }
  }
}
#down_btn {
  position: absolute;
  text-align: bottom;
  width: 100%;
  bottom: 20px;
}

.bg-fixed {
  position: relative;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27885/bg-fixed.webp) no-repeat center 0%/cover;
  background-attachment: fixed;
  width: 100%;
  height: 40vh;
}
.bg-fixed:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27885/raster.png) repeat;
  z-index: 1;
}
.bg-fixed.type1 {
  background: url() no-repeat center center/cover;
  background-attachment: fixed;
}
.bg-fixed .scrolldown1 {
  top: inherit;
  bottom: 0;
  z-index: 100;
}
@media all and (max-width: 1100px) {
  .bg-fixed {
    height: 35vw;
    background-attachment: scroll;
  }
}
@media all and (max-width: 896px) {
  .bg-fixed {
    height: 25vh;
  }
}

/* 背景100% */
.bg-title1 {
  position: relative;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27885/bg-footer.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.bg-title1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: -1;
}
@media all and (max-width: 896px) {
  .bg-title1 {
    background-attachment: scroll;
  }
  .bg-title1::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.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(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/bg-image1.jpg);
}

.bg-image2 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/bg-image2.jpg);
}

.bg-image3 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/bg-image3.jpg);
}

.bg-image4 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/bg-image4.jpg);
}

.bg-image5 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/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/27885/bg-title1.webp);
  background-color: #eee;
}

#titleA2 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/bg-title2.jpg);
}

#titleA3 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/bg-title3.jpg);
}

#titleA4 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/bg-title4.jpg);
}

#titleA5 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/bg-title5.jpg);
}

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

@media screen and (min-width: 320px) and (max-width: 890px) {
  #titleA1,
  #titleA2,
  #titleA3,
  #titleA4,
  #titleA5 {
    padding: 25px 0;
    margin: 60px 10px 0;
  }
}
#title {
  max-width: 1200px;
  padding: 55px 0;
  margin: 0px auto 0px;
}
#title h2 {
  float: left;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #6dc7eb;
  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: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 4rem;
}
#title h3 {
  text-align: center;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #6dc7eb;
  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: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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: #6dc7eb;
}
.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%;
}

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

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

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

@media all and (max-width: 1300px) {
  .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: auto;
}

@media all and (max-width: 890px) {
  .single_new {
    width: 100%;
  }
}
.top-deco01 {
  position: absolute;
  left: 1%;
  bottom: 26%;
  width: 41%;
  opacity: 0.8;
}
@media all and (max-width: 1100px) {
  .top-deco01 {
    display: none;
  }
}

.top-strength-list {
  position: relative;
  gap: 20px 4%;
  width: 60%;
  margin-left: auto;
  z-index: 2;
}
@media all and (max-width: 1100px) {
  .top-strength-list {
    width: 96%;
    margin: 0 auto;
  }
}
@media all and (max-width: 896px) {
  .top-strength-list {
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
  }
}
@media all and (max-width: 639px) {
  .top-strength-list {
    padding: 0 15px;
  }
}
.top-strength-list > li {
  position: relative;
  padding: 20px;
  border-bottom: 2px solid #eeeeee;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
}
.top-strength-list > li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
  opacity: 0.4;
}
.top-strength-list .top-strength-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.top-strength-list .top-strength-title .num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #6dc7eb;
  border-radius: 50%;
  font-family: "Josefin Sans", "Lato", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
}
.top-strength-list .top-strength-title .num:after {
  position: absolute;
  content: "";
  left: 90%;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -8px;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #6dc7eb;
  z-index: -1;
}
.top-strength-list .top-strength-title .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px;
  font-size: 2.5rem;
}
@media all and (max-width: 639px) {
  .top-strength-list .top-strength-title .num {
    font-size: 1.6rem;
  }
  .top-strength-list .top-strength-title .txt {
    font-size: 1.4rem;
  }
}

.top-cont02 {
  margin-left: auto;
  margin-right: 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 {
  width: 48%;
}
.top-cont02.type1 .inner .top-cont02-img .img02 {
  width: 48%;
  margin-top: 15%;
}

@media all and (max-width: 896px) {
  .top-cont02 .inner {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .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);
}

.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: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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;
}

.greet-area {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  margin-bottom: 80px;
}
.greet-area:before {
  position: absolute;
  content: "";
  width: 58%;
  height: 100%;
  top: 80px;
  right: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/greet-area.jpg) no-repeat center/cover;
  z-index: -1;
}
.greet-area .greet-area-box {
  position: relative;
  top: 0;
  left: 0;
  width: 58%;
  padding: 60px 50px;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(45deg, #1161bc, #03a6c3, #0d498d);
  background-size: 200% 200%;
  -webkit-animation: bggradient 5s ease infinite;
          animation: bggradient 5s ease infinite;
  color: #fff;
  -webkit-box-shadow: 0 12px 26px -2px rgba(51, 51, 51, 0.1);
          box-shadow: 0 12px 26px -2px rgba(51, 51, 51, 0.1);
  z-index: 10;
  overflow: hidden;
}
.greet-area .greet-area-box:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 75%;
  top: 5%;
  right: 5%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/greet-area-box.png) no-repeat right top/contain;
  z-index: -1;
  opacity: 0.4;
}
.greet-area .greet-area-box .inner {
  position: relative;
  max-width: 750px;
  margin: auto;
}
.greet-area .greet-area-box .inner p + p {
  margin-top: 15px;
}

@media all and (max-width: 896px) {
  .greet-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .greet-area:before {
    width: 100%;
    height: auto;
    top: 0;
    padding-bottom: 56.25%;
  }
  .greet-area .greet-area-box {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 45px 15px;
    margin: 56.25% auto 0;
  }
  .greet-area .greet-area-box .inner p + p {
    margin-top: 10px;
  }
}
@media all and (max-width: 639px) {
  .greet-area .greet-area-box {
    padding: 35px 15px;
  }
}
.feature {
  position: relative;
  padding: 80px 0;
}
.feature:before {
  position: absolute;
  content: "";
  width: 45%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/feature.jpg) no-repeat center/cover;
  z-index: -1;
  overflow: hidden;
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
.feature:after {
  position: absolute;
  content: "";
  width: 55%;
  height: 95%;
  bottom: 0;
  right: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/triangle.jpg) no-repeat right bottom/cover;
  z-index: -2;
  opacity: 0.5;
}
.feature .feature-right {
  width: 50%;
  position: relative;
  z-index: 4;
  margin-left: auto;
  margin-right: 80px;
}
.feature .feature-right .inner {
  max-width: 700px;
  margin: 0 auto;
}

@media all and (max-width: 896px) {
  .feature:before {
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0);
    padding: 45px 15px;
    clip-path: none;
  }
}
@media all and (max-width: 896px) {
  .feature:after {
    width: 100%;
    height: 60%;
  }
}
@media all and (max-width: 1200px) {
  .feature .feature-right {
    margin-right: 40px;
  }
}
@media all and (max-width: 896px) {
  .feature {
    padding: 0;
  }
  .feature .feature-right {
    width: 100%;
    margin: auto;
  }
  .feature .feature-right .inner {
    padding: 30px 15px;
  }
}
.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.type1 > li {
  margin-left: 0 !important;
}
.ol-list.type1 > li:before {
  background: #ffbe00 !important;
}
.ol-list > li {
  color: #333;
  position: relative;
  padding-left: 40px;
}
.ol-list > li h3 {
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.ol-list > li p {
  padding-top: 5px;
}
.ol-list > li:nth-child(2) {
  margin-left: 1em;
}
.ol-list > li:nth-child(2):before {
  background: #0c7fc7;
}
.ol-list > li:nth-child(3) {
  margin-left: 2em;
}
.ol-list > li:nth-child(3):before {
  background: #089dd1;
}
.ol-list > li:nth-child(4) {
  margin-left: 3em;
}
.ol-list > li:nth-child(4):before {
  background: #03bbdc;
}
.ol-list > li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ol-list > li:before {
  counter-increment: number;
  content: counter(number);
  background: #1161bc;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 4px;
}

@media all and (max-width: 896px) {
  .ol-list > li {
    margin-left: 0 !important;
  }
}
@media all and (max-width: 639px) {
  .ol-list > li {
    padding-left: 35px;
  }
  .ol-list > li:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .ol-list > li:before {
    width: 1.6em;
    height: 1.6em;
    font-size: 1.4rem;
  }
}
.bg-gray {
  position: relative;
  background: #eeeeee;
}
.bg-gray.bg-half {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50.1%, #eeeeee), to(#eeeeee));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #eeeeee 50.1%, #eeeeee 100%);
}

.bg-gradient_map {
  position: relative;
  background: transparent;
}
.bg-gradient_map:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10%;
  width: 90%;
  height: 80%;
  background-image: linear-gradient(120deg, #f1f1f1 50%, transparent 90%);
}
.bg-gradient_map.type1:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #e4db85;
}

.bg-map {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.bg-map:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 150%;
  right: 0;
  top: -20%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/map0.png) no-repeat right 20%/contain;
}

@media all and (max-width: 639px) {
  .bg-map:before {
    width: 90%;
  }
}
.flow_design07 {
  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;
}

.flow07 {
  padding-left: 0;
}
.flow07 > li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flow07 > li:not(:last-child) {
  margin: 0 0 50px;
}
.flow07 > li .icon07 {
  width: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #6dc7eb;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 125%;
  margin: 0;
}
.flow07 > li .icon07::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 20px solid #6dc7eb;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.flow07 > li dl {
  padding: 0 0 0 30px;
  width: calc(100% - 115px);
}
.flow07 > li dl dt {
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 4px solid #cccccc;
  position: relative;
}
.flow07 > li dl dt::after {
  content: "";
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #6dc7eb;
}
.flow07 > li dl dd {
  margin: 0;
}

.home_bg {
  position: relative;
}
.home_bg::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 78vw;
  height: calc(100% - 5vw);
  background-image: linear-gradient(315deg, #0ccfa8 0%, #3eabc0 100%);
  opacity: 0.1;
}

@media screen and (max-width: 890px) {
  .home_bg::before {
    width: 92%;
    height: calc(100% - 50vw);
  }
}
.home_about {
  margin-bottom: 2vw;
}

@media screen and (max-width: 890px) {
  .home_about {
    margin-bottom: 16vw;
  }
}
@media print, screen and (min-width: 890px) {
  .home_about .imgarea {
    position: absolute;
    left: 0;
    width: 51vw;
    padding-left: 4vw;
    padding-bottom: 9.375vw;
  }
}
@media screen and (max-width: 890px) {
  .home_about .imgarea {
    padding-bottom: 19vw;
  }
}
.about_img01 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 890px) {
  .about_img01 {
    padding-left: 16%;
  }
}
.about_img02 {
  left: 0;
  bottom: 0;
  width: 15vw;
  z-index: 2;
}

@media screen and (max-width: 890px) {
  .about_img02 {
    width: 30%;
  }
}
.home_about .txtarea {
  width: 55vw;
  margin-top: 5vw;
  padding-top: 3.75vw;
  padding-bottom: 4vw;
  padding-left: 6vw;
  margin-bottom: 6vw;
  background-color: #fff;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/about-bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: 3;
}

@media screen and (max-width: 890px) {
  .home_about .txtarea {
    width: 96vw;
    background-size: 100% auto;
    padding: 8vw 8vw 40vw;
  }
}
.about--txt {
  width: 33vw;
  line-height: 2;
  letter-spacing: 0.18em;
  margin-bottom: 32px;
}

@media screen and (max-width: 890px) {
  .about--txt {
    width: 100%;
  }
}
@media screen and (max-width: 890px) {
  .about--txt br:not(.spbr) {
    display: none;
  }
}
.about_img03 {
  right: 0;
  bottom: -6vw;
  z-index: 4;
  width: 25%;
}

@media screen and (max-width: 890px) {
  .about_img03 {
    right: 0;
    bottom: -16vw;
    width: 45%;
  }
}
.top-lead-box {
  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-lead-box.type1 .top-lead-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.top-lead-box .top-lead-img {
  width: 50%;
  position: relative;
}
.top-lead-box .top-lead-txt {
  width: 45%;
  padding: 10px;
}
.top-lead-box .top-lead-txt .top-lead-catch {
  text-align: center;
  line-height: 2;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  color: #c09b0f;
  font-weight: 600;
}

@media all and (max-width: 800px) {
  .top-lead-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-lead-box.type1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .top-lead-box .top-lead-img {
    width: 80%;
    margin-bottom: 30px;
  }
  .top-lead-box .top-lead-txt {
    width: 80%;
  }
}
@media all and (max-width: 639px) {
  .top-lead-box .top-lead-img {
    width: 100%;
  }
  .top-lead-box .top-lead-txt {
    width: 100%;
    padding: 0 15px;
  }
  .top-lead-box .top-lead-txt .top-lead-catch {
    font-size: 1.4rem;
  }
}
#top_4 {
  margin: 80px auto;
}
#top_4 img {
  display: block;
  width: 97%;
  margin: auto;
  border-radius: 15px;
}
#top_4 .single {
  position: relative;
  margin-top: -140px;
  padding: 0;
}
#top_4 .single a {
  background: #e6f5fd;
  display: block;
  padding: 50px 80px;
  border-radius: 15px;
}
#top_4 .single .read {
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #474747;
}
#top_4 .single .read span {
  display: block;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
#top_4 .single .main {
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #474747;
}
#top_4 .single .more {
  display: block;
  margin-left: auto;
  margin-top: 50px;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #474747;
  position: relative;
  padding-right: 80px;
}
#top_4 .single .more._sp {
  display: none;
}
#top_4 .single .more span {
  display: block;
  text-align: center;
  color: #474747;
  border: 1px solid #474747;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 150px;
  margin: auto;
  top: 0;
  bottom: 0;
}

@media all and (max-width: 639px) {
  #top_4 .single {
    margin-top: 15px;
  }
}
@media all and (max-width: 639px) {
  #top_4 .single a {
    padding: 30px 15px;
  }
}
@media all and (max-width: 639px) {
  #top_4 .single .read {
    font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}
@media all and (max-width: 639px) {
  #top_4 .single .read span {
    font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 23px;
    letter-spacing: 0.1em;
  }
}
@media all and (max-width: 639px) {
  #top_4 .single .main {
    margin-top: 20px;
  }
}
@media all and (max-width: 639px) {
  #top_4 .single .more._pc {
    display: none;
  }
}
@media all and (max-width: 639px) {
  #top_4 .single .more._sp {
    display: block;
  }
}
.top-gray-box {
  position: relative;
}
.top-gray-box:before, .top-gray-box:after {
  position: absolute;
  content: "";
  width: 65%;
  height: 90%;
  top: 5%;
  right: 0;
}
.top-gray-box:before {
  background-image: -webkit-gradient(linear, right top, left top, from(#0a4c9b), to(#eee));
  background-image: linear-gradient(to left, #0a4c9b, #eee);
  z-index: -3;
  opacity: 0.1;
}
.top-gray-box:after {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/bg-pattern01.jpg);
  opacity: 0.1;
  z-index: -2;
}
.top-gray-box.type01:before, .top-gray-box.type01:after {
  position: absolute;
  content: "";
  width: 65%;
  height: 90%;
  top: 5%;
  left: 0;
}

.news-box {
  margin: 0 auto;
  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 {
  position: relative;
  padding-right: 30px;
  text-align: center;
  color: #333;
  border-right: 1px solid #ccc;
  width: 25%;
}
.news-title .eng {
  display: block;
  line-height: 1.6;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 2.8rem;
  color: #fefefe;
  text-shadow: 1px 1px 0px #777, -1px 1px 0px #777, 1px -1px 0px #777, -1px -1px 0px #777, 1px 0px 0px #777, 0px 1px 0px #777, -1px 0px 0px #777, 0px -1px 0px #777;
}
.news-title .ja {
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  position: relative;
}
.news-title .news-btn-wrap {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.news-title .news-btn-wrap .btn03 {
  display: inline-block;
  width: 100%;
}
.news-title .news-btn-wrap .btn03 span {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

@media all and (max-width: 639px) {
  .news-title {
    padding: 0 0 15px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    text-align: left;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .news-title .eng {
    font-size: 2.7rem;
    margin-right: 6px;
    margin-bottom: 0;
  }
  .news-title .ja {
    font-size: 1.5rem;
    margin-right: auto;
  }
  .news-title .news-btn-wrap {
    width: 75%;
    margin: 0 auto;
  }
  .news-title .news-btn-wrap .btn03 {
    padding: 12px 15px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .news-title .news-btn-wrap .btn03 span {
    font-size: 1.1rem;
  }
}
.news-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0 10px 30px;
}

@media all and (max-width: 639px) {
  .news-right {
    width: 100%;
    padding: 0;
  }
}
.blog_topics {
  width: 100%;
  border-top: 1px solid #ddd;
}
.blog_topics li {
  border-bottom: 1px solid #ddd;
}
.blog_topics li a {
  display: block;
  color: #333;
  padding: 15px;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.blog_topics li a:hover {
  background-color: rgba(234, 244, 247, 0.5);
}
.blog_topics li a .topics_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog_topics li a .topics_detail .imgbox {
  overflow: hidden;
  width: 28%;
  height: 130px;
}
.blog_topics li a .topics_detail .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.blog_topics li a .topics_detail .textbox {
  width: 72%;
  padding-left: 20px;
  line-height: 1.5;
}
.blog_topics li a .topics_detail .textbox h3 {
  margin: 5px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.blog_topics li a .topics_detail .textbox p {
  font-size: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.blog_topics li a .time_date {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-image: -webkit-gradient(linear, left top, right top, from(#1161bc), to(#03bbdc));
  background-image: linear-gradient(to right, #1161bc, #03bbdc);
  color: #fff;
  padding: 4px 15px;
  border-radius: 20px;
}
.blog_topics li a .time_date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

@media all and (max-width: 639px) {
  .blog_topics li a {
    padding: 10px 5px;
  }
  .blog_topics li a .topics_detail .imgbox {
    width: 30%;
    height: 100px;
  }
  .blog_topics li a .topics_detail .textbox {
    width: 70%;
    padding-left: 10px;
    line-height: 1.5;
  }
  .blog_topics li a .topics_detail .textbox p {
    font-size: 1rem;
  }
  .blog_topics li a .time_date {
    font-size: 0.9rem;
  }
}
.category_nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.category_nav li {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section_tilt_r {
  clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
  padding: 80px 0;
}

.section_tilt_l {
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 calc(100% - 80px));
  padding: 80px 0;
}

@media all and (max-width: 639px) {
  .section_tilt_r {
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    padding: 80px 0;
  }
  .section_tilt_l {
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
    padding: 80px 0;
  }
}
.top-service02 {
  margin: 0 auto;
}
.top-service02 .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-service02 .inner .top-service-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  padding-bottom: 40px;
}
.top-service02 .inner .top-service-img img {
  position: relative;
  width: 32%;
}
.top-service02 .inner .top-service-img img:nth-of-type(even) {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.top-service02 .inner .top-service-txt {
  width: 46%;
}
@media all and (max-width: 1100px) {
  .top-service02 .inner .top-service-img {
    width: 54%;
  }
  .top-service02 .inner .top-service-txt {
    width: 42%;
  }
}
@media all and (max-width: 896px) {
  .top-service02 .inner {
    max-width: 650px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-service02 .inner .top-service-img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .top-service02 .inner .top-service-img img:nth-of-type(even) {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .top-service02 .inner .top-service-txt {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .top-service02 .inner {
    width: 100%;
  }
}

.bg-base {
  position: relative;
}
.bg-base:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #c2f4ff;
  opacity: 0.2;
}

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

.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(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/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;
  }
}
.bg-03 {
  position: relative;
  background: #f9f6ef;
}
.bg-03::before, .bg-03::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 240px;
  content: "";
  z-index: -1;
}
.bg-03::before {
  top: -240px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23f9f6ef" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg-03:after {
  top: auto;
  bottom: -240px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23f9f6ef" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media all and (max-width: 896px) {
  .bg-03::before, .bg-03::after {
    height: 50px;
  }
  .bg-03::before {
    top: -50px;
  }
  .bg-03::after {
    bottom: -50px;
  }
}
#singlepage section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.textwrap {
  max-width: 1200px;
  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: 1200px;
  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: 1200px;
  margin: 0 auto;
  padding: 0 0px;
}

.toTop {
  text-align: right;
  margin-bottom: 20px;
  font-size: 12px;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 200;
}
#page-top a {
  display: block;
  color: #fff;
  background: #6dc7eb;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 0.9em;
  text-align: center;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
#page-top a:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media all and (max-width: 930px) {
  #page-top {
    bottom: 73px;
  }
}

.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);
  }
}
footer {
  position: absolute;
  width: 100%;
  color: #333;
}

#footer {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 30px 0 30px;
  font-size: 11px;
}
.logo-f {
  text-align: center;
  margin-bottom: 10px;
}
.logo-f img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#fmenuA {
  width: 100%;
  margin-bottom: 10px;
}

#fmenu {
  list-style-type: none;
  font-size: 12px;
  max-width: 1200px;
  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: #6dc7eb;
  color: #fff;
  font-size: 1.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;
}
.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 #6dc7eb;
  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 #6dc7eb;
  font-size: 2.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #6dc7eb;
}
.contactbx .mp a {
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 350px;
  font-weight: normal;
  border-radius: 50px;
  padding: 5px 0px;
  border: 2px solid #6dc7eb;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #6dc7eb;
}
.contactbx .tl a:link, .contactbx .tl a:visited {
  color: #6dc7eb;
}
.contactbx .tl a:hover {
  color: #fff;
  background: #6dc7eb;
}
.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: #6dc7eb !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: #6dc7eb !important;
  background: #fff;
}
.contactbx .mp a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .contactbx .tl a,
  .contactbx .ml a,
  .contactbx .mp a {
    min-width: 280px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 1.8rem;
  }
}
/*テーブル*/
.table1 {
  width: 100%;
}
.table1 th {
  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 b {
  color: red;
}
.table1 td {
  padding: 15px;
  vertical-align: middle;
  border-bottom: #ddd 1px solid;
}

.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 b {
  color: red;
}
.table2 td {
  padding: 5px 10px;
  vertical-align: middle;
  border: #ddd 1px solid;
  background: #fff;
}

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: #6dc7eb;
  vertical-align: middle;
  text-align: left;
  width: 20%;
  overflow: visible;
  position: relative;
  color: #fff;
}
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: #6dc7eb;
  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: #6dc7eb 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 dt .optional::before {
  content: "任意";
  color: #fff;
  background: #999;
}
.form dl {
  margin: 10px 0;
  font-size: 16px;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  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;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #6dc7eb;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #6dc7eb;
}
#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #6dc7eb;
}
#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: #6dc7eb;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  left: -15px;
  top: 2px;
  margin: 0px;
  -webkit-box-shadow: 15px -1px #fff;
          box-shadow: 15px -1px #fff;
  border-radius: 50%;
}
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: 15px -1px #fff;
          box-shadow: 15px -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 #6dc7eb;
  border-bottom: 3px solid #6dc7eb;
  -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%;
    line-height: 20px;
    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 {
  background: #fefefe;
  padding: 40px 30px;
  max-width: 1200px;
  -webkit-box-shadow: 0 10px 30px rgba(160, 216, 239, 0.4);
  box-shadow: 0 10px 30px rgba(160, 216, 239, 0.4);
  border-radius: 15px 0 15px 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.mbox.transparent {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mbox.transparent:before {
  display: none;
}
.mbox.transparent.type1 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media all and (max-width: 639px) {
  .mbox {
    padding: 20px 15px;
    -webkit-box-shadow: 0 5px 15px rgba(160, 216, 239, 0.4);
            box-shadow: 0 5px 15px rgba(160, 216, 239, 0.4);
  }
}
.mbox2 {
  background: #fff;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px 0 15px 0;
  padding: 30px;
}

@media all and (max-width: 639px) {
  .mbox2 {
    padding: 15px;
  }
}
.small-box {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.small-box.type1 {
  max-width: 850px;
}

.w40 {
  width: 40%;
}

@media all and (max-width: 890px) {
  .w40 {
    width: 100%;
  }
}
.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ギャラリー*/
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 3%;
}
@media all and (max-width: 639px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery li a {
  background: rgba(245, 243, 241, 0.2);
  display: block;
  text-align: center;
  padding: 0px;
  height: 240px;
}
.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.gallery li p {
  font-size: 15px;
  margin: 3px 0 10px;
  text-align: center;
  font-weight: 800;
}

@media all and (max-width: 896px) {
  .gallery li a {
    height: 120px;
  }
  .gallery li p {
    font-size: 12px;
  }
}
@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: 10px;
  width: 300px;
  height: auto;
}
.simply-scroll-list li:nth-child(even) {
  margin-top: 50px;
}
.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: #6dc7eb;
  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 #ccc;
  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_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);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}
.blog_card li .blog_dt {
  display: inline-block;
  padding: 0 5px;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  background-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;
  white-space: nowrap;
  overflow: hidden;
}
.blog_card li .blog_body {
  line-height: 1.2;
  font-size: 12px;
  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 .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 5px;
  border-top: 1px solid #ddd;
}
.news .news-inner:last-of-type {
  border-bottom: 1px solid #ddd;
}
.news dt {
  width: 100%;
  text-align: left;
}
.news dd {
  line-height: 1.5;
}
.news dd a {
  color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news dd a:hover {
  opacity: 0.5;
}

@media all and (max-width: 639px) {
  .news .news-inner {
    padding: 8px 3px;
  }
}
.blog-category {
  display: inline-block;
  padding: 0 10px;
  border-radius: 20px;
  text-align: center;
  background: #6dc7eb;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  margin-left: 10px;
}

@media all and (max-width: 896px) {
  .blog-category {
    font-size: 9px;
  }
}
.news0 {
  overflow: hidden;
  line-height: 1.6;
  margin: 0px auto 0;
}
.news0 dt {
  float: left;
  width: 8em;
  font-weight: bold;
}
.news0 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: #6dc7eb;
  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 {
  font-size: 12px;
}
.news-sr dt {
  float: left;
  width: 5em;
  padding: 2px 0;
  line-height: 1.3;
  color: #111;
  background: #6dc7eb;
  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 #0e0e0e;
}
.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: 4px;
  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: #6dc7eb;
  background: #fefefe;
  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:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin-right: 5px;
  color: #6dc7eb;
}
.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:last-child {
  border-bottom: 0px;
}

/* 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: #6dc7eb;
  border-radius: 4px;
}

.list-check3 {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
  background: #eee;
}
.list-check3 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.list-check3 li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #6dc7eb;
  color: white;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 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: #6dc7eb;
  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("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/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("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25773/qa_a.gif") left top no-repeat;
}

.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;
  }
}
.merit__list {
  position: relative;
  margin: 80px auto 0;
  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;
}
.merit__list li {
  width: 31%;
  margin: 0 10px 50px;
  padding: 15px;
  border: 2px solid #d2d6d4;
  border-radius: 10px;
  position: relative;
  -webkit-filter: drop-shadow(6px 6px 0px rgba(37, 53, 43, 0.2));
          filter: drop-shadow(6px 6px 0px rgba(37, 53, 43, 0.2));
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 1100px) {
  .merit__list li {
    padding: 15px;
  }
}
@media all and (max-width: 896px) {
  .merit__list li {
    width: 47%;
    margin: 60px auto 0;
  }
}
.merit__list.row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.merit__list.row li {
  width: 48%;
  margin-bottom: 80px;
}
@media all and (max-width: 896px) {
  .merit__list.row li {
    width: 47%;
    margin: 60px auto 30px;
  }
}
@media all and (max-width: 639px) {
  .merit__list.row li {
    width: 100%;
    margin: 50px auto 20px;
  }
}
.merit__list .list__num {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -44px;
  text-align: center;
}
.merit__list .list__num span {
  background-color: #6dc7eb;
  color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 80px;
  line-height: 2.4;
  display: inline-block;
  font-family: "Josefin Sans", "Lato", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.merit__list .list__icon {
  margin: 20px auto;
  width: 200px;
  height: 150px;
}
.merit__list .list__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.merit__list .list__title {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .merit__list .list__title {
    font-size: 1.6rem;
  }
}
.merit__list .list__title span {
  border-bottom: 3px dotted #6dc7eb;
  padding-bottom: 7px;
}
.merit__list .list__txt {
  margin: 10px auto 0;
  line-height: 1.6;
}
@media all and (max-width: 639px) {
  .merit__list {
    margin: 40px auto 0;
  }
  .merit__list li {
    width: 100%;
    padding: 15px 10px;
    -webkit-filter: drop-shadow(2px 2px 0px rgba(37, 53, 43, 0.2));
            filter: drop-shadow(2px 2px 0px rgba(37, 53, 43, 0.2));
  }
  .merit__list .list__num span {
    width: 70px;
    height: 70px;
    line-height: 2.7;
    font-size: 25px;
  }
  .merit__list .list__title {
    font-size: 15px;
  }
  .merit__list .list__txt {
    margin: 10px auto;
    font-size: 1.4rem;
    text-align: left;
  }
}

.menu-list {
  max-width: 800px;
  margin: 0 auto;
}
.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu-list > li:not(:last-of-type) {
  margin-bottom: 15px;
}
.menu-list > li p {
  display: inline-block;
  line-height: 1.5;
  margin: 0;
}
.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;
}
@media all and (max-width: 639px) {
  .menu-list > li:before {
    margin: 0 5px;
  }
}
.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;
}
@media all and (max-width: 639px) {
  .menu-list > li .left {
    max-width: 65%;
  }
}
.menu-list > li .left .small {
  color: #999;
  padding-top: 5px;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .menu-list > li .left .small {
    font-size: 12px;
  }
}
.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: #6dc7eb;
  font-weight: bold;
}
.menu-list > li .right span {
  font-size: 1.3em;
}

/*プライスリスト*/
/* 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: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  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;
  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;
}

.btn02 {
  max-width: 280px;
  width: 95%;
  margin: 20px auto;
}
.btn02 a {
  display: block;
  position: relative;
  padding: 15px 5px;
  background: #6dc7eb;
  border: 1px solid #6dc7eb;
  text-align: center;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn02 a span {
  font-family: "Josefin Sans", "Lato", sans-serif;
  font-weight: 500;
}
.btn02 a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-left: 10px;
}
.btn02 a:hover {
  background: #fff;
  color: #0a4c9b;
}
.btn02.type1 a {
  background: #B0E0E6;
  border: 1px solid #B0E0E6;
}
.btn02.type1 a:hover {
  background: #fff;
}

.alert-btn {
  background: #6dc7eb !important;
  font-weight: bold;
  border: none;
}
.alert-btn.pulse-anim {
  -webkit-animation: pulse-red 2s infinite;
          animation: pulse-red 2s infinite;
}

@-webkit-keyframes pulse-red {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(47, 192, 211, 0.7);
            box-shadow: 0 0 0 0 rgba(47, 192, 211, 0.7);
  }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 0 0 15px rgba(211, 47, 47, 0);
            box-shadow: 0 0 0 15px rgba(211, 47, 47, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(211, 47, 47, 0);
            box-shadow: 0 0 0 0 rgba(211, 47, 47, 0);
  }
}

@keyframes pulse-red {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(47, 192, 211, 0.7);
            box-shadow: 0 0 0 0 rgba(47, 192, 211, 0.7);
  }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 0 0 15px rgba(211, 47, 47, 0);
            box-shadow: 0 0 0 15px rgba(211, 47, 47, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(211, 47, 47, 0);
            box-shadow: 0 0 0 0 rgba(211, 47, 47, 0);
  }
}
.btn03 {
  background: #fefefe;
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #4d2c2b;
  padding: 18px 5px;
  font-weight: 600;
  border: 2px solid #6dc7eb;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn03.t-20 {
  margin-top: 20px;
  margin-bottom: 0;
}
@media all and (max-width: 639px) {
  .btn03 {
    width: 260px;
    font-size: 1.4rem;
  }
}
.btn03 span {
  position: relative;
}
.btn03 .fas {
  position: relative;
}
.btn03::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #B0E0E6;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  -webkit-transition: border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms, -webkit-transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms, -webkit-transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms;
  transition: transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms, -webkit-transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.btn03:hover {
  color: #fff;
}
.btn03:hover::before {
  background-color: #6dc7eb;
  border-radius: 50% 50% 0 0/0 0 0 0;
  -webkit-transition: border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms, -webkit-transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms, -webkit-transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms;
  transition: transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms, -webkit-transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn03.type1 {
  border: 2px solid #f8efb5;
}
.btn03.type1:before {
  background-color: rgba(109, 199, 235, 0.4);
}
.btn03.type1:hover::before {
  background-color: #f8efb5;
}
.btn03.type2 {
  border: 2px solid #16a256;
}
.btn03.type2:before {
  background-color: rgba(109, 199, 235, 0.4);
}
.btn03.type2:hover::before {
  background-color: #16a256;
}
.btn03.type3 {
  border: 2px solid #f66009;
}
.btn03.type3:before {
  background-color: rgba(109, 199, 235, 0.4);
}
.btn03.type3:hover::before {
  background-color: #f66009;
}
.btn03.type5 {
  border: 2px solid #ffc6c6;
}
.btn03.type5:before {
  background-color: rgba(109, 199, 235, 0.4);
}
.btn03.type5:hover::before {
  background-color: #ffc6c6;
}

.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: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 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: #6dc7eb;
  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: #6dc7eb;
}
.btn_wk.sbc a:hover {
  color: #fff;
  background: white;
}
.btn_wk.sbc a:hover:before, .btn_wk.sbc a:hover:after {
  border-color: white;
}
.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: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 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: #6dc7eb;
  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: #6dc7eb;
}
.btn_wk2.btn-r a {
  margin-right: 5px;
}

.rbtn {
  font-size: 13px;
  float: right;
  margin: 5px 0 5px;
}
.rbtn a {
  text-align: center;
  width: 200px;
  display: block;
  padding: 0px 2px;
  font-weight: bold;
  border: 1px solid #6dc7eb;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.rbtn a:link {
  color: #6dc7eb;
  text-decoration: none;
}
.rbtn a:visited {
  color: #6dc7eb;
}
.rbtn a:hover {
  color: #fff;
  background: #6dc7eb;
  text-decoration: none;
}
.rbtn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
}

.cbtn * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cbtn {
  font-weight: bold;
}
.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;
  border-radius: 50px;
  background: #6dc7eb;
}
.cbtn a:link {
  color: #fff;
  text-decoration: none;
}
.cbtn a:visited {
  color: #fff;
}
.cbtn a:hover {
  color: #6dc7eb;
  background: #fff;
  text-decoration: none;
  border: 2px solid #6dc7eb;
}
.cbtn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
}

.cbtn2 * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cbtn2 {
  font-weight: bold;
}
.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: 40px;
  width: 220px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  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, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.insta_btn2 .fa-instagram {
  font-size: 20px;
  position: relative;
}
.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);
}

.insta_btn7 {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}
.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%);
}

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

.fl_yu7 {
  background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
}

.fl_li7 {
  background: linear-gradient(135deg, #3a9278 0%, #00c300 100%);
}

.fl_ma7 {
  background: linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
}

.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;
  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: 2.8rem;
  letter-spacing: 0.2em;
}
.snip1445 .menu-btn-title span {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 5px;
  border-left: 1px solid #fefefe;
  font-family: "YakuHanJP", "Zen Maru Gothic", "Kosugi Maru", "Noto Sans JP", "Lato", "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  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;
  }
  .snip1445 .menu-btn-title {
    font-size: 1.8rem;
  }
  .snip1445 .menu-btn-title span {
    font-size: 1rem;
  }
  .snip1445 .menu-btn-title b {
    font-size: 1.2rem;
  }
}
.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-size: 6rem;
}
.snip1446 h4 {
  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%;
  }
  .snip1446 h2 {
    font-size: 3rem;
  }
  .snip1446 h4 {
    font-size: 1.2rem;
  }
}
.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: right;
}

.page_prev {
  float: left;
}

/* 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: -100%;
  width: 100%;
  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 li a {
  color: #222;
  font-size: 12px;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  border-top: 1px solid #6dc7eb;
  background: #fff;
}
#drawernav ul li a:hover {
  color: #222;
  background: #fff;
}
#drawernav ul li.iphone a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  margin-right: 10px;
}
#drawernav ul li.imail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f003";
  margin-right: 10px;
}
#drawernav ul li.imap a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  margin-right: 10px;
  font-weight: 900;
}
#drawernav ul li.iphone a, #drawernav ul li.imail a, #drawernav ul li.imap a {
  color: #6dc7eb;
  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: "Font Awesome 5 Free";
  content: "\f098";
  margin-right: 10px;
}
#drawernav ul li.phone a:hover {
  background: #d97223;
}
#drawernav li ul li a:before {
  content: "・";
  margin-right: 3px;
}
#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 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 */
}

/**
* ドロワー開放時のスタイル
**/
#humberger {
  display: none;
}

#sp_navi {
  display: none;
}

@media (max-width: 930px) {
  #humberger {
    display: block;
    position: fixed;
    top: 12px;
    right: 12px;
    width: 50px;
    height: 45px;
    border-radius: 3px;
    padding: 15px 15px 0px;
    cursor: pointer;
    background: #6dc7eb;
    z-index: 99999;
    color: #fff;
  }
  .drawer-opened #page {
    left: -240px;
    box-shadow: 1px 0 2px #6dc7eb;
    -webkit-box-shadow: 1px 0 2px #6dc7eb;
  }
  .drawer-opened .fixed-content {
    left: -240px;
  }
  .drawer-opened #drawernav {
    right: 0;
  }
  .drawer-opened #humberger {
    background: none;
  }
  .drawer-opened #humberger .icon-bar {
    background: #6dc7eb;
  }
  .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%;
  }
  #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 {
    background: #6dc7eb;
    border-top: 1px solid #a9783f;
    display: block;
    padding: 10px 0;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
  }
  #sp_navi ul li a span {
    display: block;
    font-size: 1rem;
  }
}
.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);
  -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;
  }
}
summary {
  list-style: none;
  position: relative;
  font-weight: bold;
  padding: 20px 70px 20px 30px;
  cursor: pointer;
  color: #fff;
  background-color: #1f4786;
}
summary::-webkit-details-marker {
  display: none;
}
summary:hover {
  background-color: #09295a;
}

@media not all and (min-width: 768px) {
  summary {
    padding: 20px 50px 20px 20px;
  }
}
details[open] summary {
  background-color: #09295a;
}

summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  font-size: 30px;
}

details[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.answer {
  padding: 20px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media not all and (min-width: 768px) {
  summary::after {
    right: 20px;
    font-size: 20px;
  }
  .answer {
    padding: 10px 20px;
  }
}
details {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
}
details[open] .answer {
  -webkit-animation: fadein 0.5s ease;
  animation: fadein 0.5s ease;
}
details:first-of-type {
  margin-top: 30px;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media not all and (min-width: 640px) {
  details {
    width: 100%;
  }
}
.title50.heading,
.title40.heading,
.title38.heading,
.title36.heading,
.title34.heading,
.title32.heading,
.title28.heading,
.title24.heading,
.title22.heading,
.title20.heading,
.title18.heading,
.title16.heading,
.title14.heading,
.title12.heading {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media all and (max-width: 896px) {
  .title50.heading,
  .title40.heading,
  .title38.heading,
  .title36.heading,
  .title34.heading,
  .title32.heading,
  .title28.heading,
  .title24.heading,
  .title22.heading,
  .title20.heading,
  .title18.heading,
  .title16.heading,
  .title14.heading,
  .title12.heading {
    margin-bottom: 25px;
    letter-spacing: 0.15em;
  }
}

.title50 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 5rem;
}
@media all and (max-width: 896px) {
  .title50 {
    font-size: 4rem;
  }
}
@media all and (max-width: 639px) {
  .title50 {
    font-size: 3.2rem;
  }
}

.title40 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 4rem;
}
@media all and (max-width: 896px) {
  .title40 {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 639px) {
  .title40 {
    font-size: 2.4rem;
  }
}

.title38 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 3.8rem;
}
@media all and (max-width: 896px) {
  .title38 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .title38 {
    font-size: 2.4rem;
  }
}

.title36 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
}
@media all and (max-width: 896px) {
  .title36 {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 639px) {
  .title36 {
    font-size: 2.2rem;
  }
}

.title34 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 3.4rem;
}
@media all and (max-width: 896px) {
  .title34 {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 639px) {
  .title34 {
    font-size: 2.1rem;
  }
}

.title32 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 3.4rem;
}
@media all and (max-width: 896px) {
  .title32 {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 639px) {
  .title32 {
    font-size: 2.1rem;
  }
}

.title28 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
}
@media all and (max-width: 896px) {
  .title28 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .title28 {
    font-size: 1.8rem;
  }
}

.title24 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
}
@media all and (max-width: 896px) {
  .title24 {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .title24 {
    font-size: 1.7rem;
  }
}

.title22 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
}
@media all and (max-width: 896px) {
  .title22 {
    font-size: 1.85rem;
  }
}
@media all and (max-width: 639px) {
  .title22 {
    font-size: 1.6rem;
  }
}

.title20 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .title20 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .title20 {
    font-size: 1.45rem;
  }
}

.title18 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .title18 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .title18 {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}

.title16 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .title16 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .title16 {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}

.title14 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .title14 {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 639px) {
  .title14 {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}

.title12 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
@media all and (max-width: 896px) {
  .title12 {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 639px) {
  .title12 {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.service-swiper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.service-swiper > .swiper-wrapper > .swiper-slide {
  position: relative;
  height: auto;
  background: #6dc7eb;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
  border-radius: 15px;
}
.service-swiper > .swiper-wrapper > .swiper-slide .icon-area {
  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;
  margin: 0 auto 25px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #ffffff;
  font-size: 50px;
}
@media all and (max-width: 896px) {
  .service-swiper > .swiper-wrapper > .swiper-slide .icon-area {
    width: 90px;
    height: 90px;
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.service-swiper > .swiper-wrapper > .swiper-slide .txt {
  padding: 0 25px;
  color: #ffffff;
}
.service-swiper > .swiper-wrapper > .swiper-slide .txt h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .service-swiper > .swiper-wrapper > .swiper-slide .txt h3 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .service-swiper > .swiper-wrapper > .swiper-slide .txt h3 {
    font-size: 1.45rem;
  }
}
.service-swiper > .swiper-wrapper > .swiper-slide .txt h3 {
  letter-spacing: 0.15em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
}
.service-swiper > .swiper-wrapper > .swiper-slide .txt h3 span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
}
@media all and (max-width: 896px) {
  .service-swiper > .swiper-wrapper > .swiper-slide .txt h3 span {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .service-swiper > .swiper-wrapper > .swiper-slide .txt h3 span {
    font-size: 1.8rem;
  }
}
.service-swiper > .swiper-wrapper > .swiper-slide .txt h3 span {
  margin-right: 0.05em;
}
.service-swiper > .swiper-wrapper > .swiper-slide .txt p {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.7;
}
@media all and (max-width: 896px) {
  .service-swiper > .swiper-wrapper > .swiper-slide .txt {
    padding: 0 15px;
  }
  .service-swiper > .swiper-wrapper > .swiper-slide .txt h3 {
    margin-bottom: 10px;
  }
}
.service-swiper .swiper-button-prev,
.service-swiper .swiper-button-next {
  position: relative;
  margin: 0;
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  border-radius: 50%;
  background: #6dc7eb;
}
.service-swiper .swiper-button-prev::before,
.service-swiper .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
}
.service-swiper .swiper-button-prev::after,
.service-swiper .swiper-button-next::after {
  width: 1rem;
  height: 1rem;
  content: "";
  border: solid #ffffff;
  border-width: 2px 2px 0 0;
}
.service-swiper .swiper-button-prev:hover,
.service-swiper .swiper-button-next:hover {
  background: rgb(41.7168674699, 173.1927710843, 225.7831325301);
}
@media all and (max-width: 896px) {
  .service-swiper .swiper-button-prev,
  .service-swiper .swiper-button-next {
    width: 3rem;
    height: 3rem;
  }
  .service-swiper .swiper-button-prev::after,
  .service-swiper .swiper-button-next::after {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.service-swiper .swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media all and (max-width: 896px) {
  .service-swiper .swiper-button-prev::after {
    margin-left: 0.2rem !important;
  }
}
.service-swiper .swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media all and (max-width: 896px) {
  .service-swiper .swiper-button-next::after {
    margin-right: 0.2rem !important;
  }
}

.swiper-controller {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media all and (max-width: 896px) {
  .swiper-controller {
    gap: 3rem;
    margin-top: 3rem;
  }
}

.bg-cooperate {
  position: relative;
  overflow: hidden;
}
.bg-cooperate .prlximg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.bg-cooperate .prlximg__target {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.bg-cooperate:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ffffff;
  opacity: 0.6;
}
.bg-cooperate.type1:after {
  background: #000000;
  opacity: 0.4;
}

.title-big {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  text-align: center;
}
.title-big.left {
  text-align: left;
}
.title-big .eng {
  font-size: 12rem;
  font-family: "Josefin Sans", "Lato", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  color: #6dc7eb;
}
.title-big .ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
}
@media all and (max-width: 896px) {
  .title-big .ja {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .title-big .ja {
    font-size: 1.8rem;
  }
}
.title-big .ja {
  display: block;
  color: #130c03;
}
.title-big .ja mn {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .title-big .ja mn {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .title-big .ja mn {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}
.title-big.type1 .eng {
  color: #B0E0E6;
}
.title-big.white .ja,
.title-big.white .eng {
  color: #fff;
}
@media all and (max-width: 1100px) {
  .title-big .eng {
    font-size: 10rem;
  }
}
@media all and (max-width: 896px) {
  .title-big {
    margin-bottom: 30px;
  }
  .title-big.left {
    text-align: center;
  }
  .title-big .eng {
    font-size: 7.5rem;
  }
}
@media all and (max-width: 639px) {
  .title-big .eng {
    font-size: 6.4rem;
  }
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column2.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column2.tp {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.column2.sticky {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.column2.sticky .child.sticky-item, .column2.sticky .child01.sticky-item, .column2.sticky .child2.sticky-item, .column2.sticky .child3.sticky-item, .column2.sticky .child4.sticky-item, .column2.sticky .child5.sticky-item, .column2.sticky .child6.sticky-item {
  position: sticky;
  top: 114px;
  z-index: 10;
}
.column2 .child {
  width: 48%;
}
.column2 .child01 {
  width: 40%;
}
.column2 .child02 {
  width: 56%;
}
.column2 .child2 {
  width: 55%;
}
.column2 .child3 {
  width: 42%;
}
.column2 .child4 {
  width: 44%;
}
.column2 .child5 {
  width: 34%;
}
.column2 .child6 {
  width: 60%;
}
@media all and (max-width: 896px) {
  .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .column2.sticky .sticky-item {
    position: static !important;
    top: auto !important;
  }
  .column2 .child,
  .column2 .child01,
  .column2 .child02,
  .column2 .child2,
  .column2 .child3,
  .column2 .child4,
  .column2 .child5,
  .column2 .child6 {
    width: 100%;
  }
  .column2 .child.column2-img,
  .column2 .child01.column2-img,
  .column2 .child02.column2-img,
  .column2 .child2.column2-img,
  .column2 .child3.column2-img,
  .column2 .child4.column2-img,
  .column2 .child5.column2-img,
  .column2 .child6.column2-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
  .column2 .child.bm20,
  .column2 .child01.bm20,
  .column2 .child02.bm20,
  .column2 .child2.bm20,
  .column2 .child3.bm20,
  .column2 .child4.bm20,
  .column2 .child5.bm20,
  .column2 .child6.bm20 {
    margin-bottom: 20px;
  }
  .column2 .child.bm10,
  .column2 .child01.bm10,
  .column2 .child02.bm10,
  .column2 .child2.bm10,
  .column2 .child3.bm10,
  .column2 .child4.bm10,
  .column2 .child5.bm10,
  .column2 .child6.bm10 {
    margin-bottom: 10px;
  }
  .column2 .child.column2-img2,
  .column2 .child01.column2-img2,
  .column2 .child02.column2-img2,
  .column2 .child2.column2-img2,
  .column2 .child3.column2-img2,
  .column2 .child4.column2-img2,
  .column2 .child5.column2-img2,
  .column2 .child6.column2-img2 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
}

.bg-on-left:before {
  -webkit-animation: bg-on-left-anime 1s ease-out 0s forwards;
          animation: bg-on-left-anime 1s ease-out 0s forwards;
}
.bg-on-left.time2:before {
  -webkit-animation: bg-on-left-anime2 0.8s ease-out 0.8s forwards;
          animation: bg-on-left-anime2 0.8s ease-out 0.8s forwards;
}

.bg-on-left:before {
  -webkit-animation: bg-on-left-anime 1s ease-out 0s forwards;
          animation: bg-on-left-anime 1s ease-out 0s forwards;
}
.bg-on-left.time2:before {
  -webkit-animation: bg-on-left-anime2 0.8s ease-out 0.8s forwards;
          animation: bg-on-left-anime2 0.8s ease-out 0.8s forwards;
}

@-webkit-keyframes bg-on-left-anime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes bg-on-left-anime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes bg-on-left-anime2 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes bg-on-left-anime2 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.content-box + .content-box {
  margin-top: 40px;
}

.content-box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.content-box:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
}
.content-box.type1:before {
  left: auto;
  right: 0;
}
.content-box.type1 .child-txt {
  margin-left: auto;
}
.content-box.type1 .photo:before {
  right: auto;
  left: 0;
}
.content-box .content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-box .content-flex .child-txt {
  position: relative;
  width: 50%;
  padding: 30px 60px;
}
.content-box .content-flex .child-txt .num {
  position: absolute;
  color: #f5fcff;
  font-size: 10rem;
  top: 30px;
  left: 30px;
  line-height: 1;
}
.content-box .content-flex .child-txt .content-title {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: #130c03;
  line-height: 1.6;
}
.content-box .content-flex .child-txt .content-title i {
  color: #6dc7eb;
}
.content-box .content-flex .child-txt .content-title .small {
  display: block;
  font-size: 2rem;
  margin-top: 5px;
}
.content-box .content-flex .child-txt .txt {
  margin: 30px auto;
}
.content-box .content-flex .child-txt .txt p + p {
  margin-top: 15px;
}
.content-box .content-flex .child-txt .txt2 {
  margin: 30px auto 0;
}
.content-box .content-flex .child-txt .txt2 p + p {
  margin-top: 15px;
}
.content-box .content-flex .child-txt .content-btn a {
  position: relative;
  overflow: hidden;
  color: #130c03;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .content-box .content-flex .child-txt .content-btn a {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .content-box .content-flex .child-txt .content-btn a {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}
.content-box .content-flex .child-txt .content-btn a {
  padding: 10px;
  border: 1px solid #6dc7eb;
  display: block;
  text-align: center;
  max-width: 220px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.content-box .content-flex .child-txt .content-btn a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #6dc7eb;
  top: 0;
  left: 10px;
}
.content-box .content-flex .child-txt .content-btn a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #6dc7eb;
  top: 0;
  right: 10px;
}
.content-box .content-flex .child-txt .content-btn a:hover {
  color: #fff;
  border: 1px solid #6dc7eb;
  -webkit-box-shadow: #B0E0E6 0 80px 0px 2px inset;
  box-shadow: #B0E0E6 0 80px 0px 2px inset;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.content-box .content-flex .child-txt .content-btn a:hover:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: -1px;
}
.content-box .content-flex .child-txt .content-btn a:hover:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  right: -1px;
}
.content-box .content-flex .child-img .photo {
  height: 100%;
}
.content-box .content-flex .child-img .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-box .content-flex .child-img .photo:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 0%;
  top: 0;
  right: 0;
}
.content-box .content-flex .child-img .photo.type1:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27885/service01.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.content-box .content-flex .child-img .photo.type2:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27885/service02.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.content-box .content-flex .child-img .photo.type3:before {
  background: url(../img/photo03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.content-box .content-flex .child-img .photo.type4:before {
  background: url(../img/photo04.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.content-box .content-flex .child-img .photo.type5:before {
  background: url(../img/photo05.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.content-box .content-flex .child-img .photo.type6:before {
  background: url(../img/photo06.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.content-box .content-flex .child-img .photo.type7:before {
  background: url(../img/photo07.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 896px) {
  .content-box {
    width: 100%;
  }
  .content-box .content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-box .content-flex .child-txt {
    width: 100%;
    padding: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content-box .content-flex .child-txt .num {
    font-size: 8rem;
    top: 15px;
    left: 15px;
  }
  .content-box .content-flex .child-txt .content-title {
    font-size: 1.8rem;
  }
  .content-box .content-flex .child-txt .content-title .small {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .content-box .content-flex .child-txt .txt {
    margin: 25px auto;
  }
  .content-box .content-flex .child-txt .txt p + p {
    margin-top: 10px;
  }
  .content-box .content-flex .child-txt .txt2 {
    margin: 25px auto 0;
  }
  .content-box .content-flex .child-txt .txt2 p + p {
    margin-top: 10px;
  }
  .content-box .content-flex .child-img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .content-box .content-flex .child-img .photo {
    position: relative;
    height: auto;
    padding-bottom: 56.25%;
  }
  .content-box .content-flex .child-img .photo.type1:before, .content-box .content-flex .child-img .photo.type2:before, .content-box .content-flex .child-img .photo.type3:before, .content-box .content-flex .child-img .photo.type4:before, .content-box .content-flex .child-img .photo.type5:before, .content-box .content-flex .child-img .photo.type6:before, .content-box .content-flex .child-img .photo.type7:before {
    width: 100%;
    background-size: cover;
  }
}
@media all and (max-width: 896px) {
  .content-box .content-flex .child-txt {
    padding: 20px;
  }
  .content-box .content-flex .child-txt .num {
    font-size: 6rem;
  }
  .content-box .content-flex .child-txt .content-title {
    font-size: 1.4rem;
  }
  .content-box .content-flex .child-txt .content-title .small {
    font-size: 1.3rem;
  }
  .content-box .content-flex .child-txt .txt {
    margin: 20px auto;
  }
  .content-box .content-flex .child-txt .txt2 {
    margin: 20px auto 0;
  }
}

.u-timeline3 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.u-timeline3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
}
.u-timeline3.type1 > dt {
  width: 5em;
}
.u-timeline3.sbc > dt > b {
  color: #B0E0E6;
}
.u-timeline3.sbc > dd {
  border-left: solid 2px #6dc7eb;
}
.u-timeline3.sbc > dd > .inner {
  border-left: solid 8px #B0E0E6;
}
.u-timeline3.sbc > dd > .inner > .container > .title {
  border-bottom: solid 1px #B0E0E6;
}
.u-timeline3.sbc > dd > .inner::before {
  border-color: transparent #B0E0E6 transparent transparent;
}
.u-timeline3.sbc > dd > .inner::after {
  background-color: #B0E0E6;
}
.u-timeline3 > dt {
  width: 8em;
  padding-top: 3.5em;
}
.u-timeline3 > dt > b {
  position: relative;
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  text-transform: inherit;
  color: #999;
  text-align: right;
  padding-right: 0.5em;
}
.u-timeline3 > dd {
  width: calc(100% - 8em - 20px);
  padding: 2em 0 2em 20px;
  border-left: solid 2px #6dc7eb;
}
.u-timeline3 > dd > .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  padding: 10px;
  margin-left: 1em;
  border-left: solid 8px #6dc7eb;
  -webkit-box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.1);
}
.u-timeline3 > dd > .inner > .image {
  width: 25%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.u-timeline3 > dd > .inner > .image img {
  width: 100%;
}
.u-timeline3 > dd > .inner > .container {
  width: 75%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 10px;
  color: #333;
}
.u-timeline3 > dd > .inner > .container > .title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  border-bottom: solid 1px #6dc7eb;
  padding-bottom: 5px;
}
.u-timeline3 > dd > .inner::before {
  content: "";
  position: absolute;
  top: 1.7em;
  left: -30px;
  display: inline-block;
  border-style: solid;
  border-width: 15px;
  border-color: transparent #6dc7eb transparent transparent;
}
.u-timeline3 > dd > .inner::after {
  position: absolute;
  top: 2.7em;
  left: -53px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #B0E0E6;
  border-radius: 50%;
}
@media screen and (max-width: 896px) {
  .u-timeline3 > dt {
    border-left: solid 2px #6dc7eb;
    margin-left: 1em;
    padding-top: 0;
    padding-left: 2.5em;
  }
  .u-timeline3 > dd {
    width: calc(100% - 1em);
    margin-left: 1em;
    padding-top: 0.5em;
  }
  .u-timeline3 > dd > .inner > .image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .u-timeline3 > dd > .inner > .container {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .u-timeline3 > dd > .inner > .container > .title {
    font-size: 1.4rem;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  .u-timeline3 > dd > .inner::after {
    top: 2.8em;
    left: -49px;
  }
}

.main-note {
  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;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.main-note .note-img {
  width: 70%;
}
.main-note .note-img img {
  width: 100%;
}
.main-note .note-img.type1 {
  margin-left: auto;
}
.main-note .note-txt {
  position: absolute;
  width: 55%;
  right: 0;
  bottom: -15px;
  z-index: 1;
}
.main-note .note-txt.type1 {
  right: auto;
  left: 0;
}
.main-note .main-title p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  padding: 15px 20px;
  font-size: 2.6rem;
  background: #6dc7eb;
  color: #fff;
  line-height: 1;
  display: table;
}
.main-note .main-title p + p {
  margin-top: 12px;
}
@media all and (max-width: 1100px) {
  .main-note .main-title p {
    padding: 15px;
    font-size: 2.2rem;
  }
  .main-note .main-title p + p {
    margin-top: 8px;
  }
}
@media all and (max-width: 896px) {
  .main-note .note-img {
    width: 75%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .main-note .note-txt {
    width: 85%;
    bottom: -35px;
  }
  .main-note .main-title p {
    padding: 10px;
    font-size: 1.8rem;
  }
  .main-note .main-title p + p {
    margin-top: 5px;
  }
}
@media all and (max-width: 639px) {
  .main-note .main-title p {
    padding: 6px;
    font-size: 1.3rem;
  }
}

.voice {
  position: relative;
}
.voice.type_b li {
  display: block;
}
.voice.type_b li .txt {
  width: 100%;
  margin-bottom: 1.5em;
}
.voice.type_b li .txt:before {
  position: absolute;
  content: "";
  top: inherit;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
}
.voice.type_b li .figure {
  margin: 0 auto;
  width: 10em;
  height: 10em;
  background-color: #f2f2f2;
}
.voice.type_b li .answer {
  background-color: #1f3290;
  color: #fff;
  font-weight: bold;
  padding: 1.5em;
  border-radius: 1em;
  margin-top: 2em;
  position: relative;
  width: 100%;
}
.voice.type_b li .answer:before {
  position: absolute;
  content: "";
  top: -1.5em;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #1f3290 transparent transparent transparent;
  z-index: -1;
}
.voice.type_c li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 500px) {
  .voice.type_c li {
    margin-bottom: 40px;
  }
}
.voice.type_c li .txt {
  width: 100%;
  color: #333;
}
.voice.type_c li .txt:before {
  position: absolute;
  content: "";
  top: inherit;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
}
.voice.type_c li .txtbox {
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  padding: 1.5em;
  position: relative;
  -webkit-box-shadow: #fff 5px 5px 0 3px;
          box-shadow: #fff 5px 5px 0 3px;
}
.voice.type_c li .txtbox .answer {
  position: absolute;
  top: -74px;
  left: -15px;
  color: #ffff59;
  font-size: 5.6rem;
  font-family: "Parisienne", cursive;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.voice.type_c li .figure {
  margin: 0 auto;
  width: 300px;
  height: 300px;
  background-color: #f2f2f2;
  border: 3px solid #ffd800;
  -webkit-box-shadow: #162366 0px 0px 0px 30px;
          box-shadow: #162366 0px 0px 0px 30px;
}
.voice li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 20px;
}
.voice li .figure {
  display: grid;
  place-items: center;
  background-color: #0a4c9b;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  margin: 0 1.5em 0 0;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .voice li .figure {
    width: 5em;
    height: 5em;
  }
}
.voice li .figure img {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice li .figure i {
  font-size: 400%;
  color: rgb(255, 255, 255);
}
.voice li .beta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5em;
  border-radius: 1em;
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
}
.voice li .beta.bg_white:before {
  background-color: #fff;
}
.voice li .beta:before {
  position: absolute;
  content: "";
  top: 25px;
  left: -7px;
  width: 15px;
  height: 15px;
  background-color: #f2f2f2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}
.voice li .beta span {
  color: #1f3290;
}
.voice li .speech {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 1.5em;
  border-radius: 1em;
  border: 1px solid #aaa;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 500px) {
  .voice li .speech {
    margin-bottom: 1em;
  }
}
.voice li .speech:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 25px;
  left: -7px;
  margin: 0 auto 0;
  height: 15px;
  width: 15px;
  background: #fff;
  -webkit-box-shadow: #aaa -1px 1px 0 0;
          box-shadow: #aaa -1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.voice li .speech b {
  color: #0a4c9b;
}

.flow {
  padding-left: 80px;
  position: relative;
  list-style: none;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #efefef;
  display: block;
  position: absolute;
  top: 0;
  left: 90px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 5vh;
}
.flow > li .icon {
  font-size: 1.2rem;
  color: #fff;
  background-color: #6dc7eb;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -80px;
  z-index: 2;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #6dc7eb;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
  margin: 0;
}
.flow > li dl::before, .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6dc7eb;
  border-radius: 50%;
  left: 14px;
  z-index: 1;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 21px;
}
.flow > li dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #6dc7eb;
  margin-bottom: 1vh;
  line-height: 1.4;
}
.flow > li dl dd {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
}
@media all and (max-width: 639px) {
  .flow {
    padding-left: 0;
  }
  .flow::before {
    left: 10px;
  }
  .flow > li {
    padding-top: 45px;
  }
  .flow > li .icon {
    left: 0;
    top: 0;
    padding: 4px 15px;
    font-size: 1.1rem;
  }
  .flow > li dl {
    padding-left: 35px;
  }
  .flow > li dl::before {
    left: 6px;
  }
  .flow > li dl::after {
    width: 20px;
    left: 12px;
  }
  .flow > li dl dt {
    font-size: 1.6rem;
  }
  .flow > li dl dd {
    font-size: 1.4rem;
  }
}

.top-bnr {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.top-bnr a {
  display: block;
  padding: 60px 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
  overflow: hidden;
}
.top-bnr a:before, .top-bnr a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-bnr a:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27885/bg-entry.webp) no-repeat 50% 30%/cover;
  z-index: -2;
}
.top-bnr a:after {
  background: #000;
  opacity: 0.5;
  z-index: -1;
}
.top-bnr a .inner {
  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;
  z-index: 1;
}
.top-bnr a .inner .child {
  width: calc((100% - 600px) / 2);
  text-align: center;
}
.top-bnr a .inner .child-txt {
  width: 550px;
  color: #fff;
  text-align: center;
}
.top-bnr a .inner .child-txt h3 {
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
}
@media all and (max-width: 896px) {
  .top-bnr a .inner .child-txt h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .top-bnr a .inner .child-txt h3 {
    font-size: 1.7rem;
  }
}
.top-bnr a .inner .child-txt .more {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .top-bnr a .inner .child-txt .more {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .top-bnr a .inner .child-txt .more {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}
.top-bnr a .inner .child-txt .more {
  border-radius: 30px;
  padding: 5px 20px;
  display: table;
  margin: 20px auto 0;
  border: 1px solid #fcfaf2;
  background: transparent;
  color: #fcfaf2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-bnr a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.top-bnr a:hover .child-txt .more {
  background: #fcfaf2;
  color: #6dc7eb;
}
@media all and (max-width: 1100px) {
  .top-bnr a {
    padding: 50px 25px;
  }
  .top-bnr a .inner .child {
    width: calc((100% - 580px) / 2);
  }
}
@media all and (max-width: 896px) {
  .top-bnr {
    border-radius: 5px;
  }
  .top-bnr a {
    padding: 40px 20px;
    border-radius: 5px;
  }
  .top-bnr a .inner {
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-bnr a .inner .child {
    width: 35%;
    max-width: 150px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top-bnr a .inner .child-txt {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media all and (max-width: 639px) {
  .top-bnr a {
    padding: 30px 15px;
  }
  .top-bnr a .inner .child-txt {
    margin: 0 auto 20px;
  }
  .top-bnr a .inner .child-txt h3 {
    margin-bottom: 10px;
  }
  .top-bnr a .inner .child-txt .more {
    margin: 10px auto 0;
  }
}

.faq-dl2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 5%;
}
@media all and (max-width: 639px) {
  .faq-dl2 {
    grid-template-columns: 1fr;
  }
}
.faq-dl2 .faq-inner {
  padding: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f5fcff;
}
.faq-dl2 .faq-inner dt,
.faq-dl2 .faq-inner dd {
  position: relative;
  padding: 10px 10px 10px 55px;
}
.faq-dl2 .faq-inner dt:before,
.faq-dl2 .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0;
  font-family: "Josefin Sans", "Lato", sans-serif;
  font-weight: 500;
}
.faq-dl2 .faq-inner dt {
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}
.faq-dl2 .faq-inner dt:before {
  content: "Q";
  color: #fff;
  font-size: 3rem;
  background: #6dc7eb;
}
.faq-dl2 .faq-inner dd:before {
  content: "A";
  color: #fff;
  font-size: 3rem;
  background: #d55d54;
}

.category_tab2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 25px;
}
.category_tab2 li {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .category_tab2 li {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .category_tab2 li {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}
.category_tab2 li {
  text-align: center;
  border: 1px solid #aaaaaa;
  background: #fff;
  color: #130c03;
  padding: 15px 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.category_tab2 li span {
  margin-right: 5px;
}
.category_tab2 li:last-child {
  margin-right: 0;
}
.category_tab2 li:hover {
  border: 1px solid #6dc7eb;
}
.category_tab2 li.active#btntab1 {
  border: 1px solid #6dc7eb;
  background: #6dc7eb;
  color: #fff;
}
.category_tab2 li.active#btntab2 {
  border: 1px solid #0a4c9b;
  background: #0a4c9b;
  color: #fff;
}
.category_tab2 li {
  /* 通信工タブの hover は sub_color */
}
.category_tab2 li#btntab2:hover {
  border: 1px solid #0a4c9b;
}
@media all and (max-width: 896px) {
  .category_tab2 {
    margin-bottom: 15px;
    gap: 5px;
  }
  .category_tab2 li {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .category_tab2 li {
    padding: 5px;
    font-size: 1.25rem;
  }
}

.tbl_new {
  width: 100%;
}
.tbl_new tr {
  background-color: #fff;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
  font-weight: 500 !important;
}
.tbl_new tr th span,
.tbl_new tr td span {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
  .tbl_new tr th span,
  .tbl_new tr td span {
    font-size: 1.05rem;
  }
}
@media all and (max-width: 639px) {
  .tbl_new tr th span,
  .tbl_new tr td span {
    font-size: 1rem;
  }
}
.tbl_new tr th {
  padding-left: 20px;
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: rgb(198.7108433735, 233.4096385542, 247.2891566265);
}
@media all and (max-width: 639px) {
  .tbl_new tr th,
  .tbl_new tr td {
    display: block;
    width: 100%;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .tbl_new tr th {
    padding: 10px 0;
  }
  .tbl_new tr td {
    padding: 10px 0;
    background: transparent !important;
  }
}

.panel2.telecom .tbl_new tr:nth-child(odd) th,
.panel2.telecom .tbl_new tr:nth-child(odd) td {
  background: rgb(218.3636363636, 233.9636363636, 252.6363636364);
}

.content-box + .content-box {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .content-box + .content-box {
    margin-top: 20px;
  }
}

.content-box2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  background: #fff;
  padding: 15px;
}
.content-box2:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #fcfaf2;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.content-box2.type1:before {
  left: auto;
  right: 0;
}
.content-box2.type1 .child-txt {
  margin-left: auto;
}
.content-box2.type1 .photo:before {
  right: auto;
  left: 0;
}
.content-box2 .content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-box2 .content-flex .child-txt {
  position: relative;
  width: 60%;
  padding: 60px;
}
.content-box2 .content-flex .child-txt .num {
  position: absolute;
  color: rgba(109, 199, 235, 0.2);
  font-size: 8rem;
  letter-spacing: 0;
  line-height: 1;
  top: 30px;
  left: 30px;
}
.content-box2 .content-flex .child-txt .content-title {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .content-box2 .content-flex .child-txt .content-title {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .content-box2 .content-flex .child-txt .content-title {
    font-size: 1.45rem;
  }
}
.content-box2 .content-flex .child-txt .content-title {
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: rgb(86.5722891566, 190.3975903614, 231.9277108434);
}
.content-box2 .content-flex .child-txt .txt {
  margin: 20px auto 0;
}
.content-box2 .content-flex .child-img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-box2 .content-flex .child-img .photo {
  height: 100%;
}
.content-box2 .content-flex .child-img .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-box2 .content-flex .child-img .photo:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 0%;
  top: 0;
  right: 0;
}
.content-box2 .content-flex .child-img .photo.type1:before {
  background: url() no-repeat;
  background-size: cover;
  background-position: center;
}
.content-box2 .content-flex .child-img .photo.type2:before {
  background: url() no-repeat;
  background-size: cover;
  background-position: center;
}
.content-box2 .content-flex .child-img .photo.type3:before {
  background: url() no-repeat;
  background-size: cover;
  background-position: center;
}
.content-box2 .content-flex .child-img .photo.type4:before {
  background: url() no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 896px) {
  .content-box2 {
    width: calc(100% - 40px);
  }
  .content-box2 .content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: initial;
  }
  .content-box2 .content-flex .child-txt {
    width: 100%;
    padding: 35px 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content-box2 .content-flex .child-txt .num {
    font-size: 6rem;
    top: 15px;
    left: 15px;
  }
  .content-box2 .content-flex .child-txt .txt {
    margin: 25px auto 0;
  }
  .content-box2 .content-flex .child-img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .content-box2 .content-flex .child-img .photo {
    position: relative;
    height: auto;
    padding-bottom: 56.25%;
  }
  .content-box2 .content-flex .child-img .photo.type1:before, .content-box2 .content-flex .child-img .photo.type2:before, .content-box2 .content-flex .child-img .photo.type3:before, .content-box2 .content-flex .child-img .photo.type4:before {
    width: 100%;
    background-size: cover;
  }
}
@media all and (max-width: 896px) {
  .content-box2 {
    width: calc(100% - 20px);
  }
  .content-box2 .content-flex .child-txt {
    padding: 25px 20px;
  }
  .content-box2 .content-flex .child-txt .num {
    font-size: 5rem;
    top: 10px;
    left: 10px;
  }
  .content-box2 .content-flex .child-txt .txt {
    margin: 20px auto 0;
  }
}
@media all and (max-width: 639px) {
  .content-box2 {
    width: calc(100% - 10px);
  }
  .content-box2 .content-flex .child-txt {
    padding: 20px 15px;
  }
  .content-box2 .content-flex .child-txt .num {
    font-size: 5rem;
  }
  .content-box2 .content-flex .child-txt .txt {
    margin: 15px auto 0;
  }
}

.mbox2 a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  padding: 40px 30px;
  border: 1px solid #aaaaaa;
  display: block;
  color: #151515;
}
.mbox2 a h3 {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
}
@media all and (max-width: 896px) {
  .mbox2 a h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .mbox2 a h3 {
    font-size: 1.7rem;
  }
}
.mbox2 a h3 {
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #130c03;
  border-bottom: 1px dotted #aaaaaa;
  padding: 15px 0 15px 75px;
  margin-bottom: 15px;
}
.mbox2 a h3 span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .mbox2 a h3 span {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .mbox2 a h3 span {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}
.mbox2 a h3 span {
  letter-spacing: 0.1em;
}
.mbox2 a h3:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url();
  background-size: contain;
}
.mbox2 a h3.icon01:before {
  background-image: url();
}
.mbox2 a h3.icon02:before {
  background-image: url();
}
.mbox2 a h3.icon03:before {
  background-image: url();
}
.mbox2 a h3.icon04:before {
  background-image: url();
}
.mbox2 a:hover {
  -webkit-filter: drop-shadow(0 0 12px rgba(19, 12, 3, 0.08));
          filter: drop-shadow(0 0 12px rgba(19, 12, 3, 0.08));
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  border: 1px solid #6dc7eb;
}
@media all and (max-width: 1100px) {
  .mbox2 .service-title {
    padding: 10px 0 15px 65px;
    font-size: 2rem;
  }
  .mbox2 .service-title:before {
    width: 45px;
    height: 45px;
  }
}
@media all and (max-width: 896px) {
  .mbox2 .service-title {
    padding: 5px 0 10px 45px;
    font-size: 1.8rem;
  }
  .mbox2 .service-title:before {
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 639px) {
  .mbox2 {
    padding: 25px 15px;
    -webkit-box-shadow: 3px 3px rgba(170, 170, 170, 0.8);
            box-shadow: 3px 3px rgba(170, 170, 170, 0.8);
  }
  .mbox2 .service-title {
    padding: 5px 0 10px 38px;
    font-size: 1.45rem;
  }
  .mbox2 .service-title:before {
    width: 24px;
    height: 24px;
  }
}

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

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

@-webkit-keyframes rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  85% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  85% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate_anime2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  35% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  95% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate_anime2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  35% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  95% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* accordion
----------------------------------*/
/* accordion ----------------------------------*/
.accordion {
  position: relative;
  margin-bottom: 50px;
}
.accordion dt {
  cursor: pointer;
  padding: 20px 48px 20px 20px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion dt::after {
  content: "＋";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #A0D8EF;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.accordion dt:hover {
  background: #f0f4f7;
}
.accordion dt:hover::after {
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}
.accordion dt.on {
  background: #fff;
  border-bottom-color: transparent;
  border-radius: 5px 5px 0 0;
}
.accordion dt.on::after {
  content: "＋";
  background: #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.accordion .accordion_contents {
  display: none;
  padding: 30px;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.form-pattern-1 dl dt:not(.pattern-exclusion) span.required::before {
  background-color: #f8931f !important;
}

#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #contact {
  /* 固定ヘッダーの高さ分（例: 80px）を指定 */
  scroll-margin-top: 200px;
}