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

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

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

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

.small-txt {
  font-size: 1.4rem;
}

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

.spbr {
  display: none !important;
}

a:link, a:visited, a:hover {
  color: #d7711b;
}
a:link, a:hover {
  text-decoration: none;
}

.fb-page {
  width: 100%;
}

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

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

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

.pc {
  display: block;
}

.tcen {
  text-align: center;
}

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

.fukidashi {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0px auto 30px;
}
.fukidashi.type1 {
  margin-top: 0;
}
.fukidashi span {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 12px 20px;
  border-radius: 10px;
  background: #E78B3E;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .fukidashi {
    margin: 0 auto 30px;
    font-size: 1.6rem;
  }
  .fukidashi span {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 12px;
  }
}

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

.mincho {
  font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

/*mtitle
------------------------------------------*/
.mtitle_en {
  position: absolute;
  top: 7px;
  left: -8px;
  opacity: 0.2;
  color: #E78B3E;
  font-size: 8rem;
  line-height: 1;
}

.mtitle {
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  line-height: 1.3;
}
.mtitle .eng {
  font-size: 1.3rem;
  color: #E78B3E;
  position: relative;
  display: block;
  font-family: "YakuHanJP", "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.mtitle .eng:first-letter {
  color: #d7711b;
}
.mtitle .ja {
  font-size: 2.5rem;
  color: #131313;
  font-weight: 600;
}
.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:before {
  transform: none;
  margin-left: 5px;
  left: 0;
}
.mtitle.mtitle_left span:after {
  left: 0;
  transform: none;
}

@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
  }
  .mtitle .eng {
    font-size: 1.3rem;
  }
  .mtitle .ja {
    font-size: 2rem;
  }
}
.mtitle-icon {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 43px;
  font-size: 2.5rem;
  position: relative;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 600;
}
.mtitle-icon .eng {
  font-size: 2rem;
  color: #92C065;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  text-transform: uppercase;
}
.mtitle-icon .ja {
  display: block;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 3rem;
  color: #131313;
  font-weight: 500;
  position: relative;
}
.mtitle-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -21px;
  transform: translateX(-50%);
  width: 391px;
  height: 7px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/title-sen.png) no-repeat center/contain;
  text-shadow: 0 0 4px #ed9f5c;
}
.mtitle-icon.white .eng {
  color: #E78B3E;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: linear-gradient(to left, #fae59c, #F2F5DC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.mtitle-icon.white .ja {
  color: #fff;
}
.mtitle-icon.white:before {
  filter: hue-rotate(29deg);
}
@media all and (max-width: 639px) {
  .mtitle-icon {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-top: 40px;
  }
  .mtitle-icon:before {
    width: 30px;
    height: 30px;
    top: 5px;
  }
  .mtitle-icon .eng {
    font-size: 1.4rem;
  }
  .mtitle-icon .ja {
    font-size: 1.8rem;
  }
}

.mtitle1 {
  position: relative;
  margin: 0 auto 40px;
  line-height: 1;
  text-align: center;
}
.mtitle1 .eng {
  font-size: 2rem;
  color: #E78B3E;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #E78B3E, #92C065);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-transform: uppercase;
}
.mtitle1 .ja {
  display: block;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 3.5rem;
  color: #462912;
  font-weight: 500;
  position: relative;
}
.mtitle1.white .eng {
  background: linear-gradient(to right, #fff, #fff);
  -webkit-background-clip: text;
}
.mtitle1.white .eng::before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/ttl_icon2.png) no-repeat center/contain;
}
.mtitle1.white .ja {
  color: #fff;
}
.mtitle1.white:after {
  color: #fff;
}
.mtitle1.mtitle_left {
  text-align: left;
}
.mtitle1.mtitle_left:after {
  left: 0;
  transform: translateX(0%);
}
@media all and (max-width: 890px) {
  .mtitle1 {
    margin: 0 auto 50px;
  }
  .mtitle1 .eng {
    font-size: 2.8rem;
  }
  .mtitle1 .eng::before {
    width: 30px;
    height: 30px;
  }
  .mtitle1 .ja {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle1 {
    margin: 0 auto 30px;
  }
  .mtitle1 .eng {
    font-size: 2.5rem;
  }
  .mtitle1 .eng::before {
    width: 20px;
    height: 20px;
  }
  .mtitle1 .ja {
    font-size: 1.5rem;
  }
}

.mtitle2 {
  position: relative;
  margin-bottom: 40px;
  display: block;
}
.mtitle2 span {
  display: block;
  font-size: 2rem;
}
.mtitle2 .ja2 {
  font-size: 4rem;
  color: #E78B3E;
  position: relative;
}
.mtitle2.white .eng {
  color: #fff;
}
@media all and (max-width: 639px) {
  .mtitle2 {
    margin-bottom: 20px;
  }
  .mtitle2 span {
    font-size: 1.6rem;
  }
  .mtitle2 .ja2 {
    font-size: 2rem;
  }
}

.mtitle3 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  position: absolute;
  min-height: 100px;
  top: 0;
  left: 0;
}
.mtitle3 .ja {
  display: block;
  font-size: 2.8rem;
  color: #222;
  letter-spacing: 0.2em;
  padding-right: 5px;
  line-height: 2;
}
.mtitle3 .eng {
  display: block;
  font-family: "YakuHanJP", "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  color: #333;
}

@media all and (max-width: 639px) {
  .mtitle3 {
    writing-mode: inherit;
    position: static;
    margin-bottom: 20px;
    min-height: initial;
    min-height: auto;
  }
  .mtitle3 .ja {
    font-size: 1.6rem;
  }
  .mtitle3 .eng {
    font-size: 1.4rem;
  }
}
.mtitle_small {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 500;
  border-bottom: 2px solid #E78B3E;
}
@media all and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

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

.title01 {
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: -60px auto 10px;
}
.title01 span {
  padding: 3px 25px;
  color: #fff;
  font-size: 3.3rem;
  font-weight: 500;
  background: #ff3b7d;
  border-radius: 30px;
}
.title01.type1 span {
  background-color: #E78B3E;
}

@media all and (max-width: 639px) {
  .title01 span {
    font-size: 1.6rem;
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}
.title02 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #462912;
}
.title02 span {
  background: #92C065;
  padding: 4px 8px;
  color: #fff;
  border: 1px solid #92C065;
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 5px;
}
@media all and (max-width: 639px) {
  .title02 {
    font-size: 1.3rem;
  }
  .title02 span {
    font-size: 1.2rem;
  }
}
.title02.type1 span {
  background: #92C065;
}
.title02.type2 span {
  background: #462912;
}

.mtitle_line {
  position: relative;
  margin-bottom: 25px;
  color: #462912;
  border-bottom: 2px solid rgba(231, 139, 62, 0.8);
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #131313;
}
.mtitle_line span {
  font-size: 1.4rem;
  color: #92C065;
  margin-right: 10px;
  background-color: #fff;
  padding: 5px 8px;
}
@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .mtitle_line span {
    font-size: 1.2rem;
  }
}

.mtitle_balloon {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.mtitle_balloon.about_color {
  color: #462912;
}
.mtitle_balloon span {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  line-height: 1.3em;
  overflow: hidden;
}
.mtitle_balloon span.eng {
  font-family: "YakuHanJP", "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2rem;
  font-size: 5rem;
}
.mtitle_balloon span:before, .mtitle_balloon span:after {
  content: "";
  display: block;
  border-bottom: 3px solid #333;
  position: absolute;
  width: 50%;
  bottom: 6px;
}
.mtitle_balloon span:before {
  left: -5px;
}
.mtitle_balloon span:after {
  right: -5px;
}
.mtitle_balloon span i {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px;
}
.mtitle_balloon.center {
  text-align: center;
}
.mtitle_balloon.white span:before, .mtitle_balloon.white span:after {
  border-bottom-color: #fefefe;
}
.mtitle_balloon.white span i {
  border-color: #fefefe;
}

@media all and (max-width: 639px) {
  .mtitle_balloon {
    font-size: 1.7rem;
  }
  .mtitle_balloon span.eng {
    font-size: 2.4rem;
  }
}
.mtitle-bll {
  font-size: 2.5rem;
  border-bottom: 2px solid #E78B3E;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-bottom: 8px;
  color: #462912;
}
.mtitle-bll span {
  font-size: 1.6rem;
  margin-left: 20px;
  display: inline-block;
}
@media all and (max-width: 1100px) {
  .mtitle-bll {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle-bll {
    font-size: 1.6rem;
  }
  .mtitle-bll span {
    font-size: 1rem;
    display: block;
    margin-left: 5px;
  }
}

.mtitle4 {
  font-weight: normal;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.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: 2rem;
  background-color: #333;
}
.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: #ffdf2c;
}

@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;
  }
}
.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 500;
  position: relative;
  border-left: 6px solid #E78B3E;
  margin: 8px 0 15px;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
  color: #462912;
}
.mtitle_sub .hissu {
  color: #fff;
  background: #274590;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .mtitle_sub {
    font-size: 1.8rem;
  }
}

.mtitle_box {
  background: #E78B3E;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  font-weight: 900;
  display: block;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.5rem;
  }
}
.mtitle_box2 {
  background: #E78B3E;
  font-size: 2.5rem;
  color: #fff;
  position: relative;
  font-weight: 700;
  overflow: hidden;
  letter-spacing: 0.1rem;
  padding: 15px 10px 15px 20px;
  margin-bottom: 25px;
  border-radius: 5px;
  text-align: center;
}
.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px;
}
@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
    padding-right: 40px;
  }
  .mtitle_box2 span {
    font-size: 12px;
  }
}
.mtitle_box2.type1 {
  background-color: #92C065;
}

.mtext0 {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #462912;
}
@media all and (max-width: 639px) {
  .mtext0 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .mtext0 span {
    font-size: 1.4rem;
  }
}

.mtext1 {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.mtext1 span {
  color: #E78B3E;
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .mtext1 span {
    font-size: 1.4rem;
  }
}

.mtext2 {
  font-size: 4rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-weight: 600;
}
.mtext2 span {
  color: #E78B3E;
}

@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.mtext3 {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  padding-bottom: 5px;
  font-weight: 600;
}
.mtext3 span {
  color: #E78B3E;
}

@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
  .mtext3 span {
    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: #333;
}

.mttl_bl {
  background: #65bbe9;
  color: #fff;
  font-size: 1.8rem;
  overflow: hidden;
  font-weight: bold;
  border-left: 5px solid #aaa;
  margin: 0 0 10px;
  padding: 5px 10px;
}
.mttl_bl span {
  float: right;
  font-size: 1.2rem;
  padding-top: 10px;
}

@media all and (max-width: 890px) {
  .mttl_bl span {
    float: none;
    display: block;
    font-size: 1.2rem;
    padding-top: 0px;
  }
}
.mttl_check {
  margin-bottom: 10px;
  border-bottom: dotted 1px #aaa;
  font-size: 1.8rem;
  color: #333;
  font-weight: normal;
}
.mttl_check:before {
  margin-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  color: #65bbe9;
}

.mttl_cl {
  color: #333;
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 4px;
}
.mttl_cl:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #65bbe9;
  display: block;
  position: absolute;
  top: 80px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}
