@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #4e433b;
  font-family: "Zen Maru Gothic", "YakuHanJP", "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.1em;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3e7;
  z-index: -2;
}

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

#wrapper.contents {
  overflow: initial;
}

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

.bold {
  font-weight: 600;
}

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

.mincho {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}

.eng {
  font-family: "Outfit", sans-serif;
}

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

.en-big {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
}

/* Contents
----------------------------------*/
.top-content {
  position: relative;
  padding: 40px 0;
  margin: 50px auto 0;
}
.top-content .top-content__title {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -120px;
  text-align: center;
}
.top-content .top-content__txt {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.top-content .top-content__txt span {
  font-size: 1.5rem;
  background-color: #fff;
  padding: 2px 30px;
  display: inline-block;
  border-radius: 50px;
}
@media all and (max-width: 639px) {
  .top-content {
    padding: 50px 0 80px;
  }
  .top-content .top-content__title {
    top: -80px;
    max-width: 300px;
  }
  .top-content .top-content__txt {
    font-size: 1.4rem;
  }
  .top-content .top-content__txt span {
    font-size: 1.2rem;
    background-color: #fff;
    padding: 2px 20px;
    display: inline-block;
    border-radius: 50px;
  }
}

.top-content__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 0;
  gap: 80px 40px;
}
.top-content__list li {
  width: 46%;
  position: relative;
  background-color: #fff;
  padding: 20px 20px 30px;
  border-radius: 20px;
  z-index: 1;
}
.top-content__list li:before {
  position: absolute;
  content: "";
  width: 180px;
  height: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
  background-color: #ffffff;
  border-radius: 50% 50% 0 0;
  z-index: -1;
}
.top-content__list li a {
  display: block;
}
.top-content__list li:hover .list__title span {
  transition: 0.4s;
}
.top-content__list li:hover .list__photo img {
  transition: 0.4s;
  transform: scale(1.05);
}
.top-content__list .list__icon {
  text-align: center;
  margin: -30px auto 20px;
}
.top-content__list .list__icon img {
  width: 80px;
}
.top-content__list .list__title {
  text-align: center;
}
.top-content__list .list__title span {
  transition: 0.4s;
  background-color: #4e433b;
  color: #fff;
  padding: 8px 30px;
  font-size: 1.8rem;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  width: 70%;
  position: relative;
}
.top-content__list .list__title span::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  transform: translate(-50%, -50%);
  border: 2px dashed #fff;
  z-index: 2;
  border-radius: 10px 10px 0 0;
}
.top-content__list .list__title.type1 span {
  background-color: #da4815;
}
.top-content__list .list__title.type2 span {
  background-color: #63b68f;
}
.top-content__list .list__title.type3 span {
  background-color: #6781b7;
}
.top-content__list .list__title.type4 span {
  background-color: #f2cc18;
}
.top-content__list .list__photo {
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  width: 85%;
  margin: 0 auto;
}
.top-content__list .list__photo img {
  transition: 0.4s;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media all and (max-width: 1367px) {
  .top-content__list li:hover .list__title span {
    transition: 0.4s;
    background-color: #69c0f3;
  }
  .top-content__list li:hover .list__photo img {
    transition: 0.4s;
    transform: scale(1.05);
  }
}
@media all and (max-width: 1100px) {
  .top-content__list .list__photo {
    width: 95%;
  }
  .top-content__list .list__title span {
    width: 80%;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 896px) {
  .top-content__list li {
    width: 80%;
  }
}
@media all and (max-width: 639px) {
  .top-content__list {
    gap: 20px;
  }
  .top-content__list li {
    width: 90%;
  }
  .top-content__list .list__icon {
    max-width: 60px;
    margin: -30px auto 10px;
  }
  .top-content__list .list__title span {
    padding: 4px 20px;
    font-size: 1.3rem;
    display: inline-block;
  }
  .top-content__list .list__photo {
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
  }
  .top-content__list .list__photo img {
    transition: 0.4s;
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.info-area {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.info-area:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 60px 0 0 60px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/top-recruit.jpg)
    no-repeat center/cover;
}
.info-area .left {
  position: relative;
  padding: 70px 35px;
  width: 50%;
  align-self: center;
}
.info-area .left .inner {
  max-width: 680px;
  margin: 0 auto;
}
.info-area .left .inner .icon {
  width: 100px;
  margin: 0 auto;
}
.info-area .left .inner p + p {
  margin-top: 15px;
}
@media all and (max-width: 896px) {
  .info-area:before {
    width: 90%;
    height: 250px;
    background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/top-recruit.jpg)
      no-repeat center top/cover;
  }
  .info-area .left {
    width: 100%;
    margin-top: 250px;
    padding: 20px 15px;
  }
  .info-area .left p + p {
    margin-bottom: 10px;
  }
}

.class_shoukai {
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.class_shoukai .class_item {
  width: 15%;
  margin-right: 2%;
}
@media all and (max-width: 639px) {
  .class_shoukai .class_item {
    width: 33.33333%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.class_shoukai .class_item:last-child {
  margin-right: 0;
}
.class_shoukai .class_item img {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}
.class_shoukai .class_item p {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  color: #4e433b;
}
@media all and (max-width: 639px) {
  .class_shoukai .class_item p {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.class_shoukai .class_item p span {
  display: table;
  border: 1px solid;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 8px 15px;
  line-height: 1em;
  margin: auto;
  border-radius: 100px;
}
@media all and (max-width: 639px) {
  .class_shoukai .class_item p span {
    padding: 3px 15px;
  }
}
.class_shoukai .class_item p span.kiiro {
  color: #efc820;
  border-color: #efc820;
  background: rgba(239, 200, 32, 0.1);
}
.class_shoukai .class_item p span.parple {
  color: #9f86cd;
  border-color: #9f86cd;
  background: rgba(159, 134, 205, 0.1);
}
.class_shoukai .class_item p span.color_pink {
  color: #f0a0bc;
  border-color: #f0a0bc;
  background: rgba(240, 160, 188, 0.1);
}
.class_shoukai .class_item p span.color_orange {
  color: #ffb739;
  border-color: #ffb739;
  background: rgba(255, 183, 57, 0.1);
}
.class_shoukai .class_item p span.color_green {
  color: #89c77b;
  border-color: #89c77b;
  background: rgba(137, 199, 123, 0.1);
}
.class_shoukai .class_item p span.color_bule {
  color: #29b5e5;
  border-color: #29b5e5;
  background: rgba(41, 181, 229, 0.1);
}

#page_about_inner {
  display: flex;
  align-items: flex-start;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 100px;
}
@media all and (max-width: 639px) {
  #page_about_inner {
    padding: 0;
    margin-top: 0;
  }
}
#page_about_inner .page_about_inner_side {
  width: 200px;
  position: sticky;
  left: 0;
  top: 170px;
  margin-bottom: 80px;
  z-index: 22;
}
@media all and (max-width: 639px) {
  #page_about_inner .page_about_inner_side {
    display: none;
  }
}
#page_about_inner .page_about_inner_side .page_about_inner_side_read {
  background: #f9b828;
  text-align: center;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 500;
  padding: 6px 0;
}
#page_about_inner .page_about_inner_side ul {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}
#page_about_inner .page_about_inner_side ul li {
  border-bottom: 1px dashed #eee;
}
#page_about_inner .page_about_inner_side ul li a {
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #4e433b;
  padding: 10px 0;
  display: block;
}
#page_about_inner .page_about_inner_main {
  flex: 1;
  margin-left: 40px;
}
@media all and (max-width: 639px) {
  #page_about_inner .page_about_inner_main {
    margin: auto;
  }
}

#day_2 {
  position: relative;
  padding-top: 80px;
}
#day_2 > ul {
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  margin-top: 50px;
}
#day_2 > ul > li {
  width: 23.5%;
  margin-right: 2%;
  background: #fff;
  padding: 20px;
  box-shadow: 3px 3px 0 rgba(239, 192, 194, 0.7);
  border-radius: 5px;
  box-sizing: border-box;
}
@media all and (max-width: 639px) {
  #day_2 > ul > li {
    width: 48%;
    margin-right: 0;
  }
}
#day_2 > ul > li:nth-child(4n) {
  margin-right: 0;
}
#day_2 > ul > li:nth-child(n + 5) {
  margin-top: 60px;
}
@media all and (max-width: 639px) {
  #day_2 > ul > li:nth-child(even) {
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  #day_2 > ul > li:nth-child(n + 3) {
    margin-top: 60px;
  }
}
#day_2 > ul > li .day_2_item_main {
  display: block;
  width: 100%;
}
#day_2 > ul > li .day_2_item_text {
  display: block;
  position: relative;
  padding-top: 13px;
}
#day_2 > ul > li .day_2_item_text .day_2_item_main {
  font-size: 1.5rem;
  font-weight: 500;
  color: #4e433b;
}
#day_2 > ul > li .day_2_item_text .day_2_item_main span {
  font-size: 70%;
  color: #4e433b;
  margin-right: 5px;
}
#day_2 .bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #4e433b;
}
@media all and (max-width: 639px) {
  #day_2 {
    padding-top: 40px;
  }
  #day_2 ul {
    margin-top: 20px;
  }
}

.com_bottom {
  margin-top: 70px;
}
.com_bottom ul {
  margin-top: 40px;
}
.com_bottom ul > li {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-weight: 600;
}
.com_bottom ul > li:nth-child(n + 2) {
  margin-top: 20px;
}
.com_bottom ul > li .img {
  width: 30%;
  float: left;
}
.com_bottom ul > li .img img {
  display: block;
  width: 100%;
}
.com_bottom ul > li .txt {
  width: 66%;
  float: left;
  margin-left: 4%;
}
.com_bottom ul > li .ttl {
  font-size: 20px;
  color: #4e433b;
}
.com_bottom ul > li .detail {
  font-size: 15px;
  color: #4e433b;
  margin-top: 15px;
}
.com_bottom ul > li .detail a {
  color: #463c2f;
  text-decoration: underline;
}
@media all and (max-width: 639px) {
  .com_bottom {
    margin-top: 35px;
  }
  .com_bottom ul {
    margin-top: 20px;
  }
  .com_bottom ul > li .img,
  .com_bottom ul > li .txt {
    width: 100%;
  }
  .com_bottom ul > li .ttl {
    font-size: 18px;
  }
}

/* animation
----------------------------------*/
@keyframes view-zoomin {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes pikopiko {
  0% {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
@keyframes swingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes swingX2 {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animation {
  opacity: 0;
}

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

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

.loader {
  align-items: center;
  background: #fdfdfd;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader::after {
  animation: loader 0.5s linear infinite;
  border: 1px solid #f9b828;
  border-radius: 50%;
  border-right: 1px solid rgba(249, 184, 40, 0.2);
  border-top: 1px solid rgba(249, 184, 40, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}
.loader.off {
  display: none;
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.glowAnime span {
  opacity: 0;
}

.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}
.glowAnime.glow span:nth-child(1) {
  color: #da4815;
}
.glowAnime.glow span:nth-child(2) {
  color: #63b68f;
}
.glowAnime.glow span:nth-child(3) {
  color: #6781b7;
}
.glowAnime.glow span:nth-child(4) {
  color: #f2cc18;
}
.glowAnime.glow span:nth-child(5) {
  color: #d892bc;
}
.glowAnime.glow span:nth-child(6) {
  color: #e36f36;
}
.glowAnime.glow span:nth-child(7) {
  color: #53ade4;
}
.glowAnime.glow span:nth-child(8) {
  color: #b2c700;
}
.glowAnime.glow span:nth-child(9) {
  color: #da4815;
}
.glowAnime.glow span:nth-child(10) {
  color: #63b68f;
}

@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;
  }
  99% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  100% {
    opacity: 1;
    text-shadow: none;
  }
}
.fuwafuwa {
  animation-name: fuwafuwa;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media all and (max-width: 896px) {
  @keyframes fuwafuwa {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(0, -3px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
}
.fuwafuwa2 {
  animation-name: fuwafuwa2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media all and (max-width: 896px) {
  @keyframes fuwafuwa2 {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(0, 3px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
}
/* header
----------------------------------*/
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.gradient {
  background: linear-gradient(45deg, #ccc, #f2cc18, #eee);
  background-size: 600% 600%;
  animation: anim-gradient 10s ease infinite;
}

@keyframes anim-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#l-header {
  width: 100%;
  z-index: 200;
  position: relative;
}
#l-header::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 220px;
  border-radius: 100%;
  z-index: -2;
}
#l-header.is-fixed {
  z-index: 200;
  top: 0;
  left: 0;
  position: fixed;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  background: #fefefe;
}
#l-header.is-fixed::before {
  bottom: -40px;
  background: #fefefe;
}
#l-header.is-fixed .inner #logo {
  width: 280px;
}
@media all and (max-width: 896px) {
  #l-header.is-fixed .inner #logo {
    width: 90px;
  }
}
#l-header.is-fixed #header_nav ul li a {
  writing-mode: initial;
  letter-spacing: 0.1rem;
}
#l-header.is-fixed #header_nav .dropdown .dropdown-li a {
  color: #4e433b;
}
#l-header.is-fixed #header_nav .dropdown .dropdown-li a::after {
  display: none;
}
#l-header.is-hide {
  transform: translateY(-100%);
}
#l-header .inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 896px) {
  #l-header .inner {
    min-width: initial;
    padding: 35px 0;
  }
}
#l-header .inner #logo {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 290px;
  z-index: 300;
  transition: all 0.5s ease;
}
@media all and (max-width: 896px) {
  #l-header .inner #logo {
    top: 10px;
    width: 200px;
  }
}
@media all and (max-width: 639px) {
  #l-header .inner #logo {
    width: 180px;
  }
}
#l-header .head-right {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media all and (max-width: 896px) {
  #l-header .head-right {
    display: none;
  }
}
@media all and (max-width: 639px) {
  #l-header::before {
    width: 180px;
    height: 180px;
    bottom: -45px;
  }
}

#header_nav {
  position: relative;
  margin: 5px auto 10px;
}
#header_nav > ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header_nav > ul > li {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}
/* 左の最後(Home, Schedule)の後にスペースを空ける */
#header_nav > ul > li:nth-child(2) {
  margin-right: 150px;
}

