@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 1.6rem;
  font-size: 16px;
  color: #1F1F1F;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%; }

a {
  color: #1F1F1F;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s; }

a:hover {
  color: #1F1F1F;
  text-decoration: none;
  opacity: 0.65; }

a:active, a:hover {
  outline-width: 0; }

li{
  margin: 0;
  list-style: none; }

ul,ol{
  margin: 0;
  padding: 0; }

h1,h2,h3,h4,h5,h6, p, figure, dd, dt, dl { margin:0; }

figcaption, figure, main,
article, aside, footer,
header, nav, section { display: block; }

b, strong { font-weight: bolder; }

small { font-size: 80%; }

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  border: none;
}

button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*margin*/
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%; }

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  margin: 2px;
  padding: 0 .3em;
  width: 100%; }

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  outline: none;
  border-color: #000; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em; }

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 0 .3em;
  resize: vertical;
  width: 100%; }

textarea:focus {
  outline: none;
  border-color: #000; }

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em; }

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

/* wordpress pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}
.pc .pager a:active, .pc .pager a:hover, .pc .pager a:focus {
  border-color: #000;
  color: #000;
}
.pager .previous, .pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pager .previous a {
  padding-left: 1.5em;
}
.pager .previous a:before {
  content: "≪";
  position: absolute;
  left: 5px;
  top: 4px; }

.pager .next a {
  padding-right: 1.5em; }

.pager .next a:after {
  content: "≫";
  position: absolute;
  right: 5px;
  top: 4px; }

.pager .back a {
  padding: 5px; }

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.pagination > li {
  position: relative;
}
.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}
.pagination > li > span {
  border-color: #231815;
  cursor: default;
}
.pc .pagination > li > a:active, .pc .pagination > li > a:hover, .pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}
.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #000;
  font-weight: normal;
}
.wp-pagenavi a:hover{
  border: 1px solid #000;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}
.breadcrumbs {
  font-size: 1.2rem;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs ul,
.breadcrumbs ol {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000;
}
@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img{
  width: 100%;
  height: auto;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}
.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}
.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {opacity: 1; }
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}
.slick-archive__item { padding: 5px; }
.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}
.slick-archive__item a:hover { opacity: 0.65; }
.slick-archive__date {
  margin-top: 5px;
  display: block;
}
.slick-archive__title {
  display: block;
  font-weight: bold;
}
.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: .2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date,
  .slick-archive__label { font-size: 1rem; }
  .slick-archive__title { font-size: 1.2rem; }
}

/* toggle button */
.toggle { display: none; }
@media screen and (max-width: 1200px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 17.5px;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 7;
    background: #1f1f1f;
  }
  .toggle__bar {
    position: relative;
    margin: 8px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .toggle__bar, .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }
  .toggle__bar::before { top: -6px; }
  .toggle__bar::after { top: 6px; }
  .toggle__title {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    padding-top: 5px;
    width: 4em;
    white-space: nowrap;
  }
  .toggle__title:before {
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    content: "MENU";
    color: #fff;
    letter-spacing: 0.04em;
  }
}

