@charset "UTF-8";

body {
  color : #666;
}

.header {
  position: absolute;
  width : 970px;
  max-width : 100%;
  margin : 0 auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}

.header-info {
  display : flex;
  justify-content : space-between;
  width : 100%;
  align-items : center;
  height : 60px;
}

h1.logo {
  width : 50%;
}

h1.logo img {
    width: 240px;
    /* height : 24px; */
    position: relative;
    z-index : 99;
}

.header-btns {
  display : flex;
  justify-content : right;
  width : 50%;
}

.header-btns a {
  display : block;
  width: 208px;
  margin-left : 10px;
}

.header-btns a:first-child {
  margin-left : auto;
}

@media screen and (max-width: 1100px) {
  .header-btns {
    padding-right : 60px;
  }
}

@media screen and (max-width: 970px) {
  .header {
    position : fixed;
    background : #fff;
  }
  .header-info {
    position : relative;
    /* padding-top : 10px; */
  }
  h1.logo {
    padding-left : 10px;
  }
}

@media screen and (max-width: 767px) {
  .header-info {
    display : block;
    position : relative;
    padding: 10px 0 10px;
    z-index: 21;
    height: 85px;
  }
  h1.logo {
    width : 100%;
  }
  h1.logo img {
    margin : 0 auto;
  }
  .header-btns {
    margin-top: 6px;
    width : 100%;
    justify-content : center;
    background-color: #fff;
  }
  .header-btns a:first-child {
    margin-left : 10px;
  }
}

/*----------------------------------------
  topMv
----------------------------------------*/
.mv {
  width : 100%;
  margin-top: 60px;
  opacity :  0;
  transition :  1s;
  position : relative;
}

.mv.on {
  opacity : 1;
}

@media screen and (max-width: 767px) {
  .mv {
    margin-top: 85px;
  }
}

.mv__img {
  width : calc(282 / 1200 * 100%);
  position : absolute;
  left : calc(42 / 1200 * 100%);
  top : calc(24 / 735 * 100%);
}
.mv__img2 {
  width: 32%;
  position : absolute;
  top: 15px;
  left: 4%;
}

.mv__copy {
  width: calc(182 / 1200 * 100%);
  position : absolute;
  right : calc(66 / 1200 * 100%);
  top : 0
}

@media screen and (max-width: 767px) {
  .mv__img {
    width : calc(633 / 750 * 100%);
    top : calc(10 / 1195 * 100%);
    left: 50%;
    transform: translateX(-50%);
  }
  .mv__img2 {
    width: 58%;
    top: 4%;
    left: 21%;
  }
  .mv__copy {
    width : calc(470 / 750 * 100%);
    top : auto;
    bottom: calc(80 / 1195 * 100%);
    left: 0;
  }
}

.mv__note {
  width : 970px;
  max-width : calc(100% - 30px);
  margin: 20px auto 0;
}

.mv__note .c-note {
  margin-bottom : 0;
}

@media screen and (max-width: 767px) {
  .mv__note {
    margin-top : 20px;
  }
  .mv__note .c-note {
    margin-top : 0;
  }
}

/*----------------------------------------
  sec-head
----------------------------------------*/

.sec-head {
  background: #6db0a7 url(../img/title-area-bg.svg);
  background-size : 128px;
  text-align : center;
  margin-top:150px;
  position : relative;
  overflow:
  hidden;
}

.sec-head__inner {
  background: #6db0a7;
  width : 590px;
  margin : 0 auto;
  padding:80px 0 50px;
  position : relative;
}

@media screen and (max-width: 767px) {
  .sec-head {
    margin-top : 50px;
  }
  .sec-head__inner {
    width: 85%;
    padding : 40px 10px 20px;
  }
}

.sec-head::before{
  position:
  absolute;
  top: 0px;
  left:
  calc(50% - 1920px);
  width:0;
  height:0;
  border-style:
  solid;
  border-width:300px 1920px 0 0;
  border-color:#fff transparent transparent transparent;
  content:
  "";
  z-index: 1;
}
.sec-head::after{
  position:
  absolute;
  top: 0px;
  left:50%;
  width:0;
  height:0;
  border-style:
  solid;
  border-width:300px 0 0 1920px;
  border-color:#fff transparent transparent transparent;
  content:
  "";
  z-index: 1;
}

.sec-head__no {
  width: 150px;
  margin : 0 auto;
}

.sec-head__title-box {
  min-height : 150px;
  display : flex;
  justify-content :center;
  align-items : center;
  flex-direction : column;
}

.sec-head__title {
  font-size: 30px;
  color : #fff;
  font-weight : normal;
  margin : 30px 0 20px;
  line-height: 1.6;
  letter-spacing: 3px;
}

.sec-head__txt {
  line-height : 1.8;
  font-size : 16px;
  color : #fff;
}

.sec-head__selectlogo {
  position : absolute;
  right : -30px;
  top : 0;
  width : 160px;
}