/* 右の最初(Flow, Facility)の前にスペースを空ける */
#header_nav > ul > li:nth-child(3) {
  margin-left: 150px;
}
@media all and (max-width: 1100px) {
  #header_nav > ul > li:nth-child(2) {
    margin-right: 120px;
  }
  #header_nav > ul > li:nth-child(3) {
    margin-left: 120px;
  }
}
#header_nav > ul > li a {
  display: block;
  letter-spacing: 0;
  position: relative;
  line-height: 1.5;
  font-size: 1.4rem;
  padding: 0 15px 0;
  color: #4e433b;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
}
#header_nav > ul > li a .eng {
  font-size: 1.6rem;
  margin-top: -1.6rem;
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 400;
  line-height: 1;
  color: #a9a29e;
  font-size: 0.8em;
  margin: 2px 0 0;
  text-transform: uppercase;
}
#header_nav > ul > li a img {
  display: block;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  margin: 0 auto 2rem;
}
#header_nav > ul > li a img.foot {
  display: none;
}
@media all and (max-width: 1100px) {
  #header_nav > ul > li a {
    font-size: 1.1rem;
  }
}
#header_nav > ul > li a:hover img {
  animation: rotate 0.7s ease-in-out both;
}
#header_nav > ul > li a:hover span,
#header_nav > ul > li a.active span {
  color: #f9b828;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
  z-index: 999;
  padding-top: 30px;
}
#header_nav .dropdown .dropdown-li {
  border-right: 0;
  background: #fefefe;
  text-align: center;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 160px;
  padding: 10px 8px;
  color: #4e433b;
  font-size: 1.2rem;
}
#header_nav .dropdown .dropdown-li a:after {
  display: none;
}
#header_nav .dropdown .dropdown-li a:hover {
  color: #f9b828;
}
#header_nav .dropdown .dropdown-li.foot_only {
  display: none;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 7px;
  z-index: 200;
}
#page-top a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  #page-top {
    bottom: 80px;
  }
}

/* swiper
----------------------------------*/
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/*
 .swiper-slide-active .slide-img,
 .swiper-slide-duplicate-active .slide-img,
 .swiper-slide-prev .slide-img {
  animation: zoom-in 11s linear 0s 1 normal both;
 }*/
.swiper-wrapper::before {
  position: absolute;
  content: "";
  width: 250px;
  height: 200px;
  bottom: -5%;
  right: -10%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-hana2.png)
    no-repeat center/contain;
  z-index: 2;
  animation: swingX 3s ease-in-out infinite alternate;
}
@media all and (max-width: 1100px) {
  .swiper-wrapper::before {
    width: 200px;
    height: 145px;
  }
}
@media all and (max-width: 896px) {
  .swiper-wrapper::before {
    width: 120px;
    bottom: 0;
  }
}
@media all and (max-width: 639px) {
  .swiper-wrapper::before {
    bottom: -77px;
  }
}
.swiper-wrapper::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 200px;
  bottom: -5%;
  left: -10%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-hana2.png)
    no-repeat center/contain;
  z-index: 2;
  animation: swingX2 4s ease-in-out infinite alternate;
}
@media all and (max-width: 1100px) {
  .swiper-wrapper::after {
    width: 200px;
    height: 145px;
  }
}
@media all and (max-width: 896px) {
  .swiper-wrapper::after {
    width: 120px;
    bottom: 0;
  }
}
@media all and (max-width: 639px) {
  .swiper-wrapper::after {
    bottom: -77px;
  }
}

.swiper-slide {
  position: relative;
  background: #fff;
}
.swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.8;
}
.swiper-slide.slide1:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/1.jpg);
}
.swiper-slide.slide2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/2.jpg);
}
.swiper-slide.slide3:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/3.jpg);
}
.swiper-slide.slide4:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/4.jpg);
}

.slide-img {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media all and (max-width: 1100px) {
  .slide-img {
    height: 65vw;
  }
}
@media all and (max-width: 896px) {
  .slide-img img {
    width: 60%;
  }
}
@media all and (max-width: 639px) {
  .slide-img {
    height: 75vw;
  }
  .slide-img img {
    width: 80%;
  }
}
.slide-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-v {
  position: relative;
  background: #fff;
}
.main-v::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/mainv-top.png)
    no-repeat center/cover;
}
.main-v::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/mainv-bottom.png)
    no-repeat center/cover;
  z-index: 1;
}

/* slideshow
----------------------------------*/
#slide-bg {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

#slideshow {
  width: 700px;
  margin: 0 auto 0;
  padding: 80px 0 180px 0;
  position: relative;
}
@media all and (max-width: 639px) {
  #slideshow {
    width: 85%;
  }
  #slideshow::before {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }
  #slideshow::after {
    width: calc(100% + 50px);
    height: calc(100% + 50px);
  }
}

#catch {
  z-index: 150;
  position: absolute;
  right: 5%;
  top: 10%;
  width: 20%;
  text-shadow: 0 0 10px #333;
  text-align: center;
  opacity: 1;
}
#catch.on {
  opacity: 1;
  transition: 2s;
}
#catch img {
  filter: drop-shadow(1px 1px 2.5px #757474);
}
@media all and (max-width: 896px) {
  #catch {
    width: 35%;
  }
}
@media all and (max-width: 639px) {
  #catch {
    width: 40%;
  }
}

.name {
  z-index: 150;
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 50%;
  transform: translateX(-50%);
  text-shadow: 0 0 10px #333;
  color: #fefefe;
  text-align: center;
  font-size: 3rem;
}
.name span {
  font-size: 1.2rem;
  display: block;
}
@media all and (max-width: 639px) {
  .name {
    font-size: 2.3rem;
  }
  .name span {
    font-size: 1rem;
  }
}

/* footer
----------------------------------*/
footer {
  overflow: hidden;
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
  padding: 80px 0 0;
}
#l-footer .inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 3;
  padding: 55px 50px;
  color: #fefefe;
}
@media all and (max-width: 1100px) {
  #l-footer .inner {
    max-width: 100%;
    padding: 55px 50px 0;
  }
}
#l-footer .inner .contact-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#l-footer .inner .contact-area > li {
  width: 25%;
}
#l-footer .inner .contact-area > li:nth-child(3n) {
  width: 48%;
}
@media all and (max-width: 1100px) {
  #l-footer .inner .contact-area > li {
    width: 40%;
  }
  #l-footer .inner .contact-area > li:nth-child(2n) {
    width: 55%;
  }
  #l-footer .inner .contact-area > li:nth-child(3n) {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  #l-footer .inner .contact-area > li {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  #l-footer .inner .contact-area > li:last-child {
    margin-bottom: 0;
  }
  #l-footer .inner .contact-area > li:nth-child(2n) {
    width: 100%;
  }
  #l-footer .inner .contact-area > li .tb-col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  #l-footer .inner .contact-area > li .tb-col2 .child {
    width: 46%;
  }
}
#l-footer .inner .contact-area > li .map-btn {
  margin-bottom: 20px;
}
#l-footer .inner .contact-area > li .map-btn a {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 5px 35px;
  color: #fefefe;
  display: inline-block;
}
#l-footer .inner .contact-area > li .map-btn a:hover {
  color: #fefefe;
  background-color: #f9b828;
}
@media all and (max-width: 639px) {
  #l-footer .inner .contact-area {
    margin-bottom: 0;
  }
}
#l-footer .footer-column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 30px;
  z-index: 2;
}
#l-footer .footer-column.type1 {
  margin: 0 auto;
}
#l-footer .footer-column .footer-left {
  width: 43%;
  text-align: center;
}
#l-footer .footer-column .footer-left table th,
#l-footer .footer-column .footer-left table td {
  padding: 10px;
}
#l-footer .footer-column .footer-company {
  padding: 20px 35px;
  border-radius: 10px;
  color: #4e433b;
  border: 3px dashed #fff;
  display: inline-block;
  color: #fff;
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.2);
  width: 80%;
}
@media all and (max-width: 1100px) {
  #l-footer .footer-column .footer-company {
    width: 90%;
    padding: 10px 15px;
  }
}
@media all and (max-width: 639px) {
  #l-footer .footer-column .footer-company {
    width: 100%;
    font-size: 1.2rem;
  }
}
#l-footer .footer-column .footer-right {
  width: 55%;
}
#l-footer .footer-column .footer-right iframe {
  height: 420px;
  border-radius: 5px;
  overflow: hidden;
}
#l-footer .flex-box-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  padding: 10px;
  margin: 25px auto;
  border-radius: 15px;
}
#l-footer .flex-box-footer h3 {
  background: #f2cc18;
  padding: 5px 20px;
  border-radius: 30px;
  margin-right: 20px;
  margin-top: 5px;
  color: #4e433b;
}
#l-footer .tel-btn-sub a {
  color: #fff;
  font-size: 2rem;
}
#l-footer .tel-btn-sub a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  font-weight: 900;
  margin-right: 5px;
}
#l-footer .tel-btn-sub a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  #l-footer .tel-btn-sub a {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1100px) {
  #l-footer .inner {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  #l-footer {
    padding: 40px 0 0;
  }
}
@media all and (max-width: 896px) {
  #l-footer:after {
    display: none;
  }
  #l-footer .footer-column .footer-left {
    width: 100%;
    order: 1;
  }
  #l-footer .footer-column .footer-left table th,
  #l-footer .footer-column .footer-left table td {
    padding: 6px;
  }
  #l-footer .footer-column .footer-right {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }
  #l-footer .footer-column .footer-right iframe {
    height: 200px;
  }
}
@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
    background-size: contain;
    overflow: hidden;
    width: 100%;
  }
  #l-footer .inner {
    padding: 25px 15px 0;
  }
}

/* contact_bnr
----------------------------------*/
.contact_bnr {
  margin-bottom: 10px;
}
.contact_bnr.full {
  margin-top: 20px;
  margin-bottom: 30px;
}
.contact_bnr.full > li {
  width: 100%;
}
@media all and (max-width: 896px) {
  .contact_bnr.full > li {
    width: 48%;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr.full > li {
    width: 100%;
  }
}
.contact_bnr > li {
  width: 80%;
  margin: 0 auto 15px;
}
@media all and (max-width: 1100px) {
  .contact_bnr > li {
    width: 90%;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li {
    width: 100%;
  }
}
.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  position: relative;
  font-size: 3.2rem;
  line-height: 1.5;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: white;
  border-radius: 60px;
  color: #f9b828;
  padding: 4px;
  letter-spacing: 0;
}
.contact_bnr > li .bnr_tel:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_tel {
    font-size: 2rem;
  }
}
.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: #f9b828;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 12px 10px;
  font-size: 2rem;
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.4rem;
  }
}
.contact_bnr > li .bnr_mail:hover {
  color: #fefefe;
  background-color: #f9b828;
}
.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;
  color: #fefefe;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  border-radius: 5px;
}
.contact_bnr > li a:before,
.contact_bnr > li span:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
@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;
    transform: translateY(-2px);
  }
}
.contact_bnr.white li {
  width: 48%;
}
@media all and (max-width: 639px) {
  .contact_bnr.white li {
    width: 100%;
  }
}
.contact_bnr.white li a,
.contact_bnr.white li span {
  border: 1px solid #fefefe;
  color: #fefefe;
}
.contact_bnr.white li a:hover,
.contact_bnr.white li span:hover {
  color: #f9b828;
  background: #fefefe;
}
.contact_bnr.type2 > li a {
  background: #f9b828;
  color: #fefefe;
  border: none;
  width: 60%;
  margin: 0 auto;
}
.contact_bnr.type2 > li a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  .contact_bnr.type2 > li a {
    width: 90%;
  }
}

/* fixed-btn
----------------------------------*/
#fixed-btn {
  position: fixed;
  z-index: 200;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#fixed-btn a {
  display: block;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.3em;
  font-size: 1.4rem;
  text-transform: inherit;
  padding: 16px 16px;
  background: #f9b828;
  position: relative;
  transition: all 0.4s ease;
  text-align: center;
  border-radius: 15px 0 0 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#fixed-btn a.type1 {
  background: #9dcc5b;
  margin-top: 10px;
}
#fixed-btn a.type1 i {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.9rem;
  z-index: 1;
  color: #9dcc5b;
}
#fixed-btn a.type1 i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  z-index: -1;
}
#fixed-btn a.type2 {
  background: #00b900;
  margin-top: 10px;
}
#fixed-btn a.type2 i {
  position: relative;
  margin-bottom: 20px;
  font-size: 2.5rem;
  z-index: 1;
  color: #00b900;
}
#fixed-btn a.type2 i::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  z-index: -1;
}
#fixed-btn a.type3 {
  background: #db7f9e;
  margin-top: 10px;
}
#fixed-btn a.type3 i {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.9rem;
  z-index: 1;
  color: #db7f9e;
}
#fixed-btn a.type3 i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  z-index: -1;
}
#fixed-btn a i {
  margin-bottom: 3px;
  font-size: 1.6rem;
}
#fixed-btn a:hover {
  background: #f9b828;
}
#fixed-btn a:hover i {
  transition: all 1s;
  transform: rotate(360deg);
}
@media all and (max-width: 896px) {
  #fixed-btn {
    display: none !important;
  }
}

/* footer_navi
----------------------------------*/
.footer_navi {
  flex-basis: 100%;
  margin: 40px auto 0;
}
.footer_navi ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_navi ul li {
  margin-bottom: 3px;
}
@media all and (max-width: 896px) {
  .footer_navi ul li {
    width: 31%;
  }
}
@media all and (max-width: 639px) {
  .footer_navi ul li {
    width: 48%;
  }
}
.footer_navi ul li a {
  color: #fefefe;
  font-size: 1.5rem;
  position: relative;
  font-weight: 600;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1100px) {
  .footer_navi ul li a {
    font-size: 1.2rem;
  }
}
.footer_navi ul li a .eng {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-size: 0.8em;
  text-transform: uppercase;
}
.footer_navi ul li a .ja {
  position: relative;
}
.footer_navi ul li a .ja:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  margin-right: 5px;
}
.footer_navi ul li a img {
  width: 55px;
}
@media all and (max-width: 1100px) {
  .footer_navi ul li a img {
    width: 40px;
  }
}
.footer_navi ul li a img.head {
  display: none;
}
@media all and (max-width: 896px) {
  .footer_navi ul li a {
    font-size: 1rem;
    letter-spacing: 0;
    padding: 0;
  }
}
.footer_navi ul li a:hover .eng,
.footer_navi ul li a:hover .ja {
  opacity: 0.6;
}
.footer_navi ul li a:hover img {
  animation: rotate 0.7s ease-in-out both;
}
.footer_navi ul li .dropdown {
  display: none;
}
.footer_navi ul li .dropdown .dropdon-li a {
  font-size: 1.2rem;
}
.footer_navi ul li:not(:last-child) {
  border-right: 1px dashed #fff;
}
@media all and (max-width: 896px) {
  .footer_navi {
    display: none;
  }
}

.address {
  font-size: 12px;
  font-weight: 600;
}

.flogo {
  width: 300px;
  margin: 0 auto 10px;
}
.flogo img {
  width: 100%;
}
@media all and (max-width: 896px) {
  .flogo {
    width: 160px;
  }
}

.copyright {
  padding: 20px 0 100px;
  font-size: 1.1rem;
  position: relative;
  z-index: 2;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1rem;
  color: #fefefe;
}
@media all and (max-width: 896px) {
  .copyright {
    font-size: 12px;
    padding: 20px 0 80px;
  }
}
@media all and (max-width: 639px) {
  .copyright {
    font-size: 10px;
    width: 80%;
    margin: 0 auto;
    letter-spacing: 0;
    padding-bottom: 80px;
  }
}

.map-link {
  font-weight: 600;
  color: #f9b828;
  border-bottom: 1px solid #f9b828;
}
.map-link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 5px;
}

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

