@charset "UTF-8";
/*
Theme Name: 
Author: 川元綾子(Designer) / 田中勇輔(Developer)
Description: 
Version: 0.01 (2019/09/30)
*/
/***************************************************************
 *
 * sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css
 *
***************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
pre, textarea {
  overflow: auto;
}

[hidden], audio:not([controls]), template {
  display: none;
}

details, main, summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 20px/1.5 sans-seri f;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

ol, ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/***************************************************************
 *
 * layout and etc...
 *
***************************************************************/
img {
  max-width: 100%;
  height: auto;
}

html {
  overflow: hidden;
}

body {
  overflow: hidden;
  margin: 0;
}

/* 
			inview (ScrollTrigger)
*********************************************/
.inview {
  transition: all 1s ease;
}

.ivo {
  opacity: 0;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}
.ivo.in-view {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

/*
			PC通話発信無効化
*********************************************/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/***************************************************************
 *
 * sass media query
 *
***************************************************************/
/***************************************************************
 *
 * WordPressスタイル
 *
***************************************************************/
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}

.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.alignleft,
.alignright,
.aligncenter {
  clear: both;
}

@media (max-width: 768px) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none;
    margin: 0 0 1em;
  }
}
.wp-caption {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #CCC;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  margin: 0;
  text-align: center;
}

figure img {
  margin-bottom: 0;
}

figure figcaption {
  color: #555d66;
  text-align: center;
  font-size: 0.8em;
}

.content_body button,
.content_body input,
.content_body textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem;
}

.content_body button,
.content_body input {
  line-height: normal;
}

.content_body textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}

.content_body blockquote {
  margin-left: 1em;
  margin-bottom: 2em;
  padding: 8px 1em;
  border-left: 3px solid #999;
}

#wp-calendar {
  width: 100%;
  text-align: center;
}

#wp-calendar a:link {
  color: #89C538;
  text-decoration: underline;
  font-weight: 800;
}

.content_body p {
  margin-bottom: 1em;
  line-height: 1.8em;
}

@media (max-width: 768px) {
  .content_body p {
    font-size: 1.2em;
    line-height: 1.8em;
  }
}
.content_body a {
  text-decoration: underline;
}

.content_body h1 {
  font-size: 2em;
  line-height: 1.6em;
}

.content_body h2 {
  font-size: 1.8em;
  line-height: 1.6em;
}

.content_body h3 {
  font-size: 1.6em;
  line-height: 1.6em;
}

.content_body h4 {
  font-size: 1.4em;
  line-height: 1.6em;
}

.content_body h5 {
  font-size: 1.2em;
  line-height: 1.6em;
}

.content_body h1,
.content_body h2,
.content_body h3,
.content_body h4,
.content_body h5 {
  margin: 3em 0 1em;
}

.content_body h1:first-child,
.content_body h2:first-child,
.content_body h3:first-child,
.content_body h4:first-child,
.content_body h5:first-child {
  margin: 0 0 1.5em;
}

.content_body ul {
  padding-left: 2em;
  margin-bottom: 1em;
}

.content_body ul > li {
  margin-bottom: 0.5em;
}

.content_body em {
  font-style: italic;
}

.content_body strong {
  font-weight: 800;
}

/***************************************************************
 *
 * Stylesheet for apollo
 *
***************************************************************/
/*
			Font
*********************************************/
body {
  font-size: 20px;
  line-height: 1.4em;
  color: #060606;
  font-family: "Zen Kaku Gothic New","Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "YuGothic", "open sans",  "Noto Sans Japanese", "メイリオ", "Meiryo",system-ui, sans-serif;
  overflow: hidden;
  background: #edfcfd;
}

body a {
  color: #060606;
  text-decoration: none;
}

.font_a {
  font-family: "Playfair Display","Hiragino Mincho ProN","游明朝","Yu Mincho","HGS明朝E","メイリオ","Meiryo",serif;
}

#smooth-content {
  overflow: hidden;
}

/* 
			Responsive
*********************************************/
.lg_show,
.md_show,
.sm_show,
.xs_show,
.lg_showin,
.md_showin,
.sm_showin,
.xs_showin {
  display: none;
}

@media screen and (max-width: 1300px) {
  body {
    font-size: 20px;
    font-size: 1.53846153846vw;
    line-height: 1.4em;
  }

  .lg_hide {
    display: none;
  }

  .lg_show {
    display: block;
  }

  .lg_showin {
    display: inline;
  }

  .res {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15.75px;
    font-size: 1.53846153846vw;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .md_hide {
    display: none;
  }

  .md_show {
    display: block;
  }

  .md_showin {
    display: inline;
  }

  body {
    font-size: 20px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 15.6px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em;
  }

  .sm_hide {
    display: none;
  }

  .sm_show {
    display: block;
  }

  .sm_showin {
    display: inline;
  }
}
@media screen and (max-width: 414px) {
  body {
    font-size: 10.76px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em;
  }

  .xs_hide {
    display: none;
  }

  .xs_show {
    display: block;
  }

  .xs_showin {
    display: inline;
  }
}
/* 
			drawer
*********************************************/
p#drawer_btn {
  transition: 1s ease all;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 103;
  top: 2em;
  right: 2em;
  width: 2em;
  height: 1em;
  cursor: pointer;
}
p#drawer_btn > span {
  transition: 1s ease all;
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3c537d;
  text-align: center;
  cursor: pointer;
}
p#drawer_btn > span::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3c537d;
  top: -.5em;
  left: 0;
  transition: 1s ease all;
}
p#drawer_btn > span::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3c537d;
  top: .5em;
  left: 0;
  transition: 1s ease all;
}

body.drawer_open p#drawer_btn > span {
  background-color: transparent;
}
body.drawer_open p#drawer_btn > span::before {
  top: 0;
  transform: rotate(-405deg);
}
body.drawer_open p#drawer_btn > span::after {
  top: 0;
  transform: rotate(405deg);
}

nav#drawer {
  transition: 1s ease all;
  opacity: 0;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  z-index: -10;
}

body.drawer_open nav#drawer {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  z-index: 100;
}

@media (min-width: 769px) {
  body.tph_in p#drawer_btn {
    opacity: 0;
  }

  body.tph_in nav#drawer {
    opacity: 0;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    z-index: -10;
  }
}
nav#drawer {
  position: fixed;
  width: 20em;
  top: 2em;
  right: 4em;
}
nav#drawer > ul {
  display: flex;
  flex-wrap: wrap;
}
nav#drawer > ul > li {
  width: 50%;
  padding: 0.75em 0;
}
nav#drawer > ul > li > a {
  display: block;
}
nav#drawer > ul > li:nth-child(1) > a {
  width: 7.225em;
}
nav#drawer > ul > li:nth-child(2) > a {
  width: 5.1em;
}
nav#drawer > ul > li:nth-child(3) > a {
  width: 7.525em;
}
nav#drawer > ul > li:nth-child(4) > a {
  width: 3.775em;
}
nav#drawer > ul > li:nth-child(5) > a {
  width: 5.6em;
}
nav#drawer > ul > li:nth-child(6) > a {
  width: 8.375em;
}
nav#drawer > ul > li:nth-child(7) > a {
  width: 5.225em;
}
nav#drawer > ul > li:nth-child(8) > a {
  width: 8.275em;
}

/***************************************************************
 *
 * 				 トップページ
 *
***************************************************************/
#tp_mov {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: -50;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
#tp_mov > video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  opacity: 0.4;
}

#tph > div#tph_img {
  display: block;
  position: absolute;
  z-index: 0;
  top: 8.5vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 83.25vw;
  height: 66.8vw;
}
@media screen and (max-width: 768px) {
  #tph > div#tph_img {
    top: 7.5em;
  }
}
#tph > div#tph_img > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 1.5s all ease;
  opacity: 0;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}
#tph > div#tph_img > span.tph_img_now {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
#tph > div#tph_main {
  padding-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #tph > div#tph_main {
    padding-bottom: 4em;
  }
}
#tph > div#tph_main > h1 {
  width: 11.8em;
  padding: 3.25vw 0 0;
  margin: 0 auto 31.75vw;
}
@media screen and (max-width: 768px) {
  #tph > div#tph_main > h1 {
    padding: 2em 0 0;
    margin: 0 auto 24em;
  }
}
#tph > div#tph_main > h2 {
  padding: 0 0 8vw 6vw;
}
@media screen and (max-width: 768px) {
  #tph > div#tph_main > h2 {
    padding: 0 0 1em 1.5em;
  }
}
#tph > div#tph_main > h2 > span {
  display: block;
  width: 35.72vw;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  #tph > div#tph_main > h2 > span {
    width: 21.45em;
    margin-bottom: 0;
  }
}
#tph > div#tph_main > h2 > strong {
  display: block;
  width: 24.2vw;
}
@media screen and (max-width: 768px) {
  #tph > div#tph_main > h2 > strong {
    display: none;
  }
}
#tph > div#tph_main > h3 {
  z-index: 2;
  padding: 0 0 5vw 6vw;
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 768px) {
  #tph > div#tph_main > h3 {
    padding: 0 0 30em 2em;
  }
}
#tph > div#tph_main > h3 > span {
  display: block;
  width: 76.9vw;
  margin-bottom: 3vw;
}
#tph > div#tph_main > h3 > strong {
  display: block;
  width: 63.95vw;
}
#tph > div#tph_main > p {
  width: 37vw;
  margin-left: 6.5vw;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #tph > div#tph_main > p {
    width: 60vw;
  }
}
#tph > div#tph_main > p > span {
  font-size: 1em;
  line-height: 1.8em;
}
#tph > div#tph_main > img:nth-child(5) {
  position: absolute;
  width: 20.25vw;
  height: 20.5vw;
  top: 65vw;
  left: 48vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #tph > div#tph_main > img:nth-child(5) {
    width: 20.25em;
    height: 20.5em;
    top: 44em;
    left: 7em;
  }
}
#tph > div#tph_main > img:nth-child(6) {
  position: absolute;
  width: 27.225vw;
  height: 32.65vw;
  top: 56.5vw;
  left: 68vw;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #tph > div#tph_main > img:nth-child(6) {
    width: 20.691em;
    height: 24.814em;
    top: 42em;
    left: 23em;
  }
}
#tph > nav {
  position: absolute;
  top: 3em;
  right: 5vw;
  width: 19vw;
}
@media screen and (max-width: 768px) {
  #tph > nav {
    display: none;
  }
}
#tph > nav > ul {
  display: flex;
  flex-wrap: wrap;
}
#tph > nav > ul > li {
  width: 50%;
  padding: 0.075vw 0;
}
#tph > nav > ul > li > a {
  display: block;
}
#tph > nav > ul > li:nth-child(1) > a {
  width: 7.225vw;
}
#tph > nav > ul > li:nth-child(2) > a {
  width: 5.1vw;
}
#tph > nav > ul > li:nth-child(3) > a {
  width: 7.525vw;
}
#tph > nav > ul > li:nth-child(4) > a {
  width: 3.775vw;
}
#tph > nav > ul > li:nth-child(5) > a {
  width: 5.6vw;
}
#tph > nav > ul > li:nth-child(6) > a {
  width: 8.375vw;
}
#tph > nav > ul > li:nth-child(7) > a {
  width: 5.225vw;
}
#tph > nav > ul > li:nth-child(8) > a {
  width: 8.275vw;
}
#tph > p {
  position: absolute;
  top: 5vw;
  left: 6.5vw;
  width: 1vw;
  height: 28vw;
}
@media screen and (max-width: 768px) {
  #tph > p {
    top: 2.5em;
    left: 1em;
    width: 1em;
    height: 26em;
  }
}
#tph > p > img {
  width: 1vw;
}
@media screen and (max-width: 768px) {
  #tph > p > img {
    width: 1em;
  }
}
#tph > p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 13vw;
  border-left: 1px solid #000;
  transform: scaleY(0);
  transform-origin: top;
  animation: lineGrowShrink 2.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  #tph > p::after {
    height: 11em;
  }
}
@keyframes lineGrowShrink {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  75% {
    transform: scaleY(1);
    transform-origin: top;
  }
  76% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
#tph > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 17.5vw;
  right: 0;
  width: 3vw;
  height: 13vw;
  background: #000;
}
@media screen and (max-width: 768px) {
  #tph > a {
    top: 12em;
    width: 2em;
    height: 13em;
  }
}
#tph > a > img {
  width: 0.85vw;
  height: 10.625vw;
}
@media screen and (max-width: 768px) {
  #tph > a > img {
    width: 0.85em;
    height: 10.625em;
  }
}

