@charset "UTF-8";
/****reset
*****************************************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Serif+JP|Roboto:300,300i,400,400i,500,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:wght@400;700&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
*{
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, select {
  vertical-align: middle;
}

/* =========================================================
一般タグに対する設定
========================================================= */
html {
  font-size: 62.5%;
}
body{
  min-width: 1200px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 75);
  }
  body{
    min-width: initial;
  }
}

body, html {
  /*overflow-x: hidden;*/
  width: 100%;
  margin: 0;
  padding: 0;
}

/* =========================================================
@extendされるパーツ
========================================================= */
/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/******************************************************************************
 * common
*******************************************************************************/
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, sans-serif, Verdana, "游ゴシック", YuGothic;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.serif{
  font-family: 'Noto Serif JP', serif;
}
.serif_en{
  font-family: 'Old Standard TT', serif;
}

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

.img-center {
  display: block;
  margin: 0 auto;
}

/**/
/*
title
*/
.ttl {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: 4.8vw;
  }
}

.ttl span {
  color: #0080c9;
  font-weight: 500;
}

.en-ttl {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .en-ttl {
    font-size: 6.66667vw;
  }
}

.en-ttl span {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, sans-serif, Verdana, "游ゴシック", YuGothic;
  display: block;
  font-size: 18px;
  color: #0080c9;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .en-ttl span {
    font-size: 2.66667vw;
    margin-top: 2.66667vw;
  }
}

/*text*/
.txt {
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .txt {
    margin: 8vw 0;
  }
}

.txt p {
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  letter-spacing: 0.045em;
}

@media screen and (max-width: 767px) {
  .txt p {
    margin-top: 5vw;
    font-size: 2.8rem;
    line-height: 5.0rem;
    letter-spacing: -0.2vw;
  }
}

.txt sup {
  font-size: 10px;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .txt sup {
    font-size: 2.66667vw;
    vertical-align: text-bottom;
  }
}

