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

body {
  font-family: "YakuHanJP", "Alata", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* font-family: 'Century Gothic',"Helvetica Neue",'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
     font-family: "YakuHanJP";
     font-family: futura-pt, sans-serif;
     font-family: 'Impact', sans-serif;	 
     font-family: 'Times New Roman', serif;*/
  /* font-family: futura-pt, 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;   */
  width: 100%;
  height: 100%;
  color: #222;
  font-size: 1.6rem;
  font-weight: 600;
  *font-size: small;
  *font: x-small;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 auto;
  background: #fff;
}

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

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

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

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

@media all and (max-width: 890px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
/*link*/
a:link, a:visited, a:hover {
  color: #73CC5A;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  /*	top: 1px;
  	left: 1px;
  	position: relative;
  */
}

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

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

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

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

.phone {
  display: none;
}

.pc {
  display: block;
}

.tcen {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .tcen {
    text-align: left;
  }
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none;
  }
}
/* title */
h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 2rem;
}
@media all and (max-width: 639px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 2rem;
  color: #f8931f;
}

/* title */
.title-mini2 {
  background: #73CC5A;
  color: #fff;
  padding: 4px 0;
  margin: 0 -10px;
  text-align: center;
  font-size: 110%;
}

.title-big {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  text-align: center;
}
.title-big::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/asirai.svg) no-repeat center/contain;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.title-big.left {
  text-align: left;
}
.title-big.left:before {
  display: none;
}
.title-big .eng {
  font-size: 1.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #029fec;
}
@media all and (max-width: 896px) {
  .title-big .eng {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .title-big .eng {
    font-size: 1.2rem;
  }
}
.title-big .ja {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 3.6rem;
  display: block;
  color: #73CC5A;
}
@media all and (max-width: 896px) {
  .title-big .ja {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .title-big .ja {
    font-size: 1.8rem;
  }
}
.title-big.type1 .eng {
  color: #73CC5A;
}
.title-big.type2 .eng {
  display: inline-block;
  background: linear-gradient(90deg, #73CC5A, #029fec, #3ec5f7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  color: #029fec;
}
@media all and (-ms-high-contrast: none) {
  .title-big.type2 .eng {
    background: none;
  }
}
.title-big.white .ja,
.title-big.white .eng {
  color: #fff;
}
@media all and (max-width: 896px) {
  .title-big {
    margin-bottom: 30px;
  }
  .title-big::before {
    content: "";
    position: absolute;
    width: 57px;
    height: 57px;
    top: -43px;
  }
  .title-big.left {
    text-align: center;
  }
}

.title-big2 {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  text-align: center;
}
.title-big2::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26538/asirai.svg) no-repeat center/contain;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.title-big2:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #73CC5A;
  bottom: -20px;
}
.title-big2.left {
  text-align: left;
}
.title-big2.left::before {
  display: none;
}
.title-big2 .eng {
  font-size: 1.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #029fec;
}
.title-big2 .ja {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.6rem;
  display: block;
  color: #1c1c1c;
}
.title-big2.type1 .eng {
  color: #007BBB;
}
.title-big2.type2 .eng {
  display: inline-block;
  background: linear-gradient(90deg, #007BBB, #029fec, #3ec5f7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  color: #029fec;
}
@media all and (-ms-high-contrast: none) {
  .title-big2.type2 .eng {
    background: none;
  }
}
.title-big2.white .ja,
.title-big2.white .eng {
  color: #fff;
}
@media all and (max-width: 896px) {
  .title-big2 {
    margin-bottom: 30px;
  }
  .title-big2::before {
    width: 57px;
    height: 57px;
    top: -43px;
  }
  .title-big2.left {
    text-align: center;
  }
  .title-big2 .eng {
    font-size: 1.4rem;
  }
  .title-big2 .ja {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .title-big2 .eng {
    font-size: 1.2rem;
  }
  .title-big2 .ja {
    font-size: 1.8rem;
  }
}

.mtitle_point {
  position: relative;
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
  color: #333;
  font-weight: 600;
}
.mtitle_point span {
  font-size: 3rem;
}
.mtitle_point:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #73CC5A;
  display: block;
  margin: 10px auto 0;
}
@media all and (max-width: 639px) {
  .mtitle_point {
    font-size: 1.5rem;
  }
  .mtitle_point span {
    font-size: 1.8rem;
  }
}

.mtitle_middle {
  position: relative;
  margin-bottom: 24px;
  padding: 0 0 4px 1em;
  border-bottom: 1px dotted #aaa;
  font-size: 1.3em;
  font-weight: 600;
}
.mtitle_middle:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 2px;
  height: 50%;
  background: #73CC5A;
}
.mtitle_middle span {
  font-family: 3rem;
  padding-right: 10px;
  color: #73CC5A;
}

.mtitle {
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
}
.mtitle .eng {
  font-size: 3.5rem;
  color: #73CC5A;
  font-weight: bold;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 600;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 2;
  display: block;
  font-family: "Alata", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.mtitle .ja {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  color: #343338;
}
.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mtitle.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: none;
}
.mtitle.white span:after {
  background-color: #eee;
}
.mtitle.white span.ja {
  border-bottom-color: #fefefe;
}
.mtitle.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mtitle.mtitle_left:before {
  left: 2%;
  transform: translate(0, -50%);
}
.mtitle.mtitle_left span:after {
  left: 0;
  transform: none;
}

@media all and (-ms-high-contrast: none) {
  .mtitle .eng {
    color: #73CC5A;
    background-image: none;
  }
}
@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
  }
  .mtitle .eng {
    font-size: 2.4rem;
  }
  .mtitle .ja {
    font-size: 1.8rem;
  }
}
.mtitle2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding-bottom: 5px;
  color: #333;
  letter-spacing: 0.2em;
  position: relative;
}
.mtitle2 span {
  font-size: 2.2rem;
  font-family: "Alata", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2rem;
  display: block;
  color: #3BA9E2;
}
.mtitle2 span.ja {
  font-size: 1.8rem;
  font-weight: 700;
}

@media all and (max-width: 639px) {
  .mtitle2 {
    font-size: 1.5rem;
  }
  .mtitle2 span {
    font-size: 1.8rem;
  }
  .mtitle2 span .ja {
    font-size: 1.6rem;
  }
}
.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: "Alata", 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_line {
  font-size: 2rem;
  padding-bottom: 15px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/bg_mtitle_line.gif) repeat-x left bottom;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
  color: #343338;
}

@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.4rem;
  }
}
.mtitle_balloon {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.mtitle_balloon span {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  line-height: 1.3em;
  overflow: hidden;
}
.mtitle_balloon span.eng {
  font-family: "Alata", 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: 1.7rem;
  font-weight: 700;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-bottom: 8px;
}
.mtitle-bll:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #333;
}

@media all and (max-width: 639px) {
  .mtitle-bll {
    font-size: 1.6rem;
  }
}
.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: 700;
  position: relative;
  border-left: 6px solid #333;
  margin: 8px 0 15px;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
}
.mtitle_sub .hissu {
  color: #fff;
  background: #274590;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
}
.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #5fb9ff;
}

.mtitle_box {
  background: #006494;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.5rem;
  }
}
.mtitle_box2 {
  background: #333;
  font-size: 2.2rem;
  color: #fff;
  position: relative;
  font-weight: 700;
  overflow: hidden;
  letter-spacing: 0.1rem;
  padding: 15px 10px 15px 70px;
  margin-bottom: 25px;
}
.mtitle_box2 span {
  position: absolute;
  left: 10px;
}
.mtitle_box2:before {
  background-color: #73CC5A;
  content: "";
  display: block;
  transform: rotate(270deg);
  position: absolute;
  bottom: -10px;
  left: -50px;
  width: 100px;
  height: 100px;
}

@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 10px 10px 50px;
    padding-right: 40px;
  }
  .mtitle_box2 span {
    font-size: 12px;
  }
  .mtitle_box2:before {
    left: -63px;
  }
}
.mtext1 {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.mtext1 b {
  font-size: 2.8rem;
  color: red;
}

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

@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.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;
}

.title01 {
  line-height: 1.4;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #73CC5A;
  text-align: center;
}
.title01 span {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3BA9E2;
}
@media all and (max-width: 639px) {
  .title01 {
    font-size: 1.4rem;
  }
  .title01 span {
    font-size: 1.43em;
  }
}
.title01.white {
  color: #fcfcfc;
}
.title01.white span {
  color: #fff;
}

.title02 {
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.title02 span {
  background: #fff;
  padding: 4px 8px;
  color: #73CC5A;
  border: 1px solid #73CC5A;
}
@media all and (max-width: 639px) {
  .title02 {
    font-size: 1.2rem;
  }
}
.title02.type1 span {
  padding: 0;
  border: none;
}

.title03 {
  color: #271e1e;
  padding: 8px 15px;
  font-weight: 600;
  margin-top: 10px;
  font-size: 1.8rem;
  margin-bottom: 35px;
  position: relative;
}
.title03 span {
  margin-right: 8px;
}
@media all and (max-width: 639px) {
  .title03 {
    font-size: 1.4rem;
  }
}
.title03:before, .title03:after {
  position: absolute;
  content: "";
  left: 0;
  height: 6px;
}
.title03:before {
  width: 40%;
  top: -6px;
  background: #3BA9E2;
}
.title03:after {
  width: 65%;
  bottom: -6px;
  background: #73CC5A;
}

.title04 {
  position: relative;
  margin-bottom: 15px;
  border-left: 2px solid #fc6;
}
.title04 .eng {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #73CC5A;
  display: block;
  text-transform: uppercase;
  padding-left: 10px;
}
.title04 .ja {
  font-size: 2rem;
  color: #333;
  padding-left: 10px;
}
.title04 .ja mn {
  font-size: 1.8rem;
}
.title04.type1 .eng {
  color: #3BA9E2;
}
.title04.white .ja,
.title04.white .eng {
  color: #fff;
}
@media all and (max-width: 896px) {
  .title04 .eng {
    font-size: 1.15rem;
  }
  .title04 .ja {
    font-size: 1.6rem;
  }
  .title04 .ja mn {
    font-size: 1.3rem;
  }
}

.mttl_bl {
  background: #73CC5A;
  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: #73CC5A;
}

.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: #73CC5A;
  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 #73CC5A;
  border-top: 2px solid #73CC5A;
  color: #333;
}
.mttl_ic span {
  font-size: 1.5rem;
  margin-left: 5px;
}

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

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

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

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

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

header.headscroll {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 0px;
}

@media all and (max-width: 890px) {
  header {
    padding-top: 0px;
  }
}
#l-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  transition: 0.2s all ease;
}
#l-header #logo {
  max-width: 320px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  background-color: #fff;
}
#l-header #logo img {
  width: 100%;
}
@media all and (max-width: 639px) {
  #l-header #logo {
    max-width: 200px;
    padding: 13px;
  }
}
#l-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 200;
}
#l-header.is-fixed .head-right_tel a {
  color: #73CC5A;
}
#l-header.is-fixed #logo {
  background-color: transparent;
}
#l-header.is-fixed #header_nav ul li a span {
  color: #73CC5A;
}
#l-header.is-hide {
  transform: translateY(-100%);
}
#l-header .inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 95%;
  min-width: 1000px;
  margin: 0 auto;
  padding: 4px 0;
  align-items: center;
  justify-content: space-between;
}
#l-header .head-right {
  margin-left: auto;
  margin-right: 5px;
}
#l-header .head-right_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-bottom: 5px;
}
#l-header .head-right_tel a,
#l-header .head-right_mail a {
  display: block;
  padding: 4px 15px;
  transition: all 0.2s ease-in;
  border-radius: 40px;
  background: #fc6;
  color: #000;
  font-weight: 600;
  font-size: 1.4rem;
}
#l-header .head-right_insta a {
  display: block;
  padding: 4px 15px;
  transition: all 0.2s ease-in;
  border-radius: 40px;
  background: linear-gradient(90deg, rgb(131, 58, 180) 0%, rgb(253, 29, 29) 50%, rgb(252, 176, 69) 100%);
  color: #fff;
  font-weight: 600;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#l-header .head-right_insta a i {
  font-size: 16px;
  color: #fff;
}
#l-header .head-right_tiktok a {
  display: block;
  padding: 4px 15px;
  transition: all 0.2s ease-in;
  border-radius: 40px;
  background: #111;
  color: #fff;
  font-weight: 600;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#l-header .head-right_tiktok a i {
  font-size: 16px;
  color: #fff;
}
#l-header .head-right_tel a:before,
#l-header .head-right_mail a:before {
  margin-right: 5px;
}
#l-header .head-right_tel a:hover,
#l-header .head-right_mail a:hover {
  color: #73CC5A;
}
#l-header .head-right_tel a {
  background: transparent;
  padding: 0;
  color: #abff73;
  font-size: 2.6rem;
  font-family: "Alata", sans-serif;
  position: relative;
}
#l-header .head-right_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  font-size: 80%;
}
#l-header .head-right_tel a:hover {
  color: #09adb7;
}
#l-header .head-right_txt {
  font-size: 13px;
  padding-right: 10px;
  border-right: 1px solid #eee;
  margin-right: 10px;
}
#l-header .head-right_mail,
#l-header .head-right_insta,
#l-header .head-right_tiktok {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 10px;
}
@media all and (max-width: 890px) {
  #l-header .inner {
    min-width: initial;
  }
}
@media all and (max-width: 890px) {
  #l-header .head-right {
    display: none;
  }
}
@media all and (max-width: 890px) {
  #l-header .head-right_contact {
    justify-content: flex-start;
    margin-top: 10px;
  }
}
@media all and (max-width: 890px) {
  #l-header .head-right_contact {
    justify-content: center;
  }
}
.sns-list {
  display: flex;
  flex-wrap: wrap;
}