#group {
  padding-left: 6.5em;
}
@media screen and (max-width: 768px) {
  #group {
    padding-left: 1em;
  }
}
#group > h2 {
  width: 20.25em;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  #group > h2 {
    width: 26em;
  }
}
#group > div#group_wrap {
  display: flex;
  align-items: flex-start;
  /* div#tpg_wrap */
}
#group > div#group_wrap > h3 {
  width: 5em;
  display: flex;
  align-items: center;
}
#group > div#group_wrap > h3 > img {
  width: 1.375em;
}
@media screen and (max-width: 768px) {
  #group > div#group_wrap > h3 {
    width: 3em;
  }
}
#group > div#group_wrap > div#tpg_wrap {
  width: calc( 100% - 5em );
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #group > div#group_wrap > div#tpg_wrap {
    width: calc( 100% - 3em );
  }
}
#group > div#group_wrap > div#tpg_wrap > div {
  overflow: hidden;
}
#group > div#group_wrap > div#tpg_wrap > div.dragg::after {
  pointer-events: none;
  content: "";
  position: absolute;
  display: block;
  width: 6em;
  height: 6em;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  background: url("img/071.png") no-repeat center center/auto 60% rgba(0, 0, 0, 0.6);
  border-radius: 1.5em;
}
@media screen and (max-width: 768px) {
  #group > div#group_wrap > div#tpg_wrap > div.dragg::after {
    width: 4em;
    height: 4em;
    top: 55%;
  }
}
#group > div#group_wrap > div#tpg_wrap > div > ul {
  display: flex;
  width: max-content;
  padding-right: 2em;
}
#group > div#group_wrap > div#tpg_wrap > div > ul > li {
  width: 14em;
  border: 1px solid #bebebe;
  border-right: none;
  background: #FFF;
}
#group > div#group_wrap > div#tpg_wrap > div > ul > li:last-child {
  border-right: 1px solid #bebebe;
}
#group > div#group_wrap > div#tpg_wrap > div > ul > li > a {
  display: block;
}
#group > div#group_wrap > div#tpg_wrap > div > ul > li span {
  display: block;
  padding: 2em;
}
#group > div#group_wrap > div#tpg_wrap > div > ul > li h4 {
  text-align: center;
  padding-bottom: 2em;
}
#group > div#group_wrap > div#tpg_wrap > div > ul > li h4 > span {
  font-weight: 400;
}
#group > div:nth-child(3) {
  max-width: 1300px;
  min-height: 35em;
  margin: 0 auto;
  padding: 8em 0 0 2em;
}
@media screen and (max-width: 768px) {
  #group > div:nth-child(3) {
    padding: 8em 0 0 1em;
    margin-bottom: 22em;
  }
}
#group > div:nth-child(3) > span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 35em;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(30em);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #group > div:nth-child(3) > span {
    width: 20em;
    height: 20em;
    top: auto;
    bottom: -22em;
    transform: translateX(7em);
  }
}
#group > div:nth-child(3) > span > img {
  height: 42em;
  width: 42em;
  max-width: none;
}
@media screen and (max-width: 768px) {
  #group > div:nth-child(3) > span > img {
    width: 28em;
    height: 28em;
  }
}
#group > div:nth-child(3) > p {
  margin-bottom: 2em;
}
#group > div:nth-child(3) > p > span {
  font-size: 1.1em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #group > div:nth-child(3) > p > span {
    font-size: 1.2em;
    line-height: 2em;
  }
}

#next {
  padding-bottom: 10em;
}
#next > span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 35em;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-30em);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #next > span {
    width: 20em;
    height: 20em;
    top: -5em;
    transform: translateX(-7em);
  }
}
#next > span > span {
  height: 42em;
  width: 42em;
  max-width: none;
}
@media screen and (max-width: 768px) {
  #next > span > span {
    width: 28em;
    height: 28em;
  }
}
#next > h2 {
  padding: 6.5em 0 4em;
  mix-blend-mode: color-burn;
}
#next > h2 > span {
  display: block;
  width: 57.35em;
  margin: 0 auto 3em;
}
@media screen and (max-width: 768px) {
  #next > h2 > span {
    width: 34.41em;
  }
}
#next > h2 > strong {
  display: block;
  width: 61.525em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #next > h2 > strong {
    width: 36.915em;
  }
}
#next > h3 {
  text-align: center;
  padding-bottom: 6.5em;
}
#next > h3 > span {
  font-size: 1.8em;
}
#next > ul {
  margin-left: calc( (100% - 1300px) / 2 );
  border-top: 1px solid #000;
}
@media screen and (max-width: 1300px) {
  #next > ul {
    margin-left: 0;
  }
}
#next > ul > li {
  border-bottom: 1px solid #000;
}
#next > ul > li > a {
  display: flex;
  max-width: 1300px;
  margin: 0 auto 0 0;
  padding: 1.5em;
  align-items: center;
}
#next > ul > li > a > span {
  display: block;
  width: 5em;
  padding-right: 2em;
}
#next > ul > li > a > p {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #next > ul > li > a > p > span {
    font-size: 1.4em;
  }
}
#next > ul > li > a > strong {
  display: block;
  width: 8.15em;
}
@media screen and (max-width: 768px) {
  #next > ul > li > a > strong {
    width: 1.1em;
  }
}

#comp {
  display: block;
  padding: 5em 3em 3em;
  overflow: hidden;
}
#comp > strong:first-child {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#comp > strong:first-child > img {
  width: 100vw;
  height: 79.21348314606742vw;
}
@media screen and (max-width: 768px) {
  #comp > strong:first-child > img {
    height: 200%;
    max-width: none;
    width: auto;
    margin-bottom: 20em;
  }
}
#comp > h2 {
  width: 25.775em;
  margin: 0 auto 1em;
}
#comp > h3 {
  text-align: center;
}
#comp > h3 > span {
  font-size: 1.25em;
  color: #FFF;
}
#comp > ul {
  padding: 3.5em 0 8em;
  display: flex;
  justify-content: space-between;
}
#comp > ul > li {
  width: 1.2em;
}
#comp > span {
  display: block;
  width: 4.05em;
  margin: 0 auto;
}

#tp_bg {
  background: linear-gradient(to bottom, #cee5ec 0%, #edfcfd 50%, #edfcfd 100%);
}

#massage {
  max-width: 1300px;
  margin: 0 auto;
  padding: 8em 0 30em;
}
#massage > ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #massage > ul {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: auto;
    right: auto;
  }
}
#massage > ul > li:nth-child(1) {
  position: absolute;
  left: -50em;
  bottom: 0;
  width: 27.5em;
  height: 27.5em;
}
@media screen and (max-width: 768px) {
  #massage > ul > li:nth-child(1) {
    width: 21em;
    height: 21em;
    left: auto;
    right: 2em;
    bottom: 0em;
  }
}
#massage > ul > li:nth-child(2) {
  position: absolute;
  left: -6em;
  bottom: 7em;
  width: 25em;
  height: 25em;
}
@media screen and (max-width: 768px) {
  #massage > ul > li:nth-child(2) {
    width: 18em;
    height: 18em;
    left: 0;
    bottom: 20em;
  }
}
#massage > ul > li:nth-child(3) {
  position: absolute;
  left: 11em;
  bottom: 38em;
  width: 35em;
  height: 35em;
}
@media screen and (max-width: 768px) {
  #massage > ul > li:nth-child(3) {
    width: 25em;
    height: 25em;
    left: auto;
    right: 0;
    bottom: 35em;
  }
}
#massage > div {
  display: flex;
}
@media screen and (max-width: 768px) {
  #massage > div {
    display: block;
  }
}
#massage > div > div {
  width: 60%;
  padding: 11em 0 0 1em;
}
@media screen and (max-width: 768px) {
  #massage > div > div {
    width: 85%;
    margin: 0 auto;
    padding: 10em 0 0;
    z-index: 2;
  }
}
#massage > div > div > h3 {
  width: 33.05em;
  margin-bottom: 3.5em;
}
@media screen and (max-width: 768px) {
  #massage > div > div > h3 {
    width: 22.45em;
  }
}
#massage > div > div > div > p {
  font-size: 1.1em;
  line-height: 2em;
  margin-bottom: 3.5em;
}
@media screen and (max-width: 768px) {
  #massage > div > div > div > p {
    font-size: 1.25em;
    line-height: 2em;
  }
}
#massage > div > div > div > p > a {
  display: block;
  padding: 0.5em 0;
}
#massage > div > h2 {
  width: 40%;
  text-align: center;
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 768px) {
  #massage > div > h2 {
    width: 85%;
    text-align: right;
    top: -10em;
    z-index: 0;
  }
}
#massage > div > h2 > img {
  width: 14.075em;
}

#recruit {
  padding-bottom: 11em;
}
#recruit > h2 {
  max-width: 1300px;
  padding: 0 0 0 1em;
  margin: 0 auto 6em;
}
#recruit > h2 > img {
  width: 23.6em;
  mix-blend-mode: color-burn;
}
#recruit > ul {
  margin-right: calc( (100% - 1300px) / 2 );
  border-top: 1px solid #000;
}
@media screen and (max-width: 1300px) {
  #recruit > ul {
    margin-right: 0;
  }
}
#recruit > ul > li {
  border-bottom: 1px solid #000;
}
#recruit > ul > li > a {
  display: flex;
  max-width: 1300px;
  margin: 0 0 0 auto;
  padding: 1.5em;
  align-items: center;
}
#recruit > ul > li > a > span {
  display: block;
  width: 8.15em;
}
@media screen and (max-width: 768px) {
  #recruit > ul > li > a > span {
    width: 1em;
  }
}
#recruit > ul > li > a > strong {
  display: block;
  width: 100%;
  text-align: right;
}
#recruit > ul > li:nth-child(1) > a > strong > img {
  width: 28.75em;
}
#recruit > ul > li:nth-child(2) > a > strong > img {
  width: 12.5em;
}
#recruit > ul > li:nth-child(3) > a > strong > img {
  width: 13.8em;
}

#report {
  margin-left: calc( (100% - 1300px) / 2 );
  background: #FFF;
  border-radius: 0 0 1em 0;
}
@media screen and (max-width: 1300px) {
  #report {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #report {
    margin-left: 1.5em;
  }
}
#report > div {
  max-width: 1300px;
  padding: 5em 2em 8em;
}
#report > div > h2 {
  width: 22em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #report > div > h2 {
    width: 28.6em;
  }
}
#report > div > ul {
  display: flex;
  justify-content: space-between;
}
#report > div > ul > li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  #report > div > ul > li {
    width: 48%;
  }
  #report > div > ul > li:last-child {
    display: none;
  }
}
#report > div > ul > li > a {
  display: block;
}
#report > div > ul > li > a > span {
  display: flex;
  width: 100%;
  aspect-ratio: 1.25 / 1;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
#report > div > ul > li > a > span > img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 2s all ease;
}
#report > div > ul > li > a > span > img:hover {
  transform: scale(1.1);
}
#report > div > ul > li > a > strong {
  display: block;
  font-size: 0.85em;
  padding: 0.5em 0;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #report > div > ul > li > a > strong {
    font-size: 0.95em;
  }
}
#report > div > ul > li > a > h3 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #report > div > ul > li > a > h3 {
    font-size: 1.1em;
  }
}
#report > div > h3 {
  padding: 6em 0 3em;
  width: 21.9em;
}
@media screen and (max-width: 768px) {
  #report > div > h3 {
    width: 28.47em;
  }
}
#report > div > ol {
  margin-bottom: 4em;
}
#report > div > ol > li {
  padding: 1.7em 0;
}
#report > div > ol > li > a > strong {
  font-weight: 400;
  font-size: 0.85em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #report > div > ol > li > a > strong {
    font-size: 0.95em;
  }
}
#report > div > ol > li > a > h3 {
  display: inline;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #report > div > ol > li > a > h3 {
    font-size: 1.15em;
  }
}
#report > div > a {
  display: block;
  text-align: right;
  margin-top: 4em;
}
#report > div > a > span {
  font-size: 1.2em;
}