.toggle.active .toggle__bar { background-color: transparent; }
.toggle.active .toggle__bar::before {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.toggle.active .toggle__bar::after {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}


.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in { opacity: 1; }

/* Hamburger menu */
.collapse {
  display: none;
}
.collapse nav ul.flexbox{
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}
.collapse.in nav ul.flexbox{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.collapse.in {
  display: block;
}
tr.collapse.in { display: table-row; }
tbody.collapse.in { display: table-row-group; }
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 1201px) {
  .gnav {
    display: block !important;
    height: inherit !important;
  }
}

@media screen and (max-width: 1200px) {
  .gnav {
    position: fixed;
    right: 0;
    top: 75px;
    width: 100%;
    height: calc(100vh - 75px);
    background: #fff;
    z-index: 6;
    transform: translateX(100%);
    transition: all .6s;
  }
  .gnav.active {
    transform: translateX(0);
  }
}

@media screen and (max-width: 550px){
  .gnav {
    height: calc(100vh - ( 22vw + 75px));
  }
}

/*////////////////////////

fonts

////////////////////////*/
.Noto { font-family: 'Noto Sans JP', sans-serif; }
.Overpass { font-family: 'Overpass', sans-serif; }
.Yugo { font-family: "游ゴシック", sans-serif; }

.bold {
  font-weight: bold;
}

.ls_4 {
  letter-spacing: 0.04em;
}

.lh_2 {
  line-height: 2;
}

.lh_18 {
  line-height: 1.8;
}

/*////////////////////////

 header

////////////////////////*/
header{
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.header_wrapper {
  width: 100%;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo{
  width: 26%;
}

header nav{
  max-width: 950px;
  width: 72%;
}

.t__menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 1.3vw;
  margin-bottom: 8px;
}

.t__menu .btn {
  max-width: 230px;
  width: 100%;
  margin-left: 10px;
}

.b__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.b__menu li {
  position: relative;
  padding: 0 1.3vw;
}

.b__menu li:not(:last-child):before {
  position: absolute;
  content: '';
  width: 2px;
  height: 27px;
  border-right: 2px dotted #1F1F1F;
  right: 0;
  top: calc(50% - 13px);
}

.b__menu li a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.b__menu li a span {
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #D11377;
}

@media screen and (max-width: 1200px) {
  header {
    height: 75px;
  }
  .header_wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 85px 0 15px;
  }
  header .logo {
    width: 300px;
  }
  header nav {
    max-width: 300px;
    overflow: scroll;
  }
  .gnav .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .t__menu {
    display: block;
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .t__menu li:first-child {
    text-align: center;
  }
  .t__menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  .t__menu .btn {
    max-width: 100%;
    margin-left: 0;
  }
  .b__menu {
    display: block;
    width: 100%;
    order: 1;
  }
  .b__menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  .b__menu li:not(:last-child):before {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  header nav {
    max-width: 100%;
  }
  .t__menu {
    display: none;
  }
}

/*////////////////////////

footer

////////////////////////*/
footer{
  background: #ECE8EA;
  margin-top: 150px;
  padding-top: 110px;
}

.footer_wrapper {
  max-width: 1445px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

footer .logo{ margin: 0 0 30px 0; }

footer ul{
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}

footer ul li {
  padding: 0 10px;
  border-left: 1px solid #1f1f1f;
}

footer ul li:last-child {
  border-right: 1px solid #1f1f1f;
}

footer ul li a {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

footer .copy{
  width: 100%;
  padding: 25px 0 20px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #D19ABF;
  text-align: center;
  border-top: 1px solid #d11377;
}

@media screen and (max-width: 1000px) {
  footer .container_l > .flexbox{
    width: 100%;
    max-width: 700px;
    display: block;
  }
  footer .sub-nav{ width: 100%; }
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 80px;
    padding-top: 60px;
  }
  footer ul {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 550px) {
  footer .logo {
    max-width: 305px;
    width: 100%;
  }
  footer {
    margin-bottom: 22vw;
  }
}

/*////////////////////////

 user common css

////////////////////////*/
main{
  margin-top: 160px;
}

[class*="container_"]{
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_l{
  max-width: 1310px;
}

.container_m{
  max-width: 1130px;
}

.sp, .sp_550{ display: none; }

.tac { text-align:center; }

.tar { text-align:right; }

.vt_align_top { vertical-align: top; }

.wd_100 { width: 100%; }

a[href^="tel:"] {
  text-decoration: underline;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  main{
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .sp{ display: block; }
  .pc{ display: none; }
}

/*@media screen and (min-width: 651px) {
  a[href^="tel:"] {
      pointer-events: none;
  }
}

@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}
*/
@media screen and (max-width: 550px) {
  .pc_550 { display: none; }
  .sp_550 { display: block; }
}

/*////////////////////////

 hdg__

////////////////////////*/
.hdg__01 .en {
  font-family: 'Overpass', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #d11477;
}

.hdg__01 .ja {
  font-family: "游ゴシック", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.04em;
}

.hdg__02 {
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #d11377;
}

.hdg__02:before {
  position: absolute;
  content: '';
  width: 98%;
  height: 1px;
  background: #d11377;
  top: 50%;
  left: 2%;
  z-index: -1;
}

.hdg__02 span {
  display: inline-block;
  background: #fff;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 1024px) {
  .hdg__01 .ja {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 550px) {
  .hdg__01 .ja {
    font-size: 2.8rem;
  }
}

/*////////////////////////

 btn

////////////////////////*/
.btn-A {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  background: url(img/common/btn-arrow_01.png) no-repeat center right 26px;
  background-size: 24px 10px;
  background-color: #D11477;
  border: 3px solid #ebc9df;
  border-radius: 30px;
  padding: 15px 50px 15px 15px;
}

.btn-B {
  display: block;
  width: 100%;
  background: url(img/common/btn-arrow_02.png) no-repeat center right 41px;
  background-size: 39px 16px;
  background-color: #fff;
  border: 3px solid #ebc9df;
  border-radius: 46px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  padding: 25px 80px 25px 40px;
}

.btn-C {
  display: block;
  width: 100%;
  background: url(img/common/btn-arrow_03.png) no-repeat center right 30px;
  background-size: 30px;
  background-color: #fff;
  border: 3px solid #ebc9df;
  border-radius: 38px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  padding: 20px 60px 20px 40px;
}

@media screen and (max-width: 550px) {
  .btn-B {
    padding: 12px 60px 12px 25px;
    background-position: center right 21px;
  }
  .btn-C {
    padding: 10px 50px 10px 25px;
    background-position: center right 20px;
  }
}

/*////////////////////////

 fixed_btn_container

////////////////////////*/
.fixed_btn_container {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

.fixed_btn_container ul {
  width: 100%;
  display: flex;
}

.fixed_btn_container ul .tel {
  width: 22%;
}

.fixed_btn_container ul .text {
  width: calc( 78% / 3 );
}

.fixed_btn_container ul .text:not(:last-child) {
  border-right: 1px solid #fff;
}

.fixed_btn_container ul .text a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  background: #d11477;
}

.fixed_btn_container ul .text a span {
  font-size: 1.4rem;
}

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

@media screen and (max-width: 375px) {
  .fixed_btn_container ul .text a {
    font-size: 1.6rem;
  }
  .fixed_btn_container ul .text a span {
    font-size: 1.2rem;
  }
}

/*////////////////////////

toppage

////////////////////////*/
.top01 {
  width: 100%;
  margin-bottom: 80px;
}

.main_visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main_visual picture img {
  width: 100%;
}

.mv_flag {
  position: absolute;
  right: 30px;
  bottom: 25px;
}

.main_visual__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.main_visual__filter .inner {
  max-width: 1320px;
  width: 100%;
  padding: 20px 20px 110px;
}

.main_visual__filter .inner h2 {
  font-size: 6.8rem;
  color: #fff;
  letter-spacing: 0.04em;
}

.main_visual__filter .inner h2 span {
  color: #EC4CA0;
}

.main_visual__filter .inner p {
  font-family: 'Overpass', sans-serif;
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 0.04em;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .main_visual picture:not(.mv_flag_img) img {
    height: 550px;
    object-fit: cover;
  }
  .mv_flag {
    right: -20px;
  }
  .main_visual__filter .inner {
    padding-bottom: 60px;
  }
  .main_visual__filter .inner h2 {
    font-size: 4.4rem;
  }
  .main_visual__filter .inner p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .top01 {
    margin-bottom: 40px;
  }
  .main_visual picture:not(.mv_flag_img) img {
    height: auto;
    object-fit: cover;
  }
}

@media screen and (max-width: 550px) {
  .mv_flag {
    width: 39%;
  }
}

@media screen and (max-width: 425px) {
  .main_visual__filter .inner h2 {
    font-size: 3.2rem;
  }
  .main_visual__filter .inner p {
    font-size: 1.8rem;
  }
}

.top02 {
  width: 100%;
  margin-bottom: 150px;
}

.about_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.about_cont .ttl {
  width: 580px;
}

.about_cont .text {
  max-width: 610px;
  width: 48%;
  padding-top: 40px;
}

.about_cont__foot {
  position: relative;
  width: 100%;
  /*padding-top: 85px;*/
  padding-bottom: 230px;
}

.about_cont__foot:before {
  position: absolute;
  content: '';
  width: 100%;
  max-height: 600px;
  height: 40vw;
  background: url(img/top/about-bk-pc.jpg) no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.about_cont__foot picture {
  display: block;
  width: 87vw;
  margin: 0 0 0 auto;
}

.about_cont__foot picture img {
  width: 100%;
  border-radius: 19px 0 0 19px;
}

.about_cont__foot__text {
  font-family: 'Overpass', sans-serif;
  letter-spacing: 0.04em;
  color: #d11377;
}

.about_cont__foot__text.is--01 {
  position: absolute;
  font-size: 14rem;
  line-height: 1;
  top: 0;
  left: 10vw;
  z-index: -1;
}

.about_cont__foot__text.is--02 {
  position: absolute;
  font-size: 8rem;
  line-height: 1.4;
  bottom: 7vw;
  left: 4.3vw;
}

.about_cont .text .btn-B {
  max-width: 350px;
}

@media screen and (max-width: 1024px) {
  .about_cont .ttl {
    width: 390px;
  }
  .about_cont .text {
    width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .top02 {
    margin-bottom: 80px;
  }
  .about_cont {
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
  .about_cont .ttl {
    width: 100%;
  }
  .about_cont .text {
    max-width: 100%;
    width: 100%;
  }
  .about_cont__foot {
    padding-top: 65px;
    padding-bottom: 150px;
  }
  .about_cont__foot:before {
    max-height: 1050px;
    height: 80%;
    background: url(img/top/about-bk-sp.jpg) no-repeat;
  }
  .about_cont__foot picture {
    display: block;
    width: 90vw;
  }
  .about_cont__foot__text.is--01 {
    font-size: 10rem;
    left: 2vw;
  }
  .about_cont__foot__text.is--02 {
    font-size: 5rem;
    bottom: 13vw;
    left: 4.8vw;
  }
  .about_cont .text .btn-B {
    max-width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .about_cont__foot {
    padding-top: 45px;
    padding-bottom: 80px;
  }
  .about_cont__foot:before {
    height: 60%;
  }
  .about_cont__foot picture img {
    height: 400px;
    object-fit: cover;
  }
  .about_cont__foot__text.is--01 {
    font-size: 7rem;
  }
  .about_cont__foot__text.is--02 {
    font-size: 3.2rem;
    bottom: 8vw;
  }
}

.top03 {
  width: 100%;
  margin-bottom: 150px;
}

.left-bk {
  position: relative;
}

.left-bk:before {
  position: absolute;
  content: '';
  max-width: 360px;
  width: 100%;
  height: 800px;
  background: url(img/top/left-bk.png) no-repeat;
  left: 0;
  top: calc( 50% - 800px);
  z-index: -1;
}

.seminer_cont {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
}

.seminer_cont .ttl,
.seminer_cont .text {
  max-width: 530px;
  width: 41%;
}

.seminer_cont .ttl {
  margin-bottom: 35px;
}

.seminer_list {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.seminer_list li {
  max-width: 360px;
  width: 100%;
}

.seminer_list li:not(:last-child) {
  margin-bottom: 15px;
}

.seminer_list .course_info {
  width: 100%;
}

.seminer_cont .img {
  max-width: 660px;
  width: 52%;
  float: right;
  margin-top: 7vw;
  margin-bottom: 60px;
}

.seminer_cont .img img {
  border-radius: 20px;
}

.seminer_course {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #FCF5FA;
  border: 2px solid #d11477;
  border-radius: 60px;
  margin-bottom: 260px;
  padding: 70px;
}

.seminer_course__head {
  width: 475px;
}

.seminer_course .btn-B {
  max-width: 370px;
}

.course_cont {
  order: 3;
  width: 100%;
  padding-top: 35px;
  border-top: 1px dotted #d11377;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}

.course_info {
  width: 31%;
  background: #fff;
  border: 3px solid #ebc9df;
  border-radius: 40px;
  margin: 0;
}

.course_info dt {
  position: relative;
  width: 100%;
  height: 75px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding: 20px 60px 20px 40px;
  letter-spacing: 0.1em;
  line-height: 1em;
}

.course_info dt.open {
  color: #d11377;
  border-bottom: 2px solid #EBC9DF;
}
 
.course_info dt:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background: url(img/common/btn-arrow_03.png) no-repeat center;
  right: 30px;
  top: 22px;
  transition: all .3s;
}

.course_info dt.open:before {
  transform: rotate(180deg);
}

.course_info dd {
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 40px;
}

.course_info dd.open {
  animation: openBox .3s both;
}

@keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@-webkit-keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.seminer_cont__foot {
  width: 100%;
}

.seminer_cont__foot picture img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .seminer_course__head {
    width: 320px;
  }
  .seminer_cont .ttl,
  .seminer_cont .text {
    width: 50%;
  }
  .seminer_cont .img {
    width: 42%;
  }
  .seminer_course {
    padding: 40px;
  }
  .course_info {
    width: 48%;
  }
  .course_info:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .top03 {
    margin-bottom: 80px;
  }
  .seminer_cont {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .seminer_cont .ttl,
  .seminer_cont .text {
    max-width: 100%;
    width: 100%;
  }
  .seminer_cont .text {
    order: 3;
  }
  .seminer_cont .img {
    position: relative;
    float: inherit;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
    order: 2;
  }
  .seminer_list li {
    max-width: 100%;
  }
  .seminer_course {
    margin-bottom: 130px;
  }
  .seminer_course__head {
    width: 100%;
  }
  .course_cont {
    order: inherit;
    margin-bottom: 60px;
  }
  .course_info {
    width: 100%;
  }
  .seminer_course .btn-B {
    max-width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .seminer_course {
    padding: 40px 25px;
    margin-bottom: 70px;
  }
  .course_cont {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .course_info dt {
    min-height: 55px;
    height: 100%;
    padding: 10px 50px 10px 25px;
  }
  .course_info dt:before {
    right: 20px;
    top: 12px;
  }
  .course_info dd {
    padding: 0 25px;
  }
  .left-bk:before {
    top: 300px;
  }
}

.top04 {
  width: 100%;
  margin-bottom: 120px;
}

.right-bk {
  position: relative;
}

.right-bk:before {
  position: absolute;
  content: '';
  max-width: 350px;
  width: 100%;
  height: 1240px;
  background: url(img/top/right-bk.png) no-repeat;
  right: 0;
  top: 32vw;
  z-index: -1;
}

.instructor_cont {
  width: 100%;
  margin-bottom: 130px;
}

.instructor_cont__img {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.instructor_cont__img picture img {
  width: 100%;
  border-radius: 20px;
}

.insta {
  position: absolute;
  bottom: 30px;
  right: 25px;
  text-align: center;
}

.insta .flag {
  margin-bottom: 10px;
}

.instructor {
  width: 100%;
}

.instructor .pos {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.instructor .name {
  font-family: "游ゴシック", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  color: #d11377;
}

.voice_cont {
  width: 100%;
}

.voice_slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.voice_slide .item {
  max-width: 390px;
  width: 32%;
}

.voice_slide .item .img {
  width: 100%;
  position: relative;
}

.voice_slide .item .img img {
  width: 100%;
  border-radius: 19px;
}

.voice_slide .item .img:after {
  position: absolute;
  content: '';
  width: 250px;
  height: 55px;
  background: #fff;
  border-radius: 0 19px 0 0;
  bottom: -1px;
  left: 0;
}

.voice_slide .item .img .tag {
  position: absolute;
  top: 10px;
  right: 15px;
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
  margin: 0;
}

.voice_slide .item .img .tag dt,
.voice_slide .item .img .tag dd {
  width: 28px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 10px 0;
  background: #D11377;
  border-radius: 19px;
}

.voice_slide .item .img .tag dt {
  margin-left: 5px;
}

.voice_slide .item .img .tag dt span,
.voice_slide .item .img .tag dd span {
  display: inline-block;
  line-height: 28px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: pre;
}

.voice_slide .item .inner {
  background: #fff;
}

.voice_slide .item .num {
  position: relative;
  font-family: 'Overpass', sans-serif;
  letter-spacing: 0.04em;
  color: #d11377;
  margin-top: -20px;
  margin-bottom: 10px;
}

.voice_slide .item .name {
  font-family: "游ゴシック", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.voice_slide .item .name span {
  display: inline-block;
  font-size: 2.4rem;
  margin-left: 15px;
}

.voice_slide .item .text {
  margin-bottom: 30px;
}

.voice_slide .item .text .none {
  display: none;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
}

.voice_slide .item .text .open .none {
  display: initial;
  animation: openText .3s both;
}

@keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}

.voice_slide .all-swhich {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 3px solid #ebc9df;
  border-radius: 38px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  padding: 20px 60px 20px 40px;
}

.voice_slide .all-swhich:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  right: 30px;
  background: url(img/common/btn-arrow_03.png);
}

.voice_slide .all-swhich.open {
  color: #d11377;
}

.voice_slide .all-swhich.open:after {
  transform: rotate(180deg);
}



.aesthetic_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.aesthetic_info dt {
  width: 55%;
}

.aesthetic_info dt h5 {
  font-family: "游ゴシック", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.aesthetic_info dt p {
  letter-spacing: 0.04em;
}

.aesthetic_info dt p:not(:last-child) {
  margin-bottom: 10px;
}

.aesthetic_info dt .addr {
  padding-left: 25px;
  background: url(img/common/map-pin-line.png) no-repeat top 7px left;
  background-size: 14px 19px;
}

.aesthetic_info dt .tel {
  padding-left: 25px;
  background: url(img/common/phone-line.png) no-repeat top 7px left;
  background-size: 18px;
}

.aesthetic_info dt .web {
  padding-left: 25px;
  background: url(img/common/pc-line.png) no-repeat top 7px left;
  background-size: 20px 16px;
}

.aesthetic_info dt p a {
  color: #d11377;
  border-bottom: 1px solid #D11377;
}

.aesthetic_info dt p a[href^="tel:"] {
  text-decoration: none;
}

.aesthetic_info dd {
  width: 43%;
}

.aesthetic_info dd img {
  width: 100%;
  border-radius: 19px;
}

.voice_slide .slick-prev,
.voice_slide .slick-next {
  width: 88px;
  height: 88px;
  top: 48vw;
}

.voice_slide .slick-prev {
  left: 15px;
  background: url(img/common/prev-arrow.png) no-repeat center center;
}

.voice_slide .slick-next {
  right: 15px;
  background: url(img/common/next-arrow.png) no-repeat center center;
}

.voice_slide .slick-dots {
  bottom: -60px;
}

.voice_slide .slick-dots li {
  height: 28px;
  width: 28px;
}

.voice_slide .slick-dots li button {
  height: 28px;
  width: 28px;
  padding: 0;
}

.voice_slide .slick-dots li button:before {
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  content: "•";
  width: 16px;
  height: 16px;
  font-family: "slick";
  font-size: 16px;
  line-height: 1;
  color: rgba(209, 19, 119, .15);
}

.voice_slide .slick-dots .slick-active button:before {
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  font-size: 28px;
  color: rgba(209, 19, 119, 1);
  opacity: 1;
}

@media screen and (max-width: 560px) {
  .slick-archive__date,
  .slick-archive__label { font-size: 1rem; }
  .slick-archive__title { font-size: 1.2rem; }
}

@media screen and (max-width: 1200px) {
  .voice_slide {
    flex-wrap: wrap;
  }
  .voice_slide .item {
    max-width: 100%;
    width: 48%;
  }
  .voice_slide .item:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .right-bk {
    margin-bottom: 60px;
  }
  .instructor_cont {
    margin-bottom: 70px;
  }
  .instructor .name {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .right-bk {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 550px) {
  .voice_slide .item .name {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .voice_slide .item .name span {
    font-size: 2.2rem;
  }
  .voice_slide .slick-prev,
  .voice_slide .slick-next {
    width: 44px;
    height: 44px;
    top: 48vw;
  }
  .voice_slide .slick-prev {
    background-size: 44px;
  }
  .voice_slide .slick-next {
    background-size: 44px;
  }
  .insta {
    width: 80px;
    bottom: 20px;
    right: 18px;
  }
}

@media screen and (max-width: 425px) {
  .aesthetic_info {
    flex-wrap: wrap;
  }
  .aesthetic_info dt {
    width: 100%;
  }
  .aesthetic_info dd {
    width: 100%;
    margin-top: 20px;
  }
}

.top05 {
  width: 100%;
  margin-bottom: 120px;
  background: url(img/top/access-bk01.png) no-repeat top left,
              url(img/top/access-bk02.png) no-repeat bottom right;
  background-size: 324px 324px, 586px 658px;
  background-color: #FBF4F8;
  padding: 110px 0;
}

.access_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.access_cont .gmap {
  max-width: 660px;
  width: 52%;
  position: relative;
  padding-top: 36%;
}

.access_cont .gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.access_cont .text {
  max-width: 550px;
  width: 43%;
}

.access_cont .text h3 {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.access_cont .text h3 span {
  font-size: 2rem;
}

.access_cont .text p {
  line-height: 2;
  letter-spacing: 0.04em;
}

.access_cont .text p:not(:last-child) {
  margin-bottom: 10px;
}

.access_cont .text p a {
  color: #d11377;
  border-bottom: 1px solid #D11377;
}

.access_cont .text p a[href^="tel:"] {
  text-decoration: none;
}

.access_cont .text .map {
  padding-left: 25px;
  background: url(img/common/map-pin-line.png) no-repeat top 7px left;
  background-size: 14px 19px;
}

.access_cont .text .tel {
  padding-left: 25px;
  background: url(img/common/phone-line.png) no-repeat top 7px left;
  background-size: 18px;
}

.access_cont .text .time {
  padding-left: 25px;
  background: url(img/common/time-line.png) no-repeat top 7px left;
  background-size: 18px;
}

.access_cont .text .car {
  padding-left: 25px;
  background: url(img/common/roadster-line.png) no-repeat top 7px left;
  background-size: 20px 16px;
}

.access_cont .text .per {
  padding-left: 25px;
  background: url(img/common/per-line.png) no-repeat top 5px left;
  background-size: 13px 25px;
}

@media screen and (max-width: 768px) {
  .top05 {
    margin-bottom: 60px;
    padding: 70px 0;
  }
  .access_cont {
    display: block;
  }
  .access_cont .gmap {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 56%;
  }
  .access_cont .text {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .access_cont .gmap {
    padding-top: 76%;
  }
}

.top06 {
  width: 100%;
}

.faq_wrapper {
  width: 100%;
}

.faq_list {
  width: 100%;
}

.faq_list:not(:last-child) {
  margin-bottom: 10px;
}

.faq_list__ttl {
  display: block;
  position: relative;
  width: 100%;
  background: #D11377;
  border: 4px solid #EBC9DF;
  border-radius: 50px;
  padding: 25px 90px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  transition: border-radius .3s;
}

.faq_list__ttl.open {
  border-radius: 50px 50px 0 0;
}

.faq_list__ttl:before {
  position: absolute;
  content: 'Q.';
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  font-family: 'Overpass', sans-serif;
  left: 50px;
}

.faq_list__ttl:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background: url(img/common/btn-arrow_04.png) no-repeat center center / contain;
  right: 50px;
  top: calc( 50% - 20px );
  transition: all .3s;
}

.faq_list__ttl.open:after {
  transform: rotate(-180deg);
}

.faq_list__text {
  position: relative;
  width: 100%;
  padding: 0 90px;
  line-height: 0;
  background: #fff;
  visibility: hidden;
}

.faq_list__text.open {
  visibility: visible;
  border: 4px solid #EBC9DF;
  border-top: none;
  border-radius: 0 0 50px 50px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  animation: faq .3s both;
}

@keyframes faq {
  0% {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  100% {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
    visibility: visible;
  }
}

.faq_list__text:before {
  position: absolute;
  content: 'A.';
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #D11377;
  font-family: 'Overpass', sans-serif;
  left: 50px;
}

@media screen and (max-width: 1024px) {
  .faq_list__text {
    padding: 0 30px 0 90px;
  }
}

@media screen and (max-width: 550px) {
  .faq_list__ttl {
    padding: 15px 70px;
  }
  .faq_list__ttl:before {
    left: 30px;
  }
  .faq_list__ttl:after {
    right: 30px;
  }
  .faq_list__text {
    padding: 0 40px 0 70px;
  }
  .faq_list__text:before {
    left: 30px;
  }
}

.course_info dd.open .btn-D {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 2rem;
  border: 2px solid #EBC9DF;
  border-radius: 50px;
  padding: 5px 20px;
  background: url(img/common/btn-arrow_02.png) no-repeat center right 21px;
  background-size: 39px 16px;
}

.course_info dd.open .info_ttl {
  font-size: 2rem;
  color: #d11377;
  margin-bottom: 10px;
}

.fz12 {
  font-size: 1.2rem;
}

.lh_1 {
  line-height: 1;
}