@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700|Noto+Serif+JP:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,700|Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700|Scheherazade&display=swap");
.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: "";
}

/* layout*/
.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: "";
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
	line-height: 1.4em;
}

body {
  color: #595959;
  font-size: 12px;
}

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


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.ml_250 {
	margin-left: 250px;
}

.ml_80 {
	margin-left: 80px;
}

.lh_24 {
	line-height: 24px;
}

#information p a {
	color: rgb(0, 0, 255);
	text-decoration: underline;
}

 a .p-top__news__desc{
	color: #595959 !important;
}

.mb_10 {
	margin-bottom: 10px;
}

.mb_3 {
	margin-bottom: 3%;
	overflow: hidden;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

img {
  -ms-interpolation-mode: bicubic;
  height: auto;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-size: 0%;
  line-height: 0%;
  vertical-align: bottom;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

strong, em {
  font-style: normal;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}

[type="checkbox"] {
  margin: 0;
}

[type="text"], [type="password"], [type="email"], [type="tel"], textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
}

b, strong {
  font-weight: bold;
}

#site-wrapper {
  z-index: 1;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.l-header {
  margin-bottom: 54px;
}

.l-main {
  position: relative;
}

.l-footer {
  position: relative;
  background-color: #CAE84B;
padding-bottom: 80px;
}

.l-content {
  position: relative;
  width: 100%;
}

.l-content__block {
    width: 100%;
    max-width: 100%;
  margin: 0 auto 12% auto;
  /*padding-top: 70px;*/
}
.case .l-content__block {
  padding-top: 0px;
}

.l-content__block p{
	margin-bottom: 3%;
}



.l-content__wrapper {
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
}

.l-container {
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
}

.l-pageTitle {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
}

.w50 {
	width: 50%;
	margin: 0 auto;
}

/* component*/
.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: "";
}

.gmap {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
}

.youtube .fa-youtube {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 6.0rem;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.c-jsng {
  margin: 0 0 10px;
  padding: 10px;
  border: 5px solid #ffaaaa;
  text-align: center;
}

.page-top {
  display: block;
  margin: 0 auto;
  width: 16px;
  margin-bottom: 17px;
  text-align: center;
}

.page-top a {
  /* margin: auto; */
  text-align: center;
  text-decoration: none;
}
.page-top img{
    width:20px;
}

.c-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.c-logo__mark {
  display: block;
  width: 140px;
}


.c-logo__type {
  padding-bottom: 10px;
  padding-left: 10px;
  color: #666464;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
}


.c-contact {
  padding: 30px 0;
  background-color: #00A9E0;
  color: #fff;
}


.c-crumb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 50px;
  overflow: hidden;
}


.c-crumb li {
  position: relative;
  margin-right: 17px;
  font-size: 1.2rem;
}

.c-crumb li::before {
  position: absolute;
  top: 0px;
  right: -12px;
  content: "-";
}

.c-crumb li:last-child::before {
  display: none;
}

.c-crumb li a {
  color: #CAE84B;
  text-decoration: underline;
}

.c-crumb li a:hover {
  text-decoration: underline;
}

.c-sec {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 1.8rem;
}

.c-sec:first-child {
  padding-top: 0;
}

.c-sec__heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1010px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  letter-spacing: 0.1em;
}

.c-sec__heading--ja {
  color: #000000;
  font-size: 2.1rem;
  font-weight: bold;
}

.c-sec__heading--ja.senior {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: normal;
}

.c-sec__heading--en {
  margin-left: 20px;
  color: #000000;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

.c-sec__heading--en.senior {
  color: #3C4A62;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.0rem;
}

.c-heading {
	background: #eee;
	padding: 3%;
	text-align: center;
	margin-bottom: 3%;

}

.c-heading--ja {
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
}

.c-heading--en {
  color: #000000;
  font-size: 10px;;
}

.c-pagenation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}


.c-pagenation .page-numbers {
  display: block;
  width: 30px;
  margin: 0 5px;
  border: 1px solid #CAE84B;
  color: #CAE84B;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}

.c-pagenation .page-numbers.current {
  background-color: #CAE84B;
  color: #fff;
}

.c-pagenation .page-numbers.next, .c-pagenation .page-numbers.prev {
  width: 60px;
}

.c-pagenation .page-numbers.dots {
  border-color: #fff;
}

.c-pagenation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*="btn"] a {
  text-decoration: none;
  cursor: pointer;
}

[class*="btn"]:hover {
  text-decoration: none;
}

.c-btn, .c-btn--arrow--before, .c-btn--arrow--after, .c-btn--arrow--down, .c-btn--shed {
  -webkit-transition: All 0.3s ease;
  -webkit-backface-visibility: hidden;
  display: block;
  position: relative;
  width: 100%;
  backface-visibility: hidden;
  text-align: center;
  text-align: center;
  cursor: pointer;
  transition: All 0.3s ease;
}

.c-btn:hover, .c-btn--arrow--before:hover, .c-btn--arrow--after:hover, .c-btn--arrow--down:hover, .c-btn--shed:hover {
  -webkit-transition-duration: 300ms;
  text-decoration: none !important;
  opacity: 0.7;
  transition-duration: 300ms;
}

