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

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

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

a:link, a:visited, a:hover {
  color: #b66417;
}
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: #E37D1D;
  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_ribon {
  position: absolute;
  top: 15px;
  left: -10px;
  width: 100%;
}
.mtitle_ribon span {
  line-height: 1.6;
  display: inline-block;
  background: #E37D1D;
  color: #fff;
  font-size: 2.2rem;
  padding: 8px 20px;
}
.mtitle_ribon span mn {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.mtitle_ribon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #894b11 transparent transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media all and (max-width: 890px) {
  .mtitle_ribon span {
    padding: 6px 16px;
  }
  .mtitle_ribon span mn {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle_ribon span mn {
    display: block;
    font-size: 1rem;
  }
}

.mtitle_middle {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #DF0013;
  font-size: 2rem;
  font-weight: 600;
}
.mtitle_middle:before {
  content: "";
  display: inline-block;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25180/hane.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  margin-bottom: -20px;
}
@media all and (max-width: 639px) {
  .mtitle_middle {
    font-size: 1.6rem;
  }
  .mtitle_middle:before {
    width: 40px;
    height: 40px;
  }
}

.mtitle {
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  line-height: 1.3;
}
.mtitle .eng {
  font-size: 1.3rem;
  color: #34904F;
  position: relative;
  font-family: "Lilita One", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: linear-gradient(to right, #E37D1D, #087729);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-transform: uppercase;
}
.mtitle .ja {
  font-size: 3rem;
  color: #462912;
  font-family: YakuHanJP, "Zen Maru Gothic", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  display: block;
}
.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: 38px;
  font-size: 2.5rem;
  position: relative;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
  color: #462912;
}
.mtitle-icon .eng {
  font-size: 2rem;
  color: #E37D1D;
  font-family: "Lilita One", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #E37D1D, #34904F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-transform: uppercase;
}
.mtitle-icon .ja {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 3rem;
  color: #462912;
  font-weight: 500;
  position: relative;
}
.mtitle-icon.white .eng {
  color: #E37D1D;
  font-family: "Lilita One", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  background: linear-gradient(to left, #f5b376, #F2F5DC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.mtitle-icon.white .ja {
  color: #fff;
}
@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: 4rem;
  color: #E37D1D;
  font-family: "Lilita One", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  position: relative;
  text-transform: uppercase;
}
.mtitle1 .ja {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 3rem;
  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/25150/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: #E37D1D;
  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 #E37D1D;
}
@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: #34904F;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.title01 {
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: -40px auto 10px;
}
.title01 span {
  padding: 5px 15px;
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  background: #E37D1D;
}

@media all and (max-width: 639px) {
  .title01 {
    margin: 0px auto 10px;
  }
  .title01 span {
    font-size: 1.8rem;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.mtitle_small4 {
  position: relative;
  background: #fefefe;
  border: 1px solid #EFEFEF;
  font-size: 2rem;
  padding: 15px 15px 15px 30px;
  margin-bottom: 25px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.mtitle_small4:before {
  position: absolute;
  top: 15%;
  left: 10px;
  width: 5px;
  height: 70%;
  content: "";
  background: rgba(227, 125, 29, 0.8);
}
.mtitle_small4.type1:before {
  background: rgba(52, 144, 79, 0.8);
}
@media all and (max-width: 639px) {
  .mtitle_small4 {
    font-size: 1.5rem;
    padding: 10px 5px 10px 20px;
    margin-bottom: 20px;
  }
  .mtitle_small4:before {
    left: 5px;
  }
}

.title02 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #462912;
}
.title02 span {
  background: #fff;
  padding: 4px 15px;
  color: #34904F;
  border: 1px solid #34904F;
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 5px;
  border-radius: 50px;
}
@media all and (max-width: 639px) {
  .title02 {
    font-size: 1.3rem;
  }
  .title02 span {
    font-size: 1.2rem;
  }
}
.title02.type1 span {
  background: #34904F;
}
.title02.type2 span {
  background: #462912;
}

.mtitle_line {
  position: relative;
  margin-bottom: 25px;
  color: #462912;
  border-bottom: 2px solid rgba(227, 125, 29, 0.8);
  padding: 0px 10px 0px;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #462912;
}
.mtitle_line span {
  font-size: 1.4rem;
  color: #34904F;
  margin-right: 10px;
  background-color: #fff;
  padding: 5px 8px;
}
@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.6rem;
    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 #34904F;
  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 #34904F;
  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: #E37D1D;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
  border-radius: 5px;
}
.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: rgba(227, 125, 29, 0.9);
  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;
  }
}

