@charset "UTF-8";
/* 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;
  box-sizing: border-box; }

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

body {
  line-height: 1; }

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; }

/* reset for form */
input[type="text"],
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent; }

button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: vertical;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box; }

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
  background-color: #fff; }

body {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #807f80;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 1.8rem; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    body {
      font-size: calc(100vw / ( 1200 / 18 )); } }
  @media screen and (max-width: 767px) {
    body {
      font-size: calc(100vw / ( 750 / 25 )); } }
  @media screen and (max-width: 767px) {
    body:before {
      content: "";
      display: block;
      z-index: -1;
      width: 100%;
      height: 100vh;
      background: url("../images/mv_bg-sp.png") center bottom no-repeat;
      background-size: cover;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; } }
  @media screen and (max-width: 767px) {
    body.noBG:before {
      display: none; } }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

a {
  text-decoration: none;
  color: #807f80; }
  a.txtLink {
    text-decoration: underline; }
    a.txtLink:hover {
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      opacity: 0.7; }
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      pointer-events: none; } }

.opacity {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; }

.trans, .p-nav .c-inner, .p-sec04-menu .item .headArea .btnView:after, .p-footer-contact {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

.hover, .p-nav-logo a:hover, .p-nav-items .item a:hover, .p-nav-SNS .iconInsta a:hover, .p-mv-menu .item a:hover, .p-contact-btn:hover, .p-footer-nav .items .item a:hover, .p-footer-logo a:hover, .p-footer-other .forRelated .logo a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

.hoverTxt {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

.boxShadow {
  box-shadow: 0px 0px 6px rgba(54, 48, 48, 0.6); }

.txtShadow {
  text-shadow: 0px 0px 9px rgba(54, 48, 48, 0.71); }

.box-trim {
  position: relative;
  overflow: hidden; }
  .box-trim img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

@media screen and (max-width: 767px) {
  .noSP {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .noPC {
    display: none !important; } }

.fadein {
  opacity: 0.1;
  transform: translate(0, 40px);
  transition: all 800ms; }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0); }

.ojf {
  font-family: 'object-fit: cover;'; }

/*========== l-header.scss ==========*/
@media screen and (min-width: 768px) {
  .l-header {
    opacity: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 500ms;
    transform: translate(0, -45px);
    z-index: 100; } }
@media screen and (min-width: 768px) {
  .l-header.inView {
    opacity: 1;
    transform: translate(0, 0); } }
@media screen and (max-width: 767px) {
  .l-header.inView .p-nav-logo {
    opacity: 1;
    transform: translate(0, 0); } }

/*========== l-main.scss ==========*/
/*========== l-footer.scss ==========*/
.l-footer {
  background-color: #97bdc6; }

/*========== c-inner.scss ==========*/
.c-inner {
  margin: auto;
  width: 90%;
  max-width: 1200px; }

/*========== c-title.scss ==========*/
.c-title-primary {
  font-family: "EB Garamond", serif;
  margin-bottom: 1.5em;
  font-size: 2.4rem; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .c-title-primary {
      font-size: calc(100vw / ( 1200 / 28 )); } }
  @media screen and (max-width: 767px) {
    .c-title-primary {
      font-size: calc(100vw / ( 750 / 40 )); } }
  .c-title-primary:after {
    content: "";
    display: block;
    width: 1.5em;
    height: 1px;
    background-color: #97bdc6;
    margin-top: 0.7em; }
.c-title-secondary {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 2.8rem; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .c-title-secondary {
      font-size: calc(100vw / ( 1200 / 34 )); } }
  @media screen and (max-width: 767px) {
    .c-title-secondary {
      font-size: calc(100vw / ( 750 / 38 )); } }

/*========== p-header.scss ==========*/
.p-header {
  position: relative;
  height: 80px; }
  @media screen and (max-width: 767px) {
    .p-header {
      height: calc(100vw / ( 750 / 80 )); } }
  .p-header-logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 156px; }
    @media screen and (max-width: 767px) {
      .p-header-logo {
        width: calc(100vw / ( 750 / 156 )); } }
    .p-header-logo a {
      display: block; }

/*========== p-nav.scss ==========*/
@media screen and (min-width: 768px) {
  .p-nav {
    background-color: rgba(255, 255, 255, 0.85); } }
.p-nav .c-inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .p-nav .c-inner {
      height: 120px; } }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .p-nav .c-inner {
      height: calc(100vw / ( 1200 / 144 )); } }