.c-btn--arrow--before::before {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

.c-btn--arrow--after::after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

.c-btn--arrow--after.toggle::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-btn--arrow--after.toggle.is-active::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-btn--arrow--down {
  padding: 16px 0;
}

.c-btn--arrow--down::after {
  -webkit-transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 7px;
  margin-top: -3px;
  transform: rotate(90deg);
  background-image: url(../images/common/arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.c-btn--arrow--down:hover {
  background-color: #fff;
  color: #595959;
  opacity: 1;
}

.c-btn--arrow--down:hover::after {
  background-image: url(../images/common/arrow-gold.svg);
}

.c-btn--arrow--down.toggle::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-btn--arrow--down.toggle.is-active::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-btn--shed {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  color: #385724;
}

.mfp_buttons button{
  width: 150px !important;
  margin: 0 !important;
  padding: 10px 0;
  border: 1px solid #595959;
  font-size: 1em !important;
	border-radius: 5px;
}

.mfp_buttons {
	display: flex;
	justify-content:space-around;
}


/*.reset_btn {
	float: left;
}

.regist_btn {
	float: right;
}
*/
.c-btn--form:hover {
  /* background-color: #26303E;
  color: #fff; */
  background: #E1E6E9;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

a img {
  -webkit-transition: All 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: All 0.3s ease;
}

a:hover img {
  text-decoration: underline;
  opacity: 0.7;
}

.c-anchor {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-anchor__sec {
  padding: 45px 0;
  background-color: #595959;
  color: #fff;
}

.anc-shift {
  margin-top: -5px;
  padding-top: 5px;
}



[class*="text"] {
  line-height: 1.8;
}


[class*="text"] p + p {
  margin-top: 1em;
}

.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: "";
}

.c-pagetitle, .c-pagetitle.course, .c-pagetitle.course-dt, .c-pagetitle.introduction, .c-pagetitle.trainer, .c-pagetitle.process, .c-pagetitle.access, .c-pagetitle.corporation, .c-pagetitle.contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000000;
  letter-spacing: 0.12em;
}


.c-pagetitle::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 75px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.75);
  content: '';
}

.c-pagetitle::after {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 3px;
  margin-top: 18px;
  transform: translate(-50%, -50%);
  background-color: #000000;
  content: '';
}

.c-pagetitle.course {
  background-image: url(../images/course/pagetitle.png);
  background-position: right top;
}

.c-pagetitle.course::after {
  width: 410px;
}

.c-pagetitle.course-dt {
  background-image: url(../images/course/pagetitle-dt.png);
}

.c-pagetitle.course-dt::after {
  width: 460px;
}

.c-pagetitle.introduction {
  background-image: url(../images/introduction/pagetitle.png);
}

.c-pagetitle.introduction::after {
  width: 460px;
}

.c-pagetitle.trainer {
  background-image: url(../images/trainer/pagetitle.png);
}

.c-pagetitle.trainer::after {
  width: 440px;
}

.c-pagetitle.process {
  background-image: url(../images/process/pagetitle.png);
}

.c-pagetitle.process::after {
  width: 640px;
}

.c-pagetitle.access {
  background-image: url(../images/access/pagetitle.png);
}

.c-pagetitle.corporation {
  background-image: url(../images/corporation/pagetitle.png);
}

.c-pagetitle.corporation::after {
  width: 480px;
}

.c-pagetitle.contact {
  background-image: url(../images/contact/pagetitle.png);
}

.c-pagetitle.contact::after {
  width: 400px;
}

.c-pagetitle--ja {
  z-index: 2;
  position: relative;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 2.4rem;
  font-weight: bold;
}

.c-pagetitle--en {
  z-index: 2;
  position: relative;
  margin-left: 20px;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic";
  /*font-family: $font-en;*/
  font-size: 2.4rem;
  font-weight: bold;
}

.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: "";
}

.c-form input[type="text"],
.c-form input[type="tel"],
.c-form input[type="email"],
.c-form textarea {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid #E1E6E9 !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.c-form textarea {
  height: 150px !important;
}

.c-form input[type="radio"] {
  vertical-align: inherit;
}



.c-form ::-webkit-input-placeholder {
  color: #ccc;
}

.c-form :-moz-placeholder {
  color: #E1E6E9;
}

.c-form ::-moz-placeholder {
  color: #E1E6E9;
}

.c-form :-ms-input-placeholder {
  color: #E1E6E9;
}

/* porject*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  color: #595959;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
 /* font-size: 1.4rem;*/
  font-style: normal;
  line-height: 1.4em !important;
}



.p-seo {
  background-color: #CAE84B;
}

.p-seo__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.p-seo h1 {
  font-size: 1.2rem;
}

.p-seo p {
  font-size: 1.2rem;
}

.p-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0 38px;
  background-color: #fff;
  transition: 300ms;
}

.p-header__logo {
  position: relative;
  width: 242px;
  margin-right: 30px;
}

.p-header__logo img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-header__sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 78px;
  margin-top: auto;
  margin-right: auto;
}

.p-header__sns li {
  width: 36px;
}

.p-header__reservation {
  /*border: 2px solid $blue-dark;
    padding: 2px 4px;*/
  width: 285px;
}

.p-header__reservation__heading {
  -webkit-transition: 300ms;
  display: block;
  padding: 4px;
  background-color: #26303E;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 300ms;
}

.p-header__reservation__heading:hover {
  opacity: 0.7;
}

.p-header__reservation__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 4px 2px 5px;
  font-size: 1.2rem;
}

.p-header__reservation__text::before {
  display: inline-block;
  position: relative;
  width: 33px;
  height: 20px;
  margin-right: 23px;
  background-image: url(../images/common/ico-reservation.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.p-gnav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.p-gnav__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  position: relative;
  flex: 1;
}

.p-gnav__list::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #E1E6E9;
  content: '';
}

.p-gnav__list:last-child::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #E1E6E9;
  content: '';
}

.p-gnav__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /*font-weight: bold;*/
  padding: 5px 0 11px;
  font-size: 1.2rem;
}

.p-gnav__item::after {
  -webkit-transform: translateX(-50%);
  -webkit-transition: 300ms;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  background-color: #ccc;
  content: '';
  transition: 300ms;
}

.p-gnav__item:hover::after {
  width: 100px;
}

.p-gnav__item span {
  width: 100%;
  margin-top: 5px;
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
}

.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: "";
}

.p-footer {
  color: #807F7F;
  font-size: 1.2rem;
	padding: 6% 0;
	width: 264px;
	margin: 0 auto;
}

.p-footer__shop p {
  line-height: 1.71;
}

.p-footer__shop__name {
  font-size: 1.5rem;
  line-height: 1.44 !important;
}

.p-footer__nav {

}

.p-footer__nav__col {
	list-style: none;

}

.p-footer__nav__col > li {
  font-size: 1.2rem;
  line-height: 1.8;
}

.p-footer__nav__col li a{
	display: block;
	padding: 5px;
	border-bottom: 1px solid #fff;
	color: #595959;
}

.pd_3 {
	padding: 0 3%;
	overflow: hidden;
}

.pd_3 img{
	width: 100% !important;
	height: auto !important;
}



.p-footer__nav .p-top__contact__btn {
  border-width: 1px;
}

.p-footer__nav .p-top__contact__btn svg {
  width: 20px;
  height: 16px;
}

.p-footer__nav--sub > li {
  position: relative;
  padding-left: 1em;
}