#weare {
  height: 24em;
  overflow: hidden;
}
#weare > span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.5em solid #edfcfd;
  border-bottom: 0.5em solid #edfcfd;
  height: 23em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #weare > span {
    height: 7.5em;
  }
}
#weare > span > img {
  width: 100vw;
  height: 100vw;
}
#weare > p {
  position: absolute;
  top: 0;
  left: 0;
  height: 24em;
  width: 100%;
  /* ビューポート全体の幅 */
  overflow: hidden;
  /* コンテナ外の内容を隠す */
  white-space: nowrap;
  /* テキストを改行しない */
}
@media screen and (max-width: 768px) {
  #weare > p {
    height: 7.5em;
  }
}
#weare > p > span {
  display: inline-block;
  white-space: nowrap;
  animation: we_scroll 90s linear infinite;
}
#weare > p > span > img {
  display: inline-block;
  max-width: none;
  width: 430em;
  height: auto;
}
@media screen and (max-width: 768px) {
  #weare > p > span > img {
    width: 134.375em;
  }
}
@keyframes we_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
footer {
  background: url("img/068.jpg") no-repeat center bottom #edfcfd;
}
@media screen and (max-width: 1300px) {
  footer {
    background: url("img/068m.jpg") no-repeat center bottom/contain #edfcfd;
  }
}

#f_ec {
  padding: 5em 6em;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #f_ec {
    padding: 5em 2em;
  }
}
#f_ec > a {
  display: flex;
  border-radius: 1em;
  background: #FFF;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  #f_ec > a {
    padding: 4em;
  }
}
#f_ec > a > img {
  width: 7.5em;
}
@media screen and (max-width: 768px) {
  #f_ec > a > img {
    width: 11.25em;
  }
}
#f_ec > div {
  border-radius: 1em;
  background: #FFF;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  #f_ec > div {
    padding: 3em 0;
  }
}
#f_ec > div > h3 {
  position: absolute;
  width: 8em;
  top: -0.5em;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #f_ec > div > h3 {
    top: -1em;
    width: 12em;
  }
}
#f_ec > div > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #f_ec > div > div {
    flex-direction: column-reverse;
  }
}
#f_ec > div > div > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #f_ec > div > div > div {
    width: 80%;
  }
}
#f_ec > div > div > div > a {
  display: block;
  width: 16.45em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #f_ec > div > div > div > a {
    width: 24.675em;
  }
}
#f_ec > div > div > p {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #f_ec > div > div > p {
    width: 100%;
    padding-bottom: 2em;
  }
}
#f_ec > div > div > p > span {
  display: block;
  font-size: 0.95em;
}
@media screen and (max-width: 768px) {
  #f_ec > div > div > p > span {
    font-size: 1.8em;
    line-height: 2em;
  }
}
#f_ec > div > div > p > strong {
  font-weight: 400;
  font-size: 0.85em;
}
@media screen and (max-width: 768px) {
  #f_ec > div > div > p > strong {
    font-size: 1.2em;
  }
}

#f_nav {
  display: flex;
  max-width: 1300px;
  margin: 0 auto 51em;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 2.5em;
}
@media screen and (max-width: 768px) {
  #f_nav {
    flex-direction: column-reverse;
    align-content: stretch;
    justify-content: flex-start;
    margin: 0 auto 17em;
  }
}
#f_nav > h2 {
  width: 11.8em;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #f_nav > h2 {
    width: 100%;
    padding: 10em 5em 0;
  }
}
#f_nav > ul {
  display: flex;
  flex-wrap: wrap;
  width: 20em;
}
@media screen and (max-width: 768px) {
  #f_nav > ul {
    width: 100%;
  }
}
#f_nav > ul > li {
  width: 50%;
  padding: 0.75em 0;
}
#f_nav > ul > li > a {
  display: block;
}
@media screen and (max-width: 768px) {
  #f_nav > ul > li {
    font-size: 1.8em;
  }
}
#f_nav > ul > li:nth-child(1) > a {
  width: 7.225em;
}
#f_nav > ul > li:nth-child(2) > a {
  width: 5.1em;
}
#f_nav > ul > li:nth-child(3) > a {
  width: 7.525em;
}
#f_nav > ul > li:nth-child(4) > a {
  width: 3.775em;
}
#f_nav > ul > li:nth-child(5) > a {
  width: 5.6em;
}
#f_nav > ul > li:nth-child(6) > a {
  width: 8.375em;
}
#f_nav > ul > li:nth-child(7) > a {
  width: 5.225em;
}
#f_nav > ul > li:nth-child(8) > a {
  width: 8.275em;
}

#f_footer > span {
  display: block;
  text-align: center;
  font-size: 1.05em;
  line-height: 1.8em;
}
#f_footer > h3 {
  padding: 4em;
  text-align: center;
}
#f_footer > h3 > span {
  font-size: 1.3em;
  font-weight: 400;
}
#f_footer > p {
  padding-bottom: 4em;
  width: 13.625em;
  margin: 0 auto;
}

/***************************************************************
 *
 * 				 下層ページ
 *
***************************************************************/
header#pgh {
  padding-bottom: 8em;
}
@media screen and (max-width: 768px) {
  header#pgh {
    padding-bottom: 4em;
  }
}
header#pgh > h1 {
  width: 11.8em;
  padding: 3.25em 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header#pgh > h1 {
    padding: 2em 0 0;
  }
}
header#pgh > nav {
  position: absolute;
  top: 3em;
  right: 5em;
  width: 19em;
}
@media (max-width: 1500px) {
  header#pgh > nav {
    right: 2em;
  }
}
@media screen and (max-width: 768px) {
  header#pgh > nav {
    display: none;
  }
}
header#pgh > nav > ul {
  display: flex;
  flex-wrap: wrap;
}
header#pgh > nav > ul > li {
  width: 50%;
  padding: 0.075em 0;
}
header#pgh > nav > ul > li > a {
  display: block;
}
header#pgh > nav > ul > li:nth-child(1) > a {
  width: 7.225em;
}
header#pgh > nav > ul > li:nth-child(2) > a {
  width: 5.1em;
}
header#pgh > nav > ul > li:nth-child(3) > a {
  width: 7.525em;
}
header#pgh > nav > ul > li:nth-child(4) > a {
  width: 3.775em;
}
header#pgh > nav > ul > li:nth-child(5) > a {
  width: 5.6em;
}
header#pgh > nav > ul > li:nth-child(6) > a {
  width: 8.375em;
}
header#pgh > nav > ul > li:nth-child(7) > a {
  width: 5.225em;
}
header#pgh > nav > ul > li:nth-child(8) > a {
  width: 8.275em;
}
header#pgh > p {
  position: absolute;
  z-index: 2;
  top: 5em;
  left: 6.5em;
  width: 1em;
  height: 28em;
}
@media (max-width: 1600px) {
  header#pgh > p {
    left: 2em;
  }
}
@media (max-width: 1400px) {
  header#pgh > p {
    display: none;
  }
}
header#pgh > p > img {
  width: 1em;
}
header#pgh > p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 13em;
  border-left: 1px solid #000;
  transform: scaleY(0);
  transform-origin: top;
  animation: lineGrowShrink 2.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  header#pgh > p::after {
    height: 11em;
  }
}
header#pgh > p.sp_none {
  display: none;
}
header#pgh > a {
  display: flex;
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 17.5em;
  right: 0;
  width: 3em;
  height: 13em;
  background: #000;
}
@media screen and (max-width: 768px) {
  header#pgh > a {
    top: 12em;
    width: 2em;
    height: 13em;
  }
}
header#pgh > a > img {
  width: 0.85em;
  height: 10.625em;
}
@media screen and (max-width: 768px) {
  header#pgh > a > img {
    width: 0.85em;
    height: 10.625em;
  }
}
header#pgh > a.sp_none {
  display: none;
}

/***************************************************************
 *
 * 				 会社概要
 *
***************************************************************/
#com_header {
  max-width: 1300px;
  margin: 0 auto;
  z-index: 1;
}
#com_header > h1 {
  margin-bottom: -4em;
  z-index: 2;
  padding: 0 0 0 1em;
}
#com_header > h1 > span {
  font-size: 2.5em;
  line-height: 1.6em;
}
#com_header > span {
  display: block;
  z-index: 1;
  padding: 0 3em;
  margin-bottom: -1.8em;
}
#com_header > h2 {
  z-index: 2;
  padding: 0 0 0 1em;
  top: -2em;
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 768px) {
  #com_header > h2 {
    text-align: right;
    top: -10em;
  }
}
#com_header > h2 > img {
  width: 43.2em;
}
@media screen and (max-width: 768px) {
  #com_header > h2 > img {
    width: 75%;
  }
}
#com_header > h3 {
  padding: 4em 3em;
}
@media screen and (max-width: 768px) {
  #com_header > h3 {
    padding: 2em 2em 2em 3em;
  }
}
#com_header > h3 > span {
  font-size: 1.5em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #com_header > h3 > span {
    font-size: 2.2em;
    line-height: 1.8em;
  }
}
#com_header > p {
  padding: 0 3em 4em;
}
@media screen and (max-width: 768px) {
  #com_header > p {
    padding: 0 1em 4em 3em;
  }
}
#com_header > p > span {
  font-size: 1.1em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #com_header > p > span {
    font-size: 1.5em;
    line-height: 2.2em;
  }
}

#com_group {
  max-width: 1300px;
  margin: 0 auto 13em;
  padding: 11em 0 0 3em;
}
@media screen and (max-width: 768px) {
  #com_group {
    padding: 11em 0 0;
  }
}
#com_group > span {
  position: absolute;
  z-index: 0;
  display: block;
  width: 36em;
  height: 36em;
  top: 0;
  right: -9em;
}
#com_group > h2 {
  width: 37.55em;
}
@media screen and (max-width: 768px) {
  #com_group > h2 {
    width: 100%;
    padding: 0 1em;
  }
}

#com_service {
  z-index: 1;
  padding-left: calc( (100vw - 1300px) / 4);
  padding-right: calc( (100vw - 1300px) / 4);
}
@media screen and (max-width: 1300px) {
  #com_service {
    padding: 0 1em;
  }
}
#com_service > h2 {
  z-index: 1;
  width: 37.3em;
  top: 2.5em;
  margin: 0 auto;
  mix-blend-mode: hard-light;
}
@media screen and (max-width: 768px) {
  #com_service > h2 {
    width: 95%;
  }
}
#com_service > div {
  background: #FFF;
  border-radius: 0 0 0 2em;
  padding: 8em 1em 4em;
  z-index: 0;
}
#com_service > div > h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1300px;
  margin: 0 auto 4.5em;
}
#com_service > div > h3 > strong {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #com_service > div > h3 > strong {
    font-size: 1.6em;
    line-height: 1.6em;
  }
}
#com_service > div > h3 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15em;
}
@media screen and (max-width: 768px) {
  #com_service > div > h3 > span {
    width: 10em;
  }
}
#com_service > div > h3 > span::after {
  content: "";
  display: block;
  width: 80%;
  border-top: 1px solid #2e2e2e;
}
#com_service > div > ul,
#com_service > div > ol {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#com_service > div > ul > li,
#com_service > div > ol > li {
  width: 31%;
  margin-right: 2.3%;
  padding-bottom: 3.5em;
}
@media screen and (max-width: 768px) {
  #com_service > div > ul > li,
  #com_service > div > ol > li {
    width: 48%;
    margin-right: 2%;
  }
}
#com_service > div > ul > li > span,
#com_service > div > ol > li > span {
  display: block;
  border: 1px solid #2e2e2e;
  margin-bottom: 1em;
}
#com_service > div > ul > li > span > img,
#com_service > div > ol > li > span > img {
  width: 100%;
}
#com_service > div > ul > li > h4,
#com_service > div > ol > li > h4 {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #com_service > div > ul > li > h4,
  #com_service > div > ol > li > h4 {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#com_service > div > ul > li > a,
#com_service > div > ol > li > a {
  display: block;
  border-radius: 1em/50%;
  padding: 0.3em;
  text-align: center;
  border: 1px solid #000;
  margin: 1em 1em;
}
#com_service > div > ul > li > a > span,
#com_service > div > ol > li > a > span {
  font-size: 0.9em;
}
#com_service > div > ul > li > a::after,
#com_service > div > ol > li > a::after {
  content: "＞";
  display: block;
  position: absolute;
  top: 0.3em;
  right: 1em;
}
#com_service > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48em;
  margin: 6em auto 0;
  padding: 1.5em 0;
  background: #000;
}
@media screen and (max-width: 768px) {
  #com_service > div > a {
    display: block;
    width: 90%;
    text-align: center;
  }
}
#com_service > div > a > strong {
  color: #FFF;
  font-size: 1.7em;
  font-weight: 400;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #com_service > div > a > strong {
    display: block;
    font-size: 2em;
    line-height: 2em;
    margin-right: 0;
  }
}
#com_service > div > a > span {
  color: #FFF;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  #com_service > div > a > span {
    display: block;
    padding-bottom: 1em;
  }
}