.sns-list.type1 {
  justify-content: center;
}

.sns-list.type2 {
  margin-left: 20px;
}

.sns-list.type2 li a {
  background: transparent !important;
  border: 1px solid #73CC5A;
}

.sns-list.type2 li a::before {
  display: none;
}

/* NOTE: SCSS mixin `@include for-size(tablet)` was used – needs actual media query */
@media all and (max-width: 896px) {
  .sns-list.type2 {
    display: none;
  }
}
.sns-list.type3 {
  justify-content: center;
}

.sns-list.type3 li a {
  background: transparent !important;
  border: 1px solid #fff;
}

.sns-list.type3 li a::before {
  display: none;
}

.sns-list li:not(:last-child) {
  margin-right: 10px;
}

.sns-list li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  border-radius: 50%;
}

.sns-list li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  color: #fff;
  line-height: 22px;
  z-index: 3;
}

.sns-list li a:hover img {
  transition: all 1s;
  transform: translate(-50%, -50%) rotate(360deg);
}

.sns-list li a.btn-facebook {
  background: #3878c7;
}

.sns-list li a.btn-tiktok {
  background: #111;
}

.sns-list li a.btn-instagram {
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  position: relative;
}

.sns-list li a.btn-instagram::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -12px;
  width: 60px;
  height: 60px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

/* @include for-size(pro): Assume ~ max-width: 768px */
@media all and (max-width: 768px) {
  .sns-list li a {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .sns-list li a img {
    width: 22px;
  }
}
/* @include for-size(tablet): Assume ~ max-width: 639px */
@media all and (max-width: 639px) {
  .sns-list li:not(:last-child) {
    margin-right: 5px;
  }
  .sns-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sns-list li a img {
    width: 16px;
  }
}
#header_nav {
  position: relative;
  width: 650px;
  margin-left: auto;
}
#header_nav ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
#header_nav ul li {
  position: relative;
  flex: 1 0 auto;
  text-align: center;
}
#header_nav ul li:last-child {
  margin-right: 0;
}
#header_nav ul li a {
  display: block;
  letter-spacing: 0.1rem;
  position: relative;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 7px 0 10px;
  color: #111;
  text-align: center;
  text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}
#header_nav ul li a span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #abff73;
  font-family: "Alata", sans-serif;
  text-shadow: none;
  position: relative;
}
#header_nav ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #fc6;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: 0.2s width ease-in;
}
#header_nav ul li a:hover span, #header_nav ul li a.active span {
  color: #fc6;
  transition: 0.2s color ease-in;
}
#header_nav ul li a:hover:after, #header_nav ul li a.active:after {
  width: 20px;
}
#header_nav ul li ul {
  position: absolute;
  top: 60px;
  left: -1px;
  width: 150px;
  z-index: 100;
}
#header_nav ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 250px;
  height: 0;
  /* 	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 0px 0px;
   */
}
#header_nav ul li ul li a {
  display: block;
  width: 150px;
  background-color: #fff;
  padding: 6px 0;
  margin: 0;
  border-radius: 5px;
  text-align: left;
  text-indent: 10px;
  font-size: 13px;
}
#header_nav ul li ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px;
}
#header_nav ul li ul li a:link, #header_nav ul li ul li a:visited {
  color: #73CC5A;
  font-weight: normal;
}
#header_nav ul li ul li a:hover {
  color: #73CC5A;
  font-weight: normal;
  background: #73CC5A;
  color: #fff;
}
#header_nav ul li ul li a:hover:after, #header_nav ul li ul li a.active:after {
  width: 0px;
}
#header_nav ul li:hover ul li {
  visibility: visible;
  overflow: visible;
  height: 35px;
  z-index: 10;
}

#header_nav * {
  transition: 0.3s;
}

/* mailbtn */
.mailbtn {
  float: right;
}
.mailbtn a {
  display: block;
  background: linear-gradient(135deg, #2c5a94, #539cf9);
  color: #ffffff;
  font-size: 1.4rem;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  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: #73CC5A;
  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: #73CC5A;
  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;
  }
}
@media all and (max-width: 639px) {
  #slider_aafbzs_1750402293.slider_wrapper {
    --swiper-wrapper-height: 55vh!important;
  }
}

#slideshow {
  position: relative;
  width: 100%;
  margin: 0px auto;
  z-index: 0;
}
#slideshow:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.05;
  z-index: 2;
}

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

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

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

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

#mainView2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 5% 15%;
  margin: 0 auto;
}
#mainView2::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 50%;
  background: repeating-linear-gradient(-45deg, #f9eaef 0, #f9ebef 10px, #fff 10px, #fff 20px);
  left: -40px;
  bottom: -40px;
  z-index: -1;
}
#mainView2 ul {
  position: relative;
  z-index: 2;
}

@media all and (max-width: 890px) {
  #mainView {
    height: 100vh;
  }
}
.bxslider.bx-1 {
  width: 100vw;
  height: 41vw;
  margin-bottom: 30px;
}

@media all and (max-width: 800px) {
  .bxslider.bx-1 {
    height: auto;
  }
}
.slide0 {
  background-image: url(../bxslider/images/0.jpg);
  background-position: center center;
}

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

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

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

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

.slideimg {
  max-width: 1020px;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  align-items: center;
}
.slideimg img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain;";
}

@media all and (max-width: 800px) {
  .slideimg {
    height: 94vw;
  }
}
#flashA {
  width: 100%;
  overflow: hidden;
}

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

.flashimg {
  position: absolute;
  left: 5%;
  bottom: 5%;
  display: block;
  z-index: 1000;
}
.flashimg img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 890px) {
  #flash {
    width: 100%;
    height: auto;
  }
  #flashA {
    min-width: 100%;
  }
  .flashimg {
    width: 90%;
  }
}
.jp_text {
  color: #fff;
}
.jp_text h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0px 0px 10px #3b3b3b;
}
.jp_text h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.4em;
  text-shadow: 0px 0px 10px #3b3b3b;
}
.jp_text p {
  font-family: "YakuHanJP", "Alata", "游ゴシック 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;
}

/* 背景100% */
.bg-title1 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/2.jpg);
}

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

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

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

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

.bg-title1,
.bg-title2,
.bg-title3,
.bg-title4,
.bg-title5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
  padding: 0px 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.bg-title1:before,
.bg-title2:before,
.bg-title3:before,
.bg-title4:before,
.bg-title5:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.5;
  z-index: -1;
}

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

@media screen and (min-width: 320px) and (max-width: 890px) {
  .bg-title1,
  .bg-title2,
  .bg-title3,
  .bg-title4,
  .bg-title5 {
    background-attachment: scroll;
  }
}
.bg-image1 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/bg_header.png), url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/bg_header2.png), url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/bk01.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: bottom left, top right;
}

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

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

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

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

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

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

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

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

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

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

#titleA1,
#titleA2,
#titleA3,
#titleA4,
#titleA5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  /* 	background-attachment:fixed;
   */
  padding: 85px 0;
}

#titleA {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/sky.jpg) repeat-x;
}

#title {
  max-width: 1340px;
  padding: 55px 0;
  margin: 0px auto 0px;
}
#title h2 {
  float: left;
  font-family: "Alata", sans-serif;
  font-size: 4rem;
  line-height: 1.4;
  color: #73CC5A;
  text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}
#title h2 span {
  display: block;
  font-family: "YakuHanJP", "Alata", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: 1.2rem;
}
#title h3 {
  text-align: center;
  font-family: "Alata", sans-serif;
  font-size: 4rem;
  line-height: 1.4;
  color: #73CC5A;
  text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}
#title h3 span {
  display: block;
  font-family: "YakuHanJP", "Alata", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: 1.2rem;
}

@media all and (max-width: 890px) {
  #title {
    padding: 30px 0;
    margin: 5px 0 0;
  }
  #title h2 {
    float: none;
    font-size: 3rem;
    text-align: center;
  }
  #title h3 {
    font-size: 3rem;
    text-align: center;
  }
}
/*パンくず*/
#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 {
  position: relative;
  z-index: 1;
}
.page-title.page-title01 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/1.jpg) no-repeat 50% 25%/cover;
}
.page-title.page-title02 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/bg-title2.jpg) no-repeat center/cover;
}
.page-title.page-title03 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/bg-title3.jpg) no-repeat center/cover;
}
.page-title.page-title04 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/bg-title4.jpg) no-repeat center/cover;
}
.page-title.page-title05 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/bg-title5.jpg) no-repeat center/cover;
}
.page-title .inner {
  margin: 0 auto;
  padding: 240px 0 80px;
  overflow: hidden;
  background: rgba(191, 191, 191, 0.5294117647);
}
.page-title .inner .page-lead {
  text-align: center;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  font-size: 3rem;
  position: relative;
  z-index: 4;
  letter-spacing: 0.3rem;
  position: relative;
  text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}
.page-title .inner .page-lead span {
  font-size: 2rem;
  display: block;
  color: #73CC5A;
  font-family: "Alata", sans-serif;
  font-weight: 500;
}

@media all and (max-width: 890px) {
  .page-title .inner .page-lead:before {
    width: 230px;
    height: 210px;
  }
}
@media all and (max-width: 890px) {
  .page-title .inner .page-lead {
    margin-bottom: 5px;
    font-size: 2.2rem;
  }
  .page-title .inner .page-lead span {
    letter-spacing: 0.1rem;
  }
}
@media all and (max-width: 800px) {
  .page-title .inner {
    width: 100%;
    padding: 90px 0 40px;
  }
}
.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: #73CC5A;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}

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

.single {
  max-width: 1340px;
  margin: 0 auto;
  padding: 80px 0;
}
@media all and (max-width: 1440px) {
  .single {
    max-width: 1200px;
  }
}

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

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

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

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

@media all and (max-width: 890px) {
  .single_new {
    width: 100%;
  }
}
.bg-gray {
  position: relative;
  background: #f5f5f5;
  z-index: 0;
}
.bg-gray.type1 {
  background: #dcdcdc;
}
.bg-gray.bg-half {
  background: transparent;
  width: calc(100% - 80px);
  margin: auto;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #f5f5f5 50.1%, #f5f5f5 100%);
}
.bg-gray.bg-half-bottom {
  background: transparent;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #eee 50.1%, #eee 100%);
}
.bg-gray.bg-half-upper {
  background: transparent;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 50%, transparent 50.1%, transparent 100%);
}

.bg-half2 {
  position: relative;
}
.bg-half2:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  height: 55%;
  bottom: 0;
  background: repeating-linear-gradient(45deg, #ffba00 0, #ffba00 10px, #fefefe 10px, #fefefe 20px);
  opacity: 0.1;
  z-index: -2;
}

@media all and (max-width: 639px) {
  .bg-half2:after {
    height: 90%;
    width: 60%;
  }
}
.bg-half3 {
  position: relative;
  margin-bottom: 40px;
}
.bg-half3:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  height: 55%;
  bottom: 0;
  background: rgba(248, 247, 241, 0.5);
  background-image: linear-gradient(to right, #f5f5f5, rgba(245, 245, 245, 0.3));
  z-index: -2;
}