.single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
.single.chosei {
  margin-bottom: 60px;
}
.single.bd {
  border: 1px solid rgba(249, 184, 40, 0.3);
}
.single.harf {
  padding: 50px 0;
}
@media all and (max-width: 1100px) {
  .single {
    width: 85%;
  }
  .single.bd {
    padding: 15px;
  }
}
@media all and (max-width: 639px) {
  .single.chosei {
    margin-bottom: 30px;
  }
}

.single01 {
  position: relative;
  padding: 80px 0;
}
@media all and (max-width: 639px) {
  .single01 {
    padding: 40px 0;
  }
}

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

.single03 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}

.margin-top {
  margin-top: -80px;
}
@media all and (max-width: 896px) {
  .margin-top {
    margin-top: -40px;
  }
}

.margin-top2 {
  margin-top: -200px;
}
@media all and (max-width: 896px) {
  .margin-top2 {
    margin-top: -130px;
  }
}

.margin-bottom {
  margin-bottom: -80px;
}
@media all and (max-width: 896px) {
  .margin-bottom {
    margin-bottom: -40px;
  }
}

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

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.mbox {
  background: #fefefe;
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
}
.mbox.transparent {
  background: transparent;
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 15px 10px;
    border-radius: 15px;
  }
}
.mbox.bd {
  border-radius: 20px;
  position: relative;
  padding: 40px;
  background-image: linear-gradient(to right, #f9b828, #cf9006, #f9b828);
}
.mbox.bd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 15px;
  background: #fefefe;
  z-index: -1;
}
@media all and (max-width: 639px) {
  .mbox.bd {
    padding: 25px 15px;
  }
}
.mbox.bd2 {
  border: 1px solid #f9b828;
  padding: 20px;
}
.mbox.sd {
  box-shadow: 0.5rem 0.5rem 10px rgba(242, 204, 24, 0.1),
    -0.5rem -0.5rem 8px rgba(242, 204, 24, 0.05);
  border-radius: 20px;
}
.mbox.type2 {
  padding: 80px;
}
@media all and (max-width: 1100px) {
  .mbox.type2 {
    padding: 20px;
  }
}

.mbox2 {
  background: #fff;
  padding: 30px;
  border: 5px solid rgba(129, 174, 95, 0.6);
}
@media all and (max-width: 639px) {
  .mbox2 {
    padding: 15px 10px;
  }
}

.mbox3 {
  background: #fff;
  padding: 30px;
  border-top: 5px solid #f9b828;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
}
@media all and (max-width: 639px) {
  .mbox3 {
    padding: 15px 10px;
  }
}

.small-box {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.small-box.min {
  max-width: 700px;
}
@media all and (max-width: 896px) {
  .small-box.sp-min {
    max-width: 90%;
  }
}
.small-box.type2 {
  max-width: 70%;
}
@media all and (max-width: 896px) {
  .small-box.type2 {
    max-width: 100%;
  }
}

.small-box2 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg_sbox.jpg);
  background-repeat: repeat;
  background-position: center;
  border-radius: 1em;
  padding: 50px;
  max-width: 1000px;
  position: relative;
  z-index: 1;
  box-shadow: 2px 2px 10px -3px rgba(84, 58, 37, 0.2);
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .small-box2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
  }
}
@media all and (max-width: 639px) {
  .small-box2 {
    width: 95%;
    padding: 20px 10px;
  }
}

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

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

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

.bg-03 {
  position: relative;
  background: #fffaf4;
}
.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="%23fffaf4" 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="%23fffaf4" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>')
    no-repeat center bottom/cover;
  transform: rotate(180deg);
}
.bg-03.type1::before {
  transform: scale(-1, 1);
}
.bg-03.type1:after {
  display: none;
}
@media all and (max-width: 896px) {
  .bg-03::before,
  .bg-03::after {
    height: 50px;
  }
  .bg-03::before {
    top: -50px;
  }
  .bg-03::after {
    bottom: -50px;
  }
}

.bg-grid {
  background: rgba(255, 255, 255, 0.9);
  /* border-top: 1px solid #555;
   border-bottom: 1px solid #555;*/
  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-leaf {
  position: relative;
}
.bg-leaf::before,
.bg-leaf::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-leaf.png);
  opacity: 0.15;
}
.bg-leaf::before {
  left: 0;
}
.bg-leaf::after {
  right: 0;
  transform: scaleX(-1);
}

.bg-eng {
  position: relative;
}
.bg-eng::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-eng.png);
  opacity: 0.1;
  z-index: -1;
}

#main {
  float: left;
  width: 76%;
}
#main .mbox {
  min-height: 300px;
}
@media all and (max-width: 896px) {
  #main .mbox {
    min-height: initial;
  }
}
#main .mbox a {
  font-weight: 600;
  text-decoration: underline;
}
#main .mbox a:hover {
  text-decoration: none;
}
@media all and (max-width: 896px) {
  #main {
    float: none;
    width: 100%;
  }
}

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

.side_titem {
  font-size: 2.5rem;
  color: #f9b828;
}
.side_titem.sec {
  margin-top: 80px;
}
.side_titem span {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
}

ul.post_list li {
  border-bottom: 1px solid rgba(238, 238, 238, 0.2);
}
ul.post_list li a {
  display: block;
  font-size: 1.8rem;
  position: relative;
  padding: 10px;
  transition: 0.4s;
}
ul.post_list li a .data {
  color: #f9b828;
  opacity: 0.5;
  position: relative;
}
ul.post_list li a .data span {
  background: #ccc;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 100px;
  display: inline-block;
  padding: 0 1.8em;
  position: absolute;
  top: 2px;
  left: 80px;
}
ul.post_list li a .title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #4e433b;
  display: block;
  margin-top: 4px;
}
ul.post_list li a:after {
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  font-weight: 900;
  content: "\f105";
  font-size: 80%;
  display: block;
  position: absolute;
  right: 0.81em;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 25px;
  color: #eee;
  opacity: 0.3;
}
ul.post_list li a:hover {
  background: #f0f0f0;
  transition: 0.4s;
}

.s-contena {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 1100px) {
  .s-contena {
    max-width: 95%;
  }
}

.s-main {
  width: 78%;
  order: 1;
}
@media all and (max-width: 896px) {
  .s-main {
    width: 100%;
    order: 2;
  }
}

.s-side {
  width: 20%;
  height: 100px;
  position: sticky;
  right: 0;
  top: 150px;
  order: 2;
}
@media all and (max-width: 896px) {
  .s-side {
    width: 100%;
    height: auto;
    order: 1;
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}

/* mtitle
----------------------------------*/
.mtitle {
  font-weight: 500;
  margin: 0 auto 4%;
  text-align: center;
}
.mtitle.min-b {
  margin-bottom: 15px;
}
.mtitle .eng {
  font-size: 6.5rem;
  color: #f9b828;
  position: relative;
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
  line-height: 0.8;
}
.mtitle .ja {
  font-size: 2.2rem;
  color: #4e433b;
  font-weight: 500;
}
.mtitle.type2 .ja {
  font-size: 4rem;
}
.mtitle.type2 .eng {
  font-size: 2.2rem;
  margin-top: 10px;
}
.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);
}
.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 span:after {
  left: 0;
  transform: none;
}
.mtitle.mtitle_right {
  text-align: right;
  margin-right: 0;
  margin-left: 0;
}
.mtitle.mtitle_right span:after {
  left: 0;
  transform: none;
}
@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
  }
  .mtitle .eng {
    font-size: 3.5rem;
  }
  .mtitle .ja {
    font-size: 1.6rem;
  }
  .mtitle.type2 .ja {
    font-size: 2rem;
  }
  .mtitle.type2 .eng {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}

.mtitle1 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  color: #f9b828;
  margin-bottom: 35px;
  padding-bottom: 25px;
}
.mtitle1 span {
  display: block;
  font-size: 4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 500;
}
.mtitle1::after {
  content: "";
  background-color: #f9b828;
  height: 1px;
  width: 110%;
  position: absolute;
  bottom: 0;
  left: 0%;
}
.mtitle1.ttl_left::after {
  left: auto;
  right: 0;
}
@media all and (max-width: 896px) {
  .mtitle1::after {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .mtitle1 {
    font-size: 1.3rem;
  }
  .mtitle1 span {
    display: block;
    font-size: 2.5rem;
  }
  .mtitle1::after {
    content: "";
    left: -20%;
  }
  .mtitle1.ttl_left::after {
    content: "";
    left: -20%;
    right: auto;
  }
}

.mtitle2 {
  font-size: 2rem;
  position: relative;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}
.mtitle2 span {
  display: block;
  font-size: 1.2rem;
  color: #f9b828;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "YakuHanJP", "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.mtitle2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to top, #f9b828, #f2cc18);
}
@media all and (max-width: 639px) {
  .mtitle2 {
    font-size: 1.6rem;
  }
  .mtitle2 span {
    font-size: 1.2rem;
  }
  .mtitle2 .viewbtn {
    font-size: 13px;
  }
}

.mtitle3 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  position: absolute;
  min-height: 100px;
  top: 40px;
  left: 30px;
}
.mtitle3 .ja {
  display: block;
  font-size: 2.6rem;
  border-right: 2px solid #f9b828;
  letter-spacing: 0.2em;
  padding-right: 5px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}
.mtitle3 .eng {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-size: 1.8rem;
  color: #f9b828;
  padding-left: 3px;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .mtitle3 {
    left: 0px;
    top: 0px;
    min-height: 50px;
    margin-bottom: 20px;
    writing-mode: inherit;
    position: relative;
  }
  .mtitle3 .ja {
    border-right: none;
  }
}
@media all and (max-width: 639px) {
  .mtitle3 .ja {
    font-size: 1.6rem;
  }
  .mtitle3 .eng {
    font-size: 1.3rem;
  }
}

.mtitle-bll {
  font-size: 1.7rem;
  font-weight: 700;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-bottom: 8px;
}
.mtitle-bll:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #f9b828;
}
@media all and (max-width: 639px) {
  .mtitle-bll {
    font-size: 1.6rem;
  }
}

.mtitle_line {
  position: relative;
  margin-bottom: 25px;
  color: #1b150a;
  border-top: 2px solid rgba(249, 184, 40, 0.8);
  font-size: 2rem;
  padding: 10px 10px 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}
.mtitle_line span {
  font-size: 1.4rem;
  margin-left: 10px;
}
.mtitle_line.type1 {
  border-top: 2px solid #d17fb0;
}
.mtitle_line.type1:after {
  background-image: repeating-linear-gradient(
    -45deg,
    #c45a99,
    #c45a99 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,
    #f9b828,
    #f9b828 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;
  backface-visibility: hidden;
}
@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .mtitle_line span {
    font-size: 12px;
  }
}
.mtitle_line.type2 {
  border-top: 2px solid rgba(103, 129, 183, 0.8);
}
.mtitle_line.type2::after {
  background-image: repeating-linear-gradient(
    -45deg,
    #435c8e,
    #435c8e 1px,
    transparent 2px,
    transparent 5px
  );
}
.mtitle_line.type3 {
  border-top: 2px solid rgba(151, 206, 228, 0.8);
}
.mtitle_line.type3::after {
  background-image: repeating-linear-gradient(
    -45deg,
    #5ab1d4,
    #5ab1d4 1px,
    transparent 2px,
    transparent 5px
  );
}

.mtitle_line2 {
  border-bottom: 1px solid #f9b828;
  border-top: 1px solid #f9b828;
  font-size: 20px;
  font-weight: 500;
  color: #f9b828;
  padding-left: 0.5em;
}

.mtitle_line3 {
  font-size: 23px;
  letter-spacing: 0.1em;
  letter-spacing: 0;
  font-weight: 500;
  color: #d892bc;
  border-bottom: 1px solid #d892bc;
  margin-bottom: 20px;
}
.mtitle_line3 .mini {
  font-size: 1.5rem;
}
.mtitle_line3.type1 {
  color: #9dcc5b;
  border-bottom: 1px solid #9dcc5b;
}
.mtitle_line3.type2 {
  color: #9dcc5b;
  border-bottom: 1px solid #9dcc5b;
}

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

.mtitle5 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 45px;
  position: relative;
  color: #534505;
}
.mtitle5 span {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
  display: block;
  color: #f9b828;
  line-height: 1.8rem;
}
.mtitle5::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/title_img.png)
    no-repeat center/contain;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 639px) {
  .mtitle5 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #f9b828;
  margin: 8px 0 15px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: left;
}
.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #f2cc18;
}
@media all and (max-width: 639px) {
  .mtitle_sub {
    font-size: 1.4rem;
  }
}

.mtitle_box {
  background: #f8b00f;
  color: #fefefe;
  font-size: 2rem;
  position: relative;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-weight: 600;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.5rem;
  }
}

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

.mtext2 {
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.8rem;
    padding: 4px 8px;
  }
}

.mtext3 {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 1.4rem;
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #f9b828;
}

/* btn
----------------------------------*/
.btn01.type1 a {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-orange03.jpg);
  color: #fff;
}
.btn01 a {
  background: #fefefe;
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #1b150a;
  display: block;
  padding: 8px 5px;
  font-weight: 700;
  border-radius: 35px;
}
.btn01 a:hover {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-pink.jpg);
  color: #fefefe;
}
.btn01.mail {
  flex-basis: 100%;
}
.btn01.mail a {
  background: #f2cc18;
  margin: 15px auto 25px;
}
.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
.btn01.left a {
  margin: 15px 0;
}
@media all and (max-width: 639px) {
  .btn01 a {
    width: 95%;
  }
}

.btn02 {
  width: 300px;
  margin: 20px auto 20px;
}
.btn02.right {
  margin-right: 0;
}
.btn02.left {
  margin-left: 0;
}
.btn02 a {
  display: block;
  position: relative;
  padding: 15px 0;
  background-color: #f9b828;
  line-height: 24px;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
}
.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.btn02 a:hover i {
  width: 34px;
}
@media all and (max-width: 639px) {
  .btn02 {
    width: 260px;
  }
  .btn02 a {
    font-size: 1.4rem;
  }
}

.btn03 {
  position: absolute;
  top: 40px;
  right: 10%;
}
.btn03 a {
  padding: 15px 0;
  background-color: #f9b828;
  line-height: 24px;
  font-size: 1.3rem;
  text-align: center;
  color: #534505;
  font-weight: 600;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
}
.btn03 a .in-btn img {
  display: block;
  margin: 0 auto 3px;
  width: 30px;
  height: 30px;
}
.btn03 a:hover {
  transform: translate(0, -10px);
}
@media all and (max-width: 896px) {
  .btn03 {
    top: 0;
  }
}
@media all and (max-width: 639px) {
  .btn03 {
    position: relative;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .btn03 a {
    margin: 0 auto;
  }
}

/* news
----------------------------------*/
.news-bl {
  overflow: hidden;
}
.news-bl dt {
  float: left;
  width: 8em;
  padding: 5px;
  line-height: 1.3;
  color: #f9b828;
  text-align: center;
  border: 1px solid #f9b828;
  border-radius: 30px;
  font-size: 1.3rem;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    font-size: 1.2rem;
  }
}
.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 a {
  color: #333;
  background-image: linear-gradient(to right, #f9b828, #f2cc18);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
}
.news-bl dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 8px 5px;
  }
}

