@charset "UTF-8";

:root {
  --viewport: 750;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}
.cf:before {
  content: "";
  display: block;
  clear: both;
}
.cf {
  display: block;
}
.body_aco {
  display: none;
}
.relative {
  position: relative;
}
.font-oswald {
  font-family: "Oswald",
               "Hiragino Kaku Gothic ProN",
               "Hiragino Sans",
               "游ゴシック体",
               "Yu Gothic Medium",
               "游ゴシック",
               "Yu Gothic",
               "メイリオ",
               sans-serif;
}
body {
  font-size: 24px;
  font-family: "游ゴシック体",
               "Yu Gothic Medium",
               "游ゴシック",
               "Yu Gothic",
               "Hiragino Kaku Gothic ProN",
               "メイリオ",
               sans-serif;
  font-style: Normal;
  font-weight: bold;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

h2 {
  line-height: 1;
}
p {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
p.lh2 {
  line-height: 2;
}
a:hover {
  opacity: 1;
}
section .inner {
  margin: 0 6.4vw;
}
header {
  text-align: center;
  padding: 2.8vw 0;
}
header p {
  font-weight: bold;
}
.logo {
  width: 53.6vw;
  margin: 2.1333vw auto 0;
}
.logo img {
  vertical-align: top;
}
nav .inner {
  margin: 0 4%;
}
#mv {
  background: url(../images/mv_sp.jpg) center top no-repeat;
  background-size: 100% auto;
  height: 0;
  position: relative;
  padding-bottom: 146.66vw;
  overflow: hidden;
}

#cta {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
#cta.active {
  opacity: 1;
  pointer-events: all;
}

#navi {
  font-family: 'Didact Gothic', sans-serif;
  line-height: 2.2;
  position: fixed;
  top: 31.2vw;
  left: 5.07vw;
  z-index: 10;
  mix-blend-mode: difference;
}
#navi a {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.1em;
  opacity: 0.98;
}
#navi li.now a {
  text-decoration: underline;
}

#feature .lead {
  background: url(../images/bg_feature_sp.png) left top repeat;
  background-size: 2.13vw;
  padding: 74.8vw 0 25.87vw;
  position: relative;
}
#feature .lead_feature {
  font-weight: bold;
}
#feature .lead .image {
  width: 61.2vw;
  position: absolute;
  top: -20vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#feature .lead .title {
  width: 87.2vw;
  position: absolute;
  top: 44vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.rotateArea {
  display: none;
}
#feature .lead_feature {
  text-align: center;
}
#feature .way {
  position: relative;
}
#feature .way01 {
  background: #ede3d1;
  padding: 0 0 18.67vw;
}
#feature .way01 .arrow {
  width: calc(100vw / var(--viewport) * 146);
  position: absolute;
  top: -14.4vw;
  left: 24.4vw;
  z-index: 2;
}
#feature .way01 .imgBox {
  position: relative;
}
#feature .way01 .imgBox img:nth-child(1) {
  width: 50%;
  float: left;
}
#feature .way01 .imgBox img:nth-child(2) {
  width: 50%;
  float: right;
  animation-delay: .3s;
}
#feature .way01 .imgBox .icon {
  width: calc(100vw / var(--viewport) * 107);
  position: absolute;
  top: 35.42vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-right: 3vw;
  box-sizing: content-box;
}
#feature .way01 .box {
  width: 87.2vw; /*654px*/
  background: #fff;
  padding: 10.4vw 6.4vw 12vw;
  margin: -10.6vw auto 0;
  position: relative;
  z-index: 1;
}
#feature .way01 .box .title {
  width: 15.87vw;
  display: block;
  margin: 0 auto 6.53vw;
}
#feature .way01 .box .midashi {
  margin: 0 0 4.4vw;
}
#feature .way02 {
  background: url(../images/bg_way02_sp.jpg) top center no-repeat, #ede3d1;
  background-size: 100% auto;
  height: 0;
  padding-bottom: 173.87vw;
  position: relative;
}
#feature .way02 .box {
  width: 16.93vw;
  position: absolute;
  top: 21vw;
  right: 7vw;
}
#feature .way02 .box .title {
  width: 16.67vw;
  margin: 0 0 7vw 1vw;
}
#feature .way02 .box .midashi {
  width: 16.93vw;
}
#feature .way02 .box2 {
  background: #fff;
  width: 55vw;
  position: absolute;
  top: 119vw;
  left: 13vw;
}
#feature .way03 {
  background: #fff;
  padding-bottom: 7.34vw;
  border-bottom: 4px solid #000;
}
#feature .way03 .box {
  padding: 14vw 6.4vw 4.8vw;
}
#feature .way03 .box .title {
  width: 16vw;
  margin: 0 0 5.73vw;
}
#feature .way03 .box .midashi {
  margin: 0 0 4.27vw;
}

