@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.otf") format("opentype"); }
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.otf") format("opentype"); }
/**
 * setting css
 */
/* ==========================================================================
   #reset
========================================================================== */
/* 
  http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* ==========================================================================
   #scss
========================================================================== */
/* ==========================================================================
   #base
========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root body {
  font-family: Meiryo, sans-serif; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

p, li, td {
  letter-spacing: .01em;
  line-height: 1.85;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph; }

h1, h2, h3, h4, h5 {
  letter-spacing: .01em;
  line-height: 2; }

a:link {
  color: #2D2E2B;
  text-decoration: none;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
a:visited {
  color: #2D2E2B; }
a:hover {
  cursor: pointer;
  opacity: .75; }
a:active {
  color: #2D2E2B; }

/* ==========================================================================
   #font-size
========================================================================== */
html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem; }

@media screen and (min-width: 375px) and (max-width: 760px) {
  body {
    font-size: 1.4rem;
    font-size: calc(1.4rem + ((1vw - 0.375rem) * 0.5195));
    /* 14px-16px */ } }
@media screen and (min-width: 761px) and (max-width: 1920px) {
  body {
    font-size: 1.4rem;
    font-size: calc(1.4rem + ((1vw - 0.7609999999999999rem) * 0.1726));
    /* 13px-16px */ } }
@media screen and (min-width: 1921px) {
  body {
    font-size: 1.6rem; } }
/**
 * common css
 */
/* ==========================================================================
   #common
========================================================================== */
.grecaptcha-badge {
  visibility: hidden; }

body::before, body::after {
  position: fixed;
  content: '';
  left: 0;
  width: 4px;
  height: 50vh;
  z-index: 999; }
body::before {
  top: 0;
  background: #E88B3C; }
body::after {
  bottom: 0;
  background: #2E904C; }

.mb_block {
  display: none; }

.tb_block {
  display: none; }

.pl180 {
  padding-left: 17.569vw; }

.pr180 {
  padding-right: 17.569vw; }

.pl120 {
  padding-left: 10.248vw; }

.pr120 {
  padding-right: 10.248vw; }

.section {
  padding-top: 160px; }

.section_mb {
  margin-top: 160px; }

.c_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block; }

.c_imgfull {
  width: 100%; }

.c_title {
  margin-bottom: 60px; }
  .c_title p {
    font-weight: 700; }
  .c_title h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    /*semibold-600, bold-700*/
    font-style: normal;
    font-size: 280%;
    font-weight: 700;
    line-height: 1.35; }

.c_link {
  margin-top: 10px;
  text-align: right; }
  .c_link a {
    display: inline-block; }
    .c_link a .inner {
      display: flex;
      align-items: center; }
      .c_link a .inner span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        /*semibold-600, bold-700*/
        font-style: normal;
        color: #B1ADA2;
        font-size: 93.333%; }
      .c_link a .inner img {
        border: solid #B1ADA2 1px;
        border-radius: 100%;
        width: 50px;
        height: 50px;
        padding: 18px;
        margin-left: 10px; }

.c_news_item {
  display: flex; }
  .c_news_item .item_img {
    width: 25%; }
    .c_news_item .item_img a .c_img {
      padding-top: 100%;
      border-radius: 100%; }
  .c_news_item .item_note {
    flex: 1;
    margin-left: 1.830vw; }
    .c_news_item .item_note .term {
      display: flex; }
      .c_news_item .item_note .term .date {
        color: #B1ADA2;
        font-size: 12px; }
      .c_news_item .item_note .term ul {
        margin-left: 8px; }
        .c_news_item .item_note .term ul li {
          font-size: 12px;
          letter-spacing: 0; }
          .c_news_item .item_note .term ul li a {
            color: #B1ADA2; }
    .c_news_item .item_note h3 {
      font-size: 93.333%;
      line-height: 1.75;
      margin-top: 5px; }

.c_childpage_hero {
  margin-top: 280px; }
  .c_childpage_hero .hero_head {
    overflow: hidden; }
    .c_childpage_hero .hero_head h1 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      /*semibold-600, bold-700*/
      font-style: normal;
      font-size: 386.666%;
      display: inline;
      line-height: 1.4;
      background: linear-gradient(transparent 99%, #2D2E2B 0); }
    .c_childpage_hero .hero_head .breadcrumbs {
      color: #B1ADA2;
      font-size: 12px;
      margin-top: 45px;
      margin-left: 3px; }
      .c_childpage_hero .hero_head .breadcrumbs span, .c_childpage_hero .hero_head .breadcrumbs a {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        /*semibold-600, bold-700*/
        font-style: normal;
        color: #B1ADA2;
        font-size: 12px; }
      .c_childpage_hero .hero_head .breadcrumbs > span {
        margin: 0 3px; }
  .c_childpage_hero .hero_body {
    margin-top: 80px; }
    .c_childpage_hero .hero_body p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      /*semibold-600, bold-700*/
      font-style: normal;
      color: #B1ADA2;
      font-size: 12px;
      margin-bottom: 30px;
      text-align: right; }
    .c_childpage_hero .hero_body .hero_body_img .c_img {
      padding-top: 42.5%; }

.c_staff_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4.392vw;
  margin-left: -3.660vw;
  padding-top: 30px; }
  .c_staff_list .list_item {
    width: 25%;
    padding-top: 4.392vw;
    padding-left: 3.660vw; }
    .c_staff_list .list_item .list_item_img a {
      position: relative;
      display: block; }
      .c_staff_list .list_item .list_item_img a .c_img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        padding-top: 140%; }
      .c_staff_list .list_item .list_item_img a .lank {
        position: absolute;
        top: -10px;
        right: 5px;
        writing-mode: vertical-rl; }
        .c_staff_list .list_item .list_item_img a .lank p {
          font-family: 'Open Sans', sans-serif;
          font-weight: 600;
          /*semibold-600, bold-700*/
          font-style: normal;
          color: #B1ADA2;
          font-size: 12px; }
    .c_staff_list .list_item .list_item_txt {
      margin-top: 15px; }

.c_bg_txt {
  position: relative; }
  .c_bg_txt .bg_txt {
    position: absolute;
    top: -50px;
    left: 8px;
    z-index: -10; }
    .c_bg_txt .bg_txt p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      /*semibold-600, bold-700*/
      font-style: normal;
      color: #F5F4F0;
      font-size: 853.333%;
      line-height: 1;
      letter-spacing: -.05em; }

.c_news_list .list_item {
  display: flex;
  align-items: center;
  border-top: solid #B1ADA2 1px;
  padding: 20px 0; }
  .c_news_list .list_item:last-child {
    border-bottom: solid #B1ADA2 1px; }
  .c_news_list .list_item .list_item_img {
    width: 85px; }
    .c_news_list .list_item .list_item_img a {
      display: block; }
      .c_news_list .list_item .list_item_img a .c_img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        border-radius: 100%;
        padding-top: 100%; }
  .c_news_list .list_item .list_item_note {
    flex: 1;
    margin-left: 1.098vw; }
    .c_news_list .list_item .list_item_note .term {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline; }
      .c_news_list .list_item .list_item_note .term .date {
        margin-right: 10px; }
        .c_news_list .list_item .list_item_note .term .date p {
          color: #B1ADA2;
          font-size: 12px;
          line-height: 1.5; }
      .c_news_list .list_item .list_item_note .term .cat ul {
        display: flex; }
        .c_news_list .list_item .list_item_note .term .cat ul li a {
          color: #B1ADA2;
          font-size: 12px;
          line-height: 1.5; }
        .c_news_list .list_item .list_item_note .term .cat ul li + li {
          margin-left: 5px; }
    .c_news_list .list_item .list_item_note .title {
      font-size: 93.333%;
      line-height: 1.75;
      margin-top: 3px; }

.c_recruit_title {
  overflow: hidden; }
  .c_recruit_title p {
    font-size: 93.333%;
    font-weight: 700;
    margin-left: 3px;
    margin-bottom: 15px; }
  .c_recruit_title h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    /*semibold-600, bold-700*/
    font-style: normal;
    font-size: 280%;
    font-weight: 700;
    line-height: 1.4;
    display: inline;
    background: linear-gradient(transparent 98%, #2D2E2B 0); }

@media (max-width: 1440px) {
  .pl180 {
    padding-left: 13.177vw; }

  .pr180 {
    padding-right: 13.177vw; }

  .pl120 {
    padding-left: 8.784vw; }

  .pr120 {
    padding-right: 8.784vw; } }
@media (max-width: 1170px) {
  .pl180, .pl120 {
    padding-left: 7.320vw; }

  .pr180, .pr120 {
    padding-right: 7.320vw; } }
@media (max-width: 960px) {
  .tb_none {
    display: none; }

  .tb_block {
    display: block; }

  .section {
    padding-top: 140px; }

  .section_mb {
    margin-top: 140px; }

  .c_title {
    margin-bottom: 40px; }

  .c_news_item {
    align-items: center;
    border-bottom: solid #B1ADA2 1px;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .c_news_item .item_img {
      width: 100px; }
    .c_news_item .item_note {
      margin-left: 2.928vw; }

  .c_childpage_hero .hero_head .breadcrumbs {
    color: #B1ADA2;
    font-size: 12px;
    margin-top: 45px;
    margin-left: 3px; }
    .c_childpage_hero .hero_head .breadcrumbs span, .c_childpage_hero .hero_head .breadcrumbs a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      /*semibold-600, bold-700*/
      font-style: normal;
      color: #B1ADA2;
      font-size: 12px; }
  .c_childpage_hero .hero_body {
    margin-top: 80px; }
    .c_childpage_hero .hero_body p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      /*semibold-600, bold-700*/
      font-style: normal;
      color: #B1ADA2;
      font-size: 12px;
      margin-bottom: 30px;
      text-align: right; }
    .c_childpage_hero .hero_body .hero_body_img .c_img {
      padding-top: 42.5%; } }
@media (max-width: 760px) {
  body::before, body::after {
    width: 2px; }

  .mb_none {
    display: none; }

  .mb_block {
    display: block; }

  .pl180, .pl120 {
    padding-left: 6.666vw; }

  .pr180, .pr120 {
    padding-right: 6.666vw; }

  .section {
    padding-top: 70px; }

  .section_mb {
    margin-top: 70px; }

  .c_title {
    margin-bottom: 40px; }
    .c_title p {
      font-size: 12px; }
    .c_title h2 {
      font-size: 228.571%;
      line-height: 1.5; }

  .c_link a .inner span {
    font-size: 13px; }

  .c_news_item {
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .c_news_item .item_img {
      width: 85px; }
    .c_news_item .item_note {
      margin-left: 5.333vw; }
      .c_news_item .item_note .term .date {
        font-size: 11px; }
      .c_news_item .item_note .term ul li {
        font-size: 11px; }
      .c_news_item .item_note h3 {
        font-size: 93.333%;
        margin-top: 3px; }

  .c_childpage_hero {
    margin-top: 200px; }
    .c_childpage_hero .hero_head h1 {
      font-size: 257.142%;
      background: linear-gradient(transparent 98%, #2D2E2B 0); }
    .c_childpage_hero .hero_head .breadcrumbs {
      font-size: 10px;
      margin-top: 30px; }
      .c_childpage_hero .hero_head .breadcrumbs span, .c_childpage_hero .hero_head .breadcrumbs a {
        font-size: 10px; }
    .c_childpage_hero .hero_body {
      margin-top: 100px; }
      .c_childpage_hero .hero_body p {
        font-size: 11px;
        margin-bottom: 20px; }
      .c_childpage_hero .hero_body .hero_body_img .c_img {
        padding-top: 85%; }

  .c_staff_list {
    margin-top: -40px;
    margin-left: -10px;
    padding-top: 10px; }
    .c_staff_list .list_item {
      width: 50%;
      padding-top: 40px;
      padding-left: 10px; }
      .c_staff_list .list_item .list_item_img a .lank p {
        font-size: 11px; }
      .c_staff_list .list_item .list_item_txt {
        margin-top: 15px; }

  .c_bg_txt .bg_txt {
    top: -40px; }
    .c_bg_txt .bg_txt p {
      font-size: 514.285%;
      line-height: .9; }

  .c_news_list .list_item .list_item_note {
    margin-left: 15px; }

  .c_recruit_title p {
    font-size: 12px;
    margin-bottom: 10px; }
  .c_recruit_title h2 {
    font-size: 228.571%; } }
/**
 * header css
 */
/* ==========================================================================
   #header
========================================================================== */
.header_logo {
  position: absolute;
  top: 50px;
  left: 60px;
  z-index: 10; }
  .header_logo a {
    display: block; }
    .header_logo a img {
      width: 150px; }

.header_toggle {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 90;
  display: flex;
  cursor: pointer; }
  .header_toggle .txt {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    /*semibold-600, bold-700*/
    font-style: normal;
    color: #B1ADA2;
    font-size: 12px; }
  .header_toggle .line {
    position: relative;
    width: 15px;
    height: 11px;
    margin-left: 8px; }
    .header_toggle .line span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background: #B1ADA2;
      display: block; }
      .header_toggle .line span:nth-child(1) {
        top: 0; }
      .header_toggle .line span:nth-child(2) {
        top: 5px; }
      .header_toggle .line span:nth-child(3) {
        bottom: 0; }

.header_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); }
  .header_nav .header_nav_block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
    .header_nav .header_nav_block .block_item .block_item_head {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      /*semibold-600, bold-700*/
      font-style: normal;
      text-decoration: underline; }
    .header_nav .header_nav_block .block_item .block_item_body {
      margin-top: 30px; }
      .header_nav .header_nav_block .block_item .block_item_body ul li {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        /*semibold-600, bold-700*/
        font-style: normal; }
      .header_nav .header_nav_block .block_item .block_item_body.nav_area {
        margin-top: 40px; }
        .header_nav .header_nav_block .block_item .block_item_body.nav_area ul.first li {
          font-size: 200%;
          line-height: 1.35;
          letter-spacing: .05em; }
        .header_nav .header_nav_block .block_item .block_item_body.nav_area ul.second {
          display: flex;
          margin-top: 25px; }
          .header_nav .header_nav_block .block_item .block_item_body.nav_area ul.second li + li {
            margin-left: 2.196vw; }
      .header_nav .header_nav_block .block_item .block_item_body.contact_area ul {
        display: flex; }
        .header_nav .header_nav_block .block_item .block_item_body.contact_area ul li {
          line-height: 1.65; }
          .header_nav .header_nav_block .block_item .block_item_body.contact_area ul li span {
            display: block;
            font-size: 80%; }
          .header_nav .header_nav_block .block_item .block_item_body.contact_area ul li a {
            font-size: 120%; }
        .header_nav .header_nav_block .block_item .block_item_body.contact_area ul li + li {
          margin-left: 2.196vw; }
      .header_nav .header_nav_block .block_item .block_item_body.sns_area ul {
        display: flex; }
        .header_nav .header_nav_block .block_item .block_item_body.sns_area ul li {
          font-size: 93.333%; }
        .header_nav .header_nav_block .block_item .block_item_body.sns_area ul li + li {
          margin-left: 2.196vw; }
    .header_nav .header_nav_block .block_item + .block_item {
      margin-top: 60px; }