.news-ul li {
  border-top: 1px solid rgba(249, 184, 40, 0.5);
}
.news-ul li:last-child {
  border-bottom: 1px solid rgba(249, 184, 40, 0.5);
}
.news-ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 40px 15px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #333;
}
.news-ul li a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  border-top: 1px solid #f9b828;
  border-right: 1px solid #f9b828;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}
.news-ul li a:hover {
  padding-left: 10px;
  background: rgba(242, 204, 24, 0.2);
}
.news-ul li a:hover:after {
  right: 15px;
}
@media all and (max-width: 1100px) {
  .news-ul li a {
    padding: 15px 40px 15px 0;
  }
}
.news-ul .day {
  font-size: 12px;
  width: 100%;
  color: #f9b828;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-weight: 300;
}
.news-ul .title {
  width: 100%;
  font-weight: 600;
}
@media all and (max-width: 1100px) {
  .news-ul .day,
  .news-ul .title {
    width: 100%;
  }
}

.link-news {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .link-news {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.link-news .link {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #f9b828;
  padding-right: 30px;
}
.link-news:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #f9b828;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.link-news:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  right: 10px;
  border-top: 1px solid #f9b828;
  border-right: 1px solid #f9b828;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}
.link-news:hover:before {
  background: #f9b828;
}
.link-news:hover:after {
  border-color: #fefefe !important;
}

.news-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto;
  width: 80%;
}
.news-box > .title {
  width: 25%;
}
.news-box > .con {
  width: 73%;
}
@media all and (max-width: 896px) {
  .news-box > .title {
    width: 100%;
  }
  .news-box > .con {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .news-box {
    width: 90%;
  }
}

/* page-title
----------------------------------*/
.page-title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/page-title.jpg)
    no-repeat center 70% / cover;
  width: 95%;
  margin: 0 auto;
  border-radius: 15px;
}
.page-title .inner {
  margin: 0 auto;
  height: 46vh;
  max-width: 85%;
  overflow: hidden;
  position: relative;
}
.page-title .inner .page-lead {
  font-size: 2.2rem;
  position: relative;
  text-align: left;
  line-height: 1;
  display: inline-block;
  filter: drop-shadow(1px 1px 2.5px #757474);
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.page-title .inner .page-lead .ja {
  font-weight: normal;
  font-size: 4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  color: #fefefe;
  line-height: 1.2;
}
.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #fefefe;
  display: none;
}
@media all and (max-width: 896px) {
  .page-title .inner .page-lead .ja {
    font-size: 2rem;
  }
  .page-title .inner .page-lead::after {
    height: 15px;
  }
}
@media all and (max-width: 639px) {
  .page-title .inner .page-lead {
    font-size: 1.5rem;
  }
  .page-title .inner .page-lead .eng {
    font-size: 2rem;
  }
}
@media all and (max-width: 896px) {
  .page-title .inner {
    height: 50vw;
  }
  .page-title:before {
    height: 100px;
    bottom: -50px;
  }
}

.bg-gradient {
  position: relative;
  background: rgba(242, 204, 24, 0.3);
  overflow: hidden;
}
.bg-gradient:before {
  content: "";
  position: absolute;
  bottom: -160px;
  left: 0;
  width: 100%;
  height: 320px;
  background: #f2cc18;
  transform: skewY(4deg);
  opacity: 0.6;
}
.bg-gradient:after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: 0;
  width: 100%;
  height: 260px;
  background: #f9b828;
  transform: skewY(-3deg);
  opacity: 0.6;
}

.bg-base {
  background: rgba(249, 184, 40, 0.25);
  position: relative;
}
.bg-base.type1 {
  background: #feeecc;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-deco2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-base.type1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/wave.webp)
    repeat-x bottom left/contain;
  left: 0;
}
@media all and (max-width: 639px) {
  .bg-base.type1::before {
    height: 25px;
  }
}
.bg-base.type1::before {
  top: 0;
  transform: rotate(-180deg);
}
.bg-base.type2 {
  background: #e8a206;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-deco2_3.png),
    url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-deco2_4.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, top left;
  background-size: 500px 500px, 500px 500px;
}
@media all and (max-width: 639px) {
  .bg-base.type2 {
    background-size: 300px 300px, 300px 300px;
  }
}
.bg-base.type2::after,
.bg-base.type2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/wave.webp)
    repeat-x bottom left/contain;
  left: 0;
}
@media all and (max-width: 639px) {
  .bg-base.type2::after,
  .bg-base.type2::before {
    height: 25px;
  }
}
.bg-base.type2::after {
  bottom: 0;
}
.bg-base.type2::before {
  top: 0;
  transform: rotate(-180deg);
}
.bg-base.type3 {
  background: #fefefe;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-deco3_2.png),
    url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-bg-deco3_1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, top left;
  background-size: 500px 500px, 500px 500px;
}
@media all and (max-width: 639px) {
  .bg-base.type3 {
    background-size: 300px 300px, 300px 300px;
  }
}
.bg-base.type4 {
  background: #feeecc;
  overflow: hidden;
}
.bg-base.type4::before {
  position: absolute;
  content: "";
  left: -50px;
  top: -50px;
  width: 700px;
  height: 658px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-02.png)
    no-repeat bottom left/contain;
  opacity: 0.6;
}
.bg-base.type4::after {
  position: absolute;
  content: "";
  width: 732px;
  height: 465px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-01.png)
    no-repeat bottom left/contain;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
.bg-base.type5 {
  background: #e8a206;
}
.bg-base.type5::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  bottom: -30px;
  right: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/hana_line2.png)
    repeat-X;
  background-size: auto 100px;
  z-index: 2;
  filter: brightness(2.5);
}
@media all and (max-width: 896px) {
  .bg-base.type5::after {
    display: none;
  }
}

.bg-yellow {
  position: relative;
  background-color: #ffef8f;
}
.bg-yellow::before {
  content: "";
  position: absolute;
  top: -12%;
  left: 0;
  width: 100%;
  height: 17%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-yellow.png)
    no-repeat center/contain;
}
.bg-yellow::after {
  content: "";
  position: absolute;
  bottom: -12%;
  left: 0;
  width: 100%;
  height: 17%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-yellow.png)
    no-repeat center/contain;
  transform: scaleY(-1);
}
@media all and (max-width: 896px) {
  .bg-yellow::before {
    height: 21%;
  }
  .bg-yellow::after {
    height: 20%;
  }
}

.bg-w {
  background: #fff;
  border-radius: 10px;
  padding: 80px;
}

.bg-wave {
  position: relative;
}
.bg-wave::after,
.bg-wave::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/wave.webp)
    repeat-x bottom left/contain;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 639px) {
  .bg-wave::after,
  .bg-wave::before {
    height: 25px;
  }
}
.bg-wave::after {
  bottom: 0;
}
.bg-wave::before {
  top: 0;
  transform: rotate(-180deg);
}

.bg-gray {
  position: relative;
  background: #f0f0f0;
}
.bg-gray.type1 {
  background: #e9e9e9;
}
.bg-gray.bg-half {
  background: transparent;
  background-image: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 50%,
    #f0f0f0 50.1%,
    #f0f0f0 100%
  );
}

.bg-base2 {
  background: repeating-linear-gradient(
    45deg,
    rgba(249, 184, 40, 0.1) 0,
    rgba(249, 184, 40, 0.1) 20px,
    #fefefe 20px,
    #fefefe 40px
  );
}

/* tbl
----------------------------------*/
.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #b3b3b3;
}
.tbl th {
  background: #f0f0f0;
  text-align: center;
}
@media all and (max-width: 639px) {
  .tbl th,
  .tbl td {
    padding: 5px;
    font-size: 1.1rem;
  }
}

.tbl_new {
  margin: 0 auto;
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
}
.tbl_new tr th:first-child,
.tbl_new tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.tbl_new tr th:last-child,
.tbl_new tr td:last-child {
  border-radius: 0 10px 10px 0;
}
.tbl_new tr th {
  font-weight: 600;
  width: 25%;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .tbl_new tr th {
    padding-left: 10px;
    width: 30%;
  }
}
.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
  background: rgba(249, 184, 40, 0.1);
}

.tbl-border {
  width: 100%;
}
.tbl-border tr {
  position: relative;
}
.tbl-border tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/line.png)
    repeat-x;
  height: 14px;
  width: 100%;
  opacity: 0.6;
}
.tbl-border tr:last-child {
  border-bottom: none;
}
.tbl-border th,
.tbl-border td {
  padding: 24px 15px 40px;
  vertical-align: middle;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    font-size: 1.2rem;
    padding: 20px 0px 20px;
  }
}
.tbl-border th {
  width: 25%;
  color: #534505;
  font-weight: 600;
  position: relative;
}
.tbl-border th::after {
  content: "：";
  position: absolute;
  right: 0;
  top: 17%;
  color: #f2cc18;
  font-size: 2.5rem;
}
@media all and (max-width: 639px) {
  .tbl-border th::after {
    font-size: 1.5rem;
    top: 25%;
  }
}
.tbl-border th.th-1 {
  width: 45%;
}
@media all and (max-width: 639px) {
  .tbl-border th {
    width: 25%;
    padding-right: 5px;
  }
}
.tbl-border.type01 th,
.tbl-border.type01 td {
  font-size: 1.4rem;
}
.tbl-border.type01 th {
  width: 35%;
}
@media all and (max-width: 639px) {
  .tbl-border.type01 th {
    width: 30%;
  }
}

.price {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-size: 2rem;
  color: #f9b828;
  text-align: right;
}
.price span {
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "YakuHanJP", "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
@media all and (max-width: 639px) {
  .price {
    font-size: 2rem;
  }
  .price span {
    font-size: 1.2rem;
  }
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 10px 10px;
  vertical-align: middle;
}
.company th:first-child,
.company td:first-child {
  border-radius: 10px;
}
.company th:last-child,
.company td:last-child {
  border-radius: 0 10px 10px 0;
}
.company th {
  text-align: center;
  width: 30%;
  position: relative;
  background: #f9b828;
  color: #fff;
  font-weight: 600;
}
.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f9f9f9;
  border-width: 10px;
  border-left-color: #f9b828;
  margin-top: -10px;
}
@media all and (max-width: 639px) {
  .company th.w40 {
    width: 40%;
  }
}
.company td {
  background: #f9f9f9;
  padding-left: 20px;
}

.tbl0 {
  width: 100%;
  margin-bottom: 30px;
}
.tbl0 th,
.tbl0 td {
  padding: 5px;
  border: 0;
  font-size: 1.3rem;
  border-bottom: 1px solid #555;
  color: #1b150a;
  vertical-align: middle;
}
@media all and (max-width: 639px) {
  .tbl0 th,
  .tbl0 td {
    font-size: 0.9rem;
  }
}
.tbl0 th {
  font-weight: normal;
  background: none;
  color: #333;
  font-weight: 600;
}
.tbl0 th:after,
.tbl0 th:before {
  display: none;
}
.tbl0 th.nmb {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
.tbl0.type1 th,
.tbl0.type1 td {
  font-size: 1.5rem;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
@media all and (max-width: 639px) {
  .tbl0.type1 th,
  .tbl0.type1 td {
    padding: 3px 5px;
    font-size: 1.2rem;
  }
  .tbl0.type1 th:nth-child(1),
  .tbl0.type1 th:nth-child(2),
  .tbl0.type1 td:nth-child(1),
  .tbl0.type1 td:nth-child(2) {
    width: 10%;
  }
  .tbl0.type1 th:nth-child(3),
  .tbl0.type1 th:nth-child(4),
  .tbl0.type1 th:nth-child(5),
  .tbl0.type1 td:nth-child(3),
  .tbl0.type1 td:nth-child(4),
  .tbl0.type1 td:nth-child(5) {
    width: 20%;
  }
}
.tbl0.type1 th {
  background: rgba(249, 184, 40, 0.1);
}

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

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* list
----------------------------------*/
.list_check {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_check li {
  width: 48%;
  font-weight: 600;
  padding-left: 3rem;
  position: relative;
}
.list_check li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  color: #f2cc18;
}
.list_check li:not(:last-child) {
  margin-bottom: 4px;
}
@media all and (max-width: 639px) {
  .list_check li {
    width: 100%;
  }
}

.list_check2 li {
  padding: 8px;
  font-weight: 600;
}
.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 8px;
  color: #f9b828;
}
.list_check2 li:not(:last-child) {
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}

.list-inline2 {
  text-align: center;
}
.list-inline2 li {
  display: inline-block;
  padding: 4px 15px;
  background: #fefefe;
  border: 1px solid #e9e9e9;
  font-weight: 600;
  border-radius: 30px;
}
.list-inline2 li:not(:last-child) {
  margin-right: 8px;
}

.list-inline li {
  display: inline-block;
  padding: 3px;
}
.list-inline li:not(:last-of-type):after {
  content: "/";
  margin: 0 5px;
  color: #f9b828;
  font-weight: normal;
}
@media all and (max-width: 639px) {
  .list-inline li {
    display: block;
    padding: 0;
  }
  .list-inline li:before {
    content: "-";
    color: #f9b828;
  }
  .list-inline li:not(:last-of-type):after {
    display: none;
  }
}

.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.type1 {
  display: flex;
  flex-wrap: wrap;
}
.ol-list.type1 > li {
  width: 48%;
}
.ol-list.type1 > li:nth-child(2n) {
  margin-left: 4%;
}
.ol-list li {
  line-height: 2;
  color: #1b150a;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 1.7rem;
}
.ol-list li span {
  font-weight: normal;
  display: block;
  padding: 10px;
  line-height: 1.6;
}
.ol-list li:before {
  counter-increment: number;
  content: counter(number);
  background: rgba(249, 184, 40, 0.6);
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 2rem;
  color: #222;
  margin-right: 10px;
  border-radius: 100%;
}
@media all and (max-width: 639px) {
  .ol-list li {
    font-size: 1.3rem;
  }
  .ol-list li span {
    font-size: 0.9em;
  }
  .ol-list li:before {
    font-size: 1.8rem;
  }
}

.ol-list2 {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list2.type1 {
  display: flex;
  flex-wrap: wrap;
}
.ol-list2.type1 > li {
  width: 48%;
}
.ol-list2.type1 > li:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .ol-list2.type1 > li {
    width: 100%;
  }
  .ol-list2.type1 > li:nth-child(2n) {
    margin-left: 0;
  }
}
.ol-list2 li {
  line-height: 2;
  color: #333;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 1.8rem;
  color: #ccaa0b;
  border-bottom: 1px solid #f2cc18;
}
.ol-list2 li .small {
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  color: #333;
}
@media all and (max-width: 639px) {
  .ol-list2 li .small {
    font-size: 1.1rem;
  }
}
.ol-list2 li:before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  text-align: center;
  color: #ccaa0b;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.3;
  margin-right: 5px;
  border-radius: 100%;
}
@media all and (max-width: 639px) {
  .ol-list2 li {
    font-size: 1.3rem;
  }
  .ol-list2 li span {
    font-size: 0.9em;
  }
  .ol-list2 li:before {
    font-size: 1.8rem;
  }
}