#com_banner {
  z-index: 0;
  width: 100vw;
  height: 40em;
  top: -19em;
  margin-bottom: -19em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#com_banner > img {
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #com_banner > img {
    max-width: none;
    width: auto;
    height: 100vh;
  }
}

#com_desc {
  padding: 10em 0;
}
@media screen and (max-width: 768px) {
  #com_desc {
    padding: 10em 1em;
  }
}
#com_desc > h2 {
  position: absolute;
  width: 15em;
  height: 10em;
  padding: 0 0 0 1em;
  top: 10em;
  left: calc( (100vw - 1300px) / 2);
}
@media screen and (max-width: 768px) {
  #com_desc > h2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    top: 0;
    left: 0;
    margin-bottom: 3em;
  }
}
#com_desc > h2 > span {
  display: block;
  font-weight: 400;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #com_desc > h2 > span {
    font-size: 1.4em;
  }
}
#com_desc > h2 > strong {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  #com_desc > h2 > strong {
    font-size: 3em;
  }
}
#com_desc > ul {
  padding-left: calc( ((100vw - 1300px) / 2) + 15em);
}
#com_desc > ul > li {
  padding-right: calc((100vw - 1300) / 2);
  border-top: 1px solid #2e2e2e;
  padding: 1em 0;
}
#com_desc > ul > li:last-child {
  border-bottom: 1px solid #2e2e2e;
}
#com_desc > ul > li > div {
  display: flex;
}
#com_desc > ul > li > div > h3 {
  width: 18%;
  text-align: center;
}
#com_desc > ul > li > div > h3 > span {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #com_desc > ul > li > div > h3 > span {
    font-size: 1em;
  }
}
#com_desc > ul > li > div > p {
  width: 82%;
  font-size: 1.2em;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #com_desc > ul > li > div > p {
    font-size: 1em;
  }
}

#com_hyst {
  padding-bottom: 20em;
}
#com_hyst > img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#com_hyst > img:nth-child(1) {
  width: 13.125em;
  height: 59.5em;
  top: 34em;
  transform: translateX(-44em);
}
#com_hyst > img:nth-child(2) {
  width: 13.125em;
  height: 43.975em;
  top: 140em;
  transform: translateX(44em);
}
#com_hyst > div {
  max-width: 1300px;
  margin: 0 auto;
}
#com_hyst > div > p {
  font-size: 1.1em;
  line-height: 1.8em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #com_hyst > div > p {
    font-size: 1.4em;
  }
  #com_hyst > div > p > br {
    display: none;
  }
}
#com_hyst > div > h3 {
  font-size: 1.5em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #com_hyst > div > h3 {
    font-size: 2em;
  }
}
#com_hyst > div:nth-child(3) {
  padding: 0 0 3em 2em;
}
@media screen and (max-width: 768px) {
  #com_hyst > div:nth-child(3) {
    padding: 0 1em 3em;
  }
}
#com_hyst > div:nth-child(4) {
  left: -2em;
  display: flex;
  margin-bottom: 14em;
}
@media screen and (max-width: 768px) {
  #com_hyst > div:nth-child(4) {
    flex-direction: column-reverse;
    left: 0;
  }
}
#com_hyst > div:nth-child(4) > span {
  width: 42%;
}
@media screen and (max-width: 768px) {
  #com_hyst > div:nth-child(4) > span {
    width: 100%;
    height: 50vw;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
}
#com_hyst > div:nth-child(4) > div {
  width: 58%;
  padding: 2em 0 0 2em;
}
@media screen and (max-width: 768px) {
  #com_hyst > div:nth-child(4) > div {
    width: 100%;
    padding: 2em 1em;
  }
}
#com_hyst > div:nth-child(4) > div > p {
  font-size: 1.1em;
  line-height: 1.8em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #com_hyst > div:nth-child(4) > div > p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  #com_hyst > div:nth-child(4) > div > h3 {
    font-size: 2em;
    line-height: 1.8em;
  }
}
#com_hyst > div#com_hyst_line > img {
  position: absolute;
  right: 0;
  top: 40em;
  width: 21.6em;
  height: 16.2em;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #com_hyst > div#com_hyst_line > img {
    top: 60em;
  }
}
#com_hyst > div#com_hyst_line > h5 {
  z-index: 1;
  margin: 0 0 4em 2em;
}
@media screen and (max-width: 768px) {
  #com_hyst > div#com_hyst_line > h5 {
    margin: 0 0 4em 1em;
  }
}
#com_hyst > div#com_hyst_line > h5 > span {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #com_hyst > div#com_hyst_line > h5 > span {
    font-size: 2em;
  }
}
#com_hyst > div#com_hyst_line > div {
  z-index: 1;
  margin: 0 0 0 4em;
  padding: 1px 0 6em 4em;
}
#com_hyst > div#com_hyst_line > div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #000;
  transform: scaleY(0);
  transform-origin: top;
  animation: lineGrowShrink 8s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  #com_hyst > div#com_hyst_line > div {
    margin: 0 0 0 1em;
    padding: 1px 0 6em 1em;
  }
}
#com_hyst > div#com_hyst_line > div > h4 {
  font-size: 1.5em;
  line-height: 1.8em;
  margin-top: 4em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #com_hyst > div#com_hyst_line > div > h4 {
    font-size: 1.8em;
  }
}
#com_hyst > div#com_hyst_line > div > p {
  font-size: 1.1em;
  line-height: 1.8em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #com_hyst > div#com_hyst_line > div > p {
    font-size: 1.4em;
  }
  #com_hyst > div#com_hyst_line > div > p > br {
    display: none;
  }
  #com_hyst > div#com_hyst_line > div > p:nth-child(4) {
    margin-bottom: 15em;
  }
}

/***************************************************************
 *
 * 				 メッセージ
 *
***************************************************************/
#mes_header {
  max-width: 1300px;
  margin: 0 auto;
  z-index: 1;
}
#mes_header > h1 {
  margin-bottom: -4em;
  z-index: 2;
  padding: 0 0 0 1em;
}
#mes_header > h1 > span {
  font-size: 2.5em;
  line-height: 1.6em;
}
#mes_header > span {
  display: block;
  z-index: 1;
  padding: 0 3em;
  margin-bottom: -1.8em;
}
#mes_header > h2 {
  z-index: 2;
  padding: 0 0 0 1em;
  top: -2em;
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 768px) {
  #mes_header > h2 {
    text-align: right;
    top: -10em;
  }
}
#mes_header > h2 > img {
  width: 49.375em;
}
@media screen and (max-width: 768px) {
  #mes_header > h2 > img {
    width: 75%;
  }
}
#mes_header > p {
  padding: 0 3em 4em;
}
@media screen and (max-width: 768px) {
  #mes_header > p {
    padding: 0 1em 4em 3em;
  }
}
#mes_header > p > span {
  font-size: 1.1em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #mes_header > p > span {
    font-size: 1.5em;
    line-height: 2.2em;
  }
}

#mes_pres {
  max-width: 1300px;
  margin: 0 auto 7em;
  padding: 0 0 2em 2em;
}
#mes_pres::after {
  content: "";
  display: block;
  position: absolute;
  top: 3em;
  left: 4em;
  height: calc( 100% - 3em );
  border-left: 1px solid #000;
  transform: scaleY(0);
  transform-origin: top;
  animation: lineGrowShrink 8s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  #mes_pres::after {
    top: 34em;
    height: calc( 100% - 36em );
  }
}
@media screen and (max-width: 768px) {
  #mes_pres {
    margin: 0 0 0 1em;
    padding: 32em 0 2em 1em;
  }
}
#mes_pres > span {
  width: 35em;
  height: 40em;
  position: absolute;
  right: 0em;
  top: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mes_pres > span > img {
  height: 60em;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 768px) {
  #mes_pres > span {
    width: 90%;
    height: 30em;
    left: 0;
    margin: 0 auto;
  }
}
#mes_pres > h2 {
  margin: 0 0 9em;
}
#mes_pres > h2 > span {
  font-weight: 400;
}
#mes_pres > h3 {
  padding-left: 6em;
  margin-bottom: 2.5em;
}
#mes_pres > h3 > span {
  font-size: 1.2em;
  font-weight: 400;
}
#mes_pres > h1 {
  padding-left: 6em;
  margin-bottom: 8em;
}
#mes_pres > h1 > span {
  display: block;
  font-size: 2em;
  line-height: 1.6em;
}
#mes_pres > h5 {
  padding-left: 6em;
  margin-bottom: 1em;
}
#mes_pres > h5 > span {
  display: block;
  font-size: 1.2em;
  line-height: 1.6em;
}
#mes_pres > h4 {
  padding-left: 6em;
}
#mes_pres > h4 > span {
  font-size: 2em;
  line-height: 1.6em;
}
#mes_pres > p {
  padding-left: 6.2em;
}
#mes_pres > p > span {
  font-size: 1.1em;
  font-weight: 600;
}

#mes_main {
  max-width: 1300px;
  margin: 0 auto;
}
#mes_main > div {
  display: flex;
  padding: 0 2em;
  margin-bottom: 5em;
  justify-content: space-between;
  align-items: center;
}
#mes_main > div > span {
  display: block;
  width: 40%;
}
#mes_main > div > div {
  width: 58%;
  padding: 2em 0 0;
}
#mes_main > div > div > h3 {
  padding: 0 0 0 3em;
  margin-bottom: 2em;
}
#mes_main > div > div > h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 1.5em;
  border-top: 1px solid #000;
}
#mes_main > div > div > h3 > span {
  font-size: 1.2em;
  line-height: 1.4em;
}
#mes_main > div > div > p {
  margin-bottom: 2em;
}
#mes_main > div > div > p > span {
  font-size: 1em;
  line-height: 1.5em;
}
#mes_main > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 28em;
  overflow: hidden;
}
#mes_main > h3 {
  padding: 0 0 0 3em;
  margin: 2em 0 0;
}
#mes_main > h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 1.5em;
  border-top: 1px solid #000;
}
#mes_main > h3 > span {
  font-size: 1.2em;
  line-height: 1.4em;
}
#mes_main > div#mes_main_two > div {
  width: 48%;
}

#mes_group {
  z-index: 1;
  padding-left: calc( (100vw - 1300px) / 4);
  padding-right: calc( (100vw - 1300px) / 4);
}
@media screen and (max-width: 1300px) {
  #mes_group {
    padding: 0 1em;
  }
}
#mes_group > div {
  background: #FFF;
  border-radius: 0 0 0 2em;
  padding: 4em 1em 4em;
  z-index: 0;
}
#mes_group > div > h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1300px;
  margin: 0 auto 1em;
}
#mes_group > div > h2 > strong {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #mes_group > div > h2 > strong {
    font-size: 1.6em;
    line-height: 1.6em;
  }
}
#mes_group > div > h2 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15em;
}
@media screen and (max-width: 768px) {
  #mes_group > div > h2 > span {
    width: 10em;
  }
}
#mes_group > div > h2 > span::after {
  content: "";
  display: block;
  width: 80%;
  border-top: 1px solid #2e2e2e;
}
#mes_group > div > ol {
  display: flex;
  max-width: 1300px;
  margin: 0 auto 10em;
}
#mes_group > div > ol > li {
  width: 25%;
  padding: 0 2em;
}
#mes_group > div > ol > li > span {
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
#mes_group > div > ol > li > h3 {
  font-size: 1.2em;
  font-weight: 400;
  padding: 0.5em 0;
  text-align: center;
}
#mes_group > div > div {
  display: flex;
  max-width: 1300px;
  margin: 0 auto 4em;
  padding: 2em 0 0;
  align-items: center;
}
#mes_group > div > div > span {
  width: 30%;
  display: block;
}
#mes_group > div > div > div {
  width: 70%;
  padding: 0 2em;
}
#mes_group > div > div > div > h3 {
  margin-bottom: 3em;
}
#mes_group > div > div > div > h3 > span {
  font-weight: 400;
  display: block;
  margin-bottom: 1em;
}
#mes_group > div > div > div > h3 > strong {
  font-size: 1.2em;
  line-height: 1.6em;
}
#mes_group > div > div > div > p > span {
  line-height: 1.6em;
}
#mes_group > div > ul {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#mes_group > div > ul > li {
  width: 33.3333%;
  padding: 0 2em;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  #mes_group > div > ul > li {
    width: 50%;
  }
}
#mes_group > div > ul > li > span {
  display: block;
  width: 75%;
  margin: 0 auto 0.4em;
  border-radius: 50%;
  overflow: hidden;
}
#mes_group > div > ul > li > h4 {
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 0.6em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mes_group > div > ul > li > h4 {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#mes_group > div > ul > li > h5 {
  font-weight: 800;
  font-size: 1.2em;
  margin-bottom: 1em;
  text-align: center;
}
#mes_group > div > ul > li > p {
  margin-bottom: 2em;
}
#mes_group > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48em;
  margin: 6em auto 0;
  padding: 1.5em 0;
  background: #000;
}
@media screen and (max-width: 768px) {
  #mes_group > div > a {
    display: block;
    width: 90%;
    text-align: center;
  }
}
#mes_group > div > a > strong {
  color: #FFF;
  font-size: 1.7em;
  font-weight: 400;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #mes_group > div > a > strong {
    display: block;
    font-size: 2em;
    line-height: 2em;
    margin-right: 0;
  }
}
#mes_group > div > a > span {
  color: #FFF;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  #mes_group > div > a > span {
    display: block;
    padding-bottom: 1em;
  }
}

