@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ubuntu:100,300,400,400i");
/* 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; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

html {
  height: 100%; }

body {
  min-height: 100%;
  overflow-y: scroll;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #ffffff;
  color: #1e2225; }

::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

::selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

a {
  text-decoration: none;
  color: #000; }

.l-container {
  position: relative; }
  @media screen and (max-width: 767px) {
    .l-container {
      margin-left: 10px;
      margin-right: 10px; } }
  @media screen and (min-width: 768px) {
    .l-container {
      margin-left: auto;
      margin-right: auto; } }

.l-header {
  position: relative; }
  @media screen and (max-width: 767px) {
    .l-header {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 50px; }
      .l-header .l-container {
        height: 100%;
        margin-right: 0px; }
      .l-header.is-open {
        height: 100%; } }
  @media screen and (min-width: 768px) {
    .l-header .l-container {
      max-width: 1366px;
      height: 240px;
      box-sizing: border-box;
      padding-left: 20px;
      padding-right: 20px; } }

.l-footer {
  position: relative; }

.l-main {
  position: relative; }
  @media screen and (max-width: 767px) {
    .l-main {
      padding-top: 50px; } }
  @media screen and (min-width: 768px) {
    .l-main .l-container {
      padding-left: 20px;
      padding-right: 20px; } }

.l-section {
  position: relative; }
  .l-section:nth-of-type(2n+1) {
    background: #f8f8f8; }
  .l-section:nth-of-type(2n) {
    background: #fff; }

/*
.l-section {
  position: relative;
  @include setMediaQuery($MEDIA_SP) {
    
  }
  @include setMediaQuery($MEDIA_PC) {
    min-width: 1000px;
  }
}
.l-container {
  position: relative;
  @include setMediaQuery($MEDIA_PC) {
    max-width: 1100px;
    min-width: 1000px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  @include setMediaQuery($MEDIA_SP) {
    padding-left: 20px;
    padding-right: 20px;
    
  }
}
*/
.c-hr {
  border: none;
  border-top: solid 1px #dcdcdc;
  display: block;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .c-hr {
      margin: 20px 0 0; } }
  @media screen and (min-width: 768px) {
    .c-hr {
      margin: 50px 0 0; } }