@media screen and (max-width: 767px) {
  .sec-head__no {
    width : 90px;
  }
  .sec-head__selectlogo {
    width: calc(240 / 750 * 100vw);
    top : calc(0 / 750 * 100vw);
  }
  .sec-head__title {
    font-size: 20px;
    letter-spacing: 0.18rem;
  }
  .sec-head__txt {
    font-size : 14px;
  }
  .sec-head__title-box {
    margin-top : 20px;
    min-height : auto;
  }
}

@media screen and (max-width: 400px) {
  .sec-head__selectlogo {
    top: calc(-35 / 750 * 100vw);
  }
}

/* sp Toggle Button */
#top-head {
  position : fixed;
  /* margin-top : -1px; */
  top: 0;
  left : 0;
  width : 100%;
  max-width : 100%;
  display : block;
  height : 0px;
  overflow : hidden;
  transition-duration : .5s;
  z-index: 10;
  /* background:  #fff; */
  padding-top: 60px;
  border-top:  none;
}
#top-head.open {
  height: 100vh;
  position : fixed;
  background: #fff;
}
.sp-nav-btn {
    display: block;
    position: fixed;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
.sp-nav-btn div {
    position: relative;
}
.sp-nav-btn span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.sp-nav-btn span:nth-child(1) {
    top: 0;
}
.sp-nav-btn span:nth-child(2) {
    top: 11px;
}
.sp-nav-btn span:nth-child(3) {
    top: 22px;
}

/* #nav-toggle 切り替えアニメーション */
.sp-nav-btn.open span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
}
.sp-nav-btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
}
.sp-nav-btn.open span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.gnav {
    display : block;
}
#top-head > ul,
#top-head > ul > li,
.header_btn {
  display : block;
  width : 100%;
  border : none;
  /* background : #fff; */
}
#top-head > ul {
  border-bottom: solid 1px #999;
}
#top-head > ul > li,
.header_btn {
  height : auto;
}
#top-head > ul > li {
  border-top : solid 1px #999;
}
#top-head a {
  padding : 20px 0;
}

#top-head ul li a {
  display : flex;
    height : 100%;
    justify-content :
    center;
    align-items : center;
    color : #000;
    text-decoration : none;
    text-align  : center;
    font-size: 14px;
}

#top-head li a:hover {
  background : #BBDBDB;
}

@media screen and (max-width: 767px) {
  #top-head {
    padding-top: 85px;
    /* top : 85px; */
  }
    .sp-nav-btn {
      top : 46px;
    }
}

/*----------------------------------------
  cv
----------------------------------------*/
.cvbtn {
  width : 970px;
  max-width : calc(100% - 30px);
  margin: 100px auto;
  display : flex;
  justify-content :space-between;
  flex-wrap : wrap;
}

.head-cv {
  margin: 40px auto 180px;
}

.cvbtn a {
  display : block;
  width : calc(100% / 2 - 10px);
  position : relative;
	-webkit-animation: animateCv 2s ease-out infinite;
    animation: animateCv 2s ease-out infinite;
}

.cvbtn a:before {
  content : "";
  width : 100%;
  height : 100%;
  position : absolute;
  top : 0;
  left : 0;
}

.cvbtn__request:before  {
  background: rgba(170,92,61,.85);
}

.cvbtn__reserve:before  {
  background: rgba(178,134,34,.85);
}

.cvbtn__text {
  position : absolute;
  left : 0;
  top : 0;
  width : 100%;
}

@media screen and (max-width: 767px) {
  .cvbtn {
    margin : 40px auto;
  }
  .head-cv {
    margin-bottom : 40px;
  }
  .cvbtn a {
    width : 100%;
    margin-bottom : 10px;
  }
}

.footer-cv .cvbtn__request:before  {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width : calc(293 / 470 * 100%);
  height : 0;
  padding-bottom : calc(156 / 470 * 100%);
}

.footer-cv .cvbtn__reserve:before  {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width : calc(293 / 470 * 100%);
  height : 0;
  padding-bottom : calc(156 / 470 * 100%);
}

.footer-cv .cvbtn__text {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width : calc(293 / 470 * 100%);
}