.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: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.mtext1 span {
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .mtext1 span {
    font-size: 1.2rem;
  }
}

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

@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.mtext3 {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  padding-bottom: 5px;
  border-bottom: 3px dotted #837e73;
}
.mtext3.type1 {
  border-bottom: 3px dotted #FFBEDA;
}
.mtext3 span {
  font-size: 1.8rem;
}
.mtext3 span.eng {
  font-size: 1.2rem;
  color: #b7c300;
  position: relative;
  padding-left: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}

@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 #E37D1D;
  position: sticky;
  top: 0;
}
header.headscroll {
  background: #fff;
}
header.headscroll #l-header #logo {
  width: 200px;
}

#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: #454a48;
}
#l-header #logo {
  width: 230px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in;
  z-index: 2;
  padding: 5px;
  background: #fefefe;
  border-radius: 0 0 30px 0;
  padding: 20px 40px;
}
@media all and (max-width: 1100px) {
  #l-header #logo {
    width: 120px;
  }
}
@media all and (max-width: 639px) {
  #l-header #logo {
    width: 80px;
  }
}
#l-header .inner {
  position: relative;
  width: 95%;
  padding: 25px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
@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: #E37D1D;
  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: #E37D1D;
  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;
  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: 35px;
}
#header_nav > ul li {
  position: relative;
}
#header_nav > ul li a {
  display: block;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #454a48;
  padding: 10px 0;
  position: relative;
  font-weight: 500;
}
#header_nav > ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  font-weight: 900;
  color: #34904F;
  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: "Lilita One", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  color: #999;
  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: #E37D1D;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 30px;
  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: #fffbe7;
}
#header_nav .dropdown .dropdown-li a:after {
  display: none;
}
#header_nav .dropdown .dropdown-li a:hover {
  color: #fff;
  background: #E37D1D;
}
#header_nav .dropdown .dropdown-li:nth-child(4) a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  font-weight: 900;
  color: #34904F;
  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/25150/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(227, 125, 29, 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 Maru Gothic", "游ゴシック 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: #34904F;
}
.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;
  }
}
.single_new {
  width: 90%;
  width: calc(100% - 100px);
  margin: auto;
}

@media all and (max-width: 890px) {
  .single_new {
    width: 100%;
  }
}
#bg-greet {
  position: relative;
  padding: 80px 0;
}
#bg-greet:before {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 25%, #E37D1D 25%, #f2f2f2 calc(25% + 1px));
  background-size: 4px 4px;
  opacity: 0.3;
}
#bg-greet .greet-box {
  position: relative;
}
#bg-greet .greet-box:before {
  content: "";
  width: 38%;
  height: 100%;
  display: block;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25150/greet.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  position: absolute;
  top: 0;
}
#bg-greet .top_2_main {
  width: 60%;
  position: relative;
  margin-left: auto;
}
#bg-greet .top_2_main .main {
  max-width: 90%;
  margin: 0 auto;
}
#bg-greet .top_2_main .top2_icon {
  position: absolute;
  width: 200px;
  right: -26%;
  bottom: -23%;
}
@media all and (max-width: 639px) {
  #bg-greet {
    padding: 40px 0;
  }
  #bg-greet:before {
    width: 100%;
  }
  #bg-greet .greet-box:before {
    display: none;
  }
  #bg-greet .top_2_main {
    width: 100%;
  }
  #bg-greet .top_2_main .top2_icon {
    position: absolute;
    width: 100px;
    right: 3%;
    bottom: auto;
    top: 35%;
  }
  #bg-greet .top_2_main .main {
    margin-top: 40px;
  }
}

/*greet-area*/
.greet-area-title {
  margin-bottom: 20px;
  color: #fefefe;
  text-align: center;
  line-height: 1.1;
}
.greet-area-title .eng {
  font-size: 10rem;
  font-family: "Lilita One", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media all and (max-width: 890px) {
  .greet-area-title .eng {
    font-size: 6rem;
  }
}

.greet-area {
  position: relative;
  justify-content: flex-end;
  display: flex;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
  width: 100%;
}
.greet-area.type1:before {
  left: 0;
  right: auto;
}
.greet-area.type1 .greet-area-box {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: auto;
}
.greet-area.type2 {
  margin-top: 120px;
}
@media all and (max-width: 890px) {
  .greet-area.type2 {
    margin-top: 0;
  }
}
.greet-area:before {
  position: absolute;
  content: "";
  width: 58%;
  height: 120%;
  top: -10%;
  right: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25150/recruit.jpg) no-repeat center/cover;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}
