@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
/*foundation
------------------------------------------------------*/
/* Reset
ヘッダーとフッターとホームのメインコンテンツにだけ適応
----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@700&display=swap");
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,
l,
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; }

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
  font-size: 100%; }

blockquote,
q {
  quotes: none; }

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

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

body,
input,
textarea {
  margin: 0;
  padding: 0; }

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

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

caption,
th {
  text-align: left; }

img,
a img {
  border: none; }

a {
  cursor: pointer; }

input:not([type='checkbox']) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*==========================================================================
Color
カラーコード変換
https://tech-unlimited.com/color.html
==========================================================================*/
/*==========================================================================
box shadow
box-shadowジェネレータ
https://www.bad-company.jp/box-shadow
==========================================================================*/
/* Base
----------------------------------------------------------------- */
body {
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #0F0F0F;
  line-height: 1.75; }
  @media only screen and (max-width: 63.9375em) {
    body {
      font-family: "noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial"; } }
  @media print, screen and (min-width: 64em) {
    body {
      font-family: "noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  vertical-align: bottom;
  width: 100%; }

/* Font
----------------------------------------------------------------- */
/* cyrillic-ext */
/* -----------------------------------------------------------------
/* ループアニメーション（1枚目）
----------------------------------------------------------------- */
@-webkit-keyframes loop1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); } }
@keyframes loop1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); } }

/* -----------------------------------------------------------------
/* ループアニメーション（2枚目）
----------------------------------------------------------------- */
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); } }
@keyframes loop2 {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); } }

/* -----------------------------------------------------------------
/* ループアニメーション（1枚目）
----------------------------------------------------------------- */
@-webkit-keyframes looptest {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(-1423px, 0);
            transform: translate(-1423px, 0); } }
@keyframes looptest {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(-1423px, 0);
            transform: translate(-1423px, 0); } }

/* -----------------------------------------------------------------
/*ボタンアニメーション（左から右にスライド）
----------------------------------------------------------------- */
@-webkit-keyframes buttonSlide1 {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); } }
@keyframes buttonSlide1 {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); } }

/* -----------------------------------------------------------------
/*ボタンアニメーション（左から右にスライドの戻り）
----------------------------------------------------------------- */
@-webkit-keyframes buttonSlide1back {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); } }
@keyframes buttonSlide1back {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); } }

/* -----------------------------------------------------------------
/*ボタンアニメーション（backgroundタイプ）
----------------------------------------------------------------- */
@-webkit-keyframes buttonSlide3 {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@keyframes buttonSlide3 {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }

/* -----------------------------------------------------------------
/*ヘッダープルダウンメニュー
----------------------------------------------------------------- */
@-webkit-keyframes pulldownMenu {
  0% {
    height: 0; }
  100% {
    height: auto; } }
@keyframes pulldownMenu {
  0% {
    height: 0; }
  100% {
    height: auto; } }

.l-root-container {
  width: 100%;
  overflow-x: hidden; }

/*layout
------------------------------------------------------*/
@media only screen and (max-width: 63.9375em) {
  .l-section {
    padding: 0 16px; } }

.l-section.-service {
  background-color: #afafaf; }
  @media only screen and (max-width: 63.9375em) {
    .l-section.-service {
      margin-top: -100px; } }
  @media print, screen and (min-width: 64em) {
    .l-section.-service {
      margin-top: -80px; } }

.l-section.-styling {
  background-color: #484F4D;
  margin-top: 224px; }
  @media only screen and (max-width: 63.9375em) {
    .l-section.-styling {
      padding: 12px; } }
  @media print, screen and (min-width: 64em) {
    .l-section.-styling {
      padding: 20px; } }

.l-section.-access {
  background-image: url("../../image/access-bg.png");
  background-position: center;
  background-size: cover;
  padding: 20px 0 50px 0; }

.l-section__inner-960 {
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .l-section__inner-960 {
      max-width: 960px;
      margin: 0 auto; } }

.l-section__inner-980 {
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .l-section__inner-980 {
      max-width: 980px;
      margin: 0 auto; } }

.l-section__inner-1260 {
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .l-section__inner-1260 {
      max-width: 1260px;
      margin: 0 auto; } }

.l-header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 10; }
  @media only screen and (max-width: 63.9375em) {
    .l-header {
      padding-right: 10px; } }
  @media print, screen and (min-width: 64em) {
    .l-header {
      padding-right: 24px;
      height: 83px; } }

.l-header__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;
  width: 100%;
  height: 100%; }
  @media print, screen and (min-width: 64em) {
    .l-header__inner {
      max-width: 1400px;
      margin: 0 auto; } }

.l-header__logo {
  width: 100%; }
  @media only screen and (max-width: 63.9375em) {
    .l-header__logo {
      max-width: 100px; } }
  @media print, screen and (min-width: 64em) {
    .l-header__logo {
      max-width: 200px; } }