.txt mark {
  color: #414141;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d0ebfb));
  background: -webkit-linear-gradient(transparent 60%, #d0ebfb 60%);
  background: -o-linear-gradient(transparent 60%, #d0ebfb 60%);
  background: linear-gradient(transparent 60%, #d0ebfb 60%);
  /*background: linear-gradient(transparent 60%, #d0ebfb 60%;)*/
}

strong {
  font-weight: 500;
}

.comments {
  font-size: 14px;
  line-height: 1.6;
  margin: 30px 0 20px;
}

@media screen and (max-width: 767px) {
  .comments {
    font-size: 2.66667vw;
    line-height: 4vw;
    margin: 6.66667vw 0;
  }
}

.txt-center {
  text-align: center;
}
.pc,
.pc_br{
  display: block;
}
.sp,
.sp_br{
  display: none;
}
@media screen and (max-width: 767px) {
  .pc,
  .pc_br{
    display: none;
  }
  .sp,
  .sp_br{
    display: block;
  }
}
/******************************************************************************
 * header
*******************************************************************************/
header,
.pushbar-head {
  width: 100%;
  background-color: #efabb9;
}

@media screen and (max-width: 767px) {
  header,
  .pushbar-head {
  }
}

header h1,
.pushbar-head h1 {
  float: left;
  display: block;
  margin-top: 18px;
  height: auto;
}

@media screen and (max-width: 767px) {
  header h1,
  .pushbar-head h1 {
    margin-top: 3.73333vw;
  }
}

header img,
.pushbar-head img {
  width: 174px;
}

@media screen and (max-width: 767px) {
  header img,
  .pushbar-head img {
    width: 26vw;
  }
}

.head-box {
  width: 100%;
  max-width: 1170px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 1170px) {
  .head-box {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .head-box {
    width: 92vw;
    height: 12vw;
  }
}

.head-btn-pc {
  float: right;
  margin-top: 10px;
}

.head-btn-pc li {
  float: left;
}

.head-btn-pc li p {
  color: #000;
  font-size: 18px;
  padding: 11px 0 11px 32px;
  display: block;
  margin-right: 20px;
  letter-spacing: 1px;
  background: url(../img/cv_tel_icon.png) no-repeat;
  background-position: top 9px left 0;
  background-size: 26px;
}

.head-btn-pc a {
  font-size: 14px;
  display: block;
  color: #000;
  border-radius: 3px;
  border: 1px solid #000;
  text-decoration: none;
  width: 190px;
  height: 40px;
  padding: 11px 0 11px 50px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.head-btn-pc a::before {
  content: '';
  background: url(../img/icon_top_btn.png) no-repeat;
  position: absolute;
  width: 20px;
  height: 15px;
  top: 12px;
  left: 20px;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .head-btn-pc a:hover {
    background-color: #000;
    color: #FFF;
  }
  .head-btn-pc a:hover::before  {
    background-image: url(../img/cv_web_icon.png);
  }
}

/*
top-main
*/
.top-main {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 750px;
  background: url(../img/mv_pc.jpg) no-repeat top center;
  margin:0 auto;
}

@media screen and (max-width: 767px) {
  .top-main {
    width: 100%;
    max-width: 100%;
    height: inherit;
    background: url(../img/mv_sp.jpg) no-repeat top center;
/*    background-size:auto 100%;*/
    padding:0;
/*    padding-top:110.667%;*/
    background-size:100% auto;
    padding-top:139.667%;
    margin-top:0vw;
    margin-bottom: 66vw;
  }
}

.top-main-txt {
  margin: 0 auto;
  width: 577px;
/*  height: 269px;
  padding-top: 68px;*/
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .top-main-txt {
    width: 77.33333vw;
    height: 36vw;
    padding-top: 5.33333vw;
  }
}

.top-main-icon {
  position: absolute;
  width: 150px;
  height: 150px;
  left: 46%;
  bottom: -80px;
}

@media screen and (max-width: 1170px) {
  .top-main-icon {
    left: 41%;
  }
}

@media screen and (max-width: 767px) {
  .top-main-icon {
    width: 20vw;
    height: 20vw;
    left: 40vw;
    bottom: -13.33333vw;
  }
}

.top-main-ttl {
  text-align: center;
  font-size: 32px;
}
.top-main-ttl b{
    font-weight:normal;
}
@media screen and (max-width: 767px) {
  .top-main-ttl {
    font-size: 5.06667vw;
  }
    .top-main-ttl b{
        font-weight:500;
    }
}

/*
pushbar
*/
@media screen and (max-width: 767px) {
  .head-btn-sp {
    font-size: 2.66667vw;
    margin-top: 1.86667vw;
    float: right;
    position: relative;
    display: block;
    color: #000000;
    border-radius: 3px;
    border: 1px solid #000000;
    width: 33.33333vw;
    height: 8vw;
    padding: 2.4vw 0 2.4vw 7.2vw;
  }
  .head-btn-sp a{
    text-decoration: none;
    color:#000;
  }
}

@media screen and (max-width: 767px) {
  .head-btn-sp::before {
    content: '';
    background: url(../img/icon_top_btn.png) no-repeat;
    position: absolute;
    background-size: cover;
    width: 3.33333vw;
    height: 2.66667vw;
    top: 2.4vw;
    left: 2.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .pushbar-close {
    margin-top: 3.2vw;
    width: 5.33333vw;
    height: 5.46667vw;
    float: right;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    cursor: pointer;
  }
}

.pushbar-close::before {
  position: absolute;
  content: '';
  height: 5.46667vw;
  width: 0.4vw;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pushbar-close::after {
  position: absolute;
  content: '';
  height: 5.46667vw;
  width: 0.4vw;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .pushbar-content {
    width: 92vw;
    margin: 4vw auto;
  }
}

.pushbar-content h2 {
  font-family: 'Roboto', sans-serif;
  color: #0080c9;
  font-size: 4vw;
  font-weight: 400;
  text-align: center;
  position: relative;
  padding-bottom: 3.33333vw;
  border-bottom: 2px solid #0080c9;
}

.pushbar-content h2 > img {
  width: 4vw;
  height: auto;
}

.pushbar-content h3 {
  font-weight: 400;
  font-size: 4vw;
  line-height: 1.6;
  text-align: center;
  margin: 2.66667vw 0;
}

.pushbar-content .comments {
  margin-top: 3.73333vw;
  margin-bottom: 3.73333vw;
}

.pushbar-btn {
  overflow: hidden;
  width: 92vw;
}

.pushbar-btn li {
  float: left;
  width: 50%;
}

.pushbar-btn li a {
  display: block;
  color: #fff;
  height: 12vw;
  text-decoration: none;
  font-size: 3.73333vw;
  width: 44vw;
}

@media screen and (max-width: 767px) {
  .pushbar-web {
    margin-right: 2vw;
    padding: 4vw 0 4vw 8.8vw;
    background: url(../img/cv_web_icon.png) no-repeat #0080c9;
    background-size: 4.26667vw auto;
    background-position: top 50% left 6%;
  }
}

@media screen and (max-width: 767px) {
  .pushbar-tel {
    margin-left: 2vw;
    padding: 4vw 0 4vw 9.6vw;
    background: url(../img/cv_tel_icon.png) no-repeat #234990;
    background-size: 4.53333vw auto;
    background-position: top 48% left 6%;
  }
}

.pushbar-tel-txt {
  text-align: center;
  font-size: 2.66667vw;
}

.pushbar-comments {
  background-color: #f1f1f1;
  padding: 2.66667vw 0;
}

.pushbar-close-txt {
  font-size: 2.66667vw;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pushbar-close-txt span {
    width: 2.66667vw;
    height: 2.8vw;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 1.33333vw;
  }
}

.pushbar-close-txt span::before {
  position: absolute;
  content: '';
  height: 2.8vw;
  width: 0.4vw;
  background-color: #414141;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pushbar-close-txt span::after {
  position: absolute;
  content: '';
  height: 2.8vw;
  width: 0.4vw;
  background-color: #414141;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/******************************************************************************
 * three-point
*******************************************************************************/
.three-point {
  margin-top: 85px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .three-point {
    margin-top: 16vw;
  }
}

.point-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: absolute;
  top: 580px;
  left: 50%;
  transform: translate(-50%,0);
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.0rem;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1170px) {
  .point-inner {
    width: 96%;
  }
}

@media screen and (max-width: 767px) {
  .point-inner {
    position: absolute;
    top:initial;
    bottom: -58vw;
    left:0;
    transform: translate(0,0);
    width: 100%;
    margin: -1.5vw auto 0;
    padding-bottom:8.2vw;
    font-size: 3.0rem;
    line-height: 5.0rem;
    letter-spacing: -0.01vw;
  }
  .point-inner-br{
    font-size: 1.0rem;
    line-height: 2.5rem;
  }
}


/******************************************************************************
 * feature
*******************************************************************************/
.feature_head{
  display: block;
  color:#e16383;
  position: relative;
  text-align: center;
  margin-top:50px;
  font-size: 2.0rem;
  font-weight: normal;
}
.feature_head::before,
.feature_head::after{
  content:'';
  background-color: #e08f9e;
  display: block;
  width :330px;
  height:1px;
  position: absolute;
  top:50%;
  left:50%;
}
.feature_head::before{
  transform: translate(-430px,0);
}
.feature_head::after{
  transform: translate(100px,0);
}

.feature_ttl{
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  margin-top:25px;
}
.feature_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width:850px;
  max-width: 100%;
  margin:0 auto;
  margin-top:15px;
  margin-bottom:85px;
}
.feature_item{
  list-style: none;
}
.feature_item:nth-child(odd){
  flex-basis: 62%;
}
.feature_item:nth-child(even){
  flex-basis: 36%;
}
.feature_item a{
  font-size:1.6rem;
  letter-spacing: 2px;
  text-decoration: none;
  color:#000;
  display: block;
  height: 100%;
  width: 100%;
  padding:20px 14px 10px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.feature_item a::after{
  background-image: url(../img/arrow_bottom.svg);
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 10px;
  content:'';
  position: absolute;
  top:50%;
  right:10px;
  transform: translate(-50%,-50%);
}
.feature_content_body .slick-prev,
.feature_content_body .slick-next{
  top:35vw;
}
@media screen and (min-width: 768px) {
  .feature_content_body .slick-prev,
  .feature_content_body .slick-next{
    top:145px;
  }
}
@media screen and (min-width: 768px) {
  .feature_item a{
    position: relative;
  }
  .feature_item a::before {
    content: "";
    height: 1px;
    background: #101820;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%);
    width: 0;
  }
  .feature_item a:hover::before {
    width: 100%;
  }
}
.feature_item .num{
  font-size:2.4rem;
  vertical-align: middle;
  margin-right:10px;
}
.feature_1{
  padding-top:245px;
  position: relative;
}
.feature_1_inner{
  background-color: #e5d8d0;
}


.feature_header{
  width:845px;
  max-width: 100%;
  margin:-75px auto 80px;
  background-color:#FFF;
  padding:42px 0 60px 0;
  position: relative;
  border-bottom: 2px solid #f3d0d7;
  box-shadow: 5px 5px 0 rgba(0,0,0,.2);
}
.feature_header::before{
  content:'';
  display:block;
  position: absolute;
  top:-8px;
  left:25px;
  background-image: url(../img/icon_clip.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 68px;
  height:100px;
}
.feature_1 .feature_wrap{
  position: relative;
  top:-245px;
  left:0;
}
.feature_header_image{
  display: block;
  width:1140px;
  margin:0 auto;
}
.feature_header_en{
  color:#e16383;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  display: block;
  margin-bottom:13px;
  letter-spacing: -1px;
}
.feature_header_ttl{
  font-size: 2.8rem;
  line-height: 4.5rem;
  letter-spacing: -0.5px;
  font-weight: normal;
  text-align: center;
  display: block;
  margin-bottom:23px;
}
.feature_header_lead{
  font-size: 1.6rem;
  line-height: 3.0rem;
  display: block;
  margin-bottom:5px;
  padding: 0 80px;
  letter-spacing: 1.5px;
}
.feature_header_list{
  width:790px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top:35px;
}
.feature_header_item{
  font-size: 1.6rem;
  border:1px solid #c9c9c9;
  padding:15px;
  margin:0 5px;
  width:20%;
  text-align: center;
}
.feature_header_notice{
  font-size: 1.4rem;
  text-align: center;
  margin-top:25px;
}
.feature_body_ttl{
  font-size: 4.8rem;
  line-height: 7.572rem;
  font-weight: normal;
  text-align: center;
  margin-bottom:15px;
}
.feature_content{
  background-color: #FFF;
  width:1140px;
  margin: 0 auto;
  margin-bottom:90px;
  padding:50px 90px 65px;
  box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  overflow: hidden;
}
.feature_content_ttl{
  font-size: 2.6rem;
  line-height: 3.875rem;
  letter-spacing: 1.5px;
  font-weight: normal;
  text-align: center;
  margin-bottom:35px;
}
.feature_content_foot{
  font-size: 2.0rem;
  line-height: 3.0rem;
  letter-spacing: 0.8px;
  font-weight: normal;
  text-align: center;
}

.feature_2{
  background-color: #FFF;
  position: relative;
}
.feature_2_inner{
  background-color: #FFF;
  position: relative;
  top:-180px;
  left:0;
  padding-top: 130px;
}
.feature_2_inner .feature_header{
  top: -60px;
  padding: 45px 0 40px 0;
}
.feature_2_inner .feature_header::before{
  left:initial;
  right:25px;
}
.feature_2_inner .feature_order{
  margin-top: -60px;
}
.feature_2_inner .feature_order_list{
  align-items: initial;
  margin-bottom: 95px;
}
.feature_2_inner .feature_order_ttl_en{
  margin-bottom: 15px;
}
.feature_3_inner .feature_header{
  margin-top: -115px;
  padding: 45px 0 40px 0;
  margin-bottom: 130px;
}
.feature_3_inner .feature_header::before{
  background-image: url(../img/icon_clip2.png);
  width: 38px;
  height:107px;
  left:168px;
  top:-12px;
}
.feature_4_inner .feature_header{
  padding: 45px 0 50px 0;
  margin-top: -130px;
  margin-bottom: 145px;
}
.feature_4_inner .feature_header::before{
  background-image: url(../img/icon_clip3.png);
  width: 61px;
  height:101px;
  left:initial;
  right:5px;
  top:-12px;
}
.feature_content_body{
  margin-bottom: 120px;
}
.feature_content_body:last-of-type{
  margin-bottom: 105px;
}
.feature_content_list{
  padding:0 10px;
}
.feature_content_item{
  width:290px;
  padding:0 12px 0;
}
.feature_content_item_image{
  width:100%;
  margin-bottom:5px;
}
.feature_content_item_image img{
  width:100%
}
.feature_content_item_ttl{
  font-size:1.6rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 15px;
}
.feature_content_item_ttl.is-ls-short{
  letter-spacing: normal;
}
.feature_content .slick-dots{
  bottom: -40px;
}
.feature_content_item_txt{
  font-size:1.2rem;
  line-height: 1.8rem;
  padding:0 15px;
}
.feature_order{
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  margin-top:20px;
}
.feature_order_image{
  width: 500px;
  min-width: 500px;
}
.feature_order_image_b{
  display: none;
}
.feature_order_image img{
  width: 100%;
}
.feature_order_list{
  display: flex;
  align-items: center;
  margin-bottom:40px;
}
.feature_order_list:nth-of-type(even){
  flex-flow: row-reverse;
}
.feature_order_content{
  padding: 0 50px 0 80px;
}
.feature_order_list:nth-of-type(even) .feature_order_content{
  padding: 0 80px 0 50px;
}
.feature_order_ttl_en{
  font-size: 4.8rem;
  line-height: 5.8rem;
  text-align: center;
  display: block;
  width: 100%;
}
.feature_order_content_ttl{
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-weight: normal;
  margin-bottom:40px;
  text-align: center;
}
.feature_2_inner .feature_order_content_ttl{
  margin-bottom:15px;
}
.feature_order_content_txt{
  font-size: 1.4rem;
  line-height: 3.0rem;
}
.feature_order_content_note{
  font-size: 1.2rem;
  line-height: 2.0rem;
}
@media screen and (max-width: 767px) {
  .feature_head{
    margin-top:0;
    font-size: 3.0rem;
  }
  .feature_head::before,
  .feature_head::after{
    display: none;
  }
  .feature_ttl{
    font-size: 3.8rem;
    margin-top:4vw;
  }
  .feature_list{
    display: block;
    width:90vw;
    max-width: 100%;
    margin: 0 auto;
    margin-top:6vw;
    margin-bottom:27vw;
  }
  .feature_item{
    width:100%;
  }
  .feature_item span{
    display: block;
  }

  .feature_item a{
    font-size:2.8rem;
    line-height: 4.3rem;
    padding:3vw 3vw;
    display: flex;
    align-items: center;
  }
  .feature_item a::after{
    width: 2vw;
    height: 2vw;
    top:50%;
    right:2vw;
    transform: translate(-50%,-50%);
    background-repeat: no-repeat;
  }
  .feature_item .num{
    font-size:4.5rem;
    margin-right:4vw;
  }
  .feature_1{
    padding-top:32vw;
    position: relative;
  }
  .feature_1_inner{
    background-color: #e5d8d0;
  }
  
  
  .feature_header{
    width:90vw;
    max-width: 100%;
    margin:0 auto;
    margin-bottom:5vw;
    background-color:#FFF;
    padding:6.5vw 0 5vw 0;
    position: relative;
    top:-32vw;
    left:0;
    border-bottom: 2px solid #f3d0d7;
  }
  .feature_header::before{
    top:-1.3vw;
    left:8vw;
    width: 10vw;
    height:15vw;
  }
  .feature_2_inner .feature_header::before{
    left:initial;
    right:3vw;
    top: -1.2vw;
  }
  .feature_2_inner .feature_order_ttl_en {
    margin-bottom: 2;
    margin-top:4vw;
  }
  .feature_2_inner .feature_order_list{
    align-items: initial;
    padding-top:15vw;
    margin-bottom: 11vw;
  }
  .feature_2_inner .feature_order_list:first-of-type dd{
    margin-top:-20vw;
  }
  .feature_3_inner .feature_header{
    margin-top: -3vw;
    padding: 7vw 0 7vw 0;
    margin-bottom: -15vw;
  }
  .feature_3_inner .feature_header::before{
    width: 5vw;
    height:15vw;
    left:3vw;
  }
  .feature_4_inner .feature_header{
    padding: 8vw 0 15vw 0;
    margin-top: 3vw;
    margin-bottom: -13vw;
  }
  .feature_4_inner .feature_header::before{
    width: 10vw;
    height: 18vw;
    left: initial;
    right: 3vw;
    top: -2vw;
  }
  .feature_1 .feature_wrap{
    position: relative;
    top:-34vw;
    left:0;
  }
  .feature_2_inner .feature_header{
    top: -30vw;
    padding: 7vw 0 6vw 0;
    margin-bottom: -21vw;
  }
  .feature_header_image{
    width:100%;
  }
  .feature_header_en{
    color:#e16383;
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: 0.2vw;
    text-align: center;
    display: block;
    margin-bottom:3vw;
  }
  .feature_header_ttl{
    font-size: 3.8rem;
    line-height: 6.4rem;
    letter-spacing: 0.4rem;
    text-align: center;
    display: block;
    margin-bottom:5vw;
    font-weight: normal;
  }
  .feature_header_lead{
    font-size: 2.8rem;
    line-height: 5.0rem;
    display: block;
    margin-bottom:1vw;
    padding:0 5vw;
    letter-spacing: 0.1rem;
  }
  .feature_header_list{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    margin-top:5vw;
  }
  .feature_header_item{
    font-size: 2.6rem;
    border:1px solid #c9c9c9;
    padding:3vw 2vw;
    margin:1vw 1vw;
    width:30%;
    text-align: center;
  }
  .feature_header_item:nth-of-type(1),
  .feature_header_item:nth-of-type(2){
    width:35%;
  }
  .feature_header_notice{
    font-size: 2.8rem;
    text-align: center;
    margin-top:3vw;
  }
  .feature_body{
    margin-top:-24vw;
    overflow-x: hidden;
  }
  .feature_body_ttl{
    font-size: 6.0rem;
    letter-spacing: -1px;
    font-weight: normal;
    text-align: center;
    margin-bottom:3vw;
  }
  .feature_content{
    width:100%;
    margin: 0 auto;
    margin-bottom:12vw;
    padding:9vw 0 12vw 0;
  }
  .feature_content .slick-prev{
    left: 4vw;
    transform: translate(0,-20vw);
  }
  .feature_content .slick-next{
    right: 4vw;
    transform: translate(0,-20vw) rotate(180deg);
  }
  .feature_content .slick-prev,
  .feature_content .slick-next{
    top:40%;
    z-index: 10;
  }
  .feature_content .slick-dots{
    bottom: -10vw;
  }
  .feature_content .slick-dots li button:before{
    width: 2vw;
    height: 2vw;
  }
  .feature_content_ttl{
    font-size: 3.8rem;
    line-height: 5.0rem;
    font-weight: normal;
    text-align: center;
    margin-bottom:6vw;
    letter-spacing: 0.3vw;
  }
  .feature_content_foot{
    font-size: 3.8rem;
    line-height: 5.0rem;
    font-weight: normal;
    text-align: center;
  }
  
  .feature_2{
    background-color: #FFF;
    position: relative;
  }
  .feature_2_inner{
    background-color: #FFF;
    position: relative;
    top:-30vw;
    left:0;
    padding-top: 19vw;
  }
  .feature_content_body{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 26vw;
  }
  .feature_content_body:last-of-type{
    margin-bottom: 26vw;
  }
  .feature_content_list{
  }
  .feature_content_item{
    width:77vw;
    padding:0 1vw;
  }
  .feature_content_item_image{
    width:100%;
    margin-bottom:1vw;
  }
  .feature_content_item_image img{
    width:100%
  }
  .feature_content_item_ttl{
    font-size:3.2rem;
    font-weight: normal;
    text-align: center;
    margin-top: -2vw;
    margin-bottom: 4vw;
  }
  .feature_content_item_txt{
    font-size:2.6rem;
    line-height: 4.5rem;
    padding:0 2vw;
  }
  .feature_order{
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
  }
  .feature_order_image{
    width: 100%;
    min-width: inherit;
  }
  .feature_order_image_b{
    display: block;
    margin-top:5vw;
  }
  .feature_order_list{
    display: block;
    width: 90vw;
    margin: 0vw auto 11vw;
    position: relative;
    padding-top: 2vw;
  }
  .feature_order_list:nth-of-type(even){
    flex-flow: row-reverse;
  }
  .feature_order_content{
    padding: 0;
  }
  .feature_order_list:nth-of-type(even) .feature_order_content{
    padding: 0;
  }
  .feature_order_ttl_en{
    font-size: 6.0rem;
    line-height: 5.8rem;
    text-align: center;
    font-weight: normal;
    display: block;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
  }
  .feature_order_content_ttl{
    font-size:3.8rem;
    line-height: 5.5rem;
    font-weight: normal;
    margin-top:5vw;
    margin-bottom:2vw;
    text-align: center;
  }
  .feature_order_content_txt{
    font-size:2.8rem;
    line-height: 5.0rem;
  }
  .feature_order_content_note{
    font-size: 2.4rem;
    line-height: 4.2rem;
    margin-top:2vw;
    display: block;
  }
}
/******************************************************************************
 * reserve
*******************************************************************************/
.reserve{
  background-color: #eeeeee;
  padding-top:90px;
  padding-bottom:75px;
  overflow: hidden;
}
.reserve_head{
  font-size: 1.6rem;
  text-align: center;
  display: block;
  margin-bottom:10px;
}
.reserve_ttl{
  font-size: 3.0rem;
  font-weight: normal;
  text-align: center;
}
.reserve_list{
  display: flex;
  justify-content: center;
  width:1120px;
  margin:0 auto;
  margin-top:60px;
}
.reserve_item{
  width:320px;
  margin:0 10px;
  padding:40px 20px 20px;
  background-color: #FFF;
  border-top: 4px solid #f3d0d7;
  position: relative;
  box-shadow: 0 10px 20px #CCC;
}
.reserve_num{
  position: absolute;
  background-color: #000;
  display: block;
  text-align: center;
  color:#fff;
  top:-25px;
  left:50%;
  transform: translate(-50%,0);
  width:50px;
  height:50px;
  font-size: 3.0rem;
  padding:10px 0;
  border-radius: 50%;
}
.reserve_item_ttl{
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
  margin-bottom:20px;
  font-weight:normal;
  display: table;
  width: 100%;
}
.reserve_item_ttl span{
  display: table-cell;
  vertical-align: middle;
}
.reserve_item_image{
  margin-bottom:20px;
}
.reserve_item_image img{
  width:100%;
}
.reserve_item_txt{
  font-size: 1.4rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .reserve{
    padding-top:12vw;
    padding-bottom:10vw;
  }
  .reserve_head{
    font-size: 2.8rem;
    letter-spacing: 0.2vw;
    margin-bottom: 4vw;
  }
  .reserve_ttl{
    font-size: 4.0rem;
  }
  .reserve_list_wrap{
    width: 100%;
    overflow: auto;
  }
  .reserve_list{
    display: flex;
    width:240vw;
    max-width: initial;
    margin:0 auto;
    margin-top:13vw;
    padding:0 4vw;
  }
  .reserve_item{
    width:77vw;
    margin:0 1.5vw;
    padding:11vw 3vw 3vw;
    background-color: #FFF;
    border-top: 4px solid #f3d0d7;
    position: relative;
    box-shadow: 0 1vw 3vw #CCC;
  }
  .reserve_num{
    top: -6vw;
    left: 50%;
    width: 12vw;
    height: 12vw;
    font-size: 5.4rem;
    line-height: 11vw;
    padding: 1vw 0;
    border-radius: 50%;
  }
  .reserve_item_ttl{
    font-size: 2.89rem;
    font-weight: normal;
    line-height: 4.7rem;
    text-align: center;
    margin-bottom:2vw;
  }
  .reserve_item_image{
    margin-bottom:3vw;
  }
  .reserve_item_image img{
    width:100%;
  }
  .reserve_item_txt{
    font-size: 2.8rem;
    line-height: 5.0rem;
  }
}
/******************************************************************************
 * atc-propose
*******************************************************************************/
.atc-propose {
  width: 100%;
  background-color: #dfe8f0;
  padding: 60px 0 80px;
}

@media screen and (max-width: 767px) {
  .atc-propose {
    padding: 10.66667vw 0 9.33333vw;
  }
}

.atc-inner-box {
  background-color: #fff;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 100px 100px 90px;
  position: relative;
}

.atc-inner-box .ttl {
  text-align: center;
  font-size: 44px;
}

@media screen and (max-width: 1170px) {
  .atc-inner-box .ttl {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .atc-inner-box .ttl {
    font-size: 5.06667vw;
    text-align: left;
  }
}

@media screen and (max-width: 1170px) {
  .atc-inner-box {
    width: 95%;
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .atc-inner-box {
    width: 88vw;
    margin: 0 auto;
    padding: 13.33333vw 8vw 5.33333vw;
  }
}

.atc-inner-box em {
  display: block;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-align: center;
  font-size: 16px;
  color: #d9d9d9;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .atc-inner-box em {
    font-size: 3.2vw;
    margin: 8vw 0 0;
    text-align: left;
  }
}

.propose-img-illust {
  position: absolute;
  width: 243px;
  height: 254px;
  top: -56px;
  left: -100px;
}

@media screen and (max-width: 1170px) {
  .propose-img-illust {
    width: 200px;
    height: auto;
    top: -10%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .propose-img-illust {
    width: 39.46667vw;
    height: 42.13333vw;
    top: -3.6vw;
    left: inherit;
    right: -1.33333vw;
  }
}

.propose-img-ring {
  float: right;
  width: 340px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .propose-img-ring {
    float: none;
    width: 76vw;
    height: auto;
  }
}

.propose-graff ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1170px) {
  .propose-graff ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .propose-graff ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.propose-graff ul li {
  width: 470px;
}

@media screen and (max-width: 1170px) {
  .propose-graff ul li {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .propose-graff ul li {
    width: 100%;
  }
}

.propose-graff h4 {
  font-weight: 400;
  text-align: center;
  font-size: 26px;
  border-bottom: 2px solid #0080c9;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .propose-graff h4 {
    font-size: 4vw;
    padding-bottom: 2.66667vw;
    margin: 9.33333vw 0 5.33333vw;
  }
}

.propose-graff h4 img {
  width: 51px;
  height: 48px;
}

@media screen and (max-width: 767px) {
  .propose-graff h4 img {
    width: 6.8vw;
    height: 6.4vw;
    margin-right: 1.06667vw;
  }
}

.propose-graff h4 span {
  color: #0080c9;
}

/******************************************************************************
 * point-plan
*******************************************************************************/
.point-plan {
  margin: 100px auto;
}

@media screen and (max-width: 767px) {
  .point-plan {
    margin: 13.33333vw auto;
  }
}

.point-plan h3 {
  text-align: center;
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .point-plan h3 {
    margin: 9.33333vw 0;
  }
}

.point-top-icon {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .point-top-icon {
    width: 10.13333vw;
    height: 17.33333vw;
  }
}

.point-top-txt {
  width: 690px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .point-top-txt {
    width: 80vw;
  }
}

.tab-box-pc {
  width: 100%;
  max-width: 1170px;
  margin: 70px auto;
}

.tab-box {
  background-color: #dfe8f0;
}

@media screen and (max-width: 767px) {
  .tab-box {
    margin: 13.33333vw 0;
  }
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.tab li {
  width: 50%;
  text-align: center;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  background-color: #f2f2f2;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .tab li {
    font-size: 4.8vw;
    padding: 8vw 0;
  }
}

.tab li:first-child {
  border-right: 1px solid #d2d2d2;
}

@media screen and (max-width: 767px) {
  .tab li p {
    background: url(../img/tab_ttl_icon_01.png) no-repeat top 50% left 10%;
    background-size: 2.93333vw;
  }
}

@media screen and (max-width: 767px) {
  .tab li span {
    font-size: 4vw;
  }
}

.tab li.active {
  background-color: #0080c9;
  color: #fff;
  display: block;
  position: relative;
}

.tab li.active::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
}

@media screen and (max-width: 767px) {
  .tab li.active::before {
    margin-left: -2.66667vw;
    border: 2.66667vw solid transparent;
    border-top: 2.66667vw solid #0080c9;
  }
}

@media screen and (max-width: 767px) {
  .tab li.active p {
    background: url(../img/tab_ttl_icon_02.png) no-repeat top 50% left 10%;
    background-size: 2.93333vw;
  }
}

.tab-content li {
  display: none;
}

@media screen and (max-width: 767px) {
  .tab-content li {
    padding: 10.66667vw 0;
  }
}

@media screen and (max-width: 767px) {
  .tab-content li img {
    width: 92.13333vw;
    height: auto;
  }
}

.tab-content .active {
  display: block;
}

@media screen and (max-width: 767px) {
  .tab-bottom li p {
    background: url(../img/tab_ttl_icon_01.png) no-repeat top 50% left 10%;
    background-size: 2.93333vw;
  }
}

.tab-bottom li.active::before {
  display: none;
}

.tab-bottom li.active::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -25%;
}

@media screen and (max-width: 767px) {
  .tab-bottom li.active::after {
    margin-left: -2.66667vw;
    border: 2.66667vw solid transparent;
    border-bottom: 2.66667vw solid #0080c9;
  }
}

@media screen and (max-width: 767px) {
  .tab-bottom li.active p {
    background: url(../img/tab_ttl_icon_03.png) no-repeat top 50% left 10%;
    background-size: 2.93333vw;
  }
}

/******************************************************************************
 * point-select
*******************************************************************************/
@media screen and (max-width: 767px) {
  .point-select {
    margin: 13.33333vw auto;
  }
}

.point-select h3 {
  text-align: center;
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .point-select h3 {
    margin: 9.33333vw 0;
  }
}

.point-select-box {
  background-color: #0080c9;
  width: 100%;
  max-width: 1170px;
  margin: 70px auto;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .point-select-box {
    width: 100%;
    margin: 13.33333vw 0;
    padding: 4vw;
  }
}

.point-select-inner {
  background-color: #fff;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .point-select-inner {
    padding: 0;
  }
}

.point-select-inner .select-ttl {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  color: #0080c9;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-align: center;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .point-select-inner .select-ttl {
    font-size: 4.8vw;
    margin: 4.8vw 0 0;
  }
}

.point-select-inner .select-ttl img {
  width: 92px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .point-select-inner .select-ttl img {
    width: 12.26667vw;
    display: inline-block;
    margin-right: 1.86667vw;
  }
}

.point-select-inner .ttl-num {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 600;
  color: #0080c9;
  font-size: 40px;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .point-select-inner .ttl-num {
    margin-top: 12vw;
    font-size: 8vw;
  }
}

.point-select-inner h3.ttl {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .point-select-inner h3.ttl {
    font-size: 4.8vw;
    margin: 5.33333vw 0;
  }
}

.point-select-inner .txt {
  width: 90%;
  max-width: 690px;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .point-select-inner .txt {
    width: 100%;
    margin-top: 2.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .point-box {
    width: 80vw;
    margin: 0 auto;
  }
}

.height-border {
  height: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .height-border {
    height: 13.33333vw;
  }
}

.height-border::before {
  position: absolute;
  content: '';
  background-color: #0080c9;
  width: 2px;
  height: 100%;
  left: 50%;
}

.ring-list {
  width: 100%;
  max-width: 930px;
  margin: 70px auto;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dotted #d2d2d2;
}

@media screen and (max-width: 767px) {
  .ring-list {
    width: 100%;
    margin: 8vw auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.ring-list li {
  width: 310px;
}

@media screen and (max-width: 1170px) {
  .ring-list li {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .ring-list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.ring-list li img {
  width: 130px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ring-list li img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .ring-img,
  .ring-txt {
    width: 50%;
  }
}

.ring-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .ring-txt {
    font-size: 3.73333vw;
    line-height: 1.4;
  }
}

hr {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  border: 0;
  border-bottom: 1px dotted #aaa;
}

@media screen and (max-width: 1170px) {
  hr {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  hr {
    width: 100%;
    margin: 2.66667vw 0 4vw;
  }
}

.ring-list2 {
  width: 620px;
  margin: 70px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .ring-list2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 12vw;
  }
}

.ring-list2 li {
  width: 310px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ring-list2 li {
    width: 100%;
    margin-top: 9.33333vw;
  }
}

.ring-list2 li img {
  width: 130px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .ring-list2 li img {
    width: 40vw;
    height: auto;
  }
}

.ring-list2 li span {
  display: inline-block;
  color: #aaa;
  border: 1px solid #aaa;
  font-size: 14px;
  padding: 5px 18px;
}

@media screen and (max-width: 767px) {
  .ring-list2 li span {
    font-size: 2.66667vw;
    padding: 0.8vw 4vw;
  }
}

.ring-list2 li p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .ring-list2 li p {
    font-size: 3.73333vw;
    margin-top: 2.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .ring-list2 li:nth-child(1) {
    border-bottom: 1px dotted #aaa;
    padding-bottom: 9.33333vw;
  }
}

.img-diamond {
  width: 480px;
  height: auto;
  display: block;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .img-diamond {
    width: 64vw;
    height: auto;
    margin: 8vw auto 5.33333vw;
  }
}

.point-select-bluebox {
  background-color: #dfe8f0;
  padding: 60px 0;
  margin: 50px 50px 25px;
}

@media screen and (max-width: 1170px) {
  .point-select-bluebox {
    margin: 25px;
  }
}

@media screen and (max-width: 767px) {
  .point-select-bluebox {
    margin: 8vw 0 0 0;
    padding: 10.66667vw 6vw 8vw;
  }
}

@media screen and (max-width: 767px) {
  .point-select-bluebox .ttl {
    margin: 5.33333vw 0;
  }
}

.point-select-bluebox img {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .point-select-bluebox img {
    width: 34.66667vw;
  }
}

.point-select-bluebox .txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .point-select-bluebox .txt {
    margin-top: 0;
    text-align: left;
  }
}

.balloon-blue {
  display: block;
  position: relative;
  background: #0080c9;
  color: #fff;
  width: 120px;
  padding: 10px 0;
  margin: 0 auto;
  border-radius: 48px;
}

@media screen and (max-width: 767px) {
  .balloon-blue {
    width: 16vw;
    margin: 0 auto;
    padding: 1.33333vw 0;
    border-radius: 6.26667vw;
  }
}

.balloon-blue p {
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .balloon-blue p {
    font-size: 3.6vw;
  }
}

.balloon-blue::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #0080c9;
}

@media screen and (max-width: 767px) {
  .balloon-blue::before {
    margin-left: -1.33333vw;
    border: 1.33333vw solid transparent;
    border-top: 1.33333vw solid #0080c9;
  }
}

.point-select-contact {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

@media screen and (max-width: 1170px) {
  .point-select-contact {
    width: 97%;
  }
}

@media screen and (max-width: 767px) {
  .point-select-contact {
    width: 84vw;
  }
}

.point-select-contact .ttl {
  font-size: 30px;
  text-align: left;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .point-select-contact .ttl {
    text-align: center;
    font-size: 4.8vw;
    margin: 5.33333vw 0 4vw;
  }
}

.point-select-contact .txt {
  margin-top: 1.33333vw;
}

.point-select-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .point-select-contact ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}

.point-select-contact li.point-select-contact-txt {
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .point-select-contact li.point-select-contact-txt {
    width: 100%;
    padding: 0;
  }
}

.point-select-contact li.point-select-contact-txt .txt,
.point-select-contact li.point-select-contact-txt .txt p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .point-select-contact li.point-select-contact-txt .txt,
  .point-select-contact li.point-select-contact-txt .txt p {
    margin: 5.33333vw 0 8vw;
  }
}

.point-select-contact li.point-select-contact-img {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .point-select-contact li.point-select-contact-img {
    width: 100%;
  }
}

.balloon-gry {
  display: block;
  position: relative;
}

.balloon-gry p {
  display: block;
  margin: 0 auto;
  background-color: #aaa;
  color: #fff;
  text-align: center;
  font-size: 20px;
  width: 250px;
  padding: 10px 0;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .balloon-gry p {
    width: 36vw;
    font-size: 3.6vw;
    border-radius: 6.26667vw;
    padding: 1.33333vw 0;
  }
}

.balloon-gry::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #aaa;
  position: absolute;
  top: 50%;
  z-index: -1;
}

/******************************************************************************
 * point-support
*******************************************************************************/
.point-support {
  margin: 100px auto 80px;
}

@media screen and (max-width: 767px) {
  .point-support {
    margin: 13.33333vw auto;
  }
}

.point-support h3 {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .point-support h3 {
    margin: 9.33333vw 0;
  }
}

.support-box {
  background-color: #dfe8f0;
  margin: 120px auto 0;
  position: relative;
  width: 100%;
  max-width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 50px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

@media screen and (max-width: 1170px) {
  .support-box {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .support-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 17.33333vw;
    width: 92vw;
    padding: 6.66667vw 5.33333vw 8vw;
    border-top-left-radius: 2.66667vw;
    border-top-right-radius: 2.66667vw;
  }
}

.support-box .ttl {
  font-size: 30px;
  margin-top: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .support-box .ttl {
    font-size: 4.8vw;
    margin: 5.33333vw 0;
  }
}

.support-box .txt {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .support-box .txt {
    margin-top: 5.33333vw;
  }
}

.support-icon {
  width: 90px;
  height: auto;
  position: absolute;
  top: -60px;
  left: 450px;
}

@media screen and (max-width: 1170px) {
  .support-icon {
    left: 45%;
  }
}

@media screen and (max-width: 767px) {
  .support-icon {
    width: 18.66667vw;
    height: 21.33333vw;
    left: 36.66667vw;
    top: -11.46667vw;
  }
}

.support-box-txt {
  width: 40%;
}

@media screen and (max-width: 1170px) {
  .support-box-txt {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .support-box-txt {
    width: 100%;
  }
}

.support-box-img {
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
}

@media screen and (max-width: 1170px) {
  .support-box-img {
    width: 50%;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .support-box-img {
    width: 100%;
    padding: 0;
  }
}

.support-plan {
  background-color: #dfe8f0;
  margin: 120px auto 0;
  position: relative;
  width: 100%;
  max-width: 990px;
  padding: 80px 50px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

@media screen and (max-width: 1170px) {
  .support-plan {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .support-plan {
    margin-top: 17.33333vw;
    width: 92vw;
    padding: 6.66667vw 5.33333vw 8vw;
    border-top-left-radius: 2.66667vw;
    border-top-right-radius: 2.66667vw;
  }
}

.support-plan .ttl {
  font-size: 30px;
  margin-top: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .support-plan .ttl {
    font-size: 4.8vw;
    margin: 5.33333vw 0;
  }
}

.support-plan .txt {
  margin: 0 auto;
  width: 700px;
}

@media screen and (max-width: 767px) {
  .support-plan .txt {
    width: 100%;
    margin-top: 5.33333vw;
  }
}

/*
swiper txt
*/
.swiper-txt {
  width: 440px;
  margin: 20px 0 50px;
}

@media screen and (max-width: 1170px) {
  .swiper-txt {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .swiper-txt {
    width: 100%;
    margin: 2.66667vw 0 6.66667vw;
  }
}

.swiper-txt span {
  display: block;
  background-color: #fff;
  padding: 3px 0;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  color: #aaa;
  border: 1px solid #aaa;
  border-radius: 30px;
  width: 80px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .swiper-txt span {
    width: 17.33333vw;
    font-size: 3.2vw;
  }
}

.swiper-txt .swiper-l-txt {
  font-size: 26px;
  text-align: center;
  color: #234990;
  margin: 16px 0 10px;
}

@media screen and (max-width: 767px) {
  .swiper-txt .swiper-l-txt {
    font-size: 4.8vw;
    margin: 4vw 0 2.66667vw;
  }
}

.swiper-txt .swiper-m-txt {
  padding: 15px 30px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .swiper-txt .swiper-m-txt {
    font-size: 4vw;
  }
}

.swiper-txt .swiper-s-txt {
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .swiper-txt .swiper-s-txt {
    font-size: 2.66667vw;
  }
}

/*
*/
.swiper-slide-prev,
.swiper-slide-next {
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .swiper-slide-prev,
  .swiper-slide-next {
    opacity: inherit;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 47% !important;
    width: 3.6vw !important;
    height: 5.86667vw !important;
    background-size: 3.6vw 5.86667vw !important;
  }
}

/******************************************************************************
 * cv
*******************************************************************************/
@media screen and (max-width: 767px) {
  .cv {
    margin: 13.33333vw auto;
  }
}

.cv h3 {
  text-align: center;
  margin: 100px 0 40px;
}

@media screen and (max-width: 767px) {
  .cv h3 {
    margin: 9.33333vw 0 5.33333vw;
  }
}

.cv-box {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  border: 3px solid #0080c9;
  padding: 40px 0;
}

@media screen and (max-width: 1170px) {
  .cv-box {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .cv-box {
    width: 92vw;
    padding: 6.66667vw 6.66667vw 0;
  }
}

.cv-box .txt {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .cv-box .txt {
    margin: 2.66667vw 0 5.33333vw;
  }
}

.cv-box .txt p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .cv-box .txt p {
    font-size: 4vw;
  }
}

.cv-ttl {
  text-align: center;
}

.cv-ttl img {
  width: 40px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .cv-ttl img {
    width: 6.8vw;
  }
}

.cv-ttl p {
  color: #0080c9;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .cv-ttl p {
    font-size: 4vw;
    margin-top: 2.66667vw;
  }
}

.cv-attention {
  color: #999;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 1170px) {
  .cv-attention {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .cv-attention {
    width: 89.33333vw;
    margin: 0 auto 13.33333vw;
  }
}

.btn1 {
  width: 450px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btn1 {
    margin: 2.66667vw auto;
    width: 73.33333vw;
  }
}

.btn1 a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: url(../img/cv_web_icon.png) no-repeat #0080c9;
  background-position: left 50px top 51%;
  font-size: 22px;
  padding: 30px 0 30px 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 4vw;
    padding: 5.33333vw 0 5.33333vw 6.66667vw;
    background-size: 4.26667vw 3.33333vw;
    background-position: left 6.66667vw top 50%;
  }
}

.btn1 a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .btn2 {
    width: 73.33333vw;
    margin: 2.66667vw auto;
  }
}

.btn2 a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: url(../img/cv_tel_icon.png) no-repeat #234990;
}

@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 4vw;
    padding: 5.33333vw 0 5.33333vw 6.66667vw;
    background-position: left 6.66667vw top 50%;
    background-size: 4.53333vw 3.6vw;
  }
}

.pc-tel-box {
  font-size: 14px;
  margin: 30px 0 0;
}

.pc-tel-box p {
  text-align: center;
  color: #616161;
}

.pc-tel-box span {
  display: inline-block;
  font-family: 'Roboto','sans-serif';
  font-size: 30px;
  background: url(../img/cv_pc_tel_icon.png) no-repeat top 50% left;
  margin-left: 16px;
  padding-left: 36px;
}

/******************************************************************************
 * voice
*******************************************************************************/
.voice {
  background-color: #f2f2f2;
  padding: 100px 0 80px;
}

@media screen and (max-width: 767px) {
  .voice {
    padding: 13.33333vw 6.66667vw;
    margin: 13.33333vw auto;
  }
}

.voice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1170px;
  margin: 60px auto 0;
  position: relative;
}

@media screen and (max-width: 1170px) {
  .voice-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .voice-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 8vw 0 0;
    width: 87.6vw;
  }
}

.voice-box img.voice-illust {
  position: absolute;
  width: 145px;
  height: 149px;
  top: -145px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .voice-box img.voice-illust {
    width: 19.33333vw;
    height: 19.86667vw;
    top: -19.33333vw;
    right: -0.26667vw;
  }
}

.voice-box li {
  width: 370px;
}

@media screen and (max-width: 1170px) {
  .voice-box li {
    width: 80%;
    margin: 10px auto;
  }
}

@media screen and (max-width: 767px) {
  .voice-box li {
    width: 100%;
  }
}

.voice-inner {
  background: url(../img/voice_bg_top.jpg) no-repeat top center, url(../img/voice_bg_bottom.jpg) no-repeat bottom center, url(../img/voice_bg.jpg) repeat-y top center;
  background-size: contain;
  padding: 78px 30px 85px;
}

@media screen and (max-width: 767px) {
  .voice-inner {
    margin: 0 0 8vw;
    padding: 10.4vw 6.66667vw 11.33333vw;
  }
}

.voice-inner img {
  position: static;
  display: block;
  margin: 0 auto;
  width: 210px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .voice-inner img {
    width: 34.66667vw;
    height: auto;
  }
}

.voice-inner .txt {
  margin: 0;
}



/******************************************************************************
 * shoplist
*******************************************************************************/
.shoplist {
  background-color: #FFF;
  padding: 65px 0 95px;
}

@media screen and (max-width: 767px) {
  .shoplist {
    background-position: right 0 top 20%;
    margin: 0vw auto 5.33333vw;
    padding: 10vw 0 3vw;
    background-size: 60%;
  }
}

.shoplist-inner {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .shoplist-inner {
    width: 86.66667vw;
  }
}

.shoplist-inner .ttl {
  font-size:3.0rem;
  margin: 10px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shoplist-inner .ttl {
    font-size:4.0rem;
    margin: 1vw 0;
  }
}

.shoplist-inner img {
  width: 40px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .shoplist-inner img {
    width: 6.66667vw;
    height: 5.73333vw;
  }
}

.shoplist-inner .txt {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .shoplist-inner .txt {
    width: 100%;
    font-size: 2.8rem;
    line-height: 5.0rem;
  }
}

.shoplist-inner .shoplist-ttl {
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .shoplist-inner .shoplist-ttl {
    font-size: 4vw;
    font-weight: 500;
    margin: 2.66667vw 0 1.33333vw;
    margin-top: 1vw;
  }
}

.shoplist-inner .accordion-box .accordion-list{
  background-color: #f7f7f7;
}


.shoplist-inner .accordion-box .accordion-list .title {
  padding: 0;
  font-size: 2.0rem;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .shoplist-inner .accordion-box .accordion-list .title {
    font-size: 4vw;
  }
}

.shoplist-inner .accordion-box .accordion-list .title:before {
  content: none;
}

.shoplist-inner .accordion-box .accordion-list .title span {
  font-weight: normal;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .shoplist-inner .accordion-box .accordion-list .title span {
    font-size: 2.66667vw;
  }
}

.shoplist-inner .accordion-box .accordion-list dd {
  padding: 30px 20px;
}

@media screen and (max-width: 767px) {
  .shoplist-inner .accordion-box .accordion-list dd {
    padding: 4vw 2.66667vw;
  }
}

.shoplist-map-inner {
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .shoplist-map-inner {
    font-size: 2.66667vw;
  }
}

.shoplist-map-inner h3 {
  display: block;
  background-color: #999;
  color: #fff;
  text-align: left;
  font-weight: 400;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .shoplist-map-inner h3 {
    padding: 1.86667vw;
    margin-top: 1.86667vw;
  }
}

.shoplist-map-inner li {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 0;
  color: #999;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .shoplist-map-inner li {
    margin: 0;
    padding: 0;
  }
}

.shoplist-map-inner li::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #626262;
  border-right: 1px solid #626262;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .shoplist-map-inner li::after {
    right: 4vw;
    width: 0.53333vw;
    height: 0.53333vw;
  }
}

.shoplist-map-inner a {
  text-decoration: none;
  color: #626262;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  padding: 15px 30px;
}

@media screen and (max-width: 767px) {
  .shoplist-map-inner a {
    padding: 2vw 4vw;
  }
}

.shoplist-map-inner a:hover {
  opacity: 0.7;
}

/******************************************************************************
 * question
*******************************************************************************/
.question {
  margin: 100px auto 80px;
}

@media screen and (max-width: 767px) {
  .question {
    margin: 13.33333vw auto;
  }
}

.accordion-box {
  margin: 45px auto 0;
  width: 100%;
  max-width: 760px;
}

@media screen and (max-width: 1170px) {
  .accordion-box {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .accordion-box {
    width: 86.66667vw;
  }
}

.accordion-list {
  border-bottom: 1px solid #d2d2d2;
}

@media screen and (max-width: 767px) {
  .accordion-list {
    margin: 8vw 0;
  }
}

.accordion-list dt {
  display: block;
  border-top: 1px solid #d2d2d2;
  padding: 25px 20px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .accordion-list dt {
    padding: 5.33333vw 2.66667vw;
    font-size: 3.33333vw;
    line-height: 5.33333vw;
  }
}

.accordion-list dt .title {
  position: relative;
  padding: 0 40px 0 30px;
}

@media screen and (max-width: 767px) {
  .accordion-list dt .title {
    padding: 0 5.33333vw 0 4vw;
  }
}

.accordion-list dt .title:before {
  content: 'Q';
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  font-size: 28px;
  left: -10px;
  top: -8px;
}

@media screen and (max-width: 767px) {
  .accordion-list dt .title:before {
    font-size: 4.53333vw;
    left: -1.33333vw;
    top: -0.53333vw;
  }
}

.accordion-list dd {
  display: none;
  border-top: 1px dotted #d2d2d2;
  line-height: 1.8;
  padding: 30px;
  color: #414141;
}

@media screen and (max-width: 767px) {
  .accordion-list dd {
    padding: 5.33333vw;
    font-size: 3.33333vw;
    line-height: 5.33333vw;
  }
}

.accordion-icon,
.accordion-icon span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion-icon {
  position: relative;
  width: 20px;
  height: 20px;
  float: right;
  top: -17px;
}

@media screen and (max-width: 767px) {
  .accordion-icon {
    width: 4vw;
    height: 4vw;
    top: -6.66667vw;
  }
}

.position-1 {
  top: -35px;
}

@media screen and (max-width: 767px) {
  .position-1 {
    top: -6.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .position-2 {
    top: -4.4vw;
  }
}

.accordion-icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #777;
  /*border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;*/
}

@media screen and (max-width: 767px) {
  .accordion-icon span {
    width: 50%;
  }
}

.accordion-icon span:nth-of-type(1) {
  top: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
  .accordion-icon span:nth-of-type(1) {
    top: 1.33333vw;
  }
}

.accordion-icon span:nth-of-type(2) {
  top: 10px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .accordion-icon span:nth-of-type(2) {
    top: 1.33333vw;
  }
}

/*＋、－切り替え*/
.accordion-icon.active span:nth-of-type(1) {
  display: none;
}

.accordion-icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .accordion-icon.active span:nth-of-type(2) {
    top: 0.66667vw;
  }
}

/******************************************************************************
 * about-us
*******************************************************************************/
.about-us {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
  padding-top: 80px;
}

@media screen and (max-width: 1170px) {
  .about-us {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .about-us {
    width: 84vw;
    padding-top: 13.33333vw;
  }
}

.about-us img {
  height: auto;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .about-us img {
    width: 100%;
    margin: 0;
  }
}

.about-us ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px auto;
}

@media screen and (max-width: 767px) {
  .about-us ul {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about-us ul li {
  width: 50%;
  padding: 0 30px;
}

@media screen and (max-width: 1170px) {
  .about-us ul li {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .about-us ul li {
    width: 100%;
    padding: 0;
  }
}

.about-us ul li .txt {
  margin: 0;
}

/******************************************************************************
 * footer
*******************************************************************************/
footer {
  background: #151515;
  color: #fff;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.075em;
  font-size: 12px;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 10.66667vw;
    padding: 5.33333vw 0;
    font-size: 2.66667vw;
  }
}

footer p {
  margin: 10px 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer address {
  font-style: normal;
}

/*
page-top
*/
#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0.6;
  background: url(../img/page_top_icon.png) no-repeat top center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  #page-top {
    width: 8.53333vw;
    height: 8.53333vw;
    right: 2.66667vw;
    bottom: 2.66667vw;
  }
}

#page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #page-top a {
    width: 8.53333vw;
    height: 8.53333vw;
  }
}