@media all and (max-width: 639px) {
  .bg-half3:after {
    height: 75%;
    width: 70%;
  }
}
.bg-gray2 {
  position: relative;
}
.bg-gray2:before {
  position: absolute;
  content: "";
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: -1;
}
.bg-gray2.type1:before {
  background-size: 80%;
}

@media all and (max-width: 639px) {
  .bg-gray2:before {
    width: calc(100% - 10px);
  }
}
.top-recruit-box {
  width: 100%;
  margin: 0 auto;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/top-area.jpg?202302) no-repeat center/cover;
  height: 450px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 896px) {
  .top-recruit-box {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media all and (max-width: 639px) {
  .top-recruit-box {
    height: 200px;
    max-width: 100%;
  }
}
.recruit-title {
  text-align: center;
  line-height: 1;
  font-size: 2.2rem;
  color: #fff;
  padding-top: 140px;
  letter-spacing: 0.3em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.recruit-title span {
  font-family: "Alata", sans-serif;
  font-weight: 900;
  font-size: 12rem;
  display: block;
  letter-spacing: 0.1em;
  opacity: 0.7;
}

@media all and (max-width: 639px) {
  .recruit-title {
    font-size: 1.6rem;
    padding-top: 60px;
  }
  .recruit-title span {
    font-size: 5rem;
  }
}
.top-recruit-txt {
  max-width: 1340px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: -100px auto 0;
}
.top-recruit-txt .inner {
  background: #fff;
  padding: 40px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 639px) {
  .top-recruit-txt {
    max-width: 90%;
    margin-top: -40px;
  }
  .top-recruit-txt .inner {
    text-align: left;
    padding: 20px;
  }
}
.list2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -50px;
}
@media all and (max-width: 639px) {
  .list2 {
    margin-top: -20px;
  }
}
.list2.interview-list .child {
  position: relative;
  padding-bottom: 80px;
}
.list2.type1 > li,
.list2.type1 .child {
  background: white;
  padding: 30px 40px;
  border: 1px solid #515151;
  border-radius: 0 0 20px 20px;
}
@media all and (max-width: 639px) {
  .list2.type1 > li,
  .list2.type1 .child {
    padding: 20px;
  }
}
.list2.type1 > li figure,
.list2.type1 .child figure {
  width: 100%;
  height: 200px;
}
.list2.type1 > li figure img,
.list2.type1 .child figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list2 > li,
.list2 .child {
  width: 48%;
  margin-top: 50px;
  position: relative;
}
.list2 > li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2 > li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 20px auto 0;
  }
}

.list3 {
  display: flex;
  flex-wrap: wrap;
}
.list3.cnt {
  justify-content: space-around;
}
.list3.cnt li {
  width: 30%;
  margin: 0 1.6% 20px 0;
}
.list3 .child {
  width: 31%;
  position: relative;
  margin: 0 3.495% 20px 0;
}
.list3 .child:nth-child(3n) {
  margin-right: 0;
}
.list3.type1 .child {
  background: white;
  padding: 20px 20px;
  border: 1px solid #515151;
  border-radius: 0 0 20px 20px;
}
@media all and (max-width: 639px) {
  .list3.type1 .child {
    padding: 20px;
  }
}
.list3.type1 .child figure {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
.list3.type1 .child figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 639px) {
  .list3.cnt .child {
    width: 95%;
    margin: 0 auto 30px;
  }
  .list3.cnt .child:nth-child(3n) {
    margin-right: auto;
  }
}
@media all and (max-width: 639px) {
  .list3.top-list .child {
    width: 31%;
  }
}
@media all and (max-width: 639px) {
  .list3 .child {
    width: 95%;
    margin: 0 auto 30px;
  }
  .list3 .child:nth-child(3n) {
    margin-right: auto;
  }
}
.syomei-list {
  display: flex;
  flex-wrap: wrap;
}
.syomei-list li {
  width: calc((100% - 60px) / 3);
  margin-right: 12px;
  margin: 0 auto 30px;
  text-align: center;
}
.syomei-list li:nth-child(6n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .syomei-list li:nth-child(6n) {
    margin-right: auto;
  }
}
.syomei-list li img {
  border: 1px solid #111;
}
.syomei-list li p {
  font-size: 0.9em;
  font-weight: normal;
}
@media all and (max-width: 639px) {
  .syomei-list {
    justify-content: space-between;
  }
  .syomei-list li {
    width: 48%;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.point_box {
  padding: 40px 0 0;
  row-gap: 40px;
  max-width: 95%;
  margin: 0 auto;
}
.point_box > .child {
  border: 3px solid #fc6;
  padding: 20px 20px 20px;
  position: relative;
  background: #fff;
  border-radius: 8px;
}
.point_box > .child .ttl {
  text-align: center;
  color: #006494;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
.point_box > .child .icon {
  text-align: center;
  margin-bottom: 20px;
}
.point_box > .child .icon img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.point_box > .child .img img {
  border-radius: 20px;
}
.point_box.type2 {
  padding: 0;
}
.point_box.type2 > li {
  padding: 20px;
  border: 6px solid #fc6;
}
.point_box.type3 {
  padding: 0;
}
.point_box.type3 > li {
  padding: 20px;
  background: rgba(223, 122, 153, 0.2);
}
.point_box.type3 > li .ttl {
  background: #df7a99;
  color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 10;
  width: 80%;
  margin: -1em auto 10px;
}
@media all and (max-width: 896px) {
  .point_box.list4 > .child {
    width: 48% !important;
  }
}
@media all and (max-width: 639px) {
  .point_box {
    max-width: 100%;
    row-gap: 20px;
  }
  .point_box > .child .num {
    font-size: 3rem;
  }
  .point_box > .child .ttl {
    font-size: 1.6rem;
  }
  .point_box.type2 {
    gap: 0;
  }
  .point_box.type2 > li .icon img {
    width: 30%;
  }
  .point_box.type3 > li .ttl {
    font-size: 4vw;
  }
}
@media all and (max-width: 1100px) {
  .point_box.type3 > li .ttl {
    width: 90%;
    font-size: 2vw;
  }
}

.top-split {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-split .child {
  width: 90%;
  margin: 0 20px 15px 0px;
}
@media screen and (max-width: 896px) {
  .top-split .child {
    margin: 0 10px 15px 0px;
  }
}
@media screen and (max-width: 767px) {
  .top-split .child {
    margin: 0 0 15px 0px;
  }
}
.top-split .child.split-1 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/bnr.jpg) no-repeat center/cover;
}
.top-split .child a {
  display: block;
  position: relative;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top-split .child a:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  transition: all 0.3s ease-in;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.2);
}
.top-split .child a .inner {
  position: relative;
  z-index: 3;
  text-align: center;
  font-weight: 600;
}
.top-split .child a .split-title {
  letter-spacing: 0.2em;
  text-align: center;
  color: #73CC5A;
  margin-bottom: 30px;
  font-size: 2rem;
  font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic;
  font-weight: 900;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 12px rgba(255, 255, 255, 0.6);
}
.top-split .child a .split-title span {
  display: block;
  font-size: 3rem;
}
.top-split .child a .split-title .eng {
  font-family: "Alata", "Anton", "Libre Baskerville", "Squada One", "Niconne", cursive;
  font-weight: 500;
}
.top-split .child a .split-txt {
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
}
.top-split .child a .more {
  width: 200px;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  color: #111;
  letter-spacing: 0.2em;
  border-radius: 30px;
  margin: 0 auto;
  transition: all 0.2s ease-in;
}
.top-split .child a:hover:before {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.top-split .child a:hover .more {
  background: #73CC5A;
  color: #fff;
}

@media all and (max-width: 639px) {
  .top-split .child {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .top-split .child a {
    height: auto;
    padding: 40px 0;
  }
  .top-split .child a:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid #fff;
  }
}
@media all and (max-width: 639px) {
  .top-split .child a .split-title {
    margin-bottom: 15px;
  }
  .top-split .child a .split-title span {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .top-split .child a .split-txt {
    font-size: 1.2rem;
    padding: 0 20px;
    max-width: 90%;
  }
}
.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/26569/bg-pattern01.jpg);
  opacity: 0.5;
  z-index: -2;
}

.topics-img {
  position: absolute;
  width: 200px;
  right: 50px;
  bottom: -16px;
}
.topics-img img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 639px) {
  .topics-img {
    width: 100px;
    right: 10px;
    bottom: -8px;
  }
}
.news-box {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  z-index: 10;
  display: flex;
}

@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;
  font-weight: 700;
  margin-right: 30px;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  position: relative;
}
.news-title span {
  display: block;
}
.news-title .eng {
  font-family: "Alata", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2rem;
  color: #333;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.news-title .ja {
  font-size: 2.2rem;
  position: relative;
  margin: 0 auto;
  letter-spacing: 0.2em;
  font-weight: 700;
}

@media all and (max-width: 639px) {
  .news-title {
    margin-bottom: 15px;
    margin-right: 0;
    writing-mode: inherit;
  }
  .news-title .eng {
    font-size: 1.6rem;
  }
  .news-title .ja {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.news-right {
  flex: 1;
  margin-left: 60px;
}
@media screen and (max-width: 896px) {
  .news-right {
    margin-left: 0;
  }
}

@media all and (max-width: 639px) {
  .news-right {
    width: 100%;
    margin: 10px 0 0;
  }
}
.sec1-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 90px;
}
.sec1-wrap + .sec1-wrap {
  margin-top: 120px;
}
.sec1-wrap .sec1-img-box {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  order: 2;
  position: relative;
}
.sec1-wrap .sec1-img-box img {
  width: 100%;
}
.sec1-wrap .sec1-img-box .sec1-img01 {
  position: relative;
  z-index: 1;
  width: 70%;
}
.sec1-wrap .sec1-img-box .sec1-img02 {
  width: 48%;
  max-width: 400px;
  position: absolute;
  bottom: -40px;
  right: 10px;
  z-index: 2;
}
.sec1-wrap .sec1-box {
  width: 50%;
  padding: 40px;
}
.sec1-wrap.type1 .sec1-img-box {
  order: 0;
}
.sec1-wrap.type1 .sec1-img-box .sec1-img01 {
  order: 2;
}

@media all and (max-width: 890px) {
  .sec1-wrap {
    flex-direction: column;
  }
  .sec1-wrap + .sec1-wrap {
    margin-top: 60px;
  }
  .sec1-wrap .sec1-img-box {
    width: 95%;
    margin-bottom: 20px;
    order: -1;
  }
  .sec1-wrap .sec1-box {
    width: 100%;
    padding: 20px;
  }
}
.lead01 {
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  margin-bottom: 30px;
}
.lead01 .eng {
  color: #73CC5A;
  font-weight: bold;
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Alata", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: block;
  font-size: 2rem;
}
.lead01.white {
  color: #fff;
}
.lead01.type1 {
  color: #333;
}

@media all and (-ms-high-contrast: none) {
  .lead01 .eng {
    color: #73CC5A;
    background-image: none;
  }
}
@media all and (max-width: 896px) {
  .lead01 {
    font-size: 1.8rem;
  }
  .lead01 .eng {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .lead01 {
    font-size: 1.4rem;
  }
  .lead01 .eng {
    font-size: 2.6rem;
  }
  .lead01 .part1 em {
    font-size: 3.5rem;
  }
}
.bg-02 {
  position: relative;
}
.bg-02:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4caf50;
  z-index: -1;
  opacity: 0.2;
}

@media all and (max-width: 639px) {
  .bg-02:before {
    width: 90%;
    height: 95%;
    right: 0;
    margin: auto;
  }
  .area-img {
    width: 40%;
    margin: 0 auto;
  }
}
#top_info02 {
  position: relative;
  padding: 120px 0;
}
#top_info02 .single {
  padding: 0;
}
#top_info02 .read {
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: "YakuHanJP", "Alata", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
}
#top_info02 .read span {
  font-size: 4rem;
  display: block;
  font-family: "Alata", sans-serif;
}
#top_info02 ul {
  border-top: 1px solid #eee;
}
#top_info02 ul li {
  border-bottom: 1px solid #eee;
}
#top_info02 ul li a {
  display: block;
  padding: 20px 15px;
}
#top_info02 ul li a .data {
  font-family: "Alata", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #4286b2;
}
#top_info02 ul li a .data span {
  display: inline-block;
  margin-left: 15px;
  font-family: "YakuHanJP", "Alata", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.1em;
  background: #4286b2;
  color: #fff;
  padding: 0 1em;
  border-radius: 100px;
  line-break: 1.9em;
}
#top_info02 ul li a .title {
  font-family: "YakuHanJP", "Alata", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #333;
}
#top_info02 ul li a:hover {
  background: #f7f7f7;
  transition: 0.4s;
}