.header_popup {
  position: fixed;
  right: 2.928vw;
  bottom: 2.928vw;
  z-index: 100; }
  .header_popup a {
    display: flex;
    background: #2D2E2B;
    width: 350px; }
    .header_popup a .header_popup_txt {
      width: 45%;
      padding: 20px 25px 30px;
      position: relative; }
      .header_popup a .header_popup_txt .en {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        /*semibold-600, bold-700*/
        font-style: normal;
        color: #B1ADA2;
        font-size: 11px; }
      .header_popup a .header_popup_txt .txt {
        color: #fff;
        font-size: 15px;
        line-height: 1.65;
        margin-top: 3px; }
      .header_popup a .header_popup_txt .arrow {
        position: absolute;
        right: -5px;
        bottom: 5%;
        width: 42px;
        height: 42px;
        border: solid #B1ADA2 1px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .header_popup a .header_popup_txt .arrow img {
          width: 25%; }
    .header_popup a .header_popup_img {
      flex: 1; }
      .header_popup a .header_popup_img .c_img {
        height: 95%; }
  .header_popup .close_btn {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    background: #2D2E2B;
    border-radius: 100%; }
    .header_popup .close_btn span {
      position: absolute;
      top: 12px;
      left: 8px;
      width: 9px;
      height: 1px;
      display: block;
      background: #fff; }
      .header_popup .close_btn span:nth-child(1) {
        transform: rotate(45deg); }
      .header_popup .close_btn span:nth-child(2) {
        transform: rotate(-45deg); }

.header_formlink {
  position: fixed;
  right: 2.928vw;
  bottom: 2.928vw;
  width: 150px;
  height: 150px;
  border: solid #B1ADA2 1px;
  border-radius: 100%;
  z-index: 70; }
  .header_formlink a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .header_formlink .header_formlink_inner p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    /*semibold-600, bold-700*/
    font-style: normal;
    font-size: 146.666%;
    font-weight: 700;
    color: #B1ADA2; }
  .header_formlink .header_formlink_inner img {
    width: 14px;
    height: 14px;
    margin: 0 auto; }

@media screen and (max-width: 760px) {
  .header_logo {
    top: 28px;
    left: 20px; }
    .header_logo a img {
      width: 100px; }

  .header_toggle {
    top: 25px;
    right: 20px; }

  .header_nav .header_nav_block {
    top: 12.5vh;
    transform: translateY(0); }
    .header_nav .header_nav_block .block_item .block_item_head {
      font-size: 13px; }
    .header_nav .header_nav_block .block_item .block_item_body.nav_area ul.first li {
      font-size: 157.142%;
      line-height: 1.5;
      letter-spacing: .025em; }
    .header_nav .header_nav_block .block_item .block_item_body.nav_area ul.second {
      margin-top: 20px; }
      .header_nav .header_nav_block .block_item .block_item_body.nav_area ul.second li + li {
        margin-left: 15px;
        font-size: 13px; }
    .header_nav .header_nav_block .block_item .block_item_body.contact_area ul li {
      line-height: 1.75; }
      .header_nav .header_nav_block .block_item .block_item_body.contact_area ul li span {
        font-size: 12px; }
      .header_nav .header_nav_block .block_item .block_item_body.contact_area ul li a {
        font-size: 128.571%; }
    .header_nav .header_nav_block .block_item .block_item_body.contact_area ul li + li {
      margin-left: 25px; }
    .header_nav .header_nav_block .block_item .block_item_body.sns_area ul li {
      font-size: 12px; }
    .header_nav .header_nav_block .block_item .block_item_body.sns_area ul li + li {
      margin-left: 15px; }
    .header_nav .header_nav_block .block_item + .block_item {
      margin-top: 40px; }

  .header_popup {
    right: 10px;
    bottom: 10px; }
    .header_popup a {
      width: 275px; }
      .header_popup a .header_popup_txt {
        width: 50%;
        padding: 15px 20px 25px; }
        .header_popup a .header_popup_txt .en {
          font-size: 10px; }
        .header_popup a .header_popup_txt .txt {
          font-size: 13px; }
        .header_popup a .header_popup_txt .arrow {
          right: -5px;
          bottom: 10px;
          width: 38px;
          height: 38px; }
    .header_popup .close_btn {
      right: -5px; }

  .header_formlink {
    right: 10px;
    bottom: 10px;
    width: 100px;
    height: 100px; }
    .header_formlink .header_formlink_inner p {
      font-size: 14px; }
    .header_formlink .header_formlink_inner img {
      width: 12px;
      height: 12px; } }
/**
 * footer css
 */
/* ==========================================================================
   #footer
========================================================================== */
.l_footer {
  margin-top: 160px; }

.footer_cal {
  background: #F5F4F0;
  padding: 100px 0 80px; }
  .footer_cal .footer_cal_head {
    display: flex; }
    .footer_cal .footer_cal_head .head_title {
      width: 50%; }
      .footer_cal .footer_cal_head .head_title h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        /*semibold-600, bold-700*/
        font-style: normal;
        font-size: 173.333%;
        font-weight: 700;
        line-height: 1.25; }
      .footer_cal .footer_cal_head .head_title p {
        font-size: 86.666%;
        margin-top: 3px; }
    .footer_cal .footer_cal_head .head_txt {
      flex: 1;
      margin-left: 20px; }
      .footer_cal .footer_cal_head .head_txt p {
        font-size: 86.666%; }
        .footer_cal .footer_cal_head .head_txt p span {
          color: #D0CDC4; }
  .footer_cal .footer_cal_body {
    margin-top: 50px; }
    .footer_cal .footer_cal_body .calendar .xo-months {
      display: flex; }
      .footer_cal .footer_cal_body .calendar .xo-months .xo-month-wrap {
        width: 50%; }
        .footer_cal .footer_cal_body .calendar .xo-months .xo-month-wrap:nth-child(2) {
          margin-left: 2.928vw; }

.footer_info {
  background: #B1ADA2;
  padding: 120px 0 100px; }
  .footer_info h2, .footer_info p, .footer_info a {
    color: #fff; }
  .footer_info .footer_info_item .item_head {
    display: flex; }
    .footer_info .footer_info_item .item_head .item_head_title {
      width: 40%; }
      .footer_info .footer_info_item .item_head .item_head_title h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        /*semibold-600, bold-700*/
        font-style: normal;
        font-size: 173.333%;
        font-weight: 700;
        line-height: 1.5; }
      .footer_info .footer_info_item .item_head .item_head_title p {
        font-size: 86.666%; }
    .footer_info .footer_info_item .item_head .item_head_note {
      flex: 1;
      margin-left: 20px; }
      .footer_info .footer_info_item .item_head .item_head_note p {
        line-height: 1.65; }
        .footer_info .footer_info_item .item_head .item_head_note p a {
          text-decoration: underline; }
      .footer_info .footer_info_item .item_head .item_head_note p + p {
        margin-top: 10px; }
  .footer_info .footer_info_item .item_body {
    display: flex;
    margin-top: 50px; }
    .footer_info .footer_info_item .item_body .item_body_link {
      width: 50%; }
      .footer_info .footer_info_item .item_body .item_body_link a {
        border: solid #fff 1px;
        display: block;
        padding: 30px 10px; }
        .footer_info .footer_info_item .item_body .item_body_link a span {
          display: block;
          text-align: center; }
          .footer_info .footer_info_item .item_body .item_body_link a span:nth-child(1) {
            font-size: 120%;
            font-weight: 700; }
          .footer_info .footer_info_item .item_body .item_body_link a span:nth-child(2) {
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            /*semibold-600, bold-700*/
            font-style: normal;
            font-size: 12px;
            margin-top: 10px; }
    .footer_info .footer_info_item .item_body .item_body_link + .item_body_link {
      margin-left: 10px; }
  .footer_info .footer_info_item + .footer_info_item {
    margin-top: 80px; }

.footer_copy {
  background: #B1ADA2;
  padding: 0 0 60px; }
  .footer_copy p, .footer_copy a {
    color: #fff; }
  .footer_copy .footer_copy_head img {
    width: 150px; }
  .footer_copy .footer_copy_body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 50px; }
    .footer_copy .footer_copy_body .body_sns {
      display: flex;
      align-items: center; }
      .footer_copy .footer_copy_body .body_sns .body_sns_title {
        display: flex;
        align-items: center; }
        .footer_copy .footer_copy_body .body_sns .body_sns_title img {
          width: 22px;
          height: 22px; }
        .footer_copy .footer_copy_body .body_sns .body_sns_title p {
          font-family: 'Open Sans', sans-serif;
          font-weight: 600;
          /*semibold-600, bold-700*/
          font-style: normal;
          line-height: 1;
          margin-left: 8px; }
      .footer_copy .footer_copy_body .body_sns .body_sns_list {
        margin-left: 25px; }
        .footer_copy .footer_copy_body .body_sns .body_sns_list a {
          font-size: 12px; }
        .footer_copy .footer_copy_body .body_sns .body_sns_list a + a {
          margin-left: 15px; }
    .footer_copy .footer_copy_body .body_copyright {
      display: flex;
      justify-content: flex-end; }
      .footer_copy .footer_copy_body .body_copyright p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        /*semibold-600, bold-700*/
        font-style: normal;
        font-size: 12px; }
      .footer_copy .footer_copy_body .body_copyright p + p {
        margin-left: 15px; }