.greet-area.commit:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25150/about.jpg) no-repeat center/cover;
}
.greet-area.about:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25150/party.jpg) no-repeat center/cover;
}
.greet-area.about2:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25150/shop.jpg) no-repeat center/cover;
}
.greet-area .greet-area-box {
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  padding: 50px 40px;
  margin-right: auto;
  box-sizing: border-box;
  background: #fefefe;
  color: #462912;
  z-index: 10;
  border-radius: 10px;
}
.greet-area .greet-area-box .inner {
  position: relative;
  max-width: 650px;
  margin: auto;
  z-index: 1;
}
.greet-area .greet-area-box .inner p + p {
  margin-top: 18px;
}
@media all and (max-width: 890px) {
  .greet-area {
    flex-direction: column;
    margin-bottom: 0;
  }
  .greet-area:before {
    width: 100%;
    height: auto;
    top: 0;
    padding-bottom: 56.25%;
    border-radius: 5px 5px 0 0;
  }
  .greet-area .greet-area-box {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    margin: 56.25% auto 0;
    border-radius: 0 0 5px 5px;
  }
  .greet-area .greet-area-box .inner p + p {
    margin-top: 12px;
  }
}
@media all and (max-width: 639px) {
  .greet-area .greet-area-box {
    padding: 30px 15px;
  }
}

.bg-base {
  background: #F2F5DC;
  position: relative;
}
.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% - 20px);
  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: #E37D1D;
  opacity: 0.8;
}

.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/25150/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/25150/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/25150/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: 100%;
  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%, #f5b376 25%, #f5b376 50%, #fff 50%, #fff 75%, #f5b376 75%, #f5b376);
  background-size: 4px 4px;
}

.bg-stripe2 {
  position: relative;
}
.bg-stripe2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 25%, #E37D1D 25%, #f2f2f2 calc(25% + 1px));
  background-size: 4px 4px;
  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.st {
  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;
  }
}


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

/* 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: 890px) {
  .bnr-column2 > .child {
    width: 49%;
    margin: 0 1% 3% 0;
  }
  .bnr-column2 > .child:nth-child(2n) {
    margin: 0 0 3% 0;
  }
  .bnr-column2 > .child:nth-child(3n) {
    margin: 0 1% 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;
  padding: 40px 30px;
  border-radius: 0 0 8px 8px;
  border-top: 3px solid #E37D1D;
  min-height: 425px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bnr_contents .bnr_image {
  margin: 0 auto 24px;
  max-width: 430px;
}
.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: #523e2d;
  line-height: 1.5;
  margin-bottom: 12px;
}
.bnr_contents .title span {
  display: block;
  color: #34904F;
  font-size: 2.1rem;
}
.bnr_contents p {
  color: #523e2d;
}
@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: 280px;
  }
}
@media all and (max-width: 639px) {
  .bnr_contents .inner {
    padding: 25px 20px;
    min-height: auto;
  }
  .bnr_contents .inner .bnr_image {
    width: 180px;
  }
  .bnr_contents .inner .title {
    font-size: 1.8rem;
  }
}

/*top-menu*/
.top-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@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;
  font-size: 2rem;
  color: #805021;
}
.top-menu li a .wbox .top-menu-title .ja {
  color: #34904F;
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  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: #523e2d;
  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: #F7734D 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/25180/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;
  padding: 10px 0 30px;
}
.bg-01:before, .bg-01:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  z-index: 5;
}
.bg-01:before {
  bottom: 0;
  left: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25150/hana.png) no-repeat center top/contain;
}
.bg-01:after {
  top: -30px;
  right: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25150/hana2.png) no-repeat center bottom/contain;
}
@media all and (max-width: 639px) {
  .bg-01:before, .bg-01:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    z-index: 0;
  }
}

.bg-contact {
  position: relative;
  overflow: hidden;
}
.bg-contact:before {
  position: absolute;
  content: "";
  width: 102%;
  height: 102%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25150/footer1.jpg);
  filter: blur(4px);
  opacity: 0.4;
}

.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(227, 125, 29, 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: #b66417;
}
.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;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  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: #E37D1D;
  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: #E37D1D;
  padding: 5px 0;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}

