/* ---------------------------------------------------------------------------------------------

　   SLIDER

--------------------------------------------------------------------------------------------- */
#fv {
  position: relative;
}
#fv_catch {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  z-index: 22;
}
#fv_catch {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/* slick */
.slide {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 20;
}
.slide .item {
  position: relative;
  height: 100%;
}
.slide .item::before {
  display: block;
  padding-top: 59.4%;
  content: "";
}
.slide .item .image {
  position: relative;
  overflow: hidden;
}
.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.slide-animation{
    -webkit-animation: fadezoom 8s 0s forwards;
            animation: fadezoom 8s 0s forwards;
}
@-webkit-keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* animation */
.kv_fadein {
    opacity: 0;
    -webkit-animation: kv_fadein 0.5s ease forwards;
            animation: kv_fadein 0.5s ease forwards;
}
@-webkit-keyframes kv_fadein {
  50% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes kv_fadein {
  50% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.kv_fadein01 {
  transition: 1s ease-in-out;
    transition-delay: 1s;
    -webkit-animation: kv_fadein 3s ease forwards;
            animation: kv_fadein 3s ease forwards;
    /* height: 100%; */
}
.kv_fadein02 {
  transition: 1s ease-in-out;
    transition-delay: 1s;
    -webkit-animation: kv_fadein 4s ease forwards;
            animation: kv_fadein 4s ease forwards;
}
.kv_fadein03 {
  transition: 1s ease-in-out;
    transition-delay: 1s;
    -webkit-animation: kv_fadein 5s ease forwards;
            animation: kv_fadein 5s ease forwards;
}
.kv_fadein04 {
  transition: 1s ease-in-out;
    transition-delay: 1s;
    -webkit-animation: kv_fadein 7s ease forwards;
            animation: kv_fadein 7s ease forwards;
}


@media only screen and ( max-width : 767px ) {
  #wing_logo {
    position: absolute;
    top: 35%;
    left: 20px;
    z-index: 21;
    max-width: 150px;
  }
  #fv_catch {
    font-size: 30px;
  }
  #fv_btn {
    position: absolute;
    right: 10px;
    bottom: 15px;
    max-width: 200px;
    z-index: 24;
  }
}
@media only screen and ( max-width : 575px ) {
  #wing_logo {
    max-width: 100px;
  }
  #fv_catch {
    font-size: 20px;
  }
  #fv_btn {
    max-width: 200px;
    position: absolute;
    right: 15px;
    bottom: 10px;
  }
}
@media only screen and ( max-width : 320px ) {
  #fv_catch {
    font-size: 16px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #wing_logo {
    position: absolute;
    top: 35%;
    left: 54px;
    z-index: 21;
    max-width: 200px;
  }
  #fv_catch {
    font-size: 35px;
  }
  #fv_btn {
    position: absolute;
    right: 54px;
    bottom: 10%;
    z-index: 24;
  }
}
@media print, screen and ( min-width : 991px ) {
  #wing_logo {
    max-width: 200px;
  }
  #fv_catch {
    font-size: 45px;
  }
}
@media print, screen and ( min-width : 1000px ) {
  #wing_logo {
    max-width: 250px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  #wing_logo {
    max-width: 300px;
  }
}
@media print, screen and ( min-width : 1400px ) {
  #wing_logo {
    max-width: 350px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   CONCEPT

--------------------------------------------------------------------------------------------- */
#concept {
  position: relative;
  width: 100%;
  background-size: cover;
}
#concept .d-flex_pc {
  justify-content: center;
}
#concept .num {
  color: #171C61;
  font-family: '小塚ゴシック Pr6N','Kozuka Gothic Pr6N',sans-serif;
  font-weight: 700;
  line-height: 1;
}
.points-list-item {
  font-weight: 700;
  color: #595757;
}
.concept_ttl {
  position: relative;
}
.concept_ph h3 {
  color: #3E3A39;
  line-height: 1.9;
}
.concept_ph p {
  color: #3E3A39;
}
.concept_img {
  margin-left: auto;
  display: block;
  position: relative;
  z-index: 40;
  right: 0;
}
.concept_img_inner {
  margin-right: 338px;
}
.concept_ph_txt {
  position: relative;
  line-height: 1.7;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.concept_ph_txt:before {
  content: "";
    display: block;
    width: 84%;
    height: 1px;
    background: #3E3A39;
    position: absolute;
    top: -20px;
    right: 12%;
}
.concept_ph p.ryumin {
  position: relative;
}
.concept_ph p.ryumin:before {
  content: "";
    display: block;
    width: 84%;
    height: 1px;
    background: #3E3A39;
    position: absolute;
    top: 0;
    left: 3%;
    transform: translateY(23px);
}
.points-list-item {
  margin-top: 1rem;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
}


@media only screen and ( max-width : 767px ) {
  #concept {
    padding: 30px 0;
  }
  .concept_ph {
    position: relative;
  }
  .concept_ph:after {
    content: "";
    width: 320px;
    height: 100%;
    background: #F7F5CD;
    display: block;
    position: absolute;
    bottom: -23px;
    right: 36px;
    z-index: 41;
 }
  .concept_ph h3 {
    font-size: 36px;
  }
  .concept_txt {
    position: absolute;
    right: 20px;
    z-index: 46;
  }
  .concept_ph_txt {
    margin-top: 60px;
  }
 .concept_ttl .num {
   margin-left: 25px;
    font-size: 70px;
    line-height: 1;
 }
 #concept h2 {
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 25px;
 }
 .points {
   margin-top: 20px;
   margin-left: 25px;
 }
 .points li {
    font-size: 20px;
 }
 .points li i {
    margin-right: 1rem;
 }
 .concept_ph p.ryumin {
   text-align: right;
   font-size: 14px;
 }
}
@media only screen and ( max-width : 640px ) {
  .points li {
    font-size: 16px;
  }
  /* .concept_txt {
    right: 40px;
  } */
}
@media only screen and ( max-width : 590px ) {
  #concept h2 {
    position: relative;
    margin-bottom: -10px;
    z-index: 60;
  }
  .concept_ph {
    display: flex;
    flex-wrap: wrap;
  }
  .concept_ph:after {
    bottom: -23px;
    right: 0;
  }
  .concept_txt {
    margin: -100px 0 0 auto;
    padding: 30px;
    order: 2;
    background: #F7F5CD;
  }
  .concept_ph:after {
    width: 270px;
    height: 400px;
  }
  .concept_img {
    width: 100%;
    order: 1;
    z-index: 1;
  }
  .concept_img_inner {
    margin-right: 70px;
  }
  .concept_ph_txt {
    margin-top: 50px;
  }
  .points {
    margin-top: 30px;
  }
  .concept_ph:after {
    display: none;
  }
  .concept_txt {
    position: unset;
  }
}
@media only screen and ( max-width : 372px ) {
  .concept_img_inner {
    margin-right: 0;
  }
  .concept_ph h3 {
    font-size: 32px
  }
  .concept_txt {
    margin-top: 0;
  }
  .concept_ph_txt br {
    display: none;
  }
}
@media only screen and ( max-width : 320px ) {
  #concept h2 {
    margin-bottom: 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  #concept {
    padding: 38px 0 111px;
    position: relative;
    overflow: hidden;
  }
  .points-list-item {
    font-size: 16px;
  }
  .points-list-item i {
    margin-right: 1rem;
  }
  .concept_ttl {
    width: 24%;
    margin-right: -80px;
    /* padding-left: 75px; */
    position: relative;
    z-index: 51;
  }
  .concept_ph {
    display: flex;
    justify-content: flex-start;
    width: 76%;
    position: relative;
    z-index: 50;
  }
  .concept_txt {
    position: absolute;
    bottom: -23px;
    right: 20px;
    z-index: 42;
  }
  .concept_ph:after {
    content: "";
    width: 370px;
    height: 48%;
    background: #F7F5CD;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 36px;
    z-index: 41;
 }
  .concept_ph h3 {
    font-size: 36px;
    position: relative;
  }
  .concept_ph h3 sup {
    font-size: 80px;
    position: absolute;
    top: -50px;
    left: -30px;
  }
  .concept_ph p {
    font-size: 13px;
    max-width: unset;
    margin-right: 0;
    margin-left: auto;
    letter-spacing: .1rem;
  }
  .concept_ph_txt {
    margin-top: 100px;
  }
  #concept h2 {
    width: 100%;
    position: absolute;
    left: -10px;
    z-index: 51;
    padding-left: 40px;
  }
  #concept h2 img {
    display: block;
  }
  #concept .num {
    font-size: 70px;
    padding-left: 30px;
  }
  .points {
    position: absolute;
    bottom: 0;
    padding-left: 30px;
  }
  /* .concept_img {
    max-width: 800px;
  }
  .concept_img img {
    width: 100%;
  } */
}
@media print, screen and ( min-width : 960px ) {
  .concept_ttl {
    width: 24%;
  }
  .concept_ph {
    width: 76%;
  }
  /* .concept_ttl {
    width: calc(35% - 75px);
  }
  .concept_ph {
    width: 75%;
  } */
}
@media print, screen and ( min-width : 1000px ) {
  /* .concept_ttl {
    width: calc(30% - 75px);
  }
  .concept_ph {
    width: 70%;
  } */
  /* #concept .num {
    font-size: 150px;
  } */
  /* #concept h2 {
    top: 400px;
  } */
  /* #concept h2 img {
    max-width: 297px;
  } */
}
@media print, screen and ( min-width : 1200px ) {
  /* .concept_ttl {
    width: calc(35% - 75px);
  }
  .concept_ph {
    width: 65%;
  } */
  .concept_ph h3 {
    font-size: 36px;
  }
  .concept_ph p {
    max-width: 490px;
    font-size: 19px;
  }
  .concept_ph:after {
    width: 480px;
    bottom: -23px;
  }
  .concept_txt {
    bottom: 86px;
  }
  #concept .num {
    font-size: 100px;
    margin-top: 42px;
  }
}
@media print, screen and ( min-width : 1260px ) {
  .concept_ph {
    width: auto;
  }
  #concept h2 {
    width: auto;
  }
  #concept h2 {
    padding-left: 80px;
  }
  .concept_ttl {
    margin-right: -20px;
  }
  #concept .num {
    padding-left: 75px;
  }
  .points {
    padding-left: 75px;
  }
  .concept_ph h3 sup {
    font-size: 120px;
  }
  .concept_ph h3 sup {
    top: -80px;
    left: -50px;
  }
  .points-list-item {
    font-size: 20px;
  }
  /* .concept_ph p {
    max-width: 360px;
  } */
}
@media print, screen and ( min-width : 1400px ) {
  /* .concept_ttl {
    width: calc(25% - 75px);
  }
  .concept_ph {
    width: 75%;
  } */
  /* .concept_img {
    max-width: 800px;
  }
  .concept_img img {
    width: 100%;
  } */
}
@media print, screen and ( min-width : 1600px ) {
  /* .concept_ttl {
    width: calc(20% - 75px);
  }
  .concept_ph {
    width: 80%;
  } */
  /* .concept_ph h3 {
    font-size: 95px;
  }
  .concept_img_inner {
    margin-right: 200px;
  }
  .concept_ph:after {
    width: 590px;
    top: 160px;
  }
  .concept_ph p {
    width: 610px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 120px;
    font-size: 22px;
    letter-spacing: .1rem;
  }
  .concept_ph p.ryumin {
    font-size: 38px;
  }
  .concept_txt {
    top: 270px;
  }
  .concept_ph_txt:before {
    width: 80%;
    top: -30px;
  }
  .concept_ph p.ryumin:before {
    width: 30%;
    left: 18%;
  }
  .concept_ph h3 sup {
    font-size: 150px;
    position: absolute;
    top: -90px;
    left: -50px;
  } */
  #concept h2 {
    left: 30px;
    padding-left: 40px;
  }
}