#marquee {
  background: #fff;
  width:100%;
  overflow:hidden;
  white-space:nowrap;
}
#marquee ul {
  display:inline-block;
  margin:0;
  padding:0;
  animation:marquee 12s linear infinite;
}
@keyframes marquee {
  0% { transform:translateX(4px); }
  100% { transform:translateX(-100%); }
}
#marquee li {
  line-height: 40px;
  display:inline-block;
}
#marquee li p {
  font-weight: bold;
}

#about {
  background: #fff;
  padding: 14.4vw 6.4vw 18.53vw;
}
#about h2 {
  text-align: center;
  margin: 0 0 7.33vw;
}
#about h2 img {
  width: calc(100vw / var(--viewport) * 192);
}
#about .con01 p {
  width: 74.67vw;
  margin: 0 auto 14.8vw;
}
#about .con02 {
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  padding: 12.8vw 0 4.87vw;
}
#about .con02 img {
  width: 60.93vw;
  display: block;
  margin: 0 auto 4.93vw;
}
#about .con02 .rl,
#about .con03 .rl {
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  float: right;
  padding: 0 4.8vw 0 3vw;
}
#about .con03 {
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  padding: 12.8vw 0 12.93vw;
  margin: 10.53vw 0 0;
}
#about .con03 img {
  width: 55.07vw;
  display: block;
  margin: 0 auto 10.27vw;
}
#about a {
  color: #000;
  font-size: 10px;
  text-decoration: underline;
}
#about .sub {
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  padding: 9.47vw 6.4vw 10vw 5.87vw;
}
#about .sub .title {
  font-weight: bold;
  margin: 0 0 3vw;
}
#about .caption {
  font-size: 10px;
}

#gallery {
  background: #fff;
  position: relative;
}
#gallery .arrow {
  width: calc(100vw / var(--viewport) * 104);
  position: absolute;
  top: 0;
  right: 7.4vw;
  transform: scale(-1, 1) rotate(-30deg);
}
#gallery h2 {
  position: absolute;
  top: 31.07vw;
  left: 57.87vw;
}
#gallery h2 img {
  width: calc(100vw / var(--viewport) * 257);
}
#gallery .gallery01 {
  position: relative;
  z-index: 2;
}
#gallery .gallery01 img {
  width: 50.13vw;
}
#gallery .gallery02 {
  text-align: right;
  margin-top: -15.73vw;
}
#gallery .gallery02 img {
  width: 59.6vw;
}
#gallery .gallery03 {
  margin-top: -36.4vw;
  position: relative;
  z-index: 2;
}
#gallery .gallery03 img {
  width: 50vw;
}
#gallery .gallery04 {
  text-align: right;
  margin-top: -18.27vw;
}
#gallery .gallery04 img {
  width: 31.07vw;
}
#gallery .box {
  width: 43.6vw;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  padding: 0 5.87vw 14.53vw 5.87vw;
  margin: -9.47vw 0 0 6.4vw;
}
#gallery .gallery05 {
  text-align: right;
  margin-top: -26.93vw;
  position: relative;
  z-index: 3;
}
#gallery .gallery05 img {
  width: 50vw;
}

#merit {
  background: #ede3d1;
  padding: 25.2vw 0 31.07vw;
  margin-top: -9.87vw;
  position: relative;
}
#merit h2 {
  text-align: right;
  margin: 0 0 4.4vw;
}
#merit h2 img {
  width: calc(100vw / var(--viewport) * 205);
}
#merit .image {
  width: 36.4vw;
  position: absolute;
  top: 21.2vw;
  left: 3.07vw;
}
#merit .lead {
  text-align: right;
  font-weight: bold;
}
#merit .box {
  padding: 10.8vw 5.87vw 0 6.4vw;
}
#merit .box .title {
  margin: 0 0 0 auto;
  display: block;
}
#merit .box .midashi {
  font-weight: bold;
  margin-bottom: 4.4vw;
}
#merit .box1 {
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  margin-top: 21.53vw;
}
#merit .box1 .title {
  width: 44.8vw;
}
#merit .box2 {
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  padding-bottom: 4.8vw;
  margin-top: 10.67vw;
}
#merit .box2 .title {
  width: 45.33vw;
}
#merit .box3 {
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  padding-bottom: 17.6vw;
  margin-top: 10.67vw;
}
#merit .box3 .title {
  width: 43.6vw;
}