.calendar {
  margin: 0 auto; }
  .calendar .xo-event-calendar table.xo-month .month-header > span {
    font-size: 12px; }
  .calendar .xo-event-calendar table.xo-month button > span {
    font-size: 12px; }
  .calendar .xo-event-calendar table.xo-month > thead th.sunday,
  .calendar .xo-event-calendar table.xo-month > thead th.saturday {
    color: #2D2E2B; }
  .calendar .xo-event-calendar table.xo-month > thead th {
    font-weight: 400;
    font-size: 12px;
    padding: 12px 0;
    background: #f5f5f5; }
  .calendar .xo-event-calendar table.xo-month .month-dayname td div {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    /*semibold-600, bold-700*/
    font-style: normal;
    font-size: 12px;
    letter-spacing: .05em; }
  .calendar .xo-event-calendar p.holiday-title {
    font-size: 12px; }
  .calendar .xo-event-calendar p.holiday-title span {
    border: none;
    padding: 0 0 0 15px; }
  .calendar .xo-event-calendar table.xo-month .month-dayname td div.today {
    color: #2D2E2B; }
  .calendar .xo-event-calendar table.xo-month .month-dayname-space {
    height: 10px; }
  .calendar .xo-event-calendar table.xo-month .month-week {
    padding: 5px 0; }
  .calendar .holiday-titles {
    display: none; }
  .calendar .xo-event-calendar table.xo-month .month-dayname td div.other-month {
    opacity: .25; }

@media screen and (max-width: 960px) {
  .l_footer {
    margin-top: 140px; } }
@media screen and (max-width: 760px) {
  .l_footer {
    margin-top: 70px; }

  .footer_cal {
    padding: 50px 0; }
    .footer_cal .footer_cal_head {
      display: block; }
      .footer_cal .footer_cal_head .head_title {
        width: 100%; }
        .footer_cal .footer_cal_head .head_title h2 {
          font-size: 142.857%; }
        .footer_cal .footer_cal_head .head_title p {
          font-size: 12px; }
      .footer_cal .footer_cal_head .head_txt {
        margin-top: 25px;
        margin-left: 0; }
        .footer_cal .footer_cal_head .head_txt p {
          font-size: 13px; }
    .footer_cal .footer_cal_body {
      margin-top: 40px; }
      .footer_cal .footer_cal_body .calendar .xo-months {
        display: block; }
        .footer_cal .footer_cal_body .calendar .xo-months .xo-month-wrap {
          width: 100%; }
          .footer_cal .footer_cal_body .calendar .xo-months .xo-month-wrap:nth-child(2) {
            margin-top: 30px;
            margin-left: 0; }

  .footer_info {
    padding: 60px 0 50px; }
    .footer_info h2, .footer_info p, .footer_info a {
      text-align: center; }
    .footer_info .footer_info_item .item_head {
      display: block; }
      .footer_info .footer_info_item .item_head .item_head_title {
        width: 100%; }
        .footer_info .footer_info_item .item_head .item_head_title h2 {
          font-size: 142.857%; }
        .footer_info .footer_info_item .item_head .item_head_title p {
          font-size: 12px; }
      .footer_info .footer_info_item .item_head .item_head_note {
        margin-top: 20px;
        margin-left: 0; }
    .footer_info .footer_info_item .item_body {
      display: block;
      margin-top: 25px; }
      .footer_info .footer_info_item .item_body .item_body_link {
        width: 100%; }
        .footer_info .footer_info_item .item_body .item_body_link a {
          padding: 15px 10px; }
          .footer_info .footer_info_item .item_body .item_body_link a span:nth-child(1) {
            font-size: 100%; }
      .footer_info .footer_info_item .item_body .item_body_link + .item_body_link {
        margin-top: 5px;
        margin-left: 0; }
    .footer_info .footer_info_item + .footer_info_item {
      margin-top: 40px; }

  .footer_copy {
    padding: 0 0 30px; }
    .footer_copy .footer_copy_head img {
      width: 125px;
      margin: 0 auto; }
    .footer_copy .footer_copy_body {
      display: block;
      margin-top: 30px; }
      .footer_copy .footer_copy_body .body_sns {
        display: block; }
        .footer_copy .footer_copy_body .body_sns .body_sns_title {
          justify-content: center; }
          .footer_copy .footer_copy_body .body_sns .body_sns_title img {
            width: 18px;
            height: 18px; }
          .footer_copy .footer_copy_body .body_sns .body_sns_title p {
            font-size: 13px;
            margin-right: 26px; }
        .footer_copy .footer_copy_body .body_sns .body_sns_list {
          margin-top: 10px;
          margin-left: 0;
          text-align: center; }
          .footer_copy .footer_copy_body .body_sns .body_sns_list a {
            font-size: 11px; }
          .footer_copy .footer_copy_body .body_sns .body_sns_list a + a {
            margin-left: 15px; }
      .footer_copy .footer_copy_body .body_copyright {
        margin-top: 50px;
        justify-content: center; }
        .footer_copy .footer_copy_body .body_copyright p {
          font-size: 11px;
          text-align: center; }

  .calendar .xo-event-calendar table.xo-month .month-header > span {
    font-size: 12px; }
  .calendar .xo-event-calendar table.xo-month button > span {
    font-size: 10px; }
  .calendar .xo-event-calendar table.xo-month > thead th {
    font-size: 11px;
    padding: 10px 0; }
  .calendar .xo-event-calendar table.xo-month .month-dayname td div {
    font-size: 10px; }
  .calendar .xo-event-calendar p.holiday-title {
    font-size: 10px; }
  .calendar .xo-event-calendar table.xo-month .month-week {
    padding: 2px 0; } }
/**
 * home css
 */
/* ==========================================================================
   #home
========================================================================== */
.p_index_hero {
  position: relative; }
  .p_index_hero .hero_img {
    overflow: hidden; }
    .p_index_hero .hero_img .c_img {
      background-position: 50% 32.5%;
      height: 100vh; }
  .p_index_hero .hero_copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .p_index_hero .hero_copy .hero_copy_txt p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      /*semibold-600, bold-700*/
      font-style: normal;
      color: #fff;
      font-size: 453.333%;
      font-weight: 700;
      line-height: 1.1; }
    .p_index_hero .hero_copy h1 {
      color: #fff;
      font-size: 113.333%;
      font-weight: 700;
      letter-spacing: .25em;
      margin-top: 30px; }

.p_index_about {
  display: flex;
  align-items: center;
  position: relative; }
  .p_index_about::before {
    position: absolute;
    content: '';
    top: 200px;
    left: 0;
    width: 55%;
    height: 57.5%;
    background: #F5F4F0;
    z-index: -10; }
  .p_index_about .about_img {
    width: 55%; }
    .p_index_about .about_img .about_img_item.first {
      padding: 0 4.392vw; }
    .p_index_about .about_img .about_img_item.second {
      margin-top: -32.5%;
      margin-left: auto;
      padding-right: 2.196vw;
      width: 40%; }
  .p_index_about .about_note {
    flex: 1;
    margin-left: 7.320vw; }
    .p_index_about .about_note .txt p + p {
      margin-top: 25px; }

.p_index_salon .salon_head .c_title {
  border-top: solid #B1ADA2 1px;
  padding-top: 120px; }
.p_index_salon .salon_body .salon_body_item:nth-child(2n) .item_info {
  flex-direction: row-reverse; }
  .p_index_salon .salon_body .salon_body_item:nth-child(2n) .item_info .item_info_note {
    margin-left: 0;
    margin-right: 8.784vw; }
    .p_index_salon .salon_body .salon_body_item:nth-child(2n) .item_info .item_info_note h3::before {
      background: #2E904C; }
.p_index_salon .salon_body .salon_body_item .item_info {
  display: flex; }
  .p_index_salon .salon_body .salon_body_item .item_info .item_info_img {
    width: 52.5%; }
  .p_index_salon .salon_body .salon_body_item .item_info .item_info_note {
    flex: 1;
    margin-top: 7%;
    margin-left: 8.784vw; }
    .p_index_salon .salon_body .salon_body_item .item_info .item_info_note h3 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      /*semibold-600, bold-700*/
      font-style: normal;
      font-size: 173.333%;
      font-weight: 700;
      position: relative;
      padding-bottom: 5px; }
      .p_index_salon .salon_body .salon_body_item .item_info .item_info_note h3::before {
        position: absolute;
        content: '';
        left: 3px;
        bottom: 0;
        width: 2.928vw;
        height: 2px;
        background: #E88B3C; }
    .p_index_salon .salon_body .salon_body_item .item_info .item_info_note .strong {
      font-size: 120%;
      margin-top: 40px; }
    .p_index_salon .salon_body .salon_body_item .item_info .item_info_note .min {
      margin-top: 20px; }
      .p_index_salon .salon_body .salon_body_item .item_info .item_info_note .min a {
        text-decoration: underline; }
.p_index_salon .salon_body .salon_body_item .item_sns {
  position: relative;
  margin-top: 120px; }
  .p_index_salon .salon_body .salon_body_item .item_sns ul {
    display: flex;
    flex-wrap: wrap; }
    .p_index_salon .salon_body .salon_body_item .item_sns ul li {
      width: 16.6666%; }
  .p_index_salon .salon_body .salon_body_item .item_sns .caption {
    position: absolute;
    right: 13.177vw;
    bottom: 0;
    color: #fff;
    background: #2D2E2B;
    padding: 20px 30px 25px;
    width: 350px; }
    .p_index_salon .salon_body .salon_body_item .item_sns .caption p, .p_index_salon .salon_body .salon_body_item .item_sns .caption a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      /*semibold-600, bold-700*/
      font-style: normal; }
    .p_index_salon .salon_body .salon_body_item .item_sns .caption .strong {
      font-size: 133.333%;
      font-weight: 700;
      line-height: 1.65; }
    .p_index_salon .salon_body .salon_body_item .item_sns .caption .min {
      color: #B1ADA2;
      font-size: 12px; }
    .p_index_salon .salon_body .salon_body_item .item_sns .caption a {
      position: absolute;
      right: 30px;
      bottom: 25px;
      color: #fff;
      font-size: 12px;
      text-decoration: underline; }
.p_index_salon .salon_body .salon_body_item + .salon_body_item {
  margin-top: 140px; }

.p_index_news .news_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .p_index_news .news_head .c_title {
    margin-bottom: 0; }
  .p_index_news .news_head .c_link {
    margin-bottom: 10px; }
.p_index_news .news_body {
  border-top: solid #B1ADA2 1px;
  margin-top: 40px;
  padding-top: 50px;
  display: flex;
  align-items: center; }
  .p_index_news .news_body .c_news_item {
    width: 33.3333%;
    border-left: solid #B1ADA2 1px;
    margin-left: 2.196vw;
    padding-left: 2.196vw; }
    .p_index_news .news_body .c_news_item:first-child {
      border-left: none;
      margin-left: 0;
      padding-left: 0; }

.p_index_recruit .recruit_head .c_img {
  padding-top: 44.141%; }
.p_index_recruit .recruit_body {
  margin-top: -50px; }
  .p_index_recruit .recruit_body .c_title p, .p_index_recruit .recruit_body .c_title h2 {
    text-align: right; }

.p_index_btn {
  margin-top: 100px; }
  .p_index_btn .btn_wrap {
    display: flex;
    border-top: solid #B1ADA2 1px;
    padding-top: 140px; }
    .p_index_btn .btn_wrap .btn_wrap_item {
      width: 50%; }
      .p_index_btn .btn_wrap .btn_wrap_item a {
        position: relative;
        padding-top: 62.5%; }
        .p_index_btn .btn_wrap .btn_wrap_item a::before {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #2D2E2B;
          opacity: .5; }
        .p_index_btn .btn_wrap .btn_wrap_item a .caption {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding: 60px; }
          .p_index_btn .btn_wrap .btn_wrap_item a .caption h3 {
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            /*semibold-600, bold-700*/
            font-style: normal;
            color: #fff;
            font-size: 213.333%; }
          .p_index_btn .btn_wrap .btn_wrap_item a .caption img {
            position: absolute;
            right: 40px;
            bottom: 40px;
            width: 90px;
            height: 90px;
            border: solid #fff 1px;
            border-radius: 100%;
            padding: 35px; }

@media screen and (max-width: 960px) {
  .p_index_about::before {
    width: 50%; }
  .p_index_about .about_img {
    width: 50%; }
    .p_index_about .about_img .about_img_item.first {
      padding: 0 4.392vw 0 0; }

  .p_index_salon .salon_body .salon_body_item:nth-child(2n) .item_info .item_info_note {
    margin-right: 7.320vw; }
    .p_index_salon .salon_body .salon_body_item:nth-child(2n) .item_info .item_info_note h3::before {
      background: #2E904C; }
  .p_index_salon .salon_body .salon_body_item .item_info .item_info_img {
    width: 50%; }
  .p_index_salon .salon_body .salon_body_item .item_info .item_info_note {
    margin-top: 0;
    margin-left: 7.320vw; }
  .p_index_salon .salon_body .salon_body_item .item_sns {
    margin-top: 80px; }
    .p_index_salon .salon_body .salon_body_item .item_sns .caption {
      right: 7.32vw;
      padding: 15px 25px 15px;
      width: 300px; }
      .p_index_salon .salon_body .salon_body_item .item_sns .caption a {
        right: 25px;
        bottom: 20px; }

  .p_index_news .news_head .c_link {
    margin-bottom: 0; }
  .p_index_news .news_body {
    display: block; }
    .p_index_news .news_body .c_news_item {
      width: 100%;
      border-left: none;
      margin-left: 0;
      padding-left: 0; }

  .p_index_btn .btn_wrap {
    padding-top: 120px; }
    .p_index_btn .btn_wrap .btn_wrap_item a .caption {
      padding: 25px; }
      .p_index_btn .btn_wrap .btn_wrap_item a .caption img {
        right: 25px;
        bottom: 25px;
        width: 70px;
        height: 70px;
        padding: 27px; } }
@media screen and (max-width: 760px) {
  .p_index_hero .hero_img .c_img {
    background-position: 65% 50%; }
  .p_index_hero .hero_copy .hero_copy_txt p {
    font-size: 300%; }
  .p_index_hero .hero_copy h1 {
    font-size: 107.142%; }

  .p_index_about {
    display: block; }
    .p_index_about::before {
      top: 120px;
      width: 85%;
      height: 32.5%; }
    .p_index_about .about_img {
      width: 100%; }
      .p_index_about .about_img .about_img_item.first {
        padding: 0;
        width: 65%;
        margin-left: auto; }
      .p_index_about .about_img .about_img_item.second {
        margin-top: -35%;
        margin-left: 10.666vw;
        padding-right: 0;
        width: 35%; }
    .p_index_about .about_note {
      margin-top: 50px;
      margin-left: 0; }
      .p_index_about .about_note .c_title {
        margin-bottom: 30px; }
      .p_index_about .about_note .txt p + p {
        margin-top: 20px; }

  .p_index_salon .salon_head .c_title {
    padding-top: 70px; }
  .p_index_salon .salon_body .salon_body_item:nth-child(2n) .item_info .item_info_note {
    margin-right: 0;
    padding-right: 6.666vw; }
  .p_index_salon .salon_body .salon_body_item .item_info {
    display: block; }
    .p_index_salon .salon_body .salon_body_item .item_info .item_info_img {
      width: 100%;
      padding-right: 6.666vw; }
    .p_index_salon .salon_body .salon_body_item .item_info .item_info_note {
      margin-top: 35px;
      margin-left: 0;
      padding-left: 6.666vw; }
      .p_index_salon .salon_body .salon_body_item .item_info .item_info_note h3 {
        font-size: 157.142%; }
        .p_index_salon .salon_body .salon_body_item .item_info .item_info_note h3::before {
          width: 40px; }
      .p_index_salon .salon_body .salon_body_item .item_info .item_info_note .strong {
        font-size: 114.285%;
        margin-top: 30px; }
  .p_index_salon .salon_body .salon_body_item .item_sns {
    margin-top: 30px; }
    .p_index_salon .salon_body .salon_body_item .item_sns ul li {
      width: 33.3333%; }
    .p_index_salon .salon_body .salon_body_item .item_sns .caption {
      right: 6.666vw;
      padding: 12px 20px 12px;
      width: 245px; }
      .p_index_salon .salon_body .salon_body_item .item_sns .caption .strong {
        font-size: 114.285%; }
      .p_index_salon .salon_body .salon_body_item .item_sns .caption a {
        right: 20px;
        bottom: 20px;
        font-size: 11px; }
  .p_index_salon .salon_body .salon_body_item + .salon_body_item {
    margin-top: 70px; }

  .p_index_news .news_head {
    display: block; }
    .p_index_news .news_head .c_link {
      margin-top: -20px; }
  .p_index_news .news_body {
    margin-top: 25px;
    padding-top: 20px; }

  .p_index_recruit .recruit_head {
    padding-right: 0; }
    .p_index_recruit .recruit_head .c_img {
      padding-top: 65%; }
  .p_index_recruit .recruit_body {
    margin-top: -20px; }
    .p_index_recruit .recruit_body .c_title {
      margin-bottom: 30px; }
      .p_index_recruit .recruit_body .c_title p, .p_index_recruit .recruit_body .c_title h2 {
        text-align: right; }
    .p_index_recruit .recruit_body .c_link {
      margin-top: 25px; }

  .p_index_btn {
    margin-top: 70px; }
    .p_index_btn .btn_wrap {
      display: block;
      padding-top: 70px; }
      .p_index_btn .btn_wrap .btn_wrap_item {
        width: 100%; }
        .p_index_btn .btn_wrap .btn_wrap_item a {
          padding-top: 55.5%; }
          .p_index_btn .btn_wrap .btn_wrap_item a .caption {
            padding: 35px 25px; }
            .p_index_btn .btn_wrap .btn_wrap_item a .caption h3 {
              font-size: 157.142%; }
            .p_index_btn .btn_wrap .btn_wrap_item a .caption img {
              right: 10px;
              bottom: 10px;
              width: 60px;
              height: 60px;
              padding: 24px; } }
/**
 * salon css
 */
/* ==========================================================================
   #salon
========================================================================== */
.p_salon_info .info_body .info_body_note {
  padding-top: 20px;
  padding-left: 11.713vw; }
  .p_salon_info .info_body .info_body_note h3 {
    font-size: 160%;
    margin-bottom: 30px; }
.p_salon_info .info_body .info_body_img {
  display: flex;
  margin-top: 100px; }
  .p_salon_info .info_body .info_body_img .img_item:nth-child(1) {
    width: 34%; }
  .p_salon_info .info_body .info_body_img .img_item:nth-child(2) {
    flex: 1;
    margin-left: 1.098vw; }
    .p_salon_info .info_body .info_body_img .img_item:nth-child(2) .img_2nd {
      width: 50%; }
    .p_salon_info .info_body .info_body_img .img_item:nth-child(2) .img_3rd {
      margin-top: 1.098vw; }
    .p_salon_info .info_body .info_body_img .img_item:nth-child(2) .detail {
      margin-top: 100px; }
      .p_salon_info .info_body .info_body_img .img_item:nth-child(2) .detail ul {
        display: flex; }
        .p_salon_info .info_body .info_body_img .img_item:nth-child(2) .detail ul li:nth-child(1) {
          font-family: 'Open Sans', sans-serif;
          font-weight: 600;
          /*semibold-600, bold-700*/
          font-style: normal;
          width: 175px; }
        .p_salon_info .info_body .info_body_img .img_item:nth-child(2) .detail ul li:nth-child(2) {
          flex: 1; }
          .p_salon_info .info_body .info_body_img .img_item:nth-child(2) .detail ul li:nth-child(2) a {
            text-decoration: underline; }
      .p_salon_info .info_body .info_body_img .img_item:nth-child(2) .detail ul + ul {
        margin-top: 15px; }
.p_salon_info .info_body .info_body_map {
  margin-top: 100px; }
  .p_salon_info .info_body .info_body_map iframe {
    width: 100%;
    height: 450px;
    vertical-align: bottom; }

.p_salon_menu .menu_body {
  padding-top: 30px; }
  .p_salon_menu .menu_body .menu_body_link {
    padding-left: 11.713vw; }
    .p_salon_menu .menu_body .menu_body_link a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: solid #B1ADA2 1px;
      padding-bottom: 30px; }
      .p_salon_menu .menu_body .menu_body_link a img {
        width: 14px;
        height: 14px; }

.p_salon_gallry .gallery_wrap {
  display: flex; }
  .p_salon_gallry .gallery_wrap .gallery_wrap_item:nth-child(1) {
    flex: 1;
    margin-right: 1.098vw; }
    .p_salon_gallry .gallery_wrap .gallery_wrap_item:nth-child(1) .img_1st {
      width: 50%;
      margin-left: auto; }
    .p_salon_gallry .gallery_wrap .gallery_wrap_item:nth-child(1) .img_2nd {
      margin-top: 1.098vw; }
  .p_salon_gallry .gallery_wrap .gallery_wrap_item:nth-child(2) {
    width: 34%; }

.p_salon_next {
  margin-bottom: -160px; }
  .p_salon_next a {
    position: relative;
    display: block; }
    .p_salon_next a .c_img {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      padding-top: 32.5%;
      position: relative; }
      .p_salon_next a .c_img::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #2D2E2B;
        opacity: .5; }
    .p_salon_next a .link {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .p_salon_next a .link span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        /*semibold-600, bold-700*/
        font-style: normal;
        color: #fff;
        font-size: 133.333%; }
      .p_salon_next a .link img {
        border: solid #fff 1px;
        border-radius: 100%;
        width: 90px;
        height: 90px;
        padding: 35px;
        margin-left: 20px; }

@media screen and (max-width: 960px) {
  .p_salon_next {
    margin-bottom: -140px; } }
@media screen and (max-width: 760px) {
  .p_salon_info .info_body .info_body_note {
    padding-top: 0;
    padding-left: 0; }
    .p_salon_info .info_body .info_body_note h3 {
      font-size: 142.857%;
      margin-bottom: 20px; }
  .p_salon_info .info_body .info_body_img {
    display: block;
    margin-top: 50px; }
    .p_salon_info .info_body .info_body_img .img_item:nth-child(1) {
      width: 100%; }
    .p_salon_info .info_body .info_body_img .img_item:nth-child(2) {
      flex: 1;
      margin-left: 0; }
      .p_salon_info .info_body .info_body_img .img_item:nth-child(2) .img_2nd {
        width: 100%;
        margin-top: 5px; }
      .p_salon_info .info_body .info_body_img .img_item:nth-child(2) .img_3rd {
        margin-top: 5px; }
      .p_salon_info .info_body .info_body_img .img_item:nth-child(2) .detail {
        margin-top: 50px; }
        .p_salon_info .info_body .info_body_img .img_item:nth-child(2) .detail ul {
          display: block; }
          .p_salon_info .info_body .info_body_img .img_item:nth-child(2) .detail ul li:nth-child(1) {
            font-size: 12px;
            font-weight: 700;
            width: 100%; }
  .p_salon_info .info_body .info_body_map {
    margin-top: 50px; }
    .p_salon_info .info_body .info_body_map iframe {
      height: 350px; }

  .p_salon_menu .menu_body {
    padding-top: 20px; }
    .p_salon_menu .menu_body .menu_body_link a {
      padding-bottom: 20px; }
      .p_salon_menu .menu_body .menu_body_link a img {
        width: 12px;
        height: 12px; }

  .p_salon_gallry .gallery_wrap {
    display: block; }
    .p_salon_gallry .gallery_wrap .gallery_wrap_item:nth-child(1) {
      flex: 1;
      margin-right: 0; }
      .p_salon_gallry .gallery_wrap .gallery_wrap_item:nth-child(1) .img_1st {
        width: 100%;
        margin-left: auto; }
      .p_salon_gallry .gallery_wrap .gallery_wrap_item:nth-child(1) .img_2nd {
        margin-top: 5px; }
    .p_salon_gallry .gallery_wrap .gallery_wrap_item:nth-child(2) {
      margin-top: 5px;
      width: 100%; }

  .p_salon_next {
    margin-bottom: -70px; }
    .p_salon_next a .c_img {
      padding-top: 67.5%; }
    .p_salon_next a .link span {
      font-size: 128.571%; }
    .p_salon_next a .link img {
      width: 60px;
      height: 60px;
      padding: 22px; } }
/**
 * staff css
 * _archive css
 * _single css
 */
/* ==========================================================================
   #archive
========================================================================== */
.p_staff_list .list_body {
  padding-top: 30px; }

@media screen and (max-width: 760px) {
  .p_staff_list .list_body {
    padding-top: 20px; } }
/* ==========================================================================
   #single
========================================================================== */
.p_staff_single_content {
  overflow: hidden; }
  .p_staff_single_content .content_head {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 80px; }
    .p_staff_single_content .content_head .content_head_bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 90%;
      z-index: -10; }
      .p_staff_single_content .content_head .content_head_bg span {
        display: block;
        width: 100%;
        height: 100%;
        background: #F5F4F0; }
    .p_staff_single_content .content_head .content_head_img {
      flex: 1;
      margin-right: 8.784vw; }
      .p_staff_single_content .content_head .content_head_img .c_img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        padding-top: 140%; }
    .p_staff_single_content .content_head .content_head_note {
      width: 45%; }
      .p_staff_single_content .content_head .content_head_note .en {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        /*semibold-600, bold-700*/
        font-style: normal;
        color: #fff;
        font-size: 520%;
        letter-spacing: -.05em;
        margin-left: -4.392vw; }
      .p_staff_single_content .content_head .content_head_note .lank {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        /*semibold-600, bold-700*/
        font-style: normal;
        color: #B1ADA2;
        font-size: 93.333%;
        margin-top: -35px; }
      .p_staff_single_content .content_head .content_head_note h2 {
        font-size: 160%;
        line-height: 1.65;
        margin-top: 15px; }
      .p_staff_single_content .content_head .content_head_note .min {
        font-size: 93.333%; }
  .p_staff_single_content .content_body {
    margin-top: 20px; }
    .p_staff_single_content .content_body .content_body_detail {
      width: 45%;
      margin-left: auto; }
      .p_staff_single_content .content_body .content_body_detail ul {
        display: flex; }
        .p_staff_single_content .content_body .content_body_detail ul li {
          margin-top: 15px;
          padding-bottom: 15px; }
          .p_staff_single_content .content_body .content_body_detail ul li:nth-child(1) {
            width: 170px;
            border-bottom: solid #2D2E2B 1px; }
          .p_staff_single_content .content_body .content_body_detail ul li:nth-child(2) {
            flex: 1;
            border-bottom: solid #ccc 1px;
            margin-left: 5px; }
      .p_staff_single_content .content_body .content_body_detail .link {
        margin-top: 60px; }
        .p_staff_single_content .content_body .content_body_detail .link a {
          background: #B1ADA2;
          border-radius: 3px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 25px 25px 25px 35px; }
          .p_staff_single_content .content_body .content_body_detail .link a span {
            color: #fff;
            font-size: 93.333%; }
          .p_staff_single_content .content_body .content_body_detail .link a img {
            width: 80px; }
  .p_staff_single_content .content_foot .content_foot_gallery {
    display: flex;
    flex-wrap: wrap; }
    .p_staff_single_content .content_foot .content_foot_gallery .gallery_item {
      width: 16.6666%; }
  .p_staff_single_content .content_foot .content_foot_link {
    margin-top: 60px;
    padding-left: 11.713vw; }
    .p_staff_single_content .content_foot .content_foot_link a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: solid #B1ADA2 1px;
      padding-bottom: 30px; }
      .p_staff_single_content .content_foot .content_foot_link a .link_title {
        display: flex;
        align-items: center; }
        .p_staff_single_content .content_foot .content_foot_link a .link_title img {
          width: 24px;
          height: 24px; }
        .p_staff_single_content .content_foot .content_foot_link a .link_title span {
          font-family: 'Open Sans', sans-serif;
          font-weight: 600;
          /*semibold-600, bold-700*/
          font-style: normal;
          color: #B1ADA2;
          margin-left: 10px; }
      .p_staff_single_content .content_foot .content_foot_link a .icon_arrow {
        width: 16px;
        height: 16px; }