.blog-date2 {
  color: #a05814;
  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: #E37D1D;
  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;
  position: relative;
  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;
  }
}

.sbox {
  background-repeat: repeat;
  background-position: center;
  border-radius: 1em;
  padding: 20px 30px;
  background: #fff;
  border: 3px dotted #8cdb8b;
}
@media all and (max-width: 639px) {
  .sbox {
    padding: 15px;
  }
}

.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: #E37D1D;
  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: #34904F;
  font-size: 3rem;
  font-weight: 600;
}
.contact_bnr > li .bnr_tel:before {
  content: "Tel.";
  margin-right: 5px;
}
.contact_bnr > li .bnr_tel:hover {
  color: #E37D1D;
}
.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: #34904F;
  color: #fff;
  padding: 17px;
  font-size: 1.8rem;
  transition: 0.2s all ease;
  border: 1px solid #34904F;
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail:hover {
  color: #34904F;
  background-color: #fff;
}
.contact_bnr > li .bnr_line {
  border: 1px solid #fff;
  color: #29a819;
  background-color: #fff;
  padding: 17px;
  font-size: 1.8rem;
  transition: 0.2s ease all;
}
.contact_bnr > li .bnr_line:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.contact_bnr > li .bnr_line:hover {
  background-color: #29a819;
  color: #fff;
}
.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 .bnr_line {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li {
    line-height: 1;
    width: 90%;
    margin: 0 auto 5px;
  }
  .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: #523e2d;
  overflow: hidden;
  background-color: #fff;
}
#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;
  flex-direction: column;
  z-index: 2;
}
#l-footer .footer-column .footer-left {
  width: 32%;
  margin: 0 auto;
}
#l-footer .footer-column .footer-right {
  width: 60%;
  margin: 0 auto;
}
#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 {
  flex: 1 0 auto;
  margin: 0 0 10px 1%;
  text-align: left;
}
.footer_navi ul li a {
  color: #523e2d;
  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: #f5b376;
}
.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: #E37D1D;
}

.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: #523e2d;
  font-size: 1.2rem;
  text-align: center;
  background-color: #fff;
}

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

.price {
  font-size: 2rem;
  font-weight: 600;
}

.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: #34904F;
  vertical-align: middle;
  text-align: left;
  width: 20%;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}
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 tr {
  border: solid 1px #c9bba8;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  font-size: 1.5rem;
}
.tbl th {
  color: #462912;
  background: #F6F2EC;
  width: 25%;
  font-weight: 500;
}
.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 #a05814;
  font-weight: 500 !important;
  font-size: 1.5rem;
}
.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: 20%;
  color: #523e2d;
  text-align: left;
  padding-left: 40px;
  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;
  }
}

@media all and (max-width: 639px) {
  .form-contents {
    padding: 0 !important;
  }
}

.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;
  }
}
.tbox {
  width: 710px;
  margin: 0 auto;
}

.tbox-bl {
  border: 1px solid #3D2B00;
  background: #FFF;
  padding: 10px;
  margin: 10px 0;
}

.tbox-r {
  padding: 10px;
  background: #d8f2ff;
  border-radius: 5px;
  margin: 10px 0;
}

.tbox-bg {
  background-color: #eee;
  padding: 10px;
}

.photo {
  width: 100%;
  margin: 10px auto 0;
}
.photo ul {
  margin-right: -11px;
  margin-bottom: 0;
  text-align: center;
}
.photo li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.photo li a {
  display: block;
  text-align: center;
  width: 184px;
  height: 184px;
  line-height: 184px;
  background: #eee;
}
.photo li:last-child {
  margin-right: 0px;
}
.photo li img {
  vertical-align: middle;
  max-width: 184px;
  max-height: 184px;
}
.photo li p {
  height: 30px;
  font-size: 12px;
  width: 184px;
  white-space: nowrap;
  overflow: hidden;
  margin: 3px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
}

@media all and (max-width: 480px) {
  .photo ul {
    margin-right: 0;
    margin-bottom: 0;
  }
  .photo li {
    float: left;
    width: 48%;
    margin: 0 1% 10px;
  }
  .photo li a {
    width: 100%;
    height: 150px;
    line-height: 150px;
  }
  .photo li img {
    max-width: 100%;
    max-height: 145px;
  }
  .photo li p {
    width: 100%;
  }
}
.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: #E37D1D;
}
#pickup .pickup-lead .ja {
  font-size: 2rem;
  color: #523e2d;
}
@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 #34904F;
  border-radius: 5em;
  color: #34904F;
  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 #34904F;
  border-radius: 5em;
  color: #34904F;
  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: #523e2d;
  text-align: center;
  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 #34904F;
  border-radius: 5em;
  color: #34904F;
  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;
}

