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

html {
  overflow: auto;
  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 {
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  color: #111;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.75;
  letter-spacing: 0.06em;
  width: 100%; }

a {
  color: #111;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s; }

a:hover {
  color: #111;
  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: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", 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; }

/* 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; }

.flex-dir-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/*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-5 { margin-bottom: 5px; }
.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=tel],
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=tel]:focus,
select:focus {
  outline: none;
  border-color: #000; }

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;
}

.pager__prev::before,
.pager__next::after{
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -3px;
}

.pager__prev::before{
  content: url(img/common/icn_pager_prev.svg);
  margin-right: 10px;
}
.pager__next::after{
  content: url(img/common/icn_pager_next.svg);
  margin-left: 10px;
}

/* wordpress pager */
.pager {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  letter-spacing: 0.16em;
}
.pager a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  padding-bottom: 5px;
}
.pager .next a {
  text-align: right;
}
.pager .back{
  border-bottom: 1px solid #bbb;
  margin: 0 8%;
}

/* wordpress wp-pagenavi */
.wp-pagenavi{
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  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 {
  color: #111;
  margin: 0 10px;
  width: 1.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi .current,
.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink):hover{
  border-bottom: 1px solid #bbb;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
  width: auto;
  letter-spacing: 0.16em;
}
.wp-pagenavi .previouspostslink{
  margin-right: 3%;
}
.wp-pagenavi .nextpostslink{
  margin-left: 3%;
}
@media screen and (max-width: 550px) {
  .wp-pagenavi{
    font-size: 1.4rem;
  }
  .wp-pagenavi a, .wp-pagenavi > span{
    margin: 0 5px;
  }
}

/* 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.4rem;
  font-weight: 300;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs ul,
.breadcrumbs ol {
  list-style: none;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: "-";
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs a {
  font-family: 'Roboto', sans-serif;
  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;
  }
}

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

EFFECTS

////////////////////////*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

[class*='fadeIn']{
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  visibility: visible !important;
}

.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  0% {
     opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
     transform: translateX(20px);
  }
  100% {
     opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
     transform: translateX(0);
  }
}

.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
}

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

fonts

////////////////////////*/
[class*="ft_roboto--"]{
  font-family: 'Roboto', sans-serif;
}

.ft_roboto--light{
  font-weight: 300;
}

.ft_roboto--reg{
  font-weight: 400;
}

.ft_roboto--med{
  font-weight: 500;
}

.ft_roboto--bold{
  font-weight: 700;
}

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

 user common css

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

.container_xl {
  max-width: 1500px;
}

.container_l {
  max-width: 1330px;
}

.container_ml {
  max-width: 1270px;
}

.container_m {
  max-width: 1100px;
}

.container_s {
  max-width: 1030px;
}

.pc,
.block{
  display: block;
}

.sp,
.sp_550 {
  display: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

.relative{
  position: relative;
}

.inline_block{
  display: inline-block;
}

.lh_225{
  line-height: 2.25;
}

.letter_sp_16{
  letter-spacing: 0.16em;
}

.ft_24{
  font-size: 2.4rem;
}

.ft_22{
  font-size: 2.2rem;
}

.ft_19{
  font-size: 1.9rem;
}

.ft_18{
  font-size: 1.8rem;
}

.ft_16{
  font-size: 1.6rem;
}

.ft_14{
  font-size: 1.4rem;
}

.ft_wgt_normal{
  font-weight: normal;
}

.news__date{
  display: inline-block;
  margin-right: 20px;
  color: #777;
  font-weight: 300;
}

.hdg--yugo32{
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.75;
}

.hdg--down_line{
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}

.hdg--down_line::after{
  content: '';
  display: block;
  width: 1px;
  height: 0;
  background-color: #E6E6E6;
  transition: 2s;
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  margin: auto;
}

.hdg--down_line.show_line::after{
  height: 60px;
}

.hdg--down_line .jp{
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

.btn--more{
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  border-bottom: 1px solid #111;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  transition: .3s;
}

.btn--arrow{
  display: block;
  width: 100%;
  max-width: 1180px;
  padding: 27px 38px 27px 0;
  border-bottom: 1px solid #bbb;
  position: relative;
}

.btn--arrow::after{
  content: url(img/common/btn_arrow_right.svg);
  position: absolute;
  right: 0;
  top: 40%;
  transition: .3s;
}

.btn--arrow::before{
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #111;
  transition: all 1s ease-in-out;
}

.btn--arrow .ft_roboto--light{
  font-size: 3.6rem;
  letter-spacing: 0.16em;
  transition: .5s;
}

.btn--arrow .jp{
  display: inline-block;
  font-size: 1.4rem;
}

[class*="circle_txt"]{
  position: relative;
}

[class*="circle_txt"]::before{
  position: absolute;
  content: '';
  display: inline-block;
  max-width: 576px;
  width: 100%;
  height: 576px;
  background: url(img/common/circle_txt_med.png) no-repeat center / auto;
  animation: 35s linear infinite rotation1;
}

.circle_txt_large::before{
  background: url(img/common/circle_txt_lrg.png) no-repeat center / auto;
  max-width: 600px;
  height: 600px;
}

@keyframes rotation1{
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.gallery__item{
  max-width: 360px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery__item img{
  transition: .5s ease-in-out;
}

.gallery__item a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #3B6676;
  opacity: 0.75;
  transition: 0.8s;
  z-index: 1;
}

.gallery__item a:hover,
.gallery__item a.hover{
  opacity: 1;
}

.gallery__item a:hover::before,
.gallery__item a.hover::before{
  height: 100%;
}

.gallery__item a:hover img,
.gallery__item a.hover img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery__item .meta__info{
  position: absolute;
  left: 0;
  bottom: -100%;
  color: #fff;
  padding: 0 30px 30px;
  transition: 0.8s;
  width: 100%;
  z-index: 2;
}

.gallery__item a:hover .meta__info,
.gallery__item a.hover .meta__info{
  bottom: 0;
}

.gallery__item .meta__style{
  width: 65%;
}

.gallery__item .meta__style_cate:not(:last-of-type)::after{
  content: ',';
  display: inline-block;
  margin-right: 5px;
}

.gallery__item .btn--more{
  border-bottom-color: #fff;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.common__access_block .block__right{
  height: 750px;
}

.common__access_block .block__txt,
.common__access_block .block__txt a{
  color: #fff;
}

.common__access_block .block__txt{
  background-color: #1D1D1D;
  padding: 120px 90px 120px 7%;
  position: relative;
}

.common__access_block .list__item:not(:last-of-type){
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .btn--arrow:hover::before{
    width: 100%;
  }
  .btn--arrow:hover::after{
    right: 30px;
  }
  .btn--more:hover{
    letter-spacing: 0.3em;
  }
  .common__access_block [ class*="block__"]{
    width: 55%;
  }
  .common__access_block .block__txt{
    top: 70px;
  }
  .common__access_block .block__right{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .common__access_block .block__right{
    height: 450px;
  }
  .common__access_block .block__txt{
    padding: 60px 7%;
  }
}

@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 (min-width: 551px) {
  .btn--arrow .jp{
    margin: 0 15px;
  }
}

@media screen and (max-width: 550px) {
  .pc_550 {
    display: none;
  }
  .sp_550,
  .btn--arrow .jp{
    display: block;
  }
  .btn--arrow .ft_roboto--light{
    font-size: 2.6rem;
  }
  .hdg--yugo32{
    font-size: 2.6rem;
  }
  [class*="circle_txt"]::before{
    background-size: 100% auto;
  }
  .btn--arrow{
    padding-bottom: 15px;
  }
  .gallery__item .meta__info{
    padding: 15px;
    font-size: 1.3rem;
  }
  .gallery__item .btn--more{
    margin: 15px 0 0;
    bottom: 15px;
  }
  .common__access_block .list__item:not(:last-of-type){
    margin-bottom: 25px;
  }
}

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

 header

////////////////////////*/
header{
  padding: 90px 0 120px;
}

header .logo__scroll{
  position: fixed;
  z-index: 999;
  opacity: 0;
  left: 20px;
  visibility: hidden;
  transition: .5s;
}

header.fixedmenu .logo__scroll{
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
  transition-timing-function: ease-in-out;
}

header.open .logo__scroll{
  opacity: 1;
  visibility: visible;
  filter: invert(1);
}

header .logo__default{
  max-width: 189px;
  width: 100%;
  margin: auto;
}

header .logo__default img{
  -ms-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

header.top_header .logo__default{
  -webkit-animation: puff-in-hor 1.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
          animation: puff-in-hor 1.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@keyframes puff-in-hor {
  0% {
    -ms-transform: scaleX(2);
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
    -webkit-filter: blur(30px);
            filter: blur(30px);
    opacity: 0;
  }
  100% {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

header .top_news__block,
header.top_header .toggle__wrapper{
  opacity: 0;
}

header .top_news__block{
  margin: 40px 0 0;
  width: 100%;
}

header .top_news__block a{
  position: relative;
  padding-left: 80px;
}

header .news__date{
  position: absolute;
  left: 0;
  top: 0;
}

header .toggle__wrapper {
  position: fixed;
  top: 130px;
  right: 20px;
  z-index: 999;
  transition: .5s;
  cursor: pointer;
}

header .nav__toggle {
  cursor: pointer;
  position: relative;
  width: 48px;
  height: 10px;
}

header .nav__toggle::before {
  font-family: 'Roboto', sans-serif;
  content: 'menu';
  display: inline-block;
  position: absolute;
  left: -60px;
  top: -1px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 1;
}

header .nav__toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.3s ease;
}

header .nav__toggle span:nth-child(1) {
  top: 0;
}

header .nav__toggle span:nth-child(2) {
  width: 40px;
  top: 10px;
  right: 0;
  left: auto;
}

header.open .nav__toggle{
  z-index: 1000;
  position: relative;
}

header.open .nav__toggle::before {
  color: #fff;
  top: 4px;
  content: 'close';
}

header.open .nav__toggle span {
  background: #fff;
}

header.open .nav__toggle span:nth-child(1) {
  top: 10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header.open .nav__toggle span:nth-child(2) {
  top: 10px;
  width: 100%;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .gnav {
  background: rgba(29, 29, 29, 0.8);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

header .gnav a {
  display: block;
  color: #fff;
  padding: 10px 0;
  transition: color 0.6s ease;
}

header .gnav a:hover {
  color: #666;
}

header .gnav .gnav__item {
  opacity: 0;
  -ms-transform: translateX(200px);
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}

header.open {
  overflow: hidden;
}

header.open .gnav {
  visibility: visible;
  opacity: 1;
}

header.open .gnav .gnav__item {
  opacity: 1;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

header.open .gnav .gnav__item:nth-child(2) {
  transition-delay: 0.15s;
}

header.open .gnav .gnav__item:nth-child(3) {
  transition-delay: 0.3s;
}

header.open .gnav .gnav__item:nth-child(4) {
  transition-delay: 0.45s;
}

header.open .gnav .gnav__item:nth-child(5) {
  transition-delay: 0.6s;
}

header.open .gnav .gnav__item:nth-child(6) {
  transition-delay: 0.75s;
}

header.open .gnav .gnav__item:nth-child(7) {
  transition-delay: 0.9s;
}

header.open .gnav .gnav__item:nth-child(8) {
  transition-delay: 1s;
}

header.open .gnav .gnav__item:nth-child(9) {
  transition-delay: 1.1s;
}

@media screen and (min-width: 1500px) {
  header .toggle__wrapper{
    right: 10%;
  }
  header .logo__scroll{
    left: 10%;
  }
}

@media screen and (min-width: 769px) {
  header.top_header .logo__default{
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
  }
  header:not(.top_header) .logo__default{
    margin-top: -35px;
  }
  header .top_news__block a{
    display: block;
    width: 100%;
    max-width: 320px;
  }
  header:not(.open) .nav__toggle:hover span:nth-child(1) {
    top: -3px;
  }
  header:not(.open) .nav__toggle:hover span:nth-child(3) {
    top: 13px;
  }
}

@media screen and (max-width: 768px) {
  header{
    padding: 20px 0 40px;
  }
  header .logo__default{
    width: 100%;
  }
  header .logo__scroll{
    top: 20px;
  }
  header.fixedmenu .toggle__wrapper{
    top: 35px;
  }
  header .content__flexbox{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .top_news__block{
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  header{
    padding: 10px 0 20px;
  }
  header .top_news__block{
    margin: 25px 0 0;
  }
  header .toggle__wrapper{
    top: 70px;
  }
  header .logo__default{
    max-width: 130px;
  }
  header .nav__toggle::before{
    left: 0 !important;
    top: 25px ;
  }
  header.open .nav__toggle::before{
    top: 30px ;
  }
}

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

footer

////////////////////////*/
footer{
  margin: 100px 0 0;
}

footer #pagetop{
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 500;
  -webkit-animation: shake-vertical 8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
          animation: shake-vertical 8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

@keyframes shake-vertical {
  0%,  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,  30%,  50%,  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,  40%,  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}

footer #pagetop a{
  display: block;
}

footer .btn--arrow{
  margin: auto;
}

footer .slide__block{
  margin: 160px 0 0;
}

footer .swiper-slide{
  max-width: 540px;
  width: 100%;
}

footer .gray__bkg{
  background-color: #F4F4F4;
  padding: 100px 0 30px;
}

footer .main__nav_item{
  width: calc(100% /3);
  margin-bottom: 30px;
}

footer .main__nav_item a:hover,
footer .sub__nav_item a:hover{
  text-decoration: line-through;
}

footer .sub__nav_item{
  width: calc(100% /2);
  margin-bottom: 15px;
  font-size: 1.4rem;
}

footer .sns__links{
  width: 100%;
  margin: 30px 0 0;
}

footer .sns__item{
  margin-right: 30px;
}

footer .sns__item a{
  color: #777;
  font-size: 1.6rem;
}

footer .copyright{
  margin: 60px 0 0;
  font-size: 1rem;
  letter-spacing: 0.16em;
  color: #AAA;
  text-align: right;
}

@media screen and (min-width: 769px) {
  footer .main__nav_list{
    margin: 0 10px;
    max-width: 405px;
    width: 100%;
  }
  footer .sub__nav_list{
    max-width: 235px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .fnav__flexbox{
    display: block;
  }
  footer .main__nav_list{
    margin: 40px 0 10px;
  }
}

@media screen and (max-width: 550px) {
  footer{
    margin-top: 60px;
  }
  footer #pagetop{
    right: 20px;
    bottom: 60px;
  }
  footer .gray__bkg{
    padding: 40px 0 30px;
  }
  footer .slide__block{
    margin: 80px 0 0;
  }
  footer .swiper-slide{
    max-width: 240px;
  }
  footer .main__nav_item{
    margin-bottom: 15px;
  }
  footer .copyright{
    margin: 30px 0 0;
  }
}

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

toppage

////////////////////////*/
.top-main .swiper-pagination{
  max-width: 1500px;
  width: 100%;
  margin: auto;
  text-align: right;
  padding: 0 20px;
  bottom: 20px;
}

.top-main .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}

.top-main .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 8px;
}

.top-main .swiper-pagination-bullet-active{
  background-color: #fff;
}

.top-main .into__block{
  padding: 200px 0;
  background: url(img/top/intro_bkg_txt.svg) no-repeat bottom center / auto;
}

.top-main .btn--more{
  margin-top: 70px;
}

.top-main .text__block{
  position: relative;
  z-index: 10;
}

.top-main .img__list{
  margin-top: -240px;
}

.top-main .img__item:first-child{
  margin-top: 370px;
  margin-right: 7%;
}

.top-menu.circle_txt::before{
  left: -180px;
  top: -280px;
}

.top-menu .content__txt{
  position: relative;
  z-index: 10;
}

.top-menu .menu__list{
  margin: 70px 0 140px;
}

.top-menu .menu__num{
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  display: inline-block;
  vertical-align: super;
  margin-right: 20px;
}

.top-menu .block__image{
  position: relative;
}

.top-menu .btn--arrow:not(.active){
  opacity: 0.4;
}

.top-menu .btn--arrow.active:hover{
  opacity: 1;
}

.top-menu [class*="image__"]{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-menu  .image__01{
  background: url(img/top/menu_img01.jpg) no-repeat center / cover;
}

.top-menu  .image__02{
  background: url(img/top/menu_img02.jpg) no-repeat center / cover;
}

.top-menu  .image__03{
  background: url(img/top/menu_img03.jpg) no-repeat center / cover;
}

.top-gallery{
  margin: 200px 0 0;
}

.top-gallery .gallery__item{
  margin: 0 37px;
}

.top-gallery .slide__block{
  margin: 120px 0 90px;
}

.top-gallery .btn--more.all{
  position: relative;
  z-index: 15;
}

.top-staff{
  padding: 250px 0 220px;
}

.top-staff .container_ml{
  max-width: 1250px;
}

.top-staff.circle_txt::before{
  right: -130px;
  top: -100px;
  z-index: 10;
}

.top-staff .lrg__img{
  width: 95%;
  margin: 0 0 80px;
}

.top-staff .link__list:first-of-type{
  margin: 140px 0 200px;
}

.top-staff .link__list:nth-of-type(2){
  margin: 60px 0 0;
}

.top-access{
  margin: 0 0 200px;
}

.top-access .gmap_link{
  color: #aaa !important;
}

.top-access .btn--more{
  margin: 70px 0 0;
  border-bottom-color: #777;
}

@media screen and (min-width: 916px) {
  .top-menu [class*="block__"]{
    width: 50%;
  }
  .top-menu .block__text{
    padding: 150px 7% 130px;
  }
  .top-staff .intro__txt{
    max-width: 750px;
    width: 100%;
    margin-right: 20px;
  }
  .top-staff .link__item{
    width: calc(92% / 2);
  }
}

@media screen and (max-width: 915px) {
  .top-menu .menu__flexbox,
  .top-staff .intro__flexbox,
  .top-staff .link__list {
    display: block;
  }
  .top-menu .block__text{
    padding: 0 15px;
    margin: 80px 0 0;
  }
  .top-menu .block__image{
    height: 600px;
    margin: 40px 0 0;
  }
  .top-menu .menu__list{
    margin: 20px 0 40px;
  }
}

@media screen and (min-width: 769px) {
  .top-main .into__block{
    background-attachment: fixed;
  }
  .top-main .text__block{
    margin-left: 11%;
  }
  .top-menu [class*="image__"]{
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
  }
  .top-menu [class*="image__"].active{
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  .top-main .img__list{
    margin-top: -40px;
  }
  .top-main .into__block{
    background-position: center;
    background-size: 105% auto;
  }
  .top-main .img__item:first-child{
    margin-top: 150px;
  }
  .top-menu .btn--arrow{
    opacity: 1 !important;
  }
  .top-menu [class*="image__"]{
    display : block;
    position : absolute;
    opacity : 0;
    animation : slideAnime 12s ease infinite;
  }
  .top-menu .image__01 {
    animation-delay: 0s
  }
  .top-menu .image__02 {
    animation-delay: 4s
  }
  .top-menu .image__03 {
    animation-delay: 8s
  }
  .top-gallery .gallery__item{
    margin: 0 20px;
  }
}

@keyframes slideAnime{
   0% { opacity: 0; }
   8% { opacity: 1; }
  33% { opacity: 1; }
  41% { opacity: 0; }
 100% { opacity: 0; }
}

@media screen and (max-width: 550px) {
  .top-main .into__block{
    padding: 40px 0 80px;
  }
  .top-main .btn--more,
  .top-main .img__list{
    margin: 40px 0 0;
  }
  .top-main .img__item:first-child{
    margin-top: 40px;
  }
  .top-menu .block__image{
    height: 300px;
  }
  .top-gallery{
    margin: 100px 0 0;
  }
  .top-gallery .slide__block{
    margin: 100px 0 40px;
  }
  .top-gallery .gallery__item{
    max-width: 220px;
  }
  .top-gallery .gallery__item .btn--more{
    position: relative;
    left: 0;
    bottom: 0;
  }
  .top-staff{
    padding: 120px 0;
  }
  .top-staff .lrg__img{
    margin: 0 0 40px;
  }
  .top-staff .link__list:first-of-type{
    margin: 40px 0 60px;
  }
  .top-staff .link__list:nth-of-type(2){
    margin: 0;
  }
  .top-access{
    margin-bottom: 0;
  }
  .top-access .btn--more{
    margin: 50px 0 0;
  }
}

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

 Subpage common

////////////////////////*/
.submain__block{
  margin: 0 0 190px;
}

.submain__en{
  font-size: 6.4rem;
  letter-spacing: 0.06em;
}

.submain__jp{
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 30px;
  font-weight: normal;
  position: relative;
  top: -10px;
}

.submain__bkg_txt{
  position: absolute;
  left: -30px;
  top: 0;
  z-index: -1;
  width: 100%;
}

.submain__bkg_txt::before{
  content: '';
  display: inline-block;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  animation: slide_show 2s ease-in-out 0s 1 normal;
}

@keyframes slide_show {
  0% { width: 100%; }
  100% { width: 0; }
}

.dash_bullet{
  position: relative;
  padding-left: 15px;
}

.dash_bullet::before{
  content: '';
  width: 6px;
  height: 1px;
  background-color: #AAA;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0;
  margin: auto;
}

.staff__item{
  letter-spacing: 0.16em;
}

.staff__item .sns__item:not(:last-child){
  margin-right: 15px;
}

.staff__item .sns__list a{
  color: #777;
}

.staff__name_en{
  display: inline-block;
  margin-left: 30px;
}

.accordion__item:not(:last-of-type){
  margin-bottom: 40px;
}

.js_accordion_ttl,
.js_accordion_detail{
  position: relative;
}

.js_accordion_detail{
  display: none;
  padding: 20px 30px 0 70px;
}

.js_accordion_ttl{
  padding: 35px 30px 35px 70px;
  cursor: pointer;
  background-color: #F9F9F9;
  padding-right: 60px;
}

.js_accordion_ttl::after{
  content: url(img/common/accordion_down_arrow.svg);
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 27px;
  transition: .3s;
}

.open .js_accordion_ttl::after{
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**** IE only ***/
@media all and (-ms-high-contrast: none){
  .hdg--submain{
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .submain__block{
    margin: 0 0 100px;
  }
  .submain__bkg_txt{
    /*top: -7%;*/
    left: -15px;
  }
  .submain__block{
    display: block;
  }
  .submain__jp{
    display: block;
    margin: 0 0 20px;
  }
  .staff__name_en{
    display: block;
    margin: 0;
  }
}

@media screen and (max-width: 550px) {
  .submain__block{
    margin: 0 0 60px;
  }
  .submain__en{
    font-size: 5.2rem;
  }
  .accordion__item:not(:last-of-type){
    margin-bottom: 20px;
  }
}

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

 Gallery

////////////////////////*/
.gallery01 .cate_tab__list{
  font-size: 1.8rem;
  margin: 0 0 100px;
}

.gallery01 .cate_tab__item{
  max-width: 90px;
  width: 100%;
  margin-bottom: 15px;
}

.gallery01 .cate_tab__item a{
  text-align: center;
  padding: 0 0 10px;
  display: block;
}

.gallery01 .cate_tab__item a:hover,
.gallery01 .cate_tab__item.active a{
  border-bottom: 1px solid #777;
}

.gallery01 .gallery__flexbox::after,
.gallery01 .gallery__item{
  width: calc(95% / 3);
}

.gallery01 .gallery__flexbox::after{
  content: '';
  display: inline-block;
  max-width: 360px;
}

.gallery01 .gallery__item{
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  .gallery01 .cate_tab__item:not(:last-child){
    margin-right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .gallery01 .gallery__item{
    width: calc(95% / 2);
  }
}

@media screen and (min-width: 551px) {
  .common_gallery .submain__bkg_txt{
    top: -60px;
  }
}

@media screen and (max-width: 550px) {
  .gallery01 .gallery__item{
    width: 100%;
    margin: 0 auto 40px;
  }
  .gallery01 .cate_tab__list{
    margin: 0 0 50px;
  }
}

/**************** gallery detail page ****************/
.gallery_detail01 .style__img{
  max-width: 646px;
  width: 100%;
}

.gallery_detail01 .style__meta_info{
  font-size: 1.4rem;
  color: #777;
  letter-spacing: 0.1em;
}

.gallery_detail01 .style__cate_item:not(:last-child){
  margin-right: 30px;
}

.gallery_detail01 .style__ttl{
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #BBB;
  margin: 10px 0 35px;
}

.gallery_detail01 .style__data_hdg{
  margin: 50px 0 0;
  text-align: center;
  position: relative;
}

.gallery_detail01 .style__data_hdg::before{
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  border-bottom: 3px double #BBB;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.gallery_detail01 .style__data_hdg span{
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
  font-size: 1.4rem;
}

.gallery_detail01 .data__list{
  border-bottom: 1px solid #bbb;
  padding: 20px 0;
}

.gallery_detail01 .shape__item:not(.active),
.gallery_detail01 .data__meta_item:not(.active){
  opacity: 0.2;
}

.gallery_detail01 .data__meta_item{
  width: calc(100% / 3);
}

.gallery_detail01 .data__list .dash_bullet::before{
  bottom: 0;
  top: 0;
}

.gallery_detail01 .data__meta_item:first-child{
  text-align: left;
}

.gallery_detail01 .data__meta_item:last-child{
  text-align: right;
}

.gallery_detail .shape__item:not(:last-child){
  margin-right: 5px;
}

.gallery_detail01 .shape__name{
  margin: 5px 0 0;
}

.gallery_detail01 .stylist__block{
  padding: 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 100px 0 0;
}

.gallery_detail01 .stylist__img img{
  border-radius: 100%;
}

.gallery_detail01 .stylist__info{
  margin-left: 40px;
  letter-spacing: 0.16em;
}

.gallery_detail01 .stylist__name .ft_22{
  font-weight: 500;
  margin-right: 30px;
}

.gallery_detail01 .btn__item:first-child{
  margin-right: 60px;
}

.gallery_detail01 .btn--more:hover{
  letter-spacing: 0.1em;
}

.gallery_detail01 .share__block{
  margin: 200px 0 100px;
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  padding: 5px 0;
}

.gallery_detail01 .share__block_inner{
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 70px 0;
}

.gallery_detail01 .sns__item a{
  color: #777;
}

.gallery_detail01 .sns__list{
  margin-left: 30%;
}

.gallery_detail01 .sns__item:not(:last-child){
  margin-right: 25px;
}

@media screen and (min-width: 981px) {
  .gallery_detail01 .style__info_block{
    max-width: 515px;
    width: 100%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 980px) {
  .gallery_detail01 .detail__flexbox{
    display: block;
  }
  .gallery_detail01 .style__img{
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 650px) {
  .gallery_detail01 .stylist__block,
  .gallery_detail01 .stylist__name_en{
    display: block;
  }
  .gallery_detail01 .stylist__info{
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 550px) {
  .gallery_detail01 .share__block{
    margin: 60px 0 60px;
  }
  .gallery_detail01 .share__block_inner{
    padding: 40px 0;
  }
}

@media screen and (min-width: 451px) {
  .gallery_detail01 .data__ttl{
    width: 150px;
  }
  .gallery_detail01 .data__detail{
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 450px) {
  .gallery_detail01 .data__list,
  .gallery_detail01 .style__meta_info{
    display: block;
  }
  .gallery_detail01 .data__ttl{
    font-weight: bold;
    margin: 0 0 5px;
  }
}

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

 News

////////////////////////*/
.news01 .news__list{
  margin: 0 0 90px;
}

.news01 .news__item{
  border-bottom: 1px solid #bbb;
  padding: 55px 0 30px;
}

.news01 .news__item:first-child{
  padding-top: 0;
}

.news01 .news__item a{
  padding-left: 95px;
  position: relative;
}

.news01 .news__date{
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 550px) {
  .news01 .news__item{
    padding: 25px 0;
  }
  .news01 .news__list{
    margin: 0 0 60px;
  }
}

/**************** news detail page ****************/
.news_detail01 .news__ttl{
  font-size: 2rem;
  font-weight: normal;
  border-bottom: 1px solid #bbb;
  padding: 0 0 25px;
  margin: 30px 0 60px;
}

.news_detail01 .news__contents{
  margin-bottom: 130px;
}

@media screen and (max-width: 550px) {
  .news_detail01 .news__ttl{
    margin: 15px 0 30px;
  }
  .news_detail01 .news__contents{
    margin-bottom: 60px;
  }
}

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

 Access

////////////////////////*/
.access01 .block__right{
  background: url(img/access/access01_img01.jpg) no-repeat center / cover;
}

.access01 .block__txt{
  padding-top: 60px;
}

.access02{
  margin: 280px 0 0;
}

.access02 .gmap{
  margin: 120px 0 80px;
  height: 580px;
  width: 100%;
}

.access02 .kidsroom__block{
  margin: 220px 0 200px;
}

.access02 .kidsroom__img{
  background: url(img/access/access02_img01.jpg) no-repeat center / cover;
  max-width: 780px;
  width: 95%;
  height: 438px;
  position: relative;
}

.access02 .kidsroom__img::after{
  content: '';
  display: inline-block;
  background-color: #f4f4f4;
  max-width: 660px;
  width: 90%;
  height: 442px;
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: -1;
}

.access02 .kidsroom__txt{
  padding: 0 7%;
}

.access02 .btn--arrow{
  margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .access02 .kidsroom__block {
    display: block;
  }
  .access02 .kidsroom__img{
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 550px) {
  .access01 .block__right{
    height: 300px;
  }
  .access02{
    margin: 80px 0 0;
  }
  .access02 .gmap{
    height: 350px;
    margin: 80px 0 30px;
  }
  .access02 .kidsroom__block{
    margin: 100px 0;
  }
  .access02 .kidsroom__img,
  .access02 .kidsroom__img::after{
    height: 270px;
  }
  .access02 .btn--arrow{
    margin: 0;
  }
}

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

 Concept

////////////////////////*/
.concept01 .intro__im--03{
  margin: 70px 0 0;
  max-width: 730px;
  width: 95%;
  position: relative;
}

.concept01 .intro__im--03::after{
  content: '';
  display: inline-block;
  background-color: #f4f4f4;
  max-width: 560px;
  width: 90%;
  height: 744px;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: -1;
}

.concept01 .circle_txt_large::before{
  bottom: -60px;
  left: -100px;
  z-index: 1;
}

.concept02{
  margin: 200px 0 0;
}

.concept02 .principles__img{
  background: url(img/concept/concept02_img01.jpg) no-repeat center / cover;
  max-width: 702px;
  width: 100%;
  height: 734px;
}

.concept02 .principles__list{
  padding: 0 6%;
  font-weight: 500;
}

.concept02 .principles__item:not(:last-child){
  margin-bottom: 25px;
}

.concept03{
  padding: 230px 0 0;
}

.concept03.circle_txt_large::before{
  right: -20%;
  top: -180px;
}

.concept03 .greeting__block{
  padding: 100px 0 200px;
}

.concept03 .greeting__img{
  background: url(img/concept/concept03_img01.jpg) no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1025px) {
  .concept01 .intro__text{
    margin-left: 7%;
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .concept01 .intro__flexbox{
    display: block;
  }
  .concept01 .intro__text{
    padding: 0 15px;
  }
  .concept01 .intro__img--02{
    text-align: center;
  }
  .concept01 .intro__im--03::after{
    height: 100%;
  }
}

@media screen and (min-width: 981px) {
  .concept03 .greeting__block{
    width: 95%;
    height: 100%;
  }
  .concept03 .greeting__txt{
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    position: relative;
    right: 60px;
  }
}

@media screen and (max-width: 980px) {
  .concept02 .principles__flexbox {
    display: block;
    position: relative;
    z-index: 1;
  }
  .concept03 .greeting__block{
    padding: 30px 0 0;
  }
  .concept03 .greeting__img{
    position: relative;
    height: 700px;
    margin: 40px 0 0;
    background: url(img/concept/concept03_img01_sp.jpg) no-repeat 10% 0 / cover;
  }
  .concept03 .greeting__txt{
    padding: 0 15px;
  }
}

@media screen and (min-width: 551px) {
  .concept01 .submain__bkg_txt{
    top: -40px;
  }
}

@media screen and (max-width: 550px) {
  .concept01 .circle_txt_large::before{
    bottom: -400px;
  }
  .concept02{
    margin: 100px 0 0;
  }
  .concept02 .principles__img{
    height: 400px;
  }
  .concept02 .principles__list{
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .concept03{
    padding: 100px 0 0;
  }
  .concept03.circle_txt_large::before{
    right: -150px;
  }
  .concept03 .greeting__img{
    height: 350px;
    background-position: 15% 0;
  }
}

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

 Menu

////////////////////////*/
.common_menu .menu__list{
  margin: 0 0 70px;
}

.common_menu .menu__hdg{
  border-bottom: 1px solid #bbb;
  margin: 0 0 40px;
  padding-bottom: 20px;
}

.common_menu .menu__hdg:not(:first-of-type){
  margin-top: 220px;
}

.common_menu .menu__hdg_num{
  font-size: 1.2rem;
  vertical-align: top;
}

.common_menu .menu__hdg_en,
.common_menu .menu__subhdg_en{
  letter-spacing: 0.16em;
  display: inline-block;
  line-height: 1.2;
}

.common_menu .menu__hdg_jp,
.common_menu .menu__subhdg_jp{
  font-size: 1.4rem;
  font-weight: normal;
}

.common_menu .menu__hdg_en{
  font-size: 3.6rem;
  margin: 0 20px;
}

.common_menu .menu__hdg_jp{
  position: relative;
  top: -5px;
}


.common_menu .menu__subhdg_jp{
  vertical-align: text-bottom;
}

.common_menu .menu__subhdg_en{
  font-size: 2.8rem;
  margin-right: 20px;
}

.common_menu .menu__subhdg{
  width: 100%;
}

.common_menu .dash_bullet::before{
  bottom: auto;
  top: 33px;
}

.common_menu .menu__item{
  line-height: 2.25;
  border-bottom: 1px solid #eee;
  padding: 17px 0 17px 15px;
  display: flex;
  justify-content: space-between;
}

.common_menu .menu__item:first-of-type{
  padding-top: 0;
}

.common_menu .menu__item:first-of-type::before{
  top: 17px;
}

.common_menu .menu__note{
  color: #bbb;
  font-size: 1.4rem;
  text-align: right;
  margin: 15px 0 0;
}

.common_menu .menu__price{
  margin-left: 30px;
}

@media screen and (min-width: 769px) {
  .common_menu .menu__subhdg{
    max-width: 315px;
  }
  .common_menu .menu__detail{
    width: calc(100% - 315px);
  }
}

@media screen and (max-width: 768px) and (min-width: 551px) {
  .common_menu .menu__subhdg{
    max-width: 215px;
  }
  .common_menu .menu__detail{
    width: calc(100% - 215px);
  }
  .common_menu .menu__subhdg_jp{
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .common_menu .menu__list,
  .common_menu .menu__hdg_jp{
    display: block;
  }
  .common_menu .menu__hdg{
    padding-bottom: 10px;
  }
  .common_menu .menu__hdg_jp{
    margin: 10px 0 0;
  }
  .common_menu .menu__hdg_en{
    font-size: 2.8rem;
    margin: 0 10px;
  }
  .common_menu .menu__subhdg{
    margin: 0 0 30px;
  }
  .common_menu .menu__hdg:not(:first-of-type){
    margin-top: 80px;
  }
  .common_menu .menu__price{
    margin-right: 15px;
  }
}

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

 Staff

////////////////////////*/
.staff01 [class*="circle_txt_"]::before{
  z-index: -1;
}

.staff01 .circle_txt_large.top::before{
  left: -200px;
  top: -30px;
}

.staff01 .circle_txt_large.bottom::before{
  right: -400px;
  bottom: 300px;
}

.staff01 .staff__list::after,
.staff01 .staff__item{
  width: calc(88% / 3)
}

.staff01 .staff__list::after{
  content: '';
  display: inline-block;
}

.staff01 .staff__info_ttl,
.staff01 .staff__info_detail{
  margin-bottom: 10px;
}

.staff01 .staff__info_ttl{
  width: 60px;
}

.staff01 .staff__info_detail{
  width: calc(100% - 60px);
}

@media screen and (min-width: 769px) {
  .staff01 .staff__item:not(:nth-last-child(-n+3)){
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) and (min-width: 551px) {
  .staff01 .staff__item:not(:nth-last-child(-n+2)){
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .staff01 .staff__list::after,
  .staff01 .staff__item{
    width: calc(88% / 2);
  }
}

@media screen and (min-width: 551px) {
  .staff01 .submain__bkg_txt{
    top: -60px;
  }
}

@media screen and (max-width: 550px) {
  .staff01 .circle_txt_large.top::before{
    left: -100px;
    top: -30px;
  }
  .staff01 .circle_txt_large.bottom::before{
    right: -100px;
    bottom: 300px;
  }
  .staff01 .staff__list::after,
  .staff01 .staff__item{
    width: 100%;
  }
  .staff01 .staff__item:not(:last-child){
    margin-bottom: 60px;
  }
}

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

 Kids room

////////////////////////*/
.kids01 .intro__block{
  padding: 0 0 250px;
  text-shadow: 0 3px 15px #fff;
}

.kids01 .circle_txt_large::before{
  bottom: -200px;
  left: -300px;
}

.kids01 .intro__lrg_img{
  background: url(img/kidsroom/kids01_img01.jpg) no-repeat center /cover;
  height: 744px;
}

.kids01 .intro__txt_block{
  position: relative;
  z-index: 1;
}

.kids01 .intro__sm_img{
  margin: 90px 0 0;
  position: relative;
  z-index: -1;
}

.kids01 .pickup__block .dash_bullet::before{
  bottom: 0;
  top: 0;
}

.kids01 .pickup__block{
  margin: 200px auto 0;
}

.kids01 .pickup__txt,
.kids02 .greeting__txt{
  max-width: 556px;
  width: 100%;
  background-color: #fff;
  padding: 80px;
}

.kids01 .pick__phone{
  font-size: 2.8rem;
  letter-spacing: 0.16em;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbb;
}

.kids01 .pick__phone a{
  font-size: 4.2rem;
}

/**** IE only ***/
@media all and (-ms-high-contrast: none){
  .kids01 .pick__phone a{
    letter-spacing: 0.1em;
  }
}

.kids02{
  margin: 200px 0 0;
}

.kids02 .qa__ttl::before,
.kids02 .qa__detail::before{
  content: '';
  display: inline-block;
  position: absolute;
  left: 35px;
  top: 35px;
}
.kids02 .qa__ttl::before{
  content: 'Q';
}

.kids02 .qa__detail::before{
  content: 'A';
  top: 27px;
}

.kids02 .greeting__block{
  margin: 200px 0;
}

.kids02 .circle_txt_large::before{
  right: -300px;
  top: -550px;
}

.kids02 .common__access_block{
  margin: 0 0 210px;
}

.kids02 .block__right{
  background: url(img/kidsroom/kids02_img02.jpg) no-repeat center /cover;
  width: 55%;
  height: 607px;
}

.kids02 .block__txt{
  padding-top: 40px;
}

.kids02 .borderbox__item{
  border: 1px solid #fff;
  text-align: center;
  max-width: 189px;
  width: 100%;
  padding: 7px 5px;
}

.kids02 .borderbox__item:not(:last-child){
  margin-right: 20px;
}

@media screen and (min-width: 1101px) {
  .kids01 .pickup__txt,
  .kids02 .greeting__txt{
    position: absolute;
    right: 0;
    top: 50px;
  }
  .kids02 .greeting__txt{
    left: 0;
    right: auto;
    top: 80px;
    padding: 90px 80px 90px 20px;
  }
}

@media screen and (max-width: 1100px) {
  .kids01 .pickup__txt,
  .kids02 .greeting__txt{
    position: relative;
    width: 95%;
    padding: 40px;
    bottom: -30px;
  }
}

@media screen and (min-width: 851px) {
  .kids01 .intro__txt_block{
    max-width: 577px;
    width: 100%;
    margin-left: 17%;
  }
  .kids01 .intro__lrg_img{
    width: 49%;
    position: absolute;
    right: 0;
    top: 70px;
  }
}

@media screen and (max-width: 850px) {
  .kids01 .intro__lrg_img{
    width: 95%;
    margin: 50px 0 0 auto;
    height: 500px;
  }
  .kids01 .intro__txt_block{
    padding: 0 15px;
  }
}

@media screen and (min-width: 769px) {
  .kids01 .staff__item{
    width: calc(92% / 2);
  }
}

@media screen and (max-width: 768px) {
  .kids01 .staff__list{
    display: block;
  }
  .kids01 .staff__item:not(:last-child){
    margin-bottom: 70px;
  }
  .kids02 .block__right{
    margin-top: 60px;
    width: 100%;
    height: 500px;
  }
}

@media screen and (min-width: 551px) {
  .kids01 .submain__bkg_txt{
    top: -50px;
  }
}

@media screen and (max-width: 550px) {
  .kids01 .intro__sm_img{
    margin: 40px 0 0;
  }
  .kids01 .intro__lrg_img{
    height: 300px;
  }
  .kids01 .intro__block{
    padding: 0 0 100px;
  }
  .kids01 .pickup__block{
    margin: 60px auto 0;
  }
  .kids01 .pick__phone{
    font-size: 2.2rem;
  }
  .kids01 .pick__phone a{
    font-size: 8.5vw;
  }
  .kids02{
    margin: 100px 0 0;
  }
  .kids02 .greeting__block{
    margin: 40px 0 0;
  }
  .kids01 .pickup__txt,
  .kids02 .greeting__txt{
    padding: 0 0 30px;
  }
  .kids02 .qa__ttl,
  .kids02 .qa__detail{
    padding: 20px 20px 20px 40px;
  }
  .kids02 .qa__ttl{
    padding-right: 60px;
  }
  .kids02 .qa__ttl::before,
  .kids02 .qa__detail::before{
    left: 16px;
  }
  .kids02 .qa__ttl::before{
    top: 20px;
  }
  .kids02 .qa__ttl::after{
    right: 15px;
  }
  .kids02 .block__right{
    height: 300px;
  }
  .kids02 .common__access_block{
    margin: 0 0 80px;
  }
}

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

 Item

////////////////////////*/
.item01 .item__box{
  position: relative;
  width: calc(90% / 2);
}

.item01 .item__type{
  opacity: 0.4;
  font-size: 1.4rem;
}

.item01 .btn--more{
  margin: 40px 0 0;
}

@media screen and (min-width: 851px) {
  .item01 .item__img{
    margin-left: auto;
    width: 80%;
    max-width: 375px;
  }
  .item01 .item__info{
    position: absolute;
    left: 0;
    top: 50px;
  }
}

@media screen and (max-width: 850px) {
  .item01 .item__img{
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 551px) {
  .item01 .submain__bkg_txt{
    top: -20px;
  }
  .item01 .item__box:not(:nth-last-child(-n+2)){
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 550px) {
  .item01 .btn--more{
    margin: 20px 0 0;
  }
  .item01 .item__box{
    width: 100%;
  }
  .item01 .item__box:not(:last-of-type){
    margin-bottom: 80px;
  }
}

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

 Service

////////////////////////*/
.common_service .hdg--down_line{
  margin-bottom: 100px;
}

.common_service .hdg--down_line::after{
  top: 65px;
}

.service01{
  margin: 0 0 170px;
}

.service01 .circle_txt_large::before{
  left: -350px;
}

.service01 .visit__intro_block{
  padding: 0 0 80px;
}

.service01 .visit__intro_lrg_img{
  position: relative;
  z-index: -1;
}

.service01 .visit__intro > p{
  text-shadow: 0 3px 10px #fff;
}

.service01 .relief__lrg_img{
  width: 95%;
  margin: 80px 0 80px auto;
  height: 458px;
  background: url(img/service/service01_img03.jpg) no-repeat center / cover;
}

.service01 .relief__lrg_img::before{
  display: inline-block;
  content: url(img/service/relief_commitment.svg);
  position: relative;
  left: -25px;
}

.service01 .common_menu{
  margin: 80px auto 0;
}

.service01 .menu__hdg_dscr{
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.25;
}

.service02{
  padding-bottom: 100px;
}

.service02.circle_txt_large::before{
  bottom: -150px;
  right: -350px;
}

.service02 .content__txt{
  position: relative;
  z-index: 1;
}

.service02 .content__flexbox:not(:last-of-type){
  margin-bottom: 70px;
}

@media screen and (min-width: 981px) {
  .service01 .visit__intro{
    max-width: 750px;
    width: 100%;
    position: absolute;
    right: 3%;
    top: 25px;
  }
  .service01 .visit__intro > p{
    max-width: 685px;
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .service01 .visit__intro{
    margin: 0 0 30px;
  }
  .service01 .menu__hdg,
  .service01 .menu__hdg_dscr {
    display: block;
  }
  .service01 .menu__hdg_dscr{
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .service01 .common_menu .menu__subhdg{
    width: 0;
  }
  .service01 .common_menu .menu__detail{
    width: 100%;
  }
}

@media screen and (min-width: 651px) {
  .service01 .visit__intro_sm_img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    -ms-transform: translateX(40px);
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  .service02 .content__flexbox:not(.flex-dir-reverse) .content__txt{
    padding: 0 5% 0 7%;
  }
  .service02 .flex-dir-reverse .content__txt{
    padding-right: 30px;
  }
}

@media screen and (max-width: 650px) {
  .service01 .visit__intro_sm_img{
    position: relative;
    right: -15px;
    top: -30px;
    text-align: right;
  }
  .service02 .content__flexbox{
    display: block;
  }
  .service02 .content__img{
    margin: 0 0 30px;
    text-align: center;
  }
}

@media screen and (min-width: 551px) {
  .service01 .submain__bkg_txt{
    top: -40px;
  }
}

@media screen and (max-width: 550px) {
  .service01{
    margin: 0 0 100px;
  }
  .service01 .relief__lrg_img{
    width: 90%;
    height: 200px;
  }
  .service01 .visit__intro_block{
    padding: 0 0 40px;
  }
  .service01 .circle_txt_large::before{
    left: -150px;
  }
  .service02{
    padding: 0;
  }
  .service02.circle_txt_large::before{
    right: -150px;
  }
}

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

 Company

////////////////////////*/
.company01 .content__flexbox{
  margin: 0 0 150px;
}

.company01 .content__txt_block{
  margin-left: 5%;
}

.company01 .info__list:not(:last-of-type){
  margin: 0 0 30px;
}

.company01 .info__ttl{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .company01 .content__flexbox{
    display: block;
  }
  .company01 .content__txt_block{
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 550px) {
  .company01 .content__flexbox{
    margin: 0 0 80px;
  }
}

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

 Recruit

////////////////////////*/
.recruit01 .container_ml{
  max-width: 1210px;
}

.recruit01 .circle_txt_large::before{
  top: 290px;
  left: -250px;
}

.recruit01 .intro__block--01 .intro__txt{
  text-shadow: 0 3px 15px #fff;
}

.recruit01 .intro__block--02 .intro__txt{
  max-width: 730px;
  width: 100%;
  margin: 160px 20px 0 0;
}

.recruit02{
  padding: 230px 0;
}

.recruit02.circle_txt_large::before{
  bottom: 0;
  right: -250px;
}

.recruit02 .hdg--down_line,
.recruit03 .hdg--down_line{
  margin-bottom: 110px;
}

.recruit02 .content__flexbox--02{
  margin: 100px 0;
}

.recruit02 .content__lrg_img{
  position: relative;
  z-index: -1;
}

.recruit02 .content__sm_img{
  margin: 230px 0 0;
}

.recruit02 .content__lrgbox{
  margin: 180px 0 0;
}

.recruit02 .content__lrgbox .content__txt{
  text-shadow: 0 3px 10px #fff;
}

.recruit03 .job__ttl{
  padding: 35px 60px 35px 30px;
}

.recruit03 .job__detail{
  padding: 20px 60px;
}

.recruit03 .detail__list{
  padding: 20px 0;
  border-bottom: 1px solid #bbb;
}

.recruit03 .detail__descrip{
  line-height: 2.25;
}

.recruit03 .job__item:last-of-type{
  margin-bottom: 150px;
}

.recruit03 .contact__phone{
  font-size: 3.6rem;
  text-align: center;
  margin: 30px 0 0;
}

.recruit03 .contact__phone span{
  letter-spacing: 0.16em;
  border-bottom: 1px solid #bbb;
  padding: 0 0 30px;
}

.recruit03 .contact__phone a{
  display: inline-block;
  margin-left: 3%;
}

.recruit03 .custom__width{
  display: inline-block;
  width: 40%;
}

@media screen and (min-width: 981px) {
  .recruit02 .content__lrg_img{
    position: absolute;
    right: 0;
    top: 160px;
    width: 68%;
  }
  .recruit02 .content__lrgbox .content__txt{
    margin-left: 7%;
  }
}

@media screen and (max-width: 980px) {
  .recruit02 .content__lrgbox .content__txt{
    padding: 0 15px
  }
  .recruit02 .content__sm_img{
    margin: 40px 0;
    width: 95%;
    position: relative;
    z-index: -1;
  }
  .recruit02 .content__lrg_img{
    margin-left: auto;
    width: 95%;
  }
}

@media screen and (min-width: 769px) {
  .recruit01 .intro__block--01 .intro__img{
    width: 70%;
    margin-left: auto;
    padding-top: 130px;
  }
  .recruit01 .intro__block--01 .intro__txt{
    position: absolute;
    left: 0;
    top: 0;
  }
  .recruit01 .intro__block--02{
    position: relative;
    margin-top: -70px;
  }
  .recruit02 .content__txt{
    max-width: 620px;
    width: 100%;
    margin: 0 0 0 20px;
  }
  .recruit02 .content__flexbox--02 .content__txt{
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit01 .intro__img{
    margin-top: 40px;
    position: relative;
    z-index: -1;
  }
  .recruit01 .intro__block--02,
  .recruit02 [class*="content__flexbox--"]{
    display: block;
  }
  .recruit01 .intro__block--02 .intro__txt{
    margin: 40px 0 0;
  }
  .recruit02 .content__img{
    text-align: center;
    margin: 30px 0 0;
  }
  .recruit03 .custom__width{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 651px) {
  .recruit03 .detail__ttl{
    width: 30%;
  }
  .recruit03 .detail__descrip{
    width: 70%;
  }
}

@media screen and (max-width: 650px) {
  .recruit03 .detail__list{
    display: block;
  }
}

@media screen and (max-width: 980px) and (min-width: 551px) {
  .recruit02 .content__sm_img{
    text-align: center;
  }
}

@media screen and (min-width: 551px) {
  .recruit01 .submain__bkg_txt{
    top: -60px;
  }
}

@media screen and (max-width: 550px) {
  .recruit02 .hdg--down_line,
  .recruit03 .hdg--down_line{
    margin-bottom: 70px;
  }
  .recruit02{
    padding: 100px 0;
  }
  .recruit02 .content__flexbox--02{
    margin: 50px 0;
  }
  .recruit02 .content__lrgbox{
    margin: 0;
  }
  .recruit03 .job__ttl{
    padding: 25px 60px 25px 20px;
  }
  .recruit03 .contact__phone{
    font-size: 8vw;
    margin: 15px 0 0;
  }
  .recruit03 .job__item:last-of-type{
    margin-bottom: 60px;
  }
  .recruit03 .job__detail{
    padding: 10px 25px;
  }
  .recruit03 p.txt_center{
    text-align: left;
  }
}

.staff01 .staff__info_ttl {
    width: 150px;
}

.staff01 .staff__info_detail {
    width: calc(100% - 150px);
}

.wi-s .staff__info_ttl{
    width: 60px;
}

.wi-s .staff__info_detail{
    width: calc(100% - 60px);
}