.mttl_cl span {
  font-size: 1.4rem;
  color: #888;
  display: block;
}

.mttl_ic {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0px 0 15px;
  padding: 10px;
  letter-spacing: 1px;
  border-bottom: 2px solid #65bbe9;
  border-top: 2px solid #65bbe9;
  color: #333;
}
.mttl_ic span {
  font-size: 1.5rem;
  margin-left: 5px;
}

.mttl-bg {
  background: #65bbe9;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 5px;
}

.mttl-rs span {
  background: #65bbe9;
  color: #fff;
  padding: 2px 10px;
  margin-right: 5px;
}

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

#seo {
  margin: 0 auto;
  padding: 3px 0 2px;
  max-width: 1160px;
  font-size: 12px;
  line-height: 1.3;
  color: #666;
}
#seo h1 {
  text-align: left;
  font-weight: normal;
}
#seo h1 + p {
  text-align: right;
  display: inline;
}

header {
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 99;
  border-top: 3px solid #E78B3E;
  position: sticky;
  top: 0;
}
header.headscroll {
  background: #fff;
}
header.headscroll #l-header .inner #logo .logo1 {
  display: none;
}
header.headscroll #l-header .inner #logo .logo2 {
  display: block;
}

#l-header {
  transition: all 0.4s ease-in;
  z-index: 100;
  width: 100%;
  position: relative;
}
#l-header.is-fixed {
  position: fixed;
  width: 100%;
  z-index: 200;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 1px 8px rgba(70, 41, 18, 0.1);
}
#l-header.is-fixed .inner {
  padding: 15px 0;
}
@media all and (max-width: 1100px) {
  #l-header.is-fixed .inner {
    padding: 0;
  }
}
#l-header.is-fixed .inner #logo {
  width: 150px;
  margin-bottom: 0;
}
#l-header.is-fixed .inner #header_nav ul li a {
  color: #131313;
}
#l-header .inner {
  position: relative;
  width: 95%;
  padding: 25px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
#l-header .inner #logo {
  margin-bottom: 5px;
  transition: all 0.4s ease-in;
  width: 320px;
  position: relative;
  left: 0;
  z-index: 100;
}
#l-header .inner #logo .logo1 {
  display: block;
}
#l-header .inner #logo .logo2 {
  display: none;
}
@media all and (max-width: 1320px) {
  #l-header .inner #logo {
    width: 280px;
  }
}
@media all and (max-width: 1100px) {
  #l-header .inner #logo {
    width: 120px;
  }
}
@media all and (max-width: 639px) {
  #l-header .inner #logo {
    width: 80px;
  }
}
@media all and (max-width: 1100px) {
  #l-header .inner {
    padding: 0;
  }
}
#l-header .head_right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
@media all and (max-width: 1320px) {
  #l-header .head_right {
    gap: 1em;
  }
}
#l-header .head_right_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5em;
}
#l-header .head_right_contact p {
  line-height: 1.2;
  text-align: center;
}
#l-header .head_right_contact p span {
  color: #462912;
  font-size: 1rem;
}
#l-header .head_right_contact p a {
  transition: all 0.3s ease-in;
  display: block;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Comfortaa", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#l-header .head_right_contact p a:hover {
  opacity: 0.6;
}
#l-header .head_right_contact p.btn a {
  background: #E78B3E;
  color: #fff;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  line-height: 3em;
}
#l-header .head_right_contact p.btn a::before {
  margin-right: 0;
}
#l-header .head_right_contact .head_right_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  margin-right: 5px;
}
#l-header .head_right_contact .head_right_mail a {
  position: relative;
  display: block;
  color: #fff;
  background: #E78B3E;
  border-radius: 30px;
  padding: 0 3px;
  padding: 15px 30px;
  font-size: 1.4rem;
}
#l-header .head_right_contact .head_right_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  margin-right: 5px;
}
@media all and (max-width: 1100px) {
  #l-header .head_right_contact {
    display: none;
  }
}

#header_nav {
  position: relative;
  transition: all 0.4s ease-in;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media all and (max-width: 890px) {
  #header_nav {
    display: none;
  }
}
#header_nav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
#header_nav > ul li {
  position: relative;
}
#header_nav > ul li:nth-child(4) a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f023";
  font-weight: 900;
  color: #92C065;
  margin-right: 3px;
}
#header_nav > ul li a {
  display: block;
  line-height: 1.5;
  font-size: 1.7rem;
  color: #131313;
  position: relative;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", serif;
}
#header_nav > ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  font-weight: 900;
  color: #92C065;
  margin-right: 3px;
}
@media all and (max-width: 1100px) {
  #header_nav > ul li a {
    font-size: 1.3rem;
  }
}
#header_nav > ul li a span {
  position: relative;
  display: block;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  color: #131313;
  transition: all 0.4s ease-in;
  display: none;
}
@media all and (max-width: 1100px) {
  #header_nav > ul li a span {
    font-size: 0.8rem;
  }
}
#header_nav > ul li a .eng {
  display: none;
}
#header_nav > ul li a.active span, #header_nav > ul li a:hover span {
  color: #E78B3E;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 25px;
  padding-top: 23px;
  z-index: 999;
  white-space: nowrap;
}
#header_nav .dropdown li {
  border-top: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
#header_nav .dropdown li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 100%;
  padding: 10px 5px;
  font-size: 1.3rem;
  color: #462912;
  background: #FBF7EF;
}
#header_nav .dropdown .dropdown-li a:after {
  display: none;
}
#header_nav .dropdown .dropdown-li a:hover {
  color: #fff;
  background: #E78B3E;
}
#header_nav .dropdown .dropdown-li:nth-child(4) a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  font-weight: 900;
  color: #92C065;
  margin-right: 3px;
}

.sns-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
}
.sns-list.center {
  margin: 0 auto 10px;
  justify-content: center;
}
.sns-list li:first-child {
  margin-right: 5px;
}
.sns-list li a {
  display: block;
  font-size: 1.6rem;
  color: #8e6146;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fefefe;
  border-radius: 50%;
}

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

.telbtn {
  float: left;
  margin: 0 15px;
  line-height: 1.3;
  text-align: center;
  color: #333;
  padding-top: 5px;
  font-size: 1.1rem;
}
.telbtn span {
  font-weight: normal;
  font-size: 2.9rem;
  letter-spacing: 1px;
}
.telbtn span:before {
  font-family: "FontAwesome";
  content: "\f095";
  margin-right: 5px;
  color: #65bbe9;
  font-size: 2rem;
}

.telbtn2 {
  margin: 15px;
  line-height: 1.4;
  text-align: center;
  color: #333;
  font-size: 1.6rem;
}
.telbtn2 span {
  font-weight: normal;
  font-size: 3.9rem;
  letter-spacing: 1px;
}
.telbtn2 span:before {
  font-family: "FontAwesome";
  content: "\f095";
  margin-right: 5px;
  color: #65bbe9;
  font-size: 3rem;
}

@media all and (max-width: 890px) {
  .telbtn2 {
    margin: 15px 0;
    font-size: 1.4rem;
  }
  .telbtn2 span {
    font-size: 2.9rem;
  }
  .telbtn2 span:before {
    font-size: 2rem;
  }
}
.jp_text {
  color: #fff;
}
.jp_text h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  font-family: "Kiwi Maru", serif;
  text-shadow: 0px 0px 10px #3b3b3b;
}
.jp_text h1 {
  font-family: "Kiwi Maru", serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.4em;
  text-shadow: 0px 0px 10px #3b3b3b;
}
.jp_text p {
  font-family: YakuHanJP, Lato, "Kiwi maru", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0.24em;
  line-height: 1.8em;
  text-shadow: 0px 0px 10px #3b3b3b;
}

@media screen and (max-width: 768px) {
  .jp_text h2 {
    font-size: 24px;
  }
  .jp_text h1 {
    margin-top: 30px;
    font-size: 22px;
    letter-spacing: 0.15em;
  }
  .jp_text p {
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
}
#down_btn {
  position: absolute;
  text-align: bottom;
  width: 100%;
  bottom: 20px;
}

#pankuzu {
  float: right;
  margin: 8px 0 0;
  padding: 0 8px;
  font-size: 11px;
  color: #555;
  background-color: rgba(255, 255, 255, 0.8);
}
#pankuzu li {
  display: inline;
}
#pankuzu li a {
  display: inline;
  padding: 0;
}
#pankuzu li + li:before {
  margin: 0 10px;
  content: ">";
}

#pankuzu2 {
  text-align: center;
  width: 300px;
  margin: 8px auto 0;
  padding: 0 8px;
  font-size: 11px;
  color: #555;
  background-color: rgba(255, 255, 255, 0.8);
}
#pankuzu2 li {
  display: inline;
}
#pankuzu2 li a {
  display: inline;
  padding: 0;
}
#pankuzu2 li + li:before {
  margin: 0 10px;
  content: ">";
}