@media screen and (max-width: 760px) {
  .p_staff_single_content .content_head {
    display: block;
    padding-top: 50px; }
    .p_staff_single_content .content_head .content_head_bg {
      height: 40%; }
    .p_staff_single_content .content_head .content_head_img {
      margin-right: 0;
      width: 70%;
      margin-left: auto; }
    .p_staff_single_content .content_head .content_head_note {
      width: 100%;
      margin-top: 20px; }
      .p_staff_single_content .content_head .content_head_note .en {
        color: #F5F4F0;
        font-size: 514.285%;
        margin-left: -10px; }
      .p_staff_single_content .content_head .content_head_note .lank {
        font-size: 12px;
        margin-top: -60px; }
      .p_staff_single_content .content_head .content_head_note h2 {
        font-size: 157.142%;
        margin-top: 10px; }
      .p_staff_single_content .content_head .content_head_note .min {
        font-size: 12px; }
  .p_staff_single_content .content_body {
    margin-top: 40px; }
    .p_staff_single_content .content_body .content_body_detail {
      width: 100%; }
      .p_staff_single_content .content_body .content_body_detail ul li {
        margin-top: 12px;
        padding-bottom: 12px; }
        .p_staff_single_content .content_body .content_body_detail ul li:nth-child(1) {
          width: 125px; }
        .p_staff_single_content .content_body .content_body_detail ul li:nth-child(2) {
          margin-left: 3px; }
      .p_staff_single_content .content_body .content_body_detail .link {
        margin-top: 50px; }
        .p_staff_single_content .content_body .content_body_detail .link a {
          padding: 18px 20px; }
          .p_staff_single_content .content_body .content_body_detail .link a span {
            font-size: 12px; }
          .p_staff_single_content .content_body .content_body_detail .link a img {
            width: 70px; }
  .p_staff_single_content .content_foot .content_foot_gallery .gallery_item {
    width: 33.3333%; }
  .p_staff_single_content .content_foot .content_foot_link {
    margin-top: 50px; }
    .p_staff_single_content .content_foot .content_foot_link a {
      padding-bottom: 20px; }
      .p_staff_single_content .content_foot .content_foot_link a .link_title img {
        width: 20px;
        height: 20px; }
      .p_staff_single_content .content_foot .content_foot_link a .icon_arrow {
        width: 12px;
        height: 12px; } }