.p-nav-logo {
  width: 70px; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .p-nav-logo {
      width: calc(100vw / ( 1200 / 84 )); } }
  @media screen and (max-width: 767px) {
    .p-nav-logo {
      width: 15vw;
      opacity: 0;
      position: fixed;
      left: calc(100vw / ( 750 / 35 ));
      top: calc(100vw / ( 750 / 20 ));
      transition: all 500ms;
      transform: translate(0, -45px);
      z-index: 200; } }
  .p-nav-logo a {
    display: block; }
    .p-nav-logo a img {
      filter: drop-shadow(2px 2px 3px #fff); }
  .p-nav-logo__inMenu {
    margin: 0 auto 7vw;
    width: 25vw; }
    @media screen and (min-width: 768px) {
      .p-nav-logo__inMenu {
        display: none; } }
.p-nav-items {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .p-nav-items {
      flex-wrap: wrap; } }
  .p-nav-items .item {
    font-family: "EB Garamond", serif;
    margin: 0 1em;
    font-size: 1.8rem; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      .p-nav-items .item {
        font-size: calc(100vw / ( 1200 / 22 )); } }
    @media screen and (max-width: 767px) {
      .p-nav-items .item {
        margin: 0;
        width: 40%; } }
    @media screen and (max-width: 767px) {
      .p-nav-items .item a {
        color: #fff;
        display: block;
        text-align: center;
        padding: 0.7em 0; } }
    @media screen and (min-width: 768px) {
      .p-nav-items .item a.current {
        border-bottom: 2px solid #97bdc6; } }
@media screen and (max-width: 767px) {
  .p-nav-SNS {
    margin-top: 5vw;
    margin-bottom: 12vw; } }
.p-nav-SNS .iconInsta a {
  text-indent: -9999px;
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/icon_insta-gr.svg") center no-repeat;
  background-size: contain; }
  @media screen and (max-width: 767px) {
    .p-nav-SNS .iconInsta a {
      margin: 0 auto;
      width: calc(100vw / ( 750 / 50 ));
      height: calc(100vw / ( 750 / 50 ));
      background-image: url("../images/icon_insta.svg"); } }
.p-nav-related {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .p-nav-related {
      display: none; } }
  .p-nav-related__ttl {
    margin-right: 1em;
    color: #fff;
    text-align: center;
    line-height: 1.3; }
  .p-nav-related__logo {
    width: 22vw; }
@media screen and (max-width: 767px) {
  .p-nav .burger {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer; } }
@media screen and (max-width: 767px) {
  .p-nav .burger--wrap {
    display: none;
    position: fixed;
    display: block;
    width: calc(100vw / ( 750 / 43 ));
    height: calc(100vw / ( 750 / 33 ));
    right: calc(100vw / ( 750 / 35 ));
    top: calc(100vw / ( 750 / 38 ));
    z-index: 1000; } }
@media screen and (max-width: 767px) {
  .p-nav .burger:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    right: 0;
    background: #000;
    transition: 0.6s;
    border-radius: 1000px; } }
@media screen and (max-width: 767px) {
  .p-nav .burger:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    right: 0;
    background: #000;
    transition: 0.8s;
    border-radius: 1000px; } }
@media screen and (max-width: 767px) {
  .p-nav .burger-active:before {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff; } }
@media screen and (max-width: 767px) {
  .p-nav .burger-active:after {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    width: 100%; } }
@media screen and (max-width: 767px) {
  .p-nav .burger-active > .line {
    transform: scale(0); } }
@media screen and (max-width: 767px) {
  .p-nav .burger-active .line {
    background-color: #fff; } }
@media screen and (max-width: 767px) {
  .p-nav .burger .line {
    width: 100%;
    height: 3px;
    background: #000;
    transition: 0.3s;
    border-radius: 1000px; } }
@media screen and (max-width: 767px) {
  .p-nav .navigation {
    opacity: 0.0;
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 0;
    position: fixed;
    right: 0;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch;
    background-color: #999;
    overflow: auto; } }
@media screen and (max-width: 767px) {
  .p-nav .navigation--content {
    position: relative;
    display: block;
    padding-top: 15vw; } }
@media screen and (max-width: 767px) {
  .p-nav .navigation.nav-active {
    opacity: 1.0;
    z-index: 300;
    height: 100vh; } }

/*========== p-mv.scss ==========*/
.p-mv {
  position: relative; }
  @media screen and (min-width: 768px) {
    .p-mv {
      background-image: url("../images/mv_bg.jpg");
      background-position: center bottom; } }
  .p-mv-logo {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    width: 230px; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      .p-mv-logo {
        width: calc(100vw / ( 1200 / 320 )); } }
    @media screen and (max-width: 767px) {
      .p-mv-logo {
        width: calc(100vw / ( 750 / 300 ));
        top: 7%; } }
    .p-mv-logo img {
      filter: drop-shadow(2px 2px 3px #666); }
  .p-mv-menu {
    position: absolute;
    right: 5%;
    bottom: 10%; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      .p-mv-menu {
        bottom: 5%; } }
    @media screen and (max-width: 767px) {
      .p-mv-menu {
        display: none; } }
    .p-mv-menu .item {
      font-family: "EB Garamond", serif;
      text-align: right;
      font-size: 1.8rem; }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        .p-mv-menu .item {
          font-size: calc(100vw / ( 1200 / 32 )); } }
      .p-mv-menu .item:not(:last-child) {
        padding-bottom: 1em; }
      .p-mv-menu .item a {
        color: #fff; }
      .p-mv-menu .item.forInsta {
        display: flex;
        justify-content: flex-end; }
        .p-mv-menu .item.forInsta a {
          display: block;
          text-indent: -9999px;
          text-align: left;
          background: url("../images/icon_insta.svg") center no-repeat;
          background-size: contain;
          width: 25px;
          height: 25px; }
  .p-mv-scrolldown {
    position: absolute;
    left: 50%;
    bottom: 5vw;
    transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .p-mv-scrolldown {
        bottom: 10vw; } }
    .p-mv-scrolldown span {
      color: #fff;
      font-size: 1.2rem;
      letter-spacing: 0.05em;
      font-weight: bold;
      position: relative; }
      @media screen and (max-width: 767px) {
        .p-mv-scrolldown span {
          font-size: calc(100vw / ( 750 / 24 )); } }
      .p-mv-scrolldown span:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        left: 0;
        right: 0;
        top: 25px;
        margin: auto;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        animation: move 2s infinite; }
@keyframes move {
  0% {
    transform: rotate(45deg) translate(0, 0); }
  20% {
    transform: rotate(45deg) translate(10px, 10px); }
  40% {
    transform: rotate(45deg) translate(0, 0); } }
@keyframes pathmove {
  0% {
    height: 0;
    top: 1.5em;
    opacity: 0; }
  30% {
    height: 5vh;
    opacity: 1; }
  100% {
    height: 0;
    top: 15vh;
    opacity: 0; } }
/*========== p-contact.scss ==========*/
.p-contact {
  background-image: url("../images/contact_bg.jpg");
  padding-top: calc(120px + 5vw); }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .p-contact {
      padding-top: calc(100vw / ( 1200 / 144 + 5vw )); } }
  @media screen and (max-width: 767px) {
    .p-contact {
      padding-top: 30vw;
      background: url("../images/contact_bg-sp.jpg") center bottom no-repeat;
      background-size: cover; } }
  .p-contact .c-inner {
    background-color: rgba(255, 255, 255, 0.85);
    height: calc(100vh - (120px + 10vw));
    overflow-y: scroll;
    padding: 30px 30px 0; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      .p-contact .c-inner {
        height: calc(100vh - calc(100vw / ( 1200 / 144 + 10vw ))); } }
    @media screen and (max-width: 767px) {
      .p-contact .c-inner {
        height: calc(100vh - 40vw);
        padding: 4vw 4vw 0; } }
  .p-contact-LINE {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .p-contact-LINE {
        margin-bottom: 6vw; } }
    .p-contact-LINE__ttl {
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      margin-right: 1em; }
    .p-contact-LINE__icon {
      width: 90px; }
      @media screen and (max-width: 767px) {
        .p-contact-LINE__icon {
          width: 9vw; } }
  .p-contact-ttl {
    text-align: center; }
    .p-contact-ttl:after {
      margin: 0.7em auto 0; }
  .p-contact-notice {
    text-align: right;
    font-size: 83%;
    margin-bottom: 1em; }
  .p-contact-form__ttl {
    margin-bottom: 0.5em; }
    @media screen and (min-width: 768px) {
      .p-contact-form__ttl {
        width: 25%;
        float: left;
        clear: both;
        margin-bottom: 1em; } }
  .p-contact-form__txt {
    margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      .p-contact-form__txt {
        margin-left: 25%; } }
    .p-contact-form__txt input, .p-contact-form__txt textarea {
      width: 100%;
      background-color: #fff;
      border: 1px  solid #ccc;
      border-radius: 4px;
      padding: 0.7em; }
    .p-contact-form__txt textarea {
      height: 200px; }
      @media screen and (max-width: 767px) {
        .p-contact-form__txt textarea {
          height: 25vw; } }
  .p-contact-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    display: inline-block;
    background-color: #97bdc6;
    color: #fff;
    line-height: 1;
    padding: 0.5em 1em;
    font-size: 1.8rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      .p-contact-btn {
        font-size: calc(100vw / ( 1200 / 18 )); } }
    @media screen and (max-width: 767px) {
      .p-contact-btn {
        font-size: calc(100vw / ( 750 / 25 )); } }
    .p-contact-btnWrap {
      display: flex;
      justify-content: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .p-contact-btnWrap {
          margin-bottom: calc(100vw / ( 750 / 50 )); } }
    .p-contact-btn:not(:last-child) {
      margin-right: 1.5em; }
    .p-contact-btn:hover {
      cursor: pointer; }
  .p-contact-note {
    margin-bottom: 1.5em; }
    .p-contact-note .item {
      text-indent: -1em;
      margin-left: 1em;
      font-size: 83%;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      line-height: 1.4; }
      .p-contact-note .item:not(:last-child) {
        margin-bottom: 0.5em; }

#formWrap {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #formWrap {
      margin-bottom: calc(100vw / ( 750 / 60 )); } }
  #formWrap .sure {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 2em;
    line-height: 1.5; }
  #formWrap .err {
    color: red;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 2em;
    line-height: 1.5; }
  #formWrap .error_messe:not(:last-child) {
    margin-bottom: 1em; }
  #formWrap .p-contact-btnWrap {
    margin-top: 2em; }
  @media screen and (min-width: 768px) {
    #formWrap .p-contact-form {
      border-bottom: 1px dashed #97bdc6;
      text-align: left; } }
  @media screen and (min-width: 768px) {
    #formWrap .p-contact-form__ttl {
      border-top: 1px dashed #97bdc6;
      padding: 0.7em 1em;
      margin-bottom: 0;
      width: 35%;
      color: #97bdc6; } }
  @media screen and (max-width: 767px) {
    #formWrap .p-contact-form__ttl {
      background-color: #807f80;
      color: #fff;
      padding: 0.5em 0;
      margin-bottom: 0.75em; } }
  #formWrap .p-contact-form__txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
    @media screen and (min-width: 768px) {
      #formWrap .p-contact-form__txt {
        border-top: 1px dashed #97bdc6;
        padding: 0.7em 1em;
        margin-bottom: 0;
        margin-left: 35%; } }
    @media screen and (max-width: 767px) {
      #formWrap .p-contact-form__txt {
        margin-bottom: 1.5em;
        font-size: calc(100vw / ( 750 / 28 )); } }