.p-footer__nav--sub > li::before {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-top: 1px solid #807F7F;
  border-right: 1px solid #807F7F;
  content: '';
}

.p-footer__bottom {
  padding: 7px 0;
  background-color: #fff;
}

.p-footer__bottom__catch {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
}

.p-footer__bottom__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-footer__bottom__copy {
  padding-top: 8px;
  font-size: 1.6rem;
}

.p-footer__bottom__copy span {
  font-weight: bold;
}

.p-footer__bottom__copy span.u-fs-xl {
  font-size: 2.1rem;
}

.p-footer__bottom__copy span.u-fs-l {
  font-size: 1.8rem;
  font-weight: normal;
}

.p-footer__logo {
  width: 280px;
  padding-right: 3em;
}

.copyright {
  padding: 15px 0;
  background-color: #CAE84B;
  font-size: 1.2rem;
  text-align: center;
}

.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: "";
}

.p-mv {
  position: relative;
  /*width: 1334px;
  height: 450px;*/
  width: 1280px;
  min-width: 1010px;
  margin: 0 auto 167px !important;
}

.p-mv__slider {
  -webkit-transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.p-mv__slider p {
  font-weight: bold;
}

.p-mv .slick-slide {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-mv .slide-01 {
  background-image: url(../images/top/mv01.png);
}

.p-mv .slide-01-inner {
  width: 100%;
  height: 224px;
  background-color: rgba(255, 255, 255, 0.7);
}

.p-mv .slide-01__p1 {
  color: #fff;
  font-size: 2.8rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.p-mv .slide-01__p2 {
  margin-top: 15px;
  color: #effda9;
  font-size: 3.6rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.p-mv .slide-02 {
  background-image: url(../images/top/mv02.png);
}

.p-mv .slide-02-inner {
  right: 50%;
  width: calc(50% + 227px);
  height: 300px;
  margin-right: -227px;
  background-color: rgba(255, 255, 255, 0.7);
}

.p-mv .slide-02__p1 {
  color: #fff;
  font-size: 2.8rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.p-mv .slide-02__p1 span {
  color: #E12905;
  font-size: 3.6rem;
}

.p-mv .slide-02__p2 {
  margin-top: 15px;
  font-size: 2.8rem;
}

.p-mv .slide-03 {
  background-image: url(../images/top/mv03.png);
}

.p-mv__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
}

.p-mv__desc {
  position: relative;
  padding-top: 30px;
  text-align: center;
}

.p-mv__lead {
  font-size: 4.8rem;
  font-weight: bold;
}


.p-mv__lead span {
  color: #385724;
}

.p-mv__catch {
  font-size: 6.0rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
}


.p-mv__catch span {
  padding: 0 15px;
  font-size: 7.2rem;
}


.p-mv__catch em {
  display: inline-block;
  z-index: 3;
  position: relative;
  width: 1.2em;
  height: 1.2em;
  margin: 0 5px;
  color: #fff;
  font-size: 11.0rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

.p-mv__catch em::before {
  display: block;
  z-index: -1;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  background-color: #E12905;
  content: '';
}

.p-mv__catch em:nth-child(even)::before {
  background-color: #E39E1A;
}

.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: "";
}

.p-top__heading {
  position: relative;
  padding-top: 23px;
  padding-bottom: 22px;
  border-top: 1px solid #0e0c19;
  border-bottom: 1px solid #0e0c19;
  color: #26303E;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: -0.075em;
  text-align: center;
}

.p-top__heading::before, .p-top__heading::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-style: solid;
  content: '';
}

.p-top__heading {
	border-top:1px solid #333;

}

/*.p-top__heading::after {
  bottom: -24px;
  border-width: 24px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
}*/

.p-top__concept {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 85px;
  margin-bottom: 116px;
  padding-right: 8px;
  padding-left: 14px;
}

.p-top__concept__col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
}

.p-top__concept__col::after {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 117px;
  margin-left: 30px;
  background-image: url(../images/top/concept_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.p-top__concept__col:last-child::after {
  display: none;
}

.p-top__concept__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #141414;
  font-size: 1.5rem;
  line-height: 28px;
}

.p-top__content {
	overflow: hidden;
  margin-top: 5%;
  margin-bottom: 5%;
}

.p-top__content__col {
  position: relative;
  width: 470px;
  height: 310px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-top__content__heading {
  height: 60px;
  padding:3%;
  background-color: rgba(0, 0, 0, 0.1);
}

.p-top__content__heading--main {
  color: #26303E;
  font-size: 1.7rem;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7), -1px 1px 0px rgba(255, 255, 255, 0.7), 1px -1px 0px rgba(255, 255, 255, 0.7), -1px -1px 0px rgba(255, 255, 255, 0.7);
}

.p-top__content__heading--sub {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0, 0, 0, 0.5), 1px -1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5);
}

.p-top__content__inner {
  -webkit-transform: translateY(-50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  align-items: center;
  width: 100%;
  height: 147px;
  margin-top: 30px;
	padding: 3%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top__content__text {
  color: #37404a;
  font-size: 1.5rem;
  letter-spacing: -0.025em;
  line-height: 26px;
}

.p-top__content .content-01 {
  background-image: url(../images/top/concept01_photo.png);
}

.p-top__content .content-02 {
  background-image: url(../images/top/concept02_photo.png);
}

.p-top__content .content-03 {
  background-image: url(../images/top/concept03_photo.png);
}

.p-top__content .content-04 {
  background-image: url(../images/top/concept04_photo.png);
}

.p-top__content .content-05 {
  background-image: url(../images/top/service01_photo.png);
}

.p-top__content .content-06 {
  background-image: url(../images/top/service02_photo.png);
}

.p-top__content .content-07 {
  background-image: url(../images/top/service03_photo.png);
}

.p-top__content .content-08 {
  background-image: url(../images/top/service04_photo.png);
}

.p-top__hygiene {
  margin-bottom: 187px;
}

.p-top__hygiene__lead {
  margin-top: 20px;
  margin-bottom: 3%;
  font-size: 1.5rem;
  line-height: 1.8;
}

.p-top__hygiene__lead p {
  color: #26303E;
}

.p-top__hygiene__wrapper {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-top__hygiene__col {
  width: 332px;
	max-width: 332px;
	margin: 0 auto 3% auto;
}

.p-top__hygiene__col figcaption {
  margin-top: 3%;
  color: #26303E;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
}

.p-top__news {
  margin-bottom: 5%;
}

.p-top__news__heading {
  margin-bottom: 48px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.8rem;
  font-weight: bold;
}

.p-top__news__list {
  margin-bottom: 6px;
/*  border-top: 1px solid #595959;*/
}

.p-top__news__list dt {
  padding-top: 21px;
  padding-left: 3px;
  float: left;
  font-size: 1.3rem;
  line-height: 1.5;
}

.p-top__news__list dd {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 7em;
  border-bottom: 1px solid #595959;
  font-size: 1.3rem;
  line-height: 1.5;
}

.p-top__news__list dd a {
  display: block;
  color: #FF798F;
}

.p-top__news__list dd a:hover {
  text-decoration: underline;
}

.p-top__news__arrow {
  display: block;
  width: 13px;
  margin: 0 auto;
  text-align: center;
}

.p-top__contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
}

.p-top__contact__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 62px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  transition: 300ms;
  background-image: url(../images/common/bnr_contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

	
	
}

.p-top__contact__btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.2em;
}

.p-top__contact__btn svg {
  fill: #fff;
  width: 40px;
  height: 30px;
  margin-right: 5px;
}

.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: "";
}

.p-course__copy {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f8feda), color-stop(99%, white));
  background-image: -webkit-linear-gradient(bottom, #f8feda 0%, white 99%);
  background-image: linear-gradient(0deg, #f8feda 0%, white 99%);
  text-align: center;
	padding: 3%;
}

.p-course__copy__icon {
  margin-bottom: 30px;
}

.p-course__copy__icon img {
  width: 400px;
}

.p-course__copy__text li {
  color: #7f6000;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
}

.p-course__intro {
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
}

.p-course__intro a {
  -webkit-transition: All 0.3s ease;
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
  opacity: 0;
  transition: All 0.3s ease;
}

.p-course__intro a:hover {
  opacity: 0.3;
}

.p-course__intro__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 338px;
}

