@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

p {
  font-size: 15px;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  border: 0;
  outline: 0;
}

@media only screen and (max-width: 880px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.imgBox img {
  width: 100%;
}

.pc_only {
  display: block;
}

@media only screen and (max-width: 1360px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 1360px) {
  .sp_only {
    display: block;
  }
}

.sp_none {
  display: block !important;
}

@media only screen and (max-width: 430px) {
  .sp_none {
    display: none !important;
  }
}

.ssp_only {
  display: none !important;
}

@media only screen and (max-width: 430px) {
  .ssp_only {
    display: block !important;
  }
}

.only_comparison {
  display: none;
}

@media only screen and (max-width: 970px) {
  .only_comparison {
    display: block !important;
  }
}

.only_tab {
  display: block;
}

@media only screen and (max-width: 880px) {
  .only_tab {
    display: none !important;
  }
}

body {
  font-size: 16px;
  line-height: 2;
}

.header_inner {
  height: 140px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 25px -5px #ccc;
          box-shadow: 0 0 25px -5px #ccc;
  z-index: 100;
}

@media only screen and (max-width: 1360px) {
  .header_inner {
    height: 66px;
  }
}

@media only screen and (max-width: 430px) {
  .header_inner {
    height: 60px;
  }
}

.header_inner .header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 84px;
  border-bottom: 1px solid #E8E8E8;
}

@media only screen and (max-width: 1360px) {
  .header_inner .header_top {
    border: none;
    height: 66px;
  }
}

@media only screen and (max-width: 880px) {
  .header_inner .header_top {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 430px) {
  .header_inner .header_top {
    height: 60px;
  }
}

.header_inner .header_top .header_top_l h1 {
  width: 235px;
}

@media only screen and (max-width: 430px) {
  .header_inner .header_top .header_top_l h1 {
    width: 180px;
  }
}

.header_inner .header_top .header_top_l h1 .logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_inner .header_top_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 880px) {
  .header_inner .header_top_r {
    display: none;
  }
}

.header_inner .header_top_r .header_top_rbox {
  width: 204px;
  height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  text-align: center;
}

.header_inner .header_top_r .header_top_rbox a {
  color: #ffffff;
  width: 204px;
  height: 66px;
  display: inline-block;
}

.header_inner .header_top_r .header_top_rbox .header_top_r_txt {
  padding-top: 6px;
}

.header_inner .header_top_r .header_top_rbox .header_top_r_txt p {
  font-size: 12px;
}

.header_inner .header_top_r .header_r_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_inner .header_top_r .header_tel {
  background: #068280;
}

.header_inner .header_top_r .header_tel .header_r_bottom p {
  font-size: 22px;
  line-height: 1;
}

.header_inner .header_top_r .header_tel .header_r_bottom .imgBox {
  width: 16px;
  margin-right: 8px;
}

.header_inner .header_top_r .header_line {
  background: #06C755;
}

.header_inner .header_top_r .header_line .header_r_bottom p {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2;
  color: #ffffff;
}

.header_inner .header_top_r .header_line .header_r_bottom .imgBox {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.hamburger {
  display: none;
}

.hamburger .hamburger_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.hamburger .hamburger_wrap::before {
  position: absolute;
  left: 16px;
  bottom: 6px;
  content: "OPEN";
  font-size: 11px;
  color: #000;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1360px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 999;
    right: 10px;
    top: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger.active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 24px;
    background: #ffffff;
  }
  .hamburger.active span:nth-child(2) {
    display: none;
    background: #ffffff;
  }
  .hamburger.active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 24px;
    background: #ffffff;
  }
  .hamburger.active .hamburger_wrap::before {
    content: "CLOSE";
    font-size: 11px;
    color: #ffffff;
    left: 13px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  left: 20px;
  width: 24px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 999;
}

.hamburger span:nth-child(1) {
  top: 16px;
}

.hamburger span:nth-child(2) {
  top: 22px;
}

.hamburger span:nth-child(3) {
  top: 28px;
}

.globalMenuSp {
  height: 76px;
}

.globalMenuSp .globalMenuSp_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 58px;
}

@media only screen and (max-width: 1360px) {
  .globalMenuSp .globalMenuSp_pc {
    width: 60%;
    margin: 20px auto 0;
    max-width: 300px;
  }
}

@media only screen and (max-width: 430px) {
  .globalMenuSp .globalMenuSp_pc {
    width: 90%;
    padding: 0;
    margin-top: 0;
  }
}

.globalMenuSp .white_logo {
  display: none;
}