/*========== p-sec01.scss ==========*/
.p-sec01 {
  padding-top: 120px;
  text-align: right;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .p-sec01 {
      padding-top: calc(100vw / ( 1200 / 144 )); } }
  @media screen and (max-width: 767px) {
    .p-sec01 {
      padding-top: 30vw;
      background-color: #fff; } }
  .p-sec01 .c-inner {
    position: relative;
    min-height: 100vh;
    padding-top: 80px; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      .p-sec01 .c-inner {
        padding-top: calc(100vw / ( 1200 / 96 )); } }
    @media screen and (max-width: 767px) {
      .p-sec01 .c-inner {
        padding: 0; } }
    .p-sec01 .c-inner:after {
      content: "";
      display: block;
      position: absolute;
      left: 7.5%;
      bottom: 0;
      width: 450px;
      height: 750px;
      background: url("../images/sec01_ph.png") center top no-repeat;
      background-size: 100% auto; }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        .p-sec01 .c-inner:after {
          left: 0;
          width: 45vw;
          height: 75vh; } }
      @media screen and (max-width: 767px) {
        .p-sec01 .c-inner:after {
          left: -10vw;
          width: 50vw;
          height: 65vh; } }
  @media screen and (max-width: 767px) {
    .p-sec01-ttl {
      position: relative; } }
  .p-sec01-ttl:after {
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .p-sec01-ttl:after {
        position: absolute;
        right: 0;
        bottom: -0.7em; } }
  .p-sec01-word {
    width: 70%;
    margin-left: 30%;
    margin-bottom: 40px;
    background-color: #97bdc6;
    color: #fff;
    text-align: left;
    padding: 40px 0 40px 80px;
    min-height: 40vh; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      .p-sec01-word {
        margin-bottom: calc(100vw / ( 1200 / 60 ));
        padding: calc(100vw / ( 1200 / 60 )) 0 calc(100vw / ( 1200 / 60 )) calc(100vw / ( 1200 / 100 )); } }
    @media screen and (max-width: 767px) {
      .p-sec01-word {
        width: 100%;
        margin-left: 0;
        margin-bottom: 5vw;
        padding: 4vw;
        text-align: right; } }
    .p-sec01-word p {
      line-height: 2; }
  .p-sec01-info {
    display: inline-block;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
    @media screen and (max-width: 767px) {
      .p-sec01-info {
        text-align: right; } }
    .p-sec01-info .item {
      line-height: 1.8;
      font-size: 90%; }
      @media screen and (max-width: 767px) {
        .p-sec01-info .item {
          line-height: 1.4; }
          .p-sec01-info .item:not(:last-child) {
            margin-bottom: 0.7em; } }
      .p-sec01-info .item:before {
        content: "・"; }

/*========== p-sec02.scss ==========*/
.p-sec02 {
  padding-top: 120px;
  background: url("../images/sec02_bg.jpg") center no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .p-sec02 {
      padding-top: calc(100vw / ( 1200 / 144 )); } }
  @media screen and (max-width: 767px) {
    .p-sec02 {
      display: block;
      padding-top: 30vw; } }
  @media screen and (min-width: 768px) {
    .p-sec02:before {
      content: "";
      display: block;
      width: 55%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(149, 192, 201, 0.7);
      z-index: 0; } }
  .p-sec02 .c-inner {
    z-index: 1;
    position: relative; }
  .p-sec02-ttl:after {
    background-color: #fff; }
  .p-sec02-img {
    width: 45%; }
    @media screen and (max-width: 767px) {
      .p-sec02-img {
        width: 100%; } }
  .p-sec02-txt {
    width: 55%;
    padding-left: 4%;
    padding-right: 2.5%;
    color: #fff; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      .p-sec02-txt {
        padding-left: 3%;
        padding-right: 2%; } }
    @media screen and (max-width: 767px) {
      .p-sec02-txt {
        width: 92%;
        margin: auto;
        background-color: rgba(149, 192, 201, 0.7);
        padding: 5vw 4vw; } }
    .p-sec02-txt p {
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .p-sec02-txt p {
          line-height: 1.8; } }
      .p-sec02-txt p:not(:last-child) {
        margin-bottom: 1em; }

/*========== p-sec03.scss ==========*/
.p-sec03 {
  padding-top: 150px; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .p-sec03 {
      padding-top: calc(100vw / ( 1200 / 180 )); } }
  @media screen and (max-width: 767px) {
    .p-sec03 {
      padding-top: 30vw;
      background-color: #fff; } }
  @media screen and (min-width: 768px) {
    .p-sec03 .c-inner {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; } }
  @media screen and (min-width: 768px) {
    .p-sec03-txt {
      width: 45%;
      padding-left: 4%; } }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .p-sec03-txt {
      padding-right: 1%; } }
  @media screen and (max-width: 767px) {
    .p-sec03-txt {
      padding-bottom: 5vw; } }
  .p-sec03-txt p {
    letter-spacing: 0;
    line-height: 2.6; }
    .p-sec03-txt p.lead {
      font-size: 2.0rem;
      line-height: 1.8;
      margin-bottom: 1em;
      font-weight: 600; }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        .p-sec03-txt p.lead {
          font-size: calc(100vw / ( 1200 / 22 )); } }
      @media screen and (max-width: 767px) {
        .p-sec03-txt p.lead {
          font-size: calc(100vw / ( 750 / 26 )); } }
  @media screen and (min-width: 768px) {
    .p-sec03-img {
      width: 55%; } }
  .p-sec03-img .photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .p-sec03-img .photos li {
      width: 50%; }
      .p-sec03-img .photos li.w100 {
        width: 100%; }

/*========== p-sec04.scss ==========*/
.p-sec04 {
  padding-top: 120px; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .p-sec04 {
      padding-top: calc(100vw / ( 1200 / 144 )); } }
  @media screen and (max-width: 767px) {
    .p-sec04 {
      padding-top: 30vw;
      background-color: #fff; } }
  .p-sec04 .c-inner {
    max-width: 1000px; }
    @media screen and (max-width: 767px) {
      .p-sec04 .c-inner {
        padding-bottom: 8vw; } }
  .p-sec04-ttl {
    text-align: center;
    color: #fff;
    padding: 2em 0; }
    @media screen and (max-width: 767px) {
      .p-sec04-ttl {
        padding: 1em 0; } }
    .p-sec04-ttlWrap {
      background-color: #97bdc6;
      position: relative;
      margin-bottom: 80px; }
      @media screen and (max-width: 767px) {
        .p-sec04-ttlWrap {
          margin-bottom: calc(100vw / ( 750 / 80 )); } }
      .p-sec04-ttlWrap:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        border-color: #97bdc6 transparent transparent transparent;
        position: absolute;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%); }
        @media screen and (max-width: 767px) {
          .p-sec04-ttlWrap:after {
            border-width: calc(100vw / ( 750 / 20 )) calc(100vw / ( 750 / 20 )) 0 calc(100vw / ( 750 / 20 ));
            bottom: calc(-100vw / ( 750 / 20 )); } }
    @media screen and (max-width: 767px) {
      .p-sec04-ttl:after {
        display: none; } }
  .p-sec04-menu .item:not(:last-child) {
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .p-sec04-menu .item:not(:last-child) {
        margin-bottom: calc(100vw / ( 750 / 100 )); } }
  @media screen and (max-width: 767px) {
    .p-sec04-menu .item .headArea .wrapBox {
      display: block;
      text-align: right;
      font-size: 90%;
      padding-top: 0.5em; } }
  .p-sec04-menu .item .headArea .name {
    border-bottom: 1px solid #9fa0a0;
    padding-bottom: 0.5em;
    margin-bottom: 0.75em;
    font-size: 2.5rem; }
    @media screen and (min-width: 768px) {
      .p-sec04-menu .item .headArea .name {
        display: flex;
        justify-content: space-between; } }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      .p-sec04-menu .item .headArea .name {
        font-size: calc(100vw / ( 1200 / 26 )); } }
    @media screen and (max-width: 767px) {
      .p-sec04-menu .item .headArea .name {
        font-size: calc(100vw / ( 750 / 32 )); } }
    .p-sec04-menu .item .headArea .name.num {
      position: relative;
      padding-left: 70px; }
      @media screen and (max-width: 767px) {
        .p-sec04-menu .item .headArea .name.num {
          padding-left: calc(100vw / ( 750 / 90 )); } }
      .p-sec04-menu .item .headArea .name.num:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 55px;
        height: 55px; }
        @media screen and (min-width: 768px) {
          .p-sec04-menu .item .headArea .name.num:before {
            bottom: 0; } }
        @media screen and (max-width: 767px) {
          .p-sec04-menu .item .headArea .name.num:before {
            top: calc(-100vw / ( 750 / 20 ));
            width: calc(100vw / ( 750 / 70 ));
            height: calc(100vw / ( 750 / 70 )); } }
      .p-sec04-menu .item .headArea .name.num01:before {
        background: url("../images/runk01.svg") center no-repeat; }
      .p-sec04-menu .item .headArea .name.num02:before {
        background: url("../images/runk02.svg") center no-repeat; }
      .p-sec04-menu .item .headArea .name.num03:before {
        background: url("../images/runk03.svg") center no-repeat; }
  .p-sec04-menu .item .headArea .price:before {
    content: " / "; }
  .p-sec04-menu .item .headArea .for {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
    .p-sec04-menu .item .headArea .for-ttl {
      display: inline-block;
      margin-bottom: 0.75em;
      background-color: #97bdc6;
      color: #fff;
      border-radius: 4px;
      padding: 0.25em 0.35em; }
      @media screen and (min-width: 768px) {
        .p-sec04-menu .item .headArea .for-ttl {
          font-size: 90%; } }
    .p-sec04-menu .item .headArea .for-txt {
      line-height: 1.6; }
  .p-sec04-menu .item .headArea .btnView {
    display: inline-block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #97bdc6;
    letter-spacing: 0; }
    @media screen and (min-width: 768px) {
      .p-sec04-menu .item .headArea .btnView {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 90%; } }
    @media screen and (max-width: 767px) {
      .p-sec04-menu .item .headArea .btnView {
        display: block;
        text-align: right;
        margin-top: 0.75em; } }
    .p-sec04-menu .item .headArea .btnView:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 0.7em;
      height: 0.7em;
      border-bottom: 1px solid #97bdc6;
      border-right: 1px solid #97bdc6;
      transform: rotate(45deg);
      margin-left: 0.35em;
      margin-top: -0.35em; }
  .p-sec04-menu .item .toggle {
    cursor: pointer;
    position: relative; }
    .p-sec04-menu .item .toggle.active .btnView:after {
      transform: rotate(-135deg);
      margin-top: 0.35em; }
  .p-sec04-menu .item .toggled {
    display: none;
    padding-top: 4vw; }
    @media screen and (min-width: 768px) {
      .p-sec04-menu .item .toggled {
        padding: 20px; } }
  @media screen and (min-width: 768px) {
    .p-sec04-box {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
    .p-sec04-box__L {
      width: 65%; } }
  .p-sec04-box__L.w100 {
    width: 100%; }
  .p-sec04-box__L p {
    margin-bottom: 1.5em;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .p-sec04-box__L p {
        font-size: calc(100vw / ( 750 / 28 )); } }
  .p-sec04-box__R {
    padding-top: 1em; }
    @media screen and (min-width: 768px) {
      .p-sec04-box__R {
        width: 30%; } }
  .p-sec04-flow {
    display: flex; }
    @media screen and (max-width: 767px) {
      .p-sec04-flow {
        overflow-x: scroll; } }
    .p-sec04-flow .flow {
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      white-space: nowrap;
      border: 1px dashed #97bdc6;
      color: #97bdc6;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      line-height: 1;
      padding: 0.5em;
      font-size: 90%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .p-sec04-flow .flow {
          padding: 0.7em; } }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .p-sec04-flow .flow {
          padding: 0.5em 0.7em 0.5em 0.5em; } }
      .p-sec04-flow .flow:not(:last-child) {
        margin-right: 1.75em; }
        .p-sec04-flow .flow:not(:last-child):after {
          content: "→";
          -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          position: absolute;
          right: -1.5em;
          top: 50%; }