#course {
  background: #ede3d1;
  padding: 25.2vw 0 10vw;
  position: relative;
}
#course .arrow {
  width: calc(100vw / var(--viewport) * 146);
  position: absolute;
  top: -17.73vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#course h2 {
  margin: 0 0 4.4vw;
}
#course h2 img {
  width: calc(100vw / var(--viewport) * 240);
}
#course .lead {
  font-weight: bold;
  margin-bottom: 4.4vw;
}
#course .leadBox {
  background: url(../images/bg_course.png) top 2.9vw right no-repeat;
  background-size: 37.07vw auto;
}
#course .leadBox p {
  width: 44vw;
}
#course .box {
  margin: 15.6vw 0 0;
  position: relative;
}
.outerBox {
  text-align: center;
  background: #fff;
  width: 74.4vw;
  height: 74.4vw;
  margin: 0 auto;
  transform: rotate(6deg);
}
.innerBox {
  width: 74.4vw;
  height: 74.4vw;
  transform: rotate(-6deg);
  display: table-cell;
  vertical-align: middle;
}
#course .innerBox {
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
}
#course .box .midashi {
  line-height: 3.5;
  text-align: center;
  font-weight: bold;
  width: 74.4vw;
  margin: 0 auto;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
}
.link {
  text-align: right;
  line-height: 1;
  position: absolute;
  bottom: -2vw;
}
.link a {
  color: #000;
  vertical-align: middle;
  padding-left: 1em;
}
.link span {
  font-weight: bold;
  vertical-align: middle;
}
.link span:before {
  content: "";
  background: url(../images/icon_link.png);
  background-size: 100% auto;
  width: 4.8vw;
  height: 4.67vw;
  display: inline-block;
  vertical-align: middle;
}
#course .box .link {
  width: 74.4vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#course .box .link span {
  background: #ede3d1;
  width: 28vw;
  display: inline-block;
}
#course .box1 .innerBox img {
  width: calc(100vw / var(--viewport) * 327);
}
#course .box2 .innerBox img {
  width: calc(100vw / var(--viewport) * 308);
}
#course .box3 .innerBox img {
  width: calc(100vw / var(--viewport) * 364);
}

#price {
  background: #ede3d1;
  padding: 0 0 17.33vw;
  overflow: hidden;
}
#price .inner {
  padding-top: calc(100vw / var(--viewport) * 80);
  position: relative;
}
#price h2 {
  text-align: left;
  margin-bottom: 3.47vw;
}
#price h2 img {
  width: calc(100vw / var(--viewport) * 169);
}
#price .outerBox {
  width: 87.2vw;
  height: 87.4vw;
  transform: rotate(5.4deg);
}
#price .innerBox {
  width: 87.2vw;
  text-align: left;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  padding: 10.53vw 0 11.47vw 5.87vw;
  transform: rotate(-5.4deg);
}
#price .innerBox:before {
  content: "";
  border-right: 4px solid #000;
  width: 74.4vw;
  display: block;
  padding-top: calc(100vw / var(--viewport) * 80);
  margin: 0 auto;
  position: absolute;
  top: calc(100vw / var(--viewport) * -80);
  right: 0;
}
#price .innerBox .image {
  width: calc(100vw / var(--viewport) * 408);
  margin-bottom: 4.53vw;
}
#price .innerBox p {
  width: 44.4vw;
}
#price .innerBox .cf {
  position: relative;
}
#price .innerBox .cf img {
  width: calc(100vw / var(--viewport) * 236);
  position: absolute;
  top: 0;
  right: 0;
}
#price .link {
  width: 100%;
  bottom: -1.2vw;
}
#price .link a {
  margin-right: 3vw;
}
#price .borderBottom {
  width: 55.07vw;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: -2px;
}

.other {
  background: #fff;
  padding: 0 0 10.93vw;
}
.other .imgBox {
  background: url(../images/bg_other_sp.jpg) top center no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 124.93vw;
}
.other .imgBox img {
  width: 95vw;
  display: block;
  padding-top: 5.8vw;
  padding-left: 12vw;
  transform-origin: top left;
  opacity: 0;
}
.other .imgBox img.rote {
  -webkit-animation-name: rote;
          animation-name: rote;
}
@keyframes rote {
  0% {
    transform: rotate(0);
    opacity: 0;
  }
  100% {
    transform: rotate(5deg);
    opacity: 1;
  }
}
.other .box {
  width: 87.2vw;
  background: #fff;
  padding: 10.4vw 6.4vw 12vw;
  margin: -10.6vw auto 0;
  position: relative;
  z-index: 2;
}
.other .box .midashi {
  width: calc(100vw / var(--viewport) * 261);
  display: block;
  margin: 0 auto 4.4vw;
}
.other .box .title {
  width: calc(100vw / var(--viewport) * 459);
  display: block;
  margin: 0 auto 4.67vw;
}