@media all and (max-width: 890px) {
  #pankuzu,
  #pankuzu2 {
    display: none;
  }
}
/*page-title
------------------------------------*/
.page-title {
  position: relative;
  z-index: 1;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/page-title.jpg);
  background-position: center 60%;
  background-size: cover;
}
.page-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 139, 62, 0.2);
}
.page-title .inner {
  margin: 0 auto;
  padding: 180px 0 60px;
  overflow: hidden;
}
.page-title .inner .page-lead {
  text-align: center;
  color: #fff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.3;
  font-size: 3.5rem;
  font-weight: 500;
  position: relative;
  z-index: 4;
  letter-spacing: 0.3rem;
  position: relative;
}
.page-title .inner .page-lead span {
  font-size: 1.3rem;
  display: block;
  font-family: "YakuHanJP", "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

@media all and (max-width: 890px) {
  .page-title .inner {
    width: 99%;
    padding: 100px 0px 40px;
  }
  .page-title .inner .page-lead {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .page-title .inner .page-lead span {
    letter-spacing: 0.1rem;
  }
}
.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 10px 20px;
  z-index: 4;
  border-radius: 0 5px 5px 0;
  font-size: 1.2rem;
}
.breadcrumb li {
  display: inline;
  color: #222;
}
.breadcrumb li a {
  color: #92C065;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}

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

.margin-top {
  padding-top: 80px;
}

.margin-bottom {
  margin-bottom: 80px;
}

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

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

.single02 {
  margin: 0 auto;
  padding: 0px 0;
}
@media all and (max-width: 1320px) {
  .single02 {
    width: 100%;
    padding: 80px 15px;
  }
}

@media all and (max-width: 1200px) {
  .single,
  .single0,
  .single1 {
    width: 95%;
    margin: 0 auto;
    padding: 40px 0px;
  }
  .single.type1,
  .single0.type1,
  .single1.type1 {
    padding: 40px 0 0;
  }
}
.innerB {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.innerB .left {
  width: 48%;
  padding-right: 2%;
  float: left;
}
.innerB .right {
  width: 48%;
  float: left;
  margin-left: 4%;
}
.innerB .left_s {
  width: 30%;
  float: left;
}
.innerB .right_l {
  width: 66%;
  float: left;
  margin-left: 4%;
}

@media all and (max-width: 890px) {
  .innerB {
    display: block;
  }
}
@media all and (max-width: 890px) {
  .innerB .left,
  .innerB .right {
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 890px) {
  .innerB .right {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media all and (max-width: 890px) {
  .innerB .left_s {
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 890px) {
  .innerB .right_l {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    float: none;
  }
}
.single_new {
  width: 90%;
  width: calc(100% - 100px);
  margin: auto;
}

@media all and (max-width: 890px) {
  .single_new {
    width: 100%;
  }
}
.greet-txt {
  font-size: 2.2rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 35px;
}

@media all and (max-width: 639px) {
  .greet-txt {
    font-size: 1.3rem;
    padding: 0 25px;
    font-size: 1.5rem;
  }
}
.link_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.link_list .btn a {
  background: #E78B3E;
  color: #fff;
  padding: 7px 19px;
  border-radius: 30px;
  transition: all 0.5s ease;
  display: block;
}
.link_list .btn a i {
  padding-left: 5px;
}
.link_list .btn a:hover {
  background: #fff;
  color: #E78B3E;
}
@media all and (max-width: 639px) {
  .link_list {
    gap: 5px;
  }
  .link_list .btn {
    width: 100%;
  }
  .link_list .btn a {
    width: 100%;
    font-size: 90%;
  }
}

.bg-kazari {
  position: relative;
}
.bg-kazari:before {
  position: absolute;
  content: "";
  left: 5%;
  top: 30px;
  width: 250px;
  height: 200px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/left.png) no-repeat 50%/contain;
}
.bg-kazari:after {
  position: absolute;
  content: "";
  right: 5%;
  top: 30px;
  width: 250px;
  height: 200px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/right.png) no-repeat 50%/contain;
}

.bg-rakugaki {
  position: relative;
}
.bg-rakugaki:before {
  position: absolute;
  content: "";
  left: 5%;
  bottom: 30px;
  width: 200px;
  height: 200px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/hana.png) no-repeat 50%/contain;
  opacity: 0.7;
}
.bg-rakugaki:after {
  position: absolute;
  content: "";
  right: 5%;
  top: 30px;
  width: 200px;
  height: 200px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/taiyou.png) no-repeat 50%/contain;
  opacity: 0.7;
}
.bg-rakugaki.type1:before {
  width: 300px;
  height: 300px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/asset.png) no-repeat 50%/contain;
  opacity: 1;
  z-index: 10;
}
.bg-rakugaki.type1:after {
  width: 300px;
  height: 300px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/asset2.png) no-repeat 50%/contain;
  opacity: 1;
}
.bg-rakugaki.type2:before {
  width: 300px;
  height: 300px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/asset.png) no-repeat 50%/contain;
  opacity: 1;
  z-index: 10;
}
.bg-rakugaki.type2:after {
  width: 260px;
  height: 260px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/asset3.png) no-repeat 50%/contain;
  opacity: 1;
}

.bg-base {
  background: #F2F5DC;
  position: relative;
  padding: 40px 0;
}
.bg-base.type1 {
  background: transparent;
  position: relative;
}
.bg-base.type1:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
}
.bg-base.type2 {
  background: transparent;
}
.bg-base.type2 .inner {
  position: relative;
  z-index: 3;
}
.bg-base.type2:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 20px);
  transform: translate(-50%, -50%);
  background: #f4cfc8;
  border-radius: 20px;
  opacity: 0.3;
}
.bg-base.type3 {
  background: transparent;
}
.bg-base.type3 .inner {
  position: relative;
  z-index: 3;
}
.bg-base.type3:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 20px);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  opacity: 0.9;
}

@media all and (max-width: 1100px) {
  .bg-base.type1:before {
    width: calc(100% - 10px);
    height: calc(100% - 0px);
  }
}
@media all and (max-width: 1100px) {
  .bg-base.type2:before {
    width: calc(100% - 10px);
    height: calc(100% - 0px);
  }
}
@media all and (max-width: 1100px) {
  .bg-base.type3:before {
    width: calc(100% - 10px);
    height: calc(100% - 0px);
  }
}
.bg-base2 {
  position: relative;
}
.bg-base2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #E78B3E;
}

.care-img {
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}

.care-img2 {
  position: absolute;
  right: -11px;
  bottom: 0px;
  width: 130px;
}

.care-img2 {
  position: absolute;
  right: -11px;
  bottom: 0px;
  width: 160px;
}

.img_box {
  position: relative;
  z-index: 1;
}
.img_box .img01 {
  width: 68.4546%;
  position: relative;
}
.img_box .img01 img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 clamp(0px, 3.4936vw, 100px) 0 0;
}
.img_box .img01::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 230px;
  height: 230px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/top.png) no-repeat center/contain;
}
.img_box .img02 {
  width: 38.4156%;
  position: relative;
  margin-top: -200px;
  margin-left: auto;
}
.img_box .img02::before {
  content: "";
  position: absolute;
  bottom: -120px;
  right: 0;
  width: 280px;
  height: 220px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/top2.png) no-repeat center/contain;
}
.img_box .img02 img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: clamp(0px, 3.1949vw, 80px) 0 0 clamp(0px, 3.1949vw, 80px);
}
.img_box .img03 {
  width: 80.4546%;
  position: relative;
  margin-left: auto;
}
.img_box .img03 img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(0px, 6.4936vw, 100px) 0 0 clamp(0px, 6.4936vw, 100px);
}
.img_box .img03::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: -100px;
  width: 220px;
  height: 220px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/deco03.png) no-repeat center/contain;
}
@media all and (max-width: 890px) {
  .img_box .img01 img {
    height: 400px;
  }
  .img_box .img01::before {
    width: 150px;
    height: 150px;
    bottom: -40px;
  }
  .img_box .img02 {
    margin-top: -300px;
  }
  .img_box .img02::before {
    bottom: -40px;
    width: 180px;
    height: 150px;
  }
  .img_box .img03 img {
    height: 400px;
  }
}
@media all and (max-width: 639px) {
  .img_box {
    margin-bottom: 20px;
  }
  .img_box .img01 img {
    height: 200px;
  }
  .img_box .img01::before {
    width: 100px;
    height: 100px;
    bottom: -20px;
  }
  .img_box .img02 {
    margin-top: -120px;
  }
  .img_box .img02 img {
    height: 150px;
  }
  .img_box .img02::before {
    bottom: -20px;
    width: 130px;
    height: 110px;
  }
  .img_box .img03::before {
    bottom: 20px;
    left: -50px;
    width: 100px;
    height: 100px;
  }
  .img_box .img03 img {
    height: 300px;
  }
}

.bg-white {
  background-color: #fff;
}

.bg-w {
  position: relative;
}
.bg-w:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 240px);
  bottom: 0;
  left: 0;
  background: #fefefe;
  z-index: -2;
}

.bg-stripe {
  position: relative;
}
.bg-stripe:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, #fff 25%, #fae59c 25%, #fae59c 50%, #fff 50%, #fff 75%, #fae59c 75%, #fae59c);
  background-size: 4px 4px;
}

.bg-stripe2 {
  position: relative;
}
.bg-stripe2:before {
  background-size: 4px 4px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 25%, #ddf39b 25%, #f2f2f2 calc(25% + 1px));
  z-index: -2;
}

.special-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.special-list li {
  width: 23.5%;
  overflow: hidden;
  background: #ffa531;
  border-radius: 25px;
}
.special-list li:nth-child(even) {
  background: #89c56d;
}
.special-list li img {
  width: 100%;
}
.special-list li .special-txt {
  padding: 15px;
  text-align: center;
  position: relative;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.special-list li .special-title {
  position: absolute;
  text-align: center;
  width: 80px;
  height: 80px;
  top: -60px;
  left: 15px;
  background: #fff;
  color: #462912;
  border-radius: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: 1.6rem;
  padding-top: 20px;
  transform: rotate(-5deg);
}
.special-list li .special-title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  font-size: 2rem;
  color: #aa3b2c;
}

@media all and (max-width: 896px) {
  .special-list li {
    width: 48%;
    margin-bottom: 25px;
    border-radius: 15px;
  }
}
@media all and (max-width: 639px) {
  .special-list li .special-txt {
    font-size: 1.5rem;
    padding: 12px 0;
  }
}
.list2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
}
.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 15px;
}
.list2.type2 {
  justify-content: center;
}
.list2 > li {
  width: 48%;
  margin-top: 50px;
}
.list2 > li img {
  margin: 0 auto;
  display: block;
}
.list2 > li.type01 {
  width: 38%;
  background-color: #e6f3ff;
  border-radius: 30px;
  padding: 5px 0;
  border: 1px solid #fff;
}
.list2 > li.type01 span {
  border-radius: 30px;
  background-color: #fff;
  border: solid 1px #208df3;
  color: #22629f;
  padding: 10px 15px;
  margin-right: 15px;
}
.list2 .child {
  width: 48%;
  margin-top: 50px;
}
.list2 .child:nth-child(2n) {
  margin-left: 4%;
}
.list2 .child figure {
  height: 380px;
}
.list2 .child figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list2 > li:nth-child(2n) {
  margin-left: 4%;
}

@media all and (max-width: 639px) {
  .list2 {
    margin-top: -25px;
  }
}
@media all and (max-width: 639px) {
  .list2 > li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 25px auto 0;
  }
  .list2 > li figure,
  .list2 .child figure {
    height: 200px;
  }
}
.list3 {
  display: flex;
  flex-wrap: wrap;
}
.list3 img {
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
}
.list3.bnr-list > li {
  background: #fff;
  padding: 5px 0;
}
.list3.bnr-list > li figure {
  margin: 0 auto 10px;
  text-align: center;
  padding: 15px;
  width: 150px;
  height: 140px;
}
.list3.bnr-list > li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.list3.type1 > li,
.list3 .child {
  background: rgba(249, 242, 220, 0.3);
  padding: 15px;
  border-radius: 8px;
  font-size: 1.5rem;
  text-align: center;
}
.list3 li,
.list3 .child {
  width: 31%;
  position: relative;
  margin: 0 3.495% 35px 0;
}
.list3 li:nth-child(3n),
.list3 .child:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list3 li,
  .list3 .child {
    width: 95%;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .list3 li:nth-child(3n),
  .list3 .child:nth-child(3n) {
    margin-right: auto;
  }
  .list3.type1 > li {
    font-size: 1.2rem;
  }
}

.list4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.list4.type1 > li,
.list4.type1 .child {
  background: #fefefe;
  padding: 15px;
}
.list4.type2 {
  justify-content: center;
}
.list4 > li {
  width: 23%;
  margin: 0 1% 2%;
}
.list4 > li img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.list4 .child {
  width: 48%;
  margin-top: 50px;
}
.list4 .child:nth-child(2n) {
  margin-left: 4%;
}