.c-head {
  position: relative;
  font-weight: bold;
  background: url("../../assets/img/common/hd_bdr_btm.png") no-repeat left bottom;
  background-size: 31px 3px;
  padding-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .c-head {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 768px) {
    .c-head {
      font-size: 13px;
      font-size: 0.8125rem; } }

.p-header {
  font-family: "Ubuntu", "Ludica Sans Unicode", sans-serif; }
  @media screen and (max-width: 767px) {
    .p-header {
      background: #fff;
      z-index: 1; }
      .p-header.is-open {
        background: #517396; } }
  .p-header-id {
    display: block;
    float: left; }
    .p-header-id__logo {
      font-weight: 300; }
    .p-header-id__copy {
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .p-header-id {
        padding-top: 0.5em; }
        .p-header-id__logo {
          font-size: 20px;
          font-size: 1.25rem; }
        .p-header-id__copy {
          font-size: 8px;
          font-size: 0.5rem; } }
    @media screen and (min-width: 768px) {
      .p-header-id {
        padding-top: 86px; }
        .p-header-id__logo {
          font-size: 32px;
          font-size: 2rem; }
        .p-header-id__copy {
          font-size: 11px;
          font-size: 0.6875rem; } }
    .is-open .p-header-id {
      color: #fff; }
  .p-header-nav__item {
    letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    .p-header-nav__toggle {
      position: absolute;
      right: 0;
      top: 0;
      width: 55px;
      height: 50px;
      background: url("../../assets/img/sp/header/nv_tgl_op.png") no-repeat center center;
      background-size: 35px 26px;
      cursor: pointer; }
    .p-header-nav__list {
      display: none; }
    .is-open .p-header-nav__toggle {
      background-image: url("../../assets/img/sp/header/nv_tgl_cls.png");
      background-size: 26px 26px; }
    .is-open .p-header-nav__list {
      display: block;
      text-align: center;
      padding-top: 60px; }
    .is-open .p-header-nav__item {
      padding-top: 25px;
      padding-bottom: 25px;
      background: url("../../assets/img/sp/header/nv_itm_bdr.png") no-repeat center bottom;
      background-size: 20px 2px; }
      .is-open .p-header-nav__item:last-of-type {
        padding-bottom: 0;
        background: none; }
    .is-open .p-header-nav__link {
      color: #fff;
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .p-header-nav {
      float: right; }
      .p-header-nav__toggle {
        display: none; }
      .p-header-nav__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 110px; }
      .p-header-nav__item {
        position: relative;
        font-size: 15px;
        font-size: 0.9375rem;
        margin-left: 60px; }
      .p-header-nav__link {
        display: block; }
        .p-work .p-header-nav__link--work, .p-profile .p-header-nav__link--profile, .p-contact .p-header-nav__link--contact {
          padding-bottom: 20px;
          border-bottom: solid 3px #9cafc3; } }
  .p-header-subnav {
    display: none; }
    @media screen and (max-width: 767px) {
      .p-header-subnav {
        display: none;
        font-size: 12px;
        font-size: 0.75rem;
        margin-top: 1.5em; }
        .p-header-subnav__item {
          margin-top: 1em;
          color: #fff; }
          .p-header-subnav__item:after {
            display: block;
            font-size: 14px;
            font-size: 0.875rem;
            content: "."; }
          .p-header-subnav__item:last-of-type:after {
            content: ""; }
        .p-header-subnav__link {
          color: #fff;
          font-weight: 100; } }
    @media screen and (min-width: 768px) {
      .p-header-subnav {
        position: absolute;
        font-size: 13.5px;
        font-size: 0.84375rem;
        margin-left: 0.1em;
        top: 4em; }
        .p-work .p-header-subnav {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .p-header-subnav__item {
          margin-right: 2em; }
        .p-header-subnav__link {
          font-weight: 100; }
          .p-header-subnav__link:hover {
            text-decoration: underline; } }

/*
  @include setMediaQuery($MEDIA_SP) {
    
  }
  @include setMediaQuery($MEDIA_PC) {
    
  }
*/
.p-footer {
  font-family: "Ubuntu", "Ludica Sans Unicode", sans-serif;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-footer {
      margin-top: 50px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .p-footer {
      margin-top: 75px;
      padding-bottom: 75px; } }
  .p-footer-copy {
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .p-footer-copy {
        font-size: 9px;
        font-size: 0.5625rem; } }
    @media screen and (min-width: 768px) {
      .p-footer-copy {
        font-size: 11px;
        font-size: 0.6875rem; } }
  .p-footer-pagetop {
    position: fixed; }
    .p-footer-pagetop a {
      display: block;
      background-image: url("../../assets/img/footer/pt.png");
      background-repeat: no-repeat;
      background-position: left top;
      width: 100%;
      height: 100%; }
    @media screen and (max-width: 767px) {
      .p-footer-pagetop {
        width: 48px;
        height: 48px;
        right: 10px;
        bottom: 10px; }
        .p-footer-pagetop a {
          background-size: 48px 48px; } }
    @media screen and (min-width: 768px) {
      .p-footer-pagetop {
        width: 60px;
        height: 60px;
        right: 20px;
        bottom: 20px; }
        .p-footer-pagetop a {
          background-size: 60px 60px; } }

/*
  @include setMediaQuery($MEDIA_SP) {
    
  }
  @include setMediaQuery($MEDIA_PC) {
    
  }
*/
@media screen and (max-width: 767px) {
  .p-work .l-main .l-container {
    padding-bottom: 30px; } }

@media screen and (min-width: 768px) {
  .p-work .l-main .l-container {
    padding-bottom: 90px;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.p-work-year {
  background-image: url("../../assets/img/common/hd_bdr_btm.png");
  background-size: 31px 3px;
  font-family: "Ubuntu", "Ludica Sans Unicode", sans-serif;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    .p-work-year {
      position: relative;
      text-align: center;
      background-repeat: no-repeat;
      background-position: center bottom;
      padding-bottom: 7.5px;
      padding-top: 30px;
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .p-work-year {
      position: absolute;
      left: 0;
      top: 90px;
      font-size: 20px;
      font-size: 1.25rem;
      background-position: center bottom;
      background-repeat: repeat-x;
      padding-bottom: 10px;
      margin-left: 20px; } }

.p-work-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .p-work-list {
      margin-top: 10px; } }
  @media screen and (min-width: 768px) {
    .p-work-list {
      box-sizing: border-box;
      padding-left: 12.5%;
      margin-top: 40px; } }

.p-work-item {
  position: relative;
  box-sizing: border-box; }
  .p-work-item__link {
    display: block; }
  .p-work-item__photo img {
    width: 100%; }
  .p-work-item__arrow {
    background-image: url("../../assets/img/work/arw.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute; }
  .p-work-item__name {
    font-weight: bold;
    line-height: 1.4; }
  .p-work-item__meta {
    font-family: "Ubuntu", "Ludica Sans Unicode", sans-serif;
    font-style: italic;
    letter-spacing: 0.05em;
    opacity: 0.75; }
  @media screen and (max-width: 767px) {
    .p-work-item {
      width: 50%;
      margin-top: 20px; }
      .p-work-item:nth-of-type(2n+1) {
        padding-right: 5px; }
      .p-work-item:nth-of-type(2n) {
        padding-left: 5px; }
      .p-work-item__arrow {
        width: 29px;
        height: 37px;
        background-size: 29px 37px;
        left: -5px;
        margin-top: -20px; }
      .p-work-item:nth-of-type(2n) .p-work-item__arrow {
        left: 0px; }
      .p-work-item__name {
        font-size: 12px;
        font-size: 0.75rem;
        margin-top: .5em; }
      .p-work-item__meta p {
        font-size: 9px;
        font-size: 0.5625rem;
        margin-top: .25em;
        line-height: 1.4; } }
  @media screen and (min-width: 768px) {
    .p-work-item {
      width: 33.3%;
      min-width: 200px;
      padding-left: 25px;
      margin-top: 50px; }
      .p-work-item__arrow {
        width: 42px;
        height: 51px;
        background-size: 42px 51px;
        left: 15px;
        margin-top: -20px; }
      .p-work-item__name {
        font-size: 15px;
        font-size: 0.9375rem;
        margin-top: 1em; }
      .p-work-item__meta {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
        .p-work-item__meta p {
          font-size: 10px;
          font-size: 0.625rem;
          line-height: 1.2;
          margin-top: .5em;
          margin-right: .75em; } }

.p-work-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 10; }
  .p-work-modal--authentication, .p-work-modal--error, .p-work-modal--video, .p-work-modal--youtube, .p-work-modal--image {
    display: none; }
  @media screen and (max-width: 767px) {
    .p-work-modal {
      overflow-y: scroll; } }
  .p-work-modal__bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .p-work-modal__container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .p-work-modal__inner {
    position: relative; }
  .p-work-modal__explanation {
    position: relative;
    text-align: center;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .p-work-modal__explanation {
        font-size: 11px;
        font-size: 0.6875rem; } }
    @media screen and (min-width: 768px) {
      .p-work-modal__explanation {
        font-size: 12px;
        font-size: 0.75rem; } }
  .p-work-modal__form {
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-work-modal__form {
        margin-top: 20px; } }
    @media screen and (min-width: 768px) {
      .p-work-modal__form {
        margin-top: 20px; } }
  .p-work-modal__input {
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .p-work-modal__input input {
      width: 100%;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      box-sizing: border-box;
      color: #1e2225;
      padding-left: 0.5em;
      padding-right: 0.5em;
      line-height: 40px;
      border: solid 1px #e6e6e6; }
      .p-work-modal__input input:focus {
        border-color: #6195cb; }
    @media screen and (max-width: 767px) {
      .p-work-modal__input {
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px; }
        .p-work-modal__input p {
          font-size: 12px;
          font-size: 0.75rem; }
        .p-work-modal__input input {
          margin-top: 5px;
          font-size: 14px;
          font-size: 0.875rem; } }
    @media screen and (min-width: 768px) {
      .p-work-modal__input {
        margin-top: 15px;
        max-width: 240px;
        padding-left: 10px;
        padding-right: 10px; }
        .p-work-modal__input p {
          font-size: 13px;
          font-size: 0.8125rem; }
        .p-work-modal__input input {
          margin-top: 5px;
          font-size: 15px;
          font-size: 0.9375rem; } }
  .p-work-modal__buttonContainer {
    position: relative;
    text-align: center;
    letter-spacing: -0.4em; }
    @media screen and (max-width: 767px) {
      .p-work-modal__buttonContainer {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px; } }
    @media screen and (min-width: 768px) {
      .p-work-modal__buttonContainer {
        margin-top: 30px; } }
  .p-work-modal__button {
    position: relative;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    color: #ffffff; }
    .p-work-modal__button--cancel {
      background: #768390; }
    .p-work-modal__button--decision {
      background: #4271a3; }
    @media screen and (max-width: 767px) {
      .p-work-modal__button {
        width: 48.5%;
        line-height: 50px; }
        .p-work-modal__button--cancel {
          margin-right: 1.5%; }
        .p-work-modal__button--decision {
          margin-left: 1.5%; } }
    @media screen and (min-width: 768px) {
      .p-work-modal__button {
        line-height: 40px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 14px;
        font-size: 0.875rem; }
        .p-work-modal__button--cancel {
          margin-right: 10px; } }
  .p-work-modal--video .p-work-modal__content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 640px;
    line-height: 0; }
    .p-work-modal--video .p-work-modal__content video {
      width: 100%; }
  .p-work-modal--youtube .p-work-modal__inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 640px;
    width: 100%; }
  .p-work-modal--youtube .p-work-modal__content {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 56.25%; }
    .p-work-modal--youtube .p-work-modal__content iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .p-work-modal--image .p-work-modal__content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 640px;
    line-height: 0; }
    .p-work-modal--image .p-work-modal__content img {
      max-width: 100%;
      max-height: 480px;
      width: auto;
      height: auto; }
  .p-work-modal__close {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: url("../../assets/img/work/mdl_cls.png") no-repeat center center;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .p-work-modal__close {
        width: 50px;
        height: 50px;
        background-size: 24px 24px; } }
    @media screen and (min-width: 768px) {
      .p-work-modal__close {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 34px;
        height: 34px;
        background-size: 34px 34px; } }

/*
    @include setMediaQuery($MEDIA_SP) {

    }
    @include setMediaQuery($MEDIA_PC) {

    }
*/
.p-profile-name {
  letter-spacing: 0.1em; }
  .p-profile-name__kana {
    font-weight: bold; }
  .p-profile-name__eiji {
    font-family: "Ubuntu", "Ludica Sans Unicode", sans-serif;
    font-style: italic; }

.p-profile-text__biography dt {
  font-family: "Ubuntu", "Ludica Sans Unicode", sans-serif;
  font-style: italic; }

@media screen and (max-width: 767px) {
  .p-profile .l-main .l-container {
    padding-bottom: 30px; }
  .p-profile-name__kana {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 30px; }
  .p-profile-name__eiji {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 1; }
  .p-profile-text__overview {
    margin-top: 30px;
    line-height: 2;
    font-size: 12px;
    font-size: 0.75rem; }
  .p-profile-text__biography {
    margin-top: 1em;
    line-height: 1.75; }
    .p-profile-text__biography dt {
      margin-top: 0.5em;
      font-size: 11px;
      font-size: 0.6875rem; }
    .p-profile-text__biography dd {
      font-size: 12px;
      font-size: 0.75rem;
      padding-left: 5px; } }

@media screen and (min-width: 768px) {
  .p-profile .l-main .l-container {
    width: 886px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 110px; }
  .p-profile-name {
    width: 226px; }
    .p-profile-name__kana {
      font-size: 16px;
      font-size: 1rem;
      margin-top: 110px; }
    .p-profile-name__eiji {
      font-size: 11px;
      font-size: 0.6875rem; }
  .p-profile-text {
    width: 660px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.5; }
    .p-profile-text__overview {
      margin-top: 110px; }
    .p-profile-text__biography {
      width: 100%;
      margin-top: 2em; }
      .p-profile-text__biography:before, .p-profile-text__biography:after {
        content: "";
        display: table; }
      .p-profile-text__biography:after {
        clear: both; }
      .p-profile-text__biography dt {
        width: 6%;
        float: left; }
      .p-profile-text__biography dd {
        width: 94%;
        float: left; } }

/*
  @include setMediaQuery($MEDIA_SP) {
    
  }
  @include setMediaQuery($MEDIA_PC) {
    
  }
*/
@media screen and (max-width: 767px) {
  .p-contact .l-main .l-container {
    padding-bottom: 30px; } }

@media screen and (min-width: 768px) {
  .p-contact .l-main .l-container {
    width: 886px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.p-contact-snav {
  position: relative;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem; }
  .p-contact-snav p {
    padding-top: 30px; }
  .p-contact-snav nav {
    margin-top: 0.5em;
    letter-spacing: -0.4em; }
  .p-contact-snav a {
    display: inline-block;
    letter-spacing: normal;
    padding-left: 14px;
    margin-right: 20px;
    background: url("../../assets/img/contact/snv_arw.png") no-repeat left center;
    background-size: 9px 6px; }
  @media screen and (max-width: 767px) {
    .p-contact-snav {
      font-size: 12px;
      font-size: 0.75rem; }
      .p-contact-snav p {
        padding-top: 30px;
        line-height: 1.75; }
      .p-contact-snav a {
        margin-right: 20px; } }
  @media screen and (min-width: 768px) {
    .p-contact-snav {
      font-size: 12px;
      font-size: 0.75rem; }
      .p-contact-snav p {
        padding-top: 50px; }
      .p-contact-snav a {
        margin-right: 30px; } }

.p-contact-col {
  position: relative; }
  .p-contact-col--head {
    position: relative; }
  .p-contact-col--content {
    position: relative; }
  @media screen and (min-width: 768px) {
    .p-contact-col--head {
      width: 226px; }
    .p-contact-col--content {
      width: 660px; } }

@media screen and (max-width: 767px) {
  .p-contact .c-head {
    margin-top: 30px; } }

@media screen and (min-width: 768px) {
  .p-contact .c-head {
    margin-top: 50px; } }

.p-contact-telNumber a {
  display: inline-block;
  font-family: "Ubuntu", "Ludica Sans Unicode", sans-serif; }

.p-contact-telNumber p {
  line-height: 1; }

@media screen and (max-width: 767px) {
  .p-contact-telNumber {
    margin-top: 10px; }
    .p-contact-telNumber a {
      font-size: 20px;
      font-size: 1.25rem; }
    .p-contact-telNumber p {
      font-size: 11px;
      font-size: 0.6875rem; } }

@media screen and (min-width: 768px) {
  .p-contact-telNumber {
    margin-top: 50px; }
    .p-contact-telNumber a {
      font-size: 18px;
      font-size: 1.125rem; } }

.p-contact-form {
  position: relative; }
  .p-contact-form__explanation {
    line-height: 2;
    font-size: 12px;
    font-size: 0.75rem; }
    .p-contact-form__explanation span {
      color: #e0274a; }
    @media screen and (max-width: 767px) {
      .p-contact-form__explanation {
        margin-top: 10px; } }
    @media screen and (min-width: 768px) {
      .p-contact-form__explanation {
        margin-top: 50px; } }
  .p-contact-form__list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .p-contact-form__item {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .p-contact-form__item--text {
      width: 50%;
      box-sizing: border-box; }
      .p-contact-form__item--text:nth-of-type(2n+1) {
        padding-right: 20px; }
      .p-contact-form__item--text:nth-of-type(2n) {
        padding-left: 20px; }
    .p-contact-form__item--textarea {
      width: 100%; } }
  .p-contact-form__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .p-contact-form__head {
        font-size: 12px;
        font-size: 0.75rem;
        margin-top: 15px; } }
    @media screen and (min-width: 768px) {
      .p-contact-form__head {
        font-size: 13px;
        font-size: 0.8125rem;
        margin-top: 20px; } }
  .p-contact-form__name {
    width: 50%; }
    .p-contact-form__name span {
      color: #e0274a;
      margin-left: 0.25em; }
  .p-contact-form__error {
    display: none;
    color: #e0274a;
    text-align: right;
    width: 50%; }
  .p-contact-form__input input, .p-contact-form__input textarea {
    width: 100%;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    box-sizing: border-box;
    color: #1e2225;
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 40px;
    border: solid 1px #e6e6e6; }
    .p-contact-form__input input:focus, .p-contact-form__input textarea:focus {
      border-color: #6195cb; }
    @media screen and (max-width: 767px) {
      .p-contact-form__input input, .p-contact-form__input textarea {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 768px) {
      .p-contact-form__input input, .p-contact-form__input textarea {
        margin-top: 5px;
        font-size: 15px;
        font-size: 0.9375rem; } }
  .p-contact-form__input textarea {
    resize: vertical; }
    @media screen and (max-width: 767px) {
      .p-contact-form__input textarea {
        height: 150px; } }
    @media screen and (min-width: 768px) {
      .p-contact-form__input textarea {
        height: 200px; } }
  .p-contact-form__item.is-error .p-contact-form__error {
    display: block; }
  .p-contact-form__item.is-error .p-contact-form__input input, .p-contact-form__item.is-error .p-contact-form__input textarea {
    border-color: #f07878;
    background-color: #fbeaea; }
  .p-contact-form__button {
    margin-top: 20px; }
    .p-contact-form__button a {
      display: block;
      width: 150px;
      margin-left: auto;
      margin-right: auto;
      line-height: 40px;
      background: #7193b7;
      color: #fff;
      text-align: center;
      cursor: pointer; }

/*
  @include setMediaQuery($MEDIA_SP) {
    
  }
  @include setMediaQuery($MEDIA_PC) {
    
  }
*/
@media screen and (max-width: 767px) {
  .u-dsp-pc {
    display: none; } }

@media screen and (min-width: 768px) {
  .u-dsp-pc {
    display: block; } }

@media screen and (max-width: 767px) {
  .u-dsp-sp {
    display: block; } }

@media screen and (min-width: 768px) {
  .u-dsp-sp {
    display: none; } }

.u-cf:before, .u-cf:after {
  content: "";
  display: table; }

.u-cf:after {
  clear: both; }