@media only screen and (max-width: 1360px) {
  .globalMenuSp .white_logo {
    display: block;
    min-width: 200px;
    width: 50%;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1360px) {
  .globalMenuSp {
    position: fixed;
    top: 0;
    right: -120%;
    text-align: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    padding: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
  }
}

@media only screen and (max-width: 1360px) and (max-width: 430px) {
  .globalMenuSp {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 1360px) {
  .globalMenuSp.active {
    background: rgba(0, 0, 0, 0.8);
    right: 0;
  }
  .globalMenuSp.active ul {
    display: block;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .globalMenuSp.active ul li {
    padding: 0;
    margin: 20px auto;
    list-style-type: none;
  }
  .globalMenuSp.active ul li a {
    width: auto;
    color: #ffffff;
  }
  .globalMenuSp.active ul li a span {
    color: #ffffff;
  }
}

.globalMenuSp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 76px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

@media only screen and (max-width: 1360px) {
  .globalMenuSp ul {
    display: none;
  }
}

.globalMenuSp ul li a {
  font-size: 16px;
  width: 112px;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: .3s color;
  transition: .3s color;
}

.globalMenuSp ul li a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #068280;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  transition: transform 0.2s, -webkit-transform 0.3s;
}

.globalMenuSp ul li a:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.globalMenuSp ul li a span {
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #068280;
  line-height: 1;
  display: block;
  font-family: 'Playfair Display', serif;
}

.hbm_color {
  display: none;
  margin-top: 40px;
}

@media only screen and (max-width: 1360px) {
  .hbm_color {
    display: block;
  }
}

.hbm_color .header_top_rbox {
  width: 270px;
  height: 50px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.hbm_color .header_top_rbox a {
  color: #ffffff;
  width: 270px;
  height: 50px;
  display: inline-block;
}

.hbm_color .header_top_rbox .header_top_r_txt {
  padding-top: 2px;
}

.hbm_color .header_top_rbox .header_top_r_txt p {
  font-size: 11px;
}

.hbm_color .header_r_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hbm_color .header_tel {
  background: #068280;
  margin-top: 20px;
}

.hbm_color .header_tel .header_r_bottom p {
  font-size: 18px;
  line-height: 1;
}

.hbm_color .header_tel .header_r_bottom .imgBox {
  width: 16px;
  margin-right: 8px;
}

.hbm_color .header_line {
  background: #06C755;
}

.hbm_color .header_line .header_r_bottom p {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2;
  color: #ffffff;
}

.hbm_color .header_line .header_r_bottom .imgBox {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.mainVisual {
  padding-top: 140px;
}

@media only screen and (max-width: 1360px) {
  .mainVisual {
    padding-top: 66px;
  }
}

@media only screen and (max-width: 430px) {
  .mainVisual {
    padding-top: 60px;
  }
}

.mainVisual .mainVisual_wrap {
  max-width: 2000px;
  width: 100%;
  height: 75vh;
  margin: 0 auto;
}

@media only screen and (max-width: 430px) {
  .mainVisual .mainVisual_wrap {
    height: calc(var(--vh, 1vh) * 75);
  }
}

.mainVisual .mainVisual_wrap .mainVisual_inner {
  width: 100%;
  height: 100%;
  background-image: url(../img/main.jpg);
  background-position: 60% 40%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}

.mainVisual .mainVisual_wrap .mainVisual_inner h2 {
  width: 700px;
  position: absolute;
  bottom: 14%;
  left: 8%;
}

@media only screen and (max-width: 880px) {
  .mainVisual .mainVisual_wrap .mainVisual_inner h2 {
    max-width: 600px;
    width: 70%;
    bottom: 30%;
  }
}

.fvdown {
  position: relative;
  max-width: 2000px;
  background: #068280;
  height: 150px;
  margin: 0 auto;
}

@media only screen and (max-width: 880px) {
  .fvdown {
    height: 130px;
  }
}

.fvdown_inner {
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.fvdown_inner .fvdown_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 430px) {
  .fvdown_inner .fvdown_banner {
    display: block;
  }
}

.fvdown_inner .fvdown_banner .fvdown_bannerbox {
  width: 450px;
  margin: 0 20px;
}

@media only screen and (max-width: 430px) {
  .fvdown_inner .fvdown_banner .fvdown_bannerbox {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

.official_line {
  margin-top: 160px;
}

@media only screen and (max-width: 430px) {
  .official_line {
    margin-top: 80px;
  }
}

.official_line .section_inner .banner_img a {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.official_line .section_inner .banner_img a:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0.7;
}

.official_line2 {
  margin-top: 0px;
}

@media only screen and (max-width: 430px) {
  .official_line2 {
    margin-top: 0px;
  }
}

.official_line2 .section_inner .banner_img a {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.official_line2 .section_inner .banner_img a:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0.7;
}
.banner_img {
  max-width: 920px;
  width: 90%;
  margin: 0 auto;
}

.banner {
  margin-top: 28px;
}

.section_ttl {
  padding-top: 200px;
  text-align: center;
}

@media only screen and (max-width: 430px) {
  .section_ttl {
    padding-top: 120px;
  }
}

.section_ttl_irregular {
  padding-top: 200px;
  text-align: center;
}

@media only screen and (max-width: 430px) {
  .section_ttl_irregular {
    padding-top: 120px;
  }
}

.section_ttl h2 {
  font-size: 20px;
  font-weight: normal;
  color: #068280;
  line-height: 1;
}

@media only screen and (max-width: 430px) {
  .section_ttl h2 {
    font-size: 18px;
  }
}

.section_ttl h2 span {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  display: block;
  font-weight: normal;
  padding-bottom: 14px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 430px) {
  .section_ttl h2 span {
    font-size: 32px;
  }
}
.section_ttl_irregular h2 {
  font-size: 20px;
  font-weight: normal;
  color: #068280;
  line-height: 1;
}

@media only screen and (max-width: 430px) {
  .section_ttl_irregular h2 {
    font-size: 18px;
  }
}

.section_ttl_irregular h2 span {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  display: block;
  font-weight: normal;
  padding-bottom: 14px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 430px) {
  .section_ttl_irregular h2 span {
    font-size: 32px;
  }
}
.section_ttlsub {
  margin-top: 80px;
  text-align: center;
  max-width: 1200px;
  width: 90%;
  margin: 80px auto 0;
}

@media only screen and (max-width: 430px) {
  .section_ttlsub {
    width: 100%;
  }
}

.section_ttlsub p {
  font-size: 15px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 430px) {
  .section_ttlsub p {
    text-align: left;
  }
}

@media only screen and (max-width: 430px) {
  .service .section_ttlsub {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.service_wrapper {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 880px) {
  .service_wrapper {
    display: block;
  }
}

@media only screen and (max-width: 430px) {
  .service_wrapper {
    margin-top: 80px;
  }
}

.service_wrapper .service_img {
  max-width: 700px;
  width: 70%;
}

@media only screen and (max-width: 880px) {
  .service_wrapper .service_img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 430px) {
  .service_wrapper .service_img {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.service_wrapper .service_txt {
  max-width: 700px;
  margin-left: -60px;
  margin-top: 80px;
  background-image: url(../img/about.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 100px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
}

@media only screen and (max-width: 880px) {
  .service_wrapper .service_txt {
    width: 80%;
    margin: -60px auto 0;
    padding: 80px 60px 60px;
  }
}

@media only screen and (max-width: 430px) {
  .service_wrapper .service_txt {
    width: 100%;
    padding: 80px 40px 40px;
  }
}

.service_wrapper .service_txt h3 {
  font-size: 28px;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 40px;
}

@media only screen and (max-width: 430px) {
  .service_wrapper .service_txt h3 {
    font-size: 22px;
  }
}

.service_wrapper .service_txt p {
  max-width: 700px;
  line-height: 2;
  letter-spacing: 1.2px;
}

@media only screen and (max-width: 430px) {
  .fue {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.fue_wrapper {
  max-width: 1120px;
  margin: 68px auto 0;
  width: 90%;
  background: #EFF2F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 880px) {
  .fue_wrapper {
    display: block;
  }
}

@media only screen and (max-width: 430px) {
  .fue_wrapper {
    padding: 40px 24px;
    width: 100%;
  }
}

.fue_wrapper .fue_txt {
  width: 62%;
}

@media only screen and (max-width: 880px) {
  .fue_wrapper .fue_txt {
    width: 100%;
  }
}

.fue_wrapper .fue_txt h3 {
  font-size: 22px;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
  display: inline-block;
  line-height: 1;
  font-weight: normal;
}

.fue_wrapper .fue_txt p {
  padding-top: 30px;
  line-height: 1.8;
  letter-spacing: 2px;
}

.fue_wrapper .fue_img {
  width: 38%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 80px;
  max-width: 280px;
}

@media only screen and (max-width: 880px) {
  .fue_wrapper .fue_img {
    padding-left: 0;
    margin: 40px auto 0;
    width: 80%;
  }
}

@media only screen and (max-width: 430px) {
  .fue_wrapper .fue_img {
    width: 100%;
  }
}

.service_three_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 120px 0 60px;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}

@media only screen and (max-width: 880px) {
  .service_three_wrapper {
    display: block;
  }
}

@media only screen and (max-width: 430px) {
  .service_three_wrapper {
    width: 100%;
    padding: 80px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.service_three_wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 460px;
  width: 100%;
  background: #F7F7F7;
  z-index: -1;
}

.service_three_wrapper .service_three_box {
  width: 30%;
  max-width: 380px;
  width: 30%;
  margin: 0 10px 40px;
}

@media only screen and (max-width: 880px) {
  .service_three_wrapper .service_three_box {
    margin: 60px auto 0;
    width: 80%;
    max-width: 450px;
  }
}

@media only screen and (max-width: 430px) {
  .service_three_wrapper .service_three_box {
    width: 100%;
  }
}

.service_three_wrapper .service_three_box .service_three_img {
  width: 100%;
  max-width: 380px;
  height: 284px;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 880px) {
  .service_three_wrapper .service_three_box .service_three_img {
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 430px) {
  .service_three_wrapper .service_three_box .service_three_img {
    height: 220px;
  }
}

.service_three_wrapper .service_three_box .service_three_img h3 {
  width: 380px;
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
}

@media only screen and (max-width: 1360px) {
  .service_three_wrapper .service_three_box .service_three_img h3 {
    width: 100%;
    font-size: 28px;
  }
}

@media only screen and (max-width: 430px) {
  .service_three_wrapper .service_three_box .service_three_img h3 {
    font-size: 24px;
    width: 100%;
  }
}

.service_three_wrapper .service_three_box .service_three_img .service_three_num {
  position: absolute;
  right: 20px;
  bottom: -60px;
  font-size: 68px;
  color: #EFF2F7;
  font-family: 'Shippori Mincho', serif;
}

.service_three_wrapper .service_three_box .service_three_txt {
  margin-top: 40px;
}

.service_three_wrapper .service_three_box .service_three_subtxt {
  padding-top: 14px;
  font-size: 13px;
}

.service_three_wrapper .service_three_box .service_three_img01 {
  background-image: url(../img/01_01.jpg);
}

.service_three_wrapper .service_three_box .service_three_img02 {
  background-image: url(../img/01_02.jpg);
}

.service_three_wrapper .service_three_box .service_three_img03 {
  background-image: url(../img/01_03.jpg);
  background-position-x: center;
}

#feature {
  margin-top: -100px;
  padding-top: 100px;
}

@media only screen and (max-width: 1360px) {
  #feature {
    margin-top: -60px;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 430px) {
  #feature {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.feature .section_inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
  padding-top: 550px;
}

@media only screen and (max-width: 1500px) {
  .feature .section_inner {
    padding-top: 400px;
  }
}

@media only screen and (max-width: 1360px) {
  .feature .section_inner {
    padding-top: 300px;
  }
}

@media only screen and (max-width: 880px) {
  .feature .section_inner {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 430px) {
  .feature .section_inner {
    padding-top: 150px;
  }
}

.feature .section_inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  max-width: 2000px;
  height: 450px;
  background: url(/_assets/img/feature_bg2.jpg);
  background-size: cover;
  z-index: -1;
  background-position: 40% 25%;
}

@media only screen and (max-width: 1500px) {
  .feature .section_inner::before {
    height: 400px;
  }
}

@media only screen and (max-width: 1360px) {
  .feature .section_inner::before {
    height: 300px;
  }
}

@media only screen and (max-width: 880px) {
  .feature .section_inner::before {
    height: 200px;
  }
}

@media only screen and (max-width: 430px) {
  .feature .section_inner::before {
    height: 150px;
    background-position: 40% 26%;
  }
}

.feature .section_inner .section_ttl h2 {
  padding-top: 80px;
}

.feature_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 160px;
  padding-bottom: 100px;
}

.feature_wrap:after {
  content: "";
  width: 300px;
  height: 0;
}

@media only screen and (max-width: 880px) {
  .feature_wrap:after {
    width: 49%;
    margin: 0 0 40px;
    padding: 0 10px 10px;
  }
}

@media only screen and (max-width: 880px) {
  .feature_wrap {
    padding: 100px 20px 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.feature_wrap .feature_box {
  width: 300px;
  border: 1px solid #D2D8E7;
  padding: 0 20px 30px;
  text-align: center;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 880px) {
  .feature_wrap .feature_box {
    width: 49%;
    margin: 0 0 40px;
    padding: 0 10px 10px;
  }
}

.feature_wrap .feature_box .feature_num {
  width: 180px;
  margin: -18px auto 0;
}

@media only screen and (max-width: 880px) {
  .feature_wrap .feature_box .feature_num {
    width: 120px;
    margin-top: -13px;
  }
}

.feature_wrap .feature_box h3 {
  color: #068280;
  font-size: 20px;
  padding-top: 40px;
  font-family: 'Noto Serif JP', serif;
  padding-bottom: 40px;
}

@media only screen and (max-width: 880px) {
  .feature_wrap .feature_box h3 {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

.feature_wrap .feature_box .feature_img {
  width: 120px;
  height: 98px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 880px) {
  .feature_wrap .feature_box .feature_img {
    height: auto;
    width: 80px;
  }
}

.feature_wrap .feature_box .feature_txt {
  padding-top: 30px;
  text-align: left;
}

@media only screen and (max-width: 880px) {
  .feature_wrap .feature_box .feature_txt {
    padding-top: 10px;
    font-size: 13px;
    list-style: 1.8;
  }
}

.feature_wrap .feature_box .feature_txt span {
  font-size: 12px;
  line-height: 1;
}

#casestudy {
  background: #F7F7F7;
  padding-bottom: 200px;
  z-index: -1;
}

@media only screen and (max-width: 430px) {
  #casestudy {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 430px) {
  #casestudy .section_ttlsub {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 0px;
  }
}

#casestudy .section_ttlsub p span {
  font-size: 14px;
}

@media only screen and (max-width: 430px) {
  #casestudy .section_ttlsub p span {
    font-size: 13px;
  }
}

.casestudy_wrap {
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
}

.casestudy_wrap .casestudy_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 430px) {
  .casestudy_wrap .casestudy_item {
    display: none;
  }
}

.casestudy_wrap .casestudy_item:after {
  content: "";
  width: 280px;
  margin: 24px;
}

@media only screen and (max-width: 880px) {
  .casestudy_wrap .casestudy_item:after {
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 430px) {
  .casestudy_wrap .casestudy_item:after {
    width: 100%;
  }
}

.casestudy_wrap .casestudy_item:before {
  content: "";
  width: 280px;
  margin: 24px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 880px) {
  .casestudy_wrap .casestudy_item:before {
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 430px) {
  .casestudy_wrap .casestudy_item:before {
    width: 100%;
  }
}

.casestudy_wrap .sp_casestudy_item {
  display: none;
}

@media only screen and (max-width: 430px) {
  .casestudy_wrap .sp_casestudy_item {
    display: block;
    overflow-x: auto;
    width: calc( 100% - 20px);
    margin-left: 20px;
  }
}

.casestudy_wrap .sp_casestudy_item .sp_casestudy_area {
  position: relative;
}

@media only screen and (max-width: 430px) {
  .casestudy_wrap .sp_casestudy_item .sp_casestudy_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 880px) {
  .casestudy_wrap {
    margin: 80px auto 0;
  }
}

@media only screen and (max-width: 430px) {
  .casestudy_wrap {
    display: block;
    margin: 0;
  }
}

.casestudy_wrap .case_box {
  margin: 24px;
  width: 280px;
  background: #ffffff;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 880px) {
  .casestudy_wrap .case_box {
    margin: 40px 20px 0 0;
  }
}

.casestudy_wrap .case_box p {
  padding: 15px 24px 20px;
  text-align: center;
  font-size: 16px;
}

@media only screen and (max-width: 430px) {
  .casestudy_wrap .case_box p {
    padding: 10px 10px 18px;
    line-height: 1.8;
  }
}

.casestudy_wrap .case_box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #068280;
  width: 100%;
  height: 7px;
}

.casestudy_wrap .case_box .case_img {
  width: 100%;
}

@media only screen and (max-width: 430px) {
  .casestudy_wrap .case_box .case_img {
    width: 280px;
  }
}

.casestudy_wrap .case_box_last {
  width: 20px;
  height: 1px;
  display: block;
  padding: 0 10px;
}

.country_wrap {
  padding-top: 120px;
}

@media only screen and (max-width: 430px) {
  .country_wrap {
    padding: 80px 20px 0;
  }
}

.country_wrap h3 {
  font-size: 18px;
  color: #068280;
  text-align: center;
  position: relative;
  z-index: 1;
}

.country_wrap h3::before {
  content: "";
  background: #068280;
  width: 100%;
  max-width: 1100px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 880px) {
  .country_wrap h3::before {
    width: 100%;
  }
}

.country_wrap h3::after {
  content: "";
  background: #F7F7F7;
  width: 200px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 430px) {
  .country_wrap h3::after {
    width: 180px;
  }
}

.country_wrap .country_list {
  padding-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 880px) {
  .country_wrap .country_list {
    display: block;
  }
}

.country_wrap .country_list .country_box {
  background: #EEEEEE;
  text-align: center;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 880px) {
  .country_wrap .country_list .country_box {
    width: 90%;
    max-width: 500px;
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 430px) {
  .country_wrap .country_list .country_box {
    width: 100%;
  }
}

.country_wrap .country_list .country_box .country_name {
  background: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 10px;
}

@media only screen and (max-width: 430px) {
  .country_wrap .country_list .country_box .country_name {
    font-size: 15px;
  }
}

.country_wrap .country_list .country_box .country_img {
  width: 77px;
  margin: 16px auto;
}

.country_wrap .country_list .country_boxmiddle {
  margin: 0 56px;
}

@media only screen and (max-width: 1360px) {
  .country_wrap .country_list .country_boxmiddle {
    margin: 0 40px;
  }
}

@media only screen and (max-width: 880px) {
  .country_wrap .country_list .country_boxmiddle {
    margin: 40px auto 0;
  }
}

.country_wrap .country_bottom {
  font-size: 13px;
  padding-top: 24px;
  text-align: center;
  letter-spacing: 1.5px;
}

.country_en {
  padding-bottom: 8px;
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  color: #068280;
  letter-spacing: 1px;
}

.flow {
  padding-bottom: 120px;
  border-bottom: 1px solid #E0E0E0;
  overflow-x: hidden;
}

@media only screen and (max-width: 880px) {
  .flow {
    padding: 0 20px;
  }
}

.flow_wrap {
  padding-top: 120px;
  max-width: 1500px;
  margin: 0 auto;
}

@media only screen and (max-width: 430px) {
  .flow_wrap {
    padding-top: 80px;
  }
}

.flow_wrap h3 {
  text-align: center;
  padding-bottom: 80px;
  font-size: 20px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 430px) {
  .flow_wrap h3 {
    padding-bottom: 20px;
  }
}

.flow_wrap .flow_wrap_sub {
  text-align: center;
  padding-bottom: 40px;
}

@media only screen and (max-width: 430px) {
  .flow_wrap .flow_wrap_sub {
    text-align: left;
    padding-bottom: 0;
  }
}

.flow_wrap .flow_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1320px;
}

.flow_wrap .flow_inner:after {
  content: "";
  width: 280px;
  height: 0;
  margin: 10px 20px;
}

@media only screen and (max-width: 880px) {
  .flow_wrap .flow_inner:after {
    width: 49%;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 430px) {
  .flow_wrap .flow_inner:after {
    display: none;
  }
}

.flow_wrap .flow_inner:before {
  content: "";
  width: 280px;
  height: 0;
  margin: 10px 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 880px) {
  .flow_wrap .flow_inner:before {
    width: 49%;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 430px) {
  .flow_wrap .flow_inner:before {
    display: none;
  }
}

@media only screen and (max-width: 880px) {
  .flow_wrap .flow_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flow_wrap .flow_inner .flow_box {
  width: 280px;
  margin: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D2D8E7;
  padding: 20px;
}

@media only screen and (max-width: 880px) {
  .flow_wrap .flow_inner .flow_box {
    width: 49%;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 430px) {
  .flow_wrap .flow_inner .flow_box {
    padding: 10px;
  }
}

.flow_wrap .flow_inner .flow_box .flow_img {
  width: 100%;
  height: 190px;
  position: relative;
}

@media only screen and (max-width: 430px) {
  .flow_wrap .flow_inner .flow_box .flow_img {
    height: 140px;
  }
}

.flow_wrap .flow_inner .flow_box .flow_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow_wrap .flow_inner .flow_box .flow_img .flow_num {
  position: absolute;
  left: 50%;
  bottom: -46px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  width: 87px;
  height: 87px;
  line-height: 87px;
  text-align: center;
  border-radius: 50%;
  font-size: 32px;
  color: #068280;
  font-family: 'Noto Serif JP', serif;
}

@media only screen and (max-width: 430px) {
  .flow_wrap .flow_inner .flow_box .flow_img .flow_num {
    bottom: -25px;
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
}

.flow_wrap .flow_inner .flow_box .flow_ttl {
  padding-top: 42px;
  font-size: 20px;
  color: #068280;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

@media only screen and (max-width: 430px) {
  .flow_wrap .flow_inner .flow_box .flow_ttl {
    padding-top: 20px;
    font-size: 16px;
  }
}

.flow_wrap .flow_inner .flow_box .flow_txt {
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.8;
}

@media only screen and (max-width: 430px) {
  .flow_wrap .flow_inner .flow_box .flow_txt {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

.flow_wrap .flow_inner2 .flow_box {
  padding-bottom: 40px;
}

@media only screen and (max-width: 430px) {
  .flow_wrap .flow_inner2 .flow_box {
    padding-bottom: 20px;
  }
}

#comparison {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 200px;
}

@media only screen and (max-width: 970px) {
  #comparison {
    width: 100%;
    padding-left: 0;
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 430px) {
  #comparison .section_ttlsub {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#comparison .section_ttlsub p {
  font-size: 14px;
  letter-spacing: 0;
}

@media only screen and (max-width: 430px) {
  #comparison .section_ttlsub p {
    margin: 0 20px;
  }
}

#comparison .section_ttlsub .only_comparison {
  padding-top: 10px;
  position: relative;
  padding-bottom: 20px;
}

@media only screen and (max-width: 970px) {
  #comparison .section_ttlsub .only_comparison::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0px 16px;
    border-color: transparent transparent transparent #068280;
  }
}

@media only screen and (max-width: 970px) {
  #comparison .section_ttlsub .only_comparison::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 16px;
    width: 40px;
    height: 2px;
    background: #068280;
  }
}

.comparison_table {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 0;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 970px) {
  .comparison_table {
    width: calc(100% - 20px);
    overflow-x: auto;
    padding-right: 20px;
    margin-top: 20px;
    margin-right: 0;
  }
}

.comparison_table table {
  width: 100%;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  table-layout: fixed;
}

.comparison_table table thead tr th {
  background: #EEEEEE;
  height: 60px;
  width: 170px;
  font-size: 18px;
  letter-spacing: 2px;
}

.comparison_table table thead tr .middle {
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}

.comparison_table table thead tr .th_blank {
  width: 170px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #ffffff;
  z-index: 5;
}

@media only screen and (max-width: 430px) {
  .comparison_table table thead tr .th_blank {
    width: 110px;
  }
}

.comparison_table table thead tr .bhj {
  width: 210px;
  background: #068280;
  color: #ffffff;
  border-left: 4px solid #068280;
  border-right: 4px solid #068280;
  z-index: 1;
  font-size: 20px;
  letter-spacing: 3px;
  font-family: 'Playfair Display', serif;
}

@media only screen and (max-width: 880px) {
  .comparison_table table thead tr .bhj {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 430px) {
  .comparison_table table thead tr .bhj {
    font-size: 15px;
  }
}

.comparison_table table tbody {
  z-index: -1;
}

.comparison_table table tbody tr th {
  width: 170px;
  text-align: left;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}

.comparison_table table tbody tr th:before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 100%;
  height: 100%;
  border-right: 4px solid #068280;
}

@media only screen and (max-width: 430px) {
  .comparison_table table tbody tr th {
    padding-left: 14px;
    width: 130px;
    font-size: 15px;
    line-height: 1.5;
  }
}

.comparison_table table tbody tr .fixed01 {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #EEEEEE;
  width: 170px;
}

.comparison_table table tbody tr td {
  text-align: center;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 210px;
}

@media only screen and (max-width: 430px) {
  .comparison_table table tbody tr td {
    padding: 10px 0;
  }
}

.comparison_table table tbody tr td span {
  display: block;
  font-size: 14px;
  line-height: 1;
}

@media only screen and (max-width: 430px) {
  .comparison_table table tbody tr td span {
    padding: 0 20px;
    line-height: 1.3;
    font-size: 13px;
  }
}

.comparison_table table tbody tr td .mark {
  font-size: 26px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 430px) {
  .comparison_table table tbody tr td .mark {
    font-size: 24px;
  }
}

.comparison_table table tbody tr td .table_txt {
  background: #978C66;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 8px;
  display: inline-block;
}

.comparison_table table tbody tr .middle {
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}

.comparison_table table tbody tr .bhj {
  font-weight: bold;
  border-right: 4px solid #068280;
  min-width: 210px;
}

.comparison_table table tbody tr .bhj_last {
  position: relative;
}

.comparison_table table tbody tr .bhj_last::before {
  position: absolute;
  bottom: 0px;
  left: -4px;
  content: "";
  background: #068280;
  width: calc( 100% + 8px);
  height: 4px;
}

.comparison_table table tbody .gray_table {
  background: #EEEEEE;
}

.price {
  background: #F7F7F7;
  padding-bottom: 200px;
}

@media only screen and (max-width: 430px) {
  .price {
    padding: 0 20px 120px;
  }
}

.price_table {
  max-width: 830px;
  margin: 80px auto 0;
  width: 90%;
}

@media only screen and (max-width: 430px) {
  .price_table {
    width: 100%;
  }
}

.price_table .price_table_top {
  background: #ffffff;
  margin-bottom: 60px;
}

.price_table .price_table_top .price_table_ttl {
  background: #068280;
  color: #ffffff;
  text-align: center;
  height: 40px;
}

.price_table .price_table_top .price_table_ttl p {
  font-size: 20px;
}

.price_table .price_table_top .price_table_txt {
  padding: 40px;
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_top .price_table_txt {
    padding: 0 0 40px;
  }
}

.price_table .price_table_top .price_table_txt .price_table_txttop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 880px) {
  .price_table .price_table_top .price_table_txt .price_table_txttop {
    display: block;
  }
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_top .price_table_txt .price_table_txttop {
    margin-top: 20px;
  }
}

.price_table .price_table_top .price_table_txt .price_table_txttop .gold {
  position: relative;
  background: #978C66;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

@media only screen and (max-width: 880px) {
  .price_table .price_table_top .price_table_txt .price_table_txttop .gold {
    margin: 0 auto 30px;
  }
}

.price_table .price_table_top .price_table_txt .price_table_txttop .gold p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  width: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  font-size: 17px;
  letter-spacing: 1px;
  font-family: 'Noto Serif JP', serif;
}

.price_table .price_table_top .price_table_txt .price_table_txttop .icon_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 40px;
}

@media only screen and (max-width: 880px) {
  .price_table .price_table_top .price_table_txt .price_table_txttop .icon_area {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
  }
}

.price_table .price_table_top .price_table_txt .price_table_txttop .icon {
  text-align: center;
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_top .price_table_txt .price_table_txttop .icon p {
    font-size: 12px;
    margin-left: 4%;
  }
}

.price_table .price_table_top .price_table_txt .price_table_txttop .icon:nth-child(1) {
  margin-right: 60px;
  position: relative;
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_top .price_table_txt .price_table_txttop .icon:nth-child(1) {
    margin-right: 30px;
    position: relative;
  }
}
.price_table .price_table_top .price_table_txt .price_table_txttop .icon:nth-child(1)::after {
  position: absolute;
  top: 10px;
  right: -35px;
  content: "+";
  font-size: 22px;
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_top .price_table_txt .price_table_txttop .icon:nth-child(1)::after {
    font-size: 22px;
    right: -22px;
  }
}

.price_table .price_table_top .price_table_txt .price_table_txttop .icon:nth-child(n+2) {
  margin-right: 60px;
  position: relative;
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_top .price_table_txt .price_table_txttop .icon:nth-child(n+2) {
    margin-right: 30px;
  }
}

.price_table .price_table_top .price_table_txt .price_table_txttop .icon:nth-child(n+2)::after {
  position: absolute;
  top: 10px;
  right: -35px;
  content: "+";
  font-size: 22px;
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_top .price_table_txt .price_table_txttop .icon:nth-child(n+2)::after {
    font-size: 22px;
    right: -22px;
  }
}

.price_table .price_table_top .price_table_txt .price_table_txttop .icon:nth-child(n+2) .icon_img {
  width: 50px;
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_top .price_table_txt .price_table_txttop .icon:nth-child(n+2) .icon_img {
    padding-bottom: 10px;
    display: flex;
  }
}

.price_table .price_table_top .price_table_txt .price_table_txttop .icon:last-child {
  margin: 0;
  position: relative;
  top: 0;
  left: 2%;
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_top .price_table_txt .price_table_txttop .icon:last-child {
    margin: 0;
  }
}

.price_table .price_table_top .price_table_txt .price_table_txttop .icon:last-child::after {
  position: absolute;
  top: 10px;
  right: -35px;
  content: "";
  font-size: 22px;
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_top .price_table_txt .price_table_txttop .icon:last-child::after {
    font-size: 22px;
    right: -22px;
  }
}

.price_table .price_table_top .price_table_txt .price_table_txttop .icon:last-child .icon_img {
  width: 55px;
  margin-left: -20px;
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_top .price_table_txt .price_table_txttop .icon:last-child .icon_img {
    padding-bottom: 10px;
  }
}

.price_table .price_table_top .price_table_txt .price_table_txttop .icon .icon_img {
  width: 50px;
  height: 47px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_top .price_table_txt .price_table_txttop .icon .icon_img {
    width: 42px;
  }
}

.price_table .price_table_top .price_table_txt .price_table_txttop .icon .icon_img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.price_table .price_table_txtbottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 880px) {
  .price_table .price_table_txtbottom {
    display: block;
  }
}

.price_table .price_table_txtbottom .price_table_before {
  padding-right: 0px;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 880px) {
  .price_table .price_table_txtbottom .price_table_before {
    padding: 0;
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }
}

//*.price_table .price_table_txtbottom .price_table_before::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #00000f;
}

@media only screen and (max-width: 880px) {
  .price_table .price_table_txtbottom .price_table_before::after {
    top: 100px;
    right: 100px;
    border-width: 6px 9px 0 9px;
    border-color: #000 transparent transparent transparent;
  }
}*//

.price_table .price_table_txtbottom .price_table_before .price_add {
  line-height: 1;
  padding: 4px 6px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  border: 1px solid #000;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
}

.price_table .price_table_txtbottom .price_table_before .price_before_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
          justify-content: center;
}

@media only screen and (max-width: 880px) {
  .price_table .price_table_txtbottom .price_table_before .price_before_bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.price_table .price_table_txtbottom .price_table_before .price_before_bottom .price_day {
  font-weight: bold;
  padding-right: 16px;
}

.price_table .price_table_txtbottom .price_table_before .price_before_bottom .price_label {
  font-weight: bold;
  font-size: 44px;
  line-height: 1;
  padding-right: 0px;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 2px;
  font-weight: normal;
}

.price_table .price_table_txtbottom .price_table_before .price_before_bottom .price_taxyen {
  text-align: center;
}

.price_table .price_table_txtbottom .price_table_before .price_before_bottom .price_taxyen .price_tax {
  line-height: 1;
  font-size: 11px;
  padding-bottom: 4px;
  letter-spacing: 2;
}

.price_table .price_table_txtbottom .price_table_before .price_before_bottom .price_taxyen .price_yen {
  line-height: 1;
  font-size: 13px;
}

@media only screen and (max-width: 880px) {
  .price_table .price_table_txtbottom .price_table_after {
    margin-top: 0px;
  }
}

.price_table .price_table_txtbottom .price_table_after .price_before_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 880px) {
  .price_table .price_table_txtbottom .price_table_after .price_before_bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.price_table .price_table_txtbottom .price_table_after .price_before_bottom .price_label {
  font-size: 80px;
  line-height: 1;
  color: #068280;
  padding-right: 0px;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 2px;
  font-weight: bold;
}

.price_table .price_table_txtbottom .price_table_after .price_before_bottom .price_taxyen {
  text-align: center;
}

.price_table .price_table_txtbottom .price_table_after .price_before_bottom .price_taxyen .price_tax {
  line-height: 1;
  font-size: 22px;
  padding-bottom: 4px;
  color: #068280;
  letter-spacing: 2;
  font-weight: bold;
}

.price_table .price_table_txtbottom .price_table_after .price_before_bottom .price_taxyen .price_yen {
  line-height: 1;
  font-size: 24px;
  color: #068280;
  font-weight: bold;
}

.price_table .price_table_txtbottom .price_table_after .price_asta {
  padding-top: 8px;
  padding-bottom:40px;
  font-size: 12px;
  line-height: 1.3;
}

@media only screen and (max-width: 880px) {
  .price_table .price_table_txtbottom .price_table_after .price_asta {
    padding-top: 20px;
    padding-bottom:40px;
    text-align: left;
  }
}

.price_table .price_table_bottom {
  display: table;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 880px) {
  .price_table .price_table_bottom {
    display: block;
  }
}

.price_table .price_table_bottom .price_table_bottomleft {
  width: 140px;
  background: #068280;
  color: #ffffff;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 880px) {
  .price_table .price_table_bottom .price_table_bottomleft {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}

.price_table .price_table_bottom .price_table_bottomleft p {
  font-size: 18px;
}

.price_table .price_table_bottom .price_table_bottomright {
  width: 100%;
  background: #ffffff;
}

.price_table .price_table_bottom .price_table_bottomright table {
  width: 100%;
}

.price_table .price_table_bottom .price_table_bottomright table tbody {
  width: 100%;
}

.price_table .price_table_bottom .price_table_bottomright table tbody tr {
  text-align: left;
  font-size: 15px;
  width: 100%;
  line-height: 45px;
}

.price_table .price_table_bottom .price_table_bottomright table tbody tr th {
  font-weight: normal;
  border-right: 1px solid #EBF5F5;
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_bottom .price_table_bottomright table tbody tr th {
    display: block;
    width: 100%;
    border-right: none;
    padding-left: 10px;
  }
}

.price_table .price_table_bottom .price_table_bottomright table tbody tr td {
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_bottom .price_table_bottomright table tbody tr td {
    display: block;
    width: 100%;
    padding-left: 10px;
    background: #EBF5F5;
  }
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_bottom .price_table_bottomright table tbody tr .sp_none {
    display: none;
  }
}

.price_table .price_table_bottom .price_table_bottomright table tbody .gray {
  background: #EBF5F5;
}

@media only screen and (max-width: 430px) {
  .price_table .price_table_bottom .price_table_bottomright table tbody .gray {
    background: none;
  }
}

.contact {
  padding-bottom: 200px;
}

@media only screen and (max-width: 430px) {
  .contact {
    padding: 0 20px 80px;
  }
}

.contact .contact_form {
  max-width: 750px;
  margin: 50px auto 0 auto;
}

.staff {
  padding-bottom: 200px;
}

@media only screen and (max-width: 430px) {
  .staff {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 430px) {
  .staff .section_ttlsub {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*==================================================

追従ボタンcss 追記：2025,11,06

===================================*/

  :root{
    /* 下端からの距離（PC/SP共通） */
    --ff-bottom: 40%;
    --ff-bg: #fd780f;     /* 背景色 */
    --ff-text: #ffffff;   /* 文字色（＝アイコン色）*/
  }
  .ff-sticky{
    position: fixed;
    right: 0;
    bottom: var(--ff-bottom);
    z-index: 9999;
    margin: 0;
    text-decoration: none;
  }
  .ff-link{
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    background: var(--ff-bg);
    color: var(--ff-text);
    font-weight: 700;
    line-height: 1;
    padding: 16px 12px;
    border-radius: 0;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  .ff-label{
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: .05em;
    white-space: nowrap;
  }
  .ff-link:hover{ opacity: .9; }
  .ff-label{
    display: inline;
  }
  .ff-icon{
    display: none;
    width: 24px;
    height: 24px;
    color: var(--ff-text);
    pointer-events: none;
  }
  @media only screen and (max-width: 768px) {
    :root {
      --ff-bottom: 25%;
    }
  }

/*==================================================

スライダーのためのcss

===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 0 auto;
  max-width: 2000px;
}

.slider img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 25px -5px #ccc;
          box-shadow: 0 0 25px -5px #ccc;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 20px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  bottom: 12px;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 12px;
  width: 12px;
}

@media only screen and (max-width: 880px) {
  .slick-prev,
  .slick-next {
    height: 10px;
    width: 10px;
  }
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 42%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media only screen and (max-width: 880px) {
  .slick-prev {
    left: 40%;
  }
}

@media only screen and (max-width: 430px) {
  .slick-prev {
    left: 20%;
  }
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 42%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 880px) {
  .slick-next {
    right: 40%;
  }
}

@media only screen and (max-width: 430px) {
  .slick-next {
    right: 20%;
  }
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  border: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #D2D8E7;
  /*ドットボタンの色*/
  cursor: pointer;
}

.slick-dots .slick-active button {
  background: #068280;
  /*ドットボタンの現在地表示の色*/
}

.staff_top {
  margin: 80px auto;
}

@media only screen and (max-width: 430px) {
  .staff_letter {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.staff_letter_wrap {
  width: 90%;
  max-width: 1100px;
  margin: 120px auto 0;
  background: #ffffff;
  padding: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 880px) {
  .staff_letter_wrap {
    padding: 40px;
  }
}

@media only screen and (max-width: 430px) {
  .staff_letter_wrap {
    width: 100%;
    height: 400px;
    overflow: scroll;
    padding: 32px 14px;
  }
}

.staff_letter_wrap h3 {
  font-size: 22px;
  padding-bottom: 80px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 1px;
}

@media only screen and (max-width: 430px) {
  .staff_letter_wrap h3 {
    font-size: 20px;
    padding-bottom: 40px;
  }
}

.staff_letter_wrap .staff_txt p {
  padding: 2px 4px 0;
  font-size: 15px;
  line-height: 2.07;
  background-size: 8px 100%,100% 2.07em;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, white), color-stop(50%, white)), -webkit-gradient(linear, left top, left bottom, from(#C3C3C3), color-stop(3%, #C3C3C3), color-stop(3%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, white 50%, white 50%), linear-gradient(180deg, #C3C3C3 0%, #C3C3C3 3%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (max-width: 430px) {
  .staff_letter_wrap .staff_txt p {
    padding: 0;
  }
}

.staff_letter_wrap .staff_txt p span {
  font-weight: bold;
  color: #068280;
}

.faq {
  padding-top: 80px;
  padding-bottom: 200px;
}

@media only screen and (max-width: 430px) {
  .faq {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

.faq .faq_bg {
  background-image: url(../img/faq_bg.jpg);
  background-size: cover;
  height: 400px;
  width: 100%;
  padding-top: 140px;
  max-width: 2000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 880px) {
  .faq .faq_bg {
    padding-top: 80px;
    height: 300px;
  }
}

@media only screen and (max-width: 430px) {
  .faq .faq_bg {
    padding-top: 60px;
  }
}

.faq .faq_bg .section_ttl {
  padding-top: 0;
}

.faq .faq_bg .section_ttl h2 {
  color: #ffffff;
}

.faq .faq_bg .section_ttlsub {
  margin: 40px auto 0;
  width: 90%;
}

@media only screen and (max-width: 430px) {
  .faq .faq_bg .section_ttlsub {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
}

.faq .faq_bg .section_ttlsub p {
  color: #ffffff;
}

.faq-table {
  max-width: 880px;
  width: 90%;
  margin: 120px auto 0;
}

.accordion-container {
  width: 100%;
}

.accordion-container .accordion-title {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  margin: 20px auto 0;
  padding: 20px 30px 20px 75px;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 5px;
  background: #068280;
  font-weight: normal;
  color: #ffffff;
}

@media only screen and (max-width: 430px) {
  .accordion-container .accordion-title {
    font-size: 14px;
    line-height: 1.8;
    padding: 10px 30px 10px 60px;
  }
}

.accordion-title::before {
  content: "Q";
  position: absolute;
  font-size: 18px;
  left: 20px;
  top: 18px;
  background: #ffffff;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3px;
  border-radius: 50%;
  font-weight: bold;
}

@media only screen and (max-width: 430px) {
  .accordion-title::before {
    font-size: 16px;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 30px;
  }
}

.accordion-title:after {
  content: "+";
  font-size: 24px;
  position: absolute;
  right: 25px;
  top: 10px;
  display: block;
}

@media only screen and (max-width: 880px) {
  .accordion-title:after {
    right: 10px;
  }
}

@media only screen and (max-width: 430px) {
  .accordion-title:after {
    font-size: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.accordion-title.open:after {
  content: "";
  width: 14px;
  height: 1.5px;
  background: #ffffff;
  top: 35px;
  right: 32px;
}

@media only screen and (max-width: 430px) {
  .accordion-title.open:after {
    width: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 16px;
  }
}

.accordion-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: none;
  padding: 20px;
  border: 1px solid #068280;
}

@media only screen and (max-width: 430px) {
  .accordion-content {
    padding: 20px 20px 20px 10px;
  }
}

.accordion-content p {
  text-align: left;
  line-height: 2;
  letter-spacing: 2px;
  padding-left: 40px;
  position: relative;
}

@media only screen and (max-width: 430px) {
  .accordion-content p {
    padding-left: 45px;
  }
}

.accordion-content p::before {
  content: "A";
  position: absolute;
  font-size: 18px;
  left: 10px;
  top: -5px;
  color: #000;
  font-weight: bold;
}

@media only screen and (max-width: 430px) {
  .accordion-content p::before {
    font-size: 16px;
    top: 0;
    left: 10px;
  }
}

.policy {
  background: #F7F7F7;
  padding-bottom: 200px;
}

@media only screen and (max-width: 430px) {
  .policy {
    width: 100%;
    padding: 0 20px 120px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.privacy-policy {
  max-width: 1120px;
  width: 90%;
  margin: 50px auto;
  height: 450px;
  overflow: scroll;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #EFF2F7;
  background-color: #ffffff;
}

@media only screen and (max-width: 430px) {
  .privacy-policy {
    padding: 20px 10px;
    width: 100%;
  }
}

.privacy-policy p {
  line-height: 1.5;
  font-size: 15px;
}

@media only screen and (max-width: 430px) {
  .privacy-policy p {
    font-size: 14px;
  }
}

.privacy-policy .privacy-policy__innerttl {
  text-align: right;
}

.privacy-policy .privacy-policy__item {
  padding-top: 40px;
}

.privacy-policy .privacy-policy__item .privacy-policy__item__title {
  padding-bottom: 20px;
}

.company {
  padding: 0 20px;
}

.company_table {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 160px;
  border-bottom: 1px soild #E0E0E0;
}

@media only screen and (max-width: 430px) {
  .company_table {
    display: block;
    width: 100%;
    margin-bottom: 80px;
  }
}

.company_table table {
  font-size: 15px;
  margin-top: 80px;
}

@media only screen and (max-width: 430px) {
  .company_table table {
    font-size: 13px;
    width: 100%;
    margin-top: 60px;
  }
}

.company_table table tbody {
  border: 1px solid #E0E0E0;
}

.company_table table tbody tr {
  height: 68px;
  border-bottom: 1px solid #E0E0E0;
}

.company_table table tbody tr th {
  background: #EEEEEE;
  width: 217px;
  text-align: left;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}

@media only screen and (max-width: 430px) {
  .company_table table tbody tr th {
    display: block;
    width: 100%;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
  }
}

.company_table table tbody tr td {
  width: calc(800px - 217px);
  padding: 20px 0 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 430px) {
  .company_table table tbody tr td {
    display: block;
    width: 100%;
    padding: 10px 0 10px 15px;
  }
}

.company_table table tbody tr td .logo2 {
  width: 200px;
}

@media only screen and (max-width: 430px) {
  .company_table table tbody tr td .logo2 {
    margin-top: 15px;
  }
}

.footer_pagetop {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: fixed;
  right: -20px;
  bottom: 80px;
}

@media only screen and (max-width: 880px) {
  .footer_pagetop {
    right: -40px;
  }
}

.footer_pagetop .footer_pagetop_wrap {
  display: none;
}

.footer_pagetop .footer_pagetop_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_pagetop .footer_pagetop_wrap a:hover .arrow {
  background: #068280;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.footer_pagetop .footer_pagetop_wrap .arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  font-size: 24px;
  border-radius: 50%;
}

@media only screen and (max-width: 430px) {
  .footer_pagetop .footer_pagetop_wrap .arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

.footer_pagetop .footer_pagetop_wrap .pagetop {
  padding-left: 12px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 2px;
  font-size: 14px;
}

@media only screen and (max-width: 430px) {
  .footer_pagetop .footer_pagetop_wrap .pagetop {
    font-size: 12px;
  }
}

footer {
  border-top: 1px solid #E0E0E0;
}

.footer_top {
  max-width: 2000px;
  padding: 60px 140px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 880px) {
  .footer_top {
    padding: 60px 0 0;
    display: block;
  }
}

.footer_top .footer_logo {
  width: 240px;
}

@media only screen and (max-width: 880px) {
  .footer_top .footer_logo {
    margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 430px) {
  .footer_top .footer_logo {
    width: 70%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.footer_top .footer_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 430px) {
  .footer_top .footer_contact {
    display: block;
  }
}

.footer_top .footer_contact .footer_line {
  text-align: right;
  margin-right: 40px;
}

@media only screen and (max-width: 430px) {
  .footer_top .footer_contact .footer_line {
    text-align: center;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 430px) {
  .footer_top .footer_contact .footer_te {
    text-align: center;
  }
}

.footer_top .footer_contact .footer_contact_txt {
  font-size: 12px;
  line-height: 1;
}

@media only screen and (max-width: 430px) {
  .footer_top .footer_contact .footer_contact_txt {
    text-align: center;
    font-size: 14px;
  }
}

.footer_top .footer_contact .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 430px) {
  .footer_top .footer_contact .footer_bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer_top .footer_contact .footer_bottom .line_icon {
  width: 24px;
  padding-right: 8px;
}

.footer_top .footer_contact .footer_bottom .tel_icon {
  width: 22px;
  padding-right: 8px;
}

.footer_top .footer_contact .footer_bottom .footer_contact_maintxt {
  font-size: 22px;
}

.footer_nav {
  max-width: 2000px;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0 auto;
}

@media only screen and (max-width: 880px) {
  .footer_nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer_nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 880px) {
  .footer_nav nav ul {
    display: block;
  }
}

.footer_nav nav ul li {
  margin: 0px 32px;
}

@media only screen and (max-width: 880px) {
  .footer_nav nav ul li {
    margin: 0px 20px;
  }
}

.footer_nav nav ul li a {
  padding: 5px 10px;
  font-size: 14px;
  width: 120px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.cr {
  padding: 10px 0;
  text-align: center;
}

.cr p {
  font-size: 12px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 430px) {
  .cr p {
    letter-spacing: 0px;
    font-size: 11px;
  }
}
/*# sourceMappingURL=style.css.map */