@media all and (max-width: 890px) {
  #top_info02 {
    padding: 70px 0;
  }
}
#top_1 {
  position: relative;
  margin-top: 50px;
}
#top_1 img._sp {
  display: none;
}
#top_1 .single {
  padding: 50px 0;
}
#top_1:before {
  content: "";
  width: 47%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/top_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px 70px 10px 70px;
}
#top_1 .top_3__contens {
  width: 47%;
  box-sizing: border-box;
  margin-left: auto;
  z-index: 2;
  position: relative;
  padding: 30px 0;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/top_1_back.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 60%;
}
#top_1 .item_titel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 31px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.6em;
  position: relative;
  color: #a9783f;
}
#top_1 .item_titel span {
  font-weight: 500;
  font-family: "Alata", sans-serif;
  font-size: 17px;
  letter-spacing: 0.1em;
  letter-spacing: 0.19em;
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
}
#top_1 .main {
  font-family: "YakuHanJP", "Alata", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  line-height: 2em;
  color: #595757;
}
#top_1 .main span {
  display: block;
  margin-bottom: 20px;
  font-family: "Alata", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #3a395e;
  line-height: 2em;
}

@media all and (max-width: 639px) {
  #top_1 img._sp {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  #top_1 .single {
    padding: 0 10px;
  }
}
@media all and (max-width: 639px) {
  #top_1:before {
    display: none;
  }
}
@media all and (max-width: 639px) {
  #top_1 .top_3__contens {
    width: 100%;
    padding-top: 0;
  }
}
@media all and (max-width: 639px) {
  #top_1 .item_titel {
    line-height: 1.6em;
  }
}
#top_2 {
  margin-top: 50px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/top_2_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#top_2 .read_text {
  color: #fff;
}
#top_2 .read_text span {
  color: #fff;
}
#top_2 .main {
  font-family: "YakuHanJP", "Alata", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.8em;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media all and (max-width: 890px) {
  #top_2 .main {
    font-size: 16px;
    text-align: left;
  }
}
#top_3 {
  margin-top: 80px;
  position: relative;
  margin-bottom: 80px;
}
#top_3 img._sp {
  display: none;
}
#top_3 .single {
  padding: 50px 0;
}
#top_3:before {
  content: "";
  width: 55%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/top_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 80px;
  z-index: 1;
}
#top_3:after {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  height: 90%;
  position: absolute;
  bottom: -80px;
  width: 66%;
  right: -50px;
  z-index: -1;
  opacity: 0.3;
}
#top_3 .top_3__contens {
  background: #fff;
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  margin-left: auto;
  z-index: 2;
  position: relative;
}
#top_3 .read_text {
  font-size: 57px;
}
#top_3 .read_text b {
  color: #73CC5A;
  font-weight: 600;
}
#top_3 .read_text span {
  font-size: 19px;
}
#top_3 .main {
  font-family: "YakuHanJP", "Alata", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.8em;
  text-align: left;
  font-weight: bold;
  color: #313336;
}
#top_3 a.more_link {
  display: table;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #333;
  border: 2px solid #333;
  padding: 0.8em 0;
  margin: 20px auto 0;
  transition: 0.4s;
  letter-spacing: 0.2em;
  width: 300px;
  text-align: center;
}
#top_3 a.more_link span:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
  content: "\f105";
  font-size: 80%;
}
#top_3 a.more_link:hover {
  color: #fff;
  transition: 0.4s;
  background: #333;
}

@media all and (max-width: 890px) {
  #top_3 img._sp {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 890px) {
  #top_3 .single {
    padding: 0 10px;
  }
  #top_3 .read_text {
    font-size: 40px;
  }
  #top_3 .read_text span {
    font-size: 16px;
  }
  #top_3 a.more_link {
    width: 250px;
  }
}
@media all and (max-width: 890px) {
  #top_3:before {
    display: none;
  }
}
@media all and (max-width: 890px) {
  #top_3:after {
    right: 0;
  }
}
@media all and (max-width: 890px) {
  #top_3 .top_3__contens {
    width: 100%;
    padding: 50px 20px;
    margin-top: -50px;
  }
}
#top_4 {
  position: relative;
  padding-bottom: 80px;
  margin-top: 80px;
}
#top_4:after {
  content: "";
  width: 100%;
  height: 75%;
  background: linear-gradient(-45deg, #8ec31f, #009437);
  position: absolute;
  z-index: -1;
  display: block;
  margin: auto;
  bottom: 0;
  opacity: 0.2;
}
#top_4 .single {
  padding: 0;
}
#top_4 .item_titel {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  letter-spacing: 0.25em;
  margin-bottom: 20px;
  color: #009437;
  line-height: 1.6em;
}
#top_4 .item_titel span {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 300;
  display: block;
  line-height: 1em;
  color: #025e24;
}
#top_4 .top_6_bottom .innerB {
  width: 100%;
  margin: auto;
  background: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  border-radius: 10px;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  padding: 50px 30px;
  padding-left: 60px;
}
#top_4 .top_6_bottom .innerB .right {
  border-left: 1px solid #eee;
}
#top_4 .top_6_bottom .innerB img {
  display: block;
  height: 67px;
  margin: 0 0 30px;
}
#top_4 .top_6_bottom .innerB .main {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.1em;
}
#top_4 .top_6_bottom .innerB a {
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-family: "Alata", sans-serif;
  color: #025e24;
  text-align: center;
  display: block;
  transition: 0.4s;
}
#top_4 .top_6_bottom .innerB a:hover {
  color: #009437;
  transition: 0.4s;
}
#top_4 .top_6_bottom .innerB a span {
  font-family: "Alata", sans-serif;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 0.1em;
}
#top_4 .top_6_bottom .innerB a span:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
  content: "\f095";
  font-size: 80%;
}
#top_4 .top_6_bottom .innerB a.maii {
  display: table;
  text-align: center;
  background: #025e24;
  color: #fff;
  padding: 0.2em 2.4em;
  transition: 0.4s;
  border-radius: 5px;
  margin: 30px auto 0;
}
#top_4 .top_6_bottom .innerB a.maii:hover {
  background: #009437;
  transition: 0.4s;
}
#top_4 .top_6_bottom .innerB a.maii span {
  font-weight: 300;
  font-family: "YakuHanJP", Poppins, "Quicksand", "Kosugi Maru", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#top_4 .top_6_bottom .innerB a.maii span:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
  content: "\f0e0";
  width: 100%;
}
#top_4 .top_6_bottom .innerB .left_text {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #3d2917;
  text-align: center;
  margin-top: 8px;
}
#top_4 .top_6_bottom .right .right_text {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #3d2917;
  text-align: center;
  display: table;
  margin: 0 auto 10px;
  position: relative;
}
#top_4 .top_6_bottom .right .right_text:before, #top_4 .top_6_bottom .right .right_text:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #3d2917;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
#top_4 .top_6_bottom .right .right_text:before {
  left: -20px;
  transform: rotate(-25deg);
}
#top_4 .top_6_bottom .right .right_text:after {
  right: -20px;
  transform: rotate(25deg);
}

@media all and (max-width: 639px) {
  #top_4 {
    padding-bottom: 40px;
    margin-top: 40px;
  }
  #top_4 .item_titel {
    font-size: 20px;
  }
  #top_4 .item_titel span {
    font-size: 16px;
  }
  #top_4 .top_6_bottom .innerB {
    padding: 10px;
  }
  #top_4 .top_6_bottom .innerB .right {
    border-left: 0px solid #eee;
  }
  #top_4 .top_6_bottom .innerB img {
    display: block;
    height: 67px;
    margin: 0 0 30px;
  }
  #top_4 .top_6_bottom .innerB .main {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  #top_4 .top_6_bottom .innerB a {
    font-size: 25px;
  }
  #top_4 .top_6_bottom .innerB a span {
    font-size: 30px;
  }
  #top_4 .top_6_bottom .innerB a.maii {
    padding: 0.2em 1.4em;
  }
  #top_4 .top_6_bottom .innerB a.maii span {
    font-size: 14px;
  }
  #top_4 .top_6_bottom .innerB .left_text {
    font-size: 12px;
  }
}
#top_5 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/top_5_beck.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: left;
  padding: 30px;
}
#top_5 .top_5__main {
  border: 2px solid #fff;
}
#top_5 .single {
  padding: 110px 0;
}
#top_5 .main {
  font-family: "YakuHanJP", "Alata", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.8em;
  text-align: center;
  font-weight: bold;
  color: #313336;
}
#top_5 .main span {
  display: table;
  margin: 0 auto 15px;
  border-bottom: 2px solid #fff;
  font-family: "YakuHanJP", "Alata", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#top_5 a.more_link {
  display: table;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #313336;
  border: 2px solid #313336;
  padding: 0.8em 0;
  margin: 20px auto 0;
  transition: 0.4s;
  letter-spacing: 0.2em;
  width: 300px;
  text-align: center;
}
#top_5 a.more_link span:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
  content: "\f105";
  font-size: 80%;
}
#top_5 a.more_link:hover {
  color: #73CC5A;
  transition: 0.4s;
  background: #fff;
}

@media all and (max-width: 890px) {
  #top_5 {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
}
@media all and (max-width: 890px) {
  #top_5 .read_text {
    font-size: 40px;
  }
  #top_5 .read_text span {
    font-size: 16px;
  }
  #top_5 a.more_link {
    width: 200px;
  }
}
.content-box {
  padding: 80px 0;
  position: relative;
  background: #f9f9f9;
  margin-top: 50px;
}
.content-box .single {
  padding: 0;
}

@media all and (max-width: 890px) {
  .content-box {
    padding: 50px 10px;
  }
}
#singlepage section {
  max-width: 1340px;
  margin: 0 auto;
  padding: 30px 0;
}

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

/*containar*/
#body {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

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

#wrapA {
  width: 100%;
}

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

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

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

@media all and (max-width: 890px) {
  #main {
    float: none;
    width: 95%;
    margin: 0 auto 20px;
  }
  #side {
    float: none;
    width: 98%;
    margin: 0 auto;
    height: auto;
    padding: 0;
  }
}
.blog-box {
  margin-bottom: 50px;
}

.box01 {
  padding: 20px;
  border: 3px double #cccccc;
}

.mbox {
  padding: 35px;
  background: #fff;
}
.mbox.padding-b {
  padding-bottom: 0;
}
.mbox.type1 {
  background-color: #eee;
}
.mbox.transparent {
  background-color: transparent;
  box-shadow: none;
}
.mbox.border {
  border: 3px solid #73CC5A;
}

@media all and (max-width: 890px) {
  .mbox {
    padding: 10px;
  }
}
.note {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  letter-spacing: 0;
  font-size: 1.5rem;
  background-color: #fff;
}
@media all and (max-width: 639px) {
  .note {
    font-size: 1.15rem;
  }
}
.note.type1 {
  background: #ffffff;
  border: 2px solid #73CC5A;
}

.note2 {
  padding: 10px;
  background: #eee;
}
@media all and (max-width: 639px) {
  .note2 {
    padding: 5px;
  }
}

.note3 {
  padding: 0 15px;
}
@media all and (max-width: 639px) {
  .note3 {
    padding: 0 10px;
  }
}

.Cbox {
  max-width: 850px;
  margin: 0 auto;
}

.lbox {
  float: left;
  width: 450px;
}

.rbox {
  float: right;
  width: 450px;
}

.box_l {
  width: 700px;
  float: left;
}

.box_r {
  width: 700px;
  float: right;
}

@media all and (max-width: 890px) {
  .lbox,
  .rbox,
  .box_l,
  .box_r {
    width: 100%;
    float: none;
  }
}
.lsingle {
  float: left;
  width: 585px;
}

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

@media all and (max-width: 890px) {
  .lmain,
  .rmain {
    float: none;
    width: 100%;
  }
  .lsingle,
  .rsingle {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
/* footer */
/*totop*/
#toTop {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 0px;
}

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

#page-top {
  position: fixed;
  bottom: 65px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 45px;
  background: #73CC5A;
  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;
  margin-bottom: 35px;
}
.contact_bnr > li {
  width: 48%;
}
.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  position: relative;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  background: #fdfdfd;
  color: #4c2c21;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.contact_bnr > li a,