/***************************************************************
 *
 * 				 リクルート
 *
***************************************************************/
#recruit_header {
  max-width: 1300px;
  margin: 0 auto;
  z-index: 1;
}
#recruit_header > h1 {
  margin-bottom: -1.5em;
  z-index: 2;
  padding: 0 0 0 1em;
}
#recruit_header > h1 > span {
  font-size: 2.5em;
  line-height: 1.6em;
}
#recruit_header > span {
  display: flex;
  align-items: center;
  z-index: 1;
  padding: 0 3em;
  height: 20em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #recruit_header > span {
    height: 30em;
  }
}

#recruit_menu {
  padding: 2.5em 0 7em;
}
#recruit_menu > h2 {
  max-width: 1300px;
  margin: 0 auto 1em;
  padding: 0 1em;
}
#recruit_menu > div {
  border-top: 1px solid #c8c7c6;
  border-bottom: 1px solid #c8c7c6;
}
#recruit_menu > div > div {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1em;
}
#recruit_menu > div > div > ul {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #recruit_menu > div > div > ul {
    text-align: center;
  }
}
#recruit_menu > div > div > ul > li {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #recruit_menu > div > div > ul > li {
    font-size: 1.1rem;
  }
}
#recruit_menu > div > div > ul > li > a {
  display: block;
  padding: 1.2em;
}
#recruit_menu > div > div > ul > li.rcr_now > a,
#recruit_menu > div > div > ul > li:hover > a {
  background: #000;
}
#recruit_menu > div > div > ul > li.rcr_now > a > span,
#recruit_menu > div > div > ul > li:hover > a > span {
  color: #FFF;
}

.recruit_wrap {
  max-width: 1300px;
  margin: 0 auto 10em;
  padding: 0 1em;
}
.recruit_wrap > h1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 5em;
}
.recruit_wrap > h1 > strong {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .recruit_wrap > h1 > strong {
    font-size: 1.6em;
    line-height: 1.6em;
  }
}
.recruit_wrap > h1 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15em;
}
@media screen and (max-width: 768px) {
  .recruit_wrap > h1 > span {
    width: 18em;
  }
}
.recruit_wrap > h1 > span::after {
  content: "";
  display: block;
  width: 80%;
  border-top: 1px solid #2e2e2e;
}
@media screen and (max-width: 768px) {
  .recruit_wrap > h1 {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .recruit_wrap > h1 > strong:nth-child(1) {
    width: 100%;
  }
}
.recruit_wrap div.prn_header {
  display: flex;
}
@media screen and (max-width: 768px) {
  .recruit_wrap div.prn_header {
    display: block;
  }
}
.recruit_wrap div.prn_header > div:first-child {
  width: 50%;
  padding-right: 2em;
}
@media screen and (max-width: 768px) {
  .recruit_wrap div.prn_header > div:first-child {
    width: 70%;
    margin: 0 auto 3em;
    padding-right: 0;
  }
}
.recruit_wrap div.prn_header > div:first-child > span {
  display: block;
  border: 1px solid #000;
}
.recruit_wrap div.prn_header > div:first-child > strong {
  position: absolute;
  top: -2em;
  left: 1em;
  width: 5em;
  height: 5em;
  border-radius: 5em;
  background: #ff5409;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0.2em;
}
.recruit_wrap div.prn_header > div:first-child > strong > span {
  color: #FFF;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1.1em;
}
.recruit_wrap div.prn_header > div:last-child {
  width: 50%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .recruit_wrap div.prn_header > div:last-child {
    width: 100%;
  }
}
.recruit_wrap div.prn_header > div:last-child > h2 {
  margin: 0 0 2em;
}
.recruit_wrap div.prn_header > div:last-child > h2 > span {
  font-size: 1.5em;
  line-height: 1.4em;
}
.recruit_wrap div.prn_header > div:last-child > ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
.recruit_wrap div.prn_header > div:last-child > ul > li > span {
  font-size: 1.1em;
  line-height: 2.2em;
}
.recruit_wrap div.prn_header > div:last-child > a {
  display: block;
  width: 25em;
  border: 1px solid #000;
  border-radius: 2em/50%;
  background-color: #FFF;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 2em;
}
.recruit_wrap div.prn_header > div:last-child > a > span {
  font-size: 1.1em;
}
.recruit_wrap div.prn_header > div:last-child > div {
  display: flex;
  justify-content: space-between;
}
.recruit_wrap div.prn_header > div:last-child > div > a {
  display: flex;
  justify-content: space-between;
  width: 46%;
  background: #000;
  padding: 0.6em 0.5em 0.7em;
}
.recruit_wrap div.prn_header > div:last-child > div > a > span {
  font-size: 1.1em;
  color: #FFF;
}
.recruit_wrap div.prn_header > div:last-child > div > a > strong {
  font-size: 1.1em;
  color: #FFF;
}

.recruit_wrap#recruit_wrap_new {
  margin: 0 auto 3em;
}

.recruit_wrap#recruit_wrap_mid > div.prn_header > div:first-child > strong {
  background: #6ecffc;
}

.recruit_wrap#recruit_wrap_part > div.prn_header > div:first-child > strong {
  text-align: center;
  width: 7em;
  height: 7em;
  border-radius: 7em;
  background: #7c9c7c;
}

.recruit_curr {
  max-width: 1300px;
  margin: 0 auto 10em;
  padding: 0 1em;
}
.recruit_curr > h2 {
  padding: 0 0 0 3em;
  top: 3.5em;
  z-index: 2;
  font-weight: 400;
}
.recruit_curr > h2 > strong {
  display: block;
  font-size: 3em;
  line-height: 1.6em;
}
.recruit_curr > div {
  background: #FFF;
  padding: 6em 3em 3em;
}

#recruit_staff {
  margin: 10em 0;
}
#recruit_staff > h2 {
  width: 41.775em;
  margin: 0 auto 4em;
}
@media screen and (max-width: 768px) {
  #recruit_staff > h2 {
    width: 98%;
  }
}
#recruit_staff > div li.recruit_s_li {
  padding: 0 1em;
}
#recruit_staff > div li.recruit_s_li > a {
  display: block;
}
#recruit_staff > div li.recruit_s_li > a > span {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #2e2e2e;
  aspect-ratio: 1 / 1.25;
}
#recruit_staff > div li.recruit_s_li > a > span > img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
#recruit_staff > div li.recruit_s_li > a > h5 {
  font-size: 0.9em;
  line-height: 2em;
  font-weight: 400;
}
#recruit_staff > div li.recruit_s_li > a > h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
}
#recruit_staff > div li.recruit_s_li > a > h4 {
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 400;
}

/***************************************************************
 *
 * 				 インタビュー
 *
***************************************************************/
#staff_body {
  margin-left: calc( ((100vw - 1300px) / 4) + 1em);
  margin-right: calc( ((100vw - 1300px) / 4) + 1em);
  background: #FFF;
  border-radius: 1em;
  margin-bottom: 10em;
}
@media screen and (max-width: 1300px) {
  #staff_body {
    margin: 0 1em;
  }
}
#staff_body > div {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5em 1em 5em;
}
#staff_body > div > span {
  display: block;
  width: 25.675em;
  position: absolute;
  top: -3.5em;
  left: 1em;
  mix-blend-mode: hard-light;
  z-index: 2;
}
#staff_body > div > div:nth-child(2) {
  display: flex;
  align-items: flex-end;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #staff_body > div > div:nth-child(2) {
    flex-direction: column-reverse;
    align-items: center;
    padding: 5em 0 0;
  }
}
#staff_body > div > div:nth-child(2) > div {
  width: 50%;
  padding: 0 5em 0 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #staff_body > div > div:nth-child(2) > div {
    width: 65%;
    padding: 2em 1em 0;
    text-align: left;
  }
}
#staff_body > div > div:nth-child(2) > div > h5 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 0.4em;
}
#staff_body > div > div:nth-child(2) > div > h4 {
  font-size: 2.25em;
  line-height: 1em;
  margin-bottom: 0.8em;
}
#staff_body > div > div:nth-child(2) > div > h3 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.8em;
}
#staff_body > div > div:nth-child(2) > span {
  width: 50%;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  #staff_body > div > div:nth-child(2) > span {
    width: 65%;
  }
}
#staff_body > div > div:nth-child(2) > span > strong {
  border: 1px solid #000;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1.6;
}
#staff_body > div > div:nth-child(2) > span > strong > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#staff_body > div > div:nth-child(3) {
  padding: 4em 0 0;
}

/***************************************************************
 *
 * 				 blog
 *
***************************************************************/
#blog_menu {
  padding: 4em 0;
}
#blog_menu > div {
  border-top: 1px solid #c8c7c6;
  border-bottom: 1px solid #c8c7c6;
}
#blog_menu > div > div {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1em;
}
#blog_menu > div > div > ul {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #blog_menu > div > div > ul {
    text-align: center;
  }
}
#blog_menu > div > div > ul > li {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #blog_menu > div > div > ul > li {
    font-size: 1.1rem;
  }
}
#blog_menu > div > div > ul > li > a {
  display: block;
  padding: 1.2em;
}
#blog_menu > div > div > ul > li.rcr_now > a,
#blog_menu > div > div > ul > li:hover > a {
  background: #000;
}
#blog_menu > div > div > ul > li.rcr_now > a > span,
#blog_menu > div > div > ul > li:hover > a > span {
  color: #FFF;
}

#blog_body {
  margin-left: calc( ((100vw - 1300px) / 4) + 1em);
  margin-right: calc( ((100vw - 1300px) / 4) + 1em);
  background: #FFF;
  border-radius: 1em;
  margin-bottom: 10em;
  padding: 5em 0;
}
@media screen and (max-width: 1300px) {
  #blog_body {
    margin: 0 1em;
  }
}
#blog_body > h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1300px;
  margin: 0 auto 5em;
  padding: 0 2em;
}
#blog_body > h2 > strong {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #blog_body > h2 > strong {
    font-size: 1.6em;
    line-height: 1.6em;
  }
}
#blog_body > h2 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15em;
}
@media screen and (max-width: 768px) {
  #blog_body > h2 > span {
    width: 18em;
  }
}
#blog_body > h2 > span::after {
  content: "";
  display: block;
  width: 80%;
  border-top: 1px solid #2e2e2e;
}
#blog_body > div {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  #blog_body > div {
    padding: 0 1em;
  }
}

#blog_body_meta {
  padding-bottom: 4em;
}
#blog_body_meta > h4 {
  color: #ff5409;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.4em;
  margin-bottom: 1em;
  padding-left: 0.5em;
}
#blog_body_meta > h4 > a {
  color: #ff5409;
}
#blog_body_meta > h1 {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  line-height: 1.3em;
}
#blog_body_meta > h3 {
  font-weight: 400;
  font-size: 0.9em;
}

/***************************************************************
 *
 * 				 ミライの理美容師
 *
***************************************************************/
#next_header {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2em;
}
#next_header > span {
  display: block;
}
#next_header > h2 {
  width: 41.45em;
  top: -4em;
  mix-blend-mode: color-burn;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #next_header > h2 {
    width: 95%;
    left: -1em;
  }
}

#next_lead {
  max-width: 1300px;
  margin: 0 auto 6em;
}
@media screen and (max-width: 768px) {
  #next_lead {
    padding-bottom: 10em;
  }
}
#next_lead > span {
  position: absolute;
  display: block;
  width: 35em;
  height: 35em;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-28em);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #next_lead > span {
    transform: none;
    top: auto;
    bottom: 0;
    width: 25em;
    height: 15em;
    left: auto;
    display: flex;
    align-items: center;
  }
  #next_lead > span > img {
    width: 100%;
  }
}
#next_lead > div {
  width: 50%;
  min-height: 35em;
  margin: 0 0 0 auto;
  padding: 5em 0 0 3em;
}
@media screen and (max-width: 768px) {
  #next_lead > div {
    width: 100%;
    min-height: inherit;
    padding: 5em 0 0 1em;
  }
}
#next_lead > div > h2 {
  margin-bottom: 3em;
}
#next_lead > div > h2 > span {
  font-size: 1.6em;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #next_lead > div > h2 > span {
    font-size: 2em;
  }
}
#next_lead > div > p {
  font-size: 1.1em;
  line-height: 2.2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #next_lead > div > p {
    font-size: 1.4em;
  }
}