.p-course__intro__list {
  z-index: 2;
  position: relative;
  padding-left: 80px;
}

.p-course__intro__list::before {
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 260px;
  height: 338px;
  transform: translateY(-50%);
  background-image: url(../images/course/course_photo01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.p-course__intro__list li {
  color: #37404a;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.p-course__intro__arrow {
  width: 60px;
}

.p-course__intro__arrow svg {
  width: 60px;
}

.p-course__intro__catch {
  z-index: 2;
  position: relative;
  padding-right: 150px;
  color: #37404a;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-course__intro__catch::before {
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 0;
  width: 537px;
  height: 339px;
  transform: translateY(-50%);
  background-image: url(../images/course/course_photo03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  opacity: 0.8;
}

.p-course__intro__catch p {
  font-weight: bold;
  line-height: 2;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.p-course__intro__catch__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -100px;
  left: 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 218px;
  height: 100px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #37404a;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.p-course__intro__catch__icon p {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

.p-course__intro__btn {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 260px;
}

.p-course__intro__btn a {
  font-size: 1.4rem;
  line-height: 40px;
}






.p-course__col__list {
	margin-bottom: 3%;
}

.p-course__col__list li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-course__col__list li:nth-of-type(n+2) {
  margin-top: .3em;
}

.p-course__col__list span {
  color: #2F5597;
  font-weight: bold;
}



.p-course__price__step__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: #F0F2F6;
}

.p-course__price__step__wrapper.bg {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #DBE0E9;
}

.p-course__price__step__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.p-course__price__step__inner.bg {
  border-top: 2px solid #fff;
  background: #DBE0E9;
}

.p-course__price__step__month {
  width: 15%;
  margin-right: 1%;
  padding-left: 20px;
  border-right: 1px solid #A0ACC4;
  color: #A0ACC4;
  font-size: 2.0rem;
  font-weight: bold;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}

.p-course__price__step__month span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 3px;
  border: solid 2px #fff;
  border-radius: 50%;
  background: #A0ACC4;
  color: #fff;
  font-size: 2.6rem;
  line-height: 40px;
  text-align: center;
  text-shadow: none;
}

.p-course__price__step__desc {
  width: 84%;
}

.p-course__price__step__name {
  width: 40%;
  padding: 10px;
  color: #26303E;
}

.p-course__price__step__name.pair {
  width: 30%;
}

.p-course__price__step__fee {
  width: 20%;
  padding: 10px;
  font-size: 1.5rem;
  text-align: right;
}

.p-course__price__step__fee.pair {
  width: 30%;
}

.p-course__price__step__fee span {
  padding-right: 2em;
  font-size: 1.3rem;
}

.p-course__price__step__once {
  width: 20%;
  padding: 10px;
  text-align: right;
}

.p-course__price__data {
  margin-top: 30px;
}

.p-course__price__data__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  background: rgba(120, 149, 196, 0.1);
}

.p-course__price__data__wrapper.female {
  background: rgba(255, 121, 143, 0.1);
}

.p-course__price__data__wrapper.bg {
  background: white;
}

.p-course__price__data__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.p-course__price__data__inner.bg {
  background: white;
}

.p-course__price__data__gender {
  width: 15%;
  margin-right: 1%;
  padding-left: 20px;
  color: #7895c4;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

.p-course__price__data__gender.female {
  color: #FF798F;
}

.p-course__price__data__desc {
  width: 84%;
}

.p-course__price__data__col {
  width: 20%;
  padding: 10px;
}

.p-course__price__data__col span {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-course__price__data__col.target {
  width: 30%;
  text-align: right;
}

.p-course__price__data__col.pink {
  width: 10%;
  color: #FF798F;
  font-weight: bold;
  text-align: right;
}

.p-course__price__data__col.pink span {
  font-size: 1.8rem;
}

.p-course__heading {
  font-size: 1.2em;
	text-align: center;
}

.p-course__heading span {
  color: #FF798F;
}


/* ****************** experience **************************** */


.p-experience__catch p {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
	text-align: center;
	margin-bottom: 3%;
}

.p-experience__list ul {
  text-align: center;
/*	margin-left: 20%;*/
	
	width: 250px;
	margin: 0 auto;
	white-space: nowrap;
}

.p-experience__list li {
  display: block;
  color: #7895c4;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2;
  text-align: left;
}




/* ****************** common **************************** */
.small{
	font-size: 10px !important;
}

h3 {
	font-weight: bold;
	margin-bottom: 3%;
}

.mt_0 {
	margin-top: 0 !important;
}


.back_blue {
  padding: 3%;
  line-height: 2;
	margin-bottom: 3%;
  background: rgba(120, 149, 196, 0.3);
/*	color: #7895c4;*/
}

.tit_page {
	font-size: 1.2em;
	text-align: center;
	padding: 3%;
	color: #333;
	font-weight: bold;
	background: #ecf8b9;
	margin: 3% 0;
}



.tit_sub {
	color: #333;
	margin-bottom: 6%;
	padding: 3%;
	background: #eee;
	text-align: center;
	font-weight: bold;
}

.bg_none {
	background: none;
	    padding: 3% 3% 0 3%;
}

.tit_sub span{
	font-size: 1.4em;
}

.large {
	font-weight: bold;
	font-size: 1.2em;
}

.arr_down {
	width: 16px;
	margin: 0 auto;
}


.box_wrap {
  width: 100%;
  padding: 3%;
  border: 1px solid #ddd;
margin-bottom: 3%;
	overflow: hidden;
}

.box_wrap p{
margin-bottom: 3%;
	overflow: hidden;
}

.tit_gry {
	background: #F0F2F6;
	padding: 5px;
	margin-bottom: 0 !important;

}

.ta_price {
	overflow: hidden;
}

.ta_price td{
	border: 1px solid #eee;
	padding: 5px;
	border-collapse: collapse;
	
}

.fl_r {
	float: right;
}

.clear {
	clear: both;
}


.f_pink {
	color: #FF798F;
}


.btn_gry {
	background: #B9C1D4;
	color: #fff;
	padding: 3%;
	text-align: center;
	max-width: 300px;
	margin: 0 auto 3% auto;
}

.btn_gry span {
	font-size: 1.4em;
}

.pmb_3 p{
	margin-bottom: 3%;
}

/* ****************** begin **************************** */





.p-begin__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  background-image: url(../images/course/begin_photo01.png);
  background-size: cover;
}

.p-begin__list.attain {
	padding: 3%;
  background-image: url(../images/course/attain_photo01.png);
  background-position: top center;
}

.p-begin__list ul {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.p-begin__list li {
  padding: 3%;
  color: #7895c4;
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  text-shadow: #fff 1px 1px 3px, #fff -1px 1px 3px, #fff 1px -1px 3px, #fff -1px -1px 3px;
}

.p-begin__list li span {
  color: #fff;
  text-shadow: #000000 1px 1px 2px, #000000 -1px 1px 2px, #000000 1px -1px 2px, #000000 -1px -1px 2px;
}

.p-begin__training {
  padding: 3%;
  background-image: url(../images/course/begin_photo02.png);
  background-position: center center;
  background-size: cover;
}

.p-begin__training__inner {
  padding: 3%;
  background: rgba(255, 255, 255, 0.8);
  line-height: 2;
  text-align: left;
}

.p-begin__training__heading {
  margin-bottom: 3%;
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-shadow: #fff 1px 1px 3px, #fff -1px 1px 3px, #fff 1px -1px 3px, #fff -1px -1px 3px;
}

.p-begin__training__catch {
  margin-bottom: 3%;
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  text-shadow: #fff 1px 1px 3px, #fff -1px 1px 3px, #fff 1px -1px 3px, #fff -1px -1px 3px;
}

.p-begin__training__text {
  text-align: center;
}

.p-begin__training__text .left {
  display: inline-block;
  font-size: 1.5rem;
  text-align: left;
}

.p-begin__training ul {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.p-begin__training ul li {
  margin-bottom: 3%;
  padding-left: 1em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  text-indent: -1em;
}

.p-begin__training ul li:nth-of-type(n+2) {
  margin-top: .5em;
}






.p-senior__photo {

}

.p-senior__photo__catch {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 50px 0;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.0rem;
  content: '';
}

.p-senior__photo__catch span {
  color: #FF798F;
}

.p-senior-pair {
  padding-top: 70px;
  padding-bottom: 120px;
}




.p-maintenance__heading {
  position: relative;
  padding-bottom: 10px;
  padding-left: 40px;
  border-bottom: 1px solid #000000;
  font-size: 1.7rem;
}

.p-maintenance__heading::before {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  bottom: -6px;
  left: 14px;
  width: 1px;
  height: 40px;
  transform: rotate(45deg);
  background: #000000;
  content: '';
}

.p-maintenance__text {
  margin-top: 3%;
}

.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: "";
}




.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: "";
}




.p-diary__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #E1E6E9;
}

.p-diary__list dl dt {
  width: 20%;
}

.p-diary__list dl dd {
  width: 80%;
}

.p-diary__list dl dd span {
  display: block;
  margin-bottom: 5px;
  color: #7895c4;
  font-weight: bold;
}

.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: "";
}