.contact_bnr > li span {
  display: block;
  background: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 12px 10px;
  transition: background 0.2s ease-in;
}
.contact_bnr > li a:before,
.contact_bnr > li span:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.contact_bnr > li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media all and (max-width: 639px) {
  .contact_bnr > li {
    width: 100%;
    margin: 0 auto 15px;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li a,
  .contact_bnr > li span {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
  }
  .contact_bnr > li a:before,
  .contact_bnr > li span:before {
    font-size: 1.3rem;
    transform: translateY(-2px);
  }
}
.small-box {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.w95 {
  width: 95%;
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
  color: #fff;
  overflow: hidden;
}
#l-footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  outline: 1px solid #ccb4a0;
  outline-offset: -10px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/bg-pattern.jpg);
  z-index: -1;
}
#l-footer .inner {
  padding: 50px 20px;
  position: relative;
  z-index: 3;
}
#l-footer .footer-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
#l-footer .footer-column .footer-left,
#l-footer .footer-column .footer-right {
  width: 45%;
}
#l-footer .right-inner {
  padding: 5px;
  background: rgba(76, 44, 33, 0.6);
}
#l-footer .footer-txt {
  padding-left: 8px;
}
#l-footer .footer-txt span {
  background: #4c2c21;
  padding: 5px 10px;
  font-size: 13px;
  color: #fefefe;
}

@media all and (max-width: 896px) {
  #l-footer .footer-column {
    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;
  background: #fff;
  color: #333;
}

#footer {
  max-width: 1340px;
  margin: 0 auto 0;
  padding: 30px 0 30px;
  font-size: 11px;
}
#footer .white a {
  color: #fff;
}

a img.header {
  width: 260px;
  height: auto;
}

.logo-f {
  text-align: center;
  margin-bottom: 10px;
}
.logo-f a img {
  width: 260px;
  height: auto;
}

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

#fmenu {
  list-style-type: none;
  font-size: 12px;
  max-width: 1340px;
  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: #333;
  text-decoration: none;
}
#fmenu a span {
  display: none;
}
#fmenu li ul li {
  /*display:inline;
  margin-right:20px; */
  font-weight: normal;
  font-size: 11px;
}
#fmenu li ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "f0da";
  margin-right: 5px;
  color: #fff;
}

@media all and (max-width: 890px) {
  #fmenuA {
    width: 100%;
  }
  #fmenu {
    display: none;
  }
  #fmenu-lg {
    display: none;
  }
  footer {
    padding: 10px 0 70px;
    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*/
.copyright {
  /* 	background:rgba(89,76,57,0.8);
  	color:#fff;
   */
  font-family: futura-pt, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  padding: 5px 0;
  background-color: #73CC5A;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.contactbx {
  text-align: center;
  margin: 15px 0;
}
.contactbx li {
  display: inline-block;
  margin: 0 5px 10px;
}
.contactbx a {
  width: 100%;
  display: block;
}
.contactbx .tl a {
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 350px;
  border-radius: 50px;
  font-family: "Alata", sans-serif;
  font-weight: bold;
  line-height: 60px;
  border: 2px solid #73CC5A;
  font-size: 2.7rem;
  transition: 0.3s;
}
.contactbx .ml a {
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 350px;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 60px;
  border: 2px solid #73CC5A;
  font-size: 2rem;
  transition: 0.3s;
  background: #73CC5A;
}
.contactbx .li a {
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 350px;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 60px;
  border: 2px solid #73CC5A;
  font-size: 2.5rem;
  transition: 0.3s;
  background: #73CC5A;
}
.contactbx .li a i {
  font-size: 25px;
  margin-right: 10px;
}
.contactbx .mp a {
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 350px;
  font-weight: normal;
  border-radius: 50px;
  padding: 5px 0px;
  border: 2px solid #73CC5A;
  font-size: 1.8rem;
  transition: 0.3s;
  background: #73CC5A;
}
.contactbx .tl a:link, .contactbx .tl a:visited {
  color: #73CC5A;
}
.contactbx .tl a:hover {
  color: #fff;
  background: #73CC5A;
}
.contactbx .tl a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
  margin-right: 8px;
  font-size: 22px;
}
.contactbx .ml a:link, .contactbx .ml a:visited {
  color: #fff !important;
}
.contactbx .ml a:hover {
  color: #73CC5A !important;
  background: #fff;
}
.contactbx .ml a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 5px;
}
.contactbx .mp a:link, .contactbx .mp a:visited {
  color: #fff !important;
}
.contactbx .mp a:hover {
  color: #73CC5A !important;
  background: #fff;
}
.contactbx .mp a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  margin-right: 5px;
}
.contactbx .li a:link, .contactbx .li a:visited {
  color: #fff !important;
}
.contactbx .li a:hover {
  color: #73CC5A !important;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .contactbx .tl a,
  .contactbx .ml a,
  .contactbx .mp a,
  .contactbx .li a {
    min-width: 280px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 1.8rem;
  }
}
/*テーブル*/
/* tbl
----------------------------------*/
.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 15px;
  vertical-align: middle;
}
.company th {
  position: relative;
  background: #73CC5A;
  color: #fff;
  font-weight: 500;
}
.company td {
  background: #fff;
  padding-left: 25px;
}
@media all and (max-width: 639px) {
  .company th {
    width: 28%;
    padding: 5px;
  }
  .company td {
    padding-left: 15px;
  }
}

@media all and (max-width: 896px) {
  .tbl-scroll {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.tbl-profile {
  width: 100%;
}
.tbl-profile th,
.tbl-profile td {
  padding: 12px 5px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 639px) {
  .tbl-profile th,
  .tbl-profile td {
    font-size: 12px;
  }
}
.tbl-profile th {
  width: 26%;
  text-align: left;
  color: #4caf50;
}
.tbl-profile.type1 th {
  width: 25%;
}
@media all and (max-width: 639px) {
  .tbl-profile.type1 th {
    width: 30%;
  }
}

.tbl {
  width: 100%;
  border-top: 1px solid #ccc;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
.tbl th span,
.tbl td span {
  font-size: 90%;
}
.tbl th {
  width: 24%;
  background: #f8f8f8;
  font-weight: 600;
}
.tbl td {
  background: #fff;
}
@media all and (max-width: 639px) {
  .tbl th,
  .tbl td {
    padding: 8px 5px;
  }
  .tbl.type1 th,
  .tbl.type1 td {
    text-align: center;
    display: block;
    width: 100%;
  }
  .tbl.type1 th.tleft,
  .tbl.type1 td.tleft {
    text-align: left;
  }
}

.tbl2 {
  width: 100%;
}
.tbl2 thead th {
  background: #62c647;
  color: #fff;
}
.tbl2 thead .normal {
  background: #fefefe;
  color: #73CC5A;
}
.tbl2 th,
.tbl2 td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.tbl2 th {
  background: rgba(59, 169, 226, 0.2);
  color: #73CC5A;
}
.tbl2 tr:nth-child(even) td {
  background: rgba(115, 204, 90, 0.4);
}
@media all and (max-width: 639px) {
  .tbl2 th,
  .tbl2 td {
    padding: 10px;
  }
  .tbl2 td {
    font-size: 90%;
  }
}

.tbl_new {
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
}
.tbl_new tr th {
  font-weight: 700;
  width: 25%;
  border-right: 1px solid #56ba39;
}
@media all and (max-width: 639px) {
  .tbl_new tr th {
    width: 30%;
  }
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: #f6f6f6;
}

.tbl-border0 {
  width: 100%;
  border-top: 1px solid #ddd;
  margin: auto;
  width: 100%;
}
.tbl-border0 th,
.tbl-border0 td {
  padding: 10px;
  vertical-align: middle;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 896px) {
  .tbl-border0 th,
  .tbl-border0 td {
    font-size: 11px;
  }
}

.tbl-border {
  width: 100%;
}
.tbl-border th,
.tbl-border td {
  padding: 10px;
  border-bottom: 2px solid;
  vertical-align: middle;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.tbl-border th {
  width: 25%;
  border-color: #73CC5A;
}
.tbl-border th.th-1 {
  width: 45%;
}
@media all and (max-width: 639px) {
  .tbl-border th {
    width: 30%;
  }
}
.tbl-border td {
  border-color: #62c647;
}

.tbl-border2 {
  width: 100%;
  border-top: 1px solid #ddd;
}
.tbl-border2 th,
.tbl-border2 td {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  text-align: left;
  font-weight: 500;
}
.tbl-border2 th a,
.tbl-border2 td a {
  color: #b8b2a8;
  transition: all 0.3s ease;
  padding-top: 5px;
}
.tbl-border2 th a:hover,
.tbl-border2 td a:hover {
  opacity: 0.6;
}
.tbl-border2 td.sub-td {
  width: 20%;
}
@media all and (max-width: 639px) {
  .tbl-border2 th,
  .tbl-border2 td {
    padding: 10px 5px;
  }
  .tbl-border2.type1 th,
  .tbl-border2.type1 td {
    display: block;
    width: 100%;
    padding: 10px 5px;
    line-height: 1.6;
    font-size: 90%;
  }
  .tbl-border2.type1 td.sub-td {
    width: 100%;
    text-align: center;
  }
  .tbl-border2.type1 th {
    background: #73CC5A;
  }
}

.pricemenu_table_title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-left: 6px solid #9e9365;
  padding-left: 10px;
  margin-bottom: 10px;
}

.pricemenu_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
  margin-bottom: 10px;
}
.pricemenu_table + .pricemenu_table_title {
  margin-top: 20px;
}
.pricemenu_table tr th {
  background: #d3ceb9;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  padding: 4px 11px;
  border-right: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}
.pricemenu_table tr td {
  font-size: 16px;
  padding: 4px 11px;
  border-right: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}
.pricemenu_table tr.subhead_row td {
  border-bottom: 1px dotted #b0b0b0;
  background: #eeece4;
  text-align: left;
}
.pricemenu_table tr.price_row td {
  text-align: left;
}
.pricemenu_table tr.answer_row td {
  padding: 17px 11px;
}
.pricemenu_table tr.price_row td .price_row_supplementary_text {
  font-size: 12px;
}

@media all and (max-width: 639px) {
  .pricemenu_table tr th {
    font-size: 12px;
    padding: 3px;
  }
  .pricemenu_table tr td {
    font-size: 11px;
    padding: 3px;
  }
  .pricemenu_table tr.answer_row td {
    padding: 3px;
  }
  .pricemenu_table tr.price_row td .price_row_supplementary_text {
    font-size: 10px;
  }
}
/*新メールフォーム*/
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #ff4f4f;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dl {
  margin: 10px 0;
  font-size: 16px;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea,
.textarea2 {
  width: 95%;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}

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

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

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

/*RadioとText*/
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #73CC5A;
  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 #73CC5A;
  border-bottom: 3px solid #73CC5A;
  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;
}

/*CheckBoxとText */
.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
}

@media all and (max-width: 890px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    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;
}

/* photoboxギャラリー*/
.works {
  width: 100%;
  margin: 10px auto 0;
  padding: 10px;
}
.works ul {
  margin-right: -21px;
  margin-bottom: -10px;
  overflow: hidden;
}
.works .gallery {
  background: #eee;
  width: 216px;
  height: 216px;
  line-height: 216px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.works .gallery img {
  max-width: 216px;
  max-height: 216px;
  vertical-align: middle;
}
.works li {
  float: left;
  width: 216px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 10px;
}
.works dl {
  background: #222;
  height: 45px;
  color: #fff;
  padding: 10px 0;
  margin-top: 5px;
  border: 0px solid #fff;
}
.works li dt {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  line-height: 1.6;
}
.works li dd {
  padding: 5px 0 0;
  text-align: center;
}

/*フォトギャラリー*/
/* gallery
----------------------------------*/
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.gallery.col5 li {
  width: calc((100% - 40px) / 5);
}
.gallery.col4 li {
  width: calc((100% - 60px) / 4);
}
.gallery.col3 li {
  width: calc((100% - 40px) / 3);
}
.gallery.col3 li .instagram-media {
  width: 100% !important;
  min-width: auto !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .gallery.col3 li .gallery li {
    width: 100% !important;
    padding: 0 !important;
  }
}
.gallery.col2 li {
  width: calc((100% - 10px) / 2);
}
.gallery li a {
  display: block;
  text-align: center;
}
.gallery li a img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery li .ttl {
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  background: rgba(59, 169, 226, 0.1);
  margin-bottom: 10px;
}
.gallery li .txt {
  font-size: 90%;
  margin: 3px 0 6px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .gallery li {
    width: 100% !important;
  }
  .gallery li a img {
    height: 150px;
  }
}

.ba {
  margin: 0 auto 33px;
  width: 100%;
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
}
.ba:before {
  margin: -20px 0 0 -10px;
  border: 20px solid transparent;
  border-left-color: #1e97c4;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.ba:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.beforeBox,
.afterBox {
  padding: 3px;
  width: 45%;
  border: 2px solid #dff5ff;
  background-color: #fff;
  -webkit-border-radius: 5px;
  position: relative;
}

.ba {
  text-align: center;
}
.ba .beforeBox {
  float: left;
}
.ba .beforeBox img {
  width: 100%;
}
.ba .afterBox {
  float: right;
}
.ba .afterBox img {
  width: 100%;
}

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

.blog_card {
  width: 100%;
}
.blog_card li {
  float: left;
  width: 24%;
  margin: 0 0.5% 10px 0.5%;
  padding: 10px;
  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%;
  }
}
/*新着情報（トピックス）*/
.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;
}