/*----------------------------------------
  top_read
----------------------------------------*/
.top_read {
  margin: 0;
  text-align: center;
  font-weight: 700;
  padding: 0;
  border-top: #AF9351 8px solid;
  border-bottom: #AF9351 8px solid;
}
.top_read p {
  margin: 0;
  padding: 0 10px;
  line-height: 1.4;
}
.top_read .top_read-01 {
  font-size: 56px;
  color: #000;
}
.top_read .top_read-01 small {
  font-size: 85%;
}
.top_read .top_read-01 span {
  font-size: 36px;
}
.top_read .top_read-02 {
  font-size: 48px;
  color: #AF9351;
}
.top_read .top_read-02 span {
  font-size: 34px;
}
.top_read .top_read-03 {
  margin-top: 10px;
  padding: 0 10px 10px;
  font-size: 68px;
  color: #fff;
  background-color: #7B5340;
}
.mv-banner_pc {
  margin: 40px 0 180px;
}
.mv-banner_pc figure {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
@media only screen and (max-width: 1023px){
  .top_read .top_read-01 {
    font-size: 44px;
  }
  .top_read .top_read-02 {
    font-size: 36px;
  }
  .top_read .top_read-02 span {
    font-size: 28px;
  }
  .top_read .top_read-03 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px){
  .top_read {
    font-size: 18px;
    margin-bottom: 10px;
    /* margin-top: 0; */
    margin-top: 20px;
  }
  .top_read .top_read-01 {
    font-size: 30px;
  }
  .top_read .top_read-01 span {
    font-size: 18px;
  }
  .top_read .top_read-02 {
    font-size: 25px;
  }
  .top_read .top_read-02 span {
    font-size: 20px;
  }
  .top_read .top_read-03 {
    font-size: 24px;
  }
  .mv-banner_pc {
    display: block;
		margin: 20px 0 60px;
  }
  .mv-banner_pc figure {
    width: 95%;
    padding-top: 10px;
  }
}

/*----------------------------------------
  common
----------------------------------------*/
.note {
  font-size : 12px;
}

@media screen and (max-width: 767px) {
  .note {
    font-size : 10px;
    line-height : 1.6;
  }
}

.arrow-down {
  padding: 50px 0 40px;
}

.arrow-down img {
  width : 55px;
  margin : 0 auto;
}

@media screen and (max-width: 767px) {
  .arrow-down {
    padding : 30px;
  }
  .arrow-down img {
    width : 27px;
  }
}

.picup {
  background : #fff;
  width: 1000px;
  max-width: calc(100% - 30px);
  margin : 40px auto 0;
  position : relative;
  padding : 20px;
}

.picup__logo {
  width : 173px;
  position : absolute;
  top : -20px;
  left : 0;
  z-index : 2;
}

.picup__inner {
  border : solid 2px #C0DED6;
  padding : 40px;
  position : relative;
}

.picup__title {
  color : #58938F;
  font-size: 26px;
  margin-bottom : 20px;
}

.picup__title2 {
  display : inline-block;
  margin-left : 20px;
  font-size: 18px;
  color : #967D23;
}

@media screen and (max-width: 767px) {
  .picup {
    padding : 10px;
  }
  .picup__logo {
    width : 100px;
    top : -10px;
  }
  .picup__inner {
    padding : 20px;
  }
  .picup__title {
    font-size: 18px;
  }
  .picup__title2 {
    margin-left : 0;
    margin-top : 10px;
    font-size : 14px;
  }
}

.c-note {
  font-size : 12px;
  margin-top : 40px;
}

@media screen and (max-width: 767px) {
  .c-note {
    font-size : 10px;
    margin-top : 20px;
  }
}

#globalFooter {
  background : #000;
  margin-top: 100px;
  padding: 15px 0 20px;
  text-align : center;
}

.copy {
  font-size : 12px;
  color : #fff;
}

@media screen and (max-width: 767px) {
  #globalFooter {
    margin-top: 80px;
  }
  .copy {
    font-size : 10px;
  }
}


/*----------------------------------------
  head
----------------------------------------*/
.head__img {
  width : 750px;
  max-width : 100%;
  margin : 0 auto;
}

@media screen and (max-width: 767px) {
  .head__img {
    width : calc(564 / 750 * 100%);
  }
}

/*----------------------------------------
  contents
----------------------------------------*/
.structure,
.performance,
.selected,
.whatsaqura {
  background : #F5F4F4;
  padding-top : 50px;
}

@media screen and (max-width: 767px) {
  .structure,
  .performance,
  .selected,
  .whatsaqura {
    padding-top : 30px;
  }
}

.con-slider {
  background : #D4E8E3;
  padding : 50px 0;
}

.structure__slider-item,
.performance__slider-item {
  display : block;
  margin : 0 20px;
}

@media screen and (max-width: 767px) {
  .con-slider {
    padding : 20px 0;
  }
}

.con-title {
  color : #796B47;
  font-weight : normal;
  font-size: 30px;
  text-align : center;
  margin-bottom: 100px;
  line-height: 1.6;
}

.con-title span {
  font-size : 30px;
}

.con-title.con-title1 {
  margin-bottom : 10px;
}

.con-title2 {
  text-align : center;
  font-size : 20px;
}

@media screen and (max-width: 767px) {
  .con-title {
    font-size : 18px;
    line-height : 1.6;
    margin-bottom: 60px;
  }
  .con-title span {
    font-size : 24px;
  }
}

.bd-title {
  text-align : center;
}

.bd-title span {
  font-size : 18px;
  position : relative;
  padding : 0 130px;
  margin : 0 auto;
  display:inline-block;
}

.bd-title span:before,
.bd-title span:after {
  content : "";
  height : 1px;
  width : 100px;
  background : #333;
  position : absolute;
  top : 50%;
  left : 0;
}