.list_check.type1 {
  display: flex;
  flex-wrap: wrap;
}
.list_check.type1 li {
  background: #E37D1D;
  padding: 12px 8px;
  width: 31%;
  color: #fff;
  justify-content: space-between;
}
@media all and (max-width: 639px) {
  .list_check.type1 li {
    width: 95%;
    margin: 0 auto 5px;
  }
  .list_check.type1 li:nth-child(2n) {
    margin-left: auto;
  }
}
.list_check li {
  padding: 4px;
  padding-left: 30px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #454a48;
  position: relative;
  margin-bottom: 5px;
}
.list_check li a {
  color: #E37D1D;
  border-bottom: 1px dotted #E37D1D;
}
.list_check li:before {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  width: 10px;
  height: 2px;
  background: #34904F;
}
@media all and (max-width: 639px) {
  .list_check li {
    width: 98%;
    padding-left: 22px;
    margin: 0 auto 10px;
    font-size: inherit;
  }
  .list_check li:before {
    top: 15px;
  }
}

.list_check2 li {
  padding: 8px;
  font-weight: 500;
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 8px;
  color: #E37D1D;
}
.list_check2.type1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 20px;
}
@media all and (max-width: 639px) {
  .list_check2.type1 {
    grid-template-columns: 1fr;
    gap: 5px 0;
  }
}

.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.sbc > li:before {
  background: #34904F;
}
.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: #E37D1D;
  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: #34904F;
  font-size: 0.8em;
}
.list_disc.type_bn li {
  border-bottom: none;
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 2px;
}

.list-check {
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}
.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;
  color: #757575;
}
.list-check2 li {
  float: left;
  margin-right: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border: 1px solid #757575;
  border-radius: 4px;
}
@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.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.list-check3 li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #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;
  line-height: 1.5;
}
.list-check4 li {
  margin-left: 1.5em;
  padding-left: 0.4em;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ddd;
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
}
.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: 400;
  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/25180/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(227, 125, 29, 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(227, 125, 29, 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 #E37D1D;
  box-shadow: 0 0 0 4px rgba(227, 125, 29, 0.2);
  color: #E37D1D;
  padding: 20px 5px;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
}
.list-btn li a:hover {
  background: rgba(227, 125, 29, 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 #E37D1D;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  color: #523e2d;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 1px;
  color: #E37D1D;
}
.linkbtn li a:link, .linkbtn li a:visited {
  color: #523e2d;
  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: #E37D1D;
}
@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: #E37D1D;
  display: block;
  padding: 8px 5px;
  font-weight: 700;
  border: 2px solid #E37D1D;
  border-radius: 35px;
  transition: 0.2s all ease;
}
.btn01 a:hover {
  background: #E37D1D;
  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: #E37D1D;
  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: #E37D1D;
  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: #34904F;
  font-size: 1.4rem;
  line-height: 1.4;
  border: 2px solid #F7734D;
}
#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: #34904F;
}

.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 {
  margin-bottom: 30px;
  z-index: 4;
}
.title-big .eng {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 2rem;
  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: 2.5rem;
}
@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: #523e2d;
  border-radius: 0;
  background: #34904F;
  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
------------------------------------------*/
@keyframes zoom-out2 {
  0% {
    filter: blur(25px);
    transform: scale(1.09);
    transform-origin: left;
  }
  10% {
    filter: blur(10px);
  }
  15% {
    filter: blur(0);
  }
  30% {
    transform-origin: right;
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoom-out2 12s 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: 80vh;
  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(255, 251, 231, 0.1) 90%, #fffbe7 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;
     object-position: center;
}
@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;
  max-width: 95%;
  margin: 0 auto;
}

#slide-wrap {
  position: relative;
  overflow: hidden;
}

#slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#catch {
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  transition: opacity 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  width: 80%;
  z-index: 10;
  text-align: center;
}
#catch h3 {
  font-size: 5rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #fff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  opacity: 0;
  font-weight: 600;
}
#catch h3.on {
  opacity: 1;
  transition: all 2s ease-in;
}