@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 b {
  color: #594c39;
}

.newsl2 dt {
  font-size: 16px;
  padding-top: 10px;
  line-height: 1.3;
  color: #73CC5A;
  font-weight: bold;
}
.newsl2 dd {
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 15px;
  border-bottom: dotted 1px #b6ae83;
}
.newsl2 a:link, .newsl2 a:visited, .newsl2 a:hover {
  color: #fff;
  font-size: 14px;
}
.newsl2 dd b {
  color: #594c39;
}

.news-s {
  font-size: 11px;
}
.news-s dt {
  float: left;
  width: 5em;
  height: 20px;
  padding-top: 5px;
  line-height: 1.3;
  font-weight: bold;
}
.news-s dd {
  padding-left: 6em;
  padding-bottom: 10px;
  padding-top: 5px;
  line-height: 1.3;
  border-bottom: dotted 1px #938041;
}

.news-sr {
  margin: 0px 0 0;
}
.news-sr dt {
  float: left;
  width: 6em;
  padding: 2px 0;
  line-height: 1.3;
  font-size: 12px;
  color: #fff;
  background: #73CC5A;
  text-align: center;
  border-radius: 5px;
  margin: 9px 0 0;
}
.news-sr dd {
  padding-left: 6em;
  padding-bottom: 5px;
  padding-top: 8px;
  line-height: 1.6;
  border-bottom: 1px dotted #aaa;
  color: #555;
}
.news-sr dd:last-child {
  border-bottom: 0px;
}

.news-sr2 {
  margin: 0px 0 0;
}
.news-sr2 dt {
  float: left;
  width: 8em;
  padding: 2px 0;
  line-height: 1.3;
  font-size: 12px;
  color: #fff;
  background: #111;
  text-align: center;
  border-radius: 5px;
  margin: 9px 0 0;
}
.news-sr2 dd {
  padding-left: 8em;
  padding-bottom: 5px;
  padding-top: 8px;
  line-height: 1.6;
  color: #555;
}

@media screen and (max-width: 768px) {
  .news-sr2 {
    margin: 0px 0 0;
  }
  .news-sr2 dt {
    float: none;
  }
  .news-sr2 dd {
    padding-left: 0em;
  }
}
.news-bl {
  overflow: hidden;
}
.news-bl dt {
  float: left;
  width: 8em;
  padding: 5px;
  line-height: 1.3;
  color: #333;
  text-align: center;
  border: 1px solid #333;
  border-radius: 30px;
  background: #fefefe;
  font-size: 1.3rem;
}
.news-bl dd {
  padding: 0 0 12px 9.2em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}

@media all and (max-width: 890px) {
  .news-bl dt {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 890px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 8px 5px;
  }
}
.news-r {
  overflow: hidden;
}
.news-r dt {
  float: left;
  width: 8em;
  text-align: center;
  margin-top: 10px;
  margin-right: 15px;
  padding: 5px 0;
  line-height: 1.3;
  border-radius: 10px;
  color: #22ac38;
  background: #f4ffda;
  font-weight: bold;
}
.news-r dd {
  padding-bottom: 8px;
  padding-top: 13px;
  padding-left: 10em;
  line-height: 1.6;
  border-bottom: dotted 1px #ccc;
}

.list-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.list-btn li {
  width: 45%;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .list-btn li {
    width: 100%;
    margin-bottom: 5px;
  }
}
.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 #73CC5A;
  box-shadow: 0 0 0 4px rgba(115, 204, 90, 0.2);
  color: #271e1e;
  padding: 20px 5px;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
}
.list-btn li a:hover {
  background: rgba(115, 204, 90, 0.1);
}

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

/* list-check */
.list-check {
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}
.list-check li {
  padding-left: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: -1.5em;
  font-weight: 600;
  border-bottom: 1px dotted #ddd;
}
.list-check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin-right: 5px;
  color: #fc6;
}
.list-check li:last-child {
  border-bottom: 0px;
}
.list-check li span {
  font-size: 0.9em;
  display: block;
  font-weight: normal;
}
@media all and (max-width: 639px) {
  .list-check {
    font-size: inherit;
  }
}

/* list-check */
.list-check2 {
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  color: #333;
}
.list-check2 li {
  float: left;
  margin-right: 10px;
  padding: 6px 14px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .list-check2 li {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}

.list-check3 {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}
.list-check3 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.list-check3 li span {
  display: block;
  font-size: 0.9em;
}
.list-check3 li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #5c9ee7;
  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;
}

/* linkbtn */
.linkbtn {
  width: 100%;
  margin: 10px 0;
}
.linkbtn li {
  float: left;
  width: 31.3%;
  margin: 1%;
}
.linkbtn li a {
  display: block;
  width: 333px;
  height: 60px;
  line-height: 60px;
  background: #73CC5A;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}
.linkbtn li a:link, .linkbtn li a:visited {
  color: #fff;
  text-decoration: none;
}
.linkbtn li a:hover {
  color: #fff;
  text-decoration: none;
  background: #ccc;
}
.linkbtn li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 10px;
}
.linkbtn * {
  transition: 0.3s;
}

@media all and (max-width: 890px) {
  .linkbtn li {
    float: left;
    width: 98%;
    margin: 1%;
  }
}
/*FAQ*/
.quest {
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
  margin-bottom: 30px;
}
.quest dt {
  padding: 0 0 5px 40px;
  margin-bottom: 10px;
  min-height: 30px;
  display: block;
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/qa_q.gif") left top no-repeat;
  font-size: 18px;
  font-weight: bold;
  color: #474747;
  border-bottom: dotted 2px #e5e5e5;
}
.quest dd {
  padding-left: 40px;
  min-height: 30px;
  display: block;
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/qa_a.gif") left top no-repeat;
}

.faq-dl .faq-inner {
  padding: 10px;
  margin-bottom: 20px;
}
.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 3px solid #eee;
}
.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  padding: 10px 10px 10px 55px;
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}
.faq-dl .faq-inner dt {
  margin-bottom: 10px;
  font-weight: 700;
}
.faq-dl .faq-inner dt:before {
  content: "Q";
  color: #807363;
  font-size: 3rem;
}
.faq-dl .faq-inner dd:before {
  content: "A";
  color: #807363;
  font-size: 3rem;
}

.voice_faq {
  padding-top: 20px;
  font-size: 1.4rem;
}
.voice_faq dt {
  position: relative;
  border-top: 1px solid #ccc;
  padding: 10px 0 25px 72px;
}
.voice_faq dt span {
  display: block;
  position: absolute;
  left: 0;
  top: -20px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background-color: #008077;
  font-family: "Crimson Text", serif;
  font-weight: 100;
  letter-spacing: 0.05rem;
}
.voice_faq dd {
  position: relative;
  padding: 0 40px 45px 72px;
}
.voice_faq dd:last-child {
  padding-bottom: 0;
}
.voice_faq dd span {
  display: block;
  position: absolute;
  left: 20px;
  top: -4px;
  color: #aaa;
  font-size: 2rem;
  font-family: "Crimson Text", serif;
  font-weight: 100;
  letter-spacing: 0.05rem;
}

/*プライスリスト*/
.price {
  overflow: hidden;
}
.price dt {
  float: left;
  font-weight: bold;
  font-size: 18px;
  padding-top: 5px;
  line-height: 1.3;
}
.price dt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
}
.price dt span {
  font-size: 13px;
}
.price dd {
  text-align: right;
  font-size: 18px;
  padding-bottom: 3px;
  padding-top: 5px;
  line-height: 1.3;
}

@media screen and (max-width: 600px) {
  .price dt {
    font-size: 14px;
  }
  .price dt span {
    font-size: 10px;
  }
  .price dd {
    font-size: 14px;
  }
}
.price2 {
  font-size: 16px;
  overflow: hidden;
}
.price2 dt {
  float: left;
  padding: 10px;
  line-height: 1.3;
}
.price2 dt span {
  font-size: 13px;
}
.price2 dd {
  background-color: #ecf4d9;
  text-align: right;
  padding: 5px 10px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  line-height: 1.3;
}
.price2 dd b {
  color: #f0831f;
  font-size: 24px;
}

/*プライスリスト*/
/* rbtn */
.btn01 a {
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #fff;
  display: block;
  padding: 8px 5px;
  font-weight: 700;
  border: 2px solid #3BA9E2;
  background-color: #3BA9E2;
  border-radius: 35px;
  transition: 0.2s all ease;
}
.btn01 a:hover {
  background: #fefefe;
  color: #3BA9E2;
}
.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%;
  }
  .btn01 a.type1 {
    font-size: 11px;
  }
}
.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 {
  text-align: center;
  margin: 20px auto;
  position: relative;
  z-index: 2;
}
.btn03 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  padding: 12px;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #333;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  overflow: visible;
  color: #333;
  max-width: 300px;
  width: 90%;
  letter-spacing: 0.2rem;
}
.btn03 a:focus {
  outline: none;
}
.btn03 a:active {
  transform: scale(0.95);
  background: none;
}
.btn03 a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #333;
  background-image: linear-gradient(to right, #333 0%, #5fb9ff 100%);
  z-index: -1;
  box-shadow: 0 0 0 0 #5fb9ff;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s linear;
}
.btn03 a:hover {
  color: #fff;
  background: none;
}
.btn03 a:hover::after {
  box-shadow: 0 0 0 24px transparent;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s linear, box-shadow 0.5s ease-out 0.2s;
}
.btn03.white a {
  color: #fefefe;
}

@media all and (max-width: 639px) {
  .btn03 a {
    width: 300px;
    font-size: 1.3rem;
    padding: 15px;
    letter-spacing: 0.2rem;
  }
}
.rbtn {
  font-size: 13px;
  float: right;
  margin: 5px 0 5px;
}
.rbtn a {
  text-align: center;
  /* background: #FFF; */
  width: 200px;
  display: block;
  padding: 5px 0px;
  font-weight: bold;
  border: 1px solid #08adb7;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  margin-top: 30px;
  transition: 0.2s;
}
.rbtn a.type1 {
  border-radius: 8px;
}
.rbtn a:link {
  color: #73CC5A;
  text-decoration: none;
}
.rbtn a:visited {
  color: #000;
}
.rbtn a:hover {
  color: #fff;
  background: #73CC5A;
  text-decoration: none;
}
.rbtn a:before {
  /*content: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/icon_b.png);*/
  margin-right: 5px;
}

.cbtn {
  font-weight: bold;
}
.cbtn * {
  transition: 0.3s;
}
.cbtn a {
  font-size: 17px;
  text-align: center;
  width: 300px;
  display: block;
  padding: 20px 5px;
  border-radius: 50px;
  font-weight: bold;
  border: 2px solid #fff;
  margin: 30px auto;
  background: #73CC5A;
}
.cbtn a:link {
  color: #fff;
  text-decoration: none;
}
.cbtn a:visited {
  color: #fff;
}
.cbtn a:hover {
  color: #73CC5A;
  background: #fff;
  text-decoration: none;
  border: 2px solid #73CC5A;
}
.cbtn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
}

.cbtn2 {
  font-weight: bold;
}
.cbtn2 * {
  transition: 0.3s;
}
.cbtn2 a {
  font-size: 17px;
  text-align: center;
  width: 300px;
  display: block;
  padding: 8px 5px;
  font-weight: bold;
  border: 2px solid #fff;
  margin: 30px auto;
  background: #feaa47;
}
.cbtn2 a:link {
  color: #fff;
  text-decoration: none;
}
.cbtn2 a:visited {
  color: #fff;
}
.cbtn2 a:hover {
  color: #f60;
  background: #fff;
  text-decoration: none;
  border: 2px solid #f60;
}
.cbtn2 a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
}