/*========== p-sec05.scss ==========*/
.p-sec05 {
  padding-top: 150px;
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .p-sec05 {
      padding-top: calc(100vw / ( 1200 / 180 ));
      padding-bottom: calc(100vw / ( 1200 / 120 )); } }
  @media screen and (max-width: 767px) {
    .p-sec05 {
      padding-top: 30vw;
      padding-bottom: 50vw; } }
  @media screen and (min-width: 768px) {
    .p-sec05 .c-inner {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; } }
  @media screen and (min-width: 768px) {
    .p-sec05-txt {
      width: 39.5%;
      padding-left: 4%; } }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .p-sec05-txt {
      padding-left: 1%; } }
  @media screen and (max-width: 767px) {
    .p-sec05-txt {
      padding: 6vw 4vw;
      background-color: rgba(255, 255, 255, 0.85);
      margin-bottom: 8vw; } }
  .p-sec05-txt p {
    line-height: 2.5; }
  @media screen and (min-width: 768px) {
    .p-sec05-map {
      width: 60.5%;
      height: calc(100vw / ( 1200 / 390 ));
      max-height: 390px; } }
  @media screen and (max-width: 767px) {
    .p-sec05-map {
      margin: 0 -5%;
      height: calc(100vw / ( 750 / 600 )); } }