@media all and (max-width: 639px) {
  .list4 {
    margin-top: -25px;
  }
}
@media all and (max-width: 639px) {
  .list4 > li:nth-child(2n),
  .list4 .child:nth-child(2n) {
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  .list4 > li,
  .list4 .child {
    width: 100%;
    margin: 25px auto 0;
  }
}
.list6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.list6 li {
  width: 16%;
  margin-bottom: 20px;
  text-align: center;
}
@media all and (max-width: 639px) {
  .list6 {
    margin-bottom: 40px;
  }
  .list6 li {
    width: 45%;
  }
}

.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.column2.start {
  align-items: flex-start;
}
.column2 .child {
  width: 48%;
}
.column2 .child1 {
  width: 30%;
}
.column2 .child2 {
  width: 67%;
}
@media all and (max-width: 639px) {
  .column2 {
    flex-direction: column;
  }
  .column2 .child,
  .column2 .child1,
  .column2 .child2 {
    width: 100%;
  }
  .column2 .child.column2-img,
  .column2 .child1.column2-img,
  .column2 .child2.column2-img {
    order: -1;
    margin-bottom: 30px;
  }
}

/* bnr_contents
----------------------------------*/
.bnr-column2 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 3%;
}
.bnr-column2 > .child {
  width: 48%;
  margin: 0 1% 3% 0;
}
.bnr-column2 > .child:nth-child(2n) {
  margin: 0 0 3% 0;
}
@media all and (max-width: 639px) {
  .bnr-column2 > .child {
    width: 98%;
    margin: 0 auto 25px;
  }
  .bnr-column2 > .child:nth-child(3n) {
    margin: 0 auto 3% 0;
  }
}

.bnr_contents {
  display: block;
  color: #111;
}
.bnr_contents .inner {
  background-color: #fff;
  border-top: 3px solid #E78B3E;
  min-height: 425px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 280px 280px 0 0;
  padding: 140px 30px 50px;
}
.bnr_contents .inner.type1 {
  border-top: 3px solid #92C065;
}
.bnr_contents .bnr_image {
  margin: 0 auto 24px;
  border-radius: 10px;
  overflow: hidden;
}
.bnr_contents .bnr_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bnr_contents .title {
  font-size: 1em;
  text-align: center;
  text-wrap: balance;
  font-weight: 600;
  color: #362E2B;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: -25px;
}
.bnr_contents .title span {
  display: block;
  color: #362E2B;
  font-size: 2.1rem;
}
@media all and (max-width: 1320px) {
  .bnr_contents .inner .title {
    font-size: 1.3em;
  }
}
@media all and (max-width: 890px) {
  .bnr_contents .inner .bnr_image {
    width: 80px;
    height: 80px;
  }
}
@media all and (max-width: 639px) {
  .bnr_contents .inner {
    padding: 25px 20px;
    min-height: auto;
  }
  .bnr_contents .inner .bnr_image {
    width: 80px;
    height: 80px;
  }
  .bnr_contents .inner .title {
    font-size: 1.8rem;
  }
}

/*top-menu*/
.top-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
}
@media all and (max-width: 896px) {
  .top-menu {
    padding-top: 28px;
  }
}
.top-menu li {
  width: 24%;
}
.top-menu li a {
  position: relative;
}
.top-menu li a figure {
  overflow: hidden;
  width: 100%;
  height: 260px;
  border-radius: 5px;
}
.top-menu li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all 0.6s ease;
}
.top-menu li a .wbox {
  filter: drop-shadow(0 0 10px rgba(76, 64, 50, 0.1));
  text-align: center;
  position: relative;
  z-index: 1;
  width: 85%;
  margin: -60px auto 0;
  padding: 30px 20px;
  background: #fefefe;
  border-radius: 5px;
}
.top-menu li a .wbox .top-menu-title {
  position: relative;
  line-height: 1.6;
}
.top-menu li a .wbox .top-menu-title .eng {
  font-size: 1.4rem;
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #8ecb3e;
  display: block;
  transition: all 0.6s ease;
}
.top-menu li a .wbox .top-menu-title .ja {
  color: #4c4032;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media all and (max-width: 896px) {
  .top-menu li a .wbox .top-menu-title .ja {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .top-menu li a .wbox .top-menu-title .ja {
    font-size: 1.45rem;
    letter-spacing: 0.15em;
  }
}
.top-menu li a .wbox::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #8ecb3e;
}
.top-menu li a:hover .hidden-icon {
  top: -80px;
}
.top-menu li a:hover figure img {
  transform: scale(1.2);
}
.top-menu li a:hover .wbox .top-menu-title .eng {
  letter-spacing: 0.25em;
}
@media all and (max-width: 1200px) {
  .top-menu li a figure {
    height: 220px;
  }
}
@media all and (max-width: 896px) {
  .top-menu li {
    width: 90%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-menu li:not(:last-child) {
    margin-bottom: 50px;
  }
  .top-menu li a .hidden-icon {
    top: -28px;
    width: 80px;
  }
  .top-menu li a figure {
    height: 240px;
  }
  .top-menu li a .wbox {
    margin: -30px auto 0;
    padding: 25px 15px;
  }
  .top-menu li a:hover .hidden-icon {
    top: -40px;
  }
}
@media all and (max-width: 639px) {
  .top-menu li a figure {
    height: 180px;
  }
  .top-menu .wbox .top-menu-title .eng {
    font-size: 1.1rem;
  }
}

/*menu-bnr*/
.menu-bnr li a {
  display: flex;
  align-items: center;
  background: #fdfdfd;
  position: relative;
  animation: anim-out 0.2s ease-in forwards;
  overflow: hidden;
}
.menu-bnr li a:hover {
  animation: anim-in 0.2s ease-in forwards;
}
.menu-bnr li a:hover .bnr-img img {
  transform: scale(1.05);
  transition: all 0.2s ease-in;
}
.menu-bnr li a:hover .arrow {
  right: 10px;
  transition: all 0.2s ease-in;
}
.menu-bnr li a .bnr-img {
  width: 32%;
  height: 200px;
  overflow: hidden;
}
.menu-bnr li a .bnr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.menu-bnr li .bnr-title {
  padding-left: 20px;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #362E2B;
  line-height: 1.4;
}
.menu-bnr li .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  stroke-miterlimit: 5;
  stroke-width: 1;
  stroke: #96d04b;
}
.menu-bnr.type1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.menu-bnr.type1 li {
  box-shadow: #f5b376 2.4px 2.4px 0px;
  width: 32%;
  margin-bottom: 25px;
  margin-right: 1%;
}
.menu-bnr.type1 li:nth-child(3n) {
  margin-right: 0;
}
.menu-bnr.type1 li .bnr-img {
  height: 100px;
}

@media all and (max-width: 890px) {
  .menu-bnr.type1 li .bnr-img {
    height: 75px;
  }
  .menu-bnr.type1 li .bnr-title {
    font-size: 1.4rem;
    padding-left: 13px;
  }
}
@media all and (max-width: 639px) {
  .menu-bnr li .bnr-img {
    width: 30%;
    height: 80px;
  }
  .menu-bnr li .bnr-title {
    padding-left: 15px;
    letter-spacing: 0;
    font-size: 1.6rem;
  }
  .menu-bnr.type1 li {
    width: 100%;
    margin: 0 auto 15px;
  }
  .menu-bnr.type1 li:nth-child(2n) {
    margin-left: auto;
  }
  .menu-bnr.type1 li .bnr-img {
    height: 80px;
  }
  .menu-bnr .arrow {
    transform: translateY(-50%);
    right: 10px;
  }
}
.arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  width: 90px;
  height: 90px;
  text-align: center;
  padding-top: 20px;
  text-align: center;
  background: #fff;
  color: #89c56d;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 100%;
  letter-spacing: 0;
}

@media all and (max-width: 639px) {
  .arrow {
    width: 70px;
    height: 70px;
    font-size: 1.3rem;
    padding-top: 14px;
  }
}
.menu-btn-txt {
  padding: 20px;
}

.works-card li a {
  display: block;
  height: 220px;
  overflow: hidden;
}

.ggmap {
  position: relative;
  padding-bottom: 33.25%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 639px) {
  .ggmap {
    padding-bottom: 80%;
  }
}

.top-gray-box {
  position: relative;
}
.top-gray-box:before, .top-gray-box:after {
  position: absolute;
  content: "";
  width: 65%;
  height: 80%;
  top: -10%;
  right: 0;
}
.top-gray-box:before {
  background-image: linear-gradient(to left, #333, #5fb9ff);
  z-index: -3;
  opacity: 0.6;
}
.top-gray-box:after {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/bg-pattern01.jpg);
  opacity: 0.5;
  z-index: -2;
}

.news-box {
  margin: 0 auto 35px;
  max-width: 1200px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 300px;
}

.scrollbar2 {
  min-height: 300px;
}

@media all and (max-width: 896px) {
  .news-box {
    margin-top: 0;
  }
}
@media all and (max-width: 639px) {
  .news-box {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.news-title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.news-title span {
  display: block;
}
.news-title .eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #65bbe9;
  position: relative;
  font-size: 1.4rem;
}
.news-title .ja {
  font-size: 2.8rem;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.25em;
}

@media all and (max-width: 639px) {
  .news-title {
    margin-bottom: 30px;
  }
  .news-title .eng {
    font-size: 1.4rem;
  }
  .news-title .ja {
    font-size: 2.4rem;
  }
}
.news-right {
  flex: 1;
  margin-left: 20px;
  padding-left: 40px;
  margin-right: 240px;
  border-left: 1px solid #c8e4f4;
}

@media all and (max-width: 896px) {
  .news-right {
    margin-right: 0;
  }
}
@media all and (max-width: 639px) {
  .news-right {
    width: 100%;
    margin: 0;
    border: none;
    padding-left: 0;
  }
}
.bg-01 {
  position: relative;
  background: #ddf39b;
  padding: 10px 0 30px;
}
.bg-01:before, .bg-01:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 45px;
  left: 0;
  z-index: -1;
}
.bg-01:before {
  top: -45px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/bg-pattern01.png) repeat-x center top;
}
.bg-01:after {
  bottom: -30px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/bg-pattern01-bottom.png) repeat-x center bottom;
}
@media all and (max-width: 639px) {
  .bg-01 {
    margin-bottom: 50px;
  }
}

.bg-02 {
  position: relative;
}
.bg-02:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/bg-pattern01.jpg);
  z-index: -1;
  opacity: 0.7;
}

@media all and (max-width: 639px) {
  .bg-02:before {
    width: 90%;
    height: 95%;
    right: 0;
    margin: auto;
  }
  .area-img {
    width: 40%;
    margin: 0 auto;
  }
}
.bg-beige {
  position: relative;
  background-color: #f0e8da;
}
.bg-beige.type1 {
  background-color: rgba(240, 232, 218, 0.6);
}