/* ---------------------------------------------------------------------------------------------

　  GALLERY

--------------------------------------------------------------------------------------------- */
#gallery {
  position: relative;
  background: url(../image/gallary_back.jpg) no-repeat center right;
  background-size: cover;
}
.gallery-wrapper {
  padding: 44px 0 59px;
}
.gallery-title {
  font-family: '小塚ゴシック Pr6N','Kozuka Gothic Pr6N',sans-serif;
  font-size: 70px;
  color: #FFFFFF;
  font-weight: bold;
  z-index: 21;
}
.gallery-title {
  width: 100%;
}
.gallery-namber {
  color: #fff;
  font-weight: 700;
  font-family: '小塚ゴシック Pr6N','Kozuka Gothic Pr6N',sans-serif;
  text-align: right;
  line-height: 1;
}
.gallery-text {
  margin-right: 15px;
  background: rgba(62, 58, 57, 0.5);
  color: #fff;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1rem;
}
.gallery-ber {
  background: #fff;
}
.member{
  width: 100%;
  height: auto;
  line-height: 1;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.member__inner{
  height: 100%;
  display: flex;
  justify-content: space-around;
  background-color: rgba(255,255,255,60%);
}
.member__info{
  display: block;
  width: 50%;
  height: 100%;
  padding: 48px 28px 8px 22px;
  color: #FFFFFF;
}
.member__img{
  width: 50%;
  height: 1080px;
}
.member__img img{
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
     width: 100%;
  height: 100%;
}
.member__role{
  font-size: 20px;
  margin-bottom: 22px;
}
.member__link{
  display: flex;
  margin-bottom: 24px;;
}
.member__link a{
  margin-top: 12px;
  width: 26px;
  height: 26px;
}
.member__link a:hover,
.member__link a:focus{
  opacity: .4;
}
.link__none{
  display: none;
}
.member__name{
  font-size: 48px;
  margin-right: 56px;
}
.member__name.alphabet{
  letter-spacing: .1em;
  margin-bottom: 32px;
}
.member__name span{
  font-size: 16px;
  display: inline;
  margin-top: 8px;
  margin-bottom: 14px;
}
.member__text{
  font-size: 18px;
  line-height: 2;
  margin-bottom: 26px;
  padding-bottom: 14px;
  border-bottom: .75px solid #fff
}
.member__middle-text{
  font-size: 13px;
  color: #F7F5CD;
  line-height: 2;
}
.member__achievement{
  font-size: 14px;
  line-height: 1.5;
}
.flickity-prev-next-button.next{
  background: url(../image/prev.png) no-repeat center center !important;
  background-size: 100% !important;
  transform: rotate(180deg) !important;
  z-index: 10;
}
@media screen and (max-width:1280px) {
  .member__img,
  .member__img.image01,
  .member__img.image02{
    height: 950px;
  }
}
@media screen and (max-width:1160px) {
  .member__img,
  .member__img.image01,
  .member__img.image02{
    height: 680px;
  }
}
@media only screen and ( max-width : 1024px ) {

  .member__info{
    padding: 22px 12px 8px 12px;
  }
  .member__role{
    font-size: 18px;
  }
  .member__name{
    font-size: 30px;
  }
  .member__name span,
  .member__text{
    font-size: 14px;
  }
  .member__achievement{
    font-size: 12px;
  }
  .member__link a{
    margin-top: 0;
  }
}

@media only screen and ( max-width : 767px ) {
  /* #gallery {
    overflow: hidden;
  } */
  .gallery-contents {
    position: relative;
    z-index: 22;
    overflow: hidden;
  }
  .gallery-text {
    max-width: 310px;
    margin-left: auto;
    margin-right: 0;
    padding: 30px;
  }
  .gallery-title {
    max-height: 80px;
    font-size: 56px;
    padding: 0px 123px 25px 70px;
    position: relative;
  }
  .gallery-title img {
    max-width: 220px;
  }
  .slick01  {
    margin-top: -30px;
  }
  .gallery-text {
    margin-top: 50px;
  }
  .gallery-ber {
    width: 450px;
    height: 5px;
    position: absolute;
    top: 185px;
    right: 0;
  }
  .gallery-namber {
    padding-right: 25px;
    font-size: 70px;
  }
  .flow-contents {
    margin: 40px 25px 0;
  }
  .member__info{
    padding: 12px 6px 4px 6px;
  }
  .member__role{
    font-size: 16px;
  }
  .member__name{
    font-size: 20px;
  }
  .member__name span,
  .member__text{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .member__achievement{
    font-size: 10px;
  }
}
@media only screen and ( max-width : 610px ) {

  .member__info{
    padding: 8px 4px 2px 4px;
  }
  .member__role{
    font-size: 12px;
    margin-bottom: 6px;
  }
  .member__name{
    font-size: 16px;
    margin-right: 28px;
  }
  .member__name span{
    margin-bottom: 6px;
    font-size: 10px;
  }
  .member__text{
    font-size: 10px;
    line-height: 1.5;
  }
  .member__achievement{
    font-size: 6px;
  }
  .member__link a{
    width: 18px;
    height: 18px;
  }
}
@media only screen and ( max-width : 500px ) {

  .member{
    position: relative;
    z-index: 10;
  }
  .tab_menu{
    width: 355px !important;
    margin-left: calc((100% - 355px) / 2 ) !important;
  }
  .tab_menu-front,
  .tab_menu-back{
    width: calc((100% - 355px) / 2 ) !important;
  }
  .flickity-prev-next-button{
    width: 160px !important;
  }
  .flickity-prev-next-button.next{
    left: 264px !important;
  }
  .name-box{
    margin-left: calc((100% - 355px) / 2 ) !important;
  }
  .name-item{
    font-size: 20px !important;
  }
}
@media only screen and ( max-width : 450px ) {
  .gallery-ber {
    width: 280px;
    top: 195px;
  }
  .gallery-namber {
    font-size: 80px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .gallery-contents {
    position: absolute;
    top: 50px;
    right: 93px;
    z-index: 22;
  }
  .gallery-text {
    font-size: 14px;
  }
  .gallery-title {
    /* max-width: 230px; */
    position: absolute;
    top: 80px;
    right: -93px;
    height: auto;
    line-height: 1;
    font-size: 70px;
  }
  /* .gallery-title img {
    width: 100%;
  } */
  .gallery-text {
    padding: 30px;
    margin-top: 135px;
  }
  .gallery-ber {
    width: 550px;
    height: 5px;
    position: absolute;
    top: 187px;
    right: -93px;
  }
  .gallery-namber {
    font-size: 70px;
  }
}
@media print, screen and ( min-width : 1000px ) {
  .gallery-text {
    font-size: 16px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .gallery-title {
    /* max-width: 296px; */
    top: 130px;
  }
  .gallery-text {
    font-size: 18px;
    top: 110px;
  }
  .gallery-text {
    margin-top: 190px;
    padding: 40px;
  }
  .gallery-ber {
    top: 260px;
  }
  .gallery-namber {
    font-size: 100px;
  }
}
/* slick */
.slick01 {
  position: relative;
  z-index: 20;
}
.hidari {
  opacity: .8;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%) translateX(5%);
  -webkit- transform: translateY(-50%) translateX(5%);transform
  border: none;
  padding: 0;
  background-color: rgba(0,0,0, 0.5);
  cursor: pointer;
}
.slide-dots {
  text-align: center;
  display: flex;
  margin: 0 auto;
}
.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
.slide-dots button {
  position: relative;
  text-indent: -9999px;
  background-image: url(../img/prev.png);
}
.slide-dots:before {
  content: 'FRONT';
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-nav .slick-slide {
  float: none;
}
.slider-nav {
  color: #727171;
  font-weight: bold;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  cursor: pointer;
}
.slider-nav li {
  width: inherit !important;
  margin-left: 2rem;
  text-align: right;
}
.slider-nav li:hover {
  color: #000;
}
.slider-nav i {
  margin-right: .5rem;
}
.slider-nav .slick-slide {
  width: auto !important;
}
.slick-track {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
.slick-slide img {
  width: auto;
}
.gallery-img{
    max-height: 624.75px;
}
.slick01{
  padding-left: 8%;
}
.slider-nav .slick-slide{
  display: none !important;
}

@media only screen and ( max-width : 767px ) {
  .slick01 {
    margin-right: 30px;
  }
  .hidari {
    left: 0;
    max-width: 50px;
  }
  /* .slick-track {
    -ms-flex-pack: center;
    justify-content: center;
  } */
  .slider-nav {
    margin-top: 20px;
  }
  .slider-nav li {
    margin-left: 0;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 12px;
  }
  .slider-nav .slick-list {
    padding: 0 25px 0 25px !important;
  }
}
@media only screen and ( max-width : 575px ) {
  .slider-nav li {
    font-size: 10px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .slick01 {
    margin-right: 93px;
  }
  .slider-nav {
    margin-top: 50px;
  }
  .slider-nav li {
    font-size: 14px;
  }
  .slider-nav .slick-list {
    padding: 0 93px 0 0 !important;
  }
  .slick-track {
    justify-content: flex-end;
  }
}
@media print, screen and ( min-width : 1000px ) {
  .slider-nav li {
    font-size: 16px;
  }
  .slider-nav {
    margin-top: 40px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .slider-nav li {
    font-size: 20px;
  }
  .slider-nav {
    margin-top: 20px; 
  }
}

/* ---------------------------------------------------------------------------------------------

　   PLAN

--------------------------------------------------------------------------------------------- */
.plan {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}
.plan .plan-top {
  color: #fff;
  text-align: center;
  width: 100%;
}
.plan .plan-top .plan-title {
  font-family: '小塚ゴシック Pr6N','Kozuka Gothic Pr6N',sans-serif;
  font-weight: 700;
  line-height: 1;
}
.plan-title{
  color: #171C61;
}
.plan-title::after{
	content: "レッスン紹介";
	display: block;
	font-size: 20px;
  line-height: 2;
	text-align: center;
	color: #171C61;
	font-weight: bold;
}
.plan-title-text{
  color: #3E3A39;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 700;
}
.price.mar-right{
  transform: translateY(16px);
}
.caption.mar-right{
  transform: translateY(16px);
  margin-bottom: 18%;
}
.plan_ph img {
  width: 100%;
}
.menu_price img {
  width: 100%;
}
.pea-wrap {
  text-align: center;
  margin-top: 90px;
}
.pea-text {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.nyukai p.caption {
  letter-spacing: .1rem;
}
.nyukai p {
  color: #727171;
  text-align: center;
  font-weight: 700;
}
.price {
  margin: 0 auto;
}
.price th,.price td {
  color: #727171;
  text-align: center;
  font-weight: 700;
}
.price th {
  padding-top: 1rem;
  padding-right: 1.5rem;
  letter-spacing: .1rem;
}
.price td {
  padding-bottom: 1rem;
}
.plus {
  display: block;
  max-width: 21px;
  margin: 0 auto;
}
.special_ttl {
  max-width: 153px;
}
.special_box {
  position: relative;
}
.special_box th {
  text-align: left;
}
.special_box td {
  padding-bottom: 0;
  vertical-align: bottom;
}
.special_box .yellow_txt {
  text-align: center;
}
#option {
  margin-top: 60px;
  margin-bottom: 60px;
}
#option table {
  margin: 0 auto;
}
.option_ttl {
  max-width: 153px;
}
.option-text{
  font-size: 13px;
  color: #727171;
  text-align: center;
  margin-top: -16px;
}
.personal_special td .caption {
  display: block;
  line-height: 1;
  color: #727171;
}
.yellow_txt {
  display: block;
  color: #E9D087;
  font-size: 13px;
  line-height: 1;
}
.yellow_txt span {
  color: #E9D087;
}
.w_txt {
  position: relative;
}
.cap_center {
  margin-top: -1rem;
  text-align: center;
  color: #727171;
  letter-spacing: .1rem;
}
.shokai img {
  width: 100%;
}
.taR {
  text-align: right;
}
.taC {
  text-align: center;
}
.td_ml {
  margin-left: 1rem;
}
.td_mr {
  margin-right: 1rem;
}
.month {
  margin-left: .5rem;;
  font-size: 13px;
}
.month span {
  font-size: 18px;
}
.tax {
  margin-left: .5rem;
}
.two_person {
  display: block;
  line-height: 1;
}
.cap_middle {
  font-size: 14px;
}
.caption {
  font-size: 12px;
}
.cap_txt {
  color: #fff;
  letter-spacing: .1rem;
}
.none_space {
  margin: 0;;
}

@media only screen and ( max-width : 767px ) {
  .plan-top {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .plan-title {
    font-size: 50px;
  }
  .plan-title-text {
    font-size: 22px;
    padding-top: 51px;
    line-height: 1.8;
  }
  .price_box {
    padding-bottom: 60px;
  }
  .nyukai {
    margin-top: 60px;
  }
  .nyukai p {
    font-size: 18px;
  }
  table.price {
    margin: 0 auto;
  }
  .price th, .price td {
    font-size: 18px;
  }
  #personal_special td .caption {
    display: block;
  }
  .plan-title-text {
    padding-top: 34px;
  }
  .plus {
    margin: 10px auto;
  }
  .svg_ttl {
    display: block;
    margin: 0 auto;
  }
  .svg_ttl img {
    width: 100%;
  }
  .special_box {
    margin-top: 60px;
  }
  #option {
    margin-bottom: 60px;
  }
  .cap_txt {
    margin-right: 25px;
  }
  .shokai {
    margin-top: 30px;
  }
}

@media only screen and ( max-width : 575px ) {
  .plan-top {
    padding-top: 60px;
  }
  .plan-title {
    font-size: 32px;
  }
  .plan-title-text {
    font-size: 18px;
  }
  .nyukai {
    margin-bottom: 40px;
  }
  .nyukai p {
    font-size: 18px;
  }
  .nyukai p.caption {
    font-size: 15px;
  }
  .small_w_br {
    font-weight: 700;
  }
  .price th, .price td {
    display: block;
    font-size: 18px;
  }
  #free_special th br {
    display: none;
  }
  .select_subttl {
    padding: 0 25px;
  }
  .select_subttl span {
    display: inline-block;
    font-weight: 700;
  }
  #personal .yellow_txt {
    display: inline-block;
    margin-left: .5rem;
  }
  #personal_special th {
    text-align: center;
  }
  #personal_special th .yellow_txt {
    display: inline-block;
  }
  #personal_special td .caption {
    display: inline-block;
    margin-left: 1rem;
  }
  .two_person {
    display: inline-block;
  }
  .yellow_txt {
    font-size: 10px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .plan-top {
    padding-top: 154px;
    padding-bottom: 51px;
  }
  .plan-title {
    font-size: 86px;
  }
  .plan-title-text {
    font-size: 29px;
    padding-top: 51px;
  }
  .plan-top {
    padding-top: 154px;
    padding-bottom: 51px;
  }
  #free {
    width: calc(50% - 1px);
    border-right: #727171 solid 1px;
  }
  #personal {
    width: 50%;
  }
  .price_box {
    position: relative;
  }
  .price_box:after {
    content: "";
    width: 85px;
    height: 1.42px;
    background: #727171;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -110px;
    display: block;
    margin: 0 auto;
  }
  .nyukai {
    margin-top: 90px;
    margin-bottom: 60px;
  }
  .nyukai p {
    font-size: 20px;
  }
  .nyukai p.caption {
    font-size: 15px;
    letter-spacing: .1rem;
  }
  .price th,.price td {
    font-size: 16px;
  }
  .plus {
    margin: 10px auto 20px;
  }
  .special_ttl {
    padding-top: 60px;
  }
  #personal_special td .caption {
    display: block;
  }
  .svg_ttl {
    margin: 0 auto 30px;
  }
  /* #free_special {
    width: calc(50% - 1px);
    border-right: #fff solid 1px;
  }
  #personal_special {
    width: calc(50% - 1px);
  } */
  .shokai img {
    margin-top: 78px;
  }
  .shokai:hover {
    opacity: 0.7;
  }
  .small_w_br {
    display: block;
    font-weight: 700;
    margin-left: 1.8rem;
  }
  .cap_txt {
    margin-top: 60px;
    margin-right: 100px;
  }
  #bnr {
    background: url(../img/bnr_bg.jpg) no-repeat center;
    background-size: cover;
  }
  #bnr .d-flex {
    -ms-align-items    : flex-end;
    align-items        : flex-end;
  }
  .bnr_inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 25px 30px;
  }
  .bnr_left {
    width: 80%;
    margin-right: 4%;
  }
  .bnr_right {
    width: 16%;
  }
  .bnr_right:hover {
    opacity: 0.7;
  }
  #bnr img {
    width: 100%;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .small_w_br {
    display: inline;
    margin-left: 0;
  }
  .nyukai p {
    font-size: 24px;
  }
  .price th, .price td {
    font-size: 24px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FLOW

--------------------------------------------------------------------------------------------- */
#flow {
  background-color: #171C61;
}
.flow {
  background-color: #171C61;
  padding-bottom: 18px;
}
.flow_inner {
  position: relative;
}
.flow-text-contents {
  font-weight: 700;
  text-align: center;
  margin-top: 72px;
  margin-bottom: 111px;
}
.flow-tel .num {
  color: #e83828;
  font-size: 30px;
}
.flow-tel time {
  display: block;
  text-align: center;
  color: #3e3a39;
}
.flow-contents li {
  display: flex;
  flex-wrap: wrap;
}
.step {
  width: 10%;
  max-width: 80px;
  margin-right: 4%;
}
.flow_txt {
  width: 86%;
}
.flow_txt h3 {
  margin-bottom: 1rem;
  color: #00a29a;
  font-size: 19px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 700;
  letter-spacing: .1rem;
}
.flow_txt p {
  margin-left: 1.2rem;
  font-size: 14px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 600;
  letter-spacing: .1rem;
}
.flow_tel_box {
  margin-top: 30px;
  margin-left: 1.2rem;
}
.step {
  position: relative;
}
.step img {
  position: relative;
  z-index: 61;
}
.step:after {
  content: "";
	width: 4px;
	position: absolute;
	left: calc(50% - 2px);
	line-height: 1em;
  background: url(../img/step_dotted.png) repeat-y top center;
  top: 53px;
  height: calc(100% - 53px);
  z-index: 20;
}
.step05 .step:after {
  display: none;
}