@media all and (max-width: 890px) {
  .cbtn a,
  .cbtn2 a {
    font-size: 14px;
    width: 80%;
    padding: 3px;
    margin: 10px auto;
  }
}
.insta_btn2 {
  border-radius: 7px;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 220px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
}
.insta_btn2:link {
  color: #fff;
  text-decoration: none;
}
.insta_btn2:visited {
  color: #fff;
}
.insta_btn2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.insta_btn2 .fa-instagram {
  font-size: 35px;
  position: relative;
  top: 4px;
}
.insta_btn2 span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.insta_btn2:hover span {
  transform: rotateX(360deg);
}

.flowbtn7 {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #fff !important;
  text-decoration: none;
  transition: 0.5s;
}
.flowbtn7 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.snsbtniti {
  padding: 0 !important;
}

.snsbtniti {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.snsbtniti li {
  text-align: center !important;
}

.flowbtn7:hover {
  transform: translateY(-5px);
}

.fl_tw7 {
  background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}

.insta_btn7 {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}
.insta_btn7 .fa-instagram {
  font-size: 35px;
}
.insta_btn7:before {
  content: "";
  position: absolute;
  top: 27px;
  left: -12px;
  width: 59px;
  height: 40px;
  background: radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.fl_fb7 {
  background: linear-gradient(135deg, #6699ff 0%, #3b5998 100%);
}

.fl_fd7 {
  background: linear-gradient(135deg, #b1ea4d 0%, #459522 100%);
  font-size: 28px;
}

.fl_pk7 {
  background: linear-gradient(135deg, #f36265 0%, #dd4f68 100%);
}

.fl_hb7 {
  background: linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);
  font-size: 25px;
}

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

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

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

.panel {
  display: none;
}

.show {
  display: block;
}

/* hovereffect　figure*/
.snip1445 {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 1%;
  width: 31.3%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
}
.snip1445:nth-child(even) {
  margin-top: 50px;
}
.snip1445 * {
  box-sizing: border-box;
  transition: all 0.55s ease;
}
.snip1445 *:before, .snip1445 *:after {
  box-sizing: border-box;
  transition: all 0.55s ease;
}
.snip1445 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.5;
}
.snip1445 .menu-btn-title {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  left: 30px;
  top: 20px;
  color: #fefefe;
  font-weight: 700;
  z-index: 2;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.snip1445 .menu-btn-title span {
  font-size: 2rem;
  line-height: 1;
  padding-left: 5px;
  border-left: 1px solid #fefefe;
  font-family: "Alata", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
}
.snip1445 .menu-btn-title b {
  font-size: 1.4rem;
  font-weight: 700;
}
.snip1445 .arrow {
  position: absolute;
  stroke-miterlimit: 5;
  stroke-width: 1;
  stroke: #fefefe;
  right: 20px;
  bottom: 30px;
  z-index: 4;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 13px;
}
.snip1445 .arrow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #fefefe;
  border-radius: 100%;
}
.snip1445 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1445:hover img, .snip1445.hover img {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  opacity: 0.8;
  transform: scale(1.1);
}
.snip1445:hover figcaption:before, .snip1445.hover figcaption:before, .snip1445:hover figcaption:after, .snip1445.hover figcaption:after, .snip1445:hover figcaption div:before, .snip1445.hover figcaption div:before, .snip1445:hover figcaption div:after, .snip1445.hover figcaption div:after {
  transform: translate(0, 0);
}
.snip1445:hover figcaption:before, .snip1445.hover figcaption:before, .snip1445:hover figcaption:after, .snip1445.hover figcaption:after {
  transition-delay: 0.15s;
}

@media all and (max-width: 639px) {
  .snip1445 {
    float: none;
    margin: 0px 1% 10px;
    width: 98%;
  }
  .snip1445:nth-child(even) {
    margin-top: 0px;
  }
}
.snip1446 {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 1%;
  width: 31.3%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background: #000;
}
.snip1446 * {
  box-sizing: border-box;
  transition: all 0.55s ease;
}
.snip1446 *:before, .snip1446 *:after {
  box-sizing: border-box;
  transition: all 0.55s ease;
}
.snip1446 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.5;
}
.snip1446 figcaption {
  position: absolute;
  bottom: 25px;
  left: 25px;
  padding: 5px 10px 10px;
}
.snip1446 h2,
.snip1446 h4 {
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
}
.snip1446 h2 {
  color: #fff;
  font-weight: 600;
  font-size: 6rem;
}
.snip1446 h4 {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}
.snip1446 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1446:hover img, .snip1446.hover img {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  opacity: 0.8;
  transform: scale(1.1);
}
.snip1446:hover figcaption:before, .snip1446.hover figcaption:before, .snip1446:hover figcaption:after, .snip1446.hover figcaption:after, .snip1446:hover figcaption div:before, .snip1446.hover figcaption div:before, .snip1446:hover figcaption div:after, .snip1446.hover figcaption div:after {
  transform: translate(0, 0);
}
.snip1446:hover figcaption:before, .snip1446.hover figcaption:before, .snip1446:hover figcaption:after, .snip1446.hover figcaption:after {
  transition-delay: 0.15s;
}

@media all and (max-width: 890px) {
  .snip1446 {
    float: none;
    margin: 0px 1% 10px;
    width: 98%;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.page_next {
  float: left;
}

.page_prev {
  float: right;
}

.slider2 {
  height: 300px;
  width: 100%;
  font-size: 1.2rem;
  overflow: hidden;
  position: relative;
  margin: 15px 0 0 0;
  padding-bottom: 10px;
  background-repeat: repeat;
}
.slider2 .viewport {
  width: 90%;
  margin: 0 auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.slider2 .buttons {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  width: 10px;
  height: 10px;
  color: #73CC5A;
  text-decoration: none;
  font-size: 22px;
  margin: 0 0px;
  z-index: 5;
  cursor: pointer;
}
.slider2 .next {
  right: 13px;
  left: auto;
  top: 40%;
}
.slider2 .buttons:hover {
  opacity: 0.6;
}
.slider2 .disable {
  visibility: hidden;
}
.slider2 .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 250px;
  left: 0;
  top: 0;
}
.slider2 .overview li {
  width: 250px;
  height: 250px;
  float: left;
  margin-right: 5px;
  margin-left: 10px;
  text-align: center;
  vertical-align: middle;
  display: table;
  z-index: 99999;
  overflow: hidden;
  margin-bottom: 5px;
  background-color: #fff;
  margin-top: 10px;
  padding: 5px;
  font-weight: normal;
  color: #73CC5A;
}
.slider2 img {
  width: 250px;
  height: 250px;
  padding-bottom: 5px;
  vertical-align: middle;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* calendar
----------------------------------*/
.calendarArea div.calendar {
  float: left;
  width: 48%;
  margin: 1%;
  display: inline-block;
}

.calendar .calendar_head {
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.calendar table {
  width: 100%;
  border-spacing: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 0;
  line-height: 1.5;
  border-collapse: separate;
}
.calendar th,
.calendar td {
  background: #fff;
  padding: 7px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.calendar th {
  color: #fff;
  background: #4f616b;
  vertical-align: top;
  padding-top: 7px;
  padding-bottom: 7px;
}
.calendar td {
  width: 14.3%;
  font-size: 14px;
  vertical-align: top;
}
.calendar td.off {
  background: #f4f3f2;
  color: #555;
}
.calendar td.holiday, .calendar td.sun {
  color: #ce2727;
  background: #fcf3f3;
}
.calendar td.sat {
  color: #54afc8;
  background: #f5fbfe;
}
.calendar .day {
  font-style: normal;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding: 0 3px;
  line-height: 1.2;
}
.calendar td.holiday .day, .calendar td.sun .day {
  color: #df0d2d;
}
.calendar td.sat .day {
  color: #2574d3;
}
.calendar td span {
  font-size: 11px;
  line-height: 1.3;
  display: block;
}
.calendar [class*=calender-label] {
  font-size: 11px;
  line-height: 1.3;
  color: #000;
  background: #fcebcf;
  border: solid 1px #d2ac8e;
  display: block;
  padding: 3px;
  margin-top: 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
.calendar td span.calender-label-red {
  background-color: #fccfd1;
  border-color: #d28ea6;
}
.calendar td span.calender-label-blue {
  background-color: #cfe4fc;
  border-color: #8e9bd2;
}
.calendar td span.calender-label-green {
  background-color: #e5fccf;
  border-color: #99c170;
}
.calendar td.calendar-none {
  background: #fbfaf7;
}
.calendar td.calendar-today {
  background: #fefbda;
}

/* calendar
@media screen and (max-width: 600px) {
  .calendar {
   tr:first-child{
    display: none;
   }
   width: 100%;
    .kara {
      display: none;
    }
    .calendar-labels {
      padding: 5px;
    }
    [class*=calender-label] {
      display: inline-block;
      padding: 5px;
      margin-top: 0;
      margin-right: 5px;
      font-size: 10px;
    }
  }
}
 */
/* phonemenu */
#page {
  padding: 0;
  position: relative;
  z-index: 2;
  left: 0;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#drawernav {
  overflow: auto;
  position: fixed;
  top: 0;
  right: -240px;
  width: 240px;
  height: 100%;
  background: #fff;
  color: #222;
  z-index: 99998;
  box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}
#drawernav ul {
  list-style: none;
  padding: 0;
}
#drawernav ul:first-child {
  margin-top: 60px;
}
#drawernav ul li a {
  color: #222;
  font-size: 12px;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 1px solid #73CC5A;
  background: #fff;
}
#drawernav ul li a:hover {
  color: #222;
  background: #fff;
}
#drawernav ul li.iphone a:before {
  font-family: "FontAwesome";
  content: "\f098";
  margin-right: 10px;
}
#drawernav ul li.imail a:before {
  font-family: "FontAwesome";
  content: "\f003";
  margin-right: 10px;
}
#drawernav ul li.imap a:before {
  font-family: "FontAwesome";
  content: "\f041";
  margin-right: 10px;
}
#drawernav ul li.iphone a, #drawernav ul li.imail a, #drawernav ul li.imap a {
  color: #73CC5A;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 10px;
  margin: 10px auto;
  width: 200px;
  text-align: center;
  font-size: 15px;
  background: #fff;
  font-weight: bold;
  border-bottom: 0px;
}
#drawernav ul li.iphone a:hover, #drawernav ul li.imail a:hover, #drawernav ul li.imap a:hover {
  background: #99cc66;
}
#drawernav ul li.phone a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #eee;
  border-radius: 10px;
  margin: 10px auto;
  width: 200px;
  text-align: center;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  border-bottom: 0px;
}
#drawernav ul li.phone a:before {
  font-family: "FontAwesome";
  content: "\f098";
  margin-right: 10px;
}
#drawernav ul li.phone a:hover {
  background: #d97223;
}
#drawernav li ul li a {
  font-size: 11px;
  color: #fff;
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
  background: #222;
}
#drawernav li ul li a:before {
  content: "・";
  margin-right: 3px;
}
#drawernav img {
  display: block;
  width: 90%;
  padding: 5px 0;
  margin: 0 auto;
}
#drawernav h4 {
  padding: 0 15px;
}

.icon-menu {
  padding: 0;
  margin: 0 auto;
  height: 7px;
  text-align: center;
  width: 35px;
}