#singlepage section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 0;
}

.textwrap {
  max-width: 1160px;
  margin: 0px auto;
  padding: 20px 0;
}

#containar {
  position: relative;
  max-width: 980px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-shadow: rgba(125, 125, 125, 0.5) 0px 0px 2px 2px;
}

#wrap {
  max-width: 1160px;
  padding: 20px 0px 280px;
  margin: 0 auto;
}

#main {
  float: left;
  width: 79%;
}

#side {
  float: right;
  width: 19%;
  font-size: 12px;
}

@media all and (max-width: 890px) {
  #main {
    float: none;
    width: 95%;
    margin: 0 auto 20px;
  }
  #side {
    float: none;
    width: 98%;
    margin: 0 auto;
    height: auto;
    padding: 0;
  }
}
/* blog
----------------------------------*/
.blog_topics {
  width: 100%;
}
.blog_topics li:first-child a {
  border-top: 1px solid #ddd;
}
.blog_topics li a {
  display: block;
  color: #462912;
  padding: 15px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ddd;
}
.blog_topics li a:hover {
  background: rgba(231, 139, 62, 0.4);
  color: #fff;
}
.blog_topics li a .topics_detail {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}
.blog_topics li a .topics_detail .imgbox {
  overflow: hidden;
  width: 23%;
  height: 100px;
}
.blog_topics li a .topics_detail .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease-in all;
}
.blog_topics li a .topics_detail .textbox {
  width: 75%;
  padding-left: 25px;
}
.blog_topics li a .topics_detail .textbox h3 {
  margin-bottom: 8px;
  color: #d7711b;
}
.blog_topics li a .topics_detail .textbox .bd_txt {
  color: #777;
  font-size: 12px;
}
.blog_topics li a .time_date {
  font-size: 12px;
}
@media all and (max-width: 639px) {
  .blog_topics li a {
    padding: 8px;
  }
  .blog_topics li a .topics_detail .imgbox {
    width: 20%;
    height: 90px;
  }
  .blog_topics li a .topics_detail .textbox {
    width: 80%;
    padding-left: 15px;
    line-height: 1.5;
  }
  .blog_topics li a .topics_detail .textbox .bd_txt {
    font-size: 10px;
  }
  .blog_topics li a .time_date {
    font-size: 10px;
  }
}

.top-blog .pages {
  display: none;
}

#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;
}
.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: 5px;
}
@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: 100%;
    margin: 0 auto 10px;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  .blog-wrap > li:last-child {
    border-bottom: none;
  }
}

.blog-wrap2 {
  display: flex;
  flex-wrap: wrap;
}
.blog-wrap2 * {
  transition: 0.3s;
}
.blog-wrap2 > li {
  width: 100%;
  margin: 0 0.5%;
  background: transparent;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 5px #ddd;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 10px;
  align-items: center;
}
.blog-wrap2 > li:hover {
  box-shadow: 15px 15px 10px #ddd;
}
.blog-wrap2 > li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.blog-wrap2 > li > a:hover ~ .blog-img img {
  opacity: 1;
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-wrap2 > li {
    width: 100%;
    margin: 0 auto;
  }
}
.blog-wrap2 .blog-detail {
  width: 55%;
  margin-top: -5px;
  padding: 15px;
}
@media all and (max-width: 639px) {
  .blog-wrap2 .blog-detail {
    width: 60%;
    padding: 15px 10px;
  }
}
.blog-wrap2 .blog-date {
  border: none;
  width: 100px;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  color: #fefefe;
  background: #E78B3E;
  font-size: 10px;
  font-weight: 600;
  border-radius: 5px;
}
.blog-wrap2 .blog-title {
  font-weight: 600;
  line-height: 1.3;
  margin: 10px 0;
  font-size: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #462912;
}
@media all and (max-width: 890px) {
  .blog-wrap2 .blog-title {
    font-size: 1.6rem;
  }
}
.blog-wrap2 .blog-txt {
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0;
}
@media all and (max-width: 890px) {
  .blog-wrap2 .blog-txt {
    font-size: 12px;
  }
}
.blog-wrap2 .blog-img {
  width: 45%;
  height: 250px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
}
.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:hover img {
  opacity: 1 !important;
  transform: scale(1.2);
}
@media all and (max-width: 890px) {
  .blog-wrap2 .blog-img {
    height: 180px;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap2 .blog-img {
    width: 40%;
  }
}

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

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

.blog-date2 {
  color: #c16518;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}
.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

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

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

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

.blog-box {
  margin-bottom: 50px;
}

.box1 {
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px rgba(134, 148, 230, 0.4);
}
.box1.type1 {
  background: rgba(134, 148, 230, 0.2);
  box-shadow: 0 6px rgba(134, 148, 230, 0.7);
}
.box1.type2 {
  padding: 30px;
  background: #f8fdff;
  border-radius: 20px;
  border: 5px solid #85c9dd;
  box-shadow: 6px 6px rgba(133, 201, 221, 0.4);
}
.box1.contactbtn {
  background: #fffaec;
  border: 4px solid rgba(247, 233, 208, 0.5294117647);
}

@media all and (max-width: 639px) {
  .box1 {
    padding: 18px;
  }
  .box1.type2 {
    padding: 18px;
  }
}
.mbox {
  padding: 35px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px 1px;
}
@media all and (max-width: 890px) {
  .mbox {
    padding: 15px;
  }
}
.mbox.transparent {
  background-color: transparent;
  box-shadow: none;
}

.mbox2 {
  background: #fefefe;
  padding: 30px;
}
.mbox2.br_bg {
  border: 8px solid #f8f2e3;
}
@media all and (max-width: 639px) {
  .mbox2 {
    padding: 15px;
  }
}

.note {
  padding: 5px;
  background-color: #FBF7EF;
}

.sbox {
  background-repeat: repeat;
  background-position: center;
  border-radius: 1em;
  padding: 35px;
  background: #fff;
  border: 3px dotted #E78B3E;
}
@media all and (max-width: 639px) {
  .sbox {
    padding: 15px;
  }
}
.sbox.type1 {
  border: 3px dotted #92C065;
}

.lsingle {
  float: left;
  width: 585px;
}

.rsingle {
  float: right;
  width: 585px;
}

@media all and (max-width: 890px) {
  .lmain,
  .rmain {
    float: none;
    width: 100%;
  }
  .lsingle,
  .rsingle {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-top {
  bottom: 65px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  width: 100%;
  line-height: 4;
  text-align: center;
  display: block;
  background: #E78B3E;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.contact_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.contact_bnr > li {
  margin-right: 30px;
}
.contact_bnr > li:last-child {
  margin-right: 0;
}
.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  position: relative;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
}
.contact_bnr > li .bnr_tel:before {
  content: "Tel.";
  margin-right: 5px;
}
.contact_bnr > li .bnr_tel:hover {
  color: #f6a209;
}
.contact_bnr > li .bnr_mobile {
  background: #fefefe;
  color: #004e98;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  color: #fff;
  font-size: 2.6rem;
}
.contact_bnr > li .bnr_fax:before {
  content: "Fax.";
  margin-right: 5px;
}
.contact_bnr > li .bnr_mail {
  background: #f8f7f1;
  color: #70421e;
  padding: 10px 17px;
  font-size: 1.8rem;
  border-radius: 50px;
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail:hover {
  color: #004e98;
}
.contact_bnr > li a,
.contact_bnr > li span {
  display: block;
  color: #111;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 12px 10px;
}
.contact_bnr > li a:before,
.contact_bnr > li span:before {
  margin-right: 5px;
  font-size: 0.85em;
  position: relative;
  display: inline-block;
}

@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_tel {
    font-size: 2.5rem;
    text-align: center;
  }
  .contact_bnr > li .bnr_fax {
    font-size: 2.5rem;
    text-align: center;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li {
    line-height: 1;
    width: 90%;
    margin: 0 auto;
  }
  .contact_bnr > li:first-child {
    margin-right: auto;
  }
  .contact_bnr > li:last-child {
    margin-right: auto;
  }
  .contact_bnr > li a,
  .contact_bnr > li span {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
  }
  .contact_bnr > li a:before,
  .contact_bnr > li span:before {
    font-size: 1.5rem;
    transform: translateY(-2px);
  }
}
.small-box {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.small-box.type1 {
  max-width: 750px;
}
.small-box.type2 {
  max-width: 550px;
}

.w95 {
  width: 95%;
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
  color: #362E2B;
  overflow: hidden;
}
#l-footer .inner {
  padding: 50px 20px;
  position: relative;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
}
#l-footer .footer-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 30px;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
#l-footer .footer-column .footer-left {
  width: 32%;
}
#l-footer .footer-column .footer-right {
  width: 66%;
}
#l-footer .right-inner {
  padding: 5px;
  background: rgba(76, 44, 33, 0.6);
}
#l-footer .footer-txt {
  padding-left: 8px;
}
#l-footer .footer-txt span {
  background: #4c2c21;
  padding: 5px 10px;
  font-size: 13px;
  color: #fefefe;
}

@media all and (max-width: 896px) {
  #l-footer .footer-column {
    justify-content: space-around;
  }
  #l-footer .footer-column .footer-left {
    width: 95%;
    font-size: 12px;
  }
  #l-footer .footer-column .footer-right {
    width: 98%;
    margin-top: 20px;
  }
}
@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
  }
  #l-footer .inner {
    padding: 40px 10px;
  }
  #l-footer .inner .right-inner {
    padding: 8px;
  }
}
footer {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #333;
}

#footer {
  max-width: 1160px;
  margin: 0 auto 0;
  padding: 30px 0 30px;
  font-size: 11px;
}

/* footer_navi
----------------------------------*/
.footer_navi {
  flex-basis: 100%;
  margin: 10px auto;
}
.footer_navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_navi ul li {
  width: 19%;
  margin: 0 0 10px 1%;
  text-align: center;
}
.footer_navi ul li a {
  color: #362E2B;
  font-size: 1.5rem;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer_navi ul li a img {
  display: none;
}
.footer_navi ul li a span {
  display: none;
}
.footer_navi ul li a:hover {
  color: #fae59c;
}
.footer_navi ul li .dropdown {
  margin-top: 10px;
}
.footer_navi ul li .dropdown .dropdown-li {
  text-align: left;
  width: 100% !important;
}
.footer_navi ul li .dropdown .dropdown-li a {
  font-size: 1.2rem;
  position: relative;
}
.footer_navi ul li .dropdown .dropdown-li a:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
  content: "\f054";
  font-size: 80%;
  color: #E78B3E;
}

.fcontact {
  font-size: 1.3em;
}

.flogo {
  text-align: center;
  margin: 0 auto 15px;
  max-width: 350px;
}
@media all and (max-width: 1100px) {
  .flogo {
    width: 200px;
    margin: 0 auto 20px;
  }
}
@media all and (max-width: 639px) {
  .flogo {
    width: 160px;
  }
}

.logo-f {
  text-align: center;
  margin-bottom: 10px;
}

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