/*-----------------------------------*/
.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-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: #34904F;
  font-size: 2rem;
  border-right: 1px solid #34904F;
  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 #34904F;
  padding-bottom: 4px;
  margin-bottom: 8px;
  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 #34904F;
  }
  .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%;
  }
}

.flow-dl .flow-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
.flow-dl .flow-inner:not(:last-of-type) {
  margin-bottom: 10px;
  border-bottom: solid 1px #aaa;
}
.flow-dl .flow-inner dt {
  width: 10%;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  color: #E37D1D;
  line-height: 1.3;
}
.flow-dl .flow-inner dt .eng {
  font-size: 1.1rem;
  color: #E37D1D;
  display: block;
}
.flow-dl .flow-inner dt .eng::after {
  content: ".";
}
.flow-dl .flow-inner dd {
  width: 87%;
  border-left: 1px solid #aaa;
  padding-left: 20px;
}
@media all and (max-width: 639px) {
  .flow-dl .flow-inner {
    padding: 6px;
  }
  .flow-dl .flow-inner dt {
    width: 22%;
    font-size: 1.3rem;
  }
  .flow-dl .flow-inner dt .eng {
    font-size: 1.25rem;
  }
  .flow-dl .flow-inner dd {
    width: 75%;
  }
}

/* time-list */
.time-list.type_center {
  max-width: 480px;
  margin: 0 auto;
}
.time-list li {
  display: flex;
  position: relative;
}
.time-list li .txtarea {
  order: 1;
  padding: 0px 40px 30px 40px;
}
.time-list li .txtarea:before {
  content: "";
  position: absolute;
  left: 118px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #d3d3d3;
}
.time-list li .txtarea:last-child:before {
  display: none;
}
.time-list li .txtarea:after {
  content: "";
  position: absolute;
  left: 110px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #EA9212;
  z-index: 1;
  border: 2px solid #EA9212;
  border-radius: 50%;
}
.time-list li .ttl {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #543a25;
}
.time-list li p {
  font-size: 1.4rem;
  color: #666;
}
.time-list li .time {
  flex: 0 0 100px;
  text-align: end;
  min-width: 0;
  overflow-wrap: break-word;
  padding-bottom: 1rem;
  color: #543a25;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media all and (max-width: 1100px) {
  .time-list {
    padding-left: 0;
  }
  .time-list li .txtarea {
    order: 1;
    padding: 0px 0px 30px 40px;
    text-align: left;
  }
  .time-list li .txtarea:before {
    left: 88px;
  }
  .time-list li .txtarea:last-child:before {
    display: none;
  }
  .time-list li .txtarea:after {
    left: 79px;
  }
  .time-list li .time {
    flex: 0 0 70px;
  }
}
@media all and (max-width: 639px) {
  .time-list {
    padding-left: 0;
  }
  .time-list li .txtarea {
    order: 1;
    padding: 0px 0px 30px 40px;
    text-align: left;
  }
  .time-list li .txtarea:before {
    left: 66px;
  }
  .time-list li .txtarea:last-child:before {
    display: none;
  }
  .time-list li .txtarea:after {
    left: 57px;
  }
  .time-list li .time {
    flex: 0 0 45px;
    font-size: 1.3rem;
  }
}

/*what-inner
------------------------------------*/
.what-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.what-inner.m-b0 {
  margin-bottom: 0;
}
.what-inner .in-left {
  width: 40%;
  text-align: center;
}
.what-inner .in-left .read {
  font-size: 3rem;
  color: #E37D1D;
  font-weight: 700;
  padding: 5px;
  word-break: auto-phrase;
}
.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-left .read {
    font-size: 2rem;
  }
  .what-inner .in-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.img-100 {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}
.img-100 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 639px) {
  .img-100 {
    height: 190px;
  }
}

.kiritori {
  height: 1px;
  border-top: 1px solid rgba(16, 39, 119, 0.2);
  margin: 4em auto;
  max-width: 20%;
  display: block;
}