.contact {
  background: url(../images/bg_feature_sp.png) left top repeat;
  background-size: 2.13vw;
  position: relative;
}
.contact .arrow .img1 {
  width: calc(100vw / var(--viewport) * 97);
  position: absolute;
  top: calc(100vw / var(--viewport) * -26);
  left: calc(100vw / var(--viewport) * 219);
  z-index: 2;
}
.contact .arrow .img2 {
  width: calc(100vw / var(--viewport) * 146);
  position: absolute;
  top: calc(100vw / var(--viewport) * 16);
  left: calc(100vw / var(--viewport) * 302);
  z-index: 2;
}
.contact .inner {
  padding: calc(100vw / var(--viewport) * 140) 0 24vw;
  margin: 0;
  overflow: hidden;
}
.contact .outerBox {
  width: 87.2vw;
  height: 87.4vw;
  transform: rotate(5.4deg);
}
.contact .innerBox {
  width: 87.2vw;
  text-align: center;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  padding: 10vw 5vw 11.47vw;
  transform: rotate(-5.4deg);
  position: relative;
}
.contact .innerBox .borderRight {
  width: 4px;
  height: 45.6vw;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
}
.contact .innerBox .borderBottom {
  width: 23.07vw;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact h2 {
  margin-bottom: 6.67vw;
}
.contact h2 img {
  width: calc(100vw / var(--viewport) * 251);
}
.contact .lead {
  font-weight: bold;
  margin-bottom: 4.4vw;
}
.contact .lead + p {
  margin: 0 5.87vw 8.8vw 0;
}
.buttonArea {
  text-align: center;
  width: calc(100vw / var(--viewport) * 480);
  position: relative;
  margin: 0 auto;
}
.buttonArea a {
  color: #fff;
  display: block;
  background: url(../images/bg_button_off.png) center center no-repeat;
  background-size: 100% auto;
  padding: 3.6vw 0;
}
.contact .link {
  position: absolute;
  right: -1em;
  bottom: -1.8vw;
}
.contact .link span:before {
  margin-right: 1em;
}
.contact .link a {
  padding-left: 0;
  vertical-align: baseline;
}

#clinic {
  background: #fff;
  padding: 18.53vw 0 18.8vw;
  overflow: hidden;
}
#clinic .inner {
  border-bottom: 4px solid #000;
}
#clinic h2 {
  margin-bottom: 4.93vw;
}
#clinic h2 img {
  width: calc(100vw / var(--viewport) * 436);
}
#clinic h3 {
  border-top: 4px solid #000;
  padding: 13.73vw 0 0;
  margin: 0 0 7.6vw;
}
#clinic .inner .cf:nth-child(3) h3 {
  border-top: none;
}
#clinic .lead + h3 {
  border-top: none;
}
#clinic .ttl_aco {
  font-weight: bold;
  line-height: 1;
  border-top: 4px solid #000;
  padding: 7.6vw 0;
  position: relative;
}
#clinic .ttl_aco span {
  position: absolute;
  width: 4.4vw;
  height: 4.4vw;
  background: #000;
  top: 50%;
  right: 1vw;
  transform: translateY(-50%);
  border-radius: 50%;
  cursor: pointer;
}
#clinic .ttl_aco span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 50%;
  background: white;
}
#clinic .ttl_aco span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 2px;
  background: white;
}
#clinic .ttl_aco.active span:before {
  width: 0;
}
#clinic .body_aco {
  padding: 0 0 13.6vw;
  opacity: 0;
}
#clinic .ttl_aco.active + .body_aco {
  opacity: 1;
}
#clinic .body_aco .cf {
  margin: 0 0 10vw;
}
#clinic .body_aco .image {
  width: calc(100vw / var(--viewport) * 302);
  float: left;
}
#clinic .body_aco .white_box {
  text-align: left;
  width: calc(100vw / var(--viewport) * 300);
  float: right;
}
#clinic .body_aco .name {
  font-weight: bold;
  margin-bottom: 1em;
}
#clinic .body_aco .sub {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#clinic .body_aco .access,
#clinic .body_aco .time {
  margin-top: 1em;
}
#clinic .body_aco .outerBox {
  background: #ede3d1;
  width: 100%;
  height: auto;
  padding: 7.87vw 0 0;
  transform: rotate(5deg);
}
#clinic .innerBox {
  width: 87.2vw;
  height: auto;
  transform: rotate(-5deg);
}
#clinic .buttonArea:after {
  border-top: solid 3.8vw #ede3d1;
}