#fmenu {
  list-style-type: none;
  font-size: 12px;
  max-width: 1160px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#fmenu ul {
  margin-bottom: 2px;
}
#fmenu li {
  text-align: left;
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0 25px;
}
#fmenu li:last-child {
  border: none;
  margin: 0;
}
#fmenu a:link, #fmenu a:visited, #fmenu a:hover {
  color: #222;
  text-decoration: none;
}
#fmenu li ul li {
  font-weight: normal;
  font-size: 11px;
}
#fmenu li ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "f0da";
  margin-right: 5px;
  color: #fff;
}

@media all and (max-width: 890px) {
  #fmenuA {
    width: 100%;
  }
  #fmenu,
  #fmenu-lg {
    display: none;
  }
  footer {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  #footer {
    padding: 10px;
    margin: 0 auto 0;
  }
  .map {
    width: 100%;
  }
  .logo-f {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .logo-f img {
    width: 40%;
  }
}
.copyright {
  padding: 15px 0;
  color: #362E2B;
  font-size: 1.2rem;
  text-align: center;
}

@media all and (max-width: 639px) {
  .tbl-scroll {
    overflow-x: scroll;
  }
}

.tbl-border {
  width: 100%;
}
.tbl-border th,
.tbl-border td {
  padding: 15px;
  border-bottom: 2px solid #ccc;
  vertical-align: middle;
  font-size: 1.5rem;
}
.tbl-border th {
  width: 18%;
  text-align: left;
  font-weight: 500;
  border-bottom-color: #f39b41;
}
.tbl-border th.th-1 {
  width: 45%;
}

@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 639px) {
  .tbl-border th {
    width: 30%;
  }
}
table.company {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
  font-size: 14px;
}
table.company th,
table.company td {
  padding: 10px;
}
table.company th {
  background: #65bbe9;
  vertical-align: middle;
  text-align: left;
  width: 20%;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}
table.company th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #65bbe9;
  border-width: 10px;
  margin-top: -10px;
}
table.company td {
  background: #f5f5f5;
  padding-left: 20px;
}

@-moz-document url-prefix() {
  table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #65bbe9 10px solid;
    margin-top: -10px;
  }
}
@media all and (max-width: 890px) {
  table.company {
    width: 100%;
    font-size: 12px;
  }
  table.company th {
    padding: 5px;
  }
  table.company td {
    padding: 5px 5px 5px 20px;
  }
  table.company th {
    width: 30%;
  }
}
.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border: solid 1px #c9bba8;
}
.tbl th {
  color: #462912;
  background: #f6f2ec;
  font-weight: 500;
}
.tbl th.type1 {
  background-color: #ddceb8;
}
.tbl td.type1 {
  background-color: #e9dfd0;
  font-size: 1.1em;
}
.tbl .cell01 {
  width: 25%;
}

@media all and (max-width: 639px) {
  .tbl th {
    width: 35%;
    text-align: left;
    padding: 10px;
    font-size: 1.2rem;
  }
  .tbl td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.tbl2 {
  width: 100%;
}
.tbl2 th,
.tbl2 td {
  padding: 5px 6px;
  vertical-align: middle;
  border: 1px solid #c16518;
  font-weight: 500 !important;
}
.tbl2 th span,
.tbl2 td span {
  font-size: 85%;
}
.tbl2 th {
  background: #ebefc8;
}
.tbl2 .head {
  width: 5em;
  background: #cdd979;
}
.tbl2 th.th01 {
  background: #ebefc8;
  background: rgba(242, 245, 220, 0.6);
  width: 30%;
}
.tbl2 td {
  background: #fefefe;
}
@media all and (max-width: 890px) {
  .tbl2 th,
  .tbl2 td {
    padding: 10px;
    font-size: 0.9em;
  }
}
@media all and (max-width: 639px) {
  .tbl2 {
    white-space: nowrap;
  }
}

.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 {
  font-weight: 500;
  width: 30%;
  color: #65bbe9;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0;
}
.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
  background: #f0f0f0;
}

@media all and (max-width: 639px) {
  .tbl_new tr th {
    width: 25%;
    padding-left: 10px;
  }
}
.tbl0 {
  width: 100%;
}
.tbl0 th,
.tbl0 td {
  padding: 3px 5px;
  border: 0;
}
.tbl0 th {
  padding-left: 0;
  font-weight: normal;
  background: none;
  width: 15%;
  color: #111;
}
.tbl0 th:after, .tbl0 th:before {
  display: none;
}
@media all and (max-width: 639px) {
  .tbl0 th {
    width: 20%;
    font-weight: 500;
  }
}

.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #ff4f4f;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dl {
  margin: 10px 0;
  font-size: 16px;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.textarea,
textarea {
  border: 0;
  padding: 20px 15px;
  width: 100%;
  background: #f5f5f5;
  border-radius: 0;
  -webkit-appearance: none;
}

.textarea {
  height: 30px;
}

.textarea02 {
  width: 48.5%;
  margin-right: 3%;
}
.textarea02:last-child {
  margin-right: 0;
}

.textarea03 {
  width: 20%;
  margin-right: 1%;
}

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

#mailform button {
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #65bbe9;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #65bbe9;
}
#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #65bbe9;
}
#mailform button * {
  transition: 0.2s;
}

.form-button * {
  transition: 0.2s;
}

label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #65bbe9;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}
label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #fff;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #65bbe9;
  border-bottom: 3px solid #65bbe9;
  transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #eee;
}

.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
}

@media all and (max-width: 890px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
.blog-top .page_next {
  display: none;
}

.blog_card {
  width: 100%;
}
.blog_card li {
  float: left;
  width: 24%;
  margin: 0 0.5% 10px 0.5%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 4px;
}
.blog_card li .blog_dt {
  font-family: "Kaushan Script", cursive;
  display: block;
  font-weight: bold;
  font-size: 11px;
  color: #280000;
}
.blog_card li .blog_img {
  height: 180px;
  text-align: center;
}
.blog_card li .blog_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  overflow-y: hidden;
  margin-bottom: 5px;
  height: 17px;
  white-space: nowrap;
  overflow: hidden;
}
.blog_card li .blog_body {
  line-height: 1.2;
  font-size: 12px;
  height: 15px;
  white-space: nowrap;
  overflow: hidden;
}
.blog_card li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media all and (max-width: 890px) {
  .blog_card {
    width: 100%;
  }
  .blog_card li {
    float: none;
    width: 100%;
    margin: 0 0% 10px 0%;
  }
}
/*pickup
---------------------------*/
#pickup {
  z-index: 50;
  margin-top: -80px;
  max-width: 100%;
  padding: 45px 25px;
  min-height: 120px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: relative;
  z-index: 10;
}
#pickup .pickup-lead {
  position: absolute;
  top: -20px;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
  font-size: 1.5rem;
  display: inline-block;
  background-color: #fff;
}
#pickup .pickup-lead .eng {
  font-size: 12px;
  margin-right: 5px;
  color: #E78B3E;
}
#pickup .pickup-lead .ja {
  font-size: 2rem;
  color: #362E2B;
}
@media all and (max-width: 890px) {
  #pickup {
    position: relative;
    min-width: 100%;
    margin-top: 0;
  }
}

.newsbox {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.news-ttl {
  width: 200px;
  padding-top: 8px;
  font-family: "Poppins", sans-serif;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  border-right: 3px solid #fff;
  line-height: 1.2;
  letter-spacing: 2px;
}
.news-ttl span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem !important;
  display: block;
}

.news-bx {
  flex: 1;
  width: calc(100% - 60px);
  padding: 0 30px;
}

.news {
  overflow: hidden;
  line-height: 1.6;
  margin: 0px auto 0;
}
.news dt {
  float: left;
  width: 8em;
  font-weight: bold;
}
.news dd {
  padding-left: 8em;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.news dd span {
  border: 1px solid #92C065;
  border-radius: 5em;
  color: #92C065;
  padding: 2px 4px;
  margin-right: 30px;
  min-width: 140px;
  text-align: center;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .newsbox {
    flex-direction: column;
  }
  .news-ttl {
    width: 100% !important;
    border-right: 0px solid red;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    text-align: center;
  }
  .news-ttl span {
    font-size: 1.2rem !important;
  }
  .news-bx {
    flex: 1;
    width: calc(100% - 0px);
    padding: 0 0px;
  }
  .scrbr {
    width: 100%;
    padding: 15px 0px;
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.newsl dt {
  float: left;
  width: 130px;
  padding-top: 10px;
  line-height: 1.3;
  color: #333;
  font-weight: bold;
}
.newsl dd {
  padding-left: 140px;
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 15px;
  border-bottom: dotted 1px #b6ae83;
}
.newsl dd span {
  border: 1px solid #92C065;
  border-radius: 5em;
  color: #92C065;
  padding: 2px 8px;
  margin-right: 7px;
  min-width: 140px;
  text-align: center;
  font-size: 0.8em;
}
.newsl dd b {
  color: #594c39;
}

.news-bl {
  overflow: hidden;
}
.news-bl dt {
  float: left;
  width: 8em;
  padding: 5px;
  line-height: 1.3;
  color: #362E2B;
  border-radius: 30px;
  font-size: 1.5rem;
  font-weight: 600;
}
.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 span {
  border: 1px solid #92C065;
  border-radius: 5em;
  color: #92C065;
  padding: 2px 8px;
  margin-right: 7px;
  min-width: 140px;
  text-align: center;
  font-size: 0.8em;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}

@media all and (max-width: 890px) {
  .news-bl dt {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 890px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 8px 5px;
  }
}
/* list
----------------------------------*/
.list_common > li:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.list_common.type1 li:not(:last-of-type) {
  margin-bottom: 15px;
  border-bottom: 0px solid #ddd;
}
.list_common.type2 li:not(:last-of-type) {
  margin-bottom: 10px;
  border-bottom: 1px solid #919191;
}

.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.sbc > li:before {
  background: #92C065;
}
.ol-list.type1 {
  display: flex;
  flex-wrap: wrap;
}
.ol-list.type1 > li {
  width: 48%;
}
.ol-list.type1 > li:not(:nth-child(2n)) {
  margin-right: 4%;
}
@media all and (max-width: 639px) {
  .ol-list.type1 > li {
    width: 100%;
    margin-right: 0 !important;
  }
  .ol-list.type1 > li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.ol-list > li {
  margin-bottom: 5px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 40px;
  border-bottom: 1px dotted #ddd;
}
.ol-list > li .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  color: #462912;
}
.ol-list > li:before {
  counter-increment: number;
  content: counter(number);
  background: #E78B3E;
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #fefefe;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (max-width: 639px) {
  .ol-list > li {
    padding-left: 30px;
  }
  .ol-list > li .ttl {
    font-size: 1.5rem;
  }
  .ol-list > li span {
    font-size: 0.9em;
  }
  .ol-list > li:before {
    font-size: 1.3rem;
    top: 3px;
  }
}

.list_disc li {
  padding: 5px 0;
  text-align: left;
}
.list_disc li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list_disc li:before {
  content: "●";
  margin-right: 5px;
  color: #f39b41;
  font-size: 0.8em;
}
.list_disc.type_bn li {
  border-bottom: none;
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 2px;
}

.list-check {
  overflow: hidden;
}
.list-check.type_ye li {
  border-bottom: none;
  font-size: 1.6rem;
}
.list-check.type_ye li::before {
  color: #dba81f;
}
.list-check li {
  padding-left: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: -1.5em;
  border-bottom: 1px dotted #ddd;
}
.list-check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
  margin-right: 5px;
  color: #bde968;
}
.list-check li:last-child {
  border-bottom: 0px;
}

.list-check2 {
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}
.list-check2 li {
  float: left;
  margin-right: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-weight: 500;
  border: 2px solid #E78B3E;
}
@media all and (max-width: 639px) {
  .list-check2 {
    font-size: 13px;
  }
}

.list-check3 {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
  background: #fff8e2;
}
.list-check3 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.list-check3 li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #f39b41;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.list-check4 {
  font-weight: normal;
  overflow: hidden;
}
.list-check4 li {
  margin-left: 1.5em;
  padding-left: 0.4em;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #ddd;
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}
.list-check4 li.type2 {
  margin-bottom: 20px;
}
.list-check4 li .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  color: #462912;
}
.list-check4 li p {
  font-weight: 500;
  font-size: 0.9em;
}
.list-check4 li:last-child {
  border-bottom: 0px;
}
.list-check4 li.type1:before {
  position: absolute;
  font-weight: 900;
  content: "■";
  margin-right: 5px;
  color: #b6d154;
  left: -20px;
}
.list-check4 li.type2:before {
  position: absolute;
  content: "";
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/maru.png) no-repeat 50%/contain;
  margin-right: 5px;
  color: #b6d154;
  left: -3%;
  width: 20px;
  height: 20px;
  top: 15%;
}
@media all and (max-width: 890px) {
  .list-check4 li {
    font-size: 1.5rem;
    margin-left: 1.5em;
  }
  .list-check4 li .ttl {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .list-check4 li.type1:before {
    left: -6%;
  }
  .list-check4 li.type2 {
    margin-left: 1.5em;
  }
  .list-check4 li.type2:before {
    left: -6%;
    width: 15px;
    height: 15px;
  }
}

.btn-list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  row-gap: 20px;
}
.btn-list .btn03 {
  width: 32%;
  margin-right: 2%;
  margin-left: 0;
}
.btn-list .btn03:nth-child(3n) {
  margin-right: 0;
}
.btn-list .btn03 a {
  padding: 10px 20px;
  font-size: 1.6rem;
}
.btn-list.col2 jus .btn03 {
  width: 48%;
}
.btn-list.col2 jus .btn03 a {
  font-size: 1.8rem;
}
.btn-list.col2 jus .btn03:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .btn-list {
    row-gap: 15px;
  }
  .btn-list .btn03 {
    width: 100%;
    margin: 0 auto;
  }
  .btn-list .btn03 a {
    padding: 5px 15px;
    font-size: 1.4rem;
  }
}