.list_disc li {
  padding: 5px 0;
}
.list_disc li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.list_disc li:before {
  content: "●";
  margin-right: 5px;
  color: #f9b828;
}
.list_disc.type1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.list_disc.type1 li {
  width: 48%;
  font-weight: 600;
  position: relative;
  padding: 0;
  padding-left: 1.4em;
  font-size: 1.8rem;
}
.list_disc.type1 li b {
  color: #f2cc18;
}
.list_disc.type1 li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: none;
}
.list_disc.type1 li:before {
  color: #f9b828;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 639px) {
  .list_disc.type1 li {
    font-size: 1.2rem;
  }
}
.list_disc.type2 li {
  padding: 0;
}
.list_disc.type2 li:not(:last-of-type) {
  border-bottom: 0;
}

.list_disc2 li {
  padding: 10px 0;
  font-size: 1.8rem;
  position: relative;
  text-align: center;
}
.list_disc2 li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f06c";
  font-weight: 900;
  margin-right: 5px;
  color: #f9b828;
  font-size: 1em;
}
@media all and (max-width: 896px) {
  .list_disc2 li {
    font-size: 1.6rem;
  }
}
.list_disc2.txtleft li {
  text-align: left;
  text-indent: -1.7em;
  padding-left: 1.7em;
}
.list_disc2.small li {
  font-size: 1.7rem;
  padding: 0;
}
@media all and (max-width: 639px) {
  .list_disc2.small li {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 639px) {
  .list_disc2 li {
    font-size: 1.2rem;
    padding: 2px;
  }
  .list_disc2 li::before {
    font-size: 0.9em;
  }
}

.list-btn {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.list-btn li {
  width: 31%;
  margin: 0 1.995% 10px 0;
}
.list-btn li a {
  display: block;
  color: #f2cc18;
  font-weight: 600;
  padding: 10px 3px;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 1.5rem;
  letter-spacing: 0;
  border: 1px solid #f2cc18;
  border-radius: 5px;
}
.list-btn li a:hover {
  background: #f2cc18;
  color: #fefefe;
}
.list-btn li a.rby {
  padding: 20px 3px 10px;
}
.list-btn li a.pd15 {
  padding: 15px 3px;
}
.list-btn li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list-btn li {
    width: 98%;
    margin: 0 auto 10px;
  }
  .list-btn li:nth-child(3n) {
    margin-right: auto;
  }
}
.list-btn.type1 {
  margin: 0 auto;
}
.list-btn.type1 li {
  width: 100%;
  margin: 0 auto 10px;
}
.list-btn.type1 li a {
  background: #f9b828;
  border: none;
  color: #fefefe;
  border-radius: 5px;
}
.list-btn.type1 li a:hover {
  background: #c08605;
}
@media all and (max-width: 896px) {
  .list-btn.type1 li {
    width: 48%;
    margin-bottom: 10px;
  }
  .list-btn.type1 li a {
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.list-btn.type2 {
  max-width: 500px;
  margin: 20px 0 15px auto;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .list-btn.type2 {
    margin: 15px auto 0;
  }
}
.list-btn.type2 li {
  width: 48%;
  margin: 0 1.995% 10px 0;
}
.list-btn.type2 li:nth-child(2n) {
  margin-right: 0;
}
.list-btn.type2 li a {
  font-size: 1.2rem;
  padding: 5px 3px;
}
.list-btn.type2 li a span {
  font-size: 0.9rem;
  display: block;
}
@media all and (max-width: 639px) {
  .list-btn.type2 li {
    width: 90%;
    margin: 0 auto 10px;
  }
  .list-btn.type2 li:nth-child(2n) {
    margin-right: auto;
  }
}
.list-btn.type3 {
  margin-bottom: 0;
}
.list-btn.type3 li {
  width: 23%;
  margin: 0 1.995% 10px 0;
  font-size: 1.3rem;
}
.list-btn.type3 li:nth-child(4n) {
  margin-right: 0;
}
.list-btn.type3 li a {
  font-size: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  box-shadow: 0.5rem 0.5rem 10px rgba(51, 51, 51, 0.1),
    -0.5rem -0.5rem 8px #f9f9f9;
}
.list-btn.type3 li a span {
  font-size: 0.9rem;
  display: block;
}
@media all and (max-width: 896px) {
  .list-btn.type3 li {
    width: 48%;
    margin: 0 1.995% 10px 0;
    font-size: 1rem;
  }
  .list-btn.type3 li:nth-child(4n) {
    margin: 0 1.995% 10px 0;
  }
  .list-btn.type3 li:nth-child(2n) {
    margin-right: 0;
  }
}

.list_kome li {
  position: relative;
  padding: 0.5rem 0 0 2rem;
}
.list_kome li:before {
  content: "※";
  position: absolute;
  top: 0.5rem;
  left: 0;
  margin-right: 5px;
  color: #da4815;
  font-weight: 600;
}

/* blog
----------------------------------*/
.top-blog .pages {
  display: none;
}
.top-blog .blog-wrap3 > li {
  padding: 8px;
  background: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.top-blog .blog-wrap3 > li .blog-img {
  width: 150px;
  height: 100px;
  overflow: hidden;
}
@media all and (max-width: 639px) {
  .top-blog .blog-wrap3 > li .blog-img {
    width: 120px;
    height: 80px;
  }
}
.top-blog .blog-wrap3 > li .blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.top-blog .blog-wrap3 > li .blog-img:hover img {
  opacity: 1 !important;
  transform: scale(1.2);
}
.top-blog .blog-wrap3 > li .blog-detail {
  width: calc(100% - 180px);
  margin-left: 25px;
}
@media all and (max-width: 639px) {
  .top-blog .blog-wrap3 > li .blog-detail {
    width: calc(100% - 130px);
    margin-left: 10px;
  }
}
.top-blog .blog-wrap3 > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.top-blog .blog-wrap3 > li > a:hover ~ .blog-img img {
  opacity: 1;
  transform: scale(1.2);
}

#main .blog-wrap > li {
  width: 32%;
}
@media all and (max-width: 1100px) {
  #main .blog-wrap > li {
    width: 49%;
    margin: 0 0.5% 20px 0.5%;
  }
}
@media all and (max-width: 639px) {
  #main .blog-wrap > li {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.blog-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.blog-wrap * {
  transition: 0.3s;
}
.blog-wrap > li {
  width: 24%;
  margin: 0 0.5% 20px 0.5%;
  padding: 15px;
  background: #fefefe;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media all and (max-width: 1100px) {
  .blog-wrap > li {
    width: 49%;
  }
}
.blog-wrap > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.blog-wrap > li > a:hover ~ .blog-img img {
  opacity: 1;
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-wrap > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 10px;
  }
}

.blog-wrap2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.blog-wrap2 * {
  transition: 0.3s;
}
.blog-wrap2 > li {
  width: 24%;
  margin: 0 0.5% 20px 0.5%;
  padding: 15px;
  background: #fefefe;
  position: relative;
  border-bottom: 5px solid #f2cc18;
}
.blog-wrap2 > li:nth-child(2),
.blog-wrap2 > li:nth-child(3) {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .blog-wrap2 > li {
    width: 46%;
    margin-right: 1.5%;
  }
  .blog-wrap2 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 896px) and (max-width: 896px) {
  .blog-wrap2 > li:nth-child(3) {
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  .blog-wrap2 > li:nth-child(4) {
    margin-top: 50px;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap2 > li {
    margin: 10px 15px 10px 0;
    padding: 5px 0;
  }
}
.blog-wrap2 > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.blog-wrap2 > li > a:hover ~ .blog-img img {
  opacity: 1;
  transform: scale(1.2);
}
.blog-wrap2 .blog-detail {
  width: 100%;
  margin-top: 0;
}
.blog-wrap2 .blog-date {
  border: none;
  width: 100px;
  margin: 0 auto 10px;
  padding: 5px 0;
  text-align: center;
  line-height: 1.3;
  display: block;
  color: #f2cc18;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-weight: 400;
}
@media all and (max-width: 639px) {
  .blog-wrap2 .blog-date {
    text-align: left;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.blog-wrap2 .blog-title {
  font-weight: 600;
  line-height: 1.3;
  margin: 6px 0;
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .blog-wrap2 .blog-title {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.blog-wrap2 .blog-img {
  width: 100%;
  height: 210px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
}
.blog-wrap2 .blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-wrap2 .blog-img::after,
.blog-wrap2 .blog-img::before {
  content: "";
  width: 102%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-wrap2 .blog-img::after {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/frame.png)
    no-repeat center/cover;
}
.blog-wrap2 .blog-img::before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/frame-hover.png)
    no-repeat center/cover;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
}
.blog-wrap2 .blog-img:hover img {
  opacity: 1 !important;
  transform: scale(1.2);
}
.blog-wrap2 .blog-img:hover::before {
  opacity: 1;
  transition: all 0.4s ease;
}
@media all and (max-width: 1100px) {
  .blog-wrap2 .blog-img {
    height: 140px;
  }
}
@media all and (max-width: 896px) {
  .blog-wrap2 .blog-img {
    height: 30vw;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap2 .blog-img {
    height: 33.6vw;
  }
}

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

.blog-detail {
  margin-top: 10px;
}
@media all and (max-width: 639px) {
  .blog-detail {
    margin-top: 0;
    width: 65%;
  }
}

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

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

.blog-page-detail {
  margin-bottom: 15px;
}

.blog-date {
  border: 1px solid #ccc;
  width: 100px;
  padding: 5px 0;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  border-radius: 50px;
}

.blog-date2 {
  color: #cf9006;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}

.blog-title {
  font-weight: 600;
  line-height: 1.3;
  margin: 6px 0;
}
@media all and (max-width: 639px) {
  .blog-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.blog-txt {
  line-height: 1.5;
  padding: 8px;
}
@media all and (max-width: 639px) {
  .blog-txt {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0;
    padding-top: 8px;
  }
}

.pages {
  text-align: center;
  margin-top: 30px;
}
.pages .page_next,
.pages .page_prev {
  display: inline-block;
  margin: 0 20px;
}
.pages .page_next a,
.pages .page_prev a {
  color: #f9b828;
  padding: 4px 5px;
  background: #fff;
  font-size: 12px;
}

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

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

.w300 {
  width: 300px;
}

.spbr {
  display: none;
}

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

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

@media all and (max-width: 896px) {
  .ttl-img {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media all and (max-width: 639px) {
  .ttl-img {
    width: 100%;
  }
}

.color1 {
  color: #cf9006;
}

.color2 {
  color: #b3960a;
}

.color3 {
  color: #534505;
}

.relative {
  position: relative;
}

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

.ttl-rt {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 100;
  width: 300px;
  animation: fuwafuwa2 2s ease infinite;
}
@media all and (max-width: 1367px) {
  .ttl-rt {
    right: 40px;
  }
}
@media all and (max-width: 1100px) {
  .ttl-rt {
    width: 200px;
  }
}
@media all and (max-width: 639px) {
  .ttl-rt {
    top: auto;
    right: 0px;
    bottom: -20%;
    width: 150px;
  }
}

.img-wk {
  position: relative;
}
.img-wk:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -5px;
  width: 85%;
  transform: translateX(-50%);
  border-bottom: 10px dotted #fff;
  z-index: 2;
}
.img-wk:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -5px;
  width: 85%;
  transform: translateX(-50%);
  border-bottom: 10px dotted #fff;
  z-index: 2;
}
.img-wk.type2::before,
.img-wk.type2::after {
  border-bottom: 10px dotted #6781b7;
}

.img-r {
  border-radius: 5px;
}

.img-box {
  width: 70%;
  margin: 0 auto 40px;
  height: 450px;
}
.img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media all and (max-width: 896px) {
  .img-box {
    height: 250px;
    width: 100%;
  }
}

.line {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/line.png)
    repeat-x;
  height: 14px;
  width: 100%;
  margin: 60px 0;
}
.line.type-w {
  filter: brightness(2);
}

.note {
  padding: 20px;
  margin-top: 15px;
  background: #fff;
}
.note.transparent {
  background: transparent;
}

.note2 {
  max-width: 970px;
  border: 3px solid #f2f2f2;
  padding: 80px 60px;
  border-radius: 20px;
}
@media all and (max-width: 896px) {
  .note2 {
    padding: 40px 30px;
  }
}
@media all and (max-width: 639px) {
  .note2 {
    padding: 20px 15px;
  }
}

.note3 {
  max-width: 970px;
  border: 2px dashed #2f2e2e;
  padding: 60px 60px 40px;
  position: relative;
  margin: 0 auto 80px;
}
.note3.no-bm {
  margin-bottom: 0;
}
.note3 .ttl {
  position: absolute;
  left: 50px;
  top: -30px;
}
@media all and (max-width: 639px) {
  .note3 .ttl {
    left: 0;
  }
}
@media all and (max-width: 896px) {
  .note3 {
    padding: 40px 40px 20px;
  }
}
@media all and (max-width: 639px) {
  .note3 {
    padding: 40px 20px 10px;
  }
}

.telbox {
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #333;
  text-align: center;
}
.telbox .inner {
  background: #fff;
  padding: 10px;
}

.txt-link {
  font-weight: 600;
  text-decoration: underline;
}
.txt-link:hover {
  text-decoration: none;
}

.telbnr {
  max-width: 500px;
  margin: 30px auto 30px;
}
.telbnr li {
  border: 3px solid #ccc;
  padding: 10px 10px;
  text-align: center;
  border-radius: 50px;
}
.telbnr li a {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #f9b828;
}
.telbnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.telbnr li a:hover {
  color: #f9b828;
}
@media all and (max-width: 639px) {
  .telbnr {
    max-width: 90%;
  }
  .telbnr li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .telbnr li:last-of-type {
    margin-left: auto;
  }
  .telbnr li a {
    font-size: 2rem;
  }
}

.telbnr-ttl {
  font-weight: 600;
  font-size: 1.6rem;
  color: #333;
  margin-top: -30px;
}
.telbnr-ttl span {
  background: #f0f0f0;
  padding: 0 20px;
}
@media all and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1.3rem;
  }
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 1200px;
  margin: 20px auto 20px;
  font-size: 1.2rem;
}
.breadcrumb li {
  display: inline;
  color: #999;
}
.breadcrumb li a {
  color: #f9b828;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 12px;
  }
}

/* form
----------------------------------*/
.form {
  margin: 0 auto;
  width: 90%;
}
.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: 600;
}
.form dl dt span {
  color: #fff;
  background: #f9b828;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
  position: relative;
  top: -2px;
}
.form dl dt span.nini {
  background: rgb(167, 167, 167);
}
.form dl dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px dotted #cccccc;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-weight: 500;
  font-size: 16px;
}
.form dl dd:last-child {
  border-bottom: none;
}
.form dl dd input {
  margin-top: -0.5rem;
}
@media all and (max-width: 1100px) {
  .form dl dd input {
    margin-top: 0;
    margin-right: 5px;
  }
}
@media all and (max-width: 639px) {
  .form dl dd {
    font-size: 1.4rem;
    line-height: 1.65;
  }
  .form dl dd.sp-c label {
    display: block;
  }
}
.form dl dd .prbr {
  display: none;
}
@media all and (max-width: 1100px) {
  .form dl dd .prbr {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .form dl dt {
    float: none;
    width: 100%;
  }
  .form dl dd {
    padding-left: 0;
  }
}
.form .textarea,
.form textarea {
  border: 0;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  background: #f0f0f0;
  border-radius: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-weight: 500;
}
.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
}
.form .textarea02:last-child {
  margin-right: 0;
}
.form .textarea03 {
  width: 20%;
  margin-right: 1%;
  padding: 10px;
}
@media all and (max-width: 896px) {
  .form .textarea03 {
    width: 30%;
  }
}
.form button {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #f9b828;
  font-weight: 600;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: #f9b828;
  border-radius: 25px;
}
.form button:hover {
  background: #fff;
  color: #f9b828;
}
.form button:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
}
.form .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 192px;
  min-width: 12em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
}
.form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}
.form .entypo-down-open-mini:before {
  font-family: "FontAwesome";
  content: "\f0ab";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #f9b828;
}
.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #f9b828;
  z-index: 1;
}
.form label.radio_text input[type="radio"] {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}
.form label.radio_text input[type="radio"]:checked {
  box-shadow: none;
}
.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #eeebda;
}
.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0 20px 5px 0;
  overflow: hidden;
  display: inline-block;
}
.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
  padding: 1px;
}
.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #f9b828;
  border-bottom: 3px solid #f9b828;
  transform: rotate(45deg);
  z-index: 1;
}
.form label.checkbox_text input[type="checkbox"] {
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
.form label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}
.form label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
.form label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #eee;
}
.form input[type="text"],
.form textarea {
  font-size: 16px;
}
@media all and (max-width: 639px) {
  .form input[type="text"],
  .form textarea {
    transform: scale(0.9);
    margin-left: -5px;
    font-size: 1.4rem;
  }
}