/*========== p-contact.scss ==========*/
.p-contact {
  background-image: url("../images/contact_bg.jpg");
  padding-top: calc(120px + 5vw); }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .p-contact {
      padding-top: calc(100vw / ( 1200 / 144 + 5vw )); } }
  @media screen and (max-width: 767px) {
    .p-contact {
      padding-top: 30vw;
      background: url("../images/contact_bg-sp.jpg") center bottom no-repeat;
      background-size: cover; } }
  .p-contact .c-inner {
    background-color: rgba(255, 255, 255, 0.85);
    height: calc(100vh - (120px + 10vw));
    overflow-y: scroll;
    padding: 30px 30px 0; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      .p-contact .c-inner {
        height: calc(100vh - calc(100vw / ( 1200 / 144 + 10vw ))); } }
    @media screen and (max-width: 767px) {
      .p-contact .c-inner {
        height: calc(100vh - 40vw);
        padding: 4vw 4vw 0; } }
  .p-contact-LINE {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .p-contact-LINE {
        margin-bottom: 6vw; } }
    .p-contact-LINE__ttl {
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      margin-right: 1em; }
    .p-contact-LINE__icon {
      width: 90px; }
      @media screen and (max-width: 767px) {
        .p-contact-LINE__icon {
          width: 9vw; } }
  .p-contact-ttl {
    text-align: center; }
    .p-contact-ttl:after {
      margin: 0.7em auto 0; }
  .p-contact-notice {
    text-align: right;
    font-size: 83%;
    margin-bottom: 1em; }
  .p-contact-form__ttl {
    margin-bottom: 0.5em; }
    @media screen and (min-width: 768px) {
      .p-contact-form__ttl {
        width: 25%;
        float: left;
        clear: both;
        margin-bottom: 1em; } }
  .p-contact-form__txt {
    margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      .p-contact-form__txt {
        margin-left: 25%; } }
    .p-contact-form__txt input, .p-contact-form__txt textarea {
      width: 100%;
      background-color: #fff;
      border: 1px  solid #ccc;
      border-radius: 4px;
      padding: 0.7em; }
    .p-contact-form__txt textarea {
      height: 200px; }
      @media screen and (max-width: 767px) {
        .p-contact-form__txt textarea {
          height: 25vw; } }
  .p-contact-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    display: inline-block;
    background-color: #97bdc6;
    color: #fff;
    line-height: 1;
    padding: 0.5em 1em;
    font-size: 1.8rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      .p-contact-btn {
        font-size: calc(100vw / ( 1200 / 18 )); } }
    @media screen and (max-width: 767px) {
      .p-contact-btn {
        font-size: calc(100vw / ( 750 / 25 )); } }
    .p-contact-btnWrap {
      display: flex;
      justify-content: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .p-contact-btnWrap {
          margin-bottom: calc(100vw / ( 750 / 50 )); } }
    .p-contact-btn:not(:last-child) {
      margin-right: 1.5em; }
    .p-contact-btn:hover {
      cursor: pointer; }
  .p-contact-note {
    margin-bottom: 1.5em; }
    .p-contact-note .item {
      text-indent: -1em;
      margin-left: 1em;
      font-size: 83%;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      line-height: 1.4; }
      .p-contact-note .item:not(:last-child) {
        margin-bottom: 0.5em; }