@media only screen and ( max-width : 767px ) {
  /* .flow-title {
    padding-top: 60px;
    background: #00a29a;
  } */
  .flow-title img {
    display: block;
    max-width: 100%;
    /* margin: 0 auto; */
  }
  .flow-text-contents {
    margin-top: 72px;
    margin-bottom: 111px;
    font-size: 16px;
    text-align: center;
  }
  .flow_txt {
    padding-bottom: 30px;
  }
  .flow_tel_box {
    margin-top: 30px;
  }
  .flow-tel {
    max-width: 243px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .flow-tel .num {
    font-weight: 700;
    text-align: center;
  }
  .flow-tel .num span {
    font-size: 14px;
    vertical-align: baseline;
    font-weight: 700;
  }
  .flow-footer {
    max-width: 350px;
    margin: 50px 0 0 auto;
    padding-right: 25px;
    padding-bottom: 40px;
  }
}
@media only screen and ( max-width : 575px ) {
    /* .flow-title {
    padding-top: 40px;
  } */
  .flow-title img {
    max-width: 100%;
  }
  .flow-footer {
    max-width: inherit;
    padding-left: 25px;
  }
  .step {
    width: 20%;
    max-width: 50px;
  }
  .flow_txt {
    width: 76%;
  }
}
@media only screen and ( max-width : 375px ) {
  .flow-tel .num {
    font-size: 22px;
  }
}
@media only screen and ( max-width : 320px ) {
  /* .flow-contact {
    margin-top: 10px;
  } */
  .flow-title img {
    max-width: 100%;
  }
}
@media print, screen and ( min-width : 768px ) {
  /* .flow .flow-title {
     padding-top: 58px;
  } */
  .flow-text-contents {
    margin-top: 72px;
    margin-bottom: 111px;
    color: #3E3A39;
    text-align: center;
    font-size: 15px;
    text-align: center;
  }
  .flow-contents li {
    margin-bottom: 5px;
  }
  .flow-contents-img {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .flow-tel .num {
    /* margin-right: 40px; */
    font-size: 30px;
    font-weight: 700;
    text-align: center;
  }
  .flow-tel .num span {
    font-size: 20px;
    vertical-align: text-bottom;
    font-weight: 700;
  }
  .flow_inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 25px;
  }
  .flow_txt {
    width: 86%;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .flow-footer {
    max-width: 1050px;
    margin: 110px auto 0;
  }
  .flow-footer a {
    display: block;
    max-width: 500px;
    margin-right: 0;
    margin-left: auto;
    padding-right: 25px;
  }
}
@media print, screen and ( min-width : 991px ) {
  .flow-text-contents {
    font-size: 18px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .flow-text-contents {
    font-size: 22px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   trainer

--------------------------------------------------------------------------------------------- */
.trainer .trainer-header {
  width: 100%;
  overflow: hidden;
  background: url(../img/new-wing/dot-back.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}
.trainer-title_box {
  background-color: #171C61;
}
.trainer-Performance h2 {
  margin-bottom: .5rem;
  letter-spacing: .1rem;
}
.trainer-Performance p {
  letter-spacing: .1rem;
}
.trainer-bar {
  position: relative;
}
.insta-icon {
  color: #fff;
}
.insta-icon i {
  color: #fff;
}
.trainer-bar {
  background: #00a29a;
  position: relative;
}
.profile_name {
  display: inline-block;
  color: #ddd;
  position: relative;
  z-index: 42;
}
.profile_name span {
  display: block;
  line-height: 1.5;
}
.insta-icon {
  display: inline-block;
  margin-left: 3rem;
}
.alpha_bg {
  background: rgba(0,0,0,40%);
}
.alpha_bg p {
  color: #fff;
}
.alpha_bg h2 {
  color: #fff;
}
.alpha_bg li {
  margin-bottom: .5rem;
  color: #fff;
  font-size: 14px;
  padding-left: 0.6em;
  text-indent: -0.6em;
  line-height: 1.5;
}
.alpha_bg li span:first-child {
  margin-left: 1rem;
}
.perf li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 700;
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  /* margin-right: .5rem; */
}
/* スライド部分 */
/* external css: flickity.css */
 
* {
  box-sizing: border-box;
}
 
body { font-family: sans-serif; }
 
.gallery {
  background: #EEE;
}
 
.gallery-cell {
  width: 100%;
  height: auto;
  margin-right: 10px;
  counter-increment: gallery-cell;
}
 
/* cell number */
.gallery-cell:before {
  display: none;
}
.tab_menu{
  background: url(../img/new-wing/tab-menu.png) no-repeat center center;
  background-size: contain;
  width: 390px;
  height: 60px;
  margin-top: -60px;
  margin-left: 48px;
}
.flickity-button-icon{
  display: none;
}
.flickity-button{
  background-color: unset !important;
}
.flickity-prev-next-button{
  bottom: -26px;
  width: 75px !important;
  height: 225px !important;
  border-radius: 0 !important;
}
.flickity-prev-next-button.next{
  left: auto !important;
  right: 36px !important;
}
.flickity-prev-next-button.previous{
  left: 48px !important;
}
.name-box{
  display: flex;
  z-index: 20;
  margin-top: 48px;
  margin-left: 63px;
  width: 355px;
  height: 58px;
}
.name-item{
  padding-top: 8px;
  width: 50%;
  text-align: center;
  font-size: 24px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.name-item span{
  display: block;
  font-size: 11px;
  line-height: 1.2;
}
.gallery{
  background-color: unset;
}
.tab_menu-front{
  display: block;
  background: url(../img/new-wing/menu-back.jpg) no-repeat bottom left;
  background-size: cover;
  width: 48px;
  height: 212px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.tab_menu-back{
  display: block;
  background: url(../img/new-wing/menu-back.jpg) no-repeat bottom right;
  background-size: cover;
  width: calc(100% - 438px);
  height: 212px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}


/* タブ切替 */
.tab {
  width: 50%;
  height: 100%;
  display: block;
  list-style: none;
  text-align: center;
  cursor: pointer;
}
li.tab {
  transition: 0.5s;
}
li.tab:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
  background: rgba(255,255,255,0.2);
}
.tab-group {
  width: 382px;
  height: 57px;
  background: url(../img/new-wing/tab-menu.png) no-repeat center center;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
}
.tab.is-active {
  transition: all 0.2s ease-out;
}
.panel {
  display: none;
  overflow: hidden;
}
.panel.is-show{
  display: block;
}

/* ふわっと表示させる */
.trainer .trainer-header .panel.is-show {
  display: block;
  opacity: 1;
  pointer-events: all;
  -webkit-animation-name: displayAnime;
          animation-name:
  -webkit-animation-duration: ;
          -webkit-animation-duration: 2s;
                  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and ( max-width : 767px ) {
  .trainer-title_inner {
    padding: 0px 25px 30px;
  }
  .trainer-title_inner .d-flex {
    justify-content: center;
  }
  .no5 {
    max-width: 100px;
    margin-right: 5%;
  }
  .no5 img {
    width: 100%;
  }
  .trainer-title_img{
    max-width: 280px;
  }
  .tab-group {
    margin-top: 20px;
    justify-content: center;
  }
  .tab-group li {
    max-width: 48%;
  }
  .tab-group li:first-child {
    margin-right: 4%;
  }
  .tab-group li img {
    width: 100%;
  }
  .trainer-bar {
    padding: 20px 0;
    text-align: center;
  }
  .profile_name {
    text-align: left;
  }
  .trainer-Performance {
    border-top: rgb(255 255 255 / 20%) solid 1px;
  }
  .profile_name {
    font-size: 13px;
  }
  .profile_name span {
    font-size: 30px;
  }
  .insta-icon i {
    font-size: 20px;
  }
  .trainer-comment {
    padding: 20px;
    line-height: 2;
    font-size: 16px;
  }
  .trainer-Performance {
    padding: 20px;
    line-height: 2;
  }
  .trainer-Performance h2 {
    font-size: 18px;
  }
  .alpha_bg li span.br_txt {
    margin-left: 0;
  }
}

@media only screen and ( max-width : 575px ) {
  .no5 {
    max-width: 40px;
  }
  .trainer-title_img {
    max-width: 130px;
  }
  .trainer-title_inner {
    padding: 40px 25px 20px;
  }
  .alpha_bg li {
    margin-bottom: 1rem;
  }
  .alpha_bg li .br_txt {
    display: block;
  }
}
@media print, screen and ( min-width : 768px ) {
  .trainer-title_inner {
    margin-left: 93px;
  }
  .no5 {
    max-width: 166px;
    margin-right: 60px;
  }
  .trainer-title_img {
    max-width: 357px;
  }
  .tab-group {
    margin-top: 60px;
  }
  li.tab:first-child {
    margin-right: 0px;
  }
  .alpha_bg {
    padding: 20px 20px 20px 30px;
  }
  .trainer-img {
    width: 100%;
  }
  .trainer-bar {
    text-align: center;
  }
  .trainer-bar:after {
    content: "";
    background: #00a29a;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 41;
  }
  .profile_name {
    font-size: 16px;
    text-align: left;
  }
  .profile_name span {
    font-size: 38px;
  }
  .trainer-comment {
    font-size: 16px;
    letter-spacing: .1rem;
  }
  .trainer-Performance {
    /* max-width: 330px; */
    border-top: rgb(255 255 255 / 20%) solid 1px;
  }
  .trainer-Performance h2 {
    font-size: 18px;
  }
  .insta-icon {
    color: #fff;
    position: relative;
    z-index: 43;
  }
  .insta-icon i {
    font-size: 25px;
  }
  .panel {
    position: relative;
  }
  .trainer-img {
    position: relative;
    z-index: 40;
  }
  .alpha_bg li span.br_txt {
    margin-left: 0;
  }
}
@media print, screen and ( min-width : 1100px ) {
  .profile_box {
    position: absolute;
    top: 15%;
    right: 20px;
    z-index: 41;
  }
  .trainer-bar {
    max-width: 300px;
    padding-left: 2rem;
  }
  .trainer-comment {
    max-width: 340px;
      margin: 25px 0;
  }
  .trainer-Performance {
    max-width: 330px;
  }
  /* .alpha_bg li span.br_txt {
    margin-left: inherit;
  } */
}
@media print, screen and ( min-width : 1200px ) {
  .no5 {
    max-width: 216px;
    margin-right: 80px;
  }
  .trainer-title_img {
    max-width: 407px;
  }
  .alpha_bg li span {
    display: inline-block;
  }
  .alpha_bg li span.br_txt_ml {
    margin-left: .5rem;
  }
  .trainer-img {
    width: 100%;
  }
}
@media print, screen and ( min-width : 1300px ) {
  .trainer-img {
    width: 74%;
  }
}
@media print, screen and ( min-width : 1400px ) {
  .trainer-comment {
    max-width: 375px;
    padding: 40px;
  }
  .trainer-bar {
    max-width: 480px;
  }
  .profile_box {
    right: 70px;
  }
  .profile_name {
    font-size: 20px;
  }
  .profile_name span {
    font-size: 48px;
  }
  .insta-icon i {
    font-size: 30px;
  }
  .trainer-comment {
    font-size: 18px;
  }
  .trainer-img {
    width: 71%;
  }
}
@media print, screen and ( min-width : 1500px ) {
  .trainer-img {
    width: 73%;
  }
}
@media print, screen and ( min-width : 1600px ) {
  .trainer-img {
    width: 75%;
  }
}
@media print, screen and ( min-width : 1700px ) {
  .trainer-img {
    width: 76%;
  }
}
@media print, screen and ( min-width : 1800px ) {
  .trainer-img {
    width: 77%;
  }
}


/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
#news {
  background: url(../img/new-wing/news-back.jpg) no-repeat center center;
  width: 100%;
  /* height: 1150px; */
  background-size: cover;
  background-repeat: no-repeat;
}
#news h2 {
  width: 100%;
  text-align: center;
  font-family: "Kozuka Gothic Pro", sans-serif;
  font-weight: bold;
}
.news-list {
  max-width: 900px;
  padding: 0 25px;

}
.news-item {
  border-bottom: solid 1px #c7c7c7;
}
.news-item.last-item {
  border-bottom: none;
}
.news-item-link {
  color: #595757;
  font-size: 14px;
  padding: 22px 0;
}
.cat {
  background: #00A29A;
  color: #fff;
  display: block;
  font-size: 12px;
  margin-right: 15px;
  padding: 3px 14px 2px;
}
.news-item-date {
  color: #808080;
  font-size: 12px;
  margin-top: 4px;
}
.news-item-date:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}

@media only screen and ( max-width : 767px ) {
  #news {
    padding-bottom: 80px
  }
  #news h2 {
    padding-top: 60px;
  }
  .news-list {
    margin-top: 60px auto 0;
  }
  .news-item {
    padding: 20px;
  }
  .news_more_btn {
    margin-top: 40px;
  }
  .news-item-body {
    margin-top: 1rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  #news {
    padding-bottom: 100px
  }
  #news h2 {
    padding-top: 132px;
  }
  .news-list {
    margin: 80px auto 0;
  }
  .news-item-link {
    display: flex;
  }
  .news-item-link:hover .news-item-picture > img {
    transform: translate(-50%, -50%) scale(1.05);
  }
  .news-item-title {
    font-size: 16px;
  }
  .news-item-header {
    flex: 0 0 260px;
  }
  .news-item-body {
    flex: 0 1 100%;
    margin-left: 40px;
  }
  .mail_link {
    margin-top: 1rem;
    margin-left: 75px;
    font-size: 27px;
  }
  .mail_link i {
    margin-right: 30px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .mail_link {
    font-size: 35px;
  }
}
.news-item-picture {
  padding-top: 61.5385%;
  position: relative;
  overflow: hidden;
}
.news-item-picture > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: transform .4s;
}
.news-item-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
}
.news-item-text {
  color: #888888;
  line-height: 1.7143;
}
.more_btn {
  display: block;
  width: 200px;
  padding: 20px 30px;
  margin: 0 auto;
  background: #464646;
  text-align: center;
  color: #fff;
}
@media only screen and ( max-width : 767px ) {
  .news h2 {
    font-size: 50px;
  }
}
@media only screen and ( max-width : 575px ) {
  .news h2 {
    font-size: 32px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .news h2 {
    font-size: 75px;
  }
  .more_btn {
    margin-top: 80px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */

.contact {
  background-image: url(../image/contact_back.jpg);
  background-size: 85.9%;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-wrap {
  text-align: left;
  margin-left: 6.8%;
}
.contact .contact-title {
  color: #171C61;
  font-family: '小塚ゴシック Pr6N','Kozuka Gothic Pr6N',sans-serif;
  font-weight: 700;
  text-align: center;
}
.contact .contact-title::after{
  content: "お問い合わせ";
	display: block;
	font-size: 20px;
	text-align: center;
	line-height: 2;
	color: #171C61;
	font-weight: bold;
}
.contact_tel img {
  display: inline-block;
  vertical-align: middle;
}
.contact_tel {
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
.contact_tel span {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #171C61;
}
.contact_tel span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 1px;
  background: #171C61;
}

#contact table {
  width: 100%;
}
#contact th,#contact td,
form#mail_form dl dt,form#mail_form dl dd{
  padding: 20px 0;
}
#contact th ,
form#mail_form dl dt{
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.textarea_box th {
  vertical-align: top;
}
#contact td,
form#mail_form dl dd {
  color: #fff;
}
.contact .contact-text {
  color: #171C61;
  text-align: center;
  letter-spacing: 1px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 700;
}
.mr {
  margin-right: 5rem;
}
.contact .form {
  background-color: rgba(0,0,0,.4);
}
.contact-item-title {
  color: #fff;
}
.cont {
  display: inline-block;
}
.cont:last-child {
  margin-bottom: 1rem;
}
.mail_link {
  display: inline-block;
}

/* フォーム */
.contact input[type="text"],.contact input[type="email"],.contact input[type="tel"],.contact textarea,
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
  width: 100%;
  border: none;
  font-size: 16px;
  padding: 1.5em;
  border-radius: 30px;
  background: rgba(255,255,255,0.7);
  box-sizing: border-box;
}
.contact textarea {
  height: 20rem;
}
label {
  cursor: pointer;
}
label span {
  vertical-align: middle;
}
button {
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
}
#contact button {
  display: block;
  max-width: 311px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.radio_btn {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.radio_btn-Input {
  opacity: 0;
  width: 0;
  margin: 0;
}
.radio_btn-Input:focus + .radio_btn-DummyInput {
  border: solid 2px #333333;
  background: #EEEEEE;
}
.radio_btn-Input:checked + .radio_btn-DummyInput {
  border: solid 2px #333333;
}
.radio_btn-Input:checked + .radio_btn-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #595757;
}
.radio_btn-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #efefef;
}
.radio_btn-LabelText {
  margin-left: 12px;
  display: block;
  font-weight: bold;
}