.l-header__nav {
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 63.9375em) {
    .l-header__nav {
      display: none; } }
  @media print, screen and (min-width: 64em) {
    .l-header__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 16px 0 11px 0;
      max-width: 900px; } }

.l-header__nav-menu {
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .l-header__nav-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

@media print, screen and (min-width: 64em) {
  .l-header__menu-item {
    font-size: 20px;
    font-size: 1.25rem;
    color: #333;
    font-weight: 300;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.l-header__nav-contact {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media print, screen and (min-width: 64em) {
    .l-header__nav-contact {
      width: 192px;
      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;
      background-color: #333;
      height: 100%;
      margin-left: 64px; } }

.l-header__contact-item {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #FEFEFE;
  text-decoration: none; }

@media print, screen and (min-width: 64em) {
  .l-header__nav-sp {
    display: none; } }

.l-header__menu-icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .l-header__menu-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
  .l-header__menu-icon::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
  .l-header__menu-icon span {
    width: 100%;
    height: 2px;
    background-color: transparent;
    position: relative; }
    .l-header__menu-icon span::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform-origin: center;
              transform-origin: center;
      width: 100%;
      height: 2px;
      background-color: #333;
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s; }
    .l-header__menu-icon span::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform-origin: center;
              transform-origin: center;
      width: 100%;
      height: 2px;
      background-color: #333;
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s; }
  .l-header__menu-icon.-open::before {
    opacity: 0; }
  .l-header__menu-icon.-open::after {
    opacity: 0; }
  .l-header__menu-icon.-open span::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .l-header__menu-icon.-open span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.l-header-sp {
  z-index: 10; }
  .l-header-sp .l-header-sp__bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(51, 51, 51, 0.5);
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 10; }
  .l-header-sp.is-open .l-header-sp__bg {
    opacity: 1;
    visibility: visible; }
  .l-header-sp.is-open .l-header-sp__menu {
    right: 0; }
  .l-header-sp .l-header-sp__menu {
    position: absolute;
    width: 64%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    z-index: 11;
    top: 0%;
    right: -100%;
    -webkit-transition: right .5s;
    transition: right .5s; }
  .l-header-sp .l-header-sp__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 100px auto 0 auto; }
  .l-header-sp .l-header-sp__menu-item {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    color: #333;
    height: 50px;
    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;
    text-decoration: none; }
    .l-header-sp .l-header-sp__menu-item:hover {
      text-decoration: underline; }
  .l-header-sp .l-header-sp__close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 30px; }
    .l-header-sp .l-header-sp__close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 30px;
      height: 1px;
      background-color: #333;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: center;
              transform-origin: center; }
    .l-header-sp .l-header-sp__close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0%;
      width: 30px;
      height: 1px;
      background-color: #333;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: center;
              transform-origin: center; }