#formWrap {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #formWrap {
      margin-bottom: calc(100vw / ( 750 / 60 )); } }
  #formWrap .sure {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 2em;
    line-height: 1.5; }
  #formWrap .err {
    color: red;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 2em;
    line-height: 1.5; }
  #formWrap .error_messe:not(:last-child) {
    margin-bottom: 1em; }
  #formWrap .p-contact-btnWrap {
    margin-top: 2em; }
  @media screen and (min-width: 768px) {
    #formWrap .p-contact-form {
      border-bottom: 1px dashed #97bdc6;
      text-align: left; } }
  @media screen and (min-width: 768px) {
    #formWrap .p-contact-form__ttl {
      border-top: 1px dashed #97bdc6;
      padding: 0.7em 1em;
      margin-bottom: 0;
      width: 35%;
      color: #97bdc6; } }
  @media screen and (max-width: 767px) {
    #formWrap .p-contact-form__ttl {
      background-color: #807f80;
      color: #fff;
      padding: 0.5em 0;
      margin-bottom: 0.75em; } }
  #formWrap .p-contact-form__txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
    @media screen and (min-width: 768px) {
      #formWrap .p-contact-form__txt {
        border-top: 1px dashed #97bdc6;
        padding: 0.7em 1em;
        margin-bottom: 0;
        margin-left: 35%; } }
    @media screen and (max-width: 767px) {
      #formWrap .p-contact-form__txt {
        margin-bottom: 1.5em;
        font-size: calc(100vw / ( 750 / 28 )); } }