.fm-txt {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
}

.thanks {
  padding: 40px;
  border: 3px solid #f9b828;
  background: #fefefe;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .thanks {
    max-width: 90%;
    padding: 30px 20px;
  }
}

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

.policy {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
}

.mtitle_small {
  position: relative;
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: #f2cc18;
  font-weight: 600;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #f2cc18;
}
@media all and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.mtitle_small.sub1 {
  color: #f9b828;
  border-bottom: 1px solid #f9b828;
}

.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 600;
}
.mtitle_small2:before {
  content: "";
  background-color: #f9b828;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*photoギャラリー
----------------------------*/
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery li {
  width: 18.5%;
  margin: 0 1.3333333333% 25px 0;
}
.gallery li:nth-child(5n) {
  margin-right: 0;
}
.gallery li a {
  background: rgba(242, 204, 24, 0.2);
  display: block;
  text-align: center;
  padding: 0px;
  height: 140px;
}
.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: 12px;
  text-align: center;
  line-height: 1.2;
  margin-top: 5px;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .gallery li {
    width: 31%;
    margin: 0 1% 20px;
  }
  .gallery li:nth-child(5n) {
    margin: 0 1% 20px;
  }
  .gallery li:nth-child(3n) {
    margin-right: 0;
  }
  .gallery li a {
    height: 100px;
  }
  .gallery li p {
    font-size: 12px;
  }
}
.gallery.col3 li {
  width: 31%;
  margin: 0 1% 60px;
}
.gallery.col3 li:nth-child(3n) {
  margin-right: 0;
}
.gallery.col3 li a {
  height: 120px;
  background: #fefefe;
}
.gallery.col3 li a img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.gallery.col3 li p {
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}
.gallery.col4 li {
  width: 23%;
  margin: 0 1% 20px;
}
.gallery.col4 li:nth-child(4n) {
  margin-right: 0;
}
.gallery.col4 li a {
  height: 150px;
  background: #fefefe;
  margin-bottom: 15px;
}
.gallery.col4 li a img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery.col4 li p {
  text-align: left;
}
@media all and (max-width: 896px) {
  .gallery.col4 li {
    width: 48%;
    margin: 0 1% 20px;
  }
  .gallery.col4 li:nth-child(4n) {
    margin: 0 1% 20px;
  }
  .gallery.col4 li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery.col4 li a {
    height: 100px;
  }
}
@media all and (max-width: 639px) {
  .gallery.col4 li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .gallery.col4 li:nth-child(2n) {
    margin-right: auto;
  }
  .gallery.col4 li a {
    height: 100px;
  }
}

.photo {
  width: 100%;
  margin: 10px auto 0;
}
.photo ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.photo li {
  width: calc((100% - 40px) / 3);
}
.photo li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 250px;
  line-height: 250px;
  overflow: hidden;
}
.photo li a:hover img {
  transform: scale(1.1);
}
.photo li:last-child {
  margin-right: 0px;
}
.photo li img {
  vertical-align: middle;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: 0.2s all ease-in;
}
.photo li p {
  height: 30px;
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 3px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
}

@media all and (max-width: 896px) {
  .photo ul li {
    width: 48%;
  }
}
@media all and (max-width: 639px) {
  .photo ul {
    margin-right: 0;
    margin-bottom: 0;
  }
  .photo li {
    float: left;
    margin: 0 1% 10px;
  }
  .photo li a {
    width: 100%;
    height: 150px;
    line-height: 150px;
  }
  .photo li img {
    max-width: 100%;
    max-height: 145px;
  }
  .photo li p {
    width: 100%;
  }
}
.list2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 639px) {
  .list2 {
    margin-top: -25px;
  }
}
.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(249, 184, 40, 0.3);
}
.list2.type2 > li,
.list2.type2 .child {
  width: 48%;
  margin-top: 50px;
}
.list2.type2 > li:nth-child(2n),
.list2.type2 .child:nth-child(2n) {
  margin-left: 4%;
}
.list2.small {
  max-width: 75%;
}
@media all and (max-width: 1100px) {
  .list2.small {
    max-width: 100%;
  }
}
.list2.ai-c {
  align-items: center;
}
.list2 > li,
.list2 .child {
  width: 48%;
  margin-top: 50px;
}
.list2 > li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2 > li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-left: auto;
  }
}
.list2 > li.od-1,
.list2 .child.od-1 {
  order: 1;
  margin-left: 0;
}
@media all and (max-width: 639px) {
  .list2 > li.od-1,
  .list2 .child.od-1 {
    order: 2;
  }
}
.list2 > li.od-2,
.list2 .child.od-2 {
  order: 2;
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2 > li.od-2,
  .list2 .child.od-2 {
    margin: 25px auto 0;
    order: 1;
  }
}
.list2 > li.img img,
.list2 .child.img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 25px auto 0;
  }
}

.list3 {
  display: flex;
  flex-wrap: wrap;
}
.list3.jc-c {
  justify-content: center;
}
.list3.ai-c {
  align-items: center;
}
.list3.type2 > li {
  border: 1px solid #f9b828;
  padding: 15px;
}
.list3 > li {
  width: 31%;
  position: relative;
  margin: 0 3.495% 20px 0;
}
.list3 > li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .list3 > li {
    width: 48%;
  }
  .list3 > li:nth-child(2n) {
    margin-right: 0;
  }
  .list3 > li:nth-child(3n) {
    margin-right: 3.495%;
  }
}
@media all and (max-width: 639px) {
  .list3 > li {
    width: 95%;
    margin: 0 auto 20px;
  }
  .list3 > li:nth-child(3n) {
    margin-right: auto;
  }
  .list3 > li:nth-child(2n) {
    margin-right: auto;
  }
}
.list3.type1 > li {
  width: 31%;
  position: relative;
  margin: 0 3.495% 20px 0;
}
.list3.type1 > li:nth-child(2n) {
  margin-right: 3.495%;
}
.list3.type1 > li:nth-child(3n) {
  margin-right: 0;
}
.list3.efct {
  justify-content: space-between;
}
.list3.efct > li,
.list3.efct .child {
  position: relative;
  width: 30%;
  margin: 0 1% 20px 0;
}
.list3.efct > li:nth-child(4n),
.list3.efct .child:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .list3.efct > li,
  .list3.efct .child {
    width: 48%;
    margin: 0 2% 50px 0;
  }
  .list3.efct > li:nth-child(2n),
  .list3.efct .child:nth-child(2n) {
    margin-right: 0;
  }
  .list3.efct > li:nth-child(4n),
  .list3.efct .child:nth-child(4n) {
    margin: 0 2% 50px 0;
  }
}
@media all and (max-width: 639px) {
  .list3.efct > li,
  .list3.efct .child {
    width: 95%;
    margin: 0 auto 50px;
  }
  .list3.efct > li:nth-child(2n),
  .list3.efct .child:nth-child(2n) {
    margin: 0 auto 50px;
  }
  .list3.efct > li:nth-child(4n),
  .list3.efct .child:nth-child(4n) {
    margin: 0 auto;
  }
}
.list3.efct > li .img-box,
.list3.efct .child .img-box {
  width: 250px;
  height: 250px;
  background: rgba(249, 183, 40, 0.5098039216);
  border-radius: 50%;
  margin: 0 auto;
}
.list3.efct > li .img-box img,
.list3.efct .child .img-box img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: contain;";
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media all and (max-width: 1100px) {
  .list3.efct > li .img-box,
  .list3.efct .child .img-box {
    width: 170px;
    height: 170px;
  }
}
@media all and (max-width: 896px) {
  .list3.efct > li .img-box,
  .list3.efct .child .img-box {
    width: 200px;
    height: 200px;
  }
}
.list3.efct > li .title,
.list3.efct .child .title {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  padding: 10px;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .list3.efct > li .title,
  .list3.efct .child .title {
    font-size: 1.7rem;
  }
}
.list3.efct > li .more,
.list3.efct .child .more {
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 20;
  padding: 15px 0;
  background-color: #f9b828;
  line-height: 24px;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
  text-align: center;
  color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list3.efct > li .more span img,
.list3.efct .child .more span img {
  display: block;
  margin: 0 auto 3px;
  width: 30px;
  height: 30px;
}
.list3.efct > li:hover .img-box img,
.list3.efct .child:hover .img-box img {
  transition: all 0.4s ease;
  opacity: 0.6;
}
.list3.efct > li:hover .more,
.list3.efct .child:hover .more {
  transition: all 0.7s ease;
  transform: translate(0, -10px);
}

.list4 {
  display: flex;
  flex-wrap: wrap;
}
.list4 > li,
.list4 .child {
  width: 24%;
  margin: 0 1.3333333333% 25px 0;
}
.list4 > li:nth-child(4n),
.list4 .child:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .list4 > li,
  .list4 .child {
    width: 48%;
    margin: 0 2% 50px 0;
  }
  .list4 > li:nth-child(2n),
  .list4 .child:nth-child(2n) {
    margin-right: 0;
  }
  .list4 > li:nth-child(4n),
  .list4 .child:nth-child(4n) {
    margin: 0 2% 50px 0;
  }
  .list4 > li > .list_disc li,
  .list4 .child > .list_disc li {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
@media all and (max-width: 639px) {
  .list4.type1 > li,
  .list4.type1 .child {
    width: 90%;
    margin: 0 auto 20px;
  }
  .list4.type1 > li:nth-child(2n),
  .list4.type1 > li:nth-child(4n),
  .list4.type1 .child:nth-child(2n),
  .list4.type1 .child:nth-child(4n) {
    margin: 0 auto 20px;
  }
}
.list4.efct > li,
.list4.efct .child {
  position: relative;
  width: 24%;
  margin: 0 1% 20px 0;
}
.list4.efct > li:nth-child(4n),
.list4.efct .child:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .list4.efct > li,
  .list4.efct .child {
    width: 48%;
    margin: 0 2% 50px 0;
  }
  .list4.efct > li:nth-child(2n),
  .list4.efct .child:nth-child(2n) {
    margin-right: 0;
  }
  .list4.efct > li:nth-child(4n),
  .list4.efct .child:nth-child(4n) {
    margin: 0 2% 50px 0;
  }
}
@media all and (max-width: 639px) {
  .list4.efct > li,
  .list4.efct .child {
    width: 95%;
    margin: 0 auto 50px;
  }
  .list4.efct > li:nth-child(2n),
  .list4.efct .child:nth-child(2n) {
    margin: 0 auto 50px;
  }
  .list4.efct > li:nth-child(4n),
  .list4.efct .child:nth-child(4n) {
    margin: 0 auto;
  }
}
.list4.efct > li .img-box,
.list4.efct .child .img-box {
  width: 250px;
  height: 250px;
  background: #f9b828;
  border-radius: 50%;
  margin: 0 auto;
}
.list4.efct > li .img-box img,
.list4.efct .child .img-box img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: contain;";
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media all and (max-width: 1100px) {
  .list4.efct > li .img-box,
  .list4.efct .child .img-box {
    width: 170px;
    height: 170px;
  }
}
@media all and (max-width: 896px) {
  .list4.efct > li .img-box,
  .list4.efct .child .img-box {
    width: 200px;
    height: 200px;
  }
}
.list4.efct > li .title,
.list4.efct .child .title {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  color: #fefefe;
  padding: 10px;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .list4.efct > li .title,
  .list4.efct .child .title {
    font-size: 1.7rem;
  }
}
.list4.efct > li p,
.list4.efct .child p {
  color: #fefefe;
}
.list4.efct > li .more,
.list4.efct .child .more {
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 20;
  padding: 15px 0;
  background-color: #f9b828;
  line-height: 24px;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
  text-align: center;
  color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list4.efct > li .more span img,
.list4.efct .child .more span img {
  display: block;
  margin: 0 auto 3px;
  width: 30px;
  height: 30px;
}
.list4.efct > li:hover .img-box img,
.list4.efct .child:hover .img-box img {
  transition: all 0.4s ease;
  opacity: 0.6;
}
.list4.efct > li:hover .more,
.list4.efct .child:hover .more {
  transition: all 0.7s ease;
  transform: translate(0, -10px);
}

.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.column2.tp {
  align-items: flex-start;
}
.column2.chosei {
  margin-top: 60px;
}
.column2 .child {
  width: 48%;
}
.column2 .child01 {
  width: 40%;
}
.column2 .child02 {
  width: 56%;
}
.column2 .child03 {
  width: 30%;
}
.column2 .child04 {
  width: 65%;
}
.column2 .child-txt {
  position: absolute;
  width: 55%;
  right: 0;
  padding: 35px 30px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 10px;
}
.column2 .child-txt.type1 {
  right: auto;
  left: 0;
}
.column2 .child-img {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.column2 .child-img.type1 {
  margin-left: auto;
}
@media all and (max-width: 896px) {
  .column2 {
    flex-direction: column;
    gap: 20px;
  }
  .column2.chosei {
    margin-top: 30px;
  }
  .column2 .child,
  .column2 .child01,
  .column2 .child02,
  .column2 .child03,
  .column2 .child04,
  .column2 .child-img {
    width: 100%;
  }
  .column2 .child.bm10,
  .column2 .child01.bm10,
  .column2 .child02.bm10,
  .column2 .child03.bm10,
  .column2 .child04.bm10,
  .column2 .child-img.bm10 {
    margin-bottom: 10px;
  }
  .column2 .child.bm20,
  .column2 .child01.bm20,
  .column2 .child02.bm20,
  .column2 .child03.bm20,
  .column2 .child04.bm20,
  .column2 .child-img.bm20 {
    margin-bottom: 20px;
  }
  .column2 .child.column2-img,
  .column2 .child01.column2-img,
  .column2 .child02.column2-img,
  .column2 .child03.column2-img,
  .column2 .child04.column2-img,
  .column2 .child-img.column2-img {
    order: -1;
    margin-bottom: 30px;
  }
  .column2 .child-txt {
    position: relative;
    width: 100%;
    margin: 0 auto !important;
    padding: 20px 15px !important;
    border-radius: 0 0 10px 10px;
  }
  .column2 .child-img {
    order: -1;
    margin: auto !important;
    border-radius: 10px 10px 0 0;
  }
}

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

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

#works:before {
  content: "";
  height: 80px;
  margin-top: -80px;
  display: block;
  visibility: hidden;
}

.flow-dl .flow-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
.flow-dl .flow-inner:not(:last-of-type) {
  margin-bottom: 10px;
  border-bottom: solid 1px #f2cc18;
}
.flow-dl .flow-inner dt {
  width: 10%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  color: #f2cc18;
  line-height: 1.3;
  font-weight: 300;
}
.flow-dl .flow-inner dt .eng {
  font-size: 2rem;
  color: #f2cc18;
  display: block;
}
.flow-dl .flow-inner dt .eng::after {
  content: ".";
}
.flow-dl .flow-inner dd {
  width: 87%;
  border-left: 1px solid #f2cc18;
  padding-left: 20px;
}
@media all and (max-width: 639px) {
  .flow-dl .flow-inner {
    padding: 6px;
  }
  .flow-dl .flow-inner dt {
    width: 20%;
    font-size: 1.7rem;
  }
  .flow-dl .flow-inner dt .eng {
    font-size: 1.25rem;
  }
  .flow-dl .flow-inner dd {
    width: 77%;
  }
}
.flow-dl.white .flow-inner:not(:last-of-type) {
  border-bottom: solid 1px #fefefe;
}
.flow-dl.white .flow-inner dt {
  color: #fefefe;
}
.flow-dl.white .flow-inner dt .eng {
  color: #fefefe;
}
.flow-dl.white .flow-inner dd {
  color: #fefefe;
  border-left: 1px solid #fefefe;
}

.daily-dl {
  position: relative;
}
.daily-dl .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}
.daily-dl .inner:before {
  position: absolute;
  content: "";
  height: 125%;
  width: 8px;
  top: 25px;
  left: 30px;
  background: #f9b828;
}
.daily-dl .inner:last-child {
  margin-bottom: 0;
}
.daily-dl .inner:last-child::before {
  display: none;
}
@media all and (max-width: 639px) {
  .daily-dl .inner {
    width: 100%;
    margin: 0 auto 20px;
  }
  .daily-dl .inner:before {
    width: 8px;
    height: 130%;
    left: 30px;
    top: 15px;
  }
}
.daily-dl .inner dt {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f9b828;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  z-index: 4;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
.daily-dl .inner dt.line2 {
  line-height: 1.2;
  padding-top: 18px;
}
@media all and (max-width: 639px) {
  .daily-dl .inner dt {
    font-size: 1.2rem;
  }
}
.daily-dl .inner dd {
  flex: 1;
  position: relative;
  background: #fff;
  left: -10px;
  margin-top: 10px;
  padding: 0 10px 15px 25px;
  z-index: 2;
  border-radius: 3px;
}
.daily-dl .inner dd p span {
  display: block;
  background: #f5f1e9;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  text-align: center;
  padding: 5px;
}
@media all and (max-width: 639px) {
  .daily-dl .inner dd {
    margin-top: 10px;
  }
}
.daily-dl.type2 .inner::before {
  background: #6781b7;
}
.daily-dl.type2 .inner dt {
  background: #6781b7;
}

.blog-month {
  margin-bottom: 10px;
}
.blog-month ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-month ul li {
  width: 49%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
  background: #f9b828;
  border-radius: 5px;
}
.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}
.blog-month ul li a {
  color: #fff;
  font-size: 12px;
}
.blog-month ul li:hover {
  background: #f2cc18;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08 {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}
@media all and (max-width: 639px) {
  #a01,
  #a02,
  #a03,
  #a04,
  #a05,
  #a06,
  #a07,
  #a08 {
    padding-top: 50px;
    margin-top: -50px;
  }
}

.list-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-center li {
  width: 50%;
}
@media all and (max-width: 639px) {
  .list-center {
    flex-direction: column;
  }
  .list-center li {
    width: 100%;
  }
}

.faq-dl .faq-inner {
  padding: 10px;
  margin-bottom: 20px;
}
.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 3px solid #eee;
}
.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  padding: 10px 10px 10px 55px;
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
}
.faq-dl .faq-inner dt {
  margin-bottom: 10px;
  font-weight: 600;
}
.faq-dl .faq-inner dt:before {
  content: "Q";
  color: #f9b828;
  font-size: 3rem;
  background: rgba(249, 184, 40, 0.2);
}
.faq-dl .faq-inner dd:before {
  content: "A";
  color: #f2cc18;
  font-size: 3rem;
  background: rgba(242, 204, 24, 0.2);
}