#next_reason {
  z-index: 1;
}
#next_reason > h2 {
  width: 22.15em;
  margin: 0 auto;
  top: 2em;
  z-index: 2;
}
#next_reason > div {
  width: calc( 1300px - 2em );
  margin: 0 auto;
  background: #FFF;
  border-radius: 1em;
  padding-bottom: 10em;
}
@media screen and (max-width: 768px) {
  #next_reason > div {
    width: 95%;
  }
}
#next_reason > div > h3 {
  padding: 5em 0;
  text-align: center;
}
#next_reason > div > h3 > span {
  font-size: 1.8em;
  line-height: 1.6em;
}
#next_reason > div > ul {
  padding: 0 7%;
}
@media screen and (max-width: 768px) {
  #next_reason > div > ul {
    padding: 0 0.8em;
  }
}
#next_reason > div > ul > li {
  display: flex;
  padding: 2em 1em;
  border-top: 1px solid #000;
}
#next_reason > div > ul > li > span {
  display: block;
  width: 2.7em;
}
#next_reason > div > ul > li > strong {
  display: block;
  width: calc( 100% - 2.7em );
  font-size: 1.25em;
  line-height: 1.6em;
  font-weight: 400;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #next_reason > div > ul > li > strong {
    font-size: 1.5em;
  }
}
#next_reason > div > ul > li:last-child {
  border-bottom: 1px solid #000;
}

#next_bg {
  top: -30em;
  margin-bottom: -30em;
  z-index: 0;
  height: 45em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#next_bg > img {
  min-height: 55em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #next_bg > img {
    height: 55em;
    width: 55em;
    max-width: none;
  }
}

#next_voice {
  display: flex;
  padding-bottom: 5em;
  top: -14em;
  margin-bottom: -14em;
  /* div#tpg_wrap */
}
#next_voice > h3 {
  width: 5em;
  display: flex;
  padding: 0 0 5em 1em;
  align-items: flex-end;
}
#next_voice > h3 > img {
  width: 1.375em;
}
@media screen and (max-width: 768px) {
  #next_voice > h3 {
    width: 3em;
  }
}
#next_voice > div {
  width: calc( 100% - 5em );
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #next_voice > div {
    width: calc( 100% - 3em );
  }
}
#next_voice > div > div {
  overflow: hidden;
  padding: 8em 0 0;
}
#next_voice > div > div.dragg::after {
  pointer-events: none;
  content: "";
  position: absolute;
  display: block;
  width: 6em;
  height: 6em;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  background: url("img/071.png") no-repeat center center/auto 60% rgba(0, 0, 0, 0.6);
  border-radius: 1.5em;
}
@media screen and (max-width: 768px) {
  #next_voice > div > div.dragg::after {
    width: 4em;
    height: 4em;
    top: 55%;
  }
}
#next_voice > div > div > ul {
  display: flex;
  width: max-content;
  padding-bottom: 1px;
  padding-right: 1em;
}
#next_voice > div > div > ul > li {
  width: 20em;
  border: 1px solid #bebebe;
  border-right: none;
  background: #FFF;
  padding: 1em;
}
#next_voice > div > div > ul > li:last-child {
  border-right: 1px solid #bebebe;
}
#next_voice > div > div > ul > li > span {
  display: block;
  padding: 1em;
}
#next_voice > div > div > ul > li > h5 {
  margin-bottom: 0.8em;
}
#next_voice > div > div > ul > li > p {
  font-size: 0.9em;
  line-height: 1.4em;
}

#next_school {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5em 1em;
}
#next_school > h4 {
  width: 21.625em;
  margin: 0 0 4.5em;
}
#next_school > h2 {
  margin-bottom: 2.5em;
  text-align: center;
}
#next_school > h2 > span {
  font-size: 1.8em;
  line-height: 1.6em;
  font-weight: 400;
}
#next_school > h3 {
  text-align: right;
  margin-bottom: 4.5em;
}
#next_school > h3 > a {
  font-weight: 400;
}
#next_school > div {
  border: 1px solid #000;
  background: #FFF;
  margin-bottom: 5em;
}
#next_school > div > h4 {
  padding: 2em 0 1em 4em;
}
@media screen and (max-width: 768px) {
  #next_school > div > h4 {
    padding: 2em 0 1em 1em;
  }
}
#next_school > div > h4 > span {
  font-size: 2em;
  font-weight: 500;
  color: #ff5409;
}
#next_school > div > h2 {
  padding: 0 0 1.5em 4em;
}
@media screen and (max-width: 768px) {
  #next_school > div > h2 {
    padding: 0 0 1.5em 1em;
  }
}
#next_school > div > h2 > span {
  font-size: 1.6em;
  font-weight: 400;
}
#next_school > div > h3 {
  top: -3em;
  margin-bottom: -1.3em;
  text-align: right;
  padding-right: 2em;
}
@media screen and (max-width: 768px) {
  #next_school > div > h3 {
    top: 0;
    margin-bottom: 1em;
    padding-right: 1em;
  }
}
#next_school > div > h3 > a {
  color: #060606;
  font-weight: 400;
  text-decoration: underline;
}
#next_school > div > div {
  border-top: 1px solid #000;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #next_school > div > div {
    display: block;
    border-top: 2px solid #060606;
  }
}
#next_school > div > div > div:first-child {
  width: 50%;
  border-right: 1px solid #000;
  text-align: center;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #next_school > div > div > div:first-child {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #060606;
  }
}
#next_school > div > div > div:first-child > p {
  font-size: 1.4em;
  line-height: 1.4em;
  padding: 1.5em 0;
}
#next_school > div > div > div:first-child > span {
  display: block;
  width: 21.55em;
  margin: 0 auto;
}
#next_school > div > div > div:last-child {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #next_school > div > div > div:last-child {
    width: 100%;
  }
}
#next_school > div > div > div:last-child > div {
  display: flex;
  padding: 2.5em 1em;
}
#next_school > div > div > div:last-child > div > span {
  width: 48%;
}
#next_school > div > div > div:last-child > div > div {
  padding: 0 1em;
}
#next_school > div > div > div:last-child > div > div > h3 {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 0.8em;
}
#next_school > div > div > div:last-child > div > div > h4 {
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 0.8em;
}
#next_school > div > div > div:last-child > div > div > h5 {
  font-weight: 400;
}
#next_school > div > div > div:last-child > p {
  font-size: 0.9em;
  line-height: 1.6em;
  padding: 0 1.5em 2em;
}
@media screen and (max-width: 768px) {
  #next_school > div > div > div:last-child > p {
    font-size: 1.2em;
  }
}

#next_greet {
  max-width: 1300px;
  margin: 0 auto 15em;
}
#next_greet > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #next_greet > div {
    width: 100%;
    padding: 10em 1em 0;
  }
}
#next_greet > div > h3 {
  margin-bottom: 3em;
}
#next_greet > div > h3 > span {
  font-size: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #next_greet > div > h3 > span {
    font-size: 2em;
    z-index: 2;
  }
}
#next_greet > div > h2 {
  margin-bottom: 2em;
}
#next_greet > div > h2 > span {
  font-size: 1.6em;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #next_greet > div > h2 > span {
    font-size: 1.8em;
    z-index: 2;
  }
}
#next_greet > div > p {
  font-size: 1.1em;
  line-height: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #next_greet > div > p {
    font-size: 1.2em;
    z-index: 2;
  }
}
#next_greet > div > span {
  position: absolute;
  width: 100%;
  top: 0;
  right: -110%;
}
@media screen and (max-width: 768px) {
  #next_greet > div > span {
    width: 50%;
    right: 0;
    z-index: 0;
  }
}

#next_ship {
  margin-left: calc( ((100vw - 1300px) / 2) + 1em);
  background: #FFF;
  border-radius: 1.5em 0 0 0;
  padding: 0 0 0 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #next_ship {
    margin-left: 1em;
  }
}
#next_ship > h2 {
  width: 34.55em;
  top: -2em;
  margin-bottom: 2em;
}
#next_ship > h3 > span {
  font-size: 2em;
  line-height: 2em;
}
#next_ship > p {
  margin-bottom: 3em;
}
#next_ship > p > span {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #next_ship > p > span {
    font-size: 1.4em;
    line-height: 1.6em;
  }
}
#next_ship > span {
  display: block;
  padding: 0 1em 3em 0;
}

#next_course {
  margin-left: calc( ((100vw - 1300px) / 2) + 1em);
  background: #FFF;
  border-radius: 0 0 0 1.5em;
  padding: 3em 0 3em 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #next_course {
    margin-left: 1em;
  }
}
#next_course > h2 {
  margin-bottom: 1em;
}
#next_course > h2 > span {
  font-size: 2em;
}
#next_course > p > span {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #next_course > p > span {
    font-size: 1.4em;
  }
}

/***************************************************************
 *
 * 				 リクルートトップ
 *
***************************************************************/
#rct_header {
  max-width: 1300px;
  margin: 0 auto;
  z-index: 1;
  padding-bottom: 20em;
}
@media screen and (max-width: 768px) {
  #rct_header {
    padding-bottom: 60em;
  }
}
#rct_header > img:nth-child(1) {
  position: absolute;
  width: 30em;
  height: 30em;
  bottom: 30em;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(27em);
}
@media screen and (max-width: 768px) {
  #rct_header > img:nth-child(1) {
    width: 35em;
    height: 35em;
    bottom: 25em;
    transform: translateX(-10em);
  }
}
#rct_header > img:nth-child(2) {
  position: absolute;
  width: 20em;
  height: 20em;
  bottom: 10em;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(14em);
}
@media screen and (max-width: 768px) {
  #rct_header > img:nth-child(2) {
    width: 20em;
    height: 20em;
    bottom: 20em;
    transform: translateX(10em);
  }
}
#rct_header > h1 {
  margin-bottom: 0em;
  z-index: 2;
  padding: 0 0 0 1em;
}
#rct_header > h1 > span {
  font-size: 2.5em;
  line-height: 1.6em;
}
#rct_header > span {
  display: block;
  z-index: 1;
  padding: 0 3em;
  margin-bottom: -1.8em;
}
#rct_header > h2 {
  z-index: 2;
  padding: 0 0 0 1em;
  top: -2em;
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 768px) {
  #rct_header > h2 {
    text-align: right;
    top: -10em;
  }
}
#rct_header > h2 > img {
  width: 43.2em;
}
@media screen and (max-width: 768px) {
  #rct_header > h2 > img {
    width: 85%;
  }
}
#rct_header > h3 {
  padding: 4em 3em;
}
@media screen and (max-width: 768px) {
  #rct_header > h3 {
    padding: 2em 2em 2em 3em;
  }
}
#rct_header > h3 > span {
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #rct_header > h3 > span {
    font-size: 2.2em;
    line-height: 1.8em;
  }
}
#rct_header > p {
  width: 55%;
  padding: 0 3em 4em;
}
@media screen and (max-width: 768px) {
  #rct_header > p {
    width: 100%;
    padding: 0 1em 4em 3em;
  }
}
#rct_header > p > span {
  font-size: 1.1em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #rct_header > p > span {
    font-size: 1.5em;
    line-height: 2.2em;
  }
}

#rct_cond {
  padding: 4em 2em 12em;
}
#rct_cond > span {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rct_cond > span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
#rct_cond > h3 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0 0 10em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #rct_cond > h3 {
    padding: 0;
  }
}
#rct_cond > h3 > span {
  font-size: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #rct_cond > h3 > span {
    font-size: 1.8em;
  }
}
#rct_cond > h2 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0 0 10em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #rct_cond > h2 {
    padding: 0;
  }
}
#rct_cond > h2 > span {
  font-size: 2em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #rct_cond > h2 > span {
    font-size: 2.2em;
  }
}
#rct_cond > ul {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 8rem;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #rct_cond > ul {
    padding: 0;
  }
}
#rct_cond > ul > li {
  font-size: 1rem;
  display: inline-block;
  background: #000;
  padding: 0.5em 1em;
  margin: 0 1em 1em 0;
}
#rct_cond > ul > li > span {
  color: #FFF;
  font-size: 1.6em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #rct_cond > ul > li > span {
    font-size: 1em;
    line-height: 1.6em;
  }
}