.p-process__catch {
  color: #3C4A62;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2;
}

.p-process__catch span {
  color: #CC0099;
}


.p-process__block::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -90px;
  left: 50%;
  width: 39px;
  height: 39px;
  transform: translateX(-50%);
  background-image: url(../images/course/arrow-blue.png);
  background-size: cover;
  content: '';
}

.p-process__block.last::after {
  display: none;
}

.p-process__block__heading {
  padding-left: 20px;
  color: #3C4A62;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: left;
}

.p-process__block__inner {
  -webkit-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.3);
  padding-bottom: 30px;
  box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.3);
}

.p-process__block__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 30px 60px;
}

.p-process__block__photo {
  width: 40%;
  text-align: center;
}

.p-process__block__photo .frame {
  display: inline-block;
  position: relative;
}

.p-process__block__photo .frame::after {
  -webkit-box-shadow: inset 0 0 40px #fff, inset 0 0 40px #fff, inset 0 0 40px #fff, inset 0 0 40px #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 40px #fff, inset 0 0 40px #fff, inset 0 0 40px #fff, inset 0 0 40px #fff;
  content: "";
}

.p-process__block__desc {
  width: 58%;
  color: #3C4A62;
  font-size: 1.6rem;
  line-height: 2;
}

.p-process__block__catch p {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.p-process__message {
  padding: 3%;
  background-image: url(../images/process/img05.png);
  background-size: cover;
}

.p-process__message__inner {
  background: rgba(255, 255, 255, 0.7);
}

.p-process__message__desc {
	padding: 3%;
  border: 1px solid #3C4A62;
}

.p-process__message__heading {
  margin-bottom: 3%;
  color: #3C4A62;
  font-size: 1.2em;
  font-weight: bold;
}

.p-process__message ul {
  padding: 3% 0;
	margin-bottom: 3%;
  border-top: 1px solid #3C4A62;
  border-bottom: 1px solid #3C4A62;
}

.p-process__message ul li {
  color: #3C4A62;
}

.p-process__message ul li span {
  color: #3C4A62;
}

.p-process__message ul li:nth-of-type(n+2) {
  margin-top: .5em;
}

.p-process__message__text {
  color: #3C4A62;
  line-height: 2;
}

.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: "";
}