.catalog_list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -1%;
  border: 4px solid rgba(231, 139, 62, 0.5);
  border-radius: 2px;
}
.catalog_list > li {
  flex: 1;
  border-right: 1px solid #f7734d;
}
.catalog_list > li:last-child {
  border-right: none;
}
.catalog_list > li a {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 8px;
  color: #462912;
  font-size: 0.89em;
  text-align: center;
  font-weight: 600;
}
.catalog_list > li a::after {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}
.catalog_list > li a:hover {
  background-color: rgba(231, 139, 62, 0.5);
  color: #fff;
}
@media all and (max-width: 890px) {
  .catalog_list > li {
    flex: auto;
    width: 48.5%;
  }
}
@media all and (max-width: 639px) {
  .catalog_list > li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #f7734d;
  }
  .catalog_list > li:last-child {
    border-bottom: 1none;
  }
}

.list-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.list-btn li {
  width: 17%;
  margin: 0 auto 20px;
}
.list-btn li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  box-shadow: 4px 4px #eee;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #E78B3E;
  box-shadow: 0 0 0 4px rgba(231, 139, 62, 0.2);
  color: #E78B3E;
  padding: 20px 5px;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
}
.list-btn li a:hover {
  background: rgba(231, 139, 62, 0.1);
}

.linkbtn {
  width: 100%;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.linkbtn li {
  width: 31.3%;
  margin: 1%;
}
.linkbtn li a {
  border: 1px solid #E78B3E;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  color: #362E2B;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 1px;
  color: #E78B3E;
}
.linkbtn li a:link, .linkbtn li a:visited {
  color: #362E2B;
  text-decoration: none;
}
.linkbtn li a:hover {
  color: #fff;
  text-decoration: none;
  background: #f8b1b0;
}
.linkbtn li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  margin-left: 15px;
  color: #E78B3E;
}
@media all and (max-width: 639px) {
  .linkbtn li {
    width: 100%;
    margin-bottom: 10px;
  }
  .linkbtn li a {
    font-weight: 500;
    font-size: 1.4rem;
  }
}

.btn01 a {
  background: #fefefe;
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #E78B3E;
  display: block;
  padding: 8px 5px;
  font-weight: 700;
  border: 2px solid #E78B3E;
  border-radius: 35px;
  transition: 0.2s all ease;
}
.btn01 a:hover {
  background: #E78B3E;
  color: #fefefe;
}
.btn01.mail {
  flex-basis: 100%;
}
.btn01.mail a {
  background: #ffdf2c;
  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 a {
  display: block;
  position: relative;
  padding: 15px 0;
  background-color: #222;
  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.2rem;
  }
}
.btn03 {
  width: 100%;
  margin: 20px auto 0;
}
.btn03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px 40px;
  background-color: #fff;
  border: 1px solid #462912;
  color: #462912;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.2s all ease;
}
.btn03 a i {
  font-size: 2rem;
  border-left: 1px solid #462912;
  padding: 10px 0 10px 40px;
  padding-left: 20px;
  margin-left: 5px;
}
.btn03 a em {
  font-size: 1rem;
  text-transform: uppercase;
  color: #E78B3E;
  display: block;
}
.btn03 a img {
  width: 74px;
}
.btn03 a:hover {
  background: #fff;
  color: #462912;
  opacity: 0.5;
}
@media all and (max-width: 639px) {
  .btn03 a {
    font-size: 1rem;
    padding: 10px;
  }
  .btn03 a i {
    padding-left: 10px;
    font-size: 1.5rem;
  }
}

.btn03-1 {
  max-width: 100%;
  margin: 20px auto 0;
}
.btn03-1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 40px;
  background-color: #fff;
  border: 1px solid #462912;
  color: #462912;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.2s all ease;
}
.btn03-1 a i {
  font-size: 2rem;
  border-left: 1px solid #462912;
  padding: 10px 0 10px 40px;
  padding-left: 20px;
  margin-left: 5px;
}
.btn03-1 a em {
  font-size: 1rem;
  text-transform: uppercase;
  color: #E78B3E;
  display: block;
}
.btn03-1 a img {
  width: 45px;
  margin-right: 20px;
}
.btn03-1 a:hover {
  background: #fff;
  color: #462912;
  opacity: 0.5;
}
@media all and (max-width: 639px) {
  .btn03-1 a {
    font-size: 1.3rem;
    padding: 10px;
  }
  .btn03-1 a img {
    width: 40px;
  }
}

.btn04 {
  text-align: right;
}
.btn04 a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
}
.btn04 a:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 15%;
  width: 85%;
  height: 1px;
  background: #333;
  transition: all 0.3s;
}
.btn04 a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  transition: all 0.3s;
}

.page_next {
  float: left;
}

.page_prev {
  float: right;
}

#overlay {
  z-index: -1;
  opacity: 0;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#sp_navi {
  display: block;
  position: fixed;
  bottom: 15px;
  left: 50%;
  z-index: 20;
  width: 100%;
  transform: translateX(-50%);
}
#sp_navi ul {
  max-width: 400px;
  margin: 0 auto;
  padding: 0px 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 5px;
}
#sp_navi ul li a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  border-radius: 5px;
  background: #fefefe;
  color: #92C065;
  font-size: 1.4rem;
  line-height: 1.4;
  border: 2px solid #f5b376;
}
#sp_navi ul li a span {
  letter-spacing: 0.1em;
  display: block;
  font-size: 1.2rem;
  z-index: 1;
  color: #462912;
}
#sp_navi ul li a i {
  margin-bottom: 4px;
  color: #92C065;
}

.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.off {
  display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.bg_txt {
  background-color: #f1faff;
  padding: 10px;
  margin-top: 5px;
}

.ab_listw {
  width: 90%;
  margin: 0 auto 30px;
  padding: 30px 35px;
  border-radius: 40px;
}
.ab_listw.type1 {
  border: 4px solid #b6d154;
}
.ab_listw.type2 {
  border: 4px solid #ffbeda;
}

@media (max-width: 890px) {
  .ab_listw {
    width: 100%;
    padding: 25px 20px;
  }
}
.title-big {
  position: absolute;
  left: 20px;
  top: -20px;
  z-index: 4;
}
.title-big.type1 {
  left: auto;
  right: 20px;
}
@media all and (max-width: 890px) {
  .title-big.type1 {
    right: auto;
    left: 20px;
  }
}
.title-big.type2 {
  top: 70px;
}
@media screen and (max-width: 1200px) {
  .title-big.type2 {
    right: auto;
    top: 20px;
  }
}
.title-big .eng {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 4rem;
  flex-wrap: nowrap;
  color: #cfd74d;
  line-height: 1.2;
}
.title-big .eng:first-letter {
  color: #f9bb0b;
}
.title-big .ja {
  display: block;
  color: #523e2d;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", serif;
}
@media all and (max-width: 639px) {
  .title-big {
    top: -20px;
  }
  .title-big .eng {
    font-size: 2.3rem;
  }
  .title-big .ja {
    font-size: 1.2rem;
  }
}

.btn_base {
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn_base.btn_biyo-n01 {
  overflow: hidden;
  padding: 1rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #92C065;
  border-radius: 20px;
  box-shadow: 3px 3px 7px rgba(143, 92, 0, 0.4784313725);
}
.btn_base.btn_biyo-n01 span {
  position: relative;
}
.btn_base.btn_biyo-n01::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: translateX(-80%) translateY(-25px);
  z-index: -1;
  border-radius: 50%;
  background: #f39b41;
}
.btn_base.btn_biyo-n01:hover {
  color: #fff;
}
.btn_base.btn_biyo-n01:hover::before {
  width: 400px;
  height: 400px;
  transform: translateX(-1%) translateY(-175px);
}

.slide_list,
.slide_list2 {
  position: relative;
  display: none;
}
.slide_list li,
.slide_list2 li {
  margin-right: 1%;
}
.slide_list li img,
.slide_list2 li img {
  width: auto;
  height: 250px;
  transition: filter 0.2s ease-in;
}
@media all and (max-width: 639px) {
  .slide_list li,
  .slide_list2 li {
    margin-right: 2%;
  }
  .slide_list li img,
  .slide_list2 li img {
    height: 90px;
  }
}

/*swiper-slide
------------------------------------------*/
.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-slide {
  position: relative;
}
.swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}