.bnr-list {
  text-align: center;
}
@media all and (max-width: 896px) {
  .bnr-list li {
    width: 48%;
    margin-right: 4%;
  }
  .bnr-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.bnr-list a {
  display: block;
  text-align: center;
  background: #fefefe;
  padding: 8px 5px;
  font-size: 1.3rem;
  height: 100%;
}
.bnr-list a img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: 45px;
}
@media all and (max-width: 639px) {
  .bnr-list a {
    font-size: 12px;
    line-height: 1.5;
  }
  .bnr-list a img {
    height: 30px;
  }
}
.bnr-list li.bnr-txt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  background: #fefefe;
}
@media all and (max-width: 639px) {
  .bnr-list li.bnr-txt {
    font-size: 1.5rem;
  }
}

.sns-list {
  display: flex;
}
.sns-list.center {
  justify-content: center;
  margin: 15px 0;
}
.sns-list.big li a {
  width: 50px;
  height: 50px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-list li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  color: #fefefe;
  display: block;
  background: #333;
  border-radius: 100%;
  text-align: center;
  transition: all 0.2s ease-in;
  position: relative;
}
.sns-list li a:hover {
  opacity: 0.7;
}
.sns-list li a.btn-facebook {
  background: #1877f2;
}
.sns-list li a.btn-twitter {
  background: #1da1f2;
}
.sns-list li a.btn-line {
  background: #00b900;
}
.sns-list li a.btn-instagram {
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-list li a.btn-instagram i {
  position: relative;
  z-index: 2;
}
.sns-list li a.btn-instagram:before {
  content: "";
  position: absolute;
  /*絶対配置*/
  top: 18px;
  /*ずらす*/
  left: -10px;
  /*ずらす*/
  width: 50px;
  /*グラデーションカバーの幅*/
  height: 50px;
  /*グラデーションカバーの高さ*/
  background: radial-gradient(
    #ffdb2c 10%,
    rgba(255, 105, 34, 0.65) 55%,
    rgba(255, 88, 96, 0) 70%
  );
  /*グラデーション②*/
}
.sns-list li:not(:last-child) {
  margin-right: 10px;
}
@media all and (max-width: 896px) {
  .sns-list li:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 0;
  }
}

.voice-wrap {
  padding: 25px;
  background: #fff;
  box-shadow: 6px 6px rgba(249, 184, 40, 0.2);
}
.voice-wrap + .voice-wrap {
  margin-top: 45px;
}
.voice-wrap .voice-title {
  border-left: 3px solid #f9b828;
  padding: 5px 8px 5px 15px;
  font-weight: 600;
  font-size: 1.1em;
  color: #f2cc18;
  margin-bottom: 10px;
}

/* slide_list
----------------------------------*/
.slide_list {
  position: relative;
  display: none;
}
.slide_list li {
  margin-right: 1%;
  width: 350px;
}
.slide_list li img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.slide_list li table,
.slide_list li p {
  display: none;
}
@media all and (max-width: 639px) {
  .slide_list li img {
    height: 180px;
  }
}

.bnr-img img:hover {
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.3s ease;
}

/* accordion
----------------------------------*/
.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
  z-index: 20;
}
.accordion dt {
  background: #fff;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  border-top: 1px dotted #111;
  border-bottom: 1px dotted #111;
  color: #111;
}
.accordion dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7rem;
}
.accordion dt:hover {
  background: rgba(249, 184, 40, 0.2);
}
.accordion dt.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}
.accordion dd {
  display: none;
  padding: 20px 30px;
  background: #fff;
  color: #333;
  border-bottom: 1px dotted #111;
}

.h-img {
  width: 450px;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
}
.h-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 639px) {
  .h-img {
    width: 100%;
    height: 300px;
  }
}
.h-img.long {
  height: 500px;
}
@media all and (max-width: 1100px) {
  .h-img.long {
    width: 250px;
    height: 550px;
  }
}
@media all and (max-width: 896px) {
  .h-img.long {
    width: 100%;
    height: 300px;
  }
}
.h-img.long2 {
  height: 600px;
}
@media all and (max-width: 1100px) {
  .h-img.long2 {
    width: 350px;
  }
}
@media all and (max-width: 896px) {
  .h-img.long2 {
    width: 100%;
    height: 300px;
  }
}

.bg-fixed {
  position: relative;
}
.bg-fixed .rec-box {
  background: rgba(179, 150, 10, 0.5);
  padding: 35px 30px;
  border: 3px solid #ddd;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.bg-fixed .rec-box p {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.bg-fixed .rec-box p + p {
  margin-top: 20px;
}
@media all and (max-width: 639px) {
  .bg-fixed .rec-box {
    padding: 20px 15px;
  }
  .bg-fixed .rec-box p {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .bg-fixed .rec-box p + p {
    margin-top: 15px;
  }
}
.bg-fixed:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-fixed.jpg)
    no-repeat bottom/cover;
  background-attachment: fixed;
}
@media all and (max-width: 1100px) {
  .bg-fixed:before {
    background-attachment: scroll;
  }
}
.bg-fixed:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2cc18
    url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/raster2.png)
    repeat;
  opacity: 0.3;
  z-index: -1;
}

.baloon-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  animation: fuwafuwa2 2s ease infinite;
}
@media all and (max-width: 896px) {
  .baloon-top {
    width: 100px;
  }
}
@media all and (max-width: 639px) {
  .baloon-top {
    width: 60px;
  }
}

.hana-bottom {
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 130px;
  animation: fuwafuwa2 2s ease infinite;
}
@media all and (max-width: 896px) {
  .hana-bottom {
    width: 100px;
  }
}
@media all and (max-width: 639px) {
  .hana-bottom {
    width: 60px;
  }
}

.btn_wk2 a {
  text-align: center;
  position: relative;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 10px;
  max-width: 200px;
  width: 80%;
  font-size: 90%;
  margin-top: 30px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  transition: all 0.3s ease-in-out;
  line-height: 1.4;
}
.btn_wk2 a span {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
  letter-spacing: 0.4em;
}
.btn_wk2 a:before,
.btn_wk2 a:after {
  content: "";
  position: absolute;
  border: solid #fff;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}
.btn_wk2 a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.btn_wk2 a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn_wk2 a:hover {
  color: #f9b828;
  background: #fff;
  border-color: transparent;
}
.btn_wk2 a:hover:before,
.btn_wk2 a:hover:after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #fff;
}
.btn_wk2.btn-r a {
  margin-right: 5px;
}
.btn_wk2.base a {
  color: #f9b828;
  border: 1px solid #f9b828;
}
.btn_wk2.base a:before,
.btn_wk2.base a:after {
  border: solid #f9b828;
}
.btn_wk2.base a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.btn_wk2.base a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn_wk2.base a:hover {
  color: #fff;
  background: #f9b828;
  border-color: transparent;
}
.btn_wk2.base a:hover:before,
.btn_wk2.base a:hover:after {
  border-color: #f9b828;
}
.btn_wk2.right a {
  margin-right: 0;
}
.btn_wk2.left a {
  margin-left: 0;
}

.long-bnr {
  position: relative;
  width: 100%;
  padding: 20px;
  overflow: hidden;
}
@media all and (max-width: 639px) {
  .long-bnr {
    padding: 15px;
  }
}
.long-bnr a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-long.jpg)
    no-repeat center/cover;
  z-index: -1;
}
.long-bnr a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #f2cc18;
  opacity: 0.6;
  z-index: -1;
}
.long-bnr a:hover::before {
  transition: all 0.3s ease;
  transform: scale(1.3);
}
.long-bnr a .content {
  color: #fefefe;
  text-align: center;
  position: relative;
  border: 1px solid #fefefe;
  padding: 20px;
}
.long-bnr a .content h3 {
  position: relative;
  font-size: 2rem;
  margin-bottom: 20px;
}
.long-bnr a .content h3 span {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-size: 5rem;
  display: block;
}
@media all and (max-width: 896px) {
  .long-bnr a .content h3 span {
    font-size: 4rem;
  }
}
@media all and (max-width: 639px) {
  .long-bnr a .content h3 {
    font-size: 1.5rem;
  }
  .long-bnr a .content h3 span {
    font-size: 3.5rem;
  }
}
.long-bnr a .content p {
  font-size: 1.5rem;
}
@media all and (max-width: 639px) {
  .long-bnr a .content p {
    font-size: 1.2rem;
  }
}

.service-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.service-area .ttl {
  width: 30%;
}
@media all and (max-width: 639px) {
  .service-area .ttl {
    width: 100%;
  }
}
.service-area .ttl h3 {
  border-right: 2px solid #f9b828;
  padding-right: 10px;
  text-align: right;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  color: #f9b828;
  line-height: 1.1;
}
.service-area .ttl h3 .num {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 4rem;
}
.service-area .ttl h3 .min {
  font-size: 2.5rem;
}
@media all and (max-width: 639px) {
  .service-area .ttl h3 .min {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .service-area .ttl h3 {
    border-right: none;
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid #f9b828;
  }
  .service-area .ttl h3 br {
    display: none;
  }
}
.service-area .txt {
  width: 68%;
  font-size: 1.8rem;
  font-weight: 600;
  color: #f9b828;
}
@media all and (max-width: 639px) {
  .service-area .txt {
    width: 100%;
  }
}

.btn-bnr ul li {
  margin-bottom: 15px;
}
.btn-bnr ul li:last-child {
  margin-bottom: 0;
}
.btn-bnr ul li a {
  display: block;
  position: relative;
  padding: 15px 40px 15px 20px;
  font-size: 1.5rem;
  color: #f9b828;
  background: #fefefe;
  font-weight: 600;
  border: 1px solid #f9b828;
  border-radius: 5px;
  text-align: center;
}
.btn-bnr ul li a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 30px;
  border-top: 1px solid #f9b828;
  border-right: 1px solid #f9b828;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}
.btn-bnr ul li a:hover {
  background: #f9b828;
  color: #fefefe;
}
.btn-bnr ul li a:hover:after {
  right: 20px;
  border-color: #fefefe;
}

#slide-wrap {
  position: relative;
}