#rct_body {
  width: 55em;
  background: #FFF;
  border-radius: 1.5em;
  padding: 3em 2em;
  margin: 0 auto -4em;
  top: -9em;
}
@media screen and (max-width: 768px) {
  #rct_body {
    width: 94%;
  }
}

#rct_work {
  padding: 0 0 5em;
}
#rct_work > h2 {
  max-width: 1300px;
  margin: 0 auto 3.5em;
  padding: 0 2em;
  width: 30.4em;
}
#rct_work > p {
  max-width: 1300px;
  margin: 0 auto 3em;
  padding: 0 2em;
  text-align: center;
}
#rct_work > p > span {
  font-size: 1.4em;
  line-height: 1.8em;
  font-weight: 800;
}

#rct_feature {
  margin-left: calc( ((100% - 1300px) / 2) + 1em );
  border-radius: 0 0 0 2em;
  background: #FFF;
  border-radius: 0 0 0 2em;
}
@media screen and (max-width: 1300px) {
  #rct_feature {
    margin-left: 1em;
  }
}
#rct_feature > div {
  max-width: calc( 1300px - 1em);
  padding: 4em 2em;
}
#rct_feature > div > span {
  position: absolute;
  width: 8.8em;
  height: 36.325em;
  top: 10em;
  right: -8em;
}
#rct_feature > div > h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1300px;
  margin: 0 auto 4.5em;
}
#rct_feature > div > h2 > strong {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #rct_feature > div > h2 > strong {
    font-size: 1.6em;
    line-height: 1.6em;
  }
}
#rct_feature > div > h2 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15em;
}
@media screen and (max-width: 768px) {
  #rct_feature > div > h2 > span {
    width: 10em;
  }
}
#rct_feature > div > h2 > span::after {
  content: "";
  display: block;
  width: 80%;
  border-top: 1px solid #2e2e2e;
}
#rct_feature > div > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #rct_feature > div > ul {
    justify-content: space-between;
  }
}
#rct_feature > div > ul > li {
  width: 30%;
  margin-right: 3.3%;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #rct_feature > div > ul > li {
    width: 48%;
    margin-right: 0;
  }
}
#rct_feature > div > ul > li > h4 {
  font-size: 2.3em;
  line-height: 1.4em;
  color: #ff5409;
}
#rct_feature > div > ul > li > h3 {
  font-size: 1.3em;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}
#rct_feature > div > ul > li > p {
  font-size: 0.95em;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #rct_feature > div > ul > li > p {
    font-size: 1.1em;
    line-height: 1.6em;
  }
}

#rct_support {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10em 1em;
}
#rct_support > h2 {
  width: 52.525em;
  margin: 0 auto 4em;
}
@media screen and (max-width: 768px) {
  #rct_support > h2 {
    width: 98%;
  }
}
#rct_support > h3 {
  margin-bottom: 2em;
  margin-top: 4em;
}
#rct_support > h3 > strong {
  font-size: 2.4em;
  padding-right: 0.6em;
}
@media screen and (max-width: 768px) {
  #rct_support > h3 > strong {
    font-size: 3em;
  }
}
#rct_support > h3 > span {
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  #rct_support > h3 > span {
    font-size: 2em;
  }
}
#rct_support > p {
  margin-bottom: 3em;
}
#rct_support > p > span {
  font-size: 1.2em;
  line-height: 1.6em;
}
#rct_support > span {
  display: block;
  margin-bottom: 1em;
}
#rct_support > a {
  display: block;
  text-align: right;
  padding: 1em 0 0;
  margin-bottom: 4em;
}

#tct_interview {
  padding-bottom: 4em;
}
#tct_interview > h2 {
  width: 39.225em;
  padding: 0 0 0 2em;
  margin-bottom: -4em;
}
@media screen and (max-width: 768px) {
  #tct_interview > h2 {
    width: 98%;
    padding: 0;
    margin: 0 auto;
  }
}
#tct_interview > a {
  display: block;
  width: 16em;
  margin: 4em 2em 0 auto;
  background: #000;
  padding: 0.5em 0;
  text-align: center;
  top: -6em;
}
@media screen and (max-width: 768px) {
  #tct_interview > a {
    width: 55%;
    margin: 4em auto 0;
    padding: 1em 0;
  }
}
#tct_interview > a > span {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #tct_interview > a > span {
    font-size: 1.4em;
  }
}

#tct_skil {
  padding: 0 2em;
  margin-bottom: 8em;
}
@media screen and (max-width: 768px) {
  #tct_skil {
    padding: 0 2em 20em;
  }
}
#tct_skil > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#tct_skil > span:nth-child(1) {
  width: 42em;
  height: 28em;
  transform: translate(-30em);
}
@media screen and (max-width: 768px) {
  #tct_skil > span:nth-child(1) {
    transform: translate(-10em);
    top: 30em;
  }
}
#tct_skil > span:nth-child(2) {
  width: 12.5em;
  height: 12.5em;
  overflow: hidden;
  top: 22em;
  transform: translate(16em);
  display: flex;
  justify-content: center;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  #tct_skil > span:nth-child(2) {
    transform: translate(12em);
    top: 25em;
  }
}
#tct_skil > span:nth-child(2) > img {
  height: 100%;
  max-width: none;
}
#tct_skil > div {
  max-width: 1300px;
  margin: 0 auto;
}
#tct_skil > div > div {
  width: 60%;
  margin: 0 0 0 auto;
  padding: 0 0 12em;
}
@media screen and (max-width: 768px) {
  #tct_skil > div > div {
    width: 100%;
    padding: 0 0 10em;
  }
}
#tct_skil > div > div > h2 {
  margin-bottom: 3em;
}
#tct_skil > div > div > h2 > span {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.6em;
}
#tct_skil > div > div > p {
  margin-bottom: 2em;
}
#tct_skil > div > div > p > span {
  font-size: 1.1em;
  line-height: 1.8em;
}
#tct_skil > div > div > strong {
  display: block;
  text-align: right;
}
#tct_skil > div > div > strong > span {
  font-size: 1.2em;
  font-weight: 400;
}

#tct_cri {
  z-index: 1;
  margin-left: calc( ((100vw - 1300px) / 4) + 1em );
  margin-right: calc( ((100vw - 1300px) / 4) + 1em );
  background: #FFF;
  padding: 0 1em 4em;
}
@media screen and (max-width: 1300px) {
  #tct_cri {
    margin-left: 1em;
    margin-right: 1em;
  }
}
#tct_cri > h2 {
  width: 57.675em;
  margin: 0 auto;
  top: -2.5em;
}
@media screen and (max-width: 1300px) {
  #tct_cri > h2 {
    width: 33.775em;
    top: -6.5em;
  }
}
#tct_cri > h3 {
  padding: 0 0 4em;
  text-align: center;
}
#tct_cri > h3 > span {
  font-size: 2em;
}
#tct_cri > h3 > span > strong {
  font-size: 0.5em;
  font-weight: 400;
}
#tct_cri > ul {
  margin-bottom: 2em;
  text-align: center;
}
#tct_cri > ul > li {
  display: inline-block;
  padding: 0.6em 3em;
  cursor: pointer;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #tct_cri > ul > li {
    padding: 0.6em 1.5em;
  }
}
#tct_cri > ul > li.cri_on {
  cursor: auto;
}
#tct_cri > ul > li:last-child {
  border-right: none;
}
#tct_cri > ol {
  max-width: 1300px;
  margin: 0 auto 5em;
}
#tct_cri > ol > li > h3 {
  background: #000;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 2em;
}
#tct_cri > ol > li > h3 > span {
  font-size: 1.8em;
  color: #FFF;
}
#tct_cri > ol > li > ul > li {
  border: 1px solid #000;
  border-top: none;
  display: flex;
}
#tct_cri > ol > li > ul > li > h4 {
  width: 36%;
  background: #e9fcff;
  border-right: 1px solid #000;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #tct_cri > ol > li > ul > li > h4 {
    text-align: center;
  }
}
#tct_cri > ol > li > ul > li > h4 > span {
  font-size: 1.3em;
}
#tct_cri > ol > li > ul > li > p {
  width: 64%;
  padding: 1em 1em 1em 3em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #tct_cri > ol > li > ul > li > p {
    padding: 1em;
  }
}
#tct_cri > ol > li > ul > li > p > span {
  font-size: 0.95em;
  line-height: 1.6em;
}
#tct_cri > p {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.6em;
}

#tct_bg {
  z-index: 0;
  height: 35em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  top: -15em;
  margin-bottom: -15em;
}
#tct_bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/***************************************************************
 *
 * 				 テンプレート
 *
***************************************************************/
#page_title {
  text-align: center;
  top: -4em;
}
#page_title > span {
  font-size: 2em;
  line-height: 1.6em;
}

/***************************************************************
 *
 * 				 スクール
 *
***************************************************************/
#schl_header {
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 30em;
}
#schl_header > h2 {
  width: 41.45em;
  padding: 0 0 8em;
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 768px) {
  #schl_header > h2 {
    width: 90%;
  }
}
#schl_header > h1 {
  margin: 0 0 5em 28em;
}
#schl_header > h1 > span {
  font-size: 2.7em;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #schl_header > h1 {
    margin: 0 2em 5em 0;
    text-align: right;
  }
}
#schl_header > p {
  margin: 0 0 3em 28em;
}
@media screen and (max-width: 768px) {
  #schl_header > p {
    margin: 0 1em 3em 4em;
    text-align: right;
  }
}
#schl_header > p > span {
  font-size: 1.2em;
  line-height: 1.8em;
}
#schl_header > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#schl_header > span:nth-child(1) {
  width: 35em;
  height: 35em;
  top: 4em;
  transform: translateX(-30em);
}
@media screen and (max-width: 768px) {
  #schl_header > span:nth-child(1) {
    width: 25em;
    height: 25em;
    top: 2em;
    transform: translateX(-15em);
  }
}
#schl_header > span:nth-child(2) {
  width: 24em;
  height: 31em;
  top: 30em;
  transform: translateX(-20em);
}
@media screen and (max-width: 768px) {
  #schl_header > span:nth-child(2) {
    width: 18em;
    height: 24em;
    top: 28em;
    transform: translateX(-15em);
  }
}
#schl_header > span:nth-child(3) {
  width: 24em;
  height: 24em;
  top: 30em;
  transform: translateX(30em);
}
@media screen and (max-width: 768px) {
  #schl_header > span:nth-child(3) {
    top: 47em;
    transform: translateX(7em);
  }
}

#schl_reason > h2 {
  width: 22.15em;
  margin: 0 auto;
}
#schl_reason > h3 {
  padding: 5em 0;
  text-align: center;
}
#schl_reason > h3 > span {
  font-size: 1.8em;
  line-height: 1.6em;
}
#schl_reason > h3 > span > strong {
  font-size: 3em;
  font-weight: 400;
}
#schl_reason > div > div {
  overflow: hidden;
}
#schl_reason > div > div.dragg::after {
  pointer-events: none;
  content: "";
  position: absolute;
  display: block;
  width: 6em;
  height: 6em;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  background: url("img/071.png") no-repeat center center/auto 60% rgba(0, 0, 0, 0.6);
  border-radius: 1.5em;
}
@media screen and (max-width: 768px) {
  #schl_reason > div > div.dragg::after {
    width: 4em;
    height: 4em;
    top: 55%;
  }
}
#schl_reason > div > div > ul {
  display: flex;
  width: max-content;
}
#schl_reason > div > div > ul > li {
  width: 28em;
  height: 45em;
  padding: 3em 2em 2em;
  color: #FFF;
}
#schl_reason > div > div > ul > li > span {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#schl_reason > div > div > ul > li > span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 2s ease;
}
#schl_reason > div > div > ul > li:hover > span > img {
  transform: scale(1.2);
}
#schl_reason > div > div > ul > li > h4 {
  width: 4.675em;
  margin-bottom: 0.5em;
}
#schl_reason > div > div > ul > li > h5 {
  margin-bottom: 3em;
}
#schl_reason > div > div > ul > li > h5 > span {
  font-size: 2.6em;
}
#schl_reason > div > div > ul > li > p > span {
  font-size: 1.4em;
  line-height: 2em;
}
#schl_reason > div > div > ul > li > p > span > strong {
  font-weight: 800;
}
#schl_reason > div > div > ul > li > strong {
  position: absolute;
  left: 2em;
  bottom: 2em;
  width: 3.075em;
  height: 13.025em;
}