.slide-img {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
}
.slide-img::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(251, 247, 239, 0.1) 90%, #fbf7ef 100%);
  z-index: 1;
}
.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center top;
     object-position: center top;
}
@media all and (max-width: 1320px) {
  .slide-img {
    height: 65vw;
  }
}
@media all and (max-width: 890px) {
  .slide-img {
    height: 70vh;
  }
}
@media all and (max-width: 639px) {
  .slide-img {
    height: 70vh;
  }
}

#slide-wrapper {
  position: relative;
}
#slide-wrapper .swiper-pagination {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: auto;
}
@media all and (max-width: 890px) {
  #slide-wrapper .swiper-pagination {
    right: 20px;
    bottom: 20px;
  }
}
@media all and (max-width: 639px) {
  #slide-wrapper .swiper-pagination {
    right: 10px;
    bottom: 10px;
  }
}

#slide-wrap {
  position: relative;
  overflow: hidden;
}
#slide-wrap .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}
@media all and (max-width: 890px) {
  #slide-wrap .swiper-pagination {
    bottom: -25px;
  }
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #E78B3E !important;
  height: 10px !important;
  width: 10px !important;
  margin: 0 10px !important;
}
@media all and (max-width: 890px) {
  .swiper-pagination-bullet {
    height: 5px !important;
    width: 5px !important;
    margin: 0 5px !important;
  }
}

#slideshow {
  position: relative;
  overflow: hidden;
  width: 97%;
  margin: 0 auto;
  border-radius: 30px;
}

#catch {
  position: absolute;
  left: 5%;
  bottom: 15%;
  transition: opacity 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  opacity: 0;
  z-index: 50;
  transform: translate(0, -50%);
  max-width: 750px;
  filter: drop-shadow(0px 0px 5px rgba(231, 139, 62, 0.3));
}
#catch.on {
  opacity: 1;
}
@media all and (max-width: 890px) {
  #catch {
    width: 80%;
    bottom: 35%;
  }
}

.catch-img {
  position: absolute;
  width: 230px;
  height: 230px;
  bottom: -100px;
  right: 50px;
  z-index: 10;
}

/*-----------------------------------*/
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery.col4 li {
  width: 24%;
  margin: 0 1.3333333333% 10px 0;
}
.gallery.col4 li:nth-child(4n) {
  margin-right: 0;
}
.gallery.col4 li:last-child {
  margin-right: 0;
}
.gallery.col3 li {
  width: 32%;
  margin: 0.5%;
}
.gallery.col2 li {
  width: 49%;
  margin: 0.5%;
}
.gallery.col2 li a {
  height: 320px;
}
.gallery li a {
  display: block;
  text-align: center;
  padding: 0px;
  height: 230px;
}
.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center 40%;
  object-position: center 40%;
}
.gallery li p {
  text-align: center;
  font-size: 14px;
  margin: 3px 0 10px;
}
@media all and (max-width: 639px) {
  .gallery.col3 li, .gallery.col4 li {
    width: 47%;
    margin-right: 4%;
  }
  .gallery.col3 li a, .gallery.col4 li a {
    height: 140px;
  }
  .gallery.col3 li:nth-child(2n), .gallery.col4 li:nth-child(2n) {
    margin-right: 0;
  }
}

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

.flow-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.flow-list.type1 {
  display: block;
}
.flow-list.type1 li {
  width: 100%;
}
.flow-list.type1 li .flow-title {
  margin-bottom: 10px;
}
.flow-list .child {
  width: 48%;
  margin-right: 4%;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  background: #fefefe;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(70, 41, 18, 0.05);
  margin-bottom: 30px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/bg_sbox.jpg);
  background-repeat: repeat;
  background-position: center;
}
.flow-list .child.type100 {
  flex-basis: 100%;
  margin-right: 0;
}
.flow-list .child:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .flow-list .child {
    width: 90%;
    margin: 0 auto 30px;
  }
  .flow-list .child:nth-child(2n) {
    margin-right: auto;
  }
}
.flow-list .child .flow-num {
  color: #92C065;
  font-size: 2rem;
  border-right: 1px solid #92C065;
  padding-right: 15px;
  line-height: 1.2;
  font-family: "YakuHanJP", "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.flow-list .child .flow-num span {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 900;
}
.flow-list .child .txt {
  flex: 1;
  margin-left: 35px;
}
.flow-list .child .flow-title {
  color: #462912;
  border-bottom: 1px solid #92C065;
  padding-bottom: 4px;
  font-size: 1.7rem;
}
@media all and (max-width: 639px) {
  .flow-list .child {
    flex-direction: column;
    justify-content: stretch;
  }
  .flow-list .child .flow-num {
    font-size: 1.5rem;
    text-align: center;
    border-right: 0;
    padding: 0 0 4px;
    border-bottom: 1px solid #92C065;
  }
  .flow-list .child .flow-title {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
  }
  .flow-list .child .txt {
    margin: 0px auto 0;
    flex: 0 1 auto;
    width: 100%;
  }
}

/*what-inner
------------------------------------*/
.what-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.what-inner.m-b0 {
  margin-bottom: 0;
}
.what-inner .in-left {
  width: 280px;
  text-align: center;
}
.what-inner .in-left .mtitle {
  margin-bottom: 0;
}
.what-inner .in-left.type1 {
  width: 33%;
}
.what-inner .in-right {
  flex: 1;
  margin-left: 30px;
}
@media all and (max-width: 639px) {
  .what-inner .in-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .what-inner .in-left.type1 {
    width: 100%;
    margin-bottom: 0;
  }
  .what-inner .in-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.kiritori {
  height: 1px;
  border-top: 1px dashed #a7a7a7;
  margin: 4em auto;
  max-width: 50%;
  z-index: 10;
  display: block;
  position: relative;
}

/*flow_list*/
ul.flow_list {
  max-width: 996px;
  margin: 0px auto 0;
  position: relative;
}
ul.flow_list:before {
  content: "";
  display: block;
  width: 7px;
  height: 100%;
  background: #838075;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
ul.flow_list li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 50px;
}
ul.flow_list li:nth-child(n+3) {
  margin-top: 50px;
}
ul.flow_list li:last-child {
  margin-bottom: 0;
}
ul.flow_list li.t-mo {
  margin-top: -50px;
}
ul.flow_list li:before, ul.flow_list li:after {
  content: "";
  display: block;
  position: absolute;
}
ul.flow_list li:before {
  width: 64px;
  height: 1px;
  border-bottom: 1px dashed #838075;
  top: 17px;
  left: 0;
}
ul.flow_list li:after {
  width: 13px;
  height: 13px;
  margin: auto;
  border-radius: 50px;
  background: #E78B3E;
  top: 13px;
  left: -3px;
}
ul.flow_list li .inner {
  display: flex;
  flex-wrap: wrap;
}
ul.flow_list li .inner .in_text {
  width: 72%;
  position: relative;
}
ul.flow_list li .inner .in_photo {
  width: 28%;
  margin-left: auto;
}
ul.flow_list li .inner .in_photo img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
ul.flow_list li .flow_list_jikan {
  position: relative;
  left: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #E78B3E;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  ul.flow_list li .flow_list_jikan {
    font-size: 1.5rem;
  }
}
ul.flow_list li .flow_list_read {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  letter-spacing: 0;
}
ul.flow_list li .flow_list_read.sec {
  margin-top: 30px;
}
@media all and (max-width: 639px) {
  ul.flow_list li .flow_list_read {
    font-size: 1.6rem;
  }
}
ul.flow_list li .flow_list_main {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  letter-spacing: 0;
  color: #4f545a;
  line-height: 1.6em;
}
@media all and (max-width: 639px) {
  ul.flow_list li .flow_list_main {
    font-size: 1.4rem;
  }
}
ul.flow_list li .flow_inner {
  margin-top: 10px;
  padding: 12px;
  background: #fefefe;
  border-radius: 10px;
  border: rgba(0, 151, 224, 0.1) 2px solid;
}
ul.flow_list li .flow_inner .lead {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #0073b1;
}
ul.flow_list.type1 li:after {
  background-color: #92C065;
}
ul.flow_list.type1 li .inner .in_text .flow_list_jikan {
  color: #92C065;
}

/*gakken*/
.gakken {
  background-color: #1a36b1;
  position: relative;
}
@media all and (max-width: 1100px) {
  .gakken {
    padding: 30px;
  }
}
@media all and (max-width: 639px) {
  .gakken {
    padding: 30px 20px;
  }
}
.gakken:before {
  position: absolute;
  content: "";
  left: -25px;
  top: -30px;
  width: 250px;
  height: 220px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/1.jpg);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-7deg);
}
@media all and (max-width: 1100px) {
  .gakken:before {
    width: 200px;
    height: 206px;
  }
}
@media all and (max-width: 890px) {
  .gakken:before {
    width: 158px;
    height: 212px;
  }
}
@media all and (max-width: 639px) {
  .gakken:before {
    top: -30px;
    width: 94px;
    height: 68px;
  }
}
@media all and (max-width: 320px) {
  .gakken:before {
    top: -30px;
    width: 84px;
    height: 105px;
  }
}
.gakken:after {
  position: absolute;
  content: "";
  right: -25px;
  top: -30px;
  width: 250px;
  height: 220px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25644/2.jpg);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(6deg);
}
@media all and (max-width: 1100px) {
  .gakken:after {
    top: 392px;
    width: 187px;
    height: 161px;
  }
}
@media all and (max-width: 890px) {
  .gakken:after {
    top: 345px;
    width: 136px;
    height: 91px;
  }
}
@media all and (max-width: 639px) {
  .gakken:after {
    right: -5px;
    top: 246px;
    width: 102px;
    height: 56px;
  }
}
@media all and (max-width: 320px) {
  .gakken:after {
    right: -5px;
    top: 199px;
    width: 74px;
    height: 49px;
  }
}

.annual-month {
  margin-bottom: 30px;
}
.annual-month .main {
  margin-right: 25px;
  width: 75px;
  /* font-size: 3rem; */
  display: inline-block;
  line-height: 4;
}
.annual-month .num {
  font-size: 4.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media all and (max-width: 639px) {
  .annual-month {
    margin-bottom: 25px;
    margin-right: 20px;
  }
  .annual-month .main {
    width: 55px;
  }
  .annual-month .num {
    font-size: 2.8rem;
  }
}

.annual-img {
  position: absolute;
  left: -50px;
  top: -50px;
  width: 150px;
}

.waku {
  margin: 0 auto 30px;
  text-align: center;
}
.waku span {
  padding: 10px 20px;
  border: 1px solid #f35626;
  color: #f35626;
  font-size: 2.5rem;
}