.bd-title span:after {
  left : auto;
  right : 0;
}

@media screen and (max-width: 767px) {
  .bd-title span {
    font-size : 16px;
    padding : 0 40px;
  }
  .bd-title span:before,
  .bd-title span:after {
    width : 30px;
  }
}

/*----------------------------------------
  structure
----------------------------------------*/
.section01 .sec-head {
  margin-top : 90px;
}

@media screen and (max-width: 767px) {
  .section01 .sec-head {
    margin-top : 60px;
  }
}
  
.structure__head {
  width: 1000px;
  max-width:  100%;
  margin : 0 auto;
  padding : 0 0 50px;
}

/*----------------------------------------
  performance
----------------------------------------*/
.performance {
  padding-top : 0;
  padding-bottom : 80px;
}

.performance__head {
  width : 560px;
  max-width:  100%;
  margin : 0 auto;
  padding: 55px 0 80px;
}

.performance__total-title {
  font-size: 30px;
  text-align : center;
  color : #796B47;
}

.performance__picup .picup__title {
  position : absolute;
  top : 40px;
  left : 40px;
}

.picup__title-note {
  font-size : 12px;
  color : #666;
  display : block;
  margin-top : 5px;
}

.performance__slider-area {
  background : #EEE9C9;
}

@media screen and (max-width: 767px) {
  .performance__head {
    padding : 20px 10px 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .performance__total-title {
    font-size : 19px;
  }
  .performance__picup .picup__title {
    left : 20px;
    font-size: 16px;
  }
}


/*----------------------------------------
  selected
----------------------------------------*/
.selected {
  padding-bottom : 100px;
}

.section02 .sec-head {
  margin-top : 0;
}

.selected__picup .picup__inner img {
  margin-bottom : 30px;
}

.selected__total-img {
  width: 1000px;
  max-width : calc(100% - 30px);
  margin : 0 auto;
}

.selected__total-img img {
  width: calc(747 / 1000 * 100%);
  margin-left : auto
}
.content_sub {
  max-width: 860px;
  width: 96%;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .selected {
    padding-bottom : 60px;
  }
  .selected__total-img {
    margin-top : calc(-120 / 750 * 100vw);
  }
  .selected__total-img img {
    width : 100%;
    margin-left : 0;
  }
  .content_sub {
    margin: 30px auto 0;
  }
}

/*----------------------------------------
  plan
----------------------------------------*/
.plan {
  background : #DFEFEA;
  position : relative;
  padding-top: 60px;
  margin-top: 200px;
}

.plan__title-img {
  width : 200px;
  display : block;
  position : absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.plan .head {
  margin-top : 50px;
}

@media screen and (max-width: 767px) {
  .plan {
    margin-top : 100px;
    padding-top : 50px;
  }
  .plan__title-img {
    width : 140px;
    top : -60px;
  }
}

.plan__title1 {
  letter-spacing: 0.1em;
}

.plan-nav {
  width: 700px;
  max-width : calc(100% - 30px);
  margin: 25px auto 80px;
  display : flex;
  justify-content :
  space-between;
  flex-wrap :
  wrap;
}

.plan-nav a {
  display : block;
  width : calc(100% / 2 - 10px);
  position : relative;
}

.plan-nav a .plan-nav__on {
  position : absolute;
  top : 0;
  left : 0;
  opacity : 0;
  transition : 0.5s;
}

.plan-nav a.on .plan-nav__on,
.plan-nav a:hover .plan-nav__on{
  opacity : 1;
}

@media screen and (max-width: 767px) {
  .plan .head {
    margin-top: 20px;
  }
  .plan-nav {
    margin : 20px auto;
  }
  .plan-nav a {
    width : 100%;
    margin-bottom : 2px;
  }
}

.plan-head {
  width : calc(970px + ((100% - 970px) / 2));
  max-width : calc(100% - 30px);
  margin-right : auto;
  display : flex;
  justify-content :space-between;
  margin-bottom : -100px;
}

.plan1 .plan-head {
  margin-left : auto;
  margin-right : 0;
}

.plan-head__image {
  width : calc(683 / 970 * 100%);
}

.plan1 .plan-head__image {
  order : 2;
}

.plan-head__contents {
  width: calc(240 / 970 * 100%);
  margin-left : 30px;
}

.plan1 .plan-head__contents {
  margin-left : 0;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .plan-head {
    flex-wrap :wrap;
    margin-bottom : -50px;
  }
  .plan-head__image {
    width : 100%;
    margin-bottom : 20px;
  }
  .plan-head__contents {
    width : 100%;
    order : 2;
  }
}

.plan__en-title {
  width : 110px;
}

.plan-head__title {
  font-size: 22px;
  color : #796B47;
  margin : 20px 0;
  font-weight : normal;
}

.plan-head__txt {
  font-size : 14px;
  line-height: 1.8;
}

.plan-data {
  font-size : 12px;
  margin-top : 40px;
}

.plan-data__data {
  margin-bottom : 30px;
}

@media screen and (max-width: 767px) {
  .plan-data {
    margin-top : 20px;
  }
  .plan-data__data {
    width : calc(520 / 750 * 100vw);
  }
  .plan-data__pict {
    width: calc(520 / 750 * 100vw);
  }
}

.plan-data__box {
  display : flex;
  justify-content :
  space-between;
  align-items : center;
  margin-top : 10px;
  height : 0px;
  overflow : hidden;
  transition : .5s;
}

.open .plan-data__box {
  height : 80px;
}

.open .plan-data__box p {
  line-height : 1.8;
}

.plan-bg {
  padding-top : 200px;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .plan-bg {
    padding : 80px 0 40px;
  }
}

.plan-slide__area {
  width : 970px;
  max-width : calc(100% - 30px);
  background : #fff;
  margin : 0 auto;
  padding: 50px 40px;
}

.plan-slide__detail {
  width : 100%;
  margin : 0 auto;
}

@media screen and (max-width: 767px) {
  .plan-slide__area {
    padding : 20px;
  }
}

.plan-slide__img {
  position : relative;
}

.plan-slide__item {
  position : relative;
}

.plan-cp {
  width : 20px;
  position : absolute;
  bottom : 0;
  right : 0;
}

@media screen and (min-width: 768px) {
  .plan-slide {
    display : flex;
    
    justify-content : center;
  }
  .plan-slide__item {
    margin : 0 auto;
    width : calc(230 / 830 * 100%);
  }
  .plan1 .plan-slide__item {
    margin : 0 calc(-10 / 830 * 100%);
  }
}

@media screen and (max-width: 767px) {
  .plan-cp {
    width : 25px;
  }
  .plan-slide__item {
    margin : 10px 15px 0;
  }
}

.plan-photo {
  width : 520px;
  max-width : calc(100% - 30px);
  margin : 50px auto 0;
}

.plan-photo__title {
  color : #796B47;
  font-size : 14px;
  text-align : center;
  display : flex;
  justify-content :space-between;
  align-items : center;
}

.plan-photo__title:before,
.plan-photo__title:after {
  content : "";
  display : block;
  width : auto;
  height : 1px;
  background  :#796B47;
  flex  :1;
}

.plan-photo__title:before {
  margin-right : 10px;
}

.plan-photo__title:after {
  margin-left : 10px;
}

.plan-photo__row {
  display : flex;
  justify-content :space-between;
  align-items : center;
  margin-top : 20px;
}

.plan-photo__row > div {
  width : calc(100% / 2 - 5px);
}

.plan-note {
  font-size :  10px;
}

@media screen and (max-width: 767px) {
  .plan-photo {
    margin-top : 30px;
  }
  .plan-note {
    margin-top : 20px;
  }
}



/*----------------------------------------
  voice
----------------------------------------*/
.voice {
  padding : 100px 0;
}

@media screen and (max-width: 767px) {
  .voice {
    padding : 0 0 10px;
  }
}

.voice__title {
  font-size : 22px;
  line-height: 1.6;
  color : #796B47;
  position : relative;
  text-align : center;
  width : 766px;
  max-width : calc(100% - 30px);
  margin : 0 auto 30px;
}

.voice__title:before {
  content : "";
  background : #796B47;
  height : 1px;
  width : 100%;
  position : absolute;
  top: 50%;
  transform: translateY(-50%);
  left : 0;
}

.voice__title span {
  background : #fff;
  position : relative;
  padding : 2px 15px;
  display : inline-block;
  border-left : 1px solid #796B47;
  border-right : 1px solid #796B47;
}

.voice-youtube {
  max-width: 860px;
  margin: 30px auto 20px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  position : relative;
}
.voice-youtube:before {
  content : "";
  background : #796B47;
  height : 1px;
  width : 90%;
  position : absolute;
  bottom: 0;
  transform: translateX(-50%);
  left : 50%;
}
.voice-youtube p {
  width: 70%;
}
.voice-youtube a {
  opacity: 1;
  transition: all 0.3s;
}
.voice-youtube a:hover {
  opacity: 0.7;
}

.voice-con.voice1 {
  margin: 30px 0 0;
}

.voice-con.voice2 {
  margin: 200px 0 0;
}

.voice-con__row {
  width: calc(766px + ((100% - 766px) / 2));
  max-width: calc(100% - 30px);
  margin-left : auto;
  margin-bottom: 80px;
  display : flex;
  justify-content : space-between;
}

.voice2 .voice-con__row {
  margin-left : 0;
  margin-right : auto;
}
  
.voice-con__contents {
  flex : 1;
  position : relative;
  margin-right : 40px;
  padding-top : 20px;
}

.voice2 .voice-con__contents {
  order : 2;
  margin-right : 0;
  margin-left : 40px;
}

.voice-con__image {
  width : 300px;
}

.voice__comment {
  margin : 0 auto 30px;
  display : flex;
  justify-content : left;
  flex-wrap : wrap;
  align-items: end;
}

.voice__comment img {
  width : 260px;
  margin : 0 20px 20px 0;
}

.voice2 .voice__comment img {
  order : 2;
  margin : 0 0 20px 20px;
}

@media screen and (max-width: 1300px) {
  .voice2 .voice__comment img {
    order : 1;
  }
  .voice2 .voice-con__title {
    order : 2;
  }
}

@media screen and (max-width: 1023px) {
  .voice-con__image {
    width : calc(300 / 970 * 100%);
  }
  .voice__comment {
    width : 100%;
  }
}

@media screen and (max-width: 767px) {
  .voice__title {
    font-size : 16px;
  }
  .voice-youtube {
    display: block;
  }
  .voice-youtube p {
    margin: 15px auto 0;
    max-width: 500px;
    width: 80%;
  }
  .voice-con.voice1 {
    margin : 0;
  }
  .voice-con.voice2 {
    margin : 80px 0 0;
  }
  .voice-con__row,
  .voice2 .voice-con__row {
    flex-wrap :wrap;
    margin : 0 auto 40px;
  }
  .voice-con__image {
    width: calc(100% - 60px);
    order : 2;
    margin : 20px auto 0;
  }
  .voice-con__contents,
  .voice2 .voice-con__contents {
    margin : 0;
    width : 100%;
    flex : auto;
  }
  .voice__comment {
    margin-bottom : 10px;
  }
  .voice__comment img,
  .voice2 .voice__comment img {
    width : calc(580 / 750 * 100vw);
    margin : 0 auto 20px;
  }
}

.voice-con__contents p {
  line-height:  1.8;
}

.voice-con__title {
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom : 10px;
  color : #000;
  min-width : 320px;
}

.voice-con__text {
  font-size: 16px;
  letter-spacing: 2px;
}

.voice-con__slide-title {
  margin-top: -150px;
}
.voice-con__slide-title span {
  font-size: 18px;
  letter-spacing: 2px;
  color : #796B47;
}

.bd-title span:before,
.bd-title span:after {
  background : #796B47;
}

.voice-con__slide {
  width: 766px;
  max-width : calc(100% - 30px);
  margin: 20px auto 0;
}
@media only screen and (max-width:1340px){
  .voice-con__slide-title {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .voice-con__title {
    font-size: 18px;
    margin : 0;
  }
  .voice-con__text {
    margin : 0;
    padding : 0;
    font-size : 13px;
  }
  .voice-con__slide-title {
    margin-top: 0;
  }
  .voice-con__slide {
    margin : 20px auto;
  }
}


/*----------------------------------------
  whatsaqura
----------------------------------------*/
/*.whatsaqura {
  padding-bottom : 100px;
}

.whatsaqura__head {
  width : 850px;
  max-width : 100%;
  margin: 0 auto 100px;
  padding: 0 0 200px 0;
  position : relative;
  min-height : 500px;
}

.whatsaqura__head-title {
  width : 360px;
  max-width : calc(100% - 30px);
}

.whatsaqura__head-text {
  margin-top : 40px;
  font-size : 20px;
  line-height : 1.8;
  max-width : calc(100% - 30px);
}

.whatsaqura__head-map {
  width : 500px;
  max-width : calc(100% - 30px);
  margin : 0 auto;
  position : absolute;
  bottom : 0;
  right : 0;
}

.whatsaqura__graph {
  width : 600px;
  max-width : calc(100% - 30px);
  margin : 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .whatsaqura {
    padding-bottom : 60px;
  }
  .whatsaqura__head {
    min-height: auto;
    padding : 0;
    margin: 0 auto 60px;
  }
  .whatsaqura__head-title {
    margin : 0 auto;
  }
  .whatsaqura__head-text {

    margin : 20px auto 0;
  }
  .whatsaqura__head-map {
    position : static;
    margin-top : 30px;
  }
}
*/
/*----------------------------------------
  aboutus
----------------------------------------*/
.aboutus {

  width : 1000px;

  max-width : calc(100% - 30px);

  margin : 60px auto 40px;

	background-color: #fff;

	padding: 40px 60px;

	font-family: 'Noto Sans JP', sans-serif;

}



.aboutus__title {

  border-bottom : 1px solid #666;

  padding-bottom : 10px;

  margin-bottom : 10px;

	font-size: 22px;

	font-weight: bold;

  color : #251e1c;

}



.aboutus__row {

  display : flex;

  justify-content : space-between;

  line-height : 1.6;

  flex-wrap :wrap;

}



.aboutus__left {

  width : 43.75%;

  margin-right: 8%;

}



.aboutus__right {

  flex : 1;

}



.aboutus__left .abourus__table {

	display: table;

	table-layout: fixed;

	width: 100%;

}

.aboutus__left .aboutus__table-row {

	display: table-row;

}

.aboutus__left .aboutus__table-row > span {

	display: table-cell;

}

.aboutus__left .aboutus__table-row .aboutus__subtitle {

	width: 8em;

}

.aboutus__subtitle {

  color : #251e1c;

  font-size : 16px;

  /*text-align-last: justify;*/

  width : 80px;

  margin-right : 15px;

}



.aboutus__text {

  font-size : 14px;

	text-align: left;

}



.aboutus__left .c-note {

  margin : 0;

  text-align:  right;

}



@media screen and (max-width: 767px) {

  .aboutus {

    margin-bottom : 0;

		padding: 40px 40px;

  }

  .aboutus__left,

  .aboutus__right {

    width : 100%;

    flex : auto;

    margin : 0;

  }

  .aboutus__right {

    margin-top : 30px;

  }

  .aboutus__table {

    justify-content : left;

  }

  .aboutus__subtitle {

    width : 90px;

  }

  .aboutus__text {

    flex : 1;

  }

  .aboutus__left .c-note {

    text-align : left;

  }

}

@media screen and (max-width: 400px) {

	.aboutus {

		padding: 40px 20px;

  }

	.aboutus__left .aboutus__table-row .aboutus__subtitle {

		width: 6em;

	}

}



.mt20 {

  margin-top : 20px;

}

/*----------------------------------------
  note
----------------------------------------*/

.note-area {
  width : 970px;
  max-width : calc(100% - 30px);
  margin : 0 auto 0;
}

/*----------------------------------------
  slide
----------------------------------------*/
.slick-dotted.slick-slider {
  margin-bottom : 40px;
}

.slick-dots {
  bottom : -40px;
}

.slick-dots li button:before {
  content : "■";
  font-size : 15px;
}

.structure__slider-area .slick-dots li button:before {
  color : #A8D5CD;
  opacity : 1;
}

.structure__slider-area .slick-dots li.slick-active button:before {
  color : #58938F;
}

.performance__slider-area .slick-dots li button:before {
  color : #D5CCA8;
  opacity : 1;
}

.performance__slider-area .slick-dots li.slick-active button:before {
  color : #CB9D08;
}

.slick-arrow {
  width : 20px;
  position : absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor : pointer;
}

.prev_icon {
  left : -10px;
}

.next_icon {
  right : -10px;
}

.plan-head__slide .prev_icon {
  left : 20px;
  z-index : 1;
}

.plan-head__slide .next_icon {
  right : 20px;
}
  
.plan-slide,
.voice-con__slide {
  position : relative;
}

.voice-con__slide-item {
  margin : 0 5px;
}

.voice-con__slide .prev_icon {
  left : -30px;
  z-index : 10;
}

.voice-con__slide .next_icon {
  right : -30px;
  z-index : 10;
}

@media screen and (max-width: 1023px) {
  .voice-con__slide > div {
    margin : 0 30px;
  }
  .voice-con__slide .prev_icon {
    left : 0;
  }
  .voice-con__slide .next_icon {
    right : 0;
  }
}

/*20230228add*/
/*----------------------------------------
  contents
----------------------------------------*/
.whatsaqura {
  background : #F9F6E2;
  padding-top : 50px;
}

@media screen and (max-width: 767px) {
  .whatsaqura {
    padding-top : 30px;
  }
}
/*----------------------------------------
  whatsaqura
----------------------------------------*/
.section_last {
  margin-top: 60px;
}
.whatsaqura {
  padding-bottom : 80px;
}

.whatsaqura__head {
	margin: 0 auto;
	padding-bottom: 50px;
  width : 850px;
  max-width : 100%;
  position : relative;
}

.whatsaqura__head .sec-head__title {
	margin: 0;
	font-size: 56px;
  color: #686564;
	/* font-family: 'Noto Sans JP', sans-serif; */
	text-align: center;
	font-weight: 500;
}

.whatsaqura__head-text {
  margin-top : 40px;
  font-size : 20px;
  line-height : 1.8;
  max-width : calc(100% - 30px);
}
.whatsaqura__map {
	padding: 30px 0;
	background: #fff;
}
.whatsaqura__map-text {
	margin: 20px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
}
.whatsaqura__map-text .second-line {
	font-size: 18px;
}
.whatsaqura__map-inner {
	margin : 0 auto;
	width:  740px;
	max-width: 100%;
}
.whatsaqura__head-map {
	margin-right : 10.54%;
  width : 662px;
  max-width : calc(89.46% - 30px); 
}

.whatsaqura__graph {
  margin : 0 auto 40px;
}
.whatsaqura__graph-inner {
	width : 1000px;
  max-width : calc(100% - 30px);
  margin : 10px auto 40px;
	background-color: #fff;
	padding: 40px 60px;
}

@media screen and (max-width: 767px) {
  .whatsaqura {
    padding-bottom : 60px;
  }
  .whatsaqura__head {
    min-height: auto;
    padding : 0;
    margin: 0 auto 40px;
  }
  .whatsaqura__head .sec-head__title {
    font-size: 7.8vw;
  }
  .whatsaqura__head-text {
    margin : 20px auto 0;
  }
  .whatsaqura__map {
		padding: 30px 30px;
		background: #fff;
	}
	.whatsaqura__map-text {
		margin: 20px 0;
		font-size: 20px;
	}
	.whatsaqura__map-text .second-line {
		font-size: 20px;
	}
	.whatsaqura__map-inner {
		margin : 0 auto;
		width:  740px;
		max-width: 100%;
	}
	.whatsaqura__head-map {
		margin-right : 0;
		width : 100%;
		max-width : 100%; 
	}
  .whatsaqura__graph-inner {
    padding: 10px 10px;
	}
	.section_last {
		margin-top: 20px;
	}
}
@keyframes animateCv {
	0%, 40%, 60%, 80% {
		transform: scale(1.0);
	}
	50%, 70% {
		transform: scale(0.95);
	}
}


.r_mdl {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}
.r_mdl .bg {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

.r_mdl .box{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	pointer-events: none;
}

.r_mdl .inn {
	pointer-events: all;
	background: #fff;
	padding: calc(50% / 12.8);
	width: 95%;
	max-width: 1280px;
	max-height: 98vh;
	overflow-y: auto;
}
@media screen and (max-width: 768px) {
	.r_mdl .inn {
		padding: calc(30% / 12.8) calc(50% / 12.8);
	}
}
.r_mdl .inn .ttl {
	font-size: clamp(16px, calc(28vw / 12.8), 28px);
	text-align: center;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
	.r_mdl .inn .ttl {
		margin-bottom: 1.2em;
	}
}
.r_mdl .inn .list_wrap {
	display: flex;
	justify-content: center;
	gap:calc(50% / 11.8);
	flex-wrap: wrap;
}
.r_mdl .inn .list_wrap .list {
	width: calc(257% / 11.8);
}
@media screen and (max-width: 768px) {
	.r_mdl .inn .list_wrap {
		justify-content: space-between;
		gap:0;
	}
	.r_mdl .inn .list_wrap .list {
		width: 47%;
	}
}

.r_mdl .inn .list_wrap .list .l_ttl {
	font-size: clamp(15px, calc(26vw / 11.4), 26px);
	padding-left: 0.6em;
	line-height: 1;
	margin-bottom: 0.6em;
	font-weight: 600;
}
.r_mdl .inn .list_wrap .list .l_ttl.c1 {
	border-left:  solid 4px #f06782;
}
.r_mdl .inn .list_wrap .list .l_ttl.c2 {
	border-left:  solid 4px #5eaee9;
}
.r_mdl .inn .list_wrap .list .l_ttl.c3 {
	border-left:  solid 4px #4ab15b;
}
.r_mdl .inn .list_wrap .list .l_ttl.c4 {
	border-left:  solid 4px #fee502;
}
@media screen and (max-width: 768px) {
	.r_mdl .inn .list_wrap .list .l_ttl {
		margin-bottom: 0.3em;
	}
}

.r_mdl .inn .m_close{
	font-size: clamp(12px, calc(18vw / 12.8), 18px);
	text-align: center;
	padding-bottom: 0.4em;
	cursor: pointer;
}
.r_mdl .inn .list_wrap .list ul li {
	border-bottom: dotted 3px #c2c2c2;
}
.r_mdl .inn .list_wrap .list ul li a {
	padding: 15px 0;
	color: #555555;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: clamp(13px, calc(20vw / 12.8), 20px);
	line-height: 1;
}
.r_mdl .inn .list_wrap .list ul li a .icon {
	width: 22px;
}
@media screen and (max-width: 768px) {
	.r_mdl .inn .list_wrap .list ul {
		margin-bottom: 25px;
	}
	.r_mdl .inn .list_wrap .list ul li {
		border-bottom: dotted 2px #c2c2c2;
	}
	.r_mdl .inn .list_wrap .list ul li a {
		padding: 8px 0;
	}
}


.kosodate_bnr{
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
@media screen and (max-width: 768px) {
    .kosodate_bnr{
        max-width: 95%;
        padding: 30px 0;
    }
}

/* secNoticeHoliday */
.secNoticeHoliday{
	text-align: center;
	font-size: 22px;
	line-height: 2;
	letter-spacing: 0.05rem;
	border: solid 1px #000;
	padding: 30px;
	max-width: 1160px;
	margin: 50px auto 0;
	color: #000;
}
.secNoticeHoliday .titNoticeHoliday{
font-weight: bold;
}
@media screen and (max-width: 768px) {
  .secNoticeHoliday{
      text-align: left;
      font-size: 16px;
      line-height: 1.7;
      letter-spacing: 0;
      padding: 20px;
      max-width: 95%;
      margin: 30px auto 0;
      
  }
  .secNoticeHoliday .titNoticeHoliday{
      text-align: center;
  }
  .secNoticeHoliday .brPc{
      display: none;
  }
}