@charset "UTF-8";
.gothic-B {
  letter-spacing: 1px;
}
/*======================================
background
/*======================================*/
.wrap {
  max-width: 960px;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 115vh;
  transform: translate(0, 0);
  background: url(../img/voice-bg-SP.jpg) repeat center;
  background-size: cover;
}
.bgFixd-js {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 120vh;
  transform: translate(0, 0);
  opacity: 0;
}
.fadein {
  opacity: 1;
  transition: all 1s ease;
  visibility: visible;
}
.fadeout {
  opacity: 0;
  transition: all 1s ease;
  visibility: hidden;
}
#recommend {
  background: url(../img/recommend-bg-SP.jpg) repeat center;
  background-size: cover;
}
#point-bgFixd {
  background: url(../img/point-bg-SP.jpg) repeat center;
  background-size: cover;
}
#concept {
  background: url(../img/concept-bg-SP.jpg) repeat center;
  background-size: cover;
}
#voice-bgFixd, #priceBottom-bgFixd {
  background: url(../img/voice-bg-SP.jpg) repeat center;
  background-size: cover;
}
#footer-bgFixd {
  background: url(../img/footer-bg-SP.jpg) repeat center;
  background-size: cover;
  /*
  background: #fff;
  */
}
.bg-pattern {
  background: url(../img/bg-pattern.jpg) repeat center;
  background-size: 150px;
}
.bg-pattern-W {
  background: rgba(255, 255, 255, .3);
}
.bg-brown {
  background: rgba(95, 75, 65, 1);
  color: #fff;
}
.bg-brown-L {
  background: rgba(130, 80, 35, 1);
  color: #fff;
}
/*======================================
txt color
/*======================================*/
.txt-green {
  color: rgba(100, 115, 90, 1);
}
.txt-pink {
  color: rgba(210, 90, 110, 1);
}
.txt-brown {
  color: rgba(95, 75, 65, 1);
}
.txt-brown-L {
  color: rgba(130, 80, 35, 1);
}
.txt-beige {
  color: rgba(255, 220, 200, 1);
}
.txt-gold {
  color: rgba(235, 205, 150, 1);
}
.txt-red {
  color: rgba(205, 0, 25, 1);
}
.txt-white {
  color: #fff;
}
/*======================================
layout
/*======================================*/
.desc p {
  text-align: justify;
  font-size: 110%;
}
.desc p:not(:last-of-type) {
  margin-bottom: 1em;
}
/*======================================
element
/*======================================*/
.under {
  display: inline;
  background: linear-gradient(transparent 50%, #fff799 50%);
  background-size: 100% 100%;
}
.arrow {
  width: 100px;
  margin: 0 auto;
  background: url(../img/arrow-gold.png) no-repeat center;
  background-size: cover;
  padding-top: calc(100px*.3333333333);
}
/*======================================
title
/*======================================*/
.title-serif-bg {
  position: relative;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.title-serif-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  opacity: .7;
}
.title-serif-bg.line-1:before {
  padding-top: 14.7327249%;
  top: -65%;
}
.title-serif-bg.line-2:before {
  padding-top: 24.38070404%;
  top: -45%;
}
#what .title-serif-bg:before {
  background: url(../img/title-bg-what.png) no-repeat center;
  background-size: cover;
}
#flow .title-serif-bg:before {
  background: url(../img/title-bg-flow.png) no-repeat center;
  background-size: cover;
}
#voice .title-serif-bg:before {
  background: url(../img/title-bg-voice.png) no-repeat center;
  background-size: cover;
}
#message .title-serif-bg:before {
  background: url(../img/title-bg-message.png) no-repeat center;
  background-size: cover;
}
#FAQ .title-serif-bg:before {
  background: url(../img/title-bg-FAQ.png) no-repeat center;
  background-size: cover;
}
.title-serif-bg h2 {
  position: relative;
  font-size: 140%;
  letter-spacing: 5px;
}
/*======================================
price-CMN
/*======================================*/
.price-CMN {
  text-align: center;
}
.price-CMN .course-wrap {
  background: rgba(180, 140, 105, 1);
  padding: 1em;
}
.price-CMN .course-wrap h2 {
  font-size: 150%;
}
.price-CMN .course-wrap p {
  font-size: 100%;
  letter-spacing: 4px;
}
.price-CMN .course-wrap h3 {
  font-size: 130%;
  line-height: 1;
  padding: 0.5em;
}
.price-CMN .course-img {
  margin: 1em auto;
}
.reserve-Btn {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 1em auto;
  opacity: 1;
  transition: all 0.3s ease;
  animation: fluffy3 1s ease 0s infinite alternate;
  transform-origin: center;
}
.reserve-Btn:hover {
  transform: translateY(-5px);
  opacity: .7;
  transition: all 0.3s ease;
}
.reserve-Btn a {
  display: block;
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease;
  padding-top: 26.46675358%;
  z-index: 10;
  background: url(../img/reserve-Btn.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}
.reserve-Btn a span {
  text-indent: 100%;
  white-space: nowrap;
  border-width: 0px;
  height: 0;
  line-height: 0;
  font-size: 0;
}
/*LINE-CMN*/
.LINE-CMN {
  background: #3aae36;
  box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}
/*======================================
recommend
/*======================================*/
#recommend {
  text-align: center;
}
#recommend h2 {
  font-size: 250%;
}
#recommend .recommend-bottom {
  margin-top: -50%;
}
#recommend p {
  font-size: 130%;
  line-height: 1.4em;
  letter-spacing: 3px;
  margin-top: .5em;
}
/*======================================
works
/*======================================*/
#works {
  text-align: center;
}
#change .wrap {
  max-width: none;
}
#change .title h2 {
  font-size: 140%;
  letter-spacing: 5px;
}
#change ul li {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
#change ul li:not(:last-of-type) {
  margin-bottom: 2em;
}
#award {
  position: relative;
}
#award:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(100, 75, 60, 1) url(../img/bg-pattern-multiply.png);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}
/*======================================
what
/*======================================*/
#what .flex-SP .img {
  width: 35%;
}
#what .desc03 {
  padding-top: 2em;
}
#what p strong {
  font-size: 130%;
}
/*======================================
point
/*======================================*/
#point {
  text-align: center;
}
#point .title {
  background: rgba(90, 100, 80, .8);
  padding: 1.5em 0;
}
#point h2 {
  font-size: 140%;
  letter-spacing: 5px;
  margin-top: .5em;
}
#point h3 {
  color: rgba(235, 205, 150, 1);
  letter-spacing: 1px;
  font-size: 245%;
  margin: 1em auto .5em;
}
#point .lede p {
  font-size: 110%;
  line-height: 1.6em;
  letter-spacing: 1px;
}
#point ol li {
  background: rgba(90, 100, 80, .8);
  padding: 1.5em;
  margin: 2em auto;
}
#point ol li:nth-of-type(1) {
  padding: 1.5em .5em;
}
#point ol li:last-of-type {
  margin-bottom: 0;
}
#point ol li:not(:last-of-type) {
  margin-bottom: 2em;
}
#point ol li h4 {
  font-size: 170%;
  margin: 1em auto;
}
#point ol li p {
  letter-spacing: 1px;
  margin: -1.3em auto 1.3em;
}
#point ol li:nth-of-type(3) .img {
  border: 1px solid rgba(235, 205, 150, 1);
  padding: 10px;
}
#point ol li:nth-of-type(4) .img {
  width: calc((100% - .5em)/2);
  position: relative;
  height: 200px;
  overflow: hidden;
}
#point ol li:nth-of-type(4) .img:last-of-type {
  margin-left: .5em;
}
#point ol li:nth-of-type(4) .img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*======================================
concept
/*======================================*/
#concept {
  text-align: center;
}
#concept h2 {
  font-size: 140%;
  letter-spacing: 5px;
}
#concept h2, #concept .lede p {
  text-shadow: 1px 0px 10px rgba(5, 65, 20, .4), 0px 1px 10px rgba(5, 65, 20, .4), -1px 0px 10px rgba(5, 65, 20, .4), 0px -1px 10px rgba(5, 65, 20, .4), 1px 0px 10px rgba(5, 65, 20, .4), 0px 1px 10px rgba(5, 65, 20, .4), -1px 0px 10px rgba(5, 65, 20, .4), 0px -1px 10px rgba(5, 65, 20, .4);
}
#concept .lede p {
  font-size: 110%;
  line-height: 1.8em;
  letter-spacing: 2px;
}
#concept .lede p strong {
  display: block;
  font-size: 110%;
  margin: 1.5em auto;
  color: rgba(255, 235, 200, 1);
}
#concept .menu {
  display: inline-block;
  background: rgba(55, 60, 50, .6);
  padding: 1.5em 2em 2em 2em;
}
#concept .menu h3 {
  font-size: 160%;
  margin-bottom: .5em;
}
#concept .menu dl {
  font-size: 110%;
  margin: .5em auto;
  letter-spacing: 1px;
}
#concept .menu dl dt {
  text-align: left;
  margin-right: 2em;
}
#concept .menu dl dd {
  text-align: right;
}
#concept .menu .inner {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 15px rgb(0 0 0 / 50%);
  padding: 0.5em 1em;
  margin-top: 1em;
  font-size: 110%;
}
#concept .menu .inner dl dt, #concept .menu .inner dl dd {
  margin: 0 auto;
  text-align: center;
}
/*======================================
flow
/*======================================*/
#flow {
  text-align: center;
}
#flow .wrap {
  max-width: none;
  padding: 0;
  width: 95%;
}
#flow .lede {
  letter-spacing: 1px;
}
#flow aside {
  margin-top: .5em;
}
#flow aside p {
  text-align: center;
  letter-spacing: normal;
  font-size: 13px;
}
#flow ol li {
  position: relative;
  padding-bottom: 4em;
}
#flow ol li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 5.084745762%;
  background: url(../img/flow-arrow-SP.png) no-repeat center;
  background-size: cover;
  bottom: 1.7em;
  left: 0;
}
#flow ol li:last-of-type {
  padding-bottom: 0;
}
#flow ol li:last-of-type:after {
  content: none;
}
#flow ol li h3 {
  font-size: 170%;
  margin-top: .5em;
}
#flow ol li h3 span {
  display: block;
  font-size: 90%;
}
/*======================================
voice
/*======================================*/
#voice {
  text-align: center;
}
#voice .lede {
  letter-spacing: 2px;
}
/*voice-list*/
#voice ul li {
  position: relative;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 1);
  padding: 7px;
  margin: 3em auto;
}
#voice ul li:first-of-type {
  margin-top: 0;
}
#voice ul li .bordr-wrap {
  padding: 1em;
  border: 3px solid rgba(235, 210, 160, 1);
}
#voice ul li .inner {
  position: relative;
}
#voice ul li .inner h2 {
  position: absolute;
  text-align: left;
  font-size: 160%;
  line-height: 1em;
  background: rgba(210, 90, 110, .8);
  bottom: 20px;
  left: 20px;
  padding: .3em;
}
#voice ul li .img {
  border: 10px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}