.l-footer {
  background-color: #333; }
  @media only screen and (max-width: 63.9375em) {
    .l-footer {
      margin-top: 55px; } }
  @media print, screen and (min-width: 64em) {
    .l-footer {
      margin-top: 135px; } }

.l-footer__text {
  text-align: center;
  color: #fff; }
  @media only screen and (max-width: 63.9375em) {
    .l-footer__text {
      font-size: 16px;
      font-size: 1rem;
      padding: 0px 16px; } }
  @media print, screen and (min-width: 64em) {
    .l-footer__text {
      font-size: 20px;
      font-size: 1.25rem;
      padding: 4px 16px; } }

/*Project
------------------------------------------------------*/
.p-main-visual {
  position: relative; }
  @media only screen and (max-width: 63.9375em) {
    .p-main-visual {
      padding-top: 43px; } }
  @media print, screen and (min-width: 64em) {
    .p-main-visual {
      padding-top: 83px; } }

.p-main-visual__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  width: 100%;
  z-index: 1; }

.p-main-visual__copy-image {
  margin: 0 auto;
  display: block; }
  @media only screen and (max-width: 63.9375em) {
    .p-main-visual__copy-image {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .p-main-visual__copy-image {
      width: 55%; } }

.p-main-visual__slider {
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 63.9375em) {
    .p-main-visual__slider {
      padding-top: 122%; } }
  @media print, screen and (min-width: 64em) {
    .p-main-visual__slider {
      padding-top: 41%; } }
  .p-main-visual__slider img {
    position: absolute;
    top: 0;
    left: 0; }

.p-about__text-area {
  position: relative; }
  @media only screen and (max-width: 63.9375em) {
    .p-about__text-area {
      margin-top: 37%; } }
  @media print, screen and (min-width: 64em) {
    .p-about__text-area {
      margin-top: 22%; } }

.p-about__text-item {
  line-height: 1.5; }
  @media only screen and (max-width: 63.9375em) {
    .p-about__text-item {
      margin-top: 7px; } }
  @media print, screen and (min-width: 64em) {
    .p-about__text-item {
      margin-top: 26px;
      margin-left: -3px; } }
  @media only screen and (max-width: 63.9375em) {
    .p-about__text-item + .p-about__text-item {
      margin-top: 70px; } }
  @media print, screen and (min-width: 64em) {
    .p-about__text-item + .p-about__text-item {
      margin-top: 24px; } }

.p-about__text-item2 {
  position: relative;
  line-height: 1.5; }
  @media only screen and (max-width: 63.9375em) {
    .p-about__text-item2 {
      margin-top: 70px; } }
  @media print, screen and (min-width: 64em) {
    .p-about__text-item2 {
      margin-top: 24px;
      margin-left: -3px; } }
  .p-about__text-item2:before {
    content: '';
    position: absolute;
    bottom: 8px;
    height: 1px;
    background-color: #333; }
    @media only screen and (max-width: 63.9375em) {
      .p-about__text-item2:before {
        right: -30px;
        width: 130px; } }
    @media print, screen and (min-width: 64em) {
      .p-about__text-item2:before {
        right: -37px;
        width: 157px; } }

.p-about__image-area {
  position: relative;
  padding-top: 52%; }
  .p-about__image-area img {
    display: block; }
  .p-about__image-area .p-about__img-item1 {
    position: absolute;
    z-index: 1; }
    @media only screen and (max-width: 63.9375em) {
      .p-about__image-area .p-about__img-item1 {
        width: 77%;
        top: 20px;
        left: 0; } }
    @media print, screen and (min-width: 64em) {
      .p-about__image-area .p-about__img-item1 {
        top: 56px;
        left: 0;
        width: 62.5%; } }
  .p-about__image-area .p-about__img-item2 {
    position: absolute;
    z-index: 3; }
    @media only screen and (max-width: 63.9375em) {
      .p-about__image-area .p-about__img-item2 {
        width: 60%;
        right: 0;
        top: 72%; } }
    @media print, screen and (min-width: 64em) {
      .p-about__image-area .p-about__img-item2 {
        width: 48%;
        top: 74%;
        left: 31%; } }
  .p-about__image-area .p-about__img-item3 {
    position: absolute; }
    @media only screen and (max-width: 63.9375em) {
      .p-about__image-area .p-about__img-item3 {
        width: 220px;
        top: 520px;
        right: -30px;
        z-index: 0; } }
    @media print, screen and (min-width: 64em) {
      .p-about__image-area .p-about__img-item3 {
        width: 29%;
        top: 47%;
        right: 0;
        z-index: 2; } }
  @media only screen and (max-width: 63.9375em) {
    .p-about__image-area .p-about__image-sp-none {
      display: none; } }

@media only screen and (max-width: 63.9375em) {
  .p-about__text-area-image {
    width: 220px;
    position: absolute;
    top: 566px;
    right: -30px;
    z-index: -1; } }

@media print, screen and (min-width: 64em) {
  .p-about__text-area-image {
    display: none; } }

.p-menu {
  background-color: #F5F5F5;
  margin-top: 100px;
  position: relative; }
  @media only screen and (max-width: 63.9375em) {
    .p-menu {
      padding: 25px 20px 40px 20px; } }
  @media print, screen and (min-width: 64em) {
    .p-menu {
      padding: 60px 60px 80px 60px; } }
  @media print, screen and (min-width: 87.5em) {
    .p-menu {
      padding: 60px 120px 80px 120px; } }

.p-menu__title {
  text-align: center; }

@media print, screen and (min-width: 64em) {
  .p-menu__menu-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px; } }

@media only screen and (max-width: 63.9375em) {
  .p-menu__title + .p-menu__menu-area {
    margin-top: 20px; } }

@media print, screen and (min-width: 64em) {
  .p-menu__title + .p-menu__menu-area {
    margin-top: 70px; } }

.p-menu__menu-area.-other {
  position: relative; }
  @media only screen and (max-width: 63.9375em) {
    .p-menu__menu-area.-other {
      margin-top: 20px; } }
  @media print, screen and (min-width: 64em) {
    .p-menu__menu-area.-other {
      padding-top: 40px; } }
  @media print, screen and (min-width: 64em) {
    .p-menu__menu-area.-other::before {
      content: '';
      position: absolute;
      top: 0%;
      left: 50%;
      width: 513px;
      height: 2px;
      background-color: #A1A5AD;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }

@media only screen and (max-width: 63.9375em) {
  .p-menu__menu-area.-option {
    margin-top: 17px; } }

.p-menu__menu-item {
  background-color: #fff;
  width: 100%; }
  .p-menu__menu-item.-col-3 {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.19); }
    @media only screen and (max-width: 63.9375em) {
      .p-menu__menu-item.-col-3 {
        padding: 17px 22px; } }
    @media print, screen and (min-width: 64em) {
      .p-menu__menu-item.-col-3 {
        padding: 20px 37px;
        max-width: calc(( 100% / 3) - 15px); } }
    @media print, screen and (min-width: 64em) {
      .p-menu__menu-item.-col-3:not(:first-child) {
        margin-left: 20px; } }
    @media only screen and (max-width: 63.9375em) {
      .p-menu__menu-item.-col-3 + .p-menu__menu-item.-col-3 {
        margin-top: 22px; } }
  .p-menu__menu-item.-option {
    padding-bottom: 35px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.19); }
    @media only screen and (max-width: 63.9375em) {
      .p-menu__menu-item.-option {
        width: 100%;
        margin-left: 0;
        padding: 17px 0; } }
    @media print, screen and (min-width: 64em) {
      .p-menu__menu-item.-option {
        padding: 20px 0; } }
    @media print, screen and (min-width: 64em) {
      .p-menu__menu-item.-option br {
        display: none; } }
  .p-menu__menu-item.-shrink-2 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.19); }
    @media only screen and (max-width: 63.9375em) {
      .p-menu__menu-item.-shrink-2 {
        padding: 20px 25px; } }
    @media print, screen and (min-width: 64em) {
      .p-menu__menu-item.-shrink-2 {
        width: 320px;
        padding: 20px 37px; } }
  .p-menu__menu-item.-shrink-1 {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.19); }
    @media only screen and (max-width: 63.9375em) {
      .p-menu__menu-item.-shrink-1 {
        padding: 20px 25px;
        margin-top: 15px; } }
    @media print, screen and (min-width: 64em) {
      .p-menu__menu-item.-shrink-1 {
        padding: 20px 37px;
        margin-left: 20px;
        width: 590px; } }