#footer_copy {
  background: #fff;
  color: #000;
}
#footer_copy a {
  color: #000;
}
#footer_copy .inner {
  padding: 10.67vw 6.4vw 9vw;
}
#footer_copy .logo {
  width: 33.87vw;
  float: left;
}
#footer_copy .f_copy_right {
  font-size: 2vw;
  font-weight: bold;
  text-align: right;
  float: right;
}

.pc,
.pc_b {
  display: none;
}
@media screen and (max-width:767px) {
  body {
    line-height: 1.7;
  }
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #cta {
    width: 9.6vw;
  }

  .other .inner {
    margin: 0;
  }
}
@media screen and (min-width:768px) {
  #wrapper {
    min-width: 1280px;
  }
  .inner {
    width: 100%;
    /*max-width: 1080px;*/
    margin: 0 auto;
  }
  .arrow img {
    width: 100%;
  }

  header {
    padding: 37px 0;
  }
  .logo {
    margin: 15px auto 0;
  }
  .logo img {
    width: 402px;
    height: 80px;
  }

  #mv {
    background: url(../images/mv_pc.jpg) center top no-repeat;
    background-size: auto 750px;
    height: 750px;
    padding-bottom: 0;
  }

  #navi {
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
  }

  #feature {
    background: url(../images/bg_feature_pc.png) left top repeat;
    margin-bottom: 68px;
  }
  #feature .lead {
    background-size: 8px;
    padding: 460px 0 110px;
  }
  #feature .lead .image {
    width: 407px;
    top: -111px;
  }
  #feature .lead .title {
    width: 504px;
    top: 270px;
  }
  .rotateArea {
    width: 178px;
    height: 178px;
    display: block;
    position: absolute;
    top: 124px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .rotateArea img {
    position: absolute;
    top: 0;
  }
  .rotateLeft {
    padding: 0 978px 0 0;
  }
  .rotateLeft img {
    left: 0;
  }
  .rotateRight {
    padding: 0 0 0 978px;
  }
  .rotateRight img {
    right: 0;
  }
  .rotateArea .rotate {
    animation:16s linear infinite rotation;
  }
  @keyframes rotation {
    0% { transform:rotate(0);}
    100% { transform:rotate(360deg); }
  }
  #feature .way01 {
    background: #fff;
    padding: 0;
  }
  #feature .way01 .arrow {
    width: 105px;
    position: absolute;
    top: -85px;
    left: initial;
    right: 299px;
  }
  #feature .way01 .imgBox {
    width: 55%;
    float: left;
  }
  #feature .way01 .imgBox .icon {
    width: 107px;
    top: 21%;
    left: initial;
    right: -70px;
    padding-right: initial;
    z-index: 2;
  }
  #feature .way01 .box {
    width: 45%;
    float: right;
    padding: 156px 0 0;
    margin: 0;
  }
  #feature .way01 .box .title {
    width: 77px;
    margin: 0 auto 44px;
  }
  #feature .way01 .box .midashi {
    width: 517px;
    display: block;
    margin: 0 auto 80px;
    animation-delay: 0.3s;
  }
  #feature .way01 .box p {
    width: 320px;
    margin: 0 auto;
    animation-delay: 0.6s;
  }
  #feature .way02 {
    background: url(../images/bg_way02_pc.jpg), #ede3d1;
    background-size: calc(100% - 40px) auto;
    background-position: top 40px right;
    background-repeat: no-repeat, repeat;
    height: auto;
    padding: 40px 0 40px 40px;
  }
  #feature .way02 .slides {
    width: 32.26%;
  }
  #feature .way02 .slides img {
    width: 100%;
  }
  #feature .way02 .slides img:nth-child(1),
  #feature .way02 .slides img:nth-child(2) {
    margin-bottom: 8px;
  }
  #feature .way02 .slides img:nth-child(2) {
    /*animation-delay: .3s;*/
  }
  #feature .way02 .slides img:nth-child(3) {
    /*animation-delay: .6s;*/
  }
  #feature .way02 .box {
    width: 101px;
    top: 139px;
    right: 131px;
  }
  #feature .way02 .box .title {
    width: 81px;
    margin: 0px 0px 44px 12px;
  }
  #feature .way02 .box .midashi {
    width: 101px;
  }
  #feature .way02 .box2 {
    width: 240px;
    top: 625px;
    left: initial;
    right: 680px;
  }
  #feature .way03 {
    border-bottom: 2px solid #000;
    padding-bottom: 140px;
  }
  #feature .way03 .box {
    padding: 116px 0 0;
  }
  #feature .way03 .box .cf {
    display: table;
    margin: 0 auto;
  }
  #feature .way03 .box .title {
    width: 81px;
    margin: 0 44px 0 0;
  }
  #feature .way03 .box .midashi {
    width: 488px;
    margin: 0;
  }
  #feature .way03 .box p {
    width: 560px;
    margin: 24px auto 68px;
    padding-left: 230px;
    box-sizing: content-box;
  }
  #feature .way03 img {
    width: 100%;
  }

  #about {
    width: 1120px;
    padding: 0 0 140px;
    margin: 0 auto;
  }
  #about h2 {
    margin: 105px 0 50px;
  }
  #about h2 img {
    width: 103px;
  }
  #about .con01,
  #about .con03 {
    float: right;
  }
  #about .con01 {
    width: 280px;
  }
  #about .con01 p {
    width: 201px;
    margin: 0 auto;
  }
  #about .con02,
  #about .con03 {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 400px;
    padding: 50px 0 0;
  }
  #about .con02 .rl,
  #about .con03 .rl {
    padding: 0 36px 0 20px;
  }
  #about .con02 {
    float: left;
  }
  #about .con02 img {
    width: 278px;
    margin: 0 auto 35px;
  }
  #about .con03 {
    margin: 0;
  }
  #about .con03 img {
    width: 278px;
    margin: 0 auto 37px;
  }
  #about .sub {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 840px;
    padding: 36px 40px;
  }
  #about .sub .title {
    margin: 0 0 24px;
  }

  #gallery {
  }
  #gallery h2 {
    text-align: center;
    top: 40px;
    left: initial;
    right: 111px;
  }
  #gallery h2 img {
    width: 137px;
  }
  #gallery .arrow {
    width: 74px;
    right: 280px;
    top: -120px;
    transform: scale(1, 1) rotate(0);
  }
  #gallery .gallery01 img {
    width: 50%;
  }
  #gallery .gallery02 {
    margin-top: -52%;
  }
  #gallery .gallery02 img {
    width: 56.25%;
  }
  #gallery .gallery03 {
    margin: -14% 0 0 9.375%;
  }
  #gallery .gallery03 img {
    width: 28.125%;
  }
  #gallery .gallery04 {
    margin-top: -23%;
  }
  #gallery .gallery04 img {
    width: 21.875%;
  }
  #gallery .box {
    width: 320px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 0 0 55px 36px;
    margin: 4% 0 0 9.375%;
  }
  #gallery .gallery05 {
    margin: -22% 15.625% 0 0;
  }
  #gallery .gallery05 img {
    width: 37.5%;
  }

  #merit {
    padding: 244px 0 50px;
  }
  #merit .inner {
    width: 1120px;
    margin: 0 auto;
    position: relative;
  }
  #merit .arrow {
    width: 74px;
    position: absolute;
    top: 110px;
    right: 113px;
  }
  #merit h2 {
    margin: 0 0 36px;
  }
  #merit h2 img {
    width: 110px;
  }
  #merit .lead {
    margin-bottom: 55px;
  }
  #merit .borderTop {
    background: #000;
    position: absolute;
    top: 132px;
    left: 0;
    width: 100%;
    height: 2px;
  }
  #merit .borderLeft {
    background: #000;
    position: absolute;
    top: 132px;
    left: 0;
    width: 2px;
    height: 100%;
  }
  #merit .image {
    width: 277px;
    top: 51px;
    left: 70px;
  }
  #merit .box {
    padding: 20px 35px 50px 10px;
  }
  #merit .box1,
  #merit .box2,
  #merit .box3 {
    border: none;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 680px;
    margin: 20px 0 0 auto;
  }
  #merit .box p {
    padding-left: 240px;
  }
  #merit .box .title {
    float: left;
  }
  #merit .box .midashi {
    margin: 0 0 20px;
  }
  #merit .box1 .title {
    width: 216px;
  }
  #merit .box2 .title {
    width: 219px;
  }
  #merit .box3 .title {
    width: 223px;
  }

  #course {
    padding: 0;
  }
  #course .arrow {
    width: 45px;
    transform: scale(-1, 1) rotate(-30deg);
    top: 155px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 892px;
    box-sizing: content-box;
  }
  #course .inner {
    background: url(../images/bg_course.png) top right 65px no-repeat;
    background-size: 181px auto;
    width: 1200px;
    padding: 25px 0 0;
    margin: 0 auto;
    position: relative;
  }
  #course .borderLeft {
    background: #000;
    position: absolute;
    top: 0;
    left: 40px;
    width: 2px;
    height: 233px;
  }
  #course h2 {
    margin: 0 0 36px 80px;
  }
  #course h2 img {
    width: 128px;
  }
  #course .lead {
    margin: 0 0 15px 80px;
  }
  #course .leadBox {
    background: none;
    margin: 0 0 0 80px;
  }
  #course .leadBox p {
    width: 700px;
  }
  #course .box {
    width: 380px;
    float: left;
    padding-left: 40px;
    margin: 52px 0 0;
    position: relative;
  }
  #course .box:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 2px;
    display: inline-block;
  }
  #course .outerBox {
    width: 320px;
    height: 320px;
    margin: 0;
  }
  #course .innerBox {
    width: 320px;
    height: 320px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: none;
    position: relative;
  }
  #course .innerBox:after {
    content: "";
    background: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 278px;
    height: 2px;
  }
  #course .box1 {
    margin-left: 40px;
  }
  #course .box1 .innerBox img {
    width: 152px;
  }
  #course .box2 .innerBox img {
    width: 201px;
  }
  #course .box3 .innerBox img {
    width: 240px;
  }
  #course .box .midashi {
    width: 280px;
    margin: 0 20px 0 auto;
    border: none;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .link {
    width: auto;
    margin: -17px 20px 0 0;
  }
  .link span:before {
    width: 22px;
    height: 22px;
  }
  #course .link span:hover a {
    animation: arrow .4s;
  }
  @keyframes arrow {
    0% {
      padding-left: 0;
    }
    100% {
      padding-left: 0.5em;
    }
  }
  .link a {
    padding-left: 0.5em;
  }
  #course .box .link {
    width: 280px;
    left: initial;
    right: 20px;
    bottom: -9px;
  }
  #course .box .link span {
    width: 124px;
  }

  #price {
    padding: 50px 0 0;
  }
  #price .arrow {
    width: 74px;
    position: absolute;
    top: -23px;
    left: 25px;
    z-index: 2;
  }
  #price .inner {
    width: 1120px;
    padding: 40px 0 160px;
    margin: 0 auto;
  }
  #price .outerBox {
    width: 1040px;
    height: 350px;
    transform: rotate(5deg);
  }
  #price .innerBox {
    border-top: none;
    border-left: 2px solid #000;
    width: 1080px;
    height: 350px;
    padding: 60px 0 0 35px;
    transform: rotate(-5deg);
    display: block;
  }
  #price .innerBox:before {
    width: 1080px;
    border-right: 2px solid #000;
    padding-top: 40px;
    top: -40px;
    right: 0;
  }
  #price .borderTop {
    width: 1080px;
    height: 2px;
    background: #000;
    position: absolute;
    top: -2px;
    left: -2px;
  }
  #price h2 {
    margin-bottom: 54px;
  }
  #price h2 img {
    width: 91px;
  }
  #price .innerBox .image {
    width: 397px;
    margin-bottom: 8px;
  }
  #price .innerBox p {
    width: 680px;
  }
  #price .innerBox .cf img {
    width: 209px;
    top: -146px;
    right: 70px;
  }
  #price .borderBottom {
    width: 960px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: -2px;
  }
  #price .link {
    bottom: 150px;
    margin: -13px 0 0;
  }
  #price .link a {
    background: none;
    margin-right: 0;
  }
  #price .link span:hover a {
    animation: arrow .4s;
  }
  #price .link a:after {
    display: none;
  }

  .other {
    padding: 0;
  }
  .other .inner {
    width: 1280px;
    padding: 0;
    margin: 0 auto;
  }
  .other .imgBox {
    background: url(../images/bg_other_pc.jpg) top center no-repeat;
    width: 640px;
    height: 800px;
    padding-bottom: 0;
    float: right;
  }
  .other .imgBox img {
    width: 620px;
    padding: 38px 0 0 89px;
  }
  .other .box {
    width: 640px;
    float: left;
    padding: 206px 0 0;
    margin: 0;
  }
  .other .box .midashi {
    width: 174px;
    margin: 0 auto 22px;
  }
  .other .box .title {
    width: 306px;
    margin: 0 auto 54px;
    animation-delay: 0.3s;
  }
  .other .box p {
    width: 320px;
    margin: 0 auto;
    animation-delay: 0.6s;
  }

  .contact {
    background-size: 8px;
    position: relative;
    padding: 102px 0 100px;
  }
  .contact .inner {
    padding: 0;
    margin: 0;
    overflow: visible;
  }
  .contact .arrow .img1 {
    width: 105px;
    top: 31px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-right: 160px;
    box-sizing: content-box;
  }
  .contact .arrow .img2 {
    width: 74px;
    height: 94px;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-right: 40px;
    box-sizing: content-box;
  }
  .contact .outerBox {
    width: 880px;
    height: 430px;
    transform: rotate(5deg);
  }
  .contact .innerBox {
    width: 880px;
    height: 430px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    padding: 110px 0 0;
    transform: rotate(-5deg);
    display: block;
  }
  .contact .innerBox .borderRight {
    width: 2px;
    height: 234px;
  }
  .contact .innerBox .borderBottom {
    width: 530px;
    height: 2px;
  }
  .contact h2 {
    margin-bottom: 34px;
  }
  .contact h2 img {
    width: 135px;
  }
  .contact .lead {
    margin-bottom: 16px;
  }
  .contact .lead + p {
    margin: 0 auto 46px;
  }
  .contact .rotateArea {
    top: 210px;
  }
  .buttonArea {
    width: 320px;
  }
  .buttonArea a {
    padding: 19px 0;
  }
  .buttonArea a:hover {
    color: #000;
    background: url(../images/bg_button_on.png) center center no-repeat;
    background-size: 100% auto;
    transition: all 0.2s ease-out;
  }

  .contact .link {
    right: 0;
    bottom: -10px;
    margin: 0;
  }
  .contact .link a {
    text-decoration: underline;
  }
  .contact .link span:before {
    margin-right: 0.5em;
  }
  .contact .link span:hover:before {
    animation: arrow2 .4s;
  }
  @keyframes arrow2 {
    0% {
      margin-right: 0;
    }
    100% {
      margin-right: 0.5em;
    }
  }

  #clinic {
    padding: 140px 0 144px;
    position: relative;
    overflow: visible;
  }
  #clinic .arrow {
    width: 74px;
    transform: scale(-1, 1) rotate(-10deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 890px;
    box-sizing: content-box;
    top: 50px;
    z-index: 2;
  }
  #clinic .inner {
    width: 1120px;
    padding-left: 40px;
    margin: 0 auto;
    border-bottom: none;
  }
  #clinic .inner > .cf {
    margin-top: 85px;
    position: relative;
  }
  #clinic h2 {
    margin: 0 0 36px 0;
  }
  #clinic h2 img {
    width: 235px;
  }
  #clinic .lead {
    margin: 0;
  }
  #clinic h3 {
    width: 400px;
    border-top: none;
    padding: 0;
    margin: 0;
    float: left;
  }
  #clinic .ttl_aco,
  #clinic .body_aco {
    width: 680px;
    float: right;
  }
  #clinic .ttl_aco {
    padding: 30px 0;
    border-top: 2px solid #000;
  }
  #clinic .ttl_aco:hover {
    cursor: pointer;
  }
  #clinic .ttl_aco:hover span {
    -webkit-animation-name: rotateIn;
            animation-name: rotateIn;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  @-webkit-keyframes rotateIn {
    0% {
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
              transform: rotate3d(0, 0, 1, -200deg);
      -webkit-transform-origin: center;
              transform-origin: center;
      opacity: 0;
    }
    100% {
      -webkit-transform: none;
              transform: none;
      -webkit-transform-origin: center;
              transform-origin: center;
      opacity: 1;
    }
  }
  .rotateIn {
      -webkit-animation-name: rotateIn;
              animation-name: rotateIn;
  }
  #clinic .ttl_aco span {
    width: 22px;
    height: 22px;
    right: 9px;
    margin-top: -11px;
    transform: translateY(0);
  }
  #clinic .body_aco .image {
    width: 280px;
  }
  #clinic .body_aco .outerBox {
    padding: 40px 0 0;
  }
  #clinic .innerBox {
    width: 640px;
    margin-left: 40px;
    display: block;
  }
  #clinic .body_aco {
    padding: 0 0 48px;
  }
  #clinic .body_aco .cf {
    margin: 0 0 40px;
  }
  #clinic .body_aco .white_box {
    width: 340px;
  }
  #clinic .buttonArea:after {
    border-top: solid 15px #ede3d1;
  }
  #clinic .borderBottom {
    background: #000;
    width: 680px;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  #footer_copy .inner {
    max-width: 1200px;
    padding: 60px 0;
  }
  #footer_copy .logo {
    width: auto;
    float: left;
    margin: 0;
  }
  #footer_copy .logo img {
    width: 200px;
    height: 40px;
  }
  #footer_copy .f_copy_right {
    font-size: 15px;
    font-weight: bold;
    line-height: initial;
    text-align: left;
    margin-top: 0;
    float: right;
  }
  #footer_copy .f_copy_right a:hover {
    text-decoration: underline;
  }

  .sp,
  .sp_b {
    display: none;
  }
  .pc {
    display: inline-block;
  }
  .pc_b {
    display: block;
  }
}

@media screen and (min-width:1296px) {
  #mv {
    background-size: 100% auto;
  }
}

@-webkit-keyframes B {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes B {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@-webkit-keyframes x {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes x {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.fadeInLeft {
    -webkit-animation-name: x;
    animation-name: x
}
.fadeInUp {
  -webkit-animation-name: B;
  animation-name: B
}

[data-animate="fadeInUp"],
[data-animate="fadeInLeft"] {
  opacity: 0;
}