/**
 * news css
 * _archive css
 * _single css
 */
/* ==========================================================================
   #archive
========================================================================== */
.p_news_content {
  display: flex; }
  .p_news_content .content_aside {
    width: 32%; }
    .p_news_content .content_aside .inner {
      position: sticky;
      top: 0;
      padding-top: 120px;
      margin-top: -120px; }
    .p_news_content .content_aside .content_aside_title {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      /*semibold-600, bold-700*/
      font-style: normal;
      color: #B1ADA2;
      font-size: 86.666%; }
    .p_news_content .content_aside .content_aside_cat {
      margin-top: 25px;
      padding-left: 10px; }
      .p_news_content .content_aside .content_aside_cat ul li {
        font-size: 93.333%; }
  .p_news_content .content_article {
    flex: 1;
    margin-left: 20px; }
    .p_news_content .content_article .content_article_list .list_item {
      padding: 25px 0; }
      .p_news_content .content_article .content_article_list .list_item .list_item_img {
        width: 110px; }
      .p_news_content .content_article .content_article_list .list_item .list_item_note {
        margin-left: 1.830vw;
        padding-right: 1.830vw; }
        .p_news_content .content_article .content_article_list .list_item .list_item_note .title {
          font-size: 100%; }
      .p_news_content .content_article .content_article_list .list_item .list_item_icon img {
        width: 16px;
        height: 16px; }
    .p_news_content .content_article .content_article_pager {
      margin-top: 80px; }
      .p_news_content .content_article .content_article_pager .pg_inner {
        display: flex;
        align-items: center;
        justify-content: center; }
        .p_news_content .content_article .content_article_pager .pg_inner .page-numbers {
          font-family: 'Open Sans', sans-serif;
          font-weight: 600;
          /*semibold-600, bold-700*/
          font-style: normal;
          width: 32px;
          line-height: 32px;
          display: block;
          border: solid #B1ADA2 1px;
          color: #B1ADA2;
          font-size: 13px;
          margin: 0 5px;
          text-align: center; }
          .p_news_content .content_article .content_article_pager .pg_inner .page-numbers.current {
            background: #B1ADA2;
            color: #fff; }

@media screen and (max-width: 760px) {
  .p_news_content {
    display: block; }
    .p_news_content .content_aside {
      width: 100%; }
      .p_news_content .content_aside .inner {
        position: relative;
        padding-top: 0;
        margin-top: 0; }
      .p_news_content .content_aside .content_aside_title {
        font-size: 12px; }
      .p_news_content .content_aside .content_aside_cat {
        padding-left: 0; }
        .p_news_content .content_aside .content_aside_cat ul {
          display: flex;
          flex-wrap: wrap; }
          .p_news_content .content_aside .content_aside_cat ul li {
            font-size: 93.333%;
            margin-right: 20px; }
    .p_news_content .content_article {
      margin-top: 50px;
      margin-left: 0; }
      .p_news_content .content_article .content_article_list .list_item .list_item_img {
        width: 85px; }
      .p_news_content .content_article .content_article_list .list_item .list_item_note {
        margin-left: 15px;
        padding-right: 20px; }
      .p_news_content .content_article .content_article_list .list_item .list_item_icon img {
        width: 12px;
        height: 12px; }
      .p_news_content .content_article .content_article_pager {
        margin-top: 50px; }
        .p_news_content .content_article .content_article_pager .pg_inner .page-numbers {
          width: 30px;
          line-height: 30px;
          font-size: 12px; } }
/* ==========================================================================
   #single
========================================================================== */
.p_news_single_content .content_head {
  position: relative;
  padding: 80px 0; }
  .p_news_single_content .content_head .content_head_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10; }
    .p_news_single_content .content_head .content_head_bg span {
      display: block;
      width: 100%;
      height: 100%;
      background: #F5F4F0; }
  .p_news_single_content .content_head .content_head_title .term {
    display: flex;
    align-items: baseline; }
    .p_news_single_content .content_head .content_head_title .term .date p {
      color: #B1ADA2;
      font-size: 12px;
      line-height: 1.5; }
    .p_news_single_content .content_head .content_head_title .term .cat {
      margin-left: 10px; }
      .p_news_single_content .content_head .content_head_title .term .cat ul {
        display: flex; }
        .p_news_single_content .content_head .content_head_title .term .cat ul li a {
          color: #B1ADA2;
          font-size: 12px;
          line-height: 1.5; }
        .p_news_single_content .content_head .content_head_title .term .cat ul li + li {
          margin-left: 5px; }
  .p_news_single_content .content_head .content_head_title .title {
    font-size: 160%;
    margin-top: 10px; }
.p_news_single_content .content_body {
  display: flex; }
  .p_news_single_content .content_body .content_body_article {
    flex: 1;
    margin-right: 8.784vw; }
    .p_news_single_content .content_body .content_body_article .editor h3 {
      font-size: 125%;
      font-weight: 500;
      display: inline-block;
      margin-bottom: 15px;
      padding-bottom: 2px;
      position: relative; }
      .p_news_single_content .content_body .content_body_article .editor h3::before, .p_news_single_content .content_body .content_body_article .editor h3::after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 2px; }
      .p_news_single_content .content_body .content_body_article .editor h3::before {
        width: 100%;
        background: #DCDCDC; }
      .p_news_single_content .content_body .content_body_article .editor h3::after {
        width: 30%;
        background: #E88B3C; }
    .p_news_single_content .content_body .content_body_article .editor h4 {
      font-size: 115%;
      font-weight: 500;
      margin-bottom: 10px;
      padding-left: 12px;
      position: relative; }
      .p_news_single_content .content_body .content_body_article .editor h4::before {
        position: absolute;
        content: '';
        top: 2px;
        left: 0;
        width: 4px;
        height: calc(100% - 5px);
        background: #E88B3C; }
    .p_news_single_content .content_body .content_body_article .editor h5 {
      font-size: 108%;
      font-weight: 500;
      margin-bottom: 8px;
      padding-left: 18px;
      position: relative; }
      .p_news_single_content .content_body .content_body_article .editor h5::before {
        position: absolute;
        content: '●';
        top: 0;
        left: 0;
        color: #B1ADA2; }
    .p_news_single_content .content_body .content_body_article .editor strong {
      font-weight: 700; }
    .p_news_single_content .content_body .content_body_article .editor em {
      font-style: italic; }
    .p_news_single_content .content_body .content_body_article .editor a {
      display: inline-block;
      text-decoration: underline;
      color: blue; }
    .p_news_single_content .content_body .content_body_article .editor hr {
      margin: 12px 0; }
  .p_news_single_content .content_body .content_body_aside {
    width: 30%; }
    .p_news_single_content .content_body .content_body_aside .aside_title {
      margin-bottom: 40px; }
      .p_news_single_content .content_body .content_body_aside .aside_title h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        /*semibold-600, bold-700*/
        font-style: normal;
        font-size: 160%;
        line-height: 1.25; }

@media screen and (max-width: 960px) {
  .p_news_single_content .content_head .content_head_bg {
    padding-left: 0; } }
@media screen and (max-width: 760px) {
  .p_news_single_content .content_head {
    padding: 40px 0; }
    .p_news_single_content .content_head .content_head_bg {
      padding-left: 0; }
    .p_news_single_content .content_head .content_head_title .title {
      font-size: 142.857%;
      line-height: 1.75; }
  .p_news_single_content .content_body {
    display: block;
    padding-top: 60px; }
    .p_news_single_content .content_body .content_body_article {
      margin-right: 0; }
      .p_news_single_content .content_body .content_body_article .editor h3 {
        padding-bottom: 10px; }
    .p_news_single_content .content_body .content_body_aside {
      width: 100%;
      margin-top: 70px; }
      .p_news_single_content .content_body .content_body_aside .aside_title {
        margin-bottom: 40px; }
        .p_news_single_content .content_body .content_body_aside .aside_title h3 {
          font-size: 160%; } }
/**
 * recruit css
 */
/* ==========================================================================
   #recruit
========================================================================== */
.p_recruit_copy .copy_txt {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 10; }
  .p_recruit_copy .copy_txt .copy_txt_strong h3 {
    font-size: 240%;
    font-weight: 700;
    letter-spacing: -.3em; }
  .p_recruit_copy .copy_txt .copy_txt_strong .strong_inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center; }
    .p_recruit_copy .copy_txt .copy_txt_strong .strong_inner .col {
      margin: 0 25px; }
      .p_recruit_copy .copy_txt .copy_txt_strong .strong_inner .col span {
        font-size: 240%;
        font-weight: 700;
        display: block;
        margin: 8px 0;
        text-align: center; }
  .p_recruit_copy .copy_txt p {
    padding-top: 40px;
    padding-left: 8.784vw; }
.p_recruit_copy .copy_gallery {
  margin-top: -100px; }
  .p_recruit_copy .copy_gallery .swiper-container .swiper-wrapper {
    transition-timing-function: linear !important; }

.p_recruit_concept .concept_head {
  display: flex; }
  .p_recruit_concept .concept_head .concept_head_txt {
    margin-left: 10.980vw;
    flex: 1; }
.p_recruit_concept .concept_body {
  display: flex;
  align-items: flex-end;
  margin-top: 100px; }
  .p_recruit_concept .concept_body .concept_body_note {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-top: -2.928vw;
    margin-left: -2.928vw; }
    .p_recruit_concept .concept_body .concept_body_note .note_item {
      width: 50%;
      padding-top: 2.928vw;
      padding-left: 2.928vw; }
      .p_recruit_concept .concept_body .concept_body_note .note_item .line {
        border-bottom: solid #B1ADA2 1px;
        display: flex;
        align-items: center;
        padding-bottom: 20px; }
      .p_recruit_concept .concept_body .concept_body_note .note_item img {
        width: 30%;
        border-radius: 100%; }
      .p_recruit_concept .concept_body .concept_body_note .note_item p {
        flex: 1;
        font-size: 120%;
        line-height: 1.75;
        margin-left: 1.830vw; }
  .p_recruit_concept .concept_body .concept_body_img {
    width: 17.5%;
    margin-left: 4.392vw;
    position: relative;
    z-index: 10; }

.p_recruit_strength .strength_body {
  display: flex;
  flex-wrap: wrap;
  margin-top: 140px;
  margin-left: -2.196vw;
  position: relative;
  padding-bottom: 60px; }
  .p_recruit_strength .strength_body::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    background: #F5F4F0;
    z-index: -10; }
  .p_recruit_strength .strength_body .strength_body_item {
    width: 33.3333%;
    padding-left: 2.196vw;
    position: relative; }
    .p_recruit_strength .strength_body .strength_body_item:nth-child(1) {
      margin-top: 160px; }
    .p_recruit_strength .strength_body .strength_body_item:nth-child(2) {
      margin-top: 80px; }
      .p_recruit_strength .strength_body .strength_body_item:nth-child(2) .item_num span {
        color: #2E904C; }
    .p_recruit_strength .strength_body .strength_body_item:nth-child(4) {
      margin-top: 160px; }
      .p_recruit_strength .strength_body .strength_body_item:nth-child(4) .item_num span {
        color: #2E904C; }
    .p_recruit_strength .strength_body .strength_body_item:nth-child(5) {
      margin-top: 80px; }
    .p_recruit_strength .strength_body .strength_body_item .item_note {
      background: #fff;
      padding: 0 1.464vw 2.928vw;
      margin-top: -20px; }
      .p_recruit_strength .strength_body .strength_body_item .item_note h3 {
        background: #B1ADA2;
        color: #fff;
        display: inline;
        font-size: 133.333%;
        line-height: 1.65; }
        .p_recruit_strength .strength_body .strength_body_item .item_note h3 span {
          padding: 0 8px; }
      .p_recruit_strength .strength_body .strength_body_item .item_note p {
        margin-top: 20px; }
    .p_recruit_strength .strength_body .strength_body_item .item_num {
      position: absolute;
      top: -20px;
      right: -20px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      /*semibold-600, bold-700*/
      font-style: normal;
      font-size: 280%; }
      .p_recruit_strength .strength_body .strength_body_item .item_num span {
        color: #E88B3C; }
.p_recruit_strength .strength_foot {
  margin-top: -80px; }
  .p_recruit_strength .strength_foot img {
    width: 30%;
    margin-left: auto; }
.p_recruit_strength .concept_body {
  display: flex;
  align-items: flex-end;
  margin-top: 100px; }
  .p_recruit_strength .concept_body .concept_body_note {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-top: -2.928vw;
    margin-left: -2.928vw; }
    .p_recruit_strength .concept_body .concept_body_note .note_item {
      width: 50%;
      padding-top: 2.928vw;
      padding-left: 2.928vw; }
      .p_recruit_strength .concept_body .concept_body_note .note_item .line {
        border-bottom: solid #B1ADA2 1px;
        display: flex;
        align-items: center;
        padding-bottom: 20px; }
      .p_recruit_strength .concept_body .concept_body_note .note_item img {
        width: 30%;
        border-radius: 100%; }
      .p_recruit_strength .concept_body .concept_body_note .note_item p {
        flex: 1;
        font-size: 120%;
        line-height: 1.75;
        margin-left: 1.830vw; }
  .p_recruit_strength .concept_body .concept_body_img {
    width: 17.5%;
    margin-left: 4.392vw;
    position: relative;
    z-index: 10; }

.p_recruit_curriculum .curriculum_head {
  display: flex;
  flex-direction: row-reverse; }
  .p_recruit_curriculum .curriculum_head .curriculum_head_img {
    width: 50%;
    margin-left: 7.320vw; }
  .p_recruit_curriculum .curriculum_head .curriculum_head_note {
    width: 50%;
    margin-top: 40px; }
    .p_recruit_curriculum .curriculum_head .curriculum_head_note .note_txt {
      margin-top: 60px; }
      .p_recruit_curriculum .curriculum_head .curriculum_head_note .note_txt h3 {
        font-size: 133.333%;
        margin-bottom: 30px; }
.p_recruit_curriculum .curriculum_body {
  display: flex;
  margin-top: 100px; }
  .p_recruit_curriculum .curriculum_body .curriculum_body_item {
    width: 33.333%;
    background: #B1ADA2;
    display: flex;
    align-items: center;
    padding: 1.098vw 1.830vw;
    position: relative;
    z-index: 0; }
    .p_recruit_curriculum .curriculum_body .curriculum_body_item:nth-child(2) {
      background: #2D2E2B;
      z-index: -5; }
      .p_recruit_curriculum .curriculum_body .curriculum_body_item:nth-child(2) .num {
        color: #2D2E2B; }
      .p_recruit_curriculum .curriculum_body .curriculum_body_item:nth-child(2) .triangle {
        background-color: #2D2E2B; }
    .p_recruit_curriculum .curriculum_body .curriculum_body_item:nth-child(3) {
      background: #E88B3C;
      z-index: -10; }
      .p_recruit_curriculum .curriculum_body .curriculum_body_item:nth-child(3) .num {
        color: #E88B3C; }
    .p_recruit_curriculum .curriculum_body .curriculum_body_item .num {
      width: 80px;
      height: 80px;
      background: #fff;
      border-radius: 100%;
      color: #B1ADA2;
      font-size: 15px;
      font-weight: 700;
      text-align: center;
      padding-top: 15px; }
      .p_recruit_curriculum .curriculum_body .curriculum_body_item .num span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        /*semibold-600, bold-700*/
        font-style: normal;
        display: block;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 3px; }
    .p_recruit_curriculum .curriculum_body .curriculum_body_item .txt {
      color: #fff;
      font-size: 120%;
      font-weight: 700;
      margin-left: 1.098vw; }
    .p_recruit_curriculum .curriculum_body .curriculum_body_item .triangle {
      position: absolute;
      top: 0;
      right: -15.5px;
      background-color: #B1ADA2;
      width: 16px;
      height: 100%;
      clip-path: polygon(0 0, 0% 100%, 100% 50%);
      z-index: 20; }
.p_recruit_curriculum .curriculum_foot {
  position: relative;
  margin-top: -200px;
  z-index: 20; }
  .p_recruit_curriculum .curriculum_foot img {
    width: 20%;
    margin-left: auto; }

.p_recruit_message {
  position: relative; }
  .p_recruit_message .message_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10; }
    .p_recruit_message .message_bg span {
      display: block;
      width: 100%;
      height: 65%;
      background: #F5F4F0; }
  .p_recruit_message .message_head {
    display: flex;
    flex-direction: row-reverse; }
    .p_recruit_message .message_head .message_head_note {
      width: 50%;
      margin-top: 120px; }
    .p_recruit_message .message_head .message_head_img {
      flex: 1;
      margin-right: 8.784vw; }
  .p_recruit_message .message_body {
    margin-top: -15%; }
    .p_recruit_message .message_body .message_body_txt {
      width: 50%;
      margin-left: auto; }
      .p_recruit_message .message_body .message_body_txt h3 {
        font-size: 160%; }
      .p_recruit_message .message_body .message_body_txt .txt {
        margin-top: 40px; }
      .p_recruit_message .message_body .message_body_txt .name {
        margin-top: 40px; }
        .p_recruit_message .message_body .message_body_txt .name span {
          font-size: 133.333%; }

.p_recruit_interview .interview_body {
  margin-top: 120px; }
  .p_recruit_interview .interview_body .interview_body_wrap {
    display: flex; }
    .p_recruit_interview .interview_body .interview_body_wrap .wrap_img {
      width: 50%;
      padding-right: 2.928vw; }
      .p_recruit_interview .interview_body .interview_body_wrap .wrap_img img {
        position: sticky;
        top: 0;
        margin-top: -100px;
        padding-top: 100px;
        margin-bottom: 100px; }
    .p_recruit_interview .interview_body .interview_body_wrap .wrap_note {
      flex: 1;
      margin-left: 4.392vw; }
      .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_title h3 {
        font-size: 160%; }
      .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_title p {
        text-align: right; }
      .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_title .name {
        font-size: 120%;
        margin-top: 40px; }
      .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_title .min {
        font-size: 12px; }
      .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_question {
        margin-top: 60px; }
        .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_question .question_item {
          border-top: solid #B1ADA2 1px;
          padding: 20px 0 25px; }
          .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_question .question_item:last-child {
            border-bottom: solid #B1ADA2 1px; }
          .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_question .question_item:nth-child(2n) h3 .color {
            color: #2E904C; }
          .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_question .question_item h3 {
            font-weight: 700;
            line-height: 1.25;
            margin-bottom: 5px; }
            .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_question .question_item h3 .en {
              font-family: 'Open Sans', sans-serif;
              font-weight: 600;
              /*semibold-600, bold-700*/
              font-style: normal;
              font-size: 240%;
              font-weight: 700;
              color: #B1ADA2; }
            .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_question .question_item h3 .color {
              font-family: 'Open Sans', sans-serif;
              font-weight: 600;
              /*semibold-600, bold-700*/
              font-style: normal;
              color: #E88B3C;
              font-size: 120%;
              font-weight: 700;
              margin-right: 15px; }
      .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule {
        margin-top: 60px;
        position: relative; }
        .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_title p {
          font-family: 'Open Sans', sans-serif;
          font-weight: 600;
          /*semibold-600, bold-700*/
          font-style: normal;
          font-size: 480%;
          color: #F5F4F0;
          line-height: 1;
          letter-spacing: -.02em; }
        .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_title h3 {
          font-size: 120%;
          margin-top: -40px;
          margin-left: 15px; }
        .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_clip {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 10; }
          .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_clip img {
            width: 42.5%;
            margin-left: auto; }
        .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_list {
          margin-top: 40px; }
          .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_list .list_item .list_item_inner {
            background: #F5F4F0;
            display: flex;
            align-items: center;
            padding: 12px 20px; }
            .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_list .list_item .list_item_inner .time {
              font-family: 'Open Sans', sans-serif;
              font-weight: 600;
              /*semibold-600, bold-700*/
              font-style: normal;
              background: #fff;
              border-radius: 100%;
              color: #B1ADA2;
              font-size: 106.666%;
              font-weight: 700;
              line-height: 46px;
              width: 80px;
              text-align: center; }
            .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_list .list_item .list_item_inner p {
              font-weight: 700;
              margin-left: 25px; }
          .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_list .list_item .comment {
            font-size: 86.666%;
            margin-top: 8px;
            padding-left: 125px; }
          .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_list .list_item + .list_item {
            margin-top: 15px; }
  .p_recruit_interview .interview_body .interview_body_wrap + .interview_body_wrap {
    margin-top: 140px; }

.p_recruit_recruitment .recruitment_body {
  margin-top: 100px; }
  .p_recruit_recruitment .recruitment_body .recruitment_body_item {
    padding-left: 11.713vw; }
    .p_recruit_recruitment .recruitment_body .recruitment_body_item ul {
      display: flex; }
      .p_recruit_recruitment .recruitment_body .recruitment_body_item ul li:nth-child(1) {
        background: #B1ADA2;
        color: #fff;
        width: 200px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .p_recruit_recruitment .recruitment_body .recruitment_body_item ul li:nth-child(2) {
        background: #F5F4F0;
        flex: 1;
        margin-left: 5px;
        padding: 15px 40px; }
    .p_recruit_recruitment .recruitment_body .recruitment_body_item ul + ul {
      margin-top: 5px; }

.p_recruit_question {
  position: relative;
  padding-top: 120px; }
  .p_recruit_question .question_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10; }
    .p_recruit_question .question_bg span {
      display: block;
      width: 100%;
      height: 50%;
      background: #F5F4F0; }
  .p_recruit_question .question_wrap {
    display: flex; }
    .p_recruit_question .question_wrap .question_wrap_head {
      flex: 1;
      margin-left: 1.464vw; }
      .p_recruit_question .question_wrap .question_wrap_head .head_img {
        margin-top: 60px; }
        .p_recruit_question .question_wrap .question_wrap_head .head_img img {
          width: 45%; }
    .p_recruit_question .question_wrap .question_wrap_body {
      width: 50%; }
      .p_recruit_question .question_wrap .question_wrap_body .body_item:nth-child(2n) .body_item_title .num .color {
        color: #2E904C; }
      .p_recruit_question .question_wrap .question_wrap_body .body_item .body_item_title {
        background: #fff;
        border: solid #2D2E2B 1px;
        margin-bottom: 20px;
        padding: 10px 1.464vw 15px;
        display: flex;
        align-items: center; }
        .p_recruit_question .question_wrap .question_wrap_body .body_item .body_item_title .num .en {
          font-family: 'Open Sans', sans-serif;
          font-weight: 600;
          /*semibold-600, bold-700*/
          font-style: normal;
          font-size: 213.333%;
          font-weight: 700;
          color: #B1ADA2; }
        .p_recruit_question .question_wrap .question_wrap_body .body_item .body_item_title .num .color {
          font-family: 'Open Sans', sans-serif;
          font-weight: 600;
          /*semibold-600, bold-700*/
          font-style: normal;
          color: #E88B3C;
          font-size: 120%;
          font-weight: 700;
          margin-right: 15px; }
        .p_recruit_question .question_wrap .question_wrap_body .body_item .body_item_title h3 {
          font-weight: 700;
          line-height: 1.25;
          margin-top: 8px; }
      .p_recruit_question .question_wrap .question_wrap_body .body_item + .body_item {
        margin-top: 40px; }

.p_recruit_flow .flow_head .flow_head_inner {
  position: relative; }
  .p_recruit_flow .flow_head .flow_head_inner .inner_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }
    .p_recruit_flow .flow_head .flow_head_inner .inner_img img {
      width: 65%;
      margin-left: auto; }
.p_recruit_flow .flow_body {
  margin-top: 120px; }
  .p_recruit_flow .flow_body .flow_body_block {
    display: flex;
    margin-left: -2.196vw; }
    .p_recruit_flow .flow_body .flow_body_block .block_item {
      width: 33.3333%;
      padding-left: 2.196vw; }
      .p_recruit_flow .flow_body .flow_body_block .block_item .inner {
        border: solid #2D2E2B 1px;
        height: 100%;
        min-height: 235px;
        padding: 1.464vw; }
      .p_recruit_flow .flow_body .flow_body_block .block_item .block_item_title {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        .p_recruit_flow .flow_body .flow_body_block .block_item .block_item_title .num {
          font-family: 'Open Sans', sans-serif;
          font-weight: 600;
          /*semibold-600, bold-700*/
          font-style: normal;
          background: #B1ADA2;
          border-radius: 100%;
          color: #fff;
          font-size: 12px;
          width: 62px;
          height: 62px;
          padding-top: 12px;
          text-align: center; }
          .p_recruit_flow .flow_body .flow_body_block .block_item .block_item_title .num span {
            display: block;
            font-size: 26px; }
        .p_recruit_flow .flow_body .flow_body_block .block_item .block_item_title h3 {
          flex: 1;
          font-size: 120%;
          font-weight: 700;
          margin-left: 1.098vw; }
  .p_recruit_flow .flow_body .flow_body_block + .flow_body_block {
    margin-top: 2.196vw; }

.p_recruit_entry .entry_body {
  margin-top: 120px; }
  .p_recruit_entry .entry_body .entry_body_note {
    padding-left: 11.713vw; }
    .p_recruit_entry .entry_body .entry_body_note .note_txt h3 {
      font-size: 133.333%;
      margin-bottom: 20px; }
    .p_recruit_entry .entry_body .entry_body_note .note_policy {
      border: solid #ccc 1px;
      margin-top: 40px;
      padding: 15px 20px; }
      .p_recruit_entry .entry_body .entry_body_note .note_policy p {
        font-size: 93.333%; }
      .p_recruit_entry .entry_body .entry_body_note .note_policy .strong {
        font-weight: 700;
        margin-bottom: 5px; }
  .p_recruit_entry .entry_body .entry_body_form {
    margin-top: 80px;
    padding-left: 11.713vw; }
    .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item {
      display: flex; }
      .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item .item_name {
        width: 275px;
        background: #B1ADA2;
        color: #fff;
        display: flex;
        align-items: center;
        padding: 20px 25px; }
        .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item .item_name span {
          font-size: 86.666%;
          background: #E88B3C;
          border-radius: 3px;
          margin-right: 10px;
          padding: 3px 5px; }
          .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item .item_name span.optional {
            background: #CCCBC4; }
      .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item .item_input {
        flex: 1;
        background: #F5F4F0;
        display: flex;
        align-items: center;
        margin-left: 5px;
        padding: 15px 20px; }
        .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item .item_input span {
          display: block;
          width: 100%; }
        .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item .item_input .col {
          width: 25%; }
          .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item .item_input .col:first-child {
            width: 40%; }
        .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item .item_input .col + .col {
          margin-left: 8px; }
    .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item + .form_list_item {
      margin-top: 5px; }
    .p_recruit_entry .entry_body .entry_body_form .form_submit {
      margin-top: 60px; }
      .p_recruit_entry .entry_body .entry_body_form .form_submit p {
        font-size: 13px; }
  .p_recruit_entry .entry_body .entry_body_recapcha {
    padding-left: 11.713vw;
    margin-top: 80px; }
    .p_recruit_entry .entry_body .entry_body_recapcha p, .p_recruit_entry .entry_body .entry_body_recapcha a {
      font-size: 12px;
      color: #aaa; }
.p_recruit_entry input, .p_recruit_entry button, .p_recruit_entry textarea, .p_recruit_entry select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.p_recruit_entry input[type="text"], .p_recruit_entry input[type="email"], .p_recruit_entry select, .p_recruit_entry textarea {
  width: 100%;
  border: solid #B1ADA2 1px;
  border-radius: 3px;
  background: #fff;
  line-height: 1.75;
  padding: 8px 12px;
  font-family: YakuHanJP_Noto, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
.p_recruit_entry select {
  width: 45%;
  color: #2D2E2B; }
.p_recruit_entry input[type="submit"] {
  background: #B1ADA2;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 60px;
  margin-top: 30px;
  width: 300px;
  text-align: center;
  transition: opacity .25s ease; }
  .p_recruit_entry input[type="submit"]:hover {
    opacity: .7; }
.p_recruit_entry ::-webkit-input-placeholder {
  color: #ccc; }
.p_recruit_entry ::-moz-placeholder {
  color: #ccc; }
.p_recruit_entry :-ms-input-placeholder {
  color: #ccc; }
.p_recruit_entry .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 13px; }
.p_recruit_entry .wpcf7 form .wpcf7-response-output {
  border-width: 1px;
  padding: 15px 20px;
  font-size: 13px;
  margin-top: 40px;
  line-height: 1.75; }

@media screen and (max-width: 960px) {
  .p_recruit_copy .copy_txt .copy_txt_strong .strong_inner .col {
    margin: 0 18px; }

  .p_recruit_copy .copy_txt .copy_txt_strong .strong_inner .col span {
    margin: 6px 0; }

  .p_recruit_curriculum .curriculum_head .curriculum_head_note {
    margin-top: 0; }
  .p_recruit_curriculum .curriculum_body {
    margin-top: 60px; }
    .p_recruit_curriculum .curriculum_body .curriculum_body_item {
      padding: 15px 20px; }
      .p_recruit_curriculum .curriculum_body .curriculum_body_item .num {
        width: 64px;
        height: 64px;
        font-size: 12px;
        padding-top: 12px; }
        .p_recruit_curriculum .curriculum_body .curriculum_body_item .num span {
          font-size: 24px; }
  .p_recruit_curriculum .curriculum_foot {
    margin-top: -30px; }

  .p_recruit_message .message_bg span {
    height: 45%; }
  .p_recruit_message .message_head .message_head_note {
    margin-top: 60px; }
  .p_recruit_message .message_body {
    margin-top: -20%; }

  .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_clip img {
    width: 35%; }

  .p_recruit_recruitment .recruitment_body .recruitment_body_item {
    padding-left: 0; }

  .p_recruit_flow .flow_head .flow_head_inner .inner_img img {
    width: 45%; }

  .p_recruit_entry .entry_body .entry_body_note,
  .p_recruit_entry .entry_body .entry_body_form,
  .p_recruit_entry .entry_body .entry_body_recapcha {
    padding-left: 0; } }
@media screen and (max-width: 760px) {
  .p_recruit_copy .copy_txt {
    display: block; }
    .p_recruit_copy .copy_txt .copy_txt_strong {
      margin-left: auto;
      margin-right: auto; }
      .p_recruit_copy .copy_txt .copy_txt_strong h3 {
        font-size: 171.428%;
        line-height: 2.25; }
      .p_recruit_copy .copy_txt .copy_txt_strong .strong_inner .col {
        margin: 0 18px; }
        .p_recruit_copy .copy_txt .copy_txt_strong .strong_inner .col span {
          font-size: 171.428%;
          margin: 5px 0; }
    .p_recruit_copy .copy_txt p {
      padding-top: 60px;
      padding-left: 0; }
  .p_recruit_copy .copy_gallery {
    margin-top: 50px; }

  .p_recruit_concept .concept_head {
    display: block; }
    .p_recruit_concept .concept_head .concept_head_txt {
      margin-top: 50px;
      margin-left: 0; }
  .p_recruit_concept .concept_body {
    display: block;
    margin-top: 50px; }
    .p_recruit_concept .concept_body .concept_body_note {
      display: block;
      margin-top: 0;
      margin-left: 0; }
      .p_recruit_concept .concept_body .concept_body_note .note_item {
        width: 100%;
        padding-top: 0;
        padding-left: 0; }
        .p_recruit_concept .concept_body .concept_body_note .note_item .line {
          padding-bottom: 20px;
          margin-bottom: 20px; }
        .p_recruit_concept .concept_body .concept_body_note .note_item img {
          width: 85px; }
        .p_recruit_concept .concept_body .concept_body_note .note_item p {
          font-size: 114.285%;
          margin-left: 5.333vw; }
    .p_recruit_concept .concept_body .concept_body_img {
      width: 130px;
      margin-top: -180px;
      margin-left: auto;
      margin-right: -6.666vw; }

  .p_recruit_strength .strength_body {
    display: block;
    margin-top: 60px;
    margin-left: 0; }
    .p_recruit_strength .strength_body::before {
      height: 95%; }
    .p_recruit_strength .strength_body .strength_body_item {
      width: 100%;
      padding-left: 0; }
      .p_recruit_strength .strength_body .strength_body_item:nth-child(1) {
        margin-top: 0; }
      .p_recruit_strength .strength_body .strength_body_item:nth-child(2) {
        margin-top: 40px; }
      .p_recruit_strength .strength_body .strength_body_item:nth-child(3), .p_recruit_strength .strength_body .strength_body_item:nth-child(4), .p_recruit_strength .strength_body .strength_body_item:nth-child(5) {
        margin-top: 40px; }
      .p_recruit_strength .strength_body .strength_body_item .item_note {
        padding: 0 5.333vw 30px; }
        .p_recruit_strength .strength_body .strength_body_item .item_note h3 {
          font-size: 142.857%; }
      .p_recruit_strength .strength_body .strength_body_item .item_num {
        top: -15px;
        right: -15px;
        font-size: 257.142%; }
  .p_recruit_strength .strength_foot {
    margin-top: 40px; }
    .p_recruit_strength .strength_foot img {
      width: 200px; }
  .p_recruit_strength .concept_body {
    display: block;
    margin-top: 50px; }
    .p_recruit_strength .concept_body .concept_body_note {
      display: block;
      margin-top: 0;
      margin-left: 0; }
      .p_recruit_strength .concept_body .concept_body_note .note_item {
        width: 100%;
        padding-top: 0;
        padding-left: 0; }
        .p_recruit_strength .concept_body .concept_body_note .note_item .line {
          padding-bottom: 20px;
          margin-bottom: 20px; }
        .p_recruit_strength .concept_body .concept_body_note .note_item img {
          width: 85px; }
        .p_recruit_strength .concept_body .concept_body_note .note_item p {
          font-size: 114.285%;
          margin-left: 5.333vw; }
    .p_recruit_strength .concept_body .concept_body_img {
      width: 130px;
      margin-top: -180px;
      margin-left: auto;
      margin-right: -6.666vw; }

  .p_recruit_curriculum .curriculum_head {
    display: block; }
    .p_recruit_curriculum .curriculum_head .curriculum_head_img {
      width: 100%;
      margin-left: 0;
      margin-bottom: 60px;
      padding-left: 6.666vw; }
    .p_recruit_curriculum .curriculum_head .curriculum_head_note {
      width: 100%;
      margin-top: 30px;
      padding-right: 6.666vw; }
      .p_recruit_curriculum .curriculum_head .curriculum_head_note .note_txt {
        margin-top: 50px; }
        .p_recruit_curriculum .curriculum_head .curriculum_head_note .note_txt h3 {
          font-size: 128.571%;
          margin-bottom: 25px; }
  .p_recruit_curriculum .curriculum_body {
    display: block;
    margin-top: 50px; }
    .p_recruit_curriculum .curriculum_body .curriculum_body_item {
      width: 100%; }
      .p_recruit_curriculum .curriculum_body .curriculum_body_item .txt {
        font-size: 114.285%;
        margin-left: 4vw; }
      .p_recruit_curriculum .curriculum_body .curriculum_body_item .triangle {
        position: absolute;
        top: auto;
        left: 20px;
        bottom: -12px;
        right: auto;
        width: 64px;
        height: 12px;
        clip-path: polygon(0 0, 100% 0, 50% 50%); }
  .p_recruit_curriculum .curriculum_foot {
    margin-top: -160px;
    margin-right: 0;
    padding-right: 1.333vw; }
    .p_recruit_curriculum .curriculum_foot img {
      width: 130px; }

  .p_recruit_message .message_head {
    display: block; }
    .p_recruit_message .message_head .message_head_note {
      width: 100%;
      margin-top: 0; }
    .p_recruit_message .message_head .message_head_img {
      margin-top: 50px;
      margin-right: 0; }
      .p_recruit_message .message_head .message_head_img img {
        width: 70%;
        margin-left: auto; }
  .p_recruit_message .message_body {
    margin-top: 50px; }
    .p_recruit_message .message_body .message_body_txt {
      width: 100%; }
      .p_recruit_message .message_body .message_body_txt h3 {
        font-size: 157.142%; }
      .p_recruit_message .message_body .message_body_txt .txt {
        margin-top: 30px; }
      .p_recruit_message .message_body .message_body_txt .name {
        margin-top: 30px; }
        .p_recruit_message .message_body .message_body_txt .name span {
          font-size: 120%; }

  .p_recruit_interview .interview_body {
    margin-top: 60px; }
    .p_recruit_interview .interview_body .interview_body_wrap {
      display: block; }
      .p_recruit_interview .interview_body .interview_body_wrap .wrap_img {
        width: 100%;
        padding-right: 0; }
        .p_recruit_interview .interview_body .interview_body_wrap .wrap_img img {
          position: relative;
          margin-top: 0;
          margin-left: auto;
          margin-bottom: 0;
          padding-top: 0;
          width: 70%; }
      .p_recruit_interview .interview_body .interview_body_wrap .wrap_note {
        margin-top: 40px;
        margin-left: 0; }
        .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_title h3 {
          font-size: 142.857%; }
        .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_title .name {
          font-size: 120%;
          margin-top: 20px; }
        .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_title .min {
          font-size: 11px; }
        .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_question {
          margin-top: 50px; }
          .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_question .question_item h3 {
            margin-bottom: 8px; }
            .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_question .question_item h3 .en {
              font-size: 214.285%; }
            .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_question .question_item h3 .color {
              font-size: 142.857%; }
        .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule {
          margin-top: 50px; }
          .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_title p {
            font-size: 442.857%; }
          .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_title h3 {
            font-size: 120%;
            margin-top: -30px;
            margin-left: 5px; }
          .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_clip {
            right: -5.333vw; }
            .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_clip img {
              width: 115px; }
          .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_list .list_item .list_item_inner {
            padding: 10px 15px; }
            .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_list .list_item .list_item_inner .time {
              font-size: 15px;
              line-height: 40px;
              width: 70px; }
            .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_list .list_item .list_item_inner p {
              margin-left: 15px; }
          .p_recruit_interview .interview_body .interview_body_wrap .wrap_note .wrap_note_schedule .schedule_list .list_item .comment {
            font-size: 12px;
            padding-left: 100px; }
    .p_recruit_interview .interview_body .interview_body_wrap + .interview_body_wrap {
      margin-top: 70px; }

  .p_recruit_recruitment .recruitment_body {
    margin-top: 50px; }
    .p_recruit_recruitment .recruitment_body .recruitment_body_item {
      padding-left: 0; }
      .p_recruit_recruitment .recruitment_body .recruitment_body_item ul {
        display: block; }
        .p_recruit_recruitment .recruitment_body .recruitment_body_item ul li:nth-child(1) {
          width: 100%;
          padding: 8px 4vw;
          display: block; }
        .p_recruit_recruitment .recruitment_body .recruitment_body_item ul li:nth-child(2) {
          margin-left: 0;
          padding: 10px 4vw; }

  .p_recruit_question {
    padding-top: 0;
    padding-bottom: 50px; }
    .p_recruit_question .question_bg {
      top: 2%; }
      .p_recruit_question .question_bg span {
        height: 98%; }
    .p_recruit_question .question_wrap {
      display: block; }
      .p_recruit_question .question_wrap .question_wrap_head {
        margin-left: 0;
        display: flex;
        align-items: center;
        flex-direction: row-reverse; }
        .p_recruit_question .question_wrap .question_wrap_head .head_img {
          margin-top: 0; }
          .p_recruit_question .question_wrap .question_wrap_head .head_img img {
            width: 140px;
            margin-left: -5.555vw; }
        .p_recruit_question .question_wrap .question_wrap_head .head_title {
          flex: 1;
          margin-top: 20px;
          margin-left: -20px; }
      .p_recruit_question .question_wrap .question_wrap_body {
        width: 100%; }
        .p_recruit_question .question_wrap .question_wrap_body .body_item .body_item_title {
          margin-bottom: 20px;
          padding: 10px 5.333vw 15px; }
          .p_recruit_question .question_wrap .question_wrap_body .body_item .body_item_title .num .en {
            font-size: 214.285%; }
          .p_recruit_question .question_wrap .question_wrap_body .body_item .body_item_title .num .color {
            font-size: 142.857%; }
          .p_recruit_question .question_wrap .question_wrap_body .body_item .body_item_title h3 {
            font-weight: 700;
            line-height: 1.25;
            margin-top: 5px; }
        .p_recruit_question .question_wrap .question_wrap_body .body_item + .body_item {
          margin-top: 40px; }

  .p_recruit_flow .flow_head .flow_head_inner .inner_img {
    top: -40px;
    right: -5.333vw; }
    .p_recruit_flow .flow_head .flow_head_inner .inner_img img {
      width: 130px; }
  .p_recruit_flow .flow_body {
    margin-top: 60px; }
    .p_recruit_flow .flow_body .flow_body_block {
      display: block;
      margin-left: 0; }
      .p_recruit_flow .flow_body .flow_body_block .block_item {
        width: 100%;
        padding-left: 0; }
        .p_recruit_flow .flow_body .flow_body_block .block_item .inner {
          min-height: 185px;
          padding: 20px 5.333vw; }
        .p_recruit_flow .flow_body .flow_body_block .block_item .block_item_title {
          margin-bottom: 15px; }
          .p_recruit_flow .flow_body .flow_body_block .block_item .block_item_title .num {
            font-size: 11px;
            width: 54px;
            height: 54px;
            padding-top: 9px; }
            .p_recruit_flow .flow_body .flow_body_block .block_item .block_item_title .num span {
              font-size: 24px; }
          .p_recruit_flow .flow_body .flow_body_block .block_item .block_item_title h3 {
            margin-left: 4vw; }
      .p_recruit_flow .flow_body .flow_body_block .block_item + .block_item {
        margin-top: 15px; }
    .p_recruit_flow .flow_body .flow_body_block + .flow_body_block {
      margin-top: 15px; }

  .p_recruit_entry .entry_body {
    margin-top: 50px; }
    .p_recruit_entry .entry_body .entry_body_note .note_txt h3 {
      font-size: 120%; }
    .p_recruit_entry .entry_body .entry_body_note .note_policy p {
      font-size: 12px; }
    .p_recruit_entry .entry_body .entry_body_form {
      margin-top: 60px; }
      .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item {
        display: block; }
        .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item .item_name {
          width: 100%;
          padding: 15px 4vw; }
          .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item .item_name span {
            font-size: 12px; }
        .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item .item_input {
          margin-left: 0;
          padding: 15px 4vw; }
          .p_recruit_entry .entry_body .entry_body_form .form_list .form_list_item .item_input .col {
            width: 22%; }
      .p_recruit_entry .entry_body .entry_body_form .form_submit {
        margin-top: 50px; }
        .p_recruit_entry .entry_body .entry_body_form .form_submit p {
          font-size: 13px; }
    .p_recruit_entry .entry_body .entry_body_recapcha {
      margin-top: 60px; }
  .p_recruit_entry select {
    width: 65%; }
  .p_recruit_entry input[type="submit"] {
    width: 275px; }
  .p_recruit_entry .wpcf7-not-valid-tip {
    margin-top: 10px;
    font-size: 11px; }
  .p_recruit_entry .wpcf7 form .wpcf7-response-output {
    padding: 10px 15px;
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0; } }
/**
 * menu css
 */
/* ==========================================================================
   #menu
========================================================================== */
.p_menu_list {
  display: flex;
  align-items: flex-end; }
  .p_menu_list .list_block {
    width: 50%; }
    .p_menu_list .list_block:nth-child(2) {
      margin-left: 4.392vw; }
    .p_menu_list .list_block .list_block_item {
      border-top: solid #2D2E2B 2px;
      padding-top: 30px; }
      .p_menu_list .list_block .list_block_item.no_border {
        border-top: none;
        padding-top: 0;
        padding-bottom: 60px; }
      .p_menu_list .list_block .list_block_item .notice {
        font-size: 86.666%; }
      .p_menu_list .list_block .list_block_item .item_head h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        /*semibold-600, bold-700*/
        font-style: normal;
        font-size: 173.333%;
        line-height: 1.5; }
      .p_menu_list .list_block .list_block_item .item_head p {
        font-size: 12px; }
      .p_menu_list .list_block .list_block_item .item_body {
        margin-top: 30px;
        border-bottom: solid #2D2E2B 1px; }
        .p_menu_list .list_block .list_block_item .item_body ul {
          border-top: solid #2D2E2B 1px;
          padding: 15px 0; }
          .p_menu_list .list_block .list_block_item .item_body ul li {
            line-height: 1.75; }
            .p_menu_list .list_block .list_block_item .item_body ul li:nth-child(2) {
              text-align: right;
              position: relative; }
              .p_menu_list .list_block .list_block_item .item_body ul li:nth-child(2)::before {
                position: absolute;
                content: '';
                bottom: 12px;
                left: 0;
                width: 100%;
                border-top: dotted #2D2E2B 1px;
                z-index: -10; }
              .p_menu_list .list_block .list_block_item .item_body ul li:nth-child(2) span {
                background: #fff;
                padding-left: 10px; }
    .p_menu_list .list_block .list_block_item + .list_block_item {
      margin-top: 80px; }

@media screen and (max-width: 760px) {
  .p_menu_list {
    display: block; }
    .p_menu_list .list_block {
      width: 100%; }
      .p_menu_list .list_block:nth-child(2) {
        margin-left: 0; }
      .p_menu_list .list_block .list_block_item.no_border {
        padding-bottom: 0; }
      .p_menu_list .list_block .list_block_item .item_head h2 {
        font-size: 171.428%; }
      .p_menu_list .list_block .list_block_item .item_head p {
        font-size: 11px;
        margin-top: 3px; }
      .p_menu_list .list_block .list_block_item .item_body {
        margin-top: 20px; }
        .p_menu_list .list_block .list_block_item .item_body ul li:nth-child(2)::before {
          bottom: 11px; }
      .p_menu_list .list_block .list_block_item + .list_block_item {
        margin-top: 70px; }
    .p_menu_list .list_block + .list_block {
      margin-top: 70px; } }
/**
 * other css
 * _privacy policy css
 * _single css
 */
/* ==========================================================================
   #privacy policy
========================================================================== */
.p_policy_list .list_item {
  margin-top: 40px; }
  .p_policy_list .list_item h2 {
    font-size: 133.333%;
    font-weight: 700;
    border-bottom: solid #2D2E2B 1px;
    margin-bottom: 15px;
    padding-bottom: 10px; }

@media screen and (max-width: 760px) {
  .p_policy_list .list_item {
    margin-top: 30px; }
    .p_policy_list .list_item h2 {
      font-size: 120%;
      margin-bottom: 12px;
      padding-bottom: 8px; } }
/**
 * animation css
 */
/* ==========================================================================
   animation
========================================================================== */
/*オープニングアニメーション*/
#js_opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999; }

#opening_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: openLogo .75s forwards; }
  #opening_logo img {
    width: 225px; }

@keyframes openLogo {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media (max-width: 760px) {
  #opening_logo img {
    width: 175px; } }
#js_content {
  opacity: 0; }

body.appear #js_content {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes PageAnimeAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.p_index_hero .hero_img .c_img {
  transform: scale(1.2); }
.p_index_hero .hero_img.appear .c_img {
  transform: scale(1);
  transition-property: transform;
  transition-duration: 2500ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0, 1); }
.p_index_hero .hero_copy .hero_copy_txt p {
  transform: translateY(20px);
  opacity: 0; }
.p_index_hero .hero_copy h1 {
  transform: translateY(20px);
  opacity: 0; }
.p_index_hero .hero_copy.appear .hero_copy_txt p {
  transform: translateY(0);
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 2500ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0, 1); }
  .p_index_hero .hero_copy.appear .hero_copy_txt p:nth-child(1) {
    transition-delay: 400ms; }
  .p_index_hero .hero_copy.appear .hero_copy_txt p:nth-child(2) {
    transition-delay: 600ms; }
  .p_index_hero .hero_copy.appear .hero_copy_txt p:nth-child(3) {
    transition-delay: 800ms; }
  .p_index_hero .hero_copy.appear .hero_copy_txt p:nth-child(4) {
    transition-delay: 1000ms; }
.p_index_hero .hero_copy.appear h1 {
  transform: translateY(0);
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 2500ms;
  transition-delay: 1400ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0, 1); }

.c_childpage_hero .hero_head h1 span {
  display: inline-block;
  transform: translateX(-20px) rotateY(90deg);
  opacity: 0; }
.c_childpage_hero .hero_head.appear h1 span {
  transform: translateX(0) rotateY(0);
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0, 1); }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(1) {
    transition-delay: 100ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(2) {
    transition-delay: 150ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(3) {
    transition-delay: 200ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(4) {
    transition-delay: 250ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(5) {
    transition-delay: 300ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(6) {
    transition-delay: 350ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(7) {
    transition-delay: 400ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(8) {
    transition-delay: 450ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(9) {
    transition-delay: 500ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(10) {
    transition-delay: 550ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(11) {
    transition-delay: 600ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(12) {
    transition-delay: 650ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(13) {
    transition-delay: 700ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(14) {
    transition-delay: 750ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(15) {
    transition-delay: 800ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(16) {
    transition-delay: 850ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(17) {
    transition-delay: 900ms; }
  .c_childpage_hero .hero_head.appear h1 span:nth-child(18) {
    transition-delay: 950ms; }
.c_childpage_hero .hero_body .hero_body_img {
  transform: translateY(20px);
  opacity: 0; }
.c_childpage_hero .hero_body.appear .hero_body_img {
  transform: translateY(0);
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 2500ms;
  transition-delay: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0, 1); }

/* メニューアニメーション */
.header_nav {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.75s cubic-bezier(0.25, 0.1, 0, 1), visibility 0.75s cubic-bezier(0.25, 0.1, 0, 1); }
  .header_nav .header_nav_block .block_item {
    opacity: 0;
    transform: translateY(30px); }
  .header_nav.js_open {
    opacity: 1;
    visibility: visible; }
    .header_nav.js_open .header_nav_block .block_item {
      opacity: 1;
      transform: translateY(0);
      transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0, 1), transform 1.5s cubic-bezier(0.25, 0.1, 0, 1); }
      .header_nav.js_open .header_nav_block .block_item:nth-child(1) {
        transition-delay: 0.15s; }
      .header_nav.js_open .header_nav_block .block_item:nth-child(2) {
        transition-delay: 0.25s; }
      .header_nav.js_open .header_nav_block .block_item:nth-child(3) {
        transition-delay: 0.35s; }

.header_toggle .line span {
  transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0, 1), top 0.25s cubic-bezier(0.25, 0.1, 0, 1), bottom 0.25s cubic-bezier(0.25, 0.1, 0, 1); }
.header_toggle.js_active .line span:nth-child(1) {
  top: 5px; }
.header_toggle.js_active .line span:nth-child(2) {
  opacity: 0; }
.header_toggle.js_active .line span:nth-child(3) {
  bottom: 5px; }

.header_popup {
  opacity: 1;
  visibility: visible; }
  .header_popup.js_active {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0, 1); }

/*スクロールアニメーション*/
.header_popup {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0, 1), visibility 0.25s cubic-bezier(0.25, 0.1, 0, 1); }
  .header_popup.is_hidden {
    opacity: 0;
    visibility: hidden; }

.header_formlink {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0, 1), visibility 0.25s cubic-bezier(0.25, 0.1, 0, 1); }
  .header_formlink.is_hidden {
    opacity: 0;
    visibility: hidden; }

.txtTrigger {
  overflow: hidden; }
  .txtTrigger span {
    display: inline-block;
    transform: translateX(-20px) rotateY(90deg);
    opacity: 0; }
  .txtTrigger.txtAppear span {
    transform: translateX(0) rotateY(0);
    opacity: 1;
    transition-property: transform, opacity;
    transition-duration: 1500ms;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0, 1); }
    .txtTrigger.txtAppear span:nth-child(1) {
      transition-delay: 100ms; }
    .txtTrigger.txtAppear span:nth-child(2) {
      transition-delay: 150ms; }
    .txtTrigger.txtAppear span:nth-child(3) {
      transition-delay: 200ms; }
    .txtTrigger.txtAppear span:nth-child(4) {
      transition-delay: 250ms; }
    .txtTrigger.txtAppear span:nth-child(5) {
      transition-delay: 300ms; }
    .txtTrigger.txtAppear span:nth-child(6) {
      transition-delay: 350ms; }
    .txtTrigger.txtAppear span:nth-child(7) {
      transition-delay: 400ms; }
    .txtTrigger.txtAppear span:nth-child(8) {
      transition-delay: 450ms; }
    .txtTrigger.txtAppear span:nth-child(9) {
      transition-delay: 500ms; }
    .txtTrigger.txtAppear span:nth-child(10) {
      transition-delay: 550ms; }
    .txtTrigger.txtAppear span:nth-child(11) {
      transition-delay: 600ms; }
    .txtTrigger.txtAppear span:nth-child(12) {
      transition-delay: 650ms; }
    .txtTrigger.txtAppear span:nth-child(13) {
      transition-delay: 700ms; }
    .txtTrigger.txtAppear span:nth-child(14) {
      transition-delay: 750ms; }
    .txtTrigger.txtAppear span:nth-child(15) {
      transition-delay: 800ms; }
    .txtTrigger.txtAppear span:nth-child(16) {
      transition-delay: 850ms; }
    .txtTrigger.txtAppear span:nth-child(17) {
      transition-delay: 900ms; }
    .txtTrigger.txtAppear span:nth-child(18) {
      transition-delay: 950ms; }

.fadeTrigger {
  transform: translateY(20px);
  opacity: 0; }
  .fadeTrigger.fadeAppear {
    transform: translateY(0);
    opacity: 1;
    transition-property: transform, opacity;
    transition-duration: 1500ms;
    transition-delay: 300ms;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0, 1); }