/*top-list2*/
.top-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .top-list2 {
    max-width: 400px;
    width: 100%;
  }
}
.top-list2 li {
  position: relative;
  text-align: center;
  width: 32%;
  margin-top: 30px;
  margin-right: 1%;
  padding: 15px 20px 30px;
  box-shadow: 0 0 8px rgba(227, 125, 29, 0.06);
  background: #fff;
  border-radius: 5px;
}
.top-list2 li .top-list_ttl {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  /* font-family: "Lilita One", sans-serif; */
  font-weight: 300;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: -35px;
  background: #E37D1D;
  color: #fff;
  width: 100%;
  height: 76px;
  /* line-height: 76px; */
  transform: translateX(-50%);
  position: relative;
  z-index: 2;
  display: flex;
  text-align: center;
  word-break: auto-phrase;
  text-wrap: balance;
  /* border-radius: 50%; */
  flex-wrap: wrap;
  align-items: center;
  padding: 0 15px;
  justify-content: center;
}
@media all and (max-width: 639px) {
  .top-list2 li .top-list_ttl {
    height: 55px;
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto;
  }
}
.top-list2 li img {
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto 10px;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  border-radius: 50%;
}
.top-list2 li:last-child {
  margin-right: 0;
}
@media all and (max-width: 890px) {
  .top-list2 li {
    width: 48%;
  }
}
@media all and (max-width: 639px) {
  .top-list2 li {
    width: 100%;
    margin: 30px 0;
    padding: 5px 5px 25px;
  }
  .top-list2 li:last-child {
    margin-bottom: 0;
  }
  .top-list2 li img {
    display: block;
  }
}
.top-list2 li .num {
  font-family: "Lilita One", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: -35px;
  background: #E37D1D;
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 49px;
  transform: translateX(-50%);
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  border-radius: 50%;
}
@media all and (max-width: 639px) {
  .top-list2 li .num {
    top: -25px;
  }
}
.top-list2 li .txt {
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
  color: #462912;
  z-index: 2;
  line-height: 1.4;
}
.top-list2 li .txt .small {
  display: block;
  font-size: 0.8em;
}
@media all and (max-width: 639px) {
  .top-list2 li .txt {
    font-size: 1.4rem;
  }
}

/*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.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: #E37D1D;
  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: #E37D1D;
  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;
  color: #E37D1D;
}
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;
}

/* accordion
----------------------------------*/
.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
}
.accordion dt {
  background-color: #dae1e8;
  cursor: pointer;
  font-size: 1.7rem;
  color: #523e2d;
}
.accordion dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7rem;
}
.accordion dt.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}
.accordion dd {
  display: none;
  padding: 25px;
  background: #fefefe;
}
@media all and (max-width: 639px) {
  .accordion dt {
    font-size: 1.3rem;
  }
  .accordion dd {
    padding: 15px;
  }
}

.js-span-text.on {
  opacity: 1;
}
.js-span-text.on span {
  display: inline-block;
  opacity: 0;
}
.js-span-text.on span:nth-child(1) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.1s forwards;
}
.js-span-text.on span:nth-child(2) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2s forwards;
}
.js-span-text.on span:nth-child(3) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3s forwards;
}
.js-span-text.on span:nth-child(4) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards;
}
.js-span-text.on span:nth-child(5) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5s forwards;
}
.js-span-text.on span:nth-child(6) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
}
.js-span-text.on span:nth-child(7) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7s forwards;
}
.js-span-text.on span:nth-child(8) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards;
}
.js-span-text.on span:nth-child(9) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9s forwards;
}
.js-span-text.on span:nth-child(10) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards;
}
.js-span-text.on span:nth-child(11) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1s forwards;
}
.js-span-text.on span:nth-child(12) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards;
}
.js-span-text.on span:nth-child(13) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3s forwards;
}
.js-span-text.on span:nth-child(14) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4s forwards;
}
.js-span-text.on span:nth-child(15) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.5s forwards;
}
.js-span-text.on span:nth-child(16) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards;
}
.js-span-text.on span:nth-child(17) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.7s forwards;
}
.js-span-text.on span:nth-child(18) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8s forwards;
}
.js-span-text.on span:nth-child(19) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9s forwards;
}
.js-span-text.on span:nth-child(20) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2s forwards;
}
.js-span-text.on span:nth-child(21) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1s forwards;
}
.js-span-text.on span:nth-child(22) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2s forwards;
}
.js-span-text.on span:nth-child(23) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.3s forwards;
}
.js-span-text.on span:nth-child(24) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4s forwards;
}
.js-span-text.on span:nth-child(25) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.5s forwards;
}
.js-span-text.on span:nth-child(26) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards;
}
.js-span-text.on span:nth-child(27) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7s forwards;
}
.js-span-text.on span:nth-child(28) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards;
}
.js-span-text.on span:nth-child(29) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9s forwards;
}
.js-span-text.on span:nth-child(30) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards;
}
.js-span-text.on span:nth-child(31) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.1s forwards;
}
.js-span-text.on span:nth-child(32) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.2s forwards;
}
.js-span-text.on span:nth-child(33) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.3s forwards;
}
.js-span-text.on span:nth-child(34) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.4s forwards;
}
.js-span-text.on span:nth-child(35) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.5s forwards;
}
.js-span-text.on span:nth-child(36) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.6s forwards;
}
.js-span-text.on span:nth-child(37) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.7s forwards;
}
.js-span-text.on span:nth-child(38) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.8s forwards;
}
.js-span-text.on span:nth-child(39) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.9s forwards;
}
.js-span-text.on span:nth-child(40) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4s forwards;
}
.js-span-text.on span:nth-child(41) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.1s forwards;
}
.js-span-text.on span:nth-child(42) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.2s forwards;
}
.js-span-text.on span:nth-child(43) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.3s forwards;
}
.js-span-text.on span:nth-child(44) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.4s forwards;
}
.js-span-text.on span:nth-child(45) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.5s forwards;
}
.js-span-text.on span:nth-child(46) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.6s forwards;
}
.js-span-text.on span:nth-child(47) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.7s forwards;
}
.js-span-text.on span:nth-child(48) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.8s forwards;
}
.js-span-text.on span:nth-child(49) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.9s forwards;
}
.js-span-text.on span:nth-child(50) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5s forwards;
}
.js-span-text.on span:nth-child(51) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.1s forwards;
}
.js-span-text.on span:nth-child(52) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.2s forwards;
}
.js-span-text.on span:nth-child(53) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.3s forwards;
}
.js-span-text.on span:nth-child(54) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.4s forwards;
}
.js-span-text.on span:nth-child(55) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.5s forwards;
}
.js-span-text.on span:nth-child(56) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.6s forwards;
}
.js-span-text.on span:nth-child(57) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.7s forwards;
}
.js-span-text.on span:nth-child(58) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.8s forwards;
}
.js-span-text.on span:nth-child(59) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.9s forwards;
}
.js-span-text.on span:nth-child(60) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6s forwards;
}