@media only screen and ( max-width : 767px ) {
  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact .contact-title {
    font-size: 50px;
  }
  .contact_tel {
    display: block;
    margin-top: 80px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 50px;
    text-align: center;
  }
  .contact_tel img {
    max-width: 40px;
    margin-right: 30px;
  }
  .contact .contact-text {
    font-size: 20px;
    margin: 60px 25px 30px 25px;
  }
  .contact .form {
    margin-top: 60px;
    margin: 0 25px;
  }
  .contact-item {
    padding: 30px;
  }
  #contact th,#contact td,
  #contact dl dt,#contact dl dd{
    display: block;
    width: 100%;
  }
  #contact th,
  #contact dl dt {
    padding: 20px 0 0;
  }
  .large_ttl th {
    font-size: 18px;
  }
  .mail_link {
    text-align: center;
    margin-top: 1rem;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 16px;
  }
  .mail_link i {
    margin-right: 1rem;
  }
  .mt171px {
    margin-top: 80px;
  }
}
@media only screen and ( max-width : 575px ) {
  .contact_tel {
    font-size: 35px;
  }
  .contact_tel img {
    max-width: 25px;
  }
  .contact .contact-title {
    font-size: 32px;
  }
  .mt171px {
    margin-top: 40px;
  }
}
@media only screen and ( max-width : 414px ) {
  .contact_tel {
    font-size: 33px;
  }
  .contact_tel img {
    margin-right: 1rem;
  }
  .mail_link {
    font-size: 12px;
  }
}
@media only screen and ( max-width : 375px ) {
  .contact .contact-text {
    font-size: 16px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .contact {
    padding-top: 119px;
    padding-bottom: 75px;
  }
  .contact .contact-title {
    font-size: 75px;
  }
  .contact_tel {
    display: inline-block;
    margin-top: 119px;
    font-size: 70px;
  }
  .contact_tel img {
    max-width: 50px;
    margin-right: 50px;
  }
  .contact .contact-text {
    margin-bottom: 98px;
    font-size: 27px;
    margin-top: 100px;
  }
  .contact-item {
    padding: 80px 100px;
  }
  .large_ttl th {
    font-size: 30px;
  }
  .contact .form {
    margin-top: 98px;
    margin: 0 75px;
  }
  #contact th,
  #contact dl dt{
    width: 10%;
    min-width: 140px;
  }
  #contact td,
  #contact dl dd {
    width: 80%;
  }
  .cont_box_ml {
    padding-left: 3px;
  }
  .contact .contact-text br.sp {
    display: block !important;
  }
  .mt171px {
    margin-top: 80px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .contact_tel {
    font-size: 92px;
  }
  .contact_tel img {
    max-width: 59px;
    margin-right: 60px;
  }
  .contact .contact-text br.sp {
    display: none !important;
  }
}
/* ---------------------------------------------------------------------------------------------

　   CONTACT　WP

--------------------------------------------------------------------------------------------- */