#voice ul li .desc p {
  text-align: justify;
  font-size: 100%;
}
#voice ul li .desc p:not(:last-of-type) {
  margin-bottom: .5em;
}
#voice aside {
  margin-top: .5em;
}
#voice aside p {
  text-align: left;
  font-size: 13px;
}
#voice li aside {
  position: absolute;
  bottom: -1.5em;
  right: 0;
  color: #fff;
}
#voice .video .video-wrap {
  box-shadow: 0 0 15px rgba(0, 0, 0, 1);
}
#voice .video h3 {
  font-size: 140%;
  line-height: 1.4em;
  margin-bottom: 1em;
}
#voice .video aside p {
  text-align: center;
}
/*======================================
message
/*======================================*/
#message p {
  text-align: center;
  font-size: 110%;
  letter-spacing: 2px;
}
/*======================================
FAQ
/*======================================*/
#FAQ {
  text-align: center;
}
#FAQ dl {
  display: inline-block;
}
#FAQ dt, #FAQ dd {
  position: relative;
  padding-left: 55px;
  text-align: justify;
}
#FAQ dt {
  font-size: 130%;
  line-height: 1.3em;
  padding: .5em 0 .5em calc(45px + .5em);
}
#FAQ dt:not(:first-of-type) {
  margin-top: 2.5em;
}
#FAQ dt.line2 {
  margin-bottom: 0;
}
#FAQ dd {
  line-height: 1.5em;
}
#FAQ dt:before, #FAQ dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  left: 0;
}
#FAQ dt:before {
  top: .2em;
  border: 1px solid rgba(100, 115, 90, 1);
  background: url(../img/FAQ-dt.png) no-repeat center top;
  background-size: cover;
}
#FAQ dd:before {
  top: -.4em;
  border: 1px solid rgba(210, 125, 140, 1);
  background: url(../img/FAQ-dd.png) no-repeat center top;
  background-size: cover;
}
/*======================================
footer
/*======================================*/
footer .footer-top .logo {
  margin: 0 auto 2em;
}
footer .footer-top p {
  font-size: 115%;
  line-height: 1em;
  letter-spacing: 2px;
  margin: .5em auto;
}
footer .footer-top p.TEL {
  font-size: 150%;
}
footer .footer-top p small {
  font-size: 80%;
}
footer .info {
  display: inline-block;
  margin: 2em auto 0;
  letter-spacing: 1px;
}
footer .info .title {
  width: 20%;
}
footer .info ul {
  text-align: left;
  margin-left: 1.5em;
  padding-left: 1.5em;
  border-left: 1px solid rgba(255, 255, 255, .5);
}
footer .info ul li {
  font-size: 100%;
  line-height: 1.3em;
}
footer .info ul li:first-of-type {
  font-size: 110%;
}
footer .info ul li:not(:last-of-type) {
  margin-bottom: .5em;
}
footer .info ul li small {
  display: inline-block;
  font-size: 85%;
  margin-top: -.3em;
}
footer .info ul li.gothic-DB {
  font-size: 90%;
}
footer .txt-shadow {
  text-shadow: 1px 0px 10px #379a97, 0px 1px 10px #379a97, -1px 0px 10px #379a97, 0px -1px 10px #379a97, 1px 0px 10px #379a97, 0px 1px 10px #379a97, -1px 0px 10px #379a97, 0px -1px 10px #379a97;
}
/*mapを画像に*/
footer .info {
  text-align: center;
  background: rgba(0, 0, 0, .4);
  margin: 1em auto;
  padding: 1.5em 1em 1em 1em;
}
footer .info .title {
  width: 30%;
  max-width: 180px;
  margin: 0 auto 1.5em;
}
footer .footer-top p {
  line-height: 1.3em;
}
footer .info ul {
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  border: none;
}
footer .map-desc {
  margin: 1em auto;
}
footer .map-desc p {
  font-size: 90%;
  line-height: 1.4em;
}
footer .map-img {
  width: 100%;
  max-width: none;
  margin: 0;
}
footer .info aside {
  text-align: center;
}
footer .info aside a {
  display: inline-block;
  font-size: 90%;
  margin-top: .5em;
  text-decoration: underline;
}
/*======================================
googlemaps
/*======================================*/
.googlemaps {
  width: 100%;
  margin-right: 0;
  margin: 2em auto;
}
.googlemaps .inner {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.googlemaps iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*======================================
SNS
/*======================================*/
.footer-SNS-link {
  margin: 1em auto;
}
.footer-SNS-link a span {
  text-indent: 100%;
  white-space: nowrap;
  border-width: 0px;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.footer-SNS-link a {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 100px;
}
.footer-SNS-link li:not(:first-of-type) {
  margin-left: 10px;
}
.footer-SNS-link .tel a {
  background: url(../../common/img/SNS-TEL.png) no-repeat center;
  background-size: cover;
}
.footer-SNS-link .Facebook a {
  background: url(../../common/img/SNS-Facebook.png) no-repeat center;
  background-size: cover;
}
.footer-SNS-link .Twitter a {
  background: url(../../common/img/SNS-Twitter.png) no-repeat center;
  background-size: cover;
}
.footer-SNS-link .Instagram a {
  background: url(../../common/img/SNS-Instagram.png) no-repeat center;
  background-size: cover;
}
.footer-SNS-link .LINE a {
  background: url(../../common/img/SNS-LINE.png) no-repeat center;
  background-size: cover;
}
.footer-SNS-link .YouTube a {
  background: url(../../common/img/SNS-YouTube.png) no-repeat center;
  background-size: cover;
}
/*======================================
footer-CMN
/*======================================*/
footer {
  position: relative;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, .2);
}
footer .footer-aside-link {
  font-weight: bold;
  padding: 1em 0 0;
}
footer .footer-aside-link li {
  position: relative;
  font-size: 80%;
  padding: 0 1em;
  line-height: 1em;
}
footer #copy-right p {
  font-size: 12px;
  text-align: center;
  line-height: 1.4em;
  padding: 1em;
  margin: 0 auto;
}
footer #copy-right span {
  display: inline-block;
}
footer #copy-right span:last-of-type {
  display: block;
}
footer table {
  border-collapse: separate;
  border-spacing: 0 5px;
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 auto;
}
footer th {
  width: 25%;
  vertical-align: middle;
  font-weight: bold;
  padding: 1em .5em;
  margin-bottom: 5px;
}
footer td {
  width: 75%;
  vertical-align: middle;
  text-align: justify;
  padding: .5em 0 .5em .5em;
  margin-bottom: 5px;
}