.icon-bar {
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 6px;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

.fixed-content {
  right: inherit;
  width: 100%;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

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

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

#sp_navi {
  display: none;
}

@media (max-width: 880px) {
  #humberger {
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 45px;
    border-radius: 3px;
    padding: 15px 15px 0px;
    cursor: pointer;
    background: #73CC5A;
    z-index: 99999;
    color: #fff;
  }
  .drawer-opened #page {
    left: -240px;
    box-shadow: 1px 0 2px #73CC5A;
    -webkit-box-shadow: 1px 0 2px #73CC5A;
  }
  .drawer-opened .fixed-content {
    left: -240px;
  }
  .drawer-opened #drawernav {
    right: 0;
  }
  .drawer-opened #humberger {
    background: none;
  }
  .drawer-opened #humberger .icon-bar {
    background: #73CC5A;
  }
  .drawer-opened #humberger :nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
    -webkit-transform: translate(0, 8px) rotate(45deg);
  }
  .drawer-opened #humberger :nth-child(2) {
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    opacity: 0;
  }
  .drawer-opened #humberger :nth-child(3) {
    transform: translate(0, -8px) rotate(-45deg);
    -webkit-transform: translate(0, -8px) rotate(-45deg);
  }
  #humberger :nth-child(3) {
    margin-bottom: -5px;
  }
  .drawer-opened #humberger .icon-menu {
    opacity: 0;
  }
  .drawer-opened #overlay {
    opacity: 0.5;
    left: -240px;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #sp_navi {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
  #sp_navi ul {
    display: flex;
    width: 100%;
  }
  #sp_navi ul li {
    display: table-cell;
    width: 100%;
    background: #73CC5A;
  }
  #sp_navi ul li a {
    display: block;
    padding: 23px 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.7rem;
  }
  #sp_navi ul li a span {
    font-size: 1.65rem;
  }
}
.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);
  }
}
.u-timeline3 {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}
.u-timeline3 * {
  box-sizing: border-box;
}
.u-timeline3.type1 > dt {
  width: 5em;
}
.u-timeline3.sbc > dt > b {
  color: #3BA9E2;
}
.u-timeline3.sbc > dd {
  border-left: solid 2px #73CC5A;
}
.u-timeline3.sbc > dd > .inner {
  border-left: solid 8px #3BA9E2;
}
.u-timeline3.sbc > dd > .inner > .container > .title {
  border-bottom: solid 1px #3BA9E2;
}
.u-timeline3.sbc > dd > .inner::before {
  border-color: transparent #3BA9E2 transparent transparent;
}
.u-timeline3.sbc > dd > .inner::after {
  background-color: #3BA9E2;
}
.u-timeline3 > dt {
  width: 8em;
  padding-top: 3.5em;
}
.u-timeline3 > dt > b {
  position: relative;
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  text-transform: inherit;
  color: #999;
  text-align: right;
  padding-right: 0.5em;
}
.u-timeline3 > dd {
  width: calc(100% - 8em - 20px);
  padding: 2em 0 2em 20px;
  border-left: solid 2px #73CC5A;
}
.u-timeline3 > dd > .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 10px;
  margin-left: 1em;
  border-left: solid 8px #73CC5A;
  box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.1);
}
.u-timeline3 > dd > .inner > .image {
  width: 25%;
  order: 2;
}
.u-timeline3 > dd > .inner > .image img {
  width: 100%;
}
.u-timeline3 > dd > .inner > .container {
  width: 75%;
  order: 1;
  padding: 10px;
  color: #333;
}
.u-timeline3 > dd > .inner > .container > .title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  border-bottom: solid 1px #73CC5A;
  padding-bottom: 5px;
}
.u-timeline3 > dd > .inner::before {
  content: "";
  position: absolute;
  top: 1.7em;
  left: -30px;
  display: inline-block;
  border-style: solid;
  border-width: 15px;
  border-color: transparent #73CC5A transparent transparent;
}
.u-timeline3 > dd > .inner::after {
  position: absolute;
  top: 2.7em;
  left: -53px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #3BA9E2;
  border-radius: 50%;
}
@media screen and (max-width: 896px) {
  .u-timeline3 > dt {
    border-left: solid 2px #73CC5A;
    margin-left: 1em;
    padding-top: 0;
    padding-left: 2.5em;
  }
  .u-timeline3 > dd {
    width: calc(100% - 1em);
    margin-left: 1em;
    padding-top: 0.5em;
  }
  .u-timeline3 > dd > .inner > .image {
    width: 100%;
    order: 1;
  }
  .u-timeline3 > dd > .inner > .container {
    width: 100%;
    order: 2;
  }
  .u-timeline3 > dd > .inner > .container > .title {
    font-size: 1.4rem;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  .u-timeline3 > dd > .inner::after {
    top: 2.8em;
    left: -49px;
  }
}

.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.column2.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .column2.reverse {
    flex-direction: column;
  }
}
.column2.tp {
  align-items: flex-start;
}
.column2 .child {
  width: 48%;
}
.column2 .child01 {
  width: 40%;
}
.column2 .child02 {
  width: 56%;
}
.column2 .child03 {
  width: 18%;
}
.column2 .child04 {
  width: 80%;
}
.column2 .child-txt {
  width: 50%;
  padding: 0 50px;
}
.column2 .child-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .column2 {
    flex-direction: column;
  }
  .column2 .child,
  .column2 .child01,
  .column2 .child02,
  .column2 .child03,
  .column2 .child04,
  .column2 .child-txt,
  .column2 .child-img {
    width: 100%;
  }
  .column2 .child.bm20,
  .column2 .child01.bm20,
  .column2 .child02.bm20,
  .column2 .child03.bm20,
  .column2 .child04.bm20,
  .column2 .child-txt.bm20,
  .column2 .child-img.bm20 {
    margin-bottom: 20px;
  }
  .column2 .child.bm10,
  .column2 .child01.bm10,
  .column2 .child02.bm10,
  .column2 .child03.bm10,
  .column2 .child04.bm10,
  .column2 .child-txt.bm10,
  .column2 .child-img.bm10 {
    margin-bottom: 10px;
  }
  .column2 .child.column2-img,
  .column2 .child01.column2-img,
  .column2 .child02.column2-img,
  .column2 .child03.column2-img,
  .column2 .child04.column2-img,
  .column2 .child-txt.column2-img,
  .column2 .child-img.column2-img {
    order: -1;
    margin-bottom: 30px;
  }
  .column2 .child.column2-img2,
  .column2 .child01.column2-img2,
  .column2 .child02.column2-img2,
  .column2 .child03.column2-img2,
  .column2 .child04.column2-img2,
  .column2 .child-txt.column2-img2,
  .column2 .child-img.column2-img2 {
    order: -1;
    margin-bottom: 20px;
  }
  .column2 .child-img {
    order: -1;
    margin-bottom: 30px;
  }
}

.list_disc.type1 {
  display: flex;
  flex-wrap: wrap;
}
.list_disc.type1 li {
  width: 32%;
}
.list_disc.type1 li:nth-child(3n) {
  margin-left: 3%;
}
@media all and (max-width: 639px) {
  .list_disc.type1 li {
    width: 45%;
    margin: 0 auto 5px;
  }
  .list_disc.type1 li:nth-child(2n) {
    margin-left: 2%;
  }
  .list_disc.type1 li:nth-child(3n) {
    margin-left: auto;
  }
}
.list_disc li {
  padding: 3px 0 3px 16px;
  text-align: left;
  position: relative;
  font-size: 0.9em;
}
.list_disc li:not(:last-of-type) {
  margin-bottom: 3px;
  border-bottom: 1px solid #ccc;
}
.list_disc li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 8px;
  color: #73CC5A;
  font-size: 0.5em;
}

.list_attention.type1 li:before {
  color: #3BA9E2;
}
.list_attention.type2 li:not(:last-of-type) {
  margin-bottom: 0;
  border-bottom: none;
}
.list_attention li {
  padding: 0 0 3px 16px;
  text-align: left;
  position: relative;
}
.list_attention li:not(:last-of-type) {
  margin-bottom: 3px;
  border-bottom: 1px solid #ccc;
}
.list_attention li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #f00;
  font-size: 15px;
}

.pcbr {
  display: block;
}

.spbr {
  display: none;
}

@media screen and (max-width: 896px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
.time-data {
  display: inline-block;
  padding: 5px;
  line-height: 1.3;
  color: #333;
  text-align: center;
  border: 1px solid #333;
  border-radius: 30px;
  background: #fefefe;
  font-size: 1.3rem;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  .time-data {
    display: block;
    width: 11rem;
    margin: 0 0 10px 0;
  }
}

.bg-gradient2 {
  position: relative;
  overflow: hidden;
}
.bg-gradient2:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 26px;
  background: #000029;
  transform: skewY(6deg);
  opacity: 0.2;
}
.bg-gradient2:after {
  content: "";
  position: absolute;
  bottom: -222px;
  left: 0;
  width: 100%;
  height: 20px;
  background: #000a73;
  transform: skewY(25deg);
  opacity: 0.2;
}

.bg-gradient3 {
  position: relative;
}
.bg-gradient3:before {
  content: "";
  position: absolute;
  bottom: -53px;
  right: -180px;
  width: 100%;
  height: 30px;
  background: #000a73;
  transform: skewY(11deg);
  opacity: 0.2;
}
.bg-gradient3:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -282px;
  width: 100%;
  height: 20px;
  background: #000029;
  transform: skewY(26deg);
  opacity: 0.2;
}

@media screen and (max-width: 639px) {
  .bg-gradient3:before {
    bottom: -33px;
    right: -110px;
  }
}
.top-greet-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 896px) {
  .top-greet-wrap {
    flex-direction: column;
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  .top-greet-wrap {
    justify-content: center;
  }
}
.top-greet-img1 {
  width: 46%;
  position: relative;
}
.top-greet-img1 img {
  width: 100%;
}

.title-margin-top {
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  .title-margin-top {
    margin-top: 0;
  }
}

@media screen and (max-width: 896px) {
  .top-greet-img1 {
    width: 100%;
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 639px) {
  .top-greet-img1 {
    margin-bottom: 6%;
    width: calc(100% - 10px);
  }
  .img-bottom {
    margin-bottom: 15px;
  }
}
.price-img img {
  width: 50%;
}
@media screen and (max-width: 639px) {
  .price-img img {
    width: 100%;
  }
}

.price {
  font-size: 15px;
  color: red;
}
.price.type1 {
  font-size: 14px;
}

/* protrude
----------------------------------*/
.protrude {
  position: relative;
  background-color: #fff;
  max-width: 92%;
  margin: -200px auto 0;
  padding: 56px 56px;
  border-radius: 1em;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.bg-feature {
  position: relative;
  padding-bottom: 100px;
  z-index: 0;
}
.bg-feature .bg-feature_inner {
  position: relative;
  z-index: 1;
}
.bg-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26569/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.bg-feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0f2b46;
  opacity: 0.4;
}
@media screen and (max-width: 896px) {
  .bg-feature {
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 92%);
            clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 92%);
  }
}
@media screen and (max-width: 639px) {
  .bg-feature {
    padding: 50px 0;
    -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
  }
}

/*feature_list
-----------------------------------*/
.feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2%;
}
.feature_list li {
  position: relative;
  width: 30%;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.feature_list li .num {
  position: absolute;
  top: -15px;
  left: -15px;
  font-size: 3rem;
  line-height: 1.2;
}
.feature_list li .image {
  text-align: center;
  margin: -10px auto 20px;
}
.feature_list li .ttl {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 8px;
  font-size: 2.2rem;
  font-style: normal;
}
@media screen and (max-width: 896px) {
  .feature_list {
    align-items: stretch;
  }
  .feature_list li {
    width: 48%;
    margin-bottom: 20px;
  }
  .feature_list li:nth-child(2) {
    margin-top: 0px;
  }
  .feature_list li:nth-child(3) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 639px) {
  .feature_list li {
    width: 100%;
  }
  .feature_list li .ttl {
    font-size: 1.6rem;
  }
  .feature_list li .ttl .num {
    font-size: 1.4rem;
  }
}

/*what-inner
-------------------------------------*/
.what-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 0px;
  align-items: center;
}
.what-inner .in-left {
  width: 33%;
  margin-right: 20px;
  text-align: center;
  border-right: 1px dotted #fc6;
}
.what-inner .in-left .read {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.6em;
}
.what-inner .in-right {
  flex: 1;
}
@media screen and (max-width: 896px) {
  .what-inner .in-left .read {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 639px) {
  .what-inner .in-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: auto;
    border-right: none;
    border-bottom: 1px dotted #fc6;
  }
  .what-inner .in-left .read {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .what-inner .in-right {
    width: 100%;
  }
  .what-inner .in-right .read {
    font-size: 1.6rem;
  }
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap.youtube {
  padding-bottom: 56.25%;
}

.ggmap2 {
  position: relative;
  padding-bottom: 30.25%;
  height: 0;
  overflow: hidden;
}
.ggmap2 iframe,
.ggmap2 object,
.ggmap2 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap2.youtube {
  padding-bottom: 56.25%;
}

.fukidashi {
  text-align: center;
  margin-top: -80px;
}
.fukidashi span {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding: 16px 40px;
  border: 2px solid #73CC5A;
  background-color: #73CC5A;
  text-align: left;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
.fukidashi span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #73CC5A transparent transparent;
  translate: -50% 100%;
}
.fukidashi span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #73CC5A transparent transparent;
  translate: -50% 100%;
}
@media all and (max-width: 639px) {
  .fukidashi span {
    padding: 16px;
    font-size: 1.2em;
  }
}