@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 201101   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;
  text-decoration: none;
  color: #000;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
img {
  max-width: 100%;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
ol, ul {
  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;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

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

html {
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

@media screen and (min-width: 769px), print {
  [href*='tel:'] {
    pointer-events: none;
  }
  .sp {
    display: none;
  }
  .inner {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv {
    display: -ms-grid;
    display: grid;
  }
  .mv img {
    width: 100%;
  }
  .trouble {
    overflow: hidden;
    position: relative;
    background: -o-linear-gradient(left, #3e4271, #9fa0b5);
    background: -webkit-gradient(linear, left top, right top, from(#3e4271), to(#9fa0b5));
    background: linear-gradient(to right, #3e4271, #9fa0b5);
    padding: 30px 0 0;
    overflow: hidden;
  }
  .trouble::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    border: 100vw solid transparent;
    border-bottom: 30px solid #fff;
    pointer-events: none;
  }
  .trouble ul {
    position: relative;
    margin-top: 30px;
    padding-bottom: 120px;
    padding-left: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
  }
  .trouble ul::before {
    content: '';
    position: absolute;
    left: 90px;
    bottom: 0;
    width: 210px;
    height: 312px;
    background: url(../images/trouble_img01.png) top center no-repeat;
    background-size: cover;
  }
  .trouble li {
    position: relative;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
  }
  .trouble li::after {
    position: absolute;
    content: '';
    top: 20px;
    left: -8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 12px solid transparent;
    border-left: 8px solid #fff;
  }
  .trouble li + li {
    margin-left: 10px;
  }
  .trouble li:nth-of-type(1) {
    top: 20px;
  }
  .trouble li:nth-of-type(2) {
    left: 10px;
  }
  .trouble li:nth-of-type(3) {
    top: 15px;
    left: 20px;
  }
  .trouble li:nth-of-type(4) {
    top: 40px;
    left: -20px;
  }
  .trouble li:nth-of-type(5) {
    top: 20px;
    left: -10px;
  }
  .trouble li:nth-of-type(6) {
    top: 25px;
    left: 15px;
  }
  .trouble li:nth-of-type(7) {
    top: 40px;
  }
  .trouble li span {
    font-size: 16px;
    font-weight: bold;
    color: #7075bd;
  }
  .trouble li span small {
    font-size: 14px;
  }
  .trouble h2 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
  }
  .trouble h2 span {
    position: relative;
    font-size: 4.2rem;
    color: #ffeb7f;
  }
  .trouble h2 span::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 6px;
    width: 6px;
    border-radius: 9999px;
    background: #ffeb7f;
  }

  .building {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
  }
  .building::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    border: 100vw solid transparent;
    border-bottom: 30px solid #fafafa;
    pointer-events: none;
  }
  .building__ttl {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 510px;
    background: url(../images/building_ttl_bg.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 100px;
  }
  .building__ttl span {
    display: inline-block;
    background-color: #3e4271;
    border-radius: 3px;
    color: #fff;
    font-style: italic;
    padding: 1px 30px;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .building__ttl strong {
    position: relative;
    width: 360px;
    display: inline-block;
    margin-top: 10px;
    font-size: 4.2rem;
    white-space: nowrap;
    font-weight: bold;
    font-style: italic;
    line-height: 1.3;
    background: -webkit-linear-gradient(0deg, #ff7a7a, #9fa1b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .building__list li .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .building__list li {
    position: relative;
    counter-increment: li;
  }
  .building__list li:first-of-type::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 200px;
    width: 183px;
    background: url(../images/building_bg01.png) no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .building__list li:nth-of-type(2)::after,.building__list li:nth-of-type(2)::before {
    position: absolute;
    content: '';
    top: 0;
    left: 40px;
    height: 50px;
    width: 43px;
    background: url(../images/building_bg02.png) no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .building__list li:nth-of-type(2)::before {
    top: auto;
    left: auto;
    right: 40px;
    bottom: 0;
    background: url(../images/building_bg03.png) no-repeat;
    background-size: contain;
  }
  .building__list li:nth-of-type(3)::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 200px;
    width: 173px;
    background: url(../images/building_bg04.png) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.5;
  }
  .building__list li + li {
    margin-top: 80px;
  }
  .building__list li:nth-of-type(odd) .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .building__list li figure {
    width: 340px;
  }
  .building__list li figure {
    width: 380px;
  }
  .building__half {
    width: calc(100% - 380px);
    padding-left: 50px;
  }
  .building__catch {
    position: relative;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 0 50px;
  }
  .building__catch::after,.building__catch::before {
    position: absolute;
    content: "";
    height: 50px;
    width: 42px;
    background: url(../images/building_ttl_line01.svg) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
  }
  .building__list li:nth-of-type(2) .building__catch::after,.building__list li:nth-of-type(2) .building__catch::before {
    background: url(../images/building_ttl_line02.svg) no-repeat;
    background-size: contain;
  }
  .building__list li:nth-of-type(3) .building__catch::after,.building__list li:nth-of-type(3) .building__catch::before {
    background: url(../images/building_ttl_line03.svg) no-repeat;
    background-size: contain;
  }
  .building__catch::before {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    bottom: 0;
    left: auto;
    right: 0;
  }
  .building__catch span {
    position: relative;
  }
  .building__catch span::after {
    content: '0'counter(li);
    font-family: 'Noto Sans JP', sans-serif;
    font-style: italic;
    position: absolute;
    right: -100px;
    bottom: 0;
    line-height: 1;
    font-size: 100px;
    opacity: .3;
    z-index: -1;
  }
  .building__sub_ttl {
    margin-top: 12px;
    font-size: 3.5rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.3;
  }
  .building__sub_ttl strong {
    font-size: 5rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.3;
  }
  .building__txt {
    font-size: 1.8rem;
    margin-top: 20px;
    line-height: 1.7;
  }
  .building__list li:first-of-type .building__catch span,.building__list li:first-of-type .building__sub_ttl,.building__list li:first-of-type .building__sub_ttl *,.building__list li:first-of-type .building__txt span {
    color: #ff7a7a;
  }
  .building__list li:nth-of-type(2) .building__catch span,.building__list li:nth-of-type(2) .building__sub_ttl,.building__list li:nth-of-type(2) .building__sub_ttl *,.building__list li:nth-of-type(2) .building__txt span {
    color: #ffaf7a;
  }
  .building__list li:nth-of-type(3) .building__catch span,.building__list li:nth-of-type(3) .building__sub_ttl,.building__list li:nth-of-type(3) .building__sub_ttl *,.building__list li:nth-of-type(3) .building__txt span {
    color: #7075bd;
  }
  .building__list li:nth-of-type(even) .building__half {
    padding-right: 50px;
    padding-left: 0;
  }

  .menu {
    background: #fafafa;
    padding: 140px 0 80px;
  }
  .menu__ttl {
    position: relative;
    font-size: 4.2rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.5;
    background: -webkit-linear-gradient(0deg, #ff7a7a, #9fa1b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .menu__txt {
    margin-top: 15px;
    font-size: 1.8rem;
  }
  .menu__list {
    margin-top: 50px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu__list li {
    position: relative;
    z-index: 1;
  }
  .menu__list li:nth-of-type(n + 2) {
    margin-left: 35px;
  }
  .menu__list li figure {
    position: relative;
  }
  .menu__list li figure figcaption {
    position: absolute;
    top: -15px;
    left: -13px;
    color: #fff;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 1.6rem;
    padding: 10px 4px;
    background: url(../images/menu_bg.svg);
    background-size: 100% 100%;
    height: 5.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu_table {
    position: relative;
  }
  .menu_table::after {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    right: 70px;
    top: 22px;
    height: 600px;
    width: 337px;
    background: url(../images/menu_woman.png) no-repeat center top;
    background-size: contain;
    z-index: 0;
  }
  .menu_table img {
    position: relative;
    z-index: 1;
  }
  .active {
    background: url(../images/active_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 85px 0;
  }
  .active__txt {
    text-align: right;
  }
  .active__txt p {
    display: inline-block;
    text-align: left;
    font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
    font-style: italic;
  }
  .active__txt p * {
    font-style: italic;
    color: #fff;
    width: 510px;
  }
  .active__txt p small {
    font-size: 2.6rem;
  }
  .cv {
    background: -o-linear-gradient(left, #ff7a7a, #9ea0b4);
    background: -webkit-gradient(linear, left top, right top, from(#ff7a7a), to(#9ea0b4));
    background: linear-gradient(to right, #ff7a7a, #9ea0b4);
    padding: 70px 0 110px;
  }
  .cv__ttl {
    text-align: center;
    line-height: 1.5;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
  }
  .cv__btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .cv__btn_wrap a {
    width: 300px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
  }
  .cv__btn_wrap a:nth-of-type(n + 2) {
    margin-left: 30px;
  }
  .cv__btn_wrap a.tel * {
    color: #ff7a7a;
  }
  .cv__btn_wrap a.tel {
    line-height: 1.5;
  }
  .cv__btn_wrap a.tel small {
    font-size: 1.4rem;
  }
  .cv__btn_wrap a.tel strong {
    margin-top: 5px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
  }
  .cv__btn_wrap a.tel span {
    position: relative;
    padding-left: 38px;
  }
  .cv__btn_wrap a.tel span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 35px;
    width: 35px;
    background: url(../images/tel_icon.png) no-repeat center center;
    background-size: contain;
  }
  .cv__btn_wrap a.join span {
    position: relative;
    font-size: 2.7rem;
    padding-right: 15px;
    font-weight: bold;
    color: #9ea0b4;
  }
  .cv__btn_wrap a.join span::after {
    content: "";
    width: 23px;
    height: 23px;
    background: url(../images/arrow_icon.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cv__map {
    width: 100%;
    height: 300px;
    margin-top: 50px;
  }
  .cv__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
  .cv__address div {
    margin-left: 40px;
  }
  .cv__address div,.cv__address div * {
    color: #fff;
    font-size: 1.4rem;
  }
  .cv__address div strong {
    font-size: 2rem;
    display: inline-block;
    margin-bottom: 5px;
  }
  .cv__cr {
    text-align: center;
    color: #fff;
    margin-top: 80px;
    font-size: 1.2rem;
  }
  .cv_fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background: rgb(255 255 255 / 70%);
    padding: 15px 0;
    z-index: 9999;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .cv_fixed.active {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .cv_fixed .cv__btn_wrap {
    margin-top: 0;
  }
  .cv_fixed .cv__btn_wrap a {
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
            box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    padding: 4px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cv_fixed .cv__btn_wrap a.tel strong {
    font-size: 2.4rem;
  }
  .cv_fixed .cv__btn_wrap a.tel small {
    font-size: 1.2rem;
  }
  .cv_fixed .cv__btn_wrap a.tel {
    border: 2px solid #ff7a7a;
  }
  .cv_fixed .cv__btn_wrap a.join {
    border: 2px solid #9ea0b4;
  }
  .cv_fixed .cv__btn_wrap a.tel span::after {
    height: 30px;
    width: 30px;
  }
  .cv_fixed .cv__btn_wrap a.join span {
    font-size: 2rem;
  }
  .cv_fixed .cv__btn_wrap a.join span::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px), print {
  .pc {
    display: none;
  }
  .inner {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .mv {
    display: -ms-grid;
    display: grid;
  }
  .building {
    overflow: hidden;
    position: relative;
    padding: 30px 0 22vw;
  }
  .building::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    border: 100vw solid transparent;
    border-bottom: 20vw solid #fafafa;
    pointer-events: none;
  }
  .building__ttl {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: url(../images/building_ttl_bg.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
    width: calc(100vw - 10vw);
  }
  .building__ttl span {
    display: inline-block;
    background-color: #3e4271;
    border-radius: 3px;
    color: #fff;
    font-style: italic;
    padding: 1px 12px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .building__ttl strong {
    position: relative;
    font-size: 2.4rem;
    display: inline-block;
    width: 240px;
    margin-top: 10px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.3;
    background: -webkit-linear-gradient(0deg, #ff7a7a, #9fa1b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .building__list li {
    position: relative;
    counter-increment: li;
  }
  /* .building__list li:first-of-type::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 200px;
    width: 183px;
    background: url(../images/building_bg01.png) no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .building__list li:nth-of-type(2)::after,.building__list li:nth-of-type(2)::before {
    position: absolute;
    content: '';
    top: 0;
    left: 40px;
    height: 50px;
    width: 43px;
    background: url(../images/building_bg02.png) no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .building__list li:nth-of-type(2)::before {
    top: auto;
    left: auto;
    right: 40px;
    bottom: 0;
    background: url(../images/building_bg03.png) no-repeat;
    background-size: contain;
  }
  .building__list li:nth-of-type(3)::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 200px;
    width: 173px;
    background: url(../images/building_bg04.png) no-repeat;
    background-size: contain;
    z-index: -1;
  } */
  .building__list li + li {
    margin-top: 80px;
  }
  .building__list li:nth-of-type(odd) .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .building__catch {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    text-align: center;
  }
  .building__catch::after,.building__catch::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 27px;
    background: url(../images/building_ttl_line01.svg) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
  }
  .building__list li:nth-of-type(2) .building__catch::after,.building__list li:nth-of-type(2) .building__catch::before {
    background: url(../images/building_ttl_line02.svg) no-repeat;
    background-size: contain;
  }
  .building__list li:nth-of-type(3) .building__catch::after,.building__list li:nth-of-type(3) .building__catch::before {
    background: url(../images/building_ttl_line03.svg) no-repeat;
    background-size: contain;
  }
  .building__catch::before {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    bottom: 0;
    left: auto;
    right: 0;
  }
  .building__half figure {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .building__catch span {
    position: relative;
  }
  .building__catch span::after {
    content: '0'counter(li);
    font-family: 'Noto Sans JP', sans-serif;
    font-style: italic;
    position: absolute;
    right: -40px;
    bottom: 0;
    line-height: 1;
    font-size: 60px;
    opacity: .3;
    z-index: -1;
  }
  .building__sub_ttl {
    margin-top: 12px;
    font-size: 2.2rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.3;
    text-align: center;
  }
  .building__sub_ttl strong {
    font-size: 2.6rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.3;
  }
  .building__txt {
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .building__list li:first-of-type .building__catch span,.building__list li:first-of-type .building__sub_ttl,.building__list li:first-of-type .building__sub_ttl *,.building__list li:first-of-type .building__txt span {
    color: #ff7a7a;
  }
  .building__list li:nth-of-type(2) .building__catch span,.building__list li:nth-of-type(2) .building__sub_ttl,.building__list li:nth-of-type(2) .building__sub_ttl *,.building__list li:nth-of-type(2) .building__txt span {
    color: #ffaf7a;
  }
  .building__list li:nth-of-type(3) .building__catch span,.building__list li:nth-of-type(3) .building__sub_ttl,.building__list li:nth-of-type(3) .building__sub_ttl *,.building__list li:nth-of-type(3) .building__txt span {
    color: #7075bd;
  }

  .menu {
    background: #fafafa;
    padding-bottom: 40px;
  }
  .menu__ttl {
    text-align: center;
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.5;
    background: -webkit-linear-gradient(0deg, #ff7a7a, #9fa1b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .menu__txt {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .menu__list {
    margin-top: 50px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu__list li {
    position: relative;
    z-index: 1;
    width: 45%;
  }
  .menu__list li figure {
    position: relative;
  }
  .menu__list li figure figcaption {
    position: absolute;
    top: -15px;
    left: -13px;
    color: #fff;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 1.4rem;
    padding: 10px 4px;
    background: url(../images/menu_bg.svg);
    background-size: 100% 100%;
    height: 6.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .side_txt {
    text-align: right;
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .menu_table {
    position: relative;
    overflow: scroll;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) 0 0/20px 100%, -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) right/20px 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .menu_table div {
    width: 570px;
    background: -o-linear-gradient(right, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%, -o-linear-gradient(left, hsla(0,0%,100%,0), white 15px) right / 50px 100%;
    background: linear-gradient(to left, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 50px 100%;
    background-repeat: no-repeat;
    background-attachment: local;
    border-bottom: 1px solid #CCC;
    border-collapse: collapse;
  }
  .menu_table::after {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    right: 70px;
    top: 22px;
    height: 500px;
    width: 283px;
    /* background: url(../images/menu_woman.png) no-repeat center top; */
    background-size: contain;
    z-index: 0;
  }
  .menu_table img {
    position: relative;
    z-index: 1;
  }
  .active {
    background: url(../images/active_bg_sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 125px 0 30px;
  }
  .active__txt {
    text-align: center;
  }
  .active__txt p {
    display: inline-block;
    text-align: left;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    font-style: italic;
    line-height: 1.7;
  }
  .active__txt p * {
    font-style: italic;
    color: #fff;
  }
  .active__txt p img {
    display: inline-block;
    width: 300px;
  }
  .active__txt p small {
    font-size: 1.5rem;
  }
  .cv {
    background: -o-linear-gradient(left, #ff7a7a, #9ea0b4);
    background: -webkit-gradient(linear, left top, right top, from(#ff7a7a), to(#9ea0b4));
    background: linear-gradient(to right, #ff7a7a, #9ea0b4);
    padding: 30px 0 130px;
  }
  .cv__ttl {
    text-align: center;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
  }
  .cv__btn_wrap {
    margin-top: 20px;
  }
  .cv__btn_wrap a {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
  }
  .cv__btn_wrap a:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .cv__btn_wrap a.tel * {
    color: #ff7a7a;
  }
  .cv__btn_wrap a.tel {
    line-height: 1.5;
  }
  .cv__btn_wrap a.tel small {
    font-size: 1.4rem;
  }
  .cv__btn_wrap a.tel strong {
    margin-top: 5px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
  }
  .cv__btn_wrap a.tel span {
    position: relative;
    padding-left: 40px;
  }
  .cv__btn_wrap a.tel span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 35px;
    width: 35px;
    background: url(../images/tel_icon.png) no-repeat center center;
    background-size: contain;
  }
  .cv__btn_wrap a.join span {
    position: relative;
    font-size: 2.2rem;
    padding-right: 15px;
    font-weight: bold;
    color: #9ea0b4;
  }
  .cv__btn_wrap a.join span::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/arrow_icon.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cv__map {
    width: 100%;
    height: 180px;
    margin-top: 40px;
  }
  .cv__address {
    margin-top: 20px;
    text-align: center;
  }
  .cv__address figure {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .cv__address div,.cv__address div * {
    color: #fff;
    font-size: 1.4rem;
  }
  .cv__address div strong {
    font-size: 1.8rem;
    display: inline-block;
    margin-bottom: 5px;
  }
  .cv__cr {
    text-align: center;
    color: #fff;
    margin-top: 40px;
    font-size: 1.2rem;
  }
  .cv_fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    background: rgb(255 255 255 / 60%);
    padding: 20px 5px;
    z-index: 9999;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .cv_fixed.active {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .cv_fixed .cv__btn_wrap {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cv_fixed .cv__btn_wrap a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
            box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    padding: 5px 0;
    width: calc(50% - 3px);
    margin: 0 !important;
  }
  .cv_fixed .cv__btn_wrap a.tel {
    border: 2px solid #ff7a7a;
  }
  .cv_fixed .cv__btn_wrap a.tel strong {
    font-size: 5.3vw;
  }
  .cv_fixed .cv__btn_wrap a.tel small {
    font-size: 3.3vw;
  }
  .cv_fixed .cv__btn_wrap a.tel span {
    padding-left: 26px;
  }
  .cv_fixed .cv__btn_wrap a.tel span::after {
    height: 24px;
    width: 24px;
  }
  .cv_fixed .cv__btn_wrap a.join {
    border: 2px solid #9ea0b4;
  }
  .cv_fixed .cv__btn_wrap a.join span {
    font-size: 4.4vw;
  }
  .cv_fixed .cv__btn_wrap a.join span::after {
    right: -5px;
    width: 12px;
    height: 12px;
  }
}