.p-access__inner {
}

.p-access__desc {
  width: 48%;
}

.p-access dl  {
	border-bottom: 1px solid #eee;
	padding-bottom: 3%;
	margin-bottom: 3%;
}


.p-access dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}



.p-access__desc dl dt::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: '｜';
}

.p-access__desc dl dt:nth-of-type(n+2) {
  text-align: right;
}

.p-access__desc dl dt:nth-of-type(n+2)::after {
  right: -10px;
}

.p-access__desc dl dd span {
  margin-left: 10px;
  color: #595959;
  font-size: 1.2rem;
  text-decoration: underline;
}

.p-access__desc dl dd:nth-of-type(n+2) {
  padding-left: 20px;
}
.mailtoui{
  /* display: block; */
  text-decoration: none;
}

.p-access__map {
  width: 48%;
}

.p-access__map__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.p-access__map__inner p {
  padding-top: 20px;
  padding-left: 15px;
  font-size: 1.2rem;
}

.p-access__map__btn {
  width: 130px;
  margin-top: 20px;
  /*margin-left: auto;*/
}

.p-access__map__btn a {
  line-height: 40px;
  text-shadow: 2px 2px 1px #E1E6E9, -2px 2px 1px #E1E6E9, 2px -2px 1px #E1E6E9, -2px -2px 1px #E1E6E9, 2px 0px 1px #E1E6E9, 0px 2px 1px #E1E6E9, -2px 0px 1px #E1E6E9, 0px -2px 1px #E1E6E9;
}

.p-access__map__btn a:hover {
  background: #E1E6E9;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

.p-access__map__btn .c-btn--shed {
  color: #595959;
}

.p-access__map img {
  width: 100%;
}

.p-access__photo {
  width: 100%;
	margin-bottom: 9%;
}

.p-access__photo p {
  margin-bottom: 10px;
}

.p-access__photo img {
  width: 100%;
}

.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: "";
}



.p-contact {
  padding-top: 70px;
  padding-bottom: 100px;
}

.p-contact__heading {
/*  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;*/
  margin-bottom: 3%;
  padding: 10px 6%;;
  border: 1px solid #595959;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.p-contact__heading--icon {
  margin-right: 15px;
  text-align: center;
}

.p-contact__heading--icon img {
	width: 20px !important;
}


.p-contact__heading--icon span {
  font-size: 1.2rem;
}

.p-contact__heading--ja {
  font-size: 1.8rem;
	margin-top: 5px;
}

.p-contact__guide {
  margin-bottom: 30px;
  /*font-size: 1.6rem;*/
}

.p-contact__guide dt {
  float: left;
}

.p-contact__guide dd {
  margin-bottom: 10px;
  padding-left: 6em;
}

.p-contact__guide dd.tel {
  font-weight: bold;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.p-contact__guide dd:last-child {
  margin-bottom: 0;
}

.p-contact__guide__text {
  margin-bottom: 30px;
}

.p-contact__table {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ddd;
	overflow: hidden;
	
}

.p-contact__table th,
.p-contact__table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.p-contact__table th {
  width: 100%;
  background-color: #F7F7F7;
  text-align: left;
	display: block;
}

.p-contact__table td {
  width: 100%;
	display: block;}

.p-contact__table .item-list {
  width: 100%;
  margin: 0;
}



.p-contact__table li {
	margin-bottom: 3%;

}

.p-contact__table .required,
.p-contact__table .hissu {
  display: inline-block;
  margin-left: 15px;
  padding: 2px 5px;
  float: right;
  border-radius: 3px;
  background: #E12905;
  color: white;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}

.p-contact__table .ninni {
  width: 50px;
  margin: 0 20px 0 0;
  padding: 2px 5px;
  float: right;
  border-radius: 3px;
  background: #666;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.p-contact .form_submit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-contact .mycheckbox input[type="checkbox"] {
  display: none;
}

.p-contact .mycheckbox input[type="checkbox"] + label {
  display: none;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  padding-left: 20px;
  cursor: pointer;
}

.p-contact .mycheckbox input[type="checkbox"] + label::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  margin-top: -10px;
  border: 1px solid;
  border-color: #585753;
  /* 枠の色変更 お好きな色を */
  background-color: #FFF;
  content: "";
  /* 背景の色変更 お好きな色を */
}

.p-contact .mycheckbox input[type="checkbox"]:checked + label::after {
  -webkit-box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -10px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #585753;
  content: "";
  /* チェックの色変更 お好きな色を */
}

.p-privacy {
  margin-top: 6%;
}

.p-privacy__caution {
  margin-bottom: 3%;

}

.p-privacy__heading {
  font-weight: bold;
}

.p-privacy__purpose {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #595959;
}

.p-privacy__purpose legend {
  padding: 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-privacy__purpose li,
.p-privacy__purpose p {
  line-height: 1.8;
}

.p-privacy__purpose ul {
  margin-top: 15px;
}

.p-privacy__purpose li {
  position: relative;
  padding-left: 15px;
}

.p-privacy__purpose li::before {
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #CAE84B;
  content: '';
}




/* ************* sp 20201005 ここから**************************************************** */

.pc_no {
	display: none;
}

.day {
	margin-top: 3%;
}

.tit h2 {
border-left: 5px solid #CAE84B;
	padding: 10px;
}



@media screen and (max-width:1000px) {
.pc_no {
	display: block;
}

.sp_no {
	display: none !important;
}
	
/*
	#header{
		overflow: hidden;
			border-top: 10px solid #CAE84B;
		
	}
*/
	
	.menu-collapser h1 {
		width: 160px;
		padding: 5px 0 0 0;
	}

  #navigation  {
    border-top: 1px solid #CAE84B;
    position: fixed;
    overflow-y: scroll; 
    z-index: 99;
    background: #fff;
    width: 100%;
    height:100%;
    padding-bottom: 80px;
    padding-top: 70px;
  }

	
	#navigation li {
		border-bottom: 1px solid #CAE84B;
	}
	
	#navigation li a{
	padding:3%;
		display: block;
	}

	

	
	.p-mv {
		width: 100%;
min-width: 100%;
		margin: 0 auto 3% !important;
	}
	
	