/****utility
*****************************************/
.pB-5 {
  padding-bottom: 5px !important;
}

.pB-10 {
  padding-bottom: 10px !important;
}

.pB-15 {
  padding-bottom: 15px !important;
}

.pB-20 {
  padding-bottom: 20px !important;
}

.pB-25 {
  padding-bottom: 25px !important;
}

.mB-5 {
  margin-bottom: 5px !important;
}

.mB-10 {
  margin-bottom: 10px !important;
}

.mB-15 {
  margin-bottom: 15px !important;
}

.mB-20 {
  margin-bottom: 20px !important;
}

.mB-25 {
  margin-bottom: 25px !important;
}

.mB-30 {
  margin-bottom: 30px !important;
}

.mB-40 {
  margin-bottom: 40px !important;
}

.mB-50 {
  margin-bottom: 50px !important;
}

.mB-60 {
  margin-bottom: 60px !important;
}

.mB-70 {
  margin-bottom: 70px !important;
}

.mB-80 {
  margin-bottom: 80px !important;
}

.pc-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

.mv-hidden {
  display: none;
}

@media screen and (max-width: 1170px) {
  .mv-hidden {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mv-hidden {
    display: none;
  }
}

/**/
/****vender
*****************************************/
.fade-in {
  opacity: 0.0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}


/****20190712 add header-subnavi
*****************************************/

.head-sub-box {
    width: 100%;
    height: 45px;
    background: #FFF;
    border-top: solid 1px rgba(255,255,255,.3);
}

@media screen and (max-width: 767px) {
    .head-sub-box {
        height: 10.6666vw;
        border-bottom: solid 1px rgba(0,0,0,.3);
    }
}

.head-sub-navi-wrap {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 10px;
}

@media screen and (max-width: 1170px) {
    .head-sub-navi-wrap {
        width: 95%;
    }
}

@media screen and (max-width: 767px) {
    .head-sub-navi-wrap {
        display: flex;
        justify-content: space-between;
        padding-top: 3vw;
    }
}

.head-sub-navi {
    display: inline-block;
    border-right: solid 1px rgba(255,255,255,.3);
}

@media screen and (max-width: 767px) {
    .head-sub-navi {
        display: block;
        width: 33.3333%;
        text-align: center;
        border-right: solid 1px rgba(0,0,0,.3);
    }
}

@media screen and (min-width: 768px) {
  .head-sub-navi a{
    position: relative;
  }
  .head-sub-navi a::after {
    content: "";
    height: 1px;
    background: #101820;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%);
    width: 0;
  }
  .head-sub-navi a:hover {
    text-decoration: none;
  }
  .head-sub-navi a:hover::after {
    width: 100%;
  }
}



.head-sub-navi:first-child .head-sub-navi-link {
    padding-left: 0;
}

.head-sub-navi:last-child {
    border-right: none;
}

.head-sub-navi-link {
    color: #101820;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: 0 1.8em;
    transition: opacity .3s;
}

@media screen and (max-width: 767px) {
    .head-sub-navi-link {
        font-size: 2.8vw;
        line-height: 1.6;
        padding: 0;
    }
}

.head-sub-navi-link:hover {
    opacity: .7;
}

/******************************************************************************
 * reservation
*******************************************************************************/
.reservation{
  
}
.reservation_up{
  margin-top:-180px;
  z-index:1;
  position: relative;
}
.reservation_inner{
  width:1000px;
  max-width: 100%;
  border:15px solid #efabb9;
  text-align: center;
  margin: 0 auto;
  padding-top:45px;
  padding-bottom:45px;
  margin-bottom:100px;
}
.reservation_up .reservation_inner{
  margin-bottom:120px;
}
.reservation_ttl_en{
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: normal;
  color: #ec87a7;
  margin-bottom:5px;
}
.reservation_ttl{
  font-size: 3.0rem;
  line-height: 3.2rem;
  margin-bottom:20px;
  font-weight: normal;
}
.reservation_txt{
  font-size: 1.4rem;
  line-height: 3.0rem;
  margin-bottom:30px;
}
.reservation_btn_area{
  font-size: 1.4rem;
  line-height: 3.0rem;
  margin-bottom:30px;
}
.reservation_btn{
  display: block;
  background-color: #000;
  color:#FFF;
  border-radius: 10px;
  padding:20px 20px;
  text-decoration: none;
  width:350px;
  margin: 0 auto;
  position: relative;
  letter-spacing: 3px;
}
.reservation_btn::before{
  content: '';
  display: inline-block;
  background-image: url(../img/cv_web_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width:31px;
  height:24px;
  margin-right:20px;
  position: relative;
  top:5px;
  left:0;
}
@media screen and (min-width: 768px) {
  .reservation_btn{
    border: 2px solid #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .reservation_btn:hover{
    background-color: #FFF;
    color:#000;
  }
  .reservation_btn:hover::before{
    background-image: url(../img/icon_top_btn.png);
  }
}
.reservation_tel_area{
  font-size: 1.4rem;
  line-height: 3.0rem;
}
.reservation_tel_area span{
  font-size: 3.0rem;
}
.reservation_tel_area span::before{
  content: '';
  display: inline-block;
  background-image: url(../img/cv_pc_tel_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width:31px;
  height:24px;
  margin-left:5px;
  margin-right:5px;
  position: relative;
  top:5px;
  left:0;
}
@media screen and (max-width: 767px) {
  .reservation{
  
  }
  .reservation_up{
    margin-top:-25vw;
  }
  .reservation_inner{
    width:100%;
    border:2vw solid #efabb9;
    text-align: center;
    margin: 0 auto;
    padding-top:11vw;
    padding-bottom:10vw;
    margin-bottom:10vw;
  }
  .reservation_up .reservation_inner{
    margin-bottom:20vw;
  }
  .reservation_ttl_en{
    font-size: 2.8rem;
    line-height: 2.5rem;
    letter-spacing: 0.1rem;
    color: #ec87a7;
    margin-bottom:2.5vw;
  }
  .reservation_ttl{
    font-size: 4.0rem;
    line-height: 3.2rem;
    margin-bottom:6.5vw;
  }
  .reservation_txt{
    font-size: 2.6rem;
    line-height: 4.3rem;
    margin-bottom:7vw;
  }
  .reservation_btn_area{
    font-size: 2.0rem;
    line-height: 3.0rem;
    margin-bottom:3vw;
  }
  .reservation_btn{
    letter-spacing: 0.4rem;
    display: block;
    background-color: #000;
    color:#FFF;
    border-radius: 1vw;
    padding:5vw 0vw 5vw 10vw;
    text-decoration: none;
    width:64vw;
    margin: 0 auto 1.5vw;
    position: relative;
  }
  .reservation_btn::before{
    content: '';
    display: inline-block;
    background-image: url(../img/cv_web_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width :6vw;
    height:6vw;
    position: absolute;
    top :50%;
    left:5vw;
    transform: translate(0 , -50%);
  }
  .reservation_tel_btn{
    letter-spacing: 0.4rem;
    display: block;
    background-color: #f0abb9;
    color:#000;
    border-radius: 1vw;
    padding:5vw 0vw 5vw 10vw;
    text-decoration: none;
    width:64vw;
    margin: 0 auto;
    position: relative;
  }
  .reservation_tel_btn::before{
    content: '';
    display: inline-block;
    background-image: url(../img/cv_pc_tel_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width :6vw;
    height:6vw;
    position: absolute;
    top :50%;
    left:5vw;
    transform: translate(0 , -50%);
  }
  .reservation_tel_area{
    font-size: 2.2rem;
    line-height: 3.0rem;
    color:#999;
  }
  .reservation_tel_area span{
    font-size: 3.0rem;
  }
  .reservation_tel_area span::before{
    content: '';
    display: inline-block;
    background-image: url(../img/cv_pc_tel_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width:31px;
    height:24px;
    margin-left:5px;
    margin-right:5px;
    position: relative;
    top:5px;
    left:0;
  }
}

@-webkit-keyframes n-txt-kf{
/*
  0%  {opacity:0;color:#f5acb9;-webkit-transform:translateY(30px);transform:translateY(30px)}
  50% {color:#f5acb9;}
  90% {opacity:1;color:#000000;-webkit-transform:translateY(0px);transform:translateY(0px)}
*/
 0%  {opacity:0;color:#000;-webkit-transform:translateY(30px);transform:translateY(30px)}
  50% {color:#000;}
  90% {opacity:1;color:#000000;-webkit-transform:translateY(0px);transform:translateY(0px)}
  100%{opacity:1;}
}
@keyframes n-txt-kf{
/*
  0%  {opacity:0 ;color:#f5acb9;-webkit-transform:translateY(30px);transform:translateY(30px)}
  50% {color:#f5acb9;}
*/
  0%  {opacity:0 ;color:#000;-webkit-transform:translateY(30px);transform:translateY(30px)}
  50% {color:#000;}
  90% {opacity:1 ;color:#000000;-webkit-transform:translateY(0px);transform:translateY(0px)}
  100%{opacity:1 ;}
}

@-webkit-keyframes n-br-kf{
  0%  {opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}
  90% {opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}
  100%{opacity:1;}
}
@keyframes n-br-kf{
  0%  {opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}
  90% {opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}
  100%{opacity:1;}
}

@-webkit-keyframes n-fade-kf{
  0%  {opacity:0;}
  90% {opacity:1;}
  100%{opacity:1;}
}
@keyframes n-fade-kf{
  0%  {opacity:0;}
  90% {opacity:1;}
  100%{opacity:1;}
}

@-webkit-keyframes n-fade-p-kf{
/*
  0%  {color:#f5acb9;opacity:0;}
  50% {color:#f5acb9;}
*/
  0%  {color:#000;opacity:0;}
  50% {color:#000;}
  90% {color:#000000;opacity:1;}
  100%{opacity:1;}
}
@keyframes n-fade-p-kf{
/*
  0%  {color:#f5acb9;opacity:0;}
  50% {color:#f5acb9;}
*/
  0%  {color:#000;opacity:0;}
  50% {color:#000;}
  90% {color:#000000;opacity:1;}
  100%{opacity:1;}
}

.n-sf-wrap.this-anim{
  -webkit-animation-name:n-fade-kf;
  animation-name:n-fade-kf;
/*
  -webkit-animation-duration:2.1s;
  animation-duration:2.1s;
*/
  -webkit-animation-duration:.6s;
  animation-duration:.6s;
  -webkit-animation-timing-function:cubic-bezier(.25,1,.5,1);
  animation-timing-function:cubic-bezier(.25,1,.5,1);
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-play-state:paused;
  animation-play-state:paused;
  opacity:0;
}

.n-sf-wrap .n-fp-anim,
.n-sf-wrap .n-fd-anim,
.n-sf-wrap .n-br-anim,
.n-sf-wrap .n-txt-anim{
  -webkit-animation-name:n-txt-kf;
  animation-name:n-txt-kf;
/*
  -webkit-animation-duration:2.1s;
  animation-duration:2.1s;
*/
  -webkit-animation-duration:.6s;
  animation-duration:.6s;
  -webkit-animation-timing-function:cubic-bezier(.25,1,.5,1);
  animation-timing-function:cubic-bezier(.25,1,.5,1);
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-play-state:paused;
  animation-play-state:paused;
  opacity:0;
}

.n-sf-wrap .n-br-anim{
  -webkit-animation-name:n-br-kf;
  animation-name:n-br-kf;
}

.n-sf-wrap .n-fd-anim{
  -webkit-animation-name:n-fade-kf;
  animation-name:n-fade-kf;
}
.n-sf-wrap .n-fp-anim{
  -webkit-animation-name:n-fade-p-kf;
  animation-name:n-fade-p-kf;
}
.n-sf-wrap.show .n-fp-anim,
.n-sf-wrap.show .n-fd-anim,
.n-sf-wrap.show .n-br-anim,
.n-sf-wrap.show .n-txt-anim{
  -webkit-animation-play-state:running;
  animation-play-state:running;
  opacity:1;
}
.n-sf-wrap.this-anim.show{
  -webkit-animation-play-state:running;
  animation-play-state:running;
  opacity:1;
}

.n-d2 {
  transition-delay: .2s;
  animation-delay:  .2s;
}
.n-d3 {
  transition-delay: .4s;
  animation-delay:  .4s;
}
.n-d4 {
  transition-delay: .6s;
  animation-delay:  .6s;
}
.n-d5 {
  transition-delay: .8s;
  animation-delay:  .8s;
}
.n-d6 {
  transition-delay: 1.0s;
  animation-delay:  1.0s;
}


.header_wrap{
  padding-top:105px;
}
.header_wrap header{
  position: fixed;
  top:0;
  left:0;
  z-index: 50;
}