#contact label input[type="radio"] + span,
form#mail_form ul li input[type="radio"] +span, form#mail_form ul li input[type="checkbox"] + span {
  position: relative;
  margin: 0 8px 5px 0;
  padding: 0 0 0 30px;
}
#contact label,
form#mail_form ul li label{
  position: relative;
  display: inline-block;
  word-break: break-all;
}
#contact label span {
  display: inline-block;
  position: relative;
}
#contact label input[type="radio"] {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
}
#contact label input[type="radio"] + span::before,#contact label input[type="radio"] + span::after,
form#mail_form ul li input[type="radio"] + span::before, form#mail_form ul li input[type="radio"] + span::after{
  display: inline-block;
  content: '';
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
}

#contact label input[type="radio"] + span::before ,
form#mail_form ul li input[type="radio"] + span::before{
  z-index: 0;
  top: 3px;
  left: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  background: #efefef;
  border: none;
}
#contact label input[type="radio"]:checked + span::before {
  left: 2px;
}
#contact label input[type="radio"]:checked + span::after {
  background: #595757;
  width: 10px;
  height: 10px;
  left: 7px;
  top: 8px;
}
#contact .contact-submit button,
#contact .contact-submit input {
  background: #efefef;
  font-size: inherit;
  font-family: inherit;
  text-align: center;
  border-radius: 100px;
  color: #727171;
  font-weight: inherit;
  letter-spacing: .05em;
  display: block;
}
#contact .contact-submit button.back-btn {
  background: #ddd;
}
.mw_wp_form .error {
  margin-top: 10px;
}
.mwform-radio-field.horizontal-item,
form#mail_form ul li{
  display: inline;
}

@media only screen and ( max-width : 767px ) {
  #contact .contact-submit {
    padding: 0 30px;
    padding-bottom: 1px;
  }
  #contact .contact-submit button,
  #contact .contact-submit input {
    width: 250px;
    font-size: 18px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
  }
  #contact .contact-submit button.back-btn {
    margin-bottom: 25px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #contact .contact-submit {
    display: flex;
    justify-content: center;
  }
  #contact .contact-submit button,
  #contact .contact-submit input {
    width: 310px;
    font-size: 24px;
    padding: 25px;
    margin-bottom: 70px;
  }
  #contact .contact-submit button.back-btn {
    margin-right: 20px;
  }
}



/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