@keyframes text {
  0% {
    opacity: 0;
    transform: translateX(-20px) translateY(-10px) scale(1.3);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*history*/
.history-dl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  width: 85%;
}
.history-dl:before {
  position: absolute;
  content: "";
  left: 200px;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  background: #aaa;
}
@media all and (max-width: 639px) {
  .history-dl {
    display: block;
    width: 99%;
  }
  .history-dl:before {
    left: 0;
  }
}
.history-dl dt,
.history-dl dd {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.history-dl dt {
  width: 160px;
  margin-right: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #111;
  text-align: right;
  line-height: 1;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.history-dl dt span {
  font-size: 2rem;
  padding: 0 3px;
  color: #003313;
}
@media all and (max-width: 639px) {
  .history-dl dt {
    width: 60%;
    font-size: 1.5rem;
    padding-left: 20px;
    text-align: left;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .history-dl dt span {
    font-size: 1.8rem;
  }
}
.history-dl dd {
  width: calc(100% - 200px);
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
  align-items: flex-start;
  font-size: 1.4rem;
}
@media all and (max-width: 639px) {
  .history-dl dd {
    width: 100%;
    padding-left: 20px;
    font-size: 1.2rem;
  }
}
.history-dl dd .month {
  width: 90px;
  font-weight: 700;
  background: #E37D1D;
  padding: 5px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  color: #fff;
}
.history-dl dd .month.type1 {
  background-color: transparent;
  position: absolute;
}
.history-dl dd .month:before, .history-dl dd .month:after {
  position: absolute;
  content: "";
}
.history-dl dd .month:before {
  left: -40px;
  top: 50%;
  width: 42px;
  height: 1px;
  z-index: 1;
  background: #aaa;
}
.history-dl dd .month:after {
  width: 10px;
  height: 10px;
  left: -45px;
  top: 50%;
  border-radius: 100%;
  background: #34904F;
  margin-top: -5px;
  z-index: 10;
}
@media all and (max-width: 639px) {
  .history-dl dd .month:before {
    left: -20px;
    width: 25px;
  }
  .history-dl dd .month:after {
    left: -25px;
  }
}
.history-dl dd .txt {
  width: calc(100% - 100px);
  padding: 10px;
}
.history-dl dd .txt.type1 {
  margin-top: -17px;
}
.history-dl dd .month,
.history-dl dd .txt {
  margin-bottom: 10px;
}