#schl_voice {
  max-width: 1300px;
  margin: 0 auto 8em;
}
#schl_voice > p {
  max-width: 1300px;
  margin: 0 auto 8em;
  padding: 2em;
  text-align: right;
}
#schl_voice > p > span {
  font-size: 0.9em;
}
#schl_voice > div {
  display: flex;
  justify-content: space-between;
}
#schl_voice > div > h2 {
  width: 1.375em;
  height: 11.225em;
}
#schl_voice > div > ul {
  width: calc(100% - 2em);
  display: flex;
  flex-wrap: wrap;
}
#schl_voice > div > ul > li {
  width: 50%;
  padding: 0 2em 5em 1em;
  display: flex;
}
@media screen and (max-width: 768px) {
  #schl_voice > div > ul > li {
    display: block;
  }
}
#schl_voice > div > ul > li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
}
@media screen and (max-width: 768px) {
  #schl_voice > div > ul > li > span {
    width: 100%;
  }
}
#schl_voice > div > ul > li > span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#schl_voice > div > ul > li > div {
  width: 60%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #schl_voice > div > ul > li > div {
    width: 100%;
    padding-left: 0;
    padding-top: 1em;
  }
}
#schl_voice > div > ul > li > div > h3 {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 1.8em;
}
#schl_voice > div > ul > li > div > p {
  line-height: 1.6em;
  padding-bottom: 3em;
  margin-bottom: 2em;
}
#schl_voice > div > ul > li > div > p::after {
  content: "";
  position: absolute;
  display: block;
  width: 3em;
  height: 0;
  border-top: 1px solid #000;
  bottom: 0;
  left: 0;
}
#schl_voice > div > ul > li > div > h4 {
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  font-size: 0.8em;
}
#schl_voice > div > ul > li > div > h5 {
  font-weight: 400;
}
#schl_voice > div > ul > li > div > strong {
  display: block;
  font-weight: 400;
  text-align: right;
  font-size: 0.8em;
}

#schl_school {
  max-width: 1300px;
  margin: 0 auto 8em;
  padding: 0 1em;
}
#schl_school > h3 {
  width: 29.35em;
  margin: 0 auto 4em;
}
#schl_school > h2 {
  text-align: center;
  margin-bottom: 3em;
}
#schl_school > h2 > span {
  font-size: 2em;
  line-height: 1.6em;
}
#schl_school > a {
  display: block;
  width: 17.9em;
  margin: 0 auto 3em;
}
#schl_school > div {
  border: 1px solid #000;
  background: #FFF;
  margin-bottom: 5em;
  padding: 2em;
}
#schl_school > div > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #schl_school > div > div:first-child {
    display: block;
  }
}
#schl_school > div > div:first-child > h2 {
  font-weight: 400;
}
#schl_school > div > div:first-child > h2 > span {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  #schl_school > div > div:first-child > h2 > span {
    font-size: 1.6em;
  }
}
#schl_school > div > div:first-child > h2 > span > strong {
  font-size: 3em;
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #schl_school > div > div:first-child > h2 > span > strong {
    font-size: 2em;
  }
}
#schl_school > div > div:first-child > h2 > strong {
  padding-left: 5em;
}
@media screen and (max-width: 768px) {
  #schl_school > div > div:first-child > h2 > strong {
    padding-left: 3em;
  }
}
#schl_school > div > div:first-child > h2 > strong > span {
  font-size: 1.7em;
  color: #ff5409;
}
@media screen and (max-width: 768px) {
  #schl_school > div > div:first-child > h3 {
    text-align: right;
    padding-top: 1em;
  }
}
#schl_school > div > div:first-child > h3 > a {
  color: #060606;
  font-weight: 400;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #000;
}
#schl_school > div > div:last-child {
  display: flex;
}
@media screen and (max-width: 768px) {
  #schl_school > div > div:last-child {
    display: block;
  }
}
#schl_school > div > div:last-child > div:first-child {
  width: 55%;
  border-right: 1px solid #000;
  padding-right: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #schl_school > div > div:last-child > div:first-child {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #060606;
  }
}
#schl_school > div > div:last-child > div:first-child > div {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2em;
}
#schl_school > div > div:last-child > div:first-child > div > span {
  width: 48%;
}
#schl_school > div > div:last-child > div:first-child > div > div {
  padding: 0 1em;
}
#schl_school > div > div:last-child > div:first-child > div > div > h4 {
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 0.8em;
}
#schl_school > div > div:last-child > div:first-child > div > div > h5 {
  font-weight: 400;
}
#schl_school > div > div:last-child > div:first-child > h3 {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 0.8em;
}
#schl_school > div > div:last-child > div:first-child > p {
  font-size: 0.9em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #schl_school > div > div:last-child > div:first-child > p {
    font-size: 1.2em;
  }
}
#schl_school > div > div:last-child > div:last-child {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #schl_school > div > div:last-child > div:last-child {
    width: 100%;
    border-right: none;
  }
}
#schl_school > div > div:last-child > div:last-child > p {
  font-size: 1.4em;
  line-height: 1.4em;
  padding: 1.5em 0;
  text-align: center;
}
#schl_school > div > div:last-child > div:last-child > span {
  display: block;
  width: 21.55em;
  margin: 0 auto;
}

#schl_greet {
  max-width: 1300px;
  margin: 0 auto 15em;
  display: flex;
}
#schl_greet > h4 {
  width: 1.075em;
}
#schl_greet > div {
  width: calc(100% - 2em);
  display: flex;
  padding: 0 0 0 2em;
}
@media screen and (max-width: 768px) {
  #schl_greet > div {
    flex-direction: column-reverse;
    padding: 0 0 0 0.5em;
  }
}
#schl_greet > div > div:first-child {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #schl_greet > div > div:first-child {
    width: 100%;
  }
}
#schl_greet > div > div:first-child > h2 {
  margin-bottom: 2em;
}
#schl_greet > div > div:first-child > h2 > span {
  font-size: 1.6em;
  line-height: 1.8em;
}
#schl_greet > div > div:first-child > p {
  font-size: 1.1em;
  line-height: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #schl_greet > div > div:first-child > p {
    font-size: 1.2em;
    z-index: 2;
  }
}
#schl_greet > div > div:last-child {
  width: 50%;
  padding: 0 0 0 2em;
}
@media screen and (max-width: 768px) {
  #schl_greet > div > div:last-child {
    width: 100%;
    display: flex;
    padding: 0 0 2em 0;
    align-items: center;
  }
  #schl_greet > div > div:last-child > h2 {
    width: 50%;
    font-size: 1.6em;
    line-height: 1.8em;
    text-align: center;
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  #schl_greet > div > div:last-child > div {
    width: 50%;
  }
}
#schl_greet > div > div:last-child > div > span {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40em;
}
@media screen and (max-width: 768px) {
  #schl_greet > div > div:last-child > div > span {
    height: 20em;
  }
}
#schl_greet > div > div:last-child > div > span > img {
  max-width: none;
  height: 120%;
}
@media screen and (max-width: 768px) {
  #schl_greet > div > div:last-child > div > span > img {
    height: 120%;
  }
}
#schl_greet > div > div:last-child > div > h3 > span {
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 400;
}

#schl_ship {
  max-width: 1300px;
  margin: 0 auto 2em;
  background: #FFF;
  border-radius: 1.5em 0 0 0;
  padding: 0 2em 2em 2em;
}
@media screen and (max-width: 768px) {
  #schl_ship {
    margin-left: 1em;
  }
}
#schl_ship > h2 {
  width: 38.025em;
  top: -2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #schl_ship > h2 {
    width: 96%;
  }
}
#schl_ship > h3 {
  margin-bottom: 2em;
}
#schl_ship > h3 > span {
  font-weight: 400;
  font-size: 2em;
  line-height: 1.6em;
}
#schl_ship > p {
  margin-bottom: 3em;
}
#schl_ship > p > span {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #schl_ship > p > span {
    font-size: 1.4em;
    line-height: 1.6em;
  }
}
#schl_ship > span {
  display: block;
}

#schl_course {
  max-width: 1300px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 0 0 0 1.5em;
  padding: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #schl_course {
    margin-left: 1em;
  }
}
#schl_course > h2 {
  margin-bottom: 3em;
}
#schl_course > h2 > span {
  font-size: 2em;
  font-weight: 400;
}
#schl_course > p > span {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #schl_course > p > span {
    font-size: 1.4em;
  }
}

/***************************************************************
 *
 * 				 サロン一覧
 *
***************************************************************/
#archive_salon > h1 {
  text-align: center;
  max-width: 900em;
  margin: 0 auto 2em;
  font-size: 2em;
}
#archive_salon > div {
  border-top: 1px solid #c8c7c6;
  border-bottom: 1px solid #c8c7c6;
  padding: 1.5em 0 0.5em;
  margin-bottom: 3em;
}
#archive_salon > div > div {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1em;
  display: flex;
}
#archive_salon > div > div > h3 {
  width: 8em;
  font-weight: 400;
}
#archive_salon > div > div > ul {
  width: calc(100% - 8em);
}
#archive_salon > div > div > ul > li {
  display: inline-block;
  margin: 0 0 1em 1em;
}
#archive_salon > div > div > ul > li > a {
  display: block;
  padding: 0.3em 2em;
  background: #FFF;
  border-radius: 1em / 50%;
  font-size: 0.8em;
  border: 1px solid #000;
}

#salon_body {
  margin-left: calc( ((100vw - 1300px) / 4) + 1em);
  margin-right: calc( ((100vw - 1300px) / 4) + 1em);
  background: #FFF;
  border-radius: 1em;
  margin-bottom: 10em;
  padding: 5em 0;
}
@media screen and (max-width: 1300px) {
  #salon_body {
    margin: 0 1em;
  }
}
#salon_body > h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1300px;
  margin: 0 auto 5em;
  padding: 0 2em;
}
#salon_body > h2 > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 13em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #salon_body > h2 > span {
    width: 18em;
  }
}
#salon_body > h2 > span::after {
  content: "";
  display: block;
  width: 5em;
  border-top: 1px solid #2e2e2e;
}
#salon_body > h2 > strong {
  font-weight: 400;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  #salon_body > h2 > strong {
    font-size: 1.6em;
    line-height: 1.6em;
  }
}
#salon_body > div {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  #salon_body > div {
    padding: 0 1em;
  }
}

#salon_list {
  display: flex;
  flex-wrap: wrap;
}
#salon_list > li {
  width: 33.3333%;
  padding: 0 2em 3em 0;
}
@media screen and (max-width: 768px) {
  #salon_list > li {
    width: 50%;
  }
}
#salon_list > li > span {
  width: 100%;
  height: 12em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8c7c6;
  overflow: hidden;
}
#salon_list > li > span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 2s;
}
#salon_list > li > h3 {
  padding: 0.5em 0 1em 0;
  font-weight: 400;
}
#salon_list > li > ul > li {
  display: inline-block;
  padding: 0.1em 1.3em 0;
  background: #FFF;
  border-radius: 1em / 50%;
  font-size: 0.8em;
  border: 1px solid #000;
  margin: 0 1em 1em 0;
}
#salon_list > li > div {
  display: flex;
  margin-bottom: 1em;
}
#salon_list > li > div > ol {
  width: 50%;
}
#salon_list > li > div > ol > li > a {
  display: block;
  width: 85%;
  background: #000;
  color: #FFF;
  padding: 0.1em 1em 0.1em 0.5em;
  font-size: 0.8em;
}
#salon_list > li > div > ol > li > a::after {
  content: ">";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  right: 0.2em;
  top: -0em;
}
#salon_list > li > div > ol > li:nth-child(2) {
  margin-top: 0.4em;
}
#salon_list > li > div > p {
  width: 50%;
}
#salon_list > li > div > p > a {
  display: block;
  width: 85%;
  background: #000;
  color: #FFF;
  padding: 0.1em 1em 0.1em 0.5em;
  font-size: 0.8em;
}
#salon_list > li > div > p > a::after {
  content: ">";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  right: 0.2em;
  top: -0em;
}
#salon_list > li > p {
  text-align: right;
}
#salon_list > li > p > a {
  font-size: 0.8em;
  text-decoration: underline;
}
#salon_list > li > strong {
  display: inline;
  font-size: 0.8em;
  color: #FFF;
  background: #ff5409;
  border: 1px solid #c8c7c6;
  position: absolute;
  top: -1em;
  left: 1em;
  padding: 0.3em 1em 0.5em;
  border-radius: 1.3em / 50%;
}
#salon_list > li:hover > span > img {
  transform: scale(120%);
}