.contents-swiper {
  width: 90%;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (max-width: 639px) {
  .contents-swiper {
    height: 250px;
  }
}
.contents-swiper.min {
  height: 250px;
}
@media all and (max-width: 639px) {
  .contents-swiper.min {
    height: 200px;
  }
}
.contents-swiper .swiper-wrapper > .swiper-slide {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  background: transparent;
}
.contents-swiper .swiper-button-prev,
.contents-swiper .swiper-button-next {
  background-image: none !important;
}
.contents-swiper .swiper-button-prev:after,
.contents-swiper .swiper-button-next:after {
  content: "";
  width: 2rem;
  height: 2rem;
  border: 0;
  border-top: solid 1px #f9b828;
  border-right: solid 1px #f9b828;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contents-swiper .swiper-button-prev::after {
  transform: rotate(-135deg);
}
.contents-swiper .swiper-button-prev:hover::after {
  left: -15px;
  transition: all 0.3s ease;
}
.contents-swiper .swiper-button-next:after {
  transform: rotate(45deg);
}
.contents-swiper .swiper-button-next:hover::after {
  right: -15px;
  transition: all 0.3s ease;
}
.contents-swiper .swiper-pagination {
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: -2rem !important;
  width: 100%;
}
.contents-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 50px;
  height: 3px;
  border-radius: 0;
  margin: 0 2px;
  background-color: rgba(249, 184, 40, 0.2);
  transition: background-color 0.3s ease;
}
.contents-swiper .swiper-pagination .swiper-pagination-bullet::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 184, 40, 0.7);
  transform: scaleX(0);
  transform-origin: 0 0;
}
.contents-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: rgba(249, 184, 40, 0.7);
}
.contents-swiper .swiper-pagination .swiper-pagination-bullet-active::before {
  animation: sliderPagination 5s linear forwards;
}
@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

.name-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 300px;
  margin: 20px 0 0 auto;
}
.name-area .img {
  width: 30%;
  overflow: hidden;
  border-radius: 50%;
}
.name-area .img img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.name-area .name {
  width: 65%;
  letter-spacing: 0;
  text-align: right;
}

/* slide_list
----------------------------------*/
.slide_left,
.slide_right {
  position: relative;
  padding-bottom: 1%;
  display: none;
}
.slide_left li,
.slide_right li {
  margin-right: 1%;
  width: 400px;
  position: relative;
}
.slide_left li:before,
.slide_right li:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  transform: translate(-50%, -50%);
  border: 2px dashed #fff;
  z-index: 2;
  border-radius: 10px;
}
.slide_left li img,
.slide_right li img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.slide_left li p,
.slide_right li p {
  display: none;
}
@media all and (max-width: 896px) {
  .slide_left li,
  .slide_right li {
    width: 300px;
  }
  .slide_left li img,
  .slide_right li img {
    height: 200px;
  }
}

.k_class {
  width: 90%;
  margin: 50px auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.k_class li {
  width: calc(16.6666666667% - 10px);
}
@media all and (max-width: 639px) {
  .k_class {
    margin: 50px auto;
  }
  .k_class li {
    width: calc(33.3333333333% - 10px);
    margin: 0 auto 20px;
  }
  .k_class li:nth-child(2n) {
    margin-top: 30px;
  }
}

.deco-img {
  position: absolute;
  z-index: 3;
}
.deco-img.type1 {
  top: -50px;
  left: 3%;
}
.deco-img.type1 img {
  width: 150px;
  height: 225px;
}
.deco-img.type2 {
  bottom: 30px;
  right: 3%;
}
.deco-img.type2 img {
  width: 150px;
  height: 150px;
}
.deco-img img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  -o-object-position: center;
  object-position: center;
}
@media all and (max-width: 896px) {
  .deco-img.type1 img {
    width: 100px;
  }
  .deco-img.type2 img {
    width: 100px;
  }
}
@media all and (max-width: 639px) {
  .deco-img.type2 {
    bottom: -20px;
    right: 0%;
  }
}

.daily {
  margin: 0 auto;
  width: 100%;
}
.daily tr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.daily tr th,
.daily tr td {
  vertical-align: middle;
  position: relative;
  padding: 15px 10px;
  margin-bottom: 10px;
  text-align: center;
  width: calc(25% - 10px);
  border-radius: 5px;
}
.daily tr th.col3,
.daily tr td.col3 {
  width: 75%;
}
.daily tr th.col2,
.daily tr td.col2 {
  width: 50%;
}
.daily tr th br,
.daily tr td br {
  display: none;
}
@media all and (max-width: 1100px) {
  .daily tr th span,
  .daily tr td span {
    display: none;
  }
  .daily tr th br,
  .daily tr td br {
    display: block;
  }
}
@media all and (max-width: 639px) {
  .daily tr th,
  .daily tr td {
    width: calc(25% - 5px);
    padding: 15px 3px;
  }
}
.daily tr th .deco,
.daily tr td .deco {
  position: absolute;
  z-index: 2;
}
.daily tr th .deco img,
.daily tr td .deco img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
@media all and (max-width: 639px) {
  .daily tr th .deco img,
  .daily tr td .deco img {
    width: 60px;
    height: 60px;
  }
}
.daily tr th .deco.type1,
.daily tr td .deco.type1 {
  top: -70px;
  left: 5%;
}
@media all and (max-width: 639px) {
  .daily tr th .deco.type1,
  .daily tr td .deco.type1 {
    top: -55px;
  }
}
.daily tr th .deco.type2,
.daily tr td .deco.type2 {
  bottom: 0;
  right: 5%;
}
.daily tr th .deco.type3,
.daily tr td .deco.type3 {
  bottom: -5px;
  right: 15%;
}
@media all and (max-width: 639px) {
  .daily tr th .deco.type3,
  .daily tr td .deco.type3 {
    right: 10%;
  }
}
.daily tr th .deco.type4,
.daily tr td .deco.type4 {
  bottom: 0;
  left: 15%;
}
.daily tr th {
  font-weight: 600;
  letter-spacing: 0;
  background: #f8b00f;
  color: #fefefe;
  font-size: 1.8rem;
}
@media all and (max-width: 639px) {
  .daily tr th {
    font-size: 1.3rem;
  }
}
.daily tr td {
  border: 2px solid #f9b828;
}
@media all and (max-width: 639px) {
  .daily tr td {
    letter-spacing: 0;
  }
}

.img-ttl {
  margin: 80px auto -30px;
  width: 650px;
}
.img-ttl img {
  width: 100%;
}
@media all and (max-width: 896px) {
  .img-ttl {
    width: 450px;
  }
}
@media all and (max-width: 639px) {
  .img-ttl {
    width: 95%;
    margin: 50px auto -15px;
  }
}

.class_box .w100 {
  width: 100%;
}
.class_box .w100 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.class_box .w100 .inner .img {
  width: 40%;
}
.class_box .w100 .inner .txt_area {
  width: 55%;
}
@media all and (max-width: 639px) {
  .class_box .w100 .inner .img,
  .class_box .w100 .inner .txt_area {
    width: 100%;
  }
}

.top-title {
  width: 90%;
  max-width: 530px;
  margin: 0 auto 50px;
}

.bg-side {
  position: relative;
  overflow: hidden;
}
.bg-side::before,
.bg-side::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100%;
  top: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/bg-line.svg)
    repeat-Y;
  background-size: 100px auto;
  z-index: -2;
}
.bg-side:before {
  left: 0;
}
.bg-side::after {
  right: 0;
  transform: scale(-1);
}
.bg-side.type1::before,
.bg-side.type1::after {
  filter: sepia(50%) brightness(92%);
}
@media all and (max-width: 1100px) {
  .bg-side .swiper-pagination {
    bottom: 60px;
  }
}
@media all and (max-width: 896px) {
  .bg-side::before,
  .bg-side::after {
    width: 50px;
    background-size: 50px auto;
  }
}
@media all and (max-width: 639px) {
  .bg-side::before,
  .bg-side::after {
    width: 25px;
    background-size: 25px auto;
  }
}

.list3-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 50px auto 0;
}
.list3-img li {
  width: 25%;
  text-align: center;
  animation: fuwafuwa2 2s ease infinite;
}
.list3-img li:nth-child(even) {
  animation: fuwafuwa 2s ease infinite;
}
.list3-img li img {
  filter: drop-shadow(5px 15px 5px rgba(27, 21, 10, 0.15));
}

.img_title {
  max-width: 450px;
  margin: 0 auto 30px;
}

.topTarget__list {
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
}
.topTarget__list li {
  width: 31%;
  margin: 0 1% 0;
  position: relative;
  justify-content: flex-end;
}
.topTarget__list .list__photoarea {
  text-align: center;
  margin: 0 auto;
  padding: 50px 0 0;
}
.topTarget__list .list__icon {
  position: absolute;
  left: 10px;
  top: 35px;
  width: 110px;
  z-index: 1;
}
.topTarget__list .list__photo {
  width: 100%;
  margin: 0 0 0 auto;
}
.topTarget__list .list__txtarea {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #333;
  padding-top: 15px;
}
.topTarget__list .list__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff6f6;
  padding: 20px;
  border-radius: 10px;
}
.topTarget__list .list__title.title-orange {
  background-color: #fffbf2;
}
.topTarget__list .list__title.title-green {
  background-color: #f2fff2;
}
.topTarget__list .list__title.title-blue {
  background-color: #f1fcff;
}
@media all and (max-width: 1100px) {
  .topTarget__list li {
    width: 46%;
    margin: 0 2% 40px;
  }
}
@media all and (max-width: 639px) {
  .topTarget__list {
    margin: 40px auto 0;
  }
  .topTarget__list li {
    display: block;
    width: 48%;
    margin: 0 1% 10px;
  }
  .topTarget__list .list__photoarea {
    padding: 30px 0 0;
  }
  .topTarget__list .list__icon {
    width: 40px;
    top: 10px;
  }
  .topTarget__list .list__photo {
    width: 88%;
    position: initial;
    margin: 0 0 0 auto;
    max-width: 200px;
  }
  .topTarget__list .list__txtarea {
    margin-top: 10px;
    padding-top: 5px;
  }
  .topTarget__list .list__title {
    font-size: 12px;
    padding: 10px;
  }
}

.line_hana {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1200px;
}
.line_hana:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 18px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25978/important-line.png)
    repeat-x;
  background-size: 55px 18px;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.cont01 {
  background: #fefefe;
  max-width: 95%;
  border-radius: 60px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 60px;
  margin-top: 80px;
}
.cont01 .cont01_txt {
  width: 55%;
  margin-top: -80px;
  padding-right: 120px;
}
.cont01 .cont01_img {
  width: 45%;
  margin-top: -150px;
}
.cont01 .cont01_img img {
  border-radius: 60px;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border: 15px solid #fff;
}
.cont01.type2 .cont01_txt {
  padding-right: 0;
  padding-left: 120px;
}
@media all and (max-width: 1100px) {
  .cont01 {
    flex-direction: column-reverse;
  }
  .cont01 .cont01_txt {
    width: 100%;
    padding-top: 100px;
    padding-right: 0;
  }
  .cont01 .cont01_img {
    width: 100%;
  }
  .cont01 .cont01_img img {
    height: 400px;
  }
  .cont01.type2 {
    flex-direction: column;
  }
  .cont01.type2 .cont01_txt {
    padding-left: 0;
  }
}
@media all and (max-width: 896px) {
  .cont01 {
    padding: 30px;
  }
  .cont01 .cont01_img {
    margin-top: -80px;
  }
  .cont01 .cont01_img img {
    height: 300px;
  }
}
@media all and (max-width: 639px) {
  .cont01 {
    padding: 10px;
    border-radius: 30px;
  }
}

.day_flow dt {
  background: #f9b828;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media all and (max-width: 639px) {
  .day_flow dt {
    font-size: 1.5rem;
  }
}
.day_flow dd {
  border-left: 4px dotted #fac85a;
  margin-left: 25px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.day_flow.type1 dt {
  background: #9dcc5b;
}
.day_flow.type1 dd {
  border-left: 4px dotted #b4d882;
}
.day_flow.type2 dt {
  background: #d892bc;
}
.day_flow.type2 dd {
  border-left: 4px dotted #e5b8d3;
}
.day_flow.type3 dt {
  background: #63b68f;
}
.day_flow.type3 dd {
  border-left: 4px dotted #86c6a8;
}

.reason-list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.reason-list li .reason-img {
  position: relative;
  width: 45%;
  position: relative;
}
.reason-list li .reason-img img {
  border-radius: 20px;
}
.reason-list li .reason-img::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100%;
  height: 100%;
  background: #f9b828;
  z-index: -1;
  border-radius: 20px;
}
.reason-list li .reason-txt {
  width: 55%;
}
.reason-list li .reason-txt .reason-title {
  position: relative;
  margin: 10px 0;
  background: #fffaf4;
  color: #1b150a;
  padding: 15px 30px;
  border-radius: 0 30px 30px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
}
@media all and (max-width: 896px) {
  .reason-list li .reason-txt .reason-title {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .reason-list li .reason-txt .reason-title {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}
.reason-list li .reason-txt .reason-title span {
  font-size: 2rem;
  margin-right: 20px;
  color: #f9b828;
  position: absolute;
  top: -25%;
  text-shadow: 1px 1px 0px #fefefe, -1px 1px 0px #fefefe, 1px -1px 0px #fefefe,
    -1px -1px 0px #fefefe, 1px 0px 0px #fefefe, 0px 1px 0px #fefefe,
    -1px 0px 0px #fefefe, 0px -1px 0px #fefefe;
}
@media all and (max-width: 896px) {
  .reason-list li .reason-txt .reason-title span {
    top: -55%;
  }
}
.reason-list li .reason-txt .inner {
  padding: 30px;
}
.reason-list li:last-child {
  margin-bottom: 0 !important;
}
@media all and (max-width: 896px) {
  .reason-list {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 100%;
  }
  .reason-list li .reason-img {
    width: 100%;
  }
  .reason-list li .reason-img .reason-num {
    right: 10px;
    top: 10px;
    width: 80px;
  }
  .reason-list li .reason-img .spbr {
    border: 3px solid #1b150a;
  }
  .reason-list li .reason-txt {
    width: 100%;
  }
  .reason-list li .reason-txt .reason-title {
    margin: 15px 0 0;
    padding: 10px 15px;
    border-radius: 10px;
  }
  .reason-list li .reason-txt .inner {
    padding: 20px 10px;
  }
  .reason-list li:not(:last-child) {
    margin-bottom: 20px !important;
  }
}

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

.link-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
}

.link-buttons a {
  flex: 1 1 calc(33.333% - 24px);
  text-align: center;
  padding: 7px 0;
  background-color: #f9b828;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 40px;
  transition: all 0.3s ease;
}

/* ホバー時に色を逆に */
.link-buttons a:hover {
  background-color: #fff;
  color: #f9b828;
  border: 2px solid #f9b828;
}

/* スマホでは縦並び */
@media screen and (max-width: 768px) {
  .link-buttons {
    flex-direction: column;
  }

  .link-buttons a {
    flex: 1 1 100%;
  }
}