/*========== p-footer.scss ==========*/
.p-footer {
  padding-top: 30px; }
  @media screen and (max-width: 767px) {
    .p-footer {
      padding-top: 0;
      padding-bottom: 18vw; } }
  @media screen and (max-width: 767px) {
    .p-footer-nav {
      display: none; } }
  @media screen and (min-width: 768px) {
    .p-footer-nav .items {
      display: flex;
      justify-content: center; } }
  .p-footer-nav .items .item {
    margin: 0 1em;
    font-size: 1.5rem; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      .p-footer-nav .items .item {
        font-size: calc(100vw / ( 1200 / 20 )); } }
    .p-footer-nav .items .item a {
      color: #fff; }
    .p-footer-nav .items .item.forInsta a {
      text-indent: -9999px;
      display: block;
      width: 18px;
      height: 18px;
      background: url("../images/icon_insta.svg") center no-repeat;
      background-size: contain; }
  .p-footer-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px 0 50px; }
    @media screen and (max-width: 767px) {
      .p-footer-wrap {
        display: none; } }
  .p-footer-logo {
    width: 98px; }
    .p-footer-logo a {
      display: block; }
  .p-footer-other {
    margin: auto 0 0 60px;
    padding-left: 30px;
    border-left: 1px dashed rgba(255, 255, 255, 0.7); }
    .p-footer-other__ttl {
      color: #fff;
      font-size: 1.2rem;
      margin-bottom: 1em;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      letter-spacing: 0;
      text-align: center; }
    .p-footer-other .forRelated .logo a {
      display: block;
      margin: auto;
      max-width: 100px; }
  .p-footer-copy {
    display: block;
    text-align: center;
    color: #fff;
    padding-bottom: 1.5em;
    font-size: 1.2rem; }
    @media screen and (max-width: 767px) {
      .p-footer-copy {
        font-size: calc(100vw / ( 750 / 20 ));
        padding-top: 1.5em; } }
  .p-footer-contact {
    opacity: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 18vw;
    background-color: #807f80;
    z-index: 9999;
    padding: 3.5vw 4vw; }
    @media screen and (min-width: 768px) {
      .p-footer-contact {
        display: none; } }
    @media screen and (max-width: 767px) {
      .p-footer-contact.inView {
        opacity: 1; } }
    .p-footer-contact .items {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .p-footer-contact .items .item {
        width: 47%; }
        .p-footer-contact .items .item a {
          display: block;
          background-color: #fff;
          text-align: center;
          font-size: calc(100vw / ( 750 / 32 ));
          height: 11vw;
          line-height: 11vw;
          padding: 0 1em;
          color: #67acc2;
          border-radius: 4px;
          font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
          letter-spacing: 0; }
          .p-footer-contact .items .item a .icon {
            display: inline-block;
            position: relative;
            padding-left: calc(100vw / ( 750 / 48 )); }
            .p-footer-contact .items .item a .icon:before {
              content: "";
              display: block;
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              width: calc(100vw / ( 750 / 36 ));
              height: calc(100vw / ( 750 / 36 )); }
            .p-footer-contact .items .item a .icon.forMail:before {
              background: url("../images/icon_mail.svg") center no-repeat;
              background-size: contain; }
            .p-footer-contact .items .item a .icon.forTel:before {
              height: calc(100vw / ( 750 / 40 ));
              background: url("../images/icon_line.png") center no-repeat;
              background-size: contain; }

/*========== p-privacy.scss ==========*/
.p-privacy {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
  .p-privacy-ttl {
    font-weight: bold;
    margin-bottom: 0.5em; }
  .p-privacy p, .p-privacy ul {
    margin-bottom: 1.5em;
    line-height: 1.5; }
  .p-privacy-header {
    padding-top: 30px; }
    .p-privacy-header_logo {
      margin: 0 auto 30px;
      width: 150px; }
      @media screen and (max-width: 767px) {
        .p-privacy-header_logo {
          width: 20vw; } }
    .p-privacy-header_ttl {
      text-align: center;
      margin-bottom: 1.5em;
      font-size: 2.8rem; }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        .p-privacy-header_ttl {
          font-size: calc(100vw / ( 1200 / 34 )); } }
      @media screen and (max-width: 767px) {
        .p-privacy-header_ttl {
          font-size: calc(100vw / ( 750 / 38 )); } }

.p-footer.forPrivacy {
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .p-footer.forPrivacy {
      padding-bottom: 1.5em; } }
  .p-footer.forPrivacy .p-footer-copy {
    padding-bottom: 0; }

/*========== p-parallax.scss ==========*/
.p-parallax {
  width: 100%;
  height: 100vh; }
  @media screen and (min-width: 768px) {
    .p-parallax {
      background-attachment: fixed;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; } }

/*========== u-utility.scss ==========*/
.u-notice {
  color: red; }