.p-menu__menu-title {
  font-weight: 500;
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 63.9375em) {
    .p-menu__menu-title {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .p-menu__menu-title {
      font-size: 22px;
      font-size: 1.375rem; } }
  .p-menu__menu-title::before {
    content: '';
    position: absolute;
    width: 52px;
    height: 1px;
    background-color: #333;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    @media only screen and (max-width: 63.9375em) {
      .p-menu__menu-title::before {
        bottom: -9px; } }
    @media print, screen and (min-width: 64em) {
      .p-menu__menu-title::before {
        bottom: -15px; } }
  @media only screen and (max-width: 63.9375em) {
    .p-menu__menu-title.-option {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media only screen and (max-width: 63.9375em) {
    .p-menu__menu-title.-option::before {
      bottom: -18px; } }

.p-menu__desc {
  text-align: center; }
  @media only screen and (max-width: 63.9375em) {
    .p-menu__desc {
      font-size: 12px;
      font-size: 0.75rem;
      margin-top: 10px; } }
  @media print, screen and (min-width: 64em) {
    .p-menu__desc {
      font-size: 14px;
      font-size: 0.875rem;
      margin-top: 22px; } }

.p-menu__place {
  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;
  margin-top: 19px;
  width: 100%;
  margin: 19px auto 0 auto; }
  @media only screen and (max-width: 63.9375em) {
    .p-menu__place {
      max-width: 240px; } }
  @media print, screen and (min-width: 64em) {
    .p-menu__place {
      max-width: 240px; } }
  @media only screen and (max-width: 63.9375em) {
    .p-menu__place + .p-menu__place {
      margin-top: -2px; } }
  @media print, screen and (min-width: 64em) {
    .p-menu__place + .p-menu__place {
      margin-top: 5px; } }

.p-menu__place-label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400; }

.p-menu__place-amount {
  font-weight: 500;
  margin-top: -2px; }
  @media only screen and (max-width: 63.9375em) {
    .p-menu__place-amount {
      font-size: 16px;
      font-size: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .p-menu__place-amount {
      font-size: 26px;
      font-size: 1.625rem; } }
  .p-menu__place-amount span {
    font-weight: normal;
    margin-left: 8px; }
    @media only screen and (max-width: 63.9375em) {
      .p-menu__place-amount span {
        font-size: 10px;
        font-size: 0.625rem; } }
    @media print, screen and (min-width: 64em) {
      .p-menu__place-amount span {
        font-size: 12px;
        font-size: 0.75rem; } }

.p-menu__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 63.9375em) {
    .p-menu__option {
      max-width: 200px;
      margin-top: 36px; } }
  @media print, screen and (min-width: 64em) {
    .p-menu__option {
      max-width: 310px;
      margin-top: 53px; } }

.p-menu__option-item {
  width: 50%;
  position: relative;
  font-weight: 300; }
  @media only screen and (max-width: 63.9375em) {
    .p-menu__option-item {
      font-size: 12px;
      font-size: 0.75rem;
      padding-left: 11px; } }
  @media print, screen and (min-width: 64em) {
    .p-menu__option-item {
      font-size: 20px;
      font-size: 1.25rem;
      padding-left: 15px; } }
  .p-menu__option-item:nth-child(n + 3) {
    margin-top: 10px; }
  .p-menu__option-item::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #D6DAE1; }
    @media only screen and (max-width: 63.9375em) {
      .p-menu__option-item::before {
        width: 5px;
        height: 5px;
        top: 8px;
        left: 0; } }
    @media print, screen and (min-width: 64em) {
      .p-menu__option-item::before {
        width: 7px;
        height: 7px;
        top: 15px;
        left: 0; } }

@media only screen and (max-width: 63.9375em) {
  .p-service {
    padding-top: 140px;
    padding-bottom: 112px; } }

@media print, screen and (min-width: 64em) {
  .p-service {
    padding-top: 190px;
    padding-bottom: 115px; } }

.p-service__title {
  position: relative;
  text-align: center; }

.p-service__content {
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .p-service__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 100px; } }
  .p-service__content::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #333; }
    @media only screen and (max-width: 63.9375em) {
      .p-service__content::before {
        bottom: -42px;
        left: 50%;
        width: 150px;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    @media print, screen and (min-width: 64em) {
      .p-service__content::before {
        top: -50px;
        right: 0;
        width: 290px; } }

.p-service__content-image {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative; }
  @media only screen and (max-width: 63.9375em) {
    .p-service__content-image {
      max-width: 69%;
      margin: 0 auto;
      margin-top: 20px;
      padding-top: calc(100% - 10px); } }
  @media print, screen and (min-width: 64em) {
    .p-service__content-image {
      max-width: 39%; } }
  .p-service__content-image::before {
    content: '';
    position: absolute;
    background-color: rgba(56, 51, 46, 0.2);
    width: 100%;
    z-index: 0; }
    @media only screen and (max-width: 63.9375em) {
      .p-service__content-image::before {
        top: 12px;
        left: 12px;
        height: 97%; } }
    @media print, screen and (min-width: 64em) {
      .p-service__content-image::before {
        top: 24px;
        left: 22px;
        height: 81%; } }
  .p-service__content-image img {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 1; }

.p-service__content-text {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media only screen and (max-width: 63.9375em) {
    .p-service__content-text {
      text-align: center;
      margin-top: 37px; } }
  @media print, screen and (min-width: 64em) {
    .p-service__content-text {
      max-width: 56%;
      line-height: 3;
      margin-top: -17px; } }

@media only screen and (max-width: 63.9375em) {
  .p-flow {
    padding-top: 85px; } }

@media print, screen and (min-width: 64em) {
  .p-flow {
    padding-top: 135px; } }

.p-flow__text-area {
  text-align: center; }

.p-flow__item {
  display: -ms-grid;
  display: grid;
  position: relative; }
  @media only screen and (max-width: 63.9375em) {
    .p-flow__item {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: auto 0px 1fr;
      -ms-grid-columns: 80px 0px 1fr;
          grid-template: 'step-area label-area' auto 'text-area text-area' 1fr / 80px 1fr;
      gap: 0px 0px;
      padding-left: 17px; } }
  @media print, screen and (min-width: 64em) {
    .p-flow__item {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: auto 14px 1fr;
      -ms-grid-columns: 100px 56px 1fr;
          grid-template: 'step-area label-area' auto 'step-area text-area' 1fr / 100px 1fr;
      gap: 14px 56px; } }
  @media only screen and (max-width: 63.9375em) {
    .p-flow__item + .p-flow__item {
      margin-top: 40px; } }
  @media print, screen and (min-width: 64em) {
    .p-flow__item + .p-flow__item {
      margin-top: 90px; } }
  .p-flow__item::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #333; }
    @media only screen and (max-width: 63.9375em) {
      .p-flow__item::before {
        width: 12px;
        height: 12px;
        top: 12px;
        left: -9px; } }
    @media print, screen and (min-width: 64em) {
      .p-flow__item::before {
        width: 16px;
        height: 16px;
        top: 16px;
        left: -34px; } }
  .p-flow__item::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #333; }
    @media only screen and (max-width: 63.9375em) {
      .p-flow__item::after {
        top: 15px;
        left: -4px;
        height: calc( 100% + 40px); } }
    @media print, screen and (min-width: 64em) {
      .p-flow__item::after {
        top: 25px;
        left: -27px;
        height: calc( 100% + 90px); } }
  @media only screen and (max-width: 63.9375em) {
    .p-flow__item:first-child {
      margin-top: 22px; } }
  @media print, screen and (min-width: 64em) {
    .p-flow__item:first-child {
      margin-top: 67px; } }
  .p-flow__item:last-child::after {
    display: none; }

.p-flow__step {
  grid-area: step-area;
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700; }
  @media only screen and (max-width: 63.9375em) {
    .p-flow__step {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700; } }
  @media print, screen and (min-width: 64em) {
    .p-flow__step {
      font-size: 28px;
      font-size: 1.75rem;
      font-weight: 700; } }

.p-flow__label {
  grid-area: label-area; }
  @media only screen and (max-width: 63.9375em) {
    .p-flow__label {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700; } }
  @media print, screen and (min-width: 64em) {
    .p-flow__label {
      font-size: 28px;
      font-size: 1.75rem;
      font-weight: 700; } }

.p-flow__text {
  grid-area: text-area; }

@media only screen and (max-width: 63.9375em){
    .p-flow__step {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .p-flow__label {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .p-flow__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; } }

@media print, screen and (min-width: 64em){
    .p-flow__step {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1; }
    .p-flow__label {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .p-flow__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; } }
  @media only screen and (max-width: 63.9375em) {
    .p-flow__text {
      font-size: 12.8px;
      font-size: 0.8rem; } }
  @media print, screen and (min-width: 64em) {
    .p-flow__text {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400; } }

.p-styling {
  background-color: #fff; }
  @media only screen and (max-width: 63.9375em) {
    .p-styling {
      padding: 0 73px; } }
  @media print, screen and (min-width: 64em) {
    .p-styling {
      padding: 0 50px; } }

.p-styling__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  @media only screen and (max-width: 63.9375em) {
    .p-styling__inner {
      padding-top: 40px;
      padding-bottom: 77px; } }
  @media print, screen and (min-width: 64em) {
    .p-styling__inner {
      padding-top: 62px;
      padding-bottom: 146px; } }

.p-styling__text-area {
  text-align: center; }

.p-styling__before-label {
  font-weight: 500;
  position: relative; }
  @media only screen and (max-width: 63.9375em) {
    .p-styling__before-label {
      font-size: 18px;
      font-size: 1.125rem;
      margin-left: 24px; } }
  @media print, screen and (min-width: 64em) {
    .p-styling__before-label {
      font-size: 20px;
      font-size: 1.25rem;
      margin-left: 36px; } }
  .p-styling__before-label::before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #333;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media only screen and (max-width: 63.9375em) {
      .p-styling__before-label::before {
        width: 17px;
        left: -21px; } }
    @media print, screen and (min-width: 64em) {
      .p-styling__before-label::before {
        width: 28px;
        left: -37px; } }

.p-styling__after-label {
  font-weight: 500;
  position: relative; }
  @media only screen and (max-width: 63.9375em) {
    .p-styling__after-label {
      font-size: 18px;
      font-size: 1.125rem;
      margin-left: 24px; } }
  @media print, screen and (min-width: 64em) {
    .p-styling__after-label {
      font-size: 24px;
      font-size: 1.5rem;
      margin-left: 36px; } }
  .p-styling__after-label::before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #333;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media only screen and (max-width: 63.9375em) {
      .p-styling__after-label::before {
        width: 17px;
        left: -21px; } }
    @media print, screen and (min-width: 64em) {
      .p-styling__after-label::before {
        width: 28px;
        left: -37px; } }

.p-styling__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media only screen and (max-width: 63.9375em) {
    .p-styling__content {
      margin-top: 13px;
      cursor: -webkit-grab;
      cursor: grab; } }
  @media print, screen and (min-width: 64em) {
    .p-styling__content {
      margin-top: 57px; } }

.p-styling__content-item {
  width: 100%;
  max-width: 29%; }

@media only screen and (max-width: 63.9375em) {
  .p-styling__view-after {
    margin-top: 32px; } }

@media print, screen and (min-width: 64em) {
  .p-styling__view-after {
    margin-top: 47px; } }

.slick-next {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top: solid transparent 10px;
  border-bottom: solid transparent 10px;
  border-left: solid #C4C4C4 16px;
  border-right: transparent;
  color: transparent;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -54px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.slick-prev {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top: solid transparent 10px;
  border-bottom: solid transparent 10px;
  border-right: solid #C4C4C4 16px;
  border-left: transparent;
  color: transparent;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -54px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.p-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 63.9375em) {
    .p-access {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

@media only screen and (max-width: 63.9375em) {
  .p-access__title {
    text-align: center;
    margin-top: 23px; } }

@media print, screen and (min-width: 64em) {
  .p-access__title {
    margin-top: 13px; } }

.p-access__map {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media only screen and (max-width: 63.9375em) {
    .p-access__map {
      height: 100px;
      margin-top: 20px; } }
  @media print, screen and (min-width: 64em) {
    .p-access__map {
      max-width: 640px;
      margin-left: calc((100% - 1400px) / 2); } }

.p-access__content {
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .p-access__content {
      margin-left: 60px; } }

.p-access__name {
  color: #fff;
  font-weight: 700; }
  @media only screen and (max-width: 63.9375em) {
    .p-access__name {
      display: none; } }
  @media print, screen and (min-width: 64em) {
    .p-access__name {
      margin-top: 60px;
      font-size: 43px;
      font-size: 2.6875rem; } }

.p-access__info {
  width: 100%;
  color: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media only screen and (max-width: 63.9375em) {
    .p-access__info {
      padding: 0 10px;
      font-size: 16px;
      font-size: 1rem;
      margin-top: 20px; } }
  @media print, screen and (min-width: 64em) {
    .p-access__info {
      margin-top: 12px;
      font-size: 26px;
      font-size: 1.625rem;
      padding-right: 50px; } }
  @media only screen and (max-width: 63.9375em) {
    .p-access__info + .p-access__info {
      margin-top: 10px; } }
  @media print, screen and (min-width: 64em) {
    .p-access__info + .p-access__info {
      margin-top: 24px; } }
  .p-access__info a {
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 400;
    text-decoration: none; }
  .p-access__info.-tel {
    pointer-events: none; }
    @media only screen and (max-width: 63.9375em) {
      .p-access__info.-tel {
        display: none; } }
  @media print, screen and (min-width: 64em) {
    .p-access__info.-content {
      display: none; } }
  .p-access__info:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff; }

@media only screen and (max-width: 63.9375em) {
  .p-contact {
    padding: 36px 0 0 0; } }

.p-contact__text-area {
  text-align: center; }
  @media print, screen and (min-width: 64em) {
    .p-contact__text-area {
      margin-top: 70px; } }

.p-contact__contact-info {
  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; }
  @media only screen and (max-width: 63.9375em) {
    .p-contact__contact-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media print, screen and (min-width: 64em) {
    .p-contact__contact-info {
      margin-top: 50px; } }

.p-contact__instagram-icon {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2264%22%20height%3D%2264%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E\a%20%20%20%20%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%2260%22%20height%3D%2260%22%20rx%3D%2216%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%2F%3E\a%20%20%20%20%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2214.485%22%20stroke%3D%22%23333%22%20stroke-width%3D%224%22%2F%3E\a%20%20%20%20%3Ccircle%20cx%3D%2249%22%20cy%3D%2213.5%22%20r%3D%223%22%20fill%3D%22%23fff%22%20stroke%3D%22%23333%22%2F%3E\a%20%20%3C%2Fsvg%3E"); }
  @media only screen and (max-width: 63.9375em) {
    .p-contact__instagram-icon {
      width: 56px;
      height: 56px;
      margin-top: 25px; } }
  @media print, screen and (min-width: 64em) {
    .p-contact__instagram-icon {
      width: 64px;
      height: 64px; } }

.p-contact__desc {
  font-weight: 400;
  text-align: center; }
  @media only screen and (max-width: 63.9375em) {
    .p-contact__desc {
      font-size: 16px;
      font-size: 1rem;
      margin-top: 7px; } }
  @media print, screen and (min-width: 64em) {
    .p-contact__desc {
      margin-top: 10px;
      font-size: 24px;
      font-size: 1.5rem; } }
  .p-contact__desc + .p-contact__desc {
    margin-top: 0px; }
  @media only screen and (max-width: 63.9375em) {
    .p-contact__desc br {
      margin-top: 5px; } }
  @media print, screen and (min-width: 64em) {
    .p-contact__desc br {
      display: none; } }
  @media only screen and (max-width: 63.9375em) {
    .p-contact__desc span {
      display: none; } }
  .p-contact__desc a {
    color: #000; }

.p-contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  position: relative; }
  @media only screen and (max-width: 63.9375em) {
    .p-contact__tel {
      margin-top: 27px; } }
  @media print, screen and (min-width: 64em) {
    .p-contact__tel {
      margin-left: 65px; } }
  @media only screen and (max-width: 63.9375em) {
    .p-contact__tel .p-contact__tel-number-warp {
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media print, screen and (min-width: 64em) {
    .p-contact__tel .p-contact__tel-number-warp {
      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; } }
  .p-contact__tel .p-contact__tel-number {
    text-decoration: none;
    color: #333; }
    @media only screen and (max-width: 63.9375em) {
      .p-contact__tel .p-contact__tel-number {
        font-size: 30px;
        font-size: 1.875rem;
        margin-top: -13px; } }
    @media print, screen and (min-width: 64em) {
      .p-contact__tel .p-contact__tel-number {
        font-size: 50px;
        font-size: 3.125rem;
        pointer-events: none; } }
  @media only screen and (max-width: 63.9375em) {
    .p-contact__tel .p-contact__tel-icon {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .p-contact__tel .p-contact__tel-icon {
      font-size: 40px;
      font-size: 2.5rem;
      margin-right: 15px; } }
  .p-contact__tel .p-contact__tel-left {
    border-top: solid 2px #333;
    border-left: solid 2px #333;
    border-bottom: solid 2px #333; }
    @media only screen and (max-width: 63.9375em) {
      .p-contact__tel .p-contact__tel-left {
        width: 16px;
        height: 75px;
        margin-right: 28px; } }
    @media print, screen and (min-width: 64em) {
      .p-contact__tel .p-contact__tel-left {
        width: 28px;
        height: 100px;
        margin-right: 50px; } }
  .p-contact__tel .p-contact__tel-right {
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    border-bottom: solid 2px #333; }
    @media only screen and (max-width: 63.9375em) {
      .p-contact__tel .p-contact__tel-right {
        width: 16px;
        height: 75px;
        margin-left: 28px; } }
    @media print, screen and (min-width: 64em) {
      .p-contact__tel .p-contact__tel-right {
        width: 28px;
        height: 100px;
        margin-left: 50px; } }

@media only screen and (max-width: 63.9375em) {
  .p-view {
    padding-bottom: 60px; } }

@media print, screen and (min-width: 64em) {
  .p-view {
    padding-bottom: 140px; } }

.p-view__text-area {
  text-align: center;
  position: relative;
  background-color: #fff; }
  @media only screen and (max-width: 63.9375em) {
    .p-view__text-area {
      margin-top: 40px; } }
  @media print, screen and (min-width: 64em) {
    .p-view__text-area {
      margin-top: 74px; } }
  .p-view__text-area::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: #333;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .p-view__text-area h2 {
    background-color: #fff; }
    @media only screen and (max-width: 63.9375em) {
      .p-view__text-area h2 {
        padding: 0px 34px; } }
    @media print, screen and (min-width: 64em) {
      .p-view__text-area h2 {
        padding: 0px 56px; } }

@media only screen and (max-width: 63.9375em) {
  .p-view__content {
    margin-top: 10px; } }

@media print, screen and (min-width: 64em) {
  .p-view__content {
    margin-top: 30px; } }

@media only screen and (max-width: 63.9375em) {
  .p-view__content-main {
    margin: 0 13px; } }

@media print, screen and (min-width: 64em) {
  .p-view__content-main {
    margin: 0 83px; } }

@media only screen and (max-width: 63.9375em) {
  .p-view__content-main .slick-prev {
    left: -56px; } }

@media print, screen and (min-width: 64em) {
  .p-view__content-main .slick-prev {
    left: -54px;
    -webkit-transform: translate(0, -120px);
            transform: translate(0, -120px); } }

@media only screen and (max-width: 63.9375em) {
  .p-view__content-main .slick-next {
    right: -56px; } }

@media print, screen and (min-width: 64em) {
  .p-view__content-main .slick-next {
    right: -54px;
    -webkit-transform: translate(0, -120px);
            transform: translate(0, -120px); } }

.p-view__content-main .slick-list {
  width: 100%;
  position: relative;
  padding-top: 62%; }

.p-view__content-main .slick-track {
  position: absolute;
  top: 0;
  left: 0; }

.slick-dots {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  width: calc( 100% + 200px);
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
  margin-top: 70px; }
  @media only screen and (max-width: 63.9375em) {
    .slick-dots {
      display: none; } }

/*Component
------------------------------------------------------*/
.c-heading-2 {
  position: relative;
  display: inline-block; }
  @media only screen and (max-width: 63.9375em) {
    .c-heading-2 {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media print, screen and (min-width: 64em) {
    .c-heading-2 {
      font-size: 50px;
      font-size: 3.125rem; } }
  .c-heading-2.-black {
    color: #333; }
  .c-heading-2.-bar::before {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #333;
    left: 50%; }
    @media only screen and (max-width: 63.9375em) {
      .c-heading-2.-bar::before {
        height: 20px;
        top: -14px; } }
    @media print, screen and (min-width: 64em) {
      .c-heading-2.-bar::before {
        height: 60px;
        top: -55px; } }
  .c-heading-2.-white {
    color: #fff; }

.c-text-area {
  color: #333;
  font-weight: 300; }
  @media only screen and (max-width: 63.9375em) {
    .c-text-area {
      line-height: 2.1;
      font-size: 14px;
      font-size: 0.875rem; } }
  @media print, screen and (min-width: 64em) {
    .c-text-area {
      font-size: 18px;
      font-size: 1.125rem; } }

/*Utility
------------------------------------------------------*/
@media only screen and (max-width: 63.9375em) {
  .u-br-sp-none br {
    display: none; } }

@media print, screen and (min-width: 64em) {
  .u-service-br .u-service-br__S {
    display: none; } }

@media only screen and (max-width: 63.9375em) {
  .u-service-br .u-service-br__M {
    display: none; } }