.slick-prev {
    z-index: 2;
    left: 0 !important;
}	
	
.slick-next {
    z-index: 2;
    right: 0 !important;
}		
	
	
	
.p-top__hygiene__col {
    width: 100%;
}
	
.p-top__concept {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 9%;
    padding-right: 0;
    padding-left: 0;
}

	.p-top__concept__col {
		width: 100%;
	}
	
	.p-top__concept__inner, .p-top__concept__inner p{
		width: 100%;
		text-align: center;
	}
	
.p-top__concept__col::after {
    display: none;
    position: relative;
    width: 10px;
    height: 10px;
    margin-left: 0;
    background-image: url(../images/top/concept_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	transform:rotateZ(90deg);
    content: '';
}
	
	
.p-top__content__col {
    position: relative;
    max-width: 470px;
	width: 100%;
    max-height:310px;
	height: 310px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto 3% auto;
}	
	

	
.p-top__content__heading--main {
    font-size: 1.4rem;
	width: 100%;
	margin-bottom: 0;
	line-height: auto;
}	
.p-top__content__heading--sub {
    color: #fff;
    font-size: 1.2rem;
}
.p-top__news__list dt {
    padding-top: 21px;
    padding-left: 0;
    float: none;
    font-size: 1.3rem;
    line-height: 1.5;
		display: block;
		width: 100%;
	}
.p-top__news__list dd {
    padding-top: 10px;
    padding-bottom: 21px;
    padding-left: 0;
    border-bottom: 1px solid #595959;
    font-size: 1.3rem;
    line-height: 1.5;
}

.p-top__hygiene {
    margin-bottom: 6%;
}

.p-top__news__heading {
    margin-bottom: 3%;
    font-size: 1.8rem;
    font-weight: bold;
}	
	
	
.balloon {
position: relative;
background-color: #fff;
border-bottom: 1px solid #525252;
padding: 10px;
width: 100%;
text-align: center;
margin-bottom: 20px;
	margin-bottom: 9%;
}

.balloon:before,
.balloon:after {
content: "";
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
}

.balloon:before {
border: 10px solid transparent;
border-top: 10px solid #525252;
}

.balloon:after {
border: solid 14px transparent;
border-top: solid 14px #fff;
margin-top: -5px;
}

.balloon p {
margin: 0;
padding: 0;
}
	
	
	
.p-top__concept__col {
    display: block; 
}	
	
	
	

	

}




/* ************* sp 20201005 ここまで**************************************************** */

#acMenu dt{
display:block;
width:100%;
text-align:center;
cursor:pointer;
margin-bottom: 3%;
}
#acMenu dd{
width:100%;
text-align:center;
display:none;
margin-bottom: 3%;	
}

.pl_50px {
	padding-left: 75px;
}

.center {
	text-align: center;
}

.pd_6 {
	padding: 6% 6% 3% 6%;
}

.f_14 {
	font-size: 14px;
}

.mb_9 {
	margin-bottom: 9% !important; 
}

.mb_6 {
	margin-bottom: 6% !important;
}

.mb_12 {
	margin-bottom: 12% !important; 
}


.li_mb3 li{
	margin-bottom: 6% !important;
}

.right {
	text-align: right;
	
}

.foot_fixed {
	background: rgba(0,0,0,0.5);
	height: 80px;
	position: fixed;
	bottom:0;
	width: 100%;
	padding: 10px;
	z-index: 9999;
}

.foot_fixed ul{
	display:flex;
	justify-content: space-around;
}

.li_mb_3 li{
	margin-bottom: 3%;
	
}

.intro .box_wrap {
    width: 100%;
    padding: 3%;
    border: 1px solid #ddd;
    margin-bottom: 9%;
    overflow: hidden;
	background: #e6e6e6;
}



.intro .tit_sub {
    color: #333;
    margin-bottom: 3%;
    padding: 3%;
    background: #fff !important;
    text-align: center;
    font-weight: bold;
}

.intro .box_wrap p{
	padding: 0 3%;
}

.pd_w {
	padding: 0 20%;
}

.pd_w10 {
	padding: 0 10%;
}

.f_big {
	font-size: 18px;
}

body {
	font-size: 12px;
}

.ml_30 {
	margin-left: 30px;
}

.w30 {
	width: 30%;
	margin: 0 auto;
}

.p-privacy__purpose {
	font-size: 11px;
}

.blue {
	color: #2F5597;
    font-weight: bold;
}

.mt_3 {
	margin-top: 3%;
}

.mt_6 {
	margin-top: 6%;
}

.bdb_no {
	border-bottom: none !important;
}

.w70 {
    width: 70%;
    margin: 0 auto;
}

.acs_w {
	width: 60px;
	float: left;
	display: block;
	padding-right: 10px;
	border-right: 1px solid #333;
	margin-right: 10px;
}


