@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom; }

::selection {
  background: #444;
  /* Safari */ }

::-moz-selection {
  background: #444; }

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

main {
  display: block; }

@media print {
  * html body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
    letter-spacing: 0; }

  body {
    font-size: 10px !important; }

  .l-header,
  .l-footer {
    display: none; }

  .l-container {
    width: 100%; }

  .c-pagetop {
    display: none !important; }

  .p-table {
    font-size: 10px !important; }
    .p-table td {
      padding: 0.4em !important; }

  .l-hero {
    padding-top: 0 !important; } }
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  overflow-x: hidden;
  background: #FFF;
  color: #444444;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
  min-width: 320px; }
  @media only screen and (min-width: 1480px) {
    body {
      font-size: 1.8em; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    body {
      font-size: 1.6em; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    body {
      font-size: 1.6em; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    body {
      font-size: 1.4em; } }
  @media only screen and (max-width: 320px) {
    body {
      font-size: 1.2em; } }

img {
  width: 100%;
  height: auto; }

a {
  color: #FFF;
  text-decoration: none; }
  a:hover {
    color: #FFF;
    text-decoration: underline; }
  a:visited {
    color: #FFF;
    text-decoration: underline; }
  a:active {
    color: #FFF;
    text-decoration: underline; }

a[id]:not([href]) {
  padding-top: 90px;
  margin-top: -90px;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 1480px) {
    a[id]:not([href]) {
      padding-top: 90px;
      margin-top: -90px; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    a[id]:not([href]) {
      padding-top: 90px;
      margin-top: -90px; } }


i {
  display: inline-block;
  font-style: normal;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 2em;
  margin-bottom: 2em; }

.l-container {
  width: 100%;
  padding-top: 90px;
  overflow: hidden; }

.l-content {
  padding: 1rem 0; }

.l-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 5000;
  background: #FFF; }
  .l-header__inner {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 2rem;
    margin: 0 auto; }

.l-hero {
  border-right: #FFF solid 2rem;
  border-left: #FFF solid 2rem;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-hero {
      border-right: #FFF solid 1rem;
      border-left: #FFF solid 1rem; } }
  @media only screen and (max-width: 320px) {
    .l-hero {
      border-right: #FFF solid 1rem;
      border-left: #FFF solid 1rem; } }
  .l-hero__inner {
    width: 100%;
    margin: 0 auto; }
    .l-hero__inner picture {
      width: 100%;
      height: auto; }

.l-sub-hero {
  width: 100%;
  position: relative;
  background: #000 url("../images/select-system/bg_sub.jpg") no-repeat center center;
  background-size: cover; }
  .l-sub-hero__inner {
    margin: 0 auto;
    max-width: 1240px;
    min-height: 570px;
    padding: 6rem 4rem;
    display: flex;
    display: -webkit-flex; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-sub-hero__inner {
        padding: 4rem 3rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-sub-hero__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-sub-hero__inner {
        padding: 3rem 2rem; } }
    @media only screen and (min-width: 1480px) {
      .l-sub-hero__inner {
        justify-content: right;
        -webkit-justify-content: right;
        align-items: center;
        -webkit-align-items: center; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-sub-hero__inner {
        justify-content: right;
        -webkit-justify-content: right;
        align-items: center;
        -webkit-align-items: center; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-sub-hero__inner {
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-sub-hero__inner {
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center; } }
    @media only screen and (max-width: 320px) {
      .l-sub-hero__inner {
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center; } }

.l-voice-hero {
  width: 100%;
  position: relative; }
  .l-voice-hero--01 {
    background: #000 url("../images/voice/bg_voice_01.jpg") no-repeat center center;
    background-size: cover; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-voice-hero--01 {
        background: #000 url("../images/voice/bg_voice_01.jpg") no-repeat center center;
        background-size: cover; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-voice-hero--01 {
        background: #000 url("../images/voice/bg_voice_01.jpg") no-repeat center center;
        background-size: cover; } }
    @media only screen and (max-width: 320px) {
      .l-voice-hero--01 {
        background: #000 url("../images/voice/bg_voice_01.jpg") no-repeat center center;
        background-size: cover; } }
  .l-voice-hero--02 {
    background: #000 url("../images/voice/bg_voice_02.jpg") no-repeat center center;
    background-size: cover; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-voice-hero--02 {
        background: #000 url("../images/voice/bg_voice_02.jpg") no-repeat -140px center;
        background-size: cover; } }
    @media only screen and (max-width: 320px) {
      .l-voice-hero--02 {
        background: #000 url("../images/voice/bg_voice_02.jpg") no-repeat -140px center;
        background-size: cover; } }
  .l-voice-hero--03 {
    background: #000 url("../images/voice/bg_voice_03.jpg") no-repeat center center;
    background-size: cover; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-voice-hero--03 {
        background: #000 url("../images/voice/sp_bg_voice_03.jpg") no-repeat center center;
        background-size: cover; } }
    @media only screen and (max-width: 320px) {
      .l-voice-hero--03 {
        background: #000 url("../images/voice/sp_bg_voice_03.jpg") no-repeat center center;
        background-size: cover; } }
  .l-voice-hero--04 {
    background: #000 url("../images/voice/bg_voice_04.jpg") no-repeat center center;
    background-size: cover; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-voice-hero--04 {
        background: #000 url("../images/voice/sp_bg_voice_04.jpg") no-repeat center center;
        background-size: cover; } }
    @media only screen and (max-width: 320px) {
      .l-voice-hero--04 {
        background: #000 url("../images/voice/sp_bg_voice_04.jpg") no-repeat center center;
        background-size: cover; } }
  .l-voice-hero__inner {
    margin: 0 auto;
    max-width: 1240px;
    padding: 6rem 4rem;
    display: flex;
    display: -webkit-flex; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-voice-hero__inner {
        padding: 4rem 3rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-voice-hero__inner {
        padding: 3rem 2rem;
        min-height: 400px; } }
    @media only screen and (max-width: 320px) {
      .l-voice-hero__inner {
        padding: 3rem 2rem;
        min-height: 400px; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-voice-hero__inner {
        min-height: 570px;
        align-items: center;
        -webkit-align-items: center; } }
    @media only screen and (min-width: 1480px) {
      .l-voice-hero__inner {
        min-height: 620px;
        align-items: center;
        -webkit-align-items: center; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-voice-hero__inner {
        justify-content: left;
        -webkit-justify-content: left;
        align-items: flex-end;
        -webkit-align-items: flex-end; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-voice-hero__inner {
        justify-content: left;
        -webkit-justify-content: left;
        align-items: flex-end;
        -webkit-align-items: flex-end; } }
    @media only screen and (max-width: 320px) {
      .l-voice-hero__inner {
        justify-content: left;
        -webkit-justify-content: left;
        align-items: flex-end;
        -webkit-align-items: flex-end; } }

@media only screen and (min-width: 1480px) {
  .l-voice-hero--01 .l-voice-hero__inner {
    justify-content: left;
    -webkit-justify-content: left; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .l-voice-hero--01 .l-voice-hero__inner {
    justify-content: left;
    -webkit-justify-content: left; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .l-voice-hero--01 .l-voice-hero__inner {
    justify-content: left;
    -webkit-justify-content: left; } }

@media only screen and (min-width: 1480px) {
  .l-voice-hero--02 .l-voice-hero__inner {
    justify-content: right;
    -webkit-justify-content: right; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .l-voice-hero--02 .l-voice-hero__inner {
    justify-content: right;
    -webkit-justify-content: right; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .l-voice-hero--02 .l-voice-hero__inner {
    justify-content: right;
    -webkit-justify-content: right; } }

@media only screen and (min-width: 1480px) {
  .l-voice-hero--03 .l-voice-hero__inner {
    justify-content: right;
    -webkit-justify-content: right; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .l-voice-hero--03 .l-voice-hero__inner {
    justify-content: right;
    -webkit-justify-content: right; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .l-voice-hero--03 .l-voice-hero__inner {
    justify-content: right;
    -webkit-justify-content: right; } }

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .l-voice-hero--04 .l-voice-hero__inner {
    justify-content: left;
    -webkit-justify-content: left;
    align-items: flex-start;
    -webkit-align-items: flex-start; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .l-voice-hero--04 .l-voice-hero__inner {
    justify-content: left;
    -webkit-justify-content: left;
    align-items: flex-start;
    -webkit-align-items: flex-start; } }
@media only screen and (max-width: 320px) {
  .l-voice-hero--04 .l-voice-hero__inner {
    justify-content: left;
    -webkit-justify-content: left;
    align-items: flex-start;
    -webkit-align-items: flex-start; } }

.l-content {
  color: #0D0D0D; }

.l-intro {
  padding: 6rem 4rem; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .l-intro {
      padding: 4rem 3rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-intro {
      padding: 3rem 2rem; } }
  @media only screen and (max-width: 320px) {
    .l-intro {
      padding: 3rem 2rem; } }

.l-voice {
  background: #E2EDF2; }
  .l-voice__inner {
    margin: 0 auto;
    max-width: 1240px;
    padding: 6rem 4rem; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-voice__inner {
        padding: 4rem 3rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-voice__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-voice__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-voice__inner {
        text-align: left; } }
    @media only screen and (max-width: 320px) {
      .l-voice__inner {
        text-align: left; } }

.l-property {
  background: #FFF; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .l-property {
      padding: 4rem 3rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-property {
      padding: 3rem 2rem; } }
  @media only screen and (max-width: 320px) {
    .l-property {
      padding: 3rem 2rem; } }
  .l-property__inner {
    margin: 0 auto;
    max-width: 1240px;
    padding: 6rem 4rem; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-property__inner {
        padding: 4rem 3rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-property__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-property__inner {
        padding: 3rem 2rem; } }

.l-select {
  background: #EAE8E7; }
  .l-select__inner {
    margin: 0 auto;
    max-width: 1240px;
    padding: 6rem 4rem; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-select__inner {
        padding: 4rem 3rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-select__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-select__inner {
        padding: 3rem 2rem; } }

.l-select-all--01 {
  background: #EAE8E7; }
.l-select-all__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 6rem 4rem; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .l-select-all__inner {
      padding: 4rem 3rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-select-all__inner {
      padding: 3rem 2rem; } }
  @media only screen and (max-width: 320px) {
    .l-select-all__inner {
      padding: 3rem 2rem; } }

.l-step {
  background: #EAECEE; }
  .l-step__inner {
    margin: 0 auto;
    max-width: 1240px;
    padding: 6rem 4rem; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-step__inner {
        padding: 4rem 3rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-step__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-step__inner {
        padding: 3rem 2rem; } }

.l-room {
  background: #E8EEF1; }
  .l-room__inner {
    margin: 0 auto;
    max-width: 1240px;
    padding: 6rem 4rem; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-room__inner {
        padding: 4rem 3rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-room__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-room__inner {
        padding: 3rem 2rem; } }

.l-text {
  background: #FFF; }
  .l-text__inner {
    margin: 0 auto;
    max-width: 1240px;
    padding: 6rem 4rem; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-text__inner {
        padding: 4rem 3rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-text__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-text__inner {
        padding: 3rem 2rem; } }

.l-footer {
  background: #FFF;
  color: #444; }
  .l-footer__inner {
    margin: 0 auto;
    padding: 1rem 1rem; }
    @media only screen and (min-width: 1480px) {
      .l-footer__inner {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-direction: row-reverse;
        flex-direction: -webkit-row-reverse; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-footer__inner {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-direction: row-reverse;
        flex-direction: -webkit-row-reverse; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-footer__inner {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-direction: row-reverse;
        flex-direction: -webkit-row-reverse; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-footer__inner {
        justify-content: center;
        -webkit-justify-content: center;
        text-align: center; } }
    @media only screen and (max-width: 320px) {
      .l-footer__inner {
        justify-content: center;
        -webkit-justify-content: center;
        text-align: center; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-footer__inner {
        max-width: 1000px; } }
    @media only screen and (min-width: 1480px) {
      .l-footer__inner {
        max-width: 1240px; } }

.c-window {
  z-index: 10000000;
  position: fixed;
  bottom: 40px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  padding: 0.2em 1em;
  color: #FFF;
  border-radius: 20px; }

.c-loading {
  z-index: 10000000;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0; }

.c-loading__progress {
  width: 0%;
  height: 4px;
  background: #000;
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000; }

.c-responsive {
  z-index: 10000000;
  font-size: 12px;
  opacity: 0.8;
  position: fixed;
  display: block;
  width: 100%;
  padding: 0.2em 1em;
  text-align: center;
  vertical-align: middle;
  bottom: 0;
  color: #FFF; }
  @media only screen and (min-width: 1480px) {
    .c-responsive {
      background: #F01D56; }
      .c-responsive:after {
        content: 'large-pc(1280px以上)'; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .c-responsive {
      background: #0E897B; }
      .c-responsive:after {
        content: 'pc(960px〜1279px)'; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-responsive {
      background: #274B9B; }
      .c-responsive:after {
        content: 'tab(560px〜959px)'; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-responsive {
      background: #C1621C; }
      .c-responsive:after {
        content: 'sp(321px〜559px)'; } }
  @media only screen and (max-width: 320px) {
    .c-responsive {
      background: #C1AB02; }
      .c-responsive:after {
        content: 'small-sp(320px以下)'; } }

.c-pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100000; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-pagetop {
      bottom: 10px;
      right: 10px; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-pagetop {
      bottom: 10px;
      right: 10px; } }
  @media only screen and (max-width: 320px) {
    .c-pagetop {
      bottom: 10px;
      right: 10px; } }
  .c-pagetop a {
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    display: block;
    background: url(../images/common/img_pagetop.png);
    background-size: cover; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .c-pagetop a {
        width: 40px;
        height: 40px; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .c-pagetop a {
        width: 40px;
        height: 40px; } }
    @media only screen and (max-width: 320px) {
      .c-pagetop a {
        width: 40px;
        height: 40px; } }

.c-button--center {
  margin: 2rem auto; }

.c-button--ghost {
  border: #FFF solid 2px;
  text-align: center;
  width: 16em; }
  .c-button--ghost a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
    display: block;
    font-size: 0.8em;
    padding: 0.8rem;
    color: #FFF; }
    .c-button--ghost a:hover {
      color: #232C2E;
      background: #FFF;
      text-decoration: none; }

.c-button--contact,
.c-button--catalog {
  border: #FFF solid 2px;
  background: #00758E;
  text-align: center;
  width: 16em; }
  .c-button--contact a,
  .c-button--catalog a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
    display: block;
    font-size: 0.8em;
    padding: 0.8rem;
    color: #FFF; }
    .c-button--contact a:hover,
    .c-button--catalog a:hover {
      color: #232C2E;
      background: #FFF;
      text-decoration: none; }

.c-link {
  padding-top: 4px; }

.c-link a {
  color: #888;
  padding-left: 20px;
  background: url(../images/index/icon_link.png) no-repeat left center;
  margin-right: 6px;
  background-size: 12px 12px; }

.c-table {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  border: 1px solid #E0E0E0;
  border-top: none; }
  .c-table dt {
    color: #1B2535;
    font-weight: bold;
    background: #F8F8F8;
    width: 30%;
    padding: 1em;
    border-top: 1px solid #E0E0E0; }
  .c-table dd {
    color: #444;
    padding: 1em;
    margin: 0;
    border-left: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    width: 70%;
    background: #fff; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-table dl {
      flex-flow: column nowrap; }
    .c-table dt {
      padding: 0.4em 1em; }
    .c-table dt,
    .c-table dd {
      width: 100%; }
    .c-table dd {
      border-left: none; } }
  @media only screen and (max-width: 320px) {
    .c-table dl {
      flex-flow: column nowrap; }
    .c-table dt {
      padding: 0.4em 1em; }
    .c-table dt,
    .c-table dd {
      width: 100%; }
    .c-table dd {
      border-left: none; } }

.c-tab-list {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }

.c-separate--three {
  margin-bottom: 3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .c-separate--three__item {
    width: 30%; }
.c-separate--two {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .c-separate--two__item {
    width: 48%; }

.p-header {
  padding: 2rem; }
  .p-header__logo img {
    max-width: 128px; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-header__logo img {
        max-width: 100px; } }
    @media only screen and (max-width: 320px) {
      .p-header__logo img {
        max-width: 100px; } }

.p-sliders {
  width: 100%;
  height: auto; }

.p-hero {
  position: relative; }
  .p-hero__catch {
    z-index: 1000;
    position: absolute; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-hero__catch {
        width: 50%;
        left: 4%;
        top: 36%; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-hero__catch {
        width: 50%;
        left: 4%;
        top: 36%; } }
    @media only screen and (max-width: 320px) {
      .p-hero__catch {
        width: 50%;
        left: 4%;
        top: 36%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-hero__catch {
        left: 6%;
        top: 44%;
        width: 24%; } }
    @media only screen and (min-width: 1480px) {
      .p-hero__catch {
        width: 24%;
        left: 6%;
        top: 40%; } }
  .p-hero__logo {
    z-index: 1000;
    position: absolute; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-hero__logo {
        width: 40%;
        left: 20px;
        bottom: 30%; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-hero__logo {
        width: 40%;
        left: 20px;
        bottom: 30%; } }
    @media only screen and (max-width: 320px) {
      .p-hero__logo {
        width: 40%;
        left: 20px;
        bottom: 30%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-hero__logo {
        width: 20%;
        position: absolute;
        right: 6%;
        top: 38%; } }
    @media only screen and (min-width: 1480px) {
      .p-hero__logo {
        width: 20%;
        position: absolute;
        right: 6%;
        top: 34%; } }
  .p-hero__movie {
    z-index: 1000; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-hero__movie {
        display: none; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-hero__movie {
        display: none; } }
    @media only screen and (max-width: 320px) {
      .p-hero__movie {
        display: none; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-hero__movie {
        position: absolute;
        width: 26%;
        bottom: 10%;
        right: 6%; } }
    @media only screen and (min-width: 1480px) {
      .p-hero__movie {
        position: absolute;
        width: 30%;
        bottom: 6%;
        right: 6%; } }

.p-section-title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.6; }
  @media only screen and (min-width: 1480px) {
    .p-section-title {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-section-title {
      margin-bottom: 2rem; } }

@media only screen and (min-width: 1480px) {
  .p-navigation-wrap {
    height: 100%;
    width: auto;
    bottom: 0; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-navigation-wrap {
    height: 100%;
    width: auto;
    bottom: 0; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-navigation-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: white;
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-navigation-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: white;
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 320px) {
  .p-navigation-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: white;
    width: 100%;
    height: 100%; } }

.p-navigation {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-navigation {
      max-height: 400px;
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-navigation {
      max-height: 400px;
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 320px) {
    .p-navigation {
      max-height: 400px;
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      align-items: center;
      -webkit-align-items: center; } }
  .p-navigation__item {
    letter-spacing: 0;
    font-size: 0.8em;
    line-height: 1.6; }
    .p-navigation__item a {
      height: 100%;
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      text-align: center;
      display: block;
      color: #000;
      padding: 1rem 1rem;
      border-bottom: #FFF solid 3px; }
      .p-navigation__item a:hover {
        opacity: 0.6;
        text-decoration: none; }
    .p-navigation__item.current {
      border-bottom: #3559AC solid 3px; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-navigation__item {
        width: 100%;
        padding: 1em;
        font-size: 1.4em; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-navigation__item {
        width: 100%;
        padding: 1em;
        font-size: 1.4em; } }
    @media only screen and (max-width: 320px) {
      .p-navigation__item {
        width: 100%;
        padding: 1em;
        font-size: 1.4em; } }
    .p-navigation__item--button a {
      display: block;
      font-weight: bold;
      padding: 1 2rem;
      margin: 0 2rem;
      color: #FFF;
      text-align: center;
      background: transparent linear-gradient(311deg, #0B1A44 0%, #2D366D 100%) 0% 0% no-repeat padding-box;
      min-width: 200px;
      border-radius: 4px; }
      .p-navigation__item--button a span {
        font-size: 0.8em;
        display: block; }

.p-toggle {
  display: none; }

.p-navigation-wrap.open {
  display: block;
  width: 100%;
  z-index: 10000; }

.p-navigation-wrap.close {
  display: none; }

@media only screen and (min-width: 1480px) {
  .p-navigation-wrap {
    display: block !important; }

  .p-toggle {
    display: none !important; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-navigation-wrap {
    display: block !important; }

  .p-toggle {
    display: none !important; } }
.p-toggle,
.p-toggle span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box; }

.p-toggle {
  z-index: 10000;
  position: relative;
  width: 30px;
  height: 21px; }

.p-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 4px; }

.p-toggle span:nth-of-type(1) {
  top: 0; }

.p-toggle span:nth-of-type(2) {
  top: 10px; }

.p-toggle span:nth-of-type(3) {
  bottom: 0; }

.p-toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }

.p-toggle.active span:nth-of-type(2) {
  opacity: 0; }

.p-toggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg); }

.p-local-navigation {
  padding-top: 4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  list-style: none;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-local-navigation {
      max-width: 1000px; } }
  @media only screen and (min-width: 1480px) {
    .p-local-navigation {
      max-width: 1140px; } }
  .p-local-navigation__item {
    width: 48%;
    margin-bottom: 4%; }
    @media only screen and (min-width: 1480px) {
      .p-local-navigation__item {
        width: 24%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-local-navigation__item {
        width: 24%; } }
    .p-local-navigation__item a {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      flex-direction: column;
      flex-direction: -webkit-column;
      font-size: 0.9em;
      background: #FFFFFF;
      text-align: center;
      color: #000000;
      padding: 0rem 2rem 2rem;
      border-radius: 6px;
      line-height: 1.6; }
      .p-local-navigation__item a:hover {
        background: #9F9161;
        color: #FFF;
        text-decoration: none; }
    .p-local-navigation__item__icon {
      width: 58px;
      margin: -3rem auto 1rem; }
    .p-local-navigation__item__text {
      font-weight: bold; }

.p-link-button {
  text-align: center; }
  .p-link-button a {
    margin: 3rem auto;
    display: inline-block;
    border: #000 solid 1px;
    color: #000;
    background: #FFF;
    padding: 2rem 3rem; }
    .p-link-button a:hover {
      text-decoration: none; }

.p-slider {
  margin: 2rem 0; }
  .p-slider__dots {
    text-align: center;
    color: #9F9161; }
    .p-slider__dots li {
      display: inline-block;
      margin: 0.4em 16px; }
      .p-slider__dots li button {
        background: none;
        position: relative;
        text-indent: -9999px;
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none; }
        .p-slider__dots li button:before {
          color: #9F9161;
          content: '◯';
          padding: 0;
          font-size: 16px !important;
          text-indent: 0px !important;
          position: absolute;
          top: 0;
          left: 0; }
      .p-slider__dots li.slick-active button:before {
        content: '◉';
        font-size: 16px !important;
        text-indent: 0px !important;
        position: absolute;
        top: 0;
        left: 0; }
  .p-slider__navi {
    position: absolute;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    overflow: hidden; }
    .p-slider__navi:hover {
      cursor: pointer; }
    .p-slider__navi.prev {
      top: 40%;
      left: 1em !important;
      background: url("../images/common/img_prev.png") no-repeat center center;
      background-size: cover; }
    .p-slider__navi.next {
      top: 40%;
      right: 1em !important;
      background: url("../images/common/img_next.png") no-repeat center center;
      background-size: cover; }

/*-----------矢印表示----------*/
.slick-next {
  right: -20px !important; }

.slick-arrow {
  z-index: 2 !important; }

/*------------------------------*/
@media only screen and (min-width: 1480px) {
  .p-sp-movie {
    display: none; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-sp-movie {
    display: none; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-sp-movie {
    margin-top: 2rem;
    margin-bottom: 3rem; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-sp-movie {
    margin-top: 2rem;
    margin-bottom: 3rem; } }
@media only screen and (max-width: 320px) {
  .p-sp-movie {
    margin-top: 2rem;
    margin-bottom: 3rem; } }

@media only screen and (min-width: 1480px) {
  .p-reason-text {
    line-height: 2.2;
    text-align: center; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-reason-text {
    line-height: 2.2;
    text-align: center; } }

.p-reason-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-reason-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      align-items: center;
      -webkit-align-items: center;
      flex-direction: column-reverse;
      flex-direction: -webkit-column-reverse; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-reason-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      align-items: center;
      -webkit-align-items: center;
      flex-direction: column-reverse;
      flex-direction: -webkit-column-reverse; } }
  @media only screen and (max-width: 320px) {
    .p-reason-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      align-items: center;
      -webkit-align-items: center;
      flex-direction: column-reverse;
      flex-direction: -webkit-column-reverse; } }
  .p-reason-box__content {
    background: #021934;
    color: #FFF;
    z-index: 1000; }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-reason-box__content {
        width: 50%;
        padding: 4rem 6rem; } }
    @media only screen and (min-width: 1480px) {
      .p-reason-box__content {
        width: 40%;
        padding: 6rem 8rem; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-reason-box__content {
        width: 90%;
        margin: -10% auto 3rem;
        padding: 4rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-reason-box__content {
        width: 90%;
        margin: -8% auto 3rem;
        padding: 3rem; } }
    @media only screen and (max-width: 320px) {
      .p-reason-box__content {
        width: 90%;
        margin: -8% auto 3rem;
        padding: 3rem; } }
    .p-reason-box__content__title {
      font-size: 1.4em;
      line-height: 1.6;
      margin-bottom: 1.6rem; }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-reason-box__image {
      width: 60%;
      margin: 6rem 0 6rem -10%; } }
  @media only screen and (min-width: 1480px) {
    .p-reason-box__image {
      width: 70%;
      margin: 6rem 0 6rem -10%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-reason-box__image {
      width: 100%; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-reason-box__image {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .p-reason-box__image {
      width: 100%; } }

@media only screen and (min-width: 1480px) {
  .p-reason-box--reverse {
    flex-direction: row-reverse;
    flex-direction: -webkit-row-reverse; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-reason-box--reverse {
    flex-direction: row-reverse;
    flex-direction: -webkit-row-reverse; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-reason-box--reverse .p-reason-box__image {
    width: 60%;
    margin: 6rem -10% 6rem 0; } }
@media only screen and (min-width: 1480px) {
  .p-reason-box--reverse .p-reason-box__image {
    width: 70%;
    margin: 6rem -10% 6rem 0; } }

.p-voice-box {
  color: #FFF; }
  .p-voice-box--center {
    text-align: center;
    margin: 0 auto; }
    .p-voice-box--center .p-voice-box__profile {
      text-align: left; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-voice-box--center .p-voice-box__inner {
        max-width: 200px;
        margin: 0 auto; } }
    @media only screen and (max-width: 320px) {
      .p-voice-box--center .p-voice-box__inner {
        max-width: 200px;
        margin: 0 auto; } }
    .p-voice-box--center .p-voice-box__text {
      text-align: center; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-voice-box {
      width: 54%; } }
  @media only screen and (min-width: 1480px) {
    .p-voice-box {
      width: 48%; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-voice-box {
      width: 48%; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-voice-box {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .p-voice-box {
      width: 100%; } }
  .p-voice-box__title {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 1rem;
    display: inline-block;
    background: #FFF;
    color: #000;
    padding: 0.2em 1em; }
  .p-voice-box__profile__initional {
    font-weight: bold; }
  .p-voice-box__profile__detail {
    font-size: 0.9em; }
  .p-voice-box__inner {
    background: rgba(0, 0, 0, 0.8);
    padding: 1rem 2rem;
    letter-spacing: 0; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-voice-box__inner {
        font-size: 0.8em; } }
    @media only screen and (max-width: 320px) {
      .p-voice-box__inner {
        font-size: 0.8em; } }
    @media only screen and (min-width: 1480px) {
      .p-voice-box__inner {
        padding: 2rem 3rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-voice-box__inner {
        padding: 2rem 3rem; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-voice-box__inner {
        padding: 2rem 3rem; } }
  .p-voice-box__text {
    filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.6));
    font-size: 1.4em;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-voice-box__text {
        line-height: 1.6;
        font-size: 1.3em; } }
    @media only screen and (max-width: 320px) {
      .p-voice-box__text {
        line-height: 1.6;
        font-size: 1.3em; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-voice-box__text {
        font-size: 1.3em; } }
    @media only screen and (min-width: 1480px) {
      .p-voice-box__text {
        font-size: 1.8em; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-voice-box__text {
        font-size: 1.8em; } }

.p-property-box-wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center; 
flex-wrap: wrap;}
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-property-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-property-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-property-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-property-box-wrap a {
    transition: all 0.4s;
    display: block;
    width: 100%;
    color: #444;
    width: 34%;
    min-width: 37rem; }
    @media only screen and (min-width: 1480px) {
      .p-property-box-wrap a {
        margin: 1rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-property-box-wrap a {
        margin: 1rem; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-property-box-wrap a {
        margin-bottom: 3rem;
        width: 100%; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-property-box-wrap a {
        margin-bottom: 3rem;
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-property-box-wrap a {
        margin-bottom: 3rem;
        width: 100%; } }
    .p-property-box-wrap a:hover {
      opacity: 0.8;
      text-decoration: none; }

.p-property-box {
  border: #EDEDED solid 1px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media only screen and (min-width: 1480px) {
    .p-property-box {
      font-size: 0.8em; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-property-box {
      font-size: 0.8em; } }
  .p-property-box__title {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    padding: 3rem 3rem 0 3rem; 
  letter-spacing: 0;}
  .p-property-box__content {
    padding: 1rem 3rem 3rem 3rem; }
    @media only screen and (min-width: 1480px) {
      .p-property-box__content {
        padding: 1rem 2rem 2rem 2rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-property-box__content {
        padding: 1rem 2rem 2rem 2rem; } }
    .p-property-box__content span {
      font-size: 0.8em;
      display: inline-block;
      margin-right: 1em;
      background: #EBEBEB;
      padding: 0.1em 0.6em;
      font-weight: bold;
      border-radius: 4px; }
    .p-property-box__content ul {
      margin-top: 1rem;
      list-style: none; }
  .p-property-box__button {
    background: #EDF0F4;
    padding: 3rem; }
    .p-property-box__button span {
      display: block;
      text-align: center;
      color: #FFF;
      font-weight: bold;
      background: #000;
      padding: 1.6rem 2rem; }

.p-select-box-wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-select-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-select-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-select-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }

.p-select-box {
  width: 48%;
  padding: 3rem;
  background: #FFF; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-select-box {
      margin-bottom: 3rem;
      width: 100%; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-select-box {
      margin-bottom: 3rem;
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .p-select-box {
      margin-bottom: 3rem;
      width: 100%; } }
  .p-select-box__title {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 2rem; }
  .p-select-box__image {
    margin-bottom: 2rem; }

.p-system-box {
  margin-bottom: 6rem;
  border: #CECECE solid 1px; }
  .p-system-box__head {
    font-size: 0.9em;
    background: #EFEFEF;
    text-align: center;
    padding: 3rem; }
    .p-system-box__head__title {
      font-size: 1.4em; }
  .p-system-box__content {
    padding: 3rem; }

.p-gas-box {
  margin-top: 3rem;
  background: #E7EBEF;
  padding: 2rem 3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-gas-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-gas-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-gas-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-gas-box__content__title {
    color: #000;
    font-weight: bold; }
  .p-gas-box__image {
    width: 40%; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-gas-box__image {
        margin-top: 2rem;
        width: 100%; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-gas-box__image {
        margin-top: 2rem;
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-gas-box__image {
        margin-top: 2rem;
        width: 100%; } }

.p-system-list {
  list-style: none; }

.p-step-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: left;
  -webkit-justify-content: left;
  background: #FFF;
  margin-bottom: 6rem;
  font-size: 0.9em;
  border-radius: 6px;
  padding: 2.6rem 3rem;
  position: relative; }
  .p-step-box:last-child::after {
    display: none !important; }
  .p-step-box::after {
    z-index: 1000;
    content: ""; }
    @media only screen and (min-width: 1480px) {
      .p-step-box::after {
        position: absolute;
        bottom: -7rem;
        right: 0;
        left: 0;
        margin: auto;
        width: 30px;
        height: 60px;
        background: url("../images/index/icon_triangle.svg") no-repeat;
        background-size: contain; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-step-box::after {
        position: absolute;
        bottom: -7rem;
        right: 0;
        left: 0;
        margin: auto;
        width: 30px;
        height: 60px;
        background: url("../images/index/icon_triangle.svg") no-repeat;
        background-size: contain; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-step-box::after {
        position: absolute;
        bottom: -4rem;
        right: 0;
        left: 0;
        margin: auto;
        width: 70px;
        height: 30px;
        background: url("../images/index/icon_triangle.svg") no-repeat;
        background-size: contain; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-step-box::after {
        position: absolute;
        bottom: -4rem;
        right: 0;
        left: 0;
        margin: auto;
        width: 70px;
        height: 30px;
        background: url("../images/index/icon_triangle.svg") no-repeat;
        background-size: contain; } }
    @media only screen and (max-width: 320px) {
      .p-step-box::after {
        position: absolute;
        bottom: -4rem;
        right: 0;
        left: 0;
        margin: auto;
        width: 70px;
        height: 30px;
        background: url("../images/index/icon_triangle.svg") no-repeat;
        background-size: contain; } }
  .p-step-box__num {
    font-size: 1.4em;
    color: #000;
    font-size: 1.6em;
    font-family: "Oswald", sans-serif;
    font-weight: 400; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-step-box__num {
        min-width: 24%; } }
    @media only screen and (max-width: 320px) {
      .p-step-box__num {
        min-width: 24%; } }
  .p-step-box__content {
    border-left: #CCC dashed 1px;
    margin-left: 2rem;
    padding-left: 2rem; }
    .p-step-box__content__title {
      font-size: 1.2em;
      color: #000; }
    .p-step-box__content__text {
      font-size: 1.2em;
      color: #000; }

.p-main-box {
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  padding: 3rem; }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-main-box {
      width: 46%;
      padding: 4rem; } }
  .p-main-box__title {
    font-size: 1.4em; }
  .p-main-box__en {
    font-size: 0.7em;
    font-family: "Oswald", sans-serif;
    font-weight: 400; }
  .p-main-box__text {
    border-top: rgba(255, 255, 255, 0.3) solid 1px;
    padding-top: 2rem;
    margin-top: 2rem; }

.p-plus-image {
  margin: 3rem 0 6rem; }

.p-bnr {
  padding: 4rem 4rem 2rem;
  margin: 0 auto; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-bnr {
      padding: 4rem 1rem 2rem 1rem; } }
  @media only screen and (max-width: 320px) {
    .p-bnr {
      padding: 4rem 1rem 2rem 1rem; } }
  .p-bnr__text {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    color: #223F7D;
    margin-bottom: 2rem;
    line-height: 1.6; }
    .p-bnr__text br {
      display: none; }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-bnr__text br {
          display: block; } }
      @media only screen and (max-width: 320px) {
        .p-bnr__text br {
          display: block; } }
  .p-bnr__image {
    max-width: 600px;
    margin: 0 auto; }
    .p-bnr__image a {
      display: block; }
      .p-bnr__image a:hover {
        opacity: 0.9; }

.p-footer-logo {
  max-width: 180px; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-footer-logo {
      margin: 0 auto; } }
  @media only screen and (max-width: 320px) {
    .p-footer-logo {
      margin: 0 auto; } }

.p-footer-credit {
  font-size: 0.6em;
  padding: 0.4em; }

.p-movie {
  margin-top: 4rem; }
  .p-movie a {
    transition: all 0.4s;
    display: block; }
    .p-movie a:hover {
      opacity: 0.9; }

.p-room-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-room-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-room-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-room-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (min-width: 1480px) {
    .p-room-box__image {
      min-width: 240px;
      margin-left: 8%; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-room-box__image {
      min-width: 240px;
      margin-left: 8%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-room-box__image {
      margin: 0 auto;
      min-width: 200px;
      max-width: 240px; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-room-box__image {
      margin: 0 auto;
      min-width: 200px;
      max-width: 240px; } }
  @media only screen and (max-width: 320px) {
    .p-room-box__image {
      margin: 0 auto;
      min-width: 200px;
      max-width: 240px; } }
  .p-room-box__title {
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 1rem;
    line-height: 1.6; }
    @media only screen and (min-width: 1480px) {
      .p-room-box__title {
        font-size: 1.6em; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-room-box__title {
        font-size: 1.6em; } }

.p-text-box {
  margin-top: 4rem; }
  .p-text-box:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 1480px) {
    .p-text-box {
      margin-top: 10rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-text-box {
      margin-top: 10rem; } }
  .p-text-box__title {
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 1rem;
    line-height: 1.6; }
    @media only screen and (min-width: 1480px) {
      .p-text-box__title {
        font-size: 1.6em;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-text-box__title {
        font-size: 1.6em;
        margin-bottom: 2rem; } }
  .p-text-box__image {
    margin-top: 2rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    @media only screen and (min-width: 1480px) {
      .p-text-box__image {
        margin-top: 4rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-text-box__image {
        margin-top: 4rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-text-box__image {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 320px) {
      .p-text-box__image {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-text-box__image__item {
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-text-box__image__item {
        margin-bottom: 2rem; } }
    @media only screen and (min-width: 1480px) {
      .p-text-box__image__item {
        width: 49%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-text-box__image__item {
        width: 49%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-text-box__image__item {
        width: 49%; } }

.p-banner__item {
  margin: 2rem 0; }
  .p-banner__item a {
    display: block;
    transition: all 0.4s; }
    .p-banner__item a:hover {
      opacity: 0.8; }
  @media only screen and (min-width: 1480px) {
    .p-banner__item {
      margin: 4rem 0; }
    .p-banner__small {
      font-size: 12px;
      text-align: right;
      display: block;
    } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-banner__item {
      margin: 4rem 0; } }
  .p-banner__item img {
    border-radius: 6px; }

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

h2 sup {
  font-size: 50%; }

.p-sup-text {
  font-size: 1em; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-svg {
    display: none; } }
.p-ie {
  display: none; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-ie {
    display: block; } }
.u-sp {
  display: block; }
  @media only screen and (min-width: 1480px) {
    .u-sp {
      display: none; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .u-sp {
      display: none; } }

.u-pc {
  display: none; }
  @media only screen and (min-width: 1480px) {
    .u-pc {
      display: block; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .u-pc {
      display: block; } }

@media only screen and (min-width: 1480px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .u-br-pc {
    display: none; }

  .u-br-sp {
    display: block; } }
@media only screen and (max-width: 320px) {
  .u-br-pc {
    display: none; }

  .u-br-sp {
    display: block; } }
.u-paragraph p {
  margin-bottom: 1em; }
  .u-paragraph p:last-child {
    margin-bottom: 0; }

.u-small-text {
  margin-top: 0.3em;
  font-size: 0.8em;
  line-height: 1.6;
  word-break: break-all; }

.u-big-text {
  font-size: 1.4em;
  line-height: 1.3; }

.u-attention {
  color: #E61867; }

.u-bold {
  font-weight: bold; }

.u-right {
  text-align: right; }

.u-center {
  text-align: center; }

.u-mb-1em {
  margin-bottom: 1em; }

.u-ml-0 {
  margin-left: 0 !important; }

.u-mb-1em {
  margin-bottom: 1em !important; }

.u-mb-2em {
  margin-bottom: 2em !important; }

.u-mb-3em {
  margin-bottom: 3em !important; }

.u-ml-1em {
  margin-left: 1em !important; }

.u-mt-1em {
  margin-top: 1em !important; }

.u-mt-2em {
  margin-top: 2em !important; }

.u-zoom img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
.u-zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.02);
  opacity: 0.9; }

.u-underline {
  text-decoration: underline; }