.pt {
	position: relative;
}
.tr_insta {
	position: absolute;
	top:6%;
	right: 10%;
	
}
.l-main, .l-img {
  padding-top: 70px;
}
.l-main.case {
  background: rgba(204,204,204,0.3);
  padding-bottom: 30px;
}
.p-case__pagetitle img {
  width: 100%;
}
.p-case__wrapper {
  padding: 0px 3%;
  background-image: url(../images/case/case_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 96%;
}
.p-case__block__heading {
  font-size: 1.2rem;
  font-weight: bold;
}
.p-case__block {
  border: 1px solid #000;
  padding: 3%;
  position: relative;
  width: 94%;
  margin: 50px auto 0 auto;
}
.p-case__block a {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0);
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  z-index: 100;
}
.p-case__block a:hover {
  background: rgba(255,255,255,0.5);
}
.p-case__block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}
.p-case__block__photo {
  position: relative;
  /*background:rgba(0,0,0,0.1);*/
  width: 100%;
  height: 0;
  padding-top: 55%;
  text-align: center;
  vertical-align: middle;
}
.p-case__block__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 80%;
  max-height: 100%;
}
.p-case__block__value {
  width: 96%;
  margin: 15px auto 0 auto;
  font-size: 20px;
  color: #000;
  line-height: 1.2;
}
.p-case__block__value__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.p-case__block__value__block + .p-case__block__value__block {
  margin-top: 15px;
}
.p-case__block__value__heading {
  font-weight: bold;
  color: #FFF;
  background: #000;
  font-size: 3.25vw;
  padding: 5px;
  text-align: center;
  /*width: 5em;*/
  width: 26%;
  margin-bottom: 0 !important;
}
.p-case__block__value__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 74%;
}
.p-case__block__value__before {
  position: relative;
  font-size: 1.2rem;
  margin-right: auto;
  margin-left: 5px;
  width: 40%;
}
.p-case__block__value__before::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5vw 0 2.5vw 3.75vw;
  border-color: transparent transparent transparent #000;
  right: 2.6vw;
  top: 50%;
  transform: translateY(-66%);
}
.p-case__block__value__before p {
  padding-top: 0;
  margin-bottom: 0;
  text-shadow:
            2px 2px 2px #FFF, -2px -2px 2px #FFF,
           -2px 2px 2px #FFF,  2px -2px 2px #FFF,
            2px 0px 2px #FFF, -2px -0px 2px #FFF,
            0px 2px 2px #FFF,  0px -2px 2px #FFF;
  font-family: 'Arimo', sans-serif;
}
.p-case__block__value__before p span {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-case__block__value__after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.2rem;
  width: 60%;
}
.p-case__block__value__after p {
  /*text-align: right;*/
  margin-bottom: 0;
  text-shadow:
            2px 2px 2px #FFF, -2px -2px 2px #FFF,
           -2px 2px 2px #FFF,  2px -2px 2px #FFF,
            2px 0px 2px #FFF, -2px -0px 2px #FFF,
            0px 2px 2px #FFF,  0px -2px 2px #FFF;
  font-family: 'Arimo', sans-serif;
  display: inline-block;
  width: 18vw;
}
.p-case__block__value__after p span {
  font-size: 5.25vw;
  font-weight: bold;
}
.p-case__block__value__after p span.results{
  color: red;
  font-size: 6vw;
  display: inline-block;
}
.p-case__block__comment {
  margin-top: 15px;
  padding-top: 15px;
  line-height: 1.5;
  border-top: 1px solid #333;
  font-size: 3.13vw;
}
.p-case__pager {
  text-align: center;
  margin-top: 30px;
}


.p-case__detail {
  line-height: 1.8;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0 3%;
}

.p-case__detail .list {
    margin: 0 auto 30px;
    padding: 10px;
    border: 1px dotted #dedede;
}

.p-case__detail .list .tit {
    margin: 0 0 15px;
    border-bottom: 2px solid #A25CA1;
	/*background:#f6f6f6;*/
}

.p-case__detail .list h3 {
    margin: 0;
    padding: 0 0 0 8em;
    font-weight: bold;
}
.p-case__detail .bloc {
    margin: 0 auto 30px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #dedede;
}

.p-case__detail .bloc .tit {
    margin: 0 0 15px;
  padding: 10px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
	/*background:#f6f6f6;*/
}

.p-case__detail .bloc h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 130%;
}

.p-case__detail .bloc .date {
    padding: 0 10px;
    font-weight: bold;
    color: #A25CA1;
}

.p-case__detail .photo {
  width: 100%;
  text-align: center;
}

.p-case__detail .comment {
    overflow: hidden;
}

.p-case__detail .comment img {
    max-width: 100%;
    height: auto;
}

.p-case__detail .photo1 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 20px;
}
.p-case__detail .photo1 img {
  max-width: 100%;
}

.p-case__detail table {
    width: 100%;
    margin: 0 auto;
}

.p-case__detail table th {
  display: block;
  width: 100%;
}

.p-case__detail table th img {
}

.p-case__detail table th .caption {
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 150%;
}

.p-case__detail table td {
  display: block;
  width: 100%;
}

.p-case__detail table td p {
    padding: 0;
}
.p-case__detail .goback{
  margin-top: 30px;
}

#standard, #daytime, #fasting {
  position: relative;
}
.link-area01, .link-area02, .link-area03 {
  position: absolute;
  display: inline-block;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.link-area01 {
  bottom: 61.25%;
}
.link-area02 {
  bottom: 49.95%;
}
.link-area03 {
  bottom: 38.3%;
}
.link-area01:visited img, .link-area01:hover img, .link-area02:visited img, .link-area02:hover img, .link-area03:visited img, .link-area03:hover img {
  opacity: 1;
}
.link-area {
  width: 95%;
}
.checkbox-img {
  width: 36.5%;
  position: absolute;
  left: 31%;
  top: 58.7%;
}
@media screen and (max-width:600px) {
  /*.link-area01 {
    bottom: 61.25%;
  }*/
  /*.link-area02 {
    bottom: 50.25%;
  }*/
  /*.checkbox-img {
    width: 37%;
    top: 58.2%;
  }*/
}
@media screen and (max-width:420px) {
  .link-area01 {
    bottom: 61.3%;
  }
  .link-area02 {
    bottom: 49.98%;
  }
  /*.link-area03 {
    bottom: 38.95%;
  }*/
  .checkbox-img {
    top: 58.8%;
  }
}
@media screen and (max-width:360px) {
  /*.link-area01 {
    bottom: 61.65%;
  }*/
  /*.link-area02 {
    bottom: 49.8%;
  }*/
  /*.link-area03 {
    bottom: 39.05%;
  }*/
  /*.checkbox-img {
    top: 57.9%;
  }*/
}
@media screen and (max-width:280px) {
  /*.link-area01 {
    bottom: 61.7%;
  }*/
  /*.link-area02 {
    bottom: 50.6%;
  }*/
  /*.link-area03 {
    bottom: 39.2%;
  }
  .checkbox-img {
    top: 57.7%;
  }*/
}
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 450px;
	height: 645px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
}
a.pop01:hover img {
  opacity: 1;
}
.w100 {
  width: 100%;
}


/*20220131追記ここから*/
#experience, #standard, #daytime, #fasting, #senior, #maintenance, #information {
  padding-top: